#ifndef lint static 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) #define yyparse fortranparse #define yylex fortranlex #define yyerror fortranerror #define yychar fortranchar #define yyval fortranval #define yylval fortranlval #define yydebug fortrandebug #define yynerrs fortrannerrs #define yyerrflag fortranerrflag #define yyss fortranss #define yyssp fortranssp #define yyvs fortranvs #define yyvsp fortranvsp #define yylhs fortranlhs #define yylen fortranlen #define yydefred fortrandefred #define yydgoto fortrandgoto #define yysindex fortransindex #define yyrindex fortranrindex #define yygindex fortrangindex #define yytable fortrantable #define yycheck fortrancheck #define yyname fortranname #define yyrule fortranrule #define YYPREFIX "fortran" #line 36 "fortran.y" #include #include #include #include "decl.h" extern int line_num_fortran; extern int line_num_fortran_common; char *tmp; char c_selectorname[LONG_C]; char ligne[LONG_C]; char truename[LONGNOM]; char identcopy[LONG_C]; int c_selectorgiven=0; int incom; listvar *curlistvar; typedim c_selectordim; listcouple *coupletmp; listdim *parcoursdim; int removeline=0; listvar *test; #line 57 "fortran.y" typedef union { char nac[LONG_C]; char na[LONGNOM]; listdim *d; listvar *l; listnom *ln; listcouple *lc; listname *lnn; typedim dim1; variable *v; } YYSTYPE; #line 68 "y.tab.c" #define TOK_BINARY_OP 257 #define TOK_EQV 258 #define TOK_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_SEMICOLON 275 #define TOK_NEXTLINE 276 #define TOK_PARAMETER 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_END 299 #define TOK_ERR 300 #define TOK_DONOTTREAT 301 #define TOK_ENDDONOTTREAT 302 #define TOK_EXIST 303 #define TOK_MIN 304 #define TOK_FLOAT 305 #define TOK_EXP 306 #define TOK_COS 307 #define TOK_COSH 308 #define TOK_ACOS 309 #define TOK_NINT 310 #define TOK_CYCLE 311 #define TOK_SIN 312 #define TOK_SINH 313 #define TOK_ASIN 314 #define TOK_EQUIVALENCE 315 #define TOK_BACKSPACE 316 #define TOK_LOG 317 #define TOK_TAN 318 #define TOK_ATAN 319 #define TOK_RECURSIVE 320 #define TOK_ABS 321 #define TOK_MOD 322 #define TOK_SIGN 323 #define TOK_MINLOC 324 #define TOK_MAXLOC 325 #define TOK_EXIT 326 #define TOK_MINVAL 327 #define TOK_PUBLIC 328 #define TOK_PRIVATE 329 #define TOK_ALLOCATABLE 330 #define TOK_RETURN 331 #define TOK_THEN 332 #define TOK_ELSEIF 333 #define TOK_ELSE 334 #define TOK_ENDIF 335 #define TOK_PRINT 336 #define TOK_PLAINGOTO 337 #define TOK_CONSTRUCTID 338 #define TOK_LOGICALIF 339 #define TOK_PLAINDO 340 #define TOK_CONTAINS 341 #define TOK_ENDDO 342 #define TOK_MODULE 343 #define TOK_ENDMODULE 344 #define TOK_DOWHILE 345 #define TOK_ALLOCATE 346 #define TOK_OPEN 347 #define TOK_CLOSE 348 #define TOK_INQUIRE 349 #define TOK_WRITE 350 #define TOK_READ 351 #define TOK_REWIND 352 #define TOK_DEALLOCATE 353 #define TOK_NULLIFY 354 #define TOK_FIN 355 #define TOK_DEBUT 356 #define TOK_DIMENSION 357 #define TOK_ENDSELECT 358 #define TOK_EXTERNAL 359 #define TOK_INTENT 360 #define TOK_INTRINSIC 361 #define TOK_NAMELIST 362 #define TOK_CASEDEFAULT 363 #define TOK_OPTIONAL 364 #define TOK_POINTER 365 #define TOK_CONTINUE 366 #define TOK_SAVE 367 #define TOK_TARGET 368 #define TOK_QUOTE 369 #define TOK_IMPLICIT 370 #define TOK_NONE 371 #define TOK_CALL 372 #define TOK_STAT 373 #define TOK_POINT_TO 374 #define TOK_COMMON 375 #define TOK_GLOBAL 376 #define TOK_INTERFACE 377 #define TOK_ENDINTERFACE 378 #define TOK_LEFTAB 379 #define TOK_RIGHTAB 380 #define TOK_PAUSE 381 #define TOK_PROCEDURE 382 #define TOK_STOP 383 #define TOK_NAMEEQ 384 #define TOK_REAL8 385 #define TOK_OUT 386 #define TOK_INOUT 387 #define TOK_IN 388 #define TOK_USE 389 #define TOK_TRUE 390 #define TOK_FALSE 391 #define TOK_LABEL 392 #define TOK_TYPE 393 #define TOK_TYPEPAR 394 #define TOK_ENDTYPE 395 #define TOK_REAL 396 #define TOK_INTEGER 397 #define TOK_LOGICAL 398 #define TOK_DOUBLEPRECISION 399 #define TOK_DOUBLEREAL 400 #define TOK_ENDSUBROUTINE 401 #define TOK_ENDFUNCTION 402 #define TOK_ENDPROGRAM 403 #define TOK_ENDUNIT 404 #define TOK_CHARACTER 405 #define TOK_CHAR_CONSTANT 406 #define TOK_CHAR_CUT 407 #define TOK_DATA 408 #define TOK_CHAR_INT 409 #define TOK_CHAR_MESSAGE 410 #define TOK_CSTREAL 411 #define TOK_CSTREALDP 412 #define TOK_CSTREALQP 413 #define TOK_SFREAL 414 #define TOK_COMPLEX 415 #define TOK_DOUBLECOMPLEX 416 #define TOK_NAME 417 #define TOK_NAME_CHAR 418 #define TOK_PROBTYPE 419 #define TOK_INTERPTYPE 420 #define TOK_VARTYPE 421 #define TOK_BC 422 #define TOK_OP 423 #define TOK_CSTINT 424 #define TOK_COMMENT 425 #define TOK_FILENAME 426 #define YYERRCODE 256 short fortranlhs[] = { -1, 0, 0, 68, 68, 68, 68, 68, 71, 71, 76, 76, 76, 76, 76, 82, 78, 72, 72, 72, 72, 69, 70, 70, 73, 73, 83, 75, 84, 84, 77, 77, 77, 77, 77, 77, 16, 74, 80, 33, 6, 6, 6, 85, 85, 85, 5, 5, 38, 38, 79, 79, 79, 79, 79, 79, 79, 79, 79, 79, 79, 79, 79, 79, 79, 79, 79, 79, 79, 79, 79, 86, 86, 103, 103, 103, 103, 103, 103, 103, 103, 103, 103, 103, 103, 103, 103, 103, 103, 103, 103, 103, 103, 103, 103, 103, 103, 98, 98, 88, 88, 99, 99, 105, 106, 106, 104, 104, 87, 87, 2, 2, 108, 89, 100, 101, 101, 101, 58, 58, 91, 91, 91, 91, 111, 112, 112, 110, 110, 110, 47, 47, 47, 47, 47, 32, 32, 97, 113, 113, 113, 113, 114, 96, 96, 115, 3, 3, 93, 93, 67, 67, 66, 66, 90, 90, 90, 117, 117, 118, 118, 119, 15, 15, 109, 109, 4, 4, 14, 95, 120, 120, 92, 92, 121, 1, 1, 107, 19, 19, 19, 19, 127, 126, 126, 126, 126, 128, 128, 128, 125, 25, 24, 24, 24, 24, 24, 24, 116, 116, 65, 65, 124, 124, 124, 130, 130, 34, 34, 34, 34, 37, 37, 129, 129, 122, 122, 122, 131, 131, 132, 132, 132, 132, 132, 132, 132, 132, 132, 132, 132, 30, 30, 30, 102, 102, 11, 11, 12, 12, 13, 13, 13, 13, 13, 63, 63, 62, 62, 62, 62, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 40, 40, 39, 39, 39, 39, 39, 39, 31, 31, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 59, 59, 59, 59, 60, 60, 41, 41, 41, 133, 49, 49, 49, 49, 36, 48, 42, 50, 50, 52, 52, 51, 51, 53, 53, 53, 53, 53, 53, 53, 28, 27, 27, 27, 27, 27, 27, 27, 27, 26, 26, 26, 26, 55, 55, 54, 57, 57, 56, 56, 123, 123, 134, 35, 94, 94, 94, 94, 135, 17, 9, 9, 10, 7, 7, 8, 8, 81, 81, 81, 81, 81, 81, 81, 81, 81, 81, 81, 81, 81, 81, 81, 81, 81, 81, 81, 81, 81, 81, 81, 20, 23, 22, 21, 143, 143, 143, 141, 141, 141, 146, 146, 146, 145, 145, 18, 18, 148, 148, 144, 147, 149, 149, 136, 136, 136, 136, 136, 136, 136, 136, 136, 136, 136, 136, 157, 150, 150, 156, 156, 151, 151, 154, 159, 159, 160, 160, 158, 162, 161, 161, 163, 163, 155, 155, 153, 153, 153, 153, 153, 153, 171, 171, 172, 172, 172, 173, 173, 174, 174, 168, 168, 178, 178, 177, 177, 166, 166, 170, 170, 170, 170, 170, 179, 179, 181, 181, 181, 181, 181, 181, 181, 181, 165, 165, 176, 176, 167, 167, 167, 169, 180, 180, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 183, 183, 175, 175, 185, 185, 184, 184, 184, 184, 184, 186, 186, 186, 43, 43, 43, 44, 44, 44, 44, 44, 44, 44, 44, 45, 45, 45, 45, 45, 46, 46, 187, 187, 164, 152, 152, 137, 137, 137, 188, 188, 188, 189, 190, 190, 139, 139, 138, 138, 140, 140, 191, 191, 192, 192, 142, 29, }; short fortranlen[] = { 2, 0, 2, 2, 2, 1, 3, 3, 1, 3, 2, 2, 3, 3, 2, 2, 2, 1, 1, 1, 1, 0, 0, 2, 0, 1, 0, 0, 0, 1, 0, 4, 2, 5, 3, 2, 1, 0, 1, 1, 0, 2, 3, 0, 2, 3, 1, 3, 1, 1, 2, 4, 2, 2, 4, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 4, 3, 3, 2, 3, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 3, 5, 1, 3, 3, 2, 4, 1, 3, 0, 2, 2, 3, 1, 1, 1, 4, 6, 4, 1, 3, 2, 3, 5, 3, 1, 0, 2, 1, 4, 3, 2, 3, 3, 3, 3, 0, 1, 2, 2, 3, 5, 3, 0, 2, 2, 1, 5, 5, 2, 3, 2, 3, 1, 3, 2, 3, 5, 1, 2, 1, 3, 2, 1, 3, 0, 1, 1, 3, 3, 2, 1, 3, 2, 2, 0, 6, 7, 0, 2, 2, 3, 3, 1, 0, 2, 4, 3, 3, 4, 2, 1, 1, 1, 1, 1, 1, 1, 1, 0, 2, 1, 3, 0, 2, 3, 1, 3, 2, 3, 1, 1, 1, 1, 0, 3, 0, 2, 4, 1, 3, 1, 1, 1, 2, 1, 4, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 3, 1, 3, 1, 1, 2, 2, 3, 1, 1, 1, 3, 1, 1, 3, 3, 4, 4, 3, 4, 4, 3, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 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, 2, 3, 2, 3, 2, 2, 2, 2, 2, 2, 2, 0, 1, 2, 2, 2, 1, 1, 1, 1, 0, 1, 2, 4, 5, 4, 3, 3, 1, 2, 1, 3, 1, 1, 3, 5, 4, 3, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 1, 2, 1, 1, 0, 1, 5, 0, 1, 1, 1, 0, 3, 0, 5, 2, 4, 6, 6, 1, 1, 1, 3, 3, 1, 3, 3, 1, 1, 5, 5, 4, 1, 2, 2, 2, 2, 1, 2, 5, 1, 1, 2, 5, 1, 2, 3, 4, 1, 1, 1, 1, 1, 1, 1, 1, 3, 3, 3, 2, 2, 0, 5, 7, 0, 2, 1, 1, 0, 1, 1, 1, 0, 1, 1, 2, 1, 1, 1, 5, 5, 2, 2, 2, 2, 1, 0, 4, 6, 1, 3, 2, 2, 2, 0, 3, 0, 1, 2, 1, 1, 3, 1, 2, 1, 1, 2, 2, 2, 3, 2, 1, 0, 2, 1, 1, 1, 0, 2, 0, 1, 2, 2, 0, 1, 0, 2, 3, 3, 3, 3, 1, 3, 1, 1, 3, 1, 1, 1, 2, 4, 4, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 1, 1, 3, 3, 3, 3, 2, 3, 2, 2, 2, 2, 3, 1, 1, 1, 3, 0, 1, 2, 4, 2, 2, 5, 0, 1, 2, 1, 1, 1, 3, 3, 3, 3, 3, 3, 1, 1, 1, 3, 5, 5, 5, 5, 7, 1, 3, 1, 8, 2, 1, 1, 3, 1, 1, 1, 4, 1, 3, 1, 3, 0, 4, 1, 3, 0, 1, 0, 2, 3, 1, }; short fortrandefred[] = { 1, 0, 37, 19, 20, 17, 18, 27, 5, 21, 2, 0, 0, 27, 23, 3, 113, 38, 0, 0, 458, 0, 387, 388, 0, 0, 0, 0, 0, 29, 0, 0, 0, 0, 0, 391, 0, 497, 0, 0, 417, 397, 0, 0, 0, 418, 0, 491, 492, 496, 498, 495, 0, 0, 0, 145, 396, 0, 0, 0, 395, 0, 421, 124, 0, 446, 157, 0, 0, 0, 451, 0, 452, 366, 0, 182, 0, 193, 192, 197, 195, 398, 401, 400, 399, 190, 114, 194, 196, 338, 436, 0, 0, 0, 0, 0, 379, 0, 0, 0, 60, 0, 8, 21, 21, 0, 0, 21, 0, 0, 0, 0, 58, 61, 62, 63, 64, 65, 0, 0, 0, 0, 0, 0, 0, 0, 375, 384, 0, 0, 0, 0, 423, 424, 425, 0, 0, 0, 0, 0, 0, 0, 25, 37, 7, 36, 32, 0, 0, 0, 285, 286, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 339, 340, 0, 347, 350, 349, 342, 343, 344, 341, 0, 0, 0, 0, 0, 249, 0, 247, 0, 281, 0, 316, 250, 0, 0, 0, 356, 430, 0, 0, 0, 101, 0, 428, 0, 0, 150, 0, 148, 0, 429, 0, 414, 413, 392, 548, 0, 550, 0, 416, 407, 35, 383, 0, 480, 478, 0, 457, 0, 0, 0, 0, 162, 0, 0, 138, 0, 0, 172, 173, 158, 143, 144, 170, 0, 234, 235, 0, 72, 52, 0, 0, 0, 112, 0, 50, 0, 174, 381, 382, 380, 0, 0, 0, 178, 15, 0, 0, 0, 10, 11, 39, 21, 37, 14, 0, 0, 0, 0, 166, 165, 0, 0, 0, 0, 0, 0, 0, 0, 120, 0, 0, 137, 0, 0, 0, 0, 159, 0, 0, 179, 0, 210, 0, 367, 0, 389, 0, 0, 433, 385, 0, 0, 0, 0, 0, 0, 422, 431, 0, 0, 440, 445, 0, 453, 514, 515, 494, 0, 0, 0, 0, 0, 0, 0, 0, 0, 454, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 249, 0, 0, 0, 0, 0, 0, 0, 0, 0, 348, 0, 352, 346, 345, 317, 0, 319, 0, 317, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 282, 0, 0, 393, 0, 0, 0, 0, 0, 109, 152, 0, 0, 0, 0, 570, 0, 0, 0, 0, 0, 551, 556, 0, 0, 0, 0, 0, 560, 564, 0, 0, 74, 75, 78, 73, 79, 76, 81, 82, 83, 84, 85, 80, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 77, 96, 0, 97, 0, 139, 0, 0, 0, 0, 0, 0, 220, 222, 0, 224, 0, 226, 227, 228, 229, 230, 221, 0, 218, 216, 174, 110, 0, 0, 180, 0, 0, 203, 0, 0, 0, 9, 16, 12, 13, 0, 0, 0, 0, 0, 123, 0, 0, 0, 70, 0, 0, 0, 126, 121, 141, 0, 0, 161, 0, 0, 184, 0, 212, 0, 0, 0, 0, 0, 207, 181, 0, 0, 0, 412, 571, 0, 405, 0, 0, 433, 437, 0, 0, 0, 0, 447, 484, 485, 0, 0, 0, 0, 481, 499, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 468, 0, 516, 0, 0, 469, 0, 0, 0, 0, 0, 0, 456, 49, 48, 41, 0, 46, 0, 0, 0, 252, 0, 0, 0, 251, 258, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 272, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 324, 0, 0, 0, 0, 248, 0, 0, 0, 0, 0, 0, 307, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 306, 0, 0, 0, 0, 0, 0, 0, 0, 394, 104, 0, 103, 102, 66, 0, 0, 0, 0, 0, 0, 477, 476, 479, 0, 0, 0, 378, 0, 163, 0, 99, 0, 171, 51, 0, 223, 0, 0, 0, 0, 111, 0, 0, 204, 0, 245, 0, 238, 0, 240, 434, 31, 0, 54, 167, 0, 0, 136, 0, 0, 0, 0, 0, 0, 129, 0, 0, 0, 160, 0, 0, 0, 0, 189, 186, 208, 0, 0, 0, 368, 0, 0, 0, 0, 450, 442, 0, 489, 490, 0, 0, 0, 0, 474, 475, 0, 0, 0, 526, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 42, 0, 33, 386, 0, 253, 254, 257, 261, 262, 263, 264, 265, 260, 266, 267, 268, 269, 270, 271, 273, 274, 275, 276, 256, 0, 0, 0, 248, 532, 0, 536, 0, 534, 0, 259, 0, 0, 322, 0, 327, 0, 330, 0, 0, 0, 0, 0, 0, 0, 0, 153, 390, 0, 0, 0, 553, 376, 561, 377, 565, 98, 0, 0, 0, 147, 232, 233, 231, 0, 219, 217, 0, 0, 206, 0, 0, 237, 0, 0, 122, 0, 0, 0, 0, 0, 0, 115, 128, 0, 117, 140, 146, 185, 0, 187, 0, 0, 0, 0, 0, 0, 0, 0, 448, 0, 0, 0, 500, 0, 482, 0, 0, 527, 517, 47, 44, 0, 0, 0, 0, 0, 361, 0, 0, 0, 0, 0, 321, 105, 0, 557, 0, 100, 0, 0, 199, 225, 0, 0, 239, 0, 244, 119, 0, 0, 0, 0, 0, 188, 214, 0, 364, 0, 371, 370, 369, 426, 427, 0, 435, 488, 0, 0, 0, 45, 0, 541, 543, 542, 353, 0, 0, 328, 0, 0, 563, 0, 0, 175, 0, 116, 0, 0, 0, 524, 0, 0, 0, 0, 201, 176, 0, 373, 372, 0, 0, 0, 0, 0, 0, 0, 0, }; short fortrandgoto[] = { 1, 262, 263, 91, 286, 598, 353, 927, 928, 742, 743, 512, 710, 711, 287, 242, 146, 313, 222, 92, 93, 94, 95, 96, 97, 98, 189, 190, 191, 553, 843, 192, 722, 280, 311, 193, 194, 542, 599, 195, 356, 196, 197, 385, 386, 387, 893, 723, 198, 199, 640, 814, 815, 816, 395, 396, 205, 211, 724, 663, 645, 200, 357, 713, 422, 910, 433, 100, 10, 276, 11, 101, 12, 143, 13, 14, 102, 103, 277, 104, 105, 106, 107, 0, 108, 776, 255, 215, 245, 109, 110, 111, 112, 113, 114, 115, 116, 117, 478, 208, 118, 293, 498, 479, 483, 209, 428, 503, 264, 289, 294, 119, 297, 120, 300, 121, 839, 122, 304, 305, 252, 505, 265, 953, 272, 123, 308, 124, 544, 737, 509, 499, 500, 641, 954, 125, 126, 441, 683, 449, 452, 127, 128, 202, 129, 320, 554, 130, 228, 0, 131, 325, 132, 133, 134, 135, 136, 274, 137, 329, 561, 562, 138, 563, 225, 139, 332, 140, 345, 141, 235, 0, 0, 0, 582, 583, 346, 587, 0, 568, 347, 570, 571, 349, 584, 585, 763, 0, 443, 444, 0, 0, 0, }; short fortransindex[] = { 0, 121, 0, 0, 0, 0, 0, 0, 0, 0, 0, 27287, -307, 0, 0, 0, 0, 0, -289, -289, 0, 111, 0, 0,25188, 118, 1476, 147, 153, 0,25188, 91, 107, 1476, 163, 0, 27, 0, -13,25188, 0, 0, -250, -178, 27, 0, 208, 0, 0, 0, 0, 0, -14, 215, 229, 0, 0, 201, 201, -151, 0, 244, 0, 0, -237, 0, 0, -89, 27, 27, 0, -100, 0, 0, -101, 0, 27, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 284, 35, 27, 27, 27, 0, 290, 134, 280, 0, 79, 0, 0, 0, -5, -307, 0, 138, -9, 387, 388, 0, 0, 0, 0, 0, 0, 42, -117, 404, 387, -110, 225, -312, 43, 0, 0, 3999, 54,25188, 41, 0, 0, 0, 1476, 420, 425, 59, 437,25721, 437, 0, 0, 0, 0, 0, 444,25188,25188, 0, 0,25188, 446, 448, 450,25188,25188,25188, 455, 456, 466, 478, 480, 486, 487, 497, 503, 504, 509, 513, 25188, 515, 524, 528, 532, 533,25241, 0, 0, 539, 0, 0, 0, 0, 0, 0, 0,25188, 18, 149, 542,25188, 0, 548, 0, 553, 0, 563, 0, 0, 8597, 115,25188, 0, 0, 8597, 190, 570, 0,25188, 0, 8597, 558, 0, 222, 0, 222, 0,25188, 0, 0, 0, 0,25188, 0,25903, 0, 0, 0, 0, 190, 0, 0,25380, 0, 190, 190, 222, 3040, 0, 224, 190, 0,25188, 609, 0, 0, 0, 0, 0, 0, 610, 0, 0, 201, 0, 0, 255, 1930, 603, 0, 651, 0, -289, 0, 0, 0, 0, 283,25428, -312, 0, 0, 665,27287, -307, 0, 0, 0, 0, 0, 0, -289, 648, 296, 675, 0, 0, 19, 308, 19, -12, 86, -11, 665, 308, 0, 190, 19, 0, 313, 665, 318, 692, 0, -10, 3093, 0,24098, 0, 703, 0, 711, 0, 717, 732, 0, 0, 387, 190, 8597,25188,25188, 190, 0, 0, 360, 4498, 0, 0, 25685, 0, 0, 0, 0,25188,25188,25188,25188, 740, 25685, 149, 553, 1423, 0, 764, 209, 0, 9398,25241, 0, 8, 535,25936, 3157, 236, 8597,25188,25188,25188, 281,26019, 461,25188,25188,25188,25188,25188,25188,25188, 25188,25188,25188,25188,25188,26043,25188,25188,25188,25188, 25188,25241, 0, 781, 451, 786, 789, 0, 8597,25188, 790,26094, 0,25188, 0, 0, 0, 0, 48, 0, 190, 0,24299,25188,25188,25188,25188,25188,25188,25188, 25188,25188,25188,25188,25188,25188,25188, 2012,25188,24438, 24486, 0,25188,25188, 0,26169, 665, 475, 147,26191, 0, 0, 791, 791,26213,27040, 0, 796, 553, 563, 793, 801, 0, 0, 798, 256, 799, 796, 797, 0, 0, 568, 791, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 800, 0, 571, 0, 8597, 577, 802, 428, 27, 665, 0, 0, 665, 0, 807, 0, 0, 0, 0, 0, 0, 119, 0, 0, 0, 0, 444, 436, 0,24627, 8597, 0, 819, 2554, 665, 0, 0, 0, 0, 444,25188, 599, 296, 387, 0, 387, 233,25188, 0, 447, 449, 233, 0, 0, 0, 387, 665, 0, 692, 318, 0, 3093, 0, 24251, 817, 8597, 824,24675, 0, 0, -225, 190, 190, 0, 0, 806, 0, 8597, 8597, 0, 0, 445, 8597, 827, 826, 0, 0, 0, 9456, 9398, 605, 100, 0, 0, 8597, 8597, 8597, 8597,25188, 333, 1423, 538, 553, 8597, 0, 828, 0, 8597, 1423, 0, 9398, 9398, 9398, 9398, 9398, 598, 0, 0, 0, 0, 614, 0, 833, 1476,25188, 0, 618, 619,26276, 0, 0, 0,26327, 26349,26446,26468,26509,26582,26604,26626,26701,26742,26764, 26859, 0, 626, 634, 636, 638, 642, 831, 834, 835, 26881,25241, 0,25241,25241, 644,25188, 0, 822, 840, 24813, 553, 841,25188, 0, 8597, 2081, 2081, 2226, 2226, 3157, 84, 84, 84, 84, 84, 84, 90, 90, 48, 25188,25188, 0, 8597, 48,25188, 84,25188, 84, 8597, 8597, 0, 0, 190, 0, 0, 0, 468, 551,25188, 24813, -278, 845, 0, 0, 0, -278, 846, 190, 0, 3040, 0,25188, 0,25188, 0, 0, 852, 0, -170, 1930, 843, 485, 0, 665, 864, 0,25188, 0, 646, 0, 6917, 0, 0, 0, 8597, 0, 0, 318, 308, 0, 321, 550, 635,26934, 643, 870, 0, 645, 190, 852, 0, 878,24675, 817, 506, 0, 0, 0, 862, 547, 880, 0, 793, 797,25188, 665, 0, 0, 4498, 0, 0,24813, 631, 544,25685, 0, 0, 8597, 0, 656, 0, 8597, 8597, 1423, 8597, 828, 250, 598, 598, 598, 38, -1, 0, 10, 0, 0, 8597, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,25563,25563, 25563, 0, 0, 8597, 0, 8597, 0, 8597, 0, 885, 25188, 0,24866, 0, 883, 0, 7337, 548, 84, 84, 48, 84, 84, 665, 0, 0,26997, 658, 867, 0, 0, 0, 0, 0, 0, 8597, 660,25616, 0, 0, 0, 0, 891, 0, 0, 665, 852, 0, 8597, 2554, 0,25005, 692, 0, 149, 233, 233, 233, 233, 233, 0, 0, 233, 0, 0, 0, 0, 817, 0,24675, 28, 516, 517, 894, 895,27113, 665, 0, 896,24169, 190, 0, 209, 0, 2501, 8597, 0, 0, 0, 0, 662, 879, 898, 900, 902, 0, 903,25188, 7757,24813, 25188, 0, 0, 904, 0, 190, 0,25053, 8597, 0, 0, 852, 0, 0, 8597, 0, 0, 184, 184, 906, 491, 677, 0, 0, 573, 0, 917, 0, 0, 0, 0, 0,25188, 0, 0, 801, 909, 8597, 0,25188, 0, 0, 0, 0, 8597,25188, 0, 8177,25188, 0, 927, 0, 0, 911, 0, 557, 559,27166, 0,27187, 8597,25188, 8597, 0, 0,25188, 0, 0,25188,25188, 8597, 8597, 8597,27272,25188, 8597, }; short fortranrindex[] = { 0, 5433, 0, 0, 0, 0, 0, 0, 0, 0, 0, 223,23906, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,23602, 560, 560, 0, 0, 0, 0, 0, 0, 0, 0, 0,22995, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 560, 3577, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 18370, 579, 0, 0, 0, 0, 4, -15, 52, 0, 23145, 0, 0, 0, 0,23906, 0, 0, 0, 5953, 13515, 0, 0, 0, 0, 0, 0, 0,18586,13666, 580, 0, 11, 0, 0, 0, 0, 0,23298, 0, 0, 0, 0, 0, 0,18739,18890, 0, 0, 0, 0, 0, 0, 0, 0, 0,16959, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1107, 2724, 1277, 0, 0, 1646, 0, 2894, 0, 1816, 0, 0, 125, 0, 0, 0, 0,19043, 0,19194, 0, 0, 0,13884, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,19347, 0, 0, 0, 0, 0, 0,19498, 0, 0, 29, 0, 0, 0, 0, 0, 0,19651, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 223,23906, 0, 0, 0, 0, 0, 0, 0, 0, 0,19802, 0, 0, 0,14035, 0, 954, 580, 0, 908,14035, 0, 30, 0, 0, 0, 908, 0,14191, 0, 0, 0, 0, 960, 0, 0, 0,19955, 0, 0, 0, 0, 0,20106,23449, 20259, 0, 0, 0, 0, 0, 0, 987, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9631, 0,10472,10208, 5640, 0,20410, 0,10627, 0,23753, 0, 0,20563, 0, 6171, 0, 673, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4668, 0,17110,17263, 3263, 0, 0, 25786, 0, 0, 972, 0, 0, 0, 0, 3433, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5271, 0, 0, 0, 0, 0, 0, 0, 0, 674, 0, 0, 0, 0, 0,20714,20867, 0, 0, 0, 165, 0, 510, 995, 679, 0, 0, 6497, 869, 9017, 526, 995, 0, 0, 0,21018, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,21171, 0, 0, 0, 680, 0, 0, 0, 0,14404, 0, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,21322, 0, 0, 0, 40, 0, 0, 0, 24, 0, 0, 0, 0,21322, 0, 0, 0, 580, 0,14555, 356, 0, 0, 0, 0, 356, 0, 0, 0, 580,14404, 0,14711, 0, 0, 0, 0, 5618, 1012, 708, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,21475,21626, 0, 0, 0, 709, 0, 1013, 0, 0, 0, 63, 0, 0, 1014, 0, 0,12251,12465,12620,12834, 0, 1014,25857,17479, 4299, 14924, 0,21779, 0,14924, 5802, 0, 0, 0, 0, 0, 0,10891, 0, 0, 0, 0, 0, 0,21930, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,27019, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1021, 2185, 0, 0, 0,11727, 9782,10051, 9111, 9262, 6322, 6591, 6742, 7011, 7162, 7431, 7582, 4838, 5101, 3696, 0, 0, 0,11882, 3866, 0, 7851, 0, 8002, 164, 212, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1025, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,17632, 0, 0, 0, 0, 0, 0,12989, 0, 0, 710, 0, 0, 0, 720, 0, 0, 0,15080, 0, 0, 0,14035, 0, 0, 795, 0, 0, 0, 16, 0, 0, 0, 17632, 0, 0, 0, 1012, 0, 0, 0, 0, 0, 0,22083, 0, 995, 995, 0, 24, 0, 0, 0, 0, 0, 0, 729, 0, 0, 0, 0,13203, 698, 0, 0,15293,15449, 5802,15662,22234,13358,11046,11309, 11464,12096, 0, 0, 0, 0, 0, 730, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,15818, 0,15974, 0,16130, 0,27293, 1028, 0, 737, 0, 1030, 0, 738, 2355, 8271, 8422, 4129, 8691, 8842, 674, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 742, 0, 0, 0, 0, 0, 0, 0, 0, 0,12989,16286, 0, 744, 0, 0, 749,16437, 0, 467, 356, 356, 356, 356, 356, 0, 0, 356, 0, 0, 0, 0, 1012, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 0, 0, 0, 0, 750, 0,25857,14924, 0, 0, 0, 0, 0, 590, 0, 0, 0, 0, 0, 0, 751, 0, 768, 0, 0, 0, 0, 0, 0, 0,17848, 0, 0,16286,16655, 0, 720, 0, 0, 93, 146, 31, 44, 0, 0, 0,18001, 0,22387, 0, 0, 0, 0, 0, 0, 0, 0, 777, 0,16806, 0, 0, 0, 0, 0, 0, 778, 0, 0, 779, 0, 0, 0,16655, 0, 0, 0, 0, 0,22538, 0, 0, 783, 0,22691, 0, 0, 0, 0, 0, 0, 0, 788,18217,22842, 1031, 0, 1036, }; short fortrangindex[] = { 0, 0, 0, 0, 813, 303, -401, 0, 126, 0, 211, -255, 0, 232, 565, 285, -2, 0, -23, 0, 0, 0, 0, 0, 0, 0, 0, -120, 7, 0, 0, -328, 0, 0, 815, -135, 0, -305, 339, -152, 181, -137, 0, 766, 736, -326, -686, -234, -220, 0, 718, 221, 438, 371, -189, 0, -26, -371, -495, 0, 0, -169, -24, 273, -397, 0, -98, 0, 0, 1117, 0, 0, 0, -39, -56, 1119, 865, 0, 53, 0, 0, 0, 0, 0, 0, 0, 0, 65, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1065, 452, 458, 716, 0, 0, 0, -30, 627, 0, -277, 0, 0, 0, -667, 0, -281, 620, 0, 654, 0, 194, 0, 0, 0, 0, 608, -649, 0, 0, 457, 0, 0, 0, 1032, 612, -392, 613, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -230, 0, 0, 0, 0, 0, 0, 602, 0, 0, 0, 0, 0, 412, 607, 0, 219, 0, 0, 0, 0, 0, 0, 0, 0, -408, 0, 0, 0, 0, -317, 414, 1033, -335, -688, 0, -522, 0, -226, 0, 0, 0, 0, }; #define YYTABLESIZE 27711 short fortrantable[] = { 201, 442, 206, 343, 546, 400, 212, 218, 388, 206, 450, 440, 592, 522, 569, 226, 440, 147, 99, 531, 342, 230, 536, 639, 577, 384, 234, 224, 525, 202, 539, 285, 593, 528, 729, 71, 391, 221, 926, 108, 530, 595, 383, 202, 191, 249, 250, 535, 191, 597, 595, 890, 595, 257, 740, 183, 630, 688, 394, 764, 127, 236, 191, 766, 866, 236, 243, 281, 236, 183, 266, 267, 268, 133, 133, 133, 133, 888, 324, 259, 589, 291, 447, 71, 205, 236, 869, 351, 134, 433, 299, 301, 433, 260, 439, 829, 526, 217, 205, 439, 338, 214, 322, 704, 338, 309, 321, 338, 420, 326, 421, 206, 310, 433, 894, 895, 715, 216, 142, 434, 240, 241, 238, 239, 354, 355, 417, 415, 145, 416, 288, 9, 417, 362, 246, 317, 131, 131, 131, 89, 453, 758, 589, 333, 420, 334, 421, 376, 247, 213, 420, 148, 421, 389, 240, 241, 425, 278, 203, 423, 282, 240, 241, 701, 392, 213, 402, 227, 399, 402, 761, 236, 673, 424, 271, 581, 270, 702, 767, 426, 913, 388, 762, 402, 762, 236, 430, 207, 762, 132, 132, 132, 741, 210, 343, 435, 721, 888, 384, 937, 436, 721, 314, 219, 343, 403, 433, 580, 403, 433, 389, 342, 343, 388, 427, 383, 840, 841, 842, 923, 482, 342, 403, 30, 579, 516, 859, 253, 254, 342, 628, 860, 698, 30, 592, 699, 735, 514, 438, 229, 739, 446, 592, 448, 451, 952, 508, 383, 231, 481, 755, 589, 333, 404, 334, 236, 404, 714, 592, 213, 524, 529, 504, 527, 642, 307, 89, 306, 202, 237, 404, 768, 769, 770, 771, 772, 150, 603, 151, 731, 602, 517, 99, 543, 244, 543, 248, 191, 127, 551, 240, 241, 589, 333, 183, 334, 398, 685, 555, 556, 295, 165, 165, 133, 560, 532, 803, 302, 805, 807, 590, 591, 572, 573, 574, 575, 134, 251, 261, 442, 486, 419, 607, 205, 450, 602, 389, 552, 258, 440, 440, 557, 269, 515, 338, 338, 606, 361, 273, 363, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 874, 875, 275, 391, 418, 419, 631, 344, 350, 917, 418, 419, 938, 131, 887, 887, 922, 887, 212, 588, 590, 591, 760, 589, 333, 2, 334, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 664, 665, 667, 669, 236, 670, 671, 279, 202, 232, 296, 3, 4, 303, 284, 581, 233, 223, 439, 439, 538, 323, 596, 581, 132, 283, 592, 191, 5, 6, 393, 596, 433, 596, 183, 868, 343, 288, 290, 592, 592, 592, 592, 592, 853, 883, 897, 580, 71, 854, 220, 925, 108, 342, 298, 580, 847, 343, 343, 343, 343, 343, 830, 205, 579, 292, 312, 832, 440, 697, 327, 328, 579, 440, 342, 342, 342, 342, 342, 803, 805, 807, 330, 331, 319, 30, 588, 590, 591, 392, 352, 810, 358, 712, 359, 762, 360, 719, 877, 720, 716, 364, 365, 383, 30, 383, 383, 725, 609, 730, 28, 602, 366, 30, 30, 130, 130, 130, 130, 7, 130, 543, 675, 543, 367, 674, 368, 543, 590, 591, 30, 30, 369, 370, 721, 721, 721, 721, 721, 859, 857, 721, 858, 371, 860, 604, 605, 887, 754, 372, 373, 439, 8, 315, 592, 374, 439, 555, 759, 375, 555, 377, 438, 448, 623, 624, 625, 626, 627, 314, 378, 924, 397, 554, 379, 903, 554, 636, 380, 381, 521, 777, 523, 206, 778, 390, 417, 415, 398, 416, 533, 882, 589, 333, 394, 334, 401, 912, 859, 857, 856, 858, 581, 860, 420, 403, 421, 391, 855, 402, 588, 590, 591, 89, 804, 690, 806, 808, 689, 389, 429, 30, 431, 817, 694, 343, 819, 693, 934, 918, 919, 920, 921, 338, 580, 902, 338, 338, 338, 338, 338, 338, 342, 820, 821, 432, 717, 480, 822, 520, 823, 579, 757, 810, 30, 756, 338, 936, 338, 484, 485, 774, 827, 817, 773, 779, 780, 501, 602, 602, 383, 383, 383, 794, 881, 836, 602, 482, 487, 417, 415, 795, 416, 796, 602, 797, 602, 824, 602, 798, 849, 809, 602, 851, 602, 448, 850, 420, 403, 421, 448, 502, 834, 886, 475, 905, 885, 907, 900, 939, 693, 511, 773, 506, 475, 518, 543, 178, 179, 284, 277, 236, 581, 277, 236, 520, 552, 106, 876, 552, 106, 295, 560, 181, 182, 880, 534, 183, 184, 185, 186, 302, 537, 865, 475, 130, 475, 475, 475, 475, 547, 187, 135, 135, 580, 211, 449, 241, 211, 449, 241, 548, 391, 549, 475, 475, 475, 246, 135, 135, 246, 579, 135, 135, 135, 135, 486, 278, 550, 486, 278, 804, 806, 808, 337, 329, 135, 337, 329, 107, 558, 243, 107, 212, 243, 899, 242, 483, 335, 242, 483, 335, 404, 405, 406, 407, 408, 576, 409, 410, 411, 412, 413, 414, 586, 336, 418, 419, 336, 600, 909, 588, 590, 591, 487, 334, 331, 487, 334, 331, 333, 632, 712, 333, 915, 332, 634, 633, 332, 635, 637, 678, 681, 682, 324, 684, 686, 687, 695, 692, 691, 696, 543, 700, 338, 338, 338, 338, 338, 705, 338, 338, 338, 338, 338, 338, 707, 736, 338, 338, 726, 738, 727, 746, 749, 223, 750, 591, 765, 775, 945, 799, 817, 948, 800, 801, 811, 812, 818, 826, 392, 825, 831, 833, 317, 404, 405, 406, 407, 408, 838, 409, 410, 411, 412, 413, 414, 845, 846, 418, 419, 848, 314, 861, 236, 958, 525, 314, 314, 950, 314, 863, 960, 864, 236, 867, 871, 872, 961, 870, 873, 963, 896, 900, 906, 314, 314, 314, 911, 929, 741, 931, 932, 935, 971, 941, 940, 942, 972, 943, 944, 973, 974, 956, 949, 955, 959, 976, 236, 860, 475, 397, 475, 475, 475, 475, 475, 957, 475, 475, 475, 475, 475, 475, 964, 500, 475, 475, 966, 475, 967, 475, 925, 108, 475, 475, 475, 475, 475, 475, 475, 475, 475, 475, 475, 475, 475, 475, 475, 475, 475, 475, 215, 164, 127, 475, 475, 209, 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, 443, 475, 354, 475, 475, 475, 475, 475, 562, 475, 475, 475, 475, 475, 475, 475, 475, 475, 475, 475, 475, 475, 475, 475, 475, 213, 444, 475, 475, 475, 483, 475, 475, 475, 325, 475, 475, 475, 317, 118, 475, 354, 475, 326, 544, 475, 475, 475, 475, 545, 891, 475, 475, 475, 914, 968, 930, 718, 510, 475, 475, 475, 475, 475, 475, 475, 475, 475, 475, 475, 519, 475, 475, 475, 475, 475, 475, 475, 475, 351, 475, 475, 475, 475, 889, 475, 475, 475, 594, 351, 629, 828, 643, 947, 475, 475, 879, 916, 15, 314, 314, 314, 314, 314, 144, 314, 314, 314, 314, 314, 314, 256, 513, 314, 314, 835, 351, 676, 965, 733, 351, 351, 351, 351, 351, 837, 351, 728, 703, 732, 844, 747, 318, 744, 878, 745, 236, 351, 748, 351, 351, 351, 884, 0, 0, 348, 0, 0, 0, 0, 0, 236, 236, 0, 0, 236, 0, 236, 0, 0, 236, 236, 236, 236, 236, 236, 236, 0, 0, 236, 236, 236, 0, 0, 0, 0, 236, 236, 0, 0, 0, 236, 236, 0, 0, 0, 0, 0, 0, 0, 0, 236, 0, 0, 0, 236, 236, 0, 0, 0, 236, 0, 0, 0, 0, 0, 236, 0, 236, 236, 0, 236, 0, 236, 236, 236, 236, 236, 0, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 0, 0, 236, 236, 236, 0, 236, 236, 236, 0, 236, 236, 236, 0, 314, 236, 0, 236, 0, 0, 236, 236, 236, 236, 314, 0, 236, 236, 236, 0, 0, 0, 0, 0, 236, 0, 0, 236, 236, 236, 236, 236, 236, 236, 236, 0, 236, 236, 236, 236, 236, 314, 0, 236, 0, 314, 314, 314, 314, 314, 236, 236, 236, 0, 0, 0, 0, 0, 0, 236, 236, 0, 314, 0, 314, 314, 314, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 351, 0, 351, 351, 351, 351, 351, 0, 351, 351, 351, 351, 351, 351, 0, 351, 351, 351, 0, 351, 0, 351, 0, 0, 351, 351, 351, 351, 351, 351, 351, 0, 0, 351, 351, 351, 0, 0, 0, 0, 351, 351, 0, 0, 0, 351, 351, 0, 0, 0, 0, 0, 0, 0, 0, 351, 0, 0, 0, 351, 351, 0, 0, 0, 351, 0, 0, 0, 0, 0, 351, 0, 351, 351, 0, 351, 0, 351, 351, 351, 351, 351, 0, 351, 351, 351, 351, 351, 351, 351, 351, 351, 351, 351, 351, 351, 351, 351, 351, 0, 578, 351, 351, 351, 0, 351, 351, 351, 0, 351, 351, 351, 0, 0, 351, 0, 351, 0, 0, 351, 351, 351, 351, 204, 351, 351, 351, 351, 0, 0, 0, 0, 0, 351, 0, 0, 351, 351, 351, 351, 351, 351, 351, 351, 0, 351, 351, 351, 351, 351, 0, 0, 351, 188, 0, 0, 150, 0, 151, 351, 351, 351, 0, 0, 0, 0, 0, 0, 351, 351, 314, 0, 314, 314, 314, 314, 314, 0, 314, 314, 314, 314, 314, 314, 0, 314, 314, 314, 0, 314, 0, 314, 0, 0, 314, 314, 314, 314, 314, 314, 314, 0, 0, 314, 314, 314, 0, 0, 0, 0, 314, 314, 0, 0, 0, 314, 314, 0, 0, 0, 0, 0, 0, 0, 0, 314, 0, 0, 0, 314, 314, 0, 0, 0, 314, 0, 0, 0, 0, 0, 314, 0, 314, 314, 0, 314, 0, 314, 314, 314, 314, 314, 0, 314, 314, 314, 314, 314, 314, 314, 314, 314, 314, 314, 314, 314, 314, 314, 314, 0, 0, 314, 314, 314, 0, 314, 314, 314, 0, 314, 314, 314, 0, 318, 314, 0, 314, 0, 0, 314, 314, 314, 314, 318, 314, 314, 314, 314, 0, 0, 0, 0, 0, 314, 0, 0, 314, 314, 314, 314, 314, 314, 314, 314, 0, 314, 314, 314, 314, 314, 318, 0, 314, 0, 318, 318, 318, 318, 318, 314, 314, 314, 0, 0, 0, 0, 0, 0, 314, 314, 0, 318, 0, 318, 318, 318, 0, 152, 153, 0, 0, 0, 154, 155, 156, 157, 0, 0, 0, 0, 0, 0, 0, 0, 158, 159, 160, 161, 162, 163, 164, 0, 165, 166, 167, 0, 149, 168, 169, 170, 0, 171, 172, 173, 174, 175, 0, 176, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 152, 153, 0, 0, 0, 154, 155, 156, 157, 0, 0, 0, 0, 0, 0, 0, 0, 158, 159, 160, 161, 162, 163, 164, 0, 165, 166, 167, 0, 0, 168, 169, 170, 0, 171, 172, 173, 174, 175, 0, 176, 0, 0, 0, 0, 0, 0, 0, 0, 0, 178, 179, 0, 315, 0, 0, 180, 0, 0, 0, 0, 0, 0, 315, 0, 0, 181, 182, 0, 0, 183, 184, 185, 186, 0, 0, 0, 89, 0, 0, 0, 0, 0, 0, 187, 0, 0, 0, 0, 0, 315, 0, 177, 0, 315, 315, 315, 315, 315, 0, 0, 0, 0, 178, 179, 0, 0, 0, 0, 180, 0, 315, 0, 315, 315, 315, 0, 0, 0, 181, 182, 0, 0, 183, 184, 185, 186, 0, 0, 0, 89, 0, 0, 0, 0, 0, 0, 187, 0, 318, 0, 318, 318, 318, 318, 318, 0, 318, 318, 318, 318, 318, 318, 0, 318, 318, 318, 0, 318, 0, 318, 0, 0, 318, 318, 318, 318, 318, 318, 318, 0, 0, 318, 318, 318, 0, 0, 0, 0, 318, 318, 0, 0, 0, 318, 318, 0, 0, 0, 0, 0, 0, 0, 0, 318, 0, 0, 0, 318, 318, 0, 0, 0, 318, 0, 0, 0, 0, 0, 318, 0, 318, 318, 0, 318, 0, 318, 318, 318, 318, 318, 0, 318, 318, 318, 318, 318, 318, 318, 318, 318, 318, 318, 318, 318, 318, 318, 318, 0, 0, 318, 318, 318, 0, 318, 318, 318, 0, 318, 318, 318, 0, 0, 318, 0, 318, 0, 0, 318, 318, 318, 318, 0, 318, 318, 318, 318, 0, 0, 0, 0, 0, 318, 0, 0, 318, 318, 318, 318, 318, 318, 318, 318, 0, 318, 318, 318, 318, 318, 188, 0, 318, 150, 0, 151, 0, 0, 0, 318, 318, 318, 0, 0, 0, 0, 0, 0, 318, 318, 315, 661, 315, 315, 315, 315, 315, 0, 315, 315, 315, 315, 315, 315, 0, 315, 315, 315, 0, 315, 0, 315, 0, 0, 315, 315, 315, 315, 315, 315, 315, 0, 0, 315, 315, 315, 0, 0, 0, 0, 315, 315, 0, 0, 0, 315, 315, 0, 0, 0, 0, 417, 415, 0, 416, 315, 0, 0, 0, 315, 315, 0, 0, 0, 315, 0, 0, 0, 0, 420, 315, 421, 315, 315, 0, 315, 0, 315, 315, 315, 315, 315, 0, 315, 315, 315, 315, 315, 315, 315, 315, 315, 315, 315, 315, 315, 315, 315, 315, 0, 0, 315, 315, 315, 0, 315, 315, 315, 0, 315, 315, 315, 0, 323, 315, 0, 315, 0, 0, 315, 315, 315, 315, 323, 315, 315, 315, 315, 0, 0, 0, 0, 0, 315, 0, 488, 315, 315, 315, 315, 315, 315, 315, 315, 0, 315, 315, 315, 315, 315, 0, 0, 315, 323, 323, 323, 323, 323, 323, 315, 315, 315, 0, 0, 0, 0, 0, 0, 315, 315, 0, 323, 0, 323, 323, 323, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 253, 254, 489, 0, 0, 0, 0, 0, 0, 0, 417, 415, 0, 416, 0, 0, 0, 149, 0, 0, 0, 0, 0, 0, 0, 0, 662, 0, 420, 490, 421, 491, 492, 493, 0, 0, 494, 495, 0, 496, 497, 152, 153, 0, 0, 0, 154, 155, 156, 157, 0, 0, 0, 0, 0, 0, 0, 0, 158, 159, 160, 161, 162, 163, 164, 0, 165, 166, 167, 0, 0, 168, 169, 170, 0, 171, 172, 173, 174, 175, 0, 176, 0, 406, 407, 408, 0, 409, 410, 411, 412, 413, 414, 0, 0, 418, 419, 320, 0, 0, 0, 0, 0, 0, 0, 0, 0, 320, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 177, 320, 0, 0, 0, 320, 320, 320, 320, 320, 0, 178, 179, 0, 0, 0, 0, 180, 0, 0, 0, 0, 320, 0, 320, 320, 320, 181, 182, 0, 0, 183, 184, 185, 186, 0, 0, 0, 89, 0, 0, 0, 0, 0, 0, 187, 0, 0, 0, 0, 323, 0, 323, 323, 323, 323, 323, 0, 323, 323, 323, 323, 323, 323, 0, 323, 323, 323, 0, 323, 0, 323, 0, 0, 323, 323, 323, 323, 323, 323, 323, 0, 0, 323, 323, 323, 0, 0, 0, 0, 323, 323, 0, 0, 0, 323, 323, 408, 0, 409, 410, 411, 412, 413, 414, 323, 0, 418, 419, 323, 323, 0, 0, 0, 323, 0, 0, 0, 0, 0, 323, 0, 323, 323, 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, 578, 323, 323, 323, 0, 323, 323, 323, 0, 323, 323, 323, 0, 0, 323, 0, 323, 0, 0, 323, 323, 323, 323, 0, 323, 323, 323, 323, 0, 0, 0, 0, 0, 323, 0, 0, 323, 323, 323, 323, 323, 323, 323, 323, 0, 323, 323, 323, 323, 323, 0, 0, 323, 188, 0, 709, 150, 0, 151, 323, 323, 323, 0, 0, 0, 0, 0, 0, 323, 323, 320, 708, 320, 320, 320, 320, 320, 0, 320, 320, 320, 320, 320, 320, 0, 320, 320, 320, 0, 320, 0, 320, 0, 0, 320, 320, 320, 320, 320, 320, 320, 0, 0, 320, 320, 320, 0, 0, 0, 0, 320, 320, 0, 0, 0, 320, 320, 0, 0, 0, 0, 0, 0, 0, 0, 320, 0, 0, 0, 320, 320, 0, 0, 0, 320, 0, 0, 0, 0, 0, 320, 0, 320, 320, 0, 320, 0, 320, 320, 320, 320, 320, 0, 320, 320, 320, 320, 320, 320, 320, 320, 320, 320, 320, 320, 320, 320, 320, 320, 0, 0, 320, 320, 320, 0, 320, 320, 320, 0, 320, 320, 320, 0, 280, 320, 0, 320, 0, 0, 320, 320, 320, 320, 280, 320, 320, 320, 320, 0, 0, 0, 0, 0, 320, 0, 0, 320, 320, 320, 320, 320, 320, 320, 320, 0, 320, 320, 320, 320, 320, 280, 0, 320, 0, 280, 280, 280, 280, 280, 320, 320, 320, 0, 0, 0, 0, 0, 0, 320, 320, 0, 280, 0, 280, 280, 280, 0, 152, 153, 0, 0, 0, 154, 155, 156, 157, 0, 0, 0, 0, 0, 0, 0, 0, 158, 159, 160, 161, 162, 163, 164, 0, 165, 166, 167, 0, 149, 168, 169, 170, 0, 171, 172, 173, 174, 175, 0, 176, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 152, 153, 0, 0, 0, 154, 155, 156, 157, 0, 0, 0, 0, 0, 0, 0, 0, 158, 159, 160, 161, 162, 163, 164, 0, 165, 166, 167, 0, 0, 168, 169, 170, 0, 171, 172, 173, 174, 175, 0, 176, 0, 0, 0, 0, 0, 0, 0, 0, 0, 178, 179, 0, 279, 0, 0, 180, 0, 0, 0, 0, 0, 0, 279, 0, 0, 181, 182, 0, 0, 183, 184, 185, 186, 0, 0, 0, 892, 0, 0, 0, 0, 0, 0, 187, 0, 0, 0, 0, 0, 0, 0, 177, 0, 279, 279, 279, 279, 279, 0, 0, 0, 0, 178, 179, 0, 0, 0, 0, 180, 0, 279, 0, 279, 279, 279, 0, 0, 0, 181, 182, 0, 0, 183, 184, 185, 186, 0, 0, 0, 89, 0, 0, 0, 0, 0, 0, 187, 0, 280, 0, 280, 280, 280, 280, 280, 0, 280, 280, 280, 280, 280, 280, 0, 280, 280, 280, 0, 280, 0, 280, 0, 0, 280, 280, 280, 280, 280, 280, 280, 0, 0, 280, 280, 280, 0, 0, 0, 0, 280, 280, 0, 0, 0, 280, 280, 0, 0, 0, 0, 0, 0, 0, 0, 280, 0, 0, 0, 280, 280, 0, 0, 0, 280, 0, 0, 0, 0, 0, 280, 0, 280, 280, 0, 280, 0, 280, 280, 280, 280, 280, 0, 280, 280, 280, 280, 280, 280, 280, 280, 280, 280, 280, 280, 280, 280, 280, 280, 0, 0, 280, 280, 280, 0, 280, 280, 280, 0, 280, 280, 280, 0, 0, 280, 0, 280, 0, 0, 280, 280, 280, 280, 0, 280, 280, 280, 280, 0, 0, 0, 0, 0, 280, 0, 0, 280, 280, 280, 280, 280, 280, 280, 280, 0, 280, 280, 280, 280, 280, 0, 0, 280, 188, 0, 540, 150, 0, 151, 280, 280, 0, 0, 0, 0, 0, 0, 0, 280, 280, 279, 0, 279, 279, 279, 279, 279, 0, 279, 279, 279, 279, 279, 279, 0, 279, 279, 279, 0, 279, 0, 279, 0, 0, 279, 279, 279, 279, 279, 279, 279, 0, 0, 279, 279, 279, 0, 0, 0, 0, 279, 279, 0, 0, 0, 279, 279, 0, 0, 417, 415, 0, 416, 0, 0, 279, 0, 0, 0, 279, 279, 0, 0, 0, 279, 0, 0, 420, 0, 421, 279, 0, 279, 279, 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, 279, 279, 279, 0, 279, 279, 279, 0, 279, 279, 279, 0, 538, 279, 0, 279, 0, 0, 279, 279, 279, 279, 538, 279, 279, 279, 279, 0, 0, 0, 0, 0, 279, 0, 0, 279, 279, 279, 279, 279, 279, 279, 279, 0, 279, 279, 279, 279, 279, 0, 0, 279, 0, 250, 250, 250, 538, 250, 279, 279, 279, 0, 0, 0, 0, 0, 0, 279, 279, 0, 0, 0, 250, 250, 250, 0, 0, 454, 0, 0, 0, 455, 456, 457, 458, 0, 0, 0, 0, 0, 0, 0, 0, 459, 460, 461, 462, 463, 464, 465, 0, 466, 467, 468, 0, 149, 469, 470, 471, 0, 0, 472, 473, 474, 475, 0, 476, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 152, 153, 0, 0, 0, 154, 155, 156, 157, 0, 0, 0, 0, 0, 0, 0, 0, 158, 159, 160, 161, 162, 163, 164, 0, 165, 166, 167, 0, 0, 168, 169, 170, 0, 171, 172, 173, 174, 175, 0, 176, 409, 410, 411, 412, 413, 414, 0, 0, 418, 419, 0, 0, 283, 0, 0, 0, 0, 0, 0, 0, 0, 0, 283, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 477, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 283, 0, 177, 0, 283, 283, 283, 283, 283, 0, 0, 0, 0, 178, 179, 0, 0, 0, 0, 180, 0, 283, 0, 0, 283, 0, 0, 0, 0, 181, 182, 0, 0, 183, 184, 185, 186, 0, 0, 0, 541, 0, 0, 0, 0, 0, 0, 187, 0, 538, 0, 250, 250, 250, 250, 250, 0, 250, 250, 250, 250, 250, 250, 0, 0, 250, 250, 0, 538, 0, 538, 0, 0, 538, 538, 538, 538, 538, 538, 538, 0, 0, 538, 538, 538, 0, 0, 0, 0, 538, 538, 0, 0, 0, 538, 538, 0, 0, 0, 0, 0, 0, 0, 0, 538, 0, 0, 0, 538, 538, 0, 0, 0, 538, 0, 0, 0, 0, 0, 538, 0, 538, 538, 0, 538, 0, 538, 538, 538, 538, 538, 0, 538, 538, 538, 538, 538, 538, 538, 538, 538, 538, 538, 538, 538, 538, 538, 538, 0, 0, 538, 538, 538, 0, 538, 538, 538, 0, 538, 538, 538, 0, 0, 538, 0, 538, 0, 0, 538, 538, 538, 538, 0, 538, 538, 538, 538, 0, 0, 0, 0, 0, 538, 0, 0, 538, 538, 538, 538, 538, 538, 538, 538, 0, 538, 538, 538, 538, 538, 0, 0, 538, 0, 0, 0, 0, 0, 0, 538, 538, 538, 0, 0, 0, 0, 0, 0, 538, 538, 283, 0, 283, 283, 283, 283, 283, 289, 283, 283, 283, 283, 283, 283, 0, 283, 283, 289, 0, 283, 0, 283, 0, 0, 283, 283, 283, 283, 283, 283, 283, 0, 0, 283, 283, 283, 0, 0, 0, 0, 283, 283, 0, 0, 289, 283, 283, 0, 289, 289, 289, 289, 289, 0, 0, 283, 0, 0, 0, 283, 283, 0, 0, 0, 283, 289, 0, 0, 289, 0, 283, 0, 283, 283, 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, 283, 283, 283, 0, 283, 283, 283, 0, 283, 283, 283, 0, 0, 283, 0, 283, 0, 0, 283, 283, 283, 283, 0, 283, 283, 283, 283, 0, 0, 0, 0, 0, 283, 0, 0, 283, 283, 283, 283, 283, 283, 283, 283, 0, 283, 283, 283, 283, 283, 0, 0, 283, 0, 0, 0, 0, 0, 0, 283, 283, 283, 0, 0, 0, 0, 0, 0, 283, 283, 0, 0, 0, 0, 0, 0, 108, 290, 0, 0, 108, 108, 108, 108, 0, 0, 0, 290, 0, 0, 0, 0, 108, 108, 108, 108, 108, 108, 108, 0, 108, 108, 108, 0, 0, 108, 108, 108, 0, 0, 108, 108, 108, 108, 290, 108, 0, 0, 290, 290, 290, 290, 290, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 290, 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, 289, 0, 289, 289, 289, 289, 289, 0, 289, 289, 289, 289, 289, 289, 0, 289, 289, 0, 0, 289, 0, 289, 0, 0, 289, 289, 289, 289, 289, 289, 289, 0, 0, 289, 289, 289, 0, 0, 0, 0, 289, 289, 108, 0, 0, 289, 289, 0, 0, 0, 0, 0, 0, 0, 0, 289, 0, 0, 0, 289, 289, 0, 0, 0, 289, 0, 0, 0, 0, 0, 289, 0, 289, 289, 0, 289, 0, 289, 289, 289, 289, 289, 0, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 0, 0, 289, 289, 289, 0, 289, 289, 289, 0, 289, 289, 289, 0, 0, 289, 0, 289, 0, 0, 289, 289, 289, 289, 0, 289, 289, 289, 289, 0, 0, 0, 0, 0, 289, 0, 0, 289, 289, 289, 289, 289, 289, 289, 289, 0, 289, 289, 289, 289, 289, 0, 0, 289, 0, 0, 0, 0, 0, 0, 289, 289, 289, 0, 0, 0, 0, 0, 0, 289, 289, 290, 0, 290, 290, 290, 290, 290, 311, 290, 290, 290, 290, 290, 290, 0, 290, 290, 311, 0, 290, 0, 290, 0, 0, 290, 290, 290, 290, 290, 290, 290, 0, 0, 290, 290, 290, 0, 0, 0, 0, 290, 290, 0, 0, 311, 290, 290, 0, 311, 311, 311, 311, 311, 0, 0, 290, 0, 0, 0, 290, 290, 0, 0, 0, 290, 311, 0, 0, 311, 0, 290, 0, 290, 290, 0, 290, 0, 290, 290, 290, 290, 290, 0, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 0, 0, 290, 290, 290, 0, 290, 290, 290, 0, 290, 290, 290, 0, 0, 290, 0, 290, 0, 0, 290, 290, 290, 290, 0, 290, 290, 290, 290, 0, 0, 0, 0, 0, 290, 0, 0, 290, 290, 290, 290, 290, 290, 290, 290, 0, 290, 290, 290, 290, 290, 0, 0, 290, 0, 0, 0, 0, 0, 0, 290, 290, 290, 0, 20, 0, 0, 0, 0, 290, 290, 0, 0, 0, 0, 0, 0, 0, 519, 0, 0, 0, 0, 0, 0, 0, 0, 0, 519, 26, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 30, 0, 0, 0, 0, 33, 314, 0, 0, 0, 37, 38, 0, 0, 0, 519, 519, 519, 519, 519, 315, 47, 48, 49, 50, 51, 52, 316, 0, 0, 0, 0, 0, 0, 519, 519, 519, 0, 0, 0, 62, 0, 0, 0, 0, 0, 65, 0, 0, 0, 0, 0, 0, 0, 0, 70, 0, 72, 0, 0, 311, 0, 311, 311, 311, 311, 311, 0, 311, 311, 311, 311, 311, 311, 0, 311, 311, 0, 0, 311, 0, 311, 0, 0, 311, 311, 311, 311, 311, 311, 311, 89, 0, 311, 311, 311, 0, 0, 90, 0, 311, 311, 0, 0, 0, 311, 311, 0, 0, 0, 0, 0, 0, 0, 0, 311, 0, 0, 0, 311, 311, 0, 0, 0, 311, 0, 0, 0, 0, 0, 311, 0, 311, 311, 0, 311, 0, 311, 311, 311, 311, 311, 0, 311, 311, 311, 311, 311, 311, 311, 311, 311, 311, 311, 311, 311, 311, 311, 311, 0, 0, 311, 311, 311, 0, 311, 311, 311, 0, 311, 311, 311, 0, 0, 311, 0, 311, 0, 0, 311, 311, 311, 311, 0, 311, 311, 311, 311, 0, 0, 0, 0, 0, 311, 0, 0, 311, 311, 311, 311, 311, 311, 311, 311, 0, 311, 311, 311, 311, 311, 0, 0, 311, 188, 0, 559, 150, 0, 151, 311, 311, 311, 0, 0, 0, 0, 0, 0, 311, 311, 519, 0, 519, 519, 519, 519, 519, 0, 519, 519, 519, 519, 519, 519, 0, 0, 519, 519, 0, 519, 0, 519, 0, 0, 519, 519, 519, 519, 519, 519, 519, 0, 0, 519, 519, 519, 0, 0, 0, 0, 519, 519, 0, 0, 0, 519, 519, 0, 0, 0, 0, 0, 0, 0, 0, 519, 0, 0, 0, 519, 519, 0, 0, 0, 519, 0, 0, 0, 0, 0, 519, 0, 519, 519, 0, 519, 0, 519, 519, 519, 519, 519, 0, 519, 519, 519, 519, 519, 519, 519, 519, 519, 519, 519, 519, 519, 519, 519, 519, 0, 0, 519, 519, 519, 0, 519, 519, 519, 0, 519, 519, 519, 0, 528, 519, 0, 519, 0, 0, 519, 519, 519, 519, 528, 0, 519, 519, 519, 0, 0, 0, 0, 0, 519, 0, 0, 519, 519, 519, 519, 519, 519, 519, 519, 0, 519, 519, 519, 519, 519, 0, 0, 519, 0, 0, 247, 247, 0, 247, 519, 519, 519, 0, 0, 0, 0, 0, 0, 519, 519, 0, 0, 0, 247, 247, 247, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 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, 152, 153, 0, 0, 0, 154, 155, 156, 157, 0, 0, 0, 0, 0, 0, 0, 0, 158, 159, 160, 161, 162, 163, 164, 0, 165, 166, 167, 0, 0, 168, 169, 170, 0, 171, 172, 173, 174, 175, 0, 176, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 287, 0, 0, 0, 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, 177, 0, 287, 0, 287, 287, 287, 0, 0, 0, 0, 178, 179, 0, 0, 0, 0, 180, 0, 287, 0, 0, 287, 0, 0, 0, 0, 181, 182, 0, 0, 183, 184, 185, 186, 0, 0, 0, 89, 0, 0, 0, 0, 0, 0, 187, 0, 528, 0, 247, 247, 247, 247, 247, 0, 247, 247, 247, 247, 247, 247, 0, 0, 247, 247, 0, 528, 0, 528, 0, 0, 528, 528, 528, 528, 528, 528, 528, 0, 0, 528, 528, 528, 0, 0, 0, 0, 528, 528, 0, 0, 0, 528, 528, 0, 0, 0, 0, 0, 0, 0, 0, 528, 0, 0, 0, 528, 528, 0, 0, 0, 528, 0, 0, 0, 0, 0, 528, 0, 528, 528, 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, 0, 528, 528, 528, 0, 528, 528, 528, 0, 528, 528, 528, 0, 0, 528, 0, 528, 0, 0, 528, 528, 528, 528, 0, 528, 528, 528, 528, 0, 0, 0, 0, 0, 528, 0, 0, 528, 528, 528, 528, 528, 528, 528, 528, 0, 528, 528, 528, 528, 528, 0, 0, 528, 0, 0, 0, 0, 0, 0, 528, 528, 528, 0, 0, 0, 0, 0, 0, 528, 528, 287, 0, 287, 287, 287, 287, 287, 288, 287, 287, 287, 287, 287, 287, 0, 287, 0, 288, 0, 287, 0, 287, 0, 0, 287, 287, 287, 287, 287, 287, 287, 0, 0, 287, 287, 287, 0, 0, 0, 0, 287, 287, 0, 0, 288, 287, 287, 0, 288, 0, 288, 288, 288, 0, 0, 287, 0, 0, 0, 287, 287, 0, 0, 0, 287, 288, 0, 0, 288, 0, 287, 0, 287, 287, 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, 287, 287, 287, 0, 287, 287, 287, 0, 287, 287, 287, 0, 0, 287, 0, 287, 0, 0, 287, 287, 287, 287, 0, 287, 287, 287, 287, 0, 0, 0, 0, 0, 287, 0, 0, 287, 287, 287, 287, 287, 287, 287, 287, 0, 287, 287, 287, 287, 287, 0, 0, 287, 0, 0, 0, 0, 0, 0, 287, 287, 287, 0, 0, 0, 0, 0, 0, 287, 287, 0, 0, 0, 0, 0, 0, 0, 308, 0, 0, 0, 0, 0, 0, 0, 0, 0, 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, 308, 0, 0, 0, 308, 308, 0, 308, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 308, 0, 308, 0, 308, 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, 288, 288, 288, 288, 288, 0, 288, 288, 288, 288, 288, 288, 0, 288, 0, 0, 0, 288, 0, 288, 0, 0, 288, 288, 288, 288, 288, 288, 288, 0, 0, 288, 288, 288, 0, 0, 0, 0, 288, 288, 0, 0, 0, 288, 288, 0, 0, 0, 0, 0, 0, 0, 0, 288, 0, 0, 0, 288, 288, 0, 0, 0, 288, 0, 0, 0, 0, 0, 288, 0, 288, 288, 0, 288, 22, 288, 288, 288, 288, 288, 0, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 0, 0, 288, 288, 288, 0, 288, 288, 288, 0, 288, 288, 288, 0, 0, 288, 0, 288, 0, 0, 288, 288, 288, 288, 0, 288, 288, 288, 288, 0, 0, 0, 0, 0, 288, 0, 0, 288, 288, 288, 288, 288, 288, 288, 288, 0, 288, 288, 288, 288, 288, 0, 0, 288, 0, 0, 0, 0, 0, 0, 288, 288, 288, 0, 0, 0, 0, 0, 0, 288, 288, 308, 0, 308, 308, 308, 308, 308, 0, 308, 308, 308, 308, 308, 308, 0, 308, 0, 308, 0, 308, 0, 308, 0, 0, 308, 308, 308, 308, 308, 308, 308, 0, 0, 308, 308, 308, 0, 0, 0, 0, 308, 308, 0, 0, 0, 308, 308, 0, 0, 0, 0, 0, 0, 0, 0, 308, 0, 0, 0, 308, 308, 0, 0, 0, 308, 0, 0, 0, 0, 0, 308, 0, 308, 308, 0, 308, 0, 308, 308, 308, 308, 308, 0, 308, 308, 308, 308, 308, 308, 308, 308, 308, 308, 308, 308, 308, 308, 308, 308, 0, 0, 308, 308, 308, 0, 308, 308, 308, 0, 308, 308, 308, 0, 466, 308, 0, 308, 0, 0, 308, 308, 308, 308, 466, 308, 308, 308, 308, 338, 0, 0, 0, 338, 308, 0, 338, 308, 308, 308, 308, 0, 308, 308, 308, 0, 308, 308, 308, 308, 308, 0, 338, 308, 338, 0, 518, 518, 518, 518, 308, 308, 0, 0, 0, 0, 0, 0, 0, 0, 308, 0, 0, 0, 518, 518, 518, 0, 0, 0, 0, 0, 22, 0, 22, 0, 0, 22, 22, 22, 22, 0, 0, 22, 0, 0, 22, 22, 22, 0, 0, 0, 0, 22, 22, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 22, 0, 0, 0, 22, 22, 0, 0, 0, 22, 0, 0, 0, 0, 0, 22, 0, 22, 22, 0, 22, 0, 22, 22, 22, 22, 22, 0, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 0, 0, 22, 22, 22, 0, 22, 22, 22, 0, 22, 22, 22, 0, 518, 22, 0, 22, 0, 0, 22, 22, 22, 22, 518, 0, 22, 22, 22, 0, 0, 0, 0, 0, 22, 0, 0, 0, 22, 22, 22, 22, 22, 22, 22, 0, 22, 22, 22, 22, 22, 0, 0, 22, 0, 0, 518, 518, 518, 518, 22, 22, 22, 0, 0, 0, 0, 0, 0, 22, 0, 0, 0, 0, 518, 518, 518, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 338, 338, 338, 338, 338, 0, 338, 338, 338, 338, 338, 338, 0, 0, 338, 338, 0, 0, 0, 0, 466, 0, 518, 518, 518, 518, 518, 0, 518, 518, 518, 518, 518, 518, 0, 0, 518, 518, 0, 466, 0, 466, 0, 0, 466, 466, 466, 466, 466, 466, 466, 0, 0, 466, 466, 466, 0, 0, 0, 0, 466, 466, 0, 0, 0, 466, 466, 0, 0, 0, 0, 0, 0, 0, 0, 466, 0, 56, 0, 466, 466, 0, 0, 0, 466, 0, 0, 56, 0, 0, 466, 0, 466, 466, 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, 466, 466, 466, 0, 466, 466, 466, 0, 466, 466, 466, 0, 0, 466, 0, 466, 0, 0, 466, 466, 466, 466, 0, 0, 466, 466, 466, 0, 0, 0, 0, 0, 466, 0, 0, 466, 466, 466, 466, 0, 466, 466, 466, 0, 466, 466, 466, 466, 466, 0, 0, 466, 0, 0, 0, 0, 0, 0, 466, 466, 0, 518, 0, 518, 518, 518, 518, 518, 466, 518, 518, 518, 518, 518, 518, 0, 0, 518, 518, 0, 518, 0, 518, 0, 0, 518, 518, 518, 518, 518, 518, 518, 0, 0, 518, 518, 518, 0, 0, 0, 0, 518, 518, 0, 0, 0, 518, 518, 0, 0, 0, 0, 0, 0, 0, 0, 518, 0, 0, 0, 518, 518, 0, 0, 0, 518, 0, 0, 0, 0, 0, 518, 0, 518, 518, 0, 518, 0, 518, 518, 518, 518, 518, 0, 518, 518, 518, 518, 518, 518, 518, 518, 518, 518, 518, 518, 518, 518, 518, 518, 0, 0, 518, 518, 518, 0, 518, 518, 518, 0, 518, 518, 518, 0, 284, 518, 0, 518, 0, 0, 518, 518, 518, 518, 284, 0, 518, 518, 518, 0, 0, 0, 0, 0, 518, 0, 0, 518, 518, 518, 518, 0, 518, 518, 518, 0, 518, 518, 518, 518, 518, 284, 56, 518, 0, 284, 0, 0, 284, 0, 518, 518, 0, 0, 0, 0, 0, 164, 164, 0, 518, 56, 284, 56, 0, 284, 56, 56, 56, 56, 56, 56, 56, 0, 0, 56, 56, 56, 0, 0, 0, 0, 56, 56, 0, 0, 0, 56, 56, 0, 0, 0, 0, 0, 0, 0, 0, 56, 0, 0, 0, 56, 56, 0, 0, 0, 56, 0, 0, 0, 0, 0, 56, 0, 56, 56, 0, 56, 0, 56, 56, 56, 56, 56, 0, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 0, 0, 56, 56, 56, 0, 56, 56, 56, 0, 56, 56, 56, 0, 305, 56, 0, 56, 0, 0, 56, 56, 56, 56, 305, 0, 56, 56, 56, 0, 0, 0, 0, 0, 56, 0, 0, 56, 56, 56, 56, 56, 56, 56, 56, 0, 56, 56, 56, 56, 56, 305, 0, 56, 0, 305, 0, 0, 305, 0, 56, 56, 56, 0, 0, 0, 0, 0, 0, 56, 56, 0, 305, 0, 0, 305, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 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, 284, 284, 284, 284, 284, 0, 0, 0, 0, 0, 0, 0, 0, 284, 0, 0, 0, 284, 0, 284, 0, 0, 284, 284, 284, 284, 284, 284, 284, 0, 0, 284, 284, 284, 0, 0, 0, 0, 284, 284, 0, 0, 0, 284, 284, 0, 0, 0, 0, 0, 0, 0, 0, 284, 0, 0, 0, 284, 284, 0, 0, 0, 284, 0, 0, 0, 0, 0, 284, 0, 284, 284, 0, 284, 0, 284, 284, 284, 284, 284, 0, 284, 284, 284, 284, 284, 284, 284, 284, 284, 284, 284, 284, 284, 284, 284, 284, 0, 0, 284, 284, 284, 0, 284, 284, 284, 0, 284, 284, 284, 341, 341, 284, 341, 284, 0, 0, 284, 284, 284, 284, 0, 284, 284, 284, 284, 0, 0, 341, 341, 341, 284, 0, 0, 284, 284, 284, 284, 284, 284, 284, 284, 0, 284, 284, 284, 284, 284, 0, 305, 284, 305, 305, 305, 305, 305, 0, 284, 284, 284, 0, 0, 295, 0, 305, 0, 284, 284, 305, 0, 305, 0, 295, 305, 305, 305, 305, 305, 305, 305, 0, 0, 305, 305, 305, 0, 0, 0, 0, 305, 305, 0, 0, 0, 305, 305, 0, 0, 0, 295, 0, 0, 0, 295, 305, 0, 295, 0, 305, 305, 0, 0, 0, 305, 0, 0, 0, 0, 0, 305, 295, 305, 305, 295, 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, 305, 305, 305, 0, 305, 305, 305, 0, 305, 305, 305, 0, 0, 305, 0, 305, 0, 0, 305, 305, 305, 305, 0, 305, 305, 305, 305, 0, 0, 0, 0, 0, 305, 0, 0, 305, 305, 305, 305, 305, 305, 305, 305, 0, 305, 305, 305, 305, 305, 0, 0, 305, 0, 0, 0, 0, 0, 0, 305, 305, 305, 0, 0, 293, 0, 0, 0, 305, 305, 0, 0, 0, 0, 293, 0, 0, 341, 341, 341, 341, 341, 0, 341, 341, 341, 341, 341, 341, 0, 0, 341, 341, 0, 0, 0, 0, 0, 0, 0, 0, 293, 0, 0, 0, 293, 0, 0, 293, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 293, 0, 0, 293, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 295, 0, 295, 295, 295, 295, 295, 0, 0, 0, 0, 0, 0, 0, 0, 295, 0, 0, 0, 295, 0, 295, 0, 0, 295, 295, 295, 295, 295, 295, 295, 0, 0, 295, 295, 295, 0, 0, 0, 0, 295, 295, 0, 0, 0, 295, 295, 0, 0, 0, 0, 0, 0, 0, 0, 295, 0, 0, 0, 295, 295, 0, 0, 0, 295, 0, 0, 341, 0, 0, 295, 0, 295, 295, 0, 295, 0, 295, 295, 295, 295, 295, 0, 295, 295, 295, 295, 295, 295, 295, 295, 295, 295, 295, 295, 295, 295, 295, 295, 0, 0, 295, 295, 295, 0, 295, 295, 295, 0, 295, 295, 295, 417, 415, 295, 416, 295, 0, 0, 295, 295, 295, 295, 0, 295, 295, 295, 295, 852, 0, 420, 403, 421, 295, 0, 0, 295, 295, 295, 295, 295, 295, 295, 295, 0, 295, 295, 295, 295, 295, 0, 293, 295, 293, 293, 293, 293, 293, 0, 295, 295, 295, 0, 0, 299, 0, 293, 0, 295, 295, 293, 0, 293, 0, 299, 293, 293, 293, 293, 293, 293, 293, 0, 0, 293, 293, 293, 0, 0, 0, 0, 293, 293, 0, 0, 0, 293, 293, 0, 0, 0, 299, 0, 0, 0, 299, 293, 0, 299, 0, 293, 293, 0, 0, 0, 293, 0, 0, 0, 0, 0, 293, 299, 293, 293, 299, 293, 0, 293, 293, 293, 293, 293, 0, 293, 293, 293, 293, 293, 293, 293, 293, 293, 293, 293, 293, 293, 293, 293, 293, 0, 0, 293, 293, 293, 0, 293, 293, 293, 0, 293, 293, 293, 0, 0, 293, 0, 293, 0, 0, 293, 293, 293, 293, 0, 293, 293, 293, 293, 0, 0, 0, 0, 0, 293, 0, 0, 293, 293, 293, 293, 293, 293, 293, 293, 0, 293, 293, 293, 293, 293, 0, 0, 293, 0, 0, 0, 0, 0, 0, 293, 293, 293, 0, 0, 297, 0, 0, 0, 293, 293, 0, 0, 0, 0, 297, 0, 0, 404, 405, 406, 407, 408, 0, 409, 410, 411, 412, 413, 414, 0, 0, 418, 419, 0, 0, 0, 0, 0, 0, 0, 0, 297, 0, 0, 0, 297, 0, 0, 297, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 297, 0, 0, 297, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 299, 0, 299, 299, 299, 299, 299, 0, 0, 0, 0, 0, 0, 0, 0, 299, 0, 0, 0, 299, 0, 299, 0, 0, 299, 299, 299, 299, 299, 299, 299, 0, 0, 299, 299, 299, 0, 0, 0, 0, 299, 299, 0, 0, 0, 299, 299, 0, 0, 0, 0, 0, 0, 0, 0, 299, 0, 0, 0, 299, 299, 0, 0, 0, 299, 0, 0, 0, 0, 0, 299, 0, 299, 299, 0, 299, 0, 299, 299, 299, 299, 299, 0, 299, 299, 299, 299, 299, 299, 299, 299, 299, 299, 299, 299, 299, 299, 299, 299, 0, 0, 299, 299, 299, 0, 299, 299, 299, 0, 299, 299, 299, 417, 415, 299, 416, 299, 0, 0, 299, 299, 299, 299, 0, 299, 299, 299, 299, 901, 0, 420, 403, 421, 299, 0, 0, 299, 299, 299, 299, 299, 299, 299, 299, 0, 299, 299, 299, 299, 299, 0, 297, 299, 297, 297, 297, 297, 297, 0, 299, 299, 299, 0, 0, 291, 0, 297, 0, 299, 299, 297, 0, 297, 0, 291, 297, 297, 297, 297, 297, 297, 297, 0, 0, 297, 297, 297, 0, 0, 0, 0, 297, 297, 0, 0, 0, 297, 297, 0, 0, 0, 291, 0, 0, 0, 291, 297, 0, 291, 0, 297, 297, 0, 0, 0, 297, 0, 0, 0, 0, 0, 297, 291, 297, 297, 291, 297, 0, 297, 297, 297, 297, 297, 0, 297, 297, 297, 297, 297, 297, 297, 297, 297, 297, 297, 297, 297, 297, 297, 297, 0, 0, 297, 297, 297, 0, 297, 297, 297, 0, 297, 297, 297, 0, 0, 297, 0, 297, 0, 0, 297, 297, 297, 297, 0, 297, 297, 297, 297, 0, 0, 0, 0, 0, 297, 0, 0, 297, 297, 297, 297, 297, 297, 297, 297, 0, 297, 297, 297, 297, 297, 0, 0, 297, 0, 0, 0, 0, 0, 0, 297, 297, 297, 0, 0, 301, 0, 0, 0, 297, 297, 0, 0, 0, 0, 301, 0, 0, 404, 405, 406, 407, 408, 0, 409, 410, 411, 412, 413, 414, 0, 0, 418, 419, 0, 0, 0, 0, 0, 0, 0, 0, 301, 0, 0, 0, 301, 0, 0, 301, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 301, 0, 0, 301, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 291, 0, 291, 291, 291, 291, 291, 0, 0, 0, 0, 0, 0, 0, 0, 291, 0, 0, 0, 291, 0, 291, 0, 0, 291, 291, 291, 291, 291, 291, 291, 0, 0, 291, 291, 291, 0, 0, 0, 0, 291, 291, 0, 0, 0, 291, 291, 0, 0, 0, 0, 0, 0, 0, 0, 291, 0, 0, 0, 291, 291, 0, 0, 0, 291, 0, 0, 0, 0, 0, 291, 0, 291, 291, 0, 291, 0, 291, 291, 291, 291, 291, 0, 291, 291, 291, 291, 291, 291, 291, 291, 291, 291, 291, 291, 291, 291, 291, 291, 0, 0, 291, 291, 291, 0, 291, 291, 291, 0, 291, 291, 291, 417, 415, 291, 416, 291, 0, 0, 291, 291, 291, 291, 0, 291, 291, 291, 291, 946, 0, 420, 403, 421, 291, 0, 0, 291, 291, 291, 291, 291, 291, 291, 291, 0, 291, 291, 291, 291, 291, 0, 301, 291, 301, 301, 301, 301, 301, 0, 291, 291, 291, 0, 0, 296, 0, 301, 0, 291, 291, 301, 0, 301, 0, 296, 301, 301, 301, 301, 301, 301, 301, 0, 0, 301, 301, 301, 0, 0, 0, 0, 301, 301, 0, 0, 0, 301, 301, 0, 0, 0, 296, 0, 0, 0, 296, 301, 0, 296, 0, 301, 301, 0, 0, 0, 301, 0, 0, 0, 0, 0, 301, 296, 301, 301, 296, 301, 0, 301, 301, 301, 301, 301, 0, 301, 301, 301, 301, 301, 301, 301, 301, 301, 301, 301, 301, 301, 301, 301, 301, 0, 0, 301, 301, 301, 0, 301, 301, 301, 0, 301, 301, 301, 0, 0, 301, 0, 301, 0, 0, 301, 301, 301, 301, 0, 301, 301, 301, 301, 0, 0, 0, 0, 0, 301, 0, 0, 301, 301, 301, 301, 301, 301, 301, 301, 0, 301, 301, 301, 301, 301, 0, 0, 301, 0, 0, 0, 0, 0, 0, 301, 301, 301, 0, 0, 294, 0, 0, 0, 301, 301, 0, 0, 0, 0, 294, 0, 0, 404, 405, 406, 407, 408, 0, 409, 410, 411, 412, 413, 414, 0, 0, 418, 419, 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, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 296, 0, 296, 296, 296, 296, 296, 0, 0, 0, 0, 0, 0, 0, 0, 296, 0, 0, 0, 296, 0, 296, 0, 0, 296, 296, 296, 296, 296, 296, 296, 0, 0, 296, 296, 296, 0, 0, 0, 0, 296, 296, 0, 0, 0, 296, 296, 0, 0, 0, 0, 0, 0, 0, 0, 296, 0, 0, 0, 296, 296, 0, 0, 0, 296, 0, 0, 0, 0, 0, 296, 0, 296, 296, 0, 296, 0, 296, 296, 296, 296, 296, 0, 296, 296, 296, 296, 296, 296, 296, 296, 296, 296, 296, 296, 296, 296, 296, 296, 0, 0, 296, 296, 296, 0, 296, 296, 296, 0, 296, 296, 296, 417, 415, 296, 416, 296, 0, 0, 296, 296, 296, 296, 0, 296, 296, 296, 296, 962, 0, 420, 403, 421, 296, 0, 0, 296, 296, 296, 296, 296, 296, 296, 296, 0, 296, 296, 296, 296, 296, 0, 294, 296, 294, 294, 294, 294, 294, 0, 296, 296, 296, 0, 0, 312, 0, 294, 0, 296, 296, 294, 0, 294, 0, 312, 294, 294, 294, 294, 294, 294, 294, 0, 0, 294, 294, 294, 0, 0, 0, 0, 294, 294, 0, 0, 0, 294, 294, 0, 0, 0, 312, 0, 0, 0, 312, 294, 0, 312, 0, 294, 294, 0, 0, 0, 294, 0, 0, 0, 0, 0, 294, 312, 294, 294, 312, 294, 0, 294, 294, 294, 294, 294, 0, 294, 294, 294, 294, 294, 294, 294, 294, 294, 294, 294, 294, 294, 294, 294, 294, 0, 0, 294, 294, 294, 0, 294, 294, 294, 0, 294, 294, 294, 0, 0, 294, 0, 294, 0, 0, 294, 294, 294, 294, 0, 294, 294, 294, 294, 0, 0, 0, 0, 0, 294, 0, 0, 294, 294, 294, 294, 294, 294, 294, 294, 0, 294, 294, 294, 294, 294, 0, 0, 294, 0, 0, 0, 0, 0, 0, 294, 294, 294, 0, 0, 310, 0, 0, 0, 294, 294, 0, 0, 0, 0, 310, 0, 0, 404, 405, 406, 407, 408, 0, 409, 410, 411, 412, 413, 414, 0, 0, 418, 419, 0, 0, 0, 0, 0, 0, 0, 0, 310, 0, 0, 0, 310, 0, 0, 310, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 310, 0, 0, 310, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 312, 0, 312, 312, 312, 312, 312, 0, 0, 0, 0, 0, 0, 0, 0, 312, 0, 0, 0, 312, 0, 312, 0, 0, 312, 312, 312, 312, 312, 312, 312, 0, 0, 312, 312, 312, 0, 0, 0, 0, 312, 312, 0, 0, 0, 312, 312, 0, 0, 0, 0, 0, 0, 0, 0, 312, 0, 0, 0, 312, 312, 0, 0, 0, 312, 0, 0, 0, 0, 0, 312, 0, 312, 312, 0, 312, 0, 312, 312, 312, 312, 312, 0, 312, 312, 312, 312, 312, 312, 312, 312, 312, 312, 312, 312, 312, 312, 312, 312, 0, 0, 312, 312, 312, 0, 312, 312, 312, 0, 312, 312, 312, 417, 415, 312, 416, 312, 0, 0, 312, 312, 312, 312, 0, 312, 312, 312, 312, 0, 0, 420, 403, 421, 312, 0, 0, 312, 312, 312, 312, 312, 312, 312, 312, 0, 312, 312, 312, 312, 312, 0, 310, 312, 310, 310, 310, 310, 310, 0, 312, 312, 312, 0, 0, 300, 0, 310, 0, 312, 312, 310, 0, 310, 0, 300, 310, 310, 310, 310, 310, 310, 310, 0, 0, 310, 310, 310, 0, 0, 0, 0, 310, 310, 0, 0, 0, 310, 310, 0, 0, 0, 300, 0, 0, 0, 300, 310, 0, 300, 0, 310, 310, 0, 0, 0, 310, 0, 0, 0, 0, 0, 310, 300, 310, 310, 300, 310, 0, 310, 310, 310, 310, 310, 0, 310, 310, 310, 310, 310, 310, 310, 310, 310, 310, 310, 310, 310, 310, 310, 310, 0, 0, 310, 310, 310, 0, 310, 310, 310, 0, 310, 310, 310, 0, 0, 310, 0, 310, 0, 0, 310, 310, 310, 310, 0, 310, 310, 310, 310, 0, 0, 0, 0, 0, 310, 0, 0, 310, 310, 310, 310, 310, 310, 310, 310, 0, 310, 310, 310, 310, 310, 0, 0, 310, 0, 0, 0, 0, 0, 0, 310, 310, 310, 0, 0, 298, 0, 0, 0, 310, 310, 0, 0, 0, 0, 298, 0, 0, 404, 405, 406, 407, 408, 0, 409, 410, 411, 412, 413, 414, 0, 0, 418, 419, 0, 0, 0, 0, 0, 0, 0, 0, 298, 0, 0, 0, 298, 0, 0, 298, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 298, 0, 0, 298, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 300, 0, 300, 300, 300, 300, 300, 0, 0, 0, 0, 0, 0, 0, 0, 300, 0, 0, 0, 300, 0, 300, 0, 0, 300, 300, 300, 300, 300, 300, 300, 0, 0, 300, 300, 300, 0, 0, 0, 0, 300, 300, 0, 0, 0, 300, 300, 0, 0, 0, 0, 0, 0, 0, 0, 300, 0, 0, 0, 300, 300, 0, 0, 0, 300, 0, 0, 0, 0, 0, 300, 0, 300, 300, 0, 300, 0, 300, 300, 300, 300, 300, 0, 300, 300, 300, 300, 300, 300, 300, 300, 300, 300, 300, 300, 300, 300, 300, 300, 0, 0, 300, 300, 300, 0, 300, 300, 300, 0, 300, 300, 300, 247, 247, 300, 247, 300, 0, 0, 300, 300, 300, 300, 0, 300, 300, 300, 300, 0, 0, 247, 247, 247, 300, 0, 0, 300, 300, 300, 300, 300, 300, 300, 300, 0, 300, 300, 300, 300, 300, 0, 298, 300, 298, 298, 298, 298, 298, 0, 300, 300, 300, 0, 0, 304, 0, 298, 0, 300, 300, 298, 0, 298, 0, 304, 298, 298, 298, 298, 298, 298, 298, 0, 0, 298, 298, 298, 0, 0, 0, 0, 298, 298, 0, 0, 0, 298, 298, 0, 0, 0, 304, 0, 0, 0, 304, 298, 0, 304, 0, 298, 298, 0, 0, 0, 298, 0, 0, 0, 0, 0, 298, 304, 298, 298, 304, 298, 0, 298, 298, 298, 298, 298, 0, 298, 298, 298, 298, 298, 298, 298, 298, 298, 298, 298, 298, 298, 298, 298, 298, 0, 0, 298, 298, 298, 0, 298, 298, 298, 0, 298, 298, 298, 0, 0, 298, 0, 298, 0, 0, 298, 298, 298, 298, 0, 298, 298, 298, 298, 0, 0, 0, 0, 0, 298, 0, 0, 298, 298, 298, 298, 298, 298, 298, 298, 0, 298, 298, 298, 298, 298, 0, 0, 298, 0, 0, 0, 0, 0, 0, 298, 298, 298, 0, 0, 303, 0, 0, 0, 298, 298, 0, 0, 0, 0, 303, 0, 0, 247, 247, 247, 247, 247, 0, 247, 247, 247, 247, 247, 247, 0, 0, 247, 247, 0, 0, 0, 0, 0, 0, 0, 0, 303, 0, 0, 0, 303, 0, 0, 303, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 303, 0, 0, 303, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 304, 0, 304, 304, 304, 304, 0, 0, 0, 0, 0, 0, 0, 0, 0, 304, 0, 0, 0, 304, 0, 304, 0, 0, 304, 304, 304, 304, 304, 304, 304, 0, 0, 304, 304, 304, 0, 0, 0, 0, 304, 304, 0, 0, 0, 304, 304, 0, 0, 0, 0, 0, 0, 0, 0, 304, 0, 0, 0, 304, 304, 0, 0, 0, 304, 0, 0, 0, 0, 0, 304, 567, 304, 304, 333, 304, 334, 304, 304, 304, 304, 304, 0, 304, 304, 304, 304, 304, 304, 304, 304, 304, 304, 304, 304, 304, 304, 304, 304, 0, 0, 304, 304, 304, 0, 304, 304, 304, 0, 304, 304, 304, 0, 0, 304, 0, 304, 0, 0, 304, 304, 304, 304, 0, 304, 304, 304, 304, 0, 753, 0, 751, 150, 304, 151, 0, 304, 304, 304, 304, 304, 304, 304, 304, 0, 304, 304, 304, 304, 304, 576, 303, 304, 303, 303, 303, 303, 0, 0, 304, 304, 304, 0, 0, 0, 0, 303, 0, 304, 304, 303, 0, 303, 0, 0, 303, 303, 303, 303, 303, 303, 303, 0, 0, 303, 303, 303, 0, 0, 0, 0, 303, 303, 0, 0, 0, 303, 303, 0, 0, 0, 0, 0, 0, 0, 0, 303, 0, 0, 0, 303, 303, 0, 0, 0, 303, 0, 0, 0, 0, 0, 303, 0, 303, 303, 0, 303, 0, 303, 303, 303, 303, 303, 0, 303, 303, 303, 303, 303, 303, 303, 303, 303, 303, 303, 303, 303, 303, 303, 303, 0, 0, 303, 303, 303, 0, 303, 303, 303, 0, 303, 303, 303, 0, 338, 303, 0, 303, 0, 0, 303, 303, 303, 303, 338, 303, 303, 303, 303, 0, 0, 0, 0, 0, 303, 0, 0, 303, 303, 303, 303, 303, 303, 303, 303, 0, 303, 303, 303, 303, 303, 338, 0, 303, 338, 338, 338, 338, 338, 338, 303, 303, 303, 0, 0, 0, 0, 0, 0, 303, 303, 0, 0, 0, 0, 0, 0, 0, 0, 336, 337, 338, 0, 0, 339, 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, 752, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 152, 153, 0, 0, 0, 154, 155, 156, 157, 0, 0, 0, 0, 0, 0, 0, 0, 158, 159, 160, 161, 162, 163, 164, 0, 165, 166, 167, 0, 0, 168, 169, 170, 0, 171, 172, 173, 174, 175, 292, 176, 0, 0, 0, 0, 178, 179, 0, 0, 292, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 181, 182, 0, 0, 183, 184, 185, 186, 0, 0, 0, 340, 0, 0, 0, 292, 0, 0, 187, 292, 0, 0, 292, 0, 0, 0, 0, 0, 0, 0, 0, 177, 0, 0, 0, 0, 292, 0, 0, 292, 0, 0, 178, 179, 0, 0, 0, 0, 180, 0, 0, 0, 0, 0, 0, 0, 0, 0, 181, 182, 0, 0, 183, 184, 185, 186, 0, 0, 0, 89, 0, 0, 0, 0, 0, 0, 187, 0, 0, 0, 0, 0, 0, 338, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 338, 338, 338, 0, 338, 0, 338, 0, 0, 338, 338, 338, 338, 338, 338, 338, 0, 0, 338, 338, 338, 0, 0, 0, 0, 338, 338, 0, 0, 0, 338, 338, 0, 0, 0, 0, 0, 0, 0, 0, 338, 0, 0, 0, 338, 338, 0, 0, 0, 338, 0, 0, 0, 0, 0, 338, 0, 338, 338, 0, 338, 0, 338, 338, 338, 338, 338, 0, 338, 338, 338, 338, 338, 338, 338, 338, 338, 338, 338, 338, 338, 338, 338, 338, 0, 0, 338, 338, 338, 0, 338, 338, 338, 0, 338, 338, 338, 0, 0, 338, 0, 338, 0, 0, 338, 338, 338, 338, 0, 0, 338, 338, 338, 0, 0, 0, 0, 0, 338, 0, 0, 338, 338, 338, 338, 338, 338, 338, 338, 0, 338, 338, 338, 338, 338, 0, 292, 338, 292, 292, 0, 0, 0, 0, 338, 338, 338, 0, 0, 302, 0, 292, 0, 338, 338, 292, 0, 292, 0, 302, 292, 292, 292, 292, 292, 292, 292, 0, 0, 292, 292, 292, 0, 0, 0, 0, 292, 292, 0, 0, 0, 292, 292, 0, 0, 0, 302, 0, 0, 0, 302, 292, 0, 302, 0, 292, 292, 0, 0, 0, 292, 0, 0, 0, 0, 0, 292, 302, 292, 292, 302, 292, 0, 292, 292, 292, 292, 292, 0, 292, 292, 292, 292, 292, 292, 292, 292, 292, 292, 292, 292, 292, 292, 292, 292, 0, 0, 292, 292, 292, 0, 292, 292, 292, 0, 292, 292, 292, 0, 0, 292, 0, 292, 0, 0, 292, 292, 292, 292, 0, 292, 292, 292, 292, 0, 0, 0, 0, 0, 292, 0, 0, 292, 292, 292, 292, 292, 292, 292, 292, 0, 292, 292, 292, 292, 292, 0, 0, 292, 0, 0, 0, 0, 0, 0, 292, 292, 292, 0, 0, 0, 0, 0, 0, 292, 292, 501, 0, 0, 0, 0, 0, 0, 0, 0, 0, 501, 0, 0, 0, 0, 0, 0, 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, 501, 501, 501, 501, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 302, 0, 302, 302, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 302, 0, 0, 0, 302, 0, 302, 0, 0, 302, 302, 302, 302, 302, 302, 302, 0, 0, 302, 302, 302, 0, 0, 0, 0, 302, 302, 0, 0, 0, 302, 302, 0, 0, 0, 0, 0, 0, 0, 0, 302, 0, 0, 0, 302, 302, 0, 0, 0, 302, 0, 0, 0, 0, 0, 302, 0, 302, 302, 0, 302, 0, 302, 302, 302, 302, 302, 0, 302, 302, 302, 302, 302, 302, 302, 302, 302, 302, 302, 302, 302, 302, 302, 302, 0, 0, 302, 302, 302, 0, 302, 302, 302, 0, 302, 302, 302, 0, 0, 302, 0, 302, 0, 0, 302, 302, 302, 302, 0, 302, 302, 302, 302, 0, 0, 0, 0, 0, 302, 0, 0, 302, 302, 302, 302, 302, 302, 302, 302, 0, 302, 302, 302, 302, 302, 0, 0, 302, 0, 0, 0, 0, 501, 0, 302, 302, 302, 0, 0, 0, 502, 0, 0, 302, 302, 0, 0, 501, 501, 501, 502, 501, 0, 501, 0, 0, 501, 501, 501, 501, 501, 501, 501, 0, 0, 501, 501, 501, 0, 0, 0, 0, 501, 501, 0, 0, 0, 501, 501, 0, 0, 502, 502, 502, 502, 502, 0, 501, 0, 0, 0, 501, 501, 0, 0, 0, 501, 0, 0, 0, 0, 0, 501, 0, 501, 501, 0, 501, 0, 501, 501, 501, 501, 501, 0, 501, 501, 501, 501, 501, 501, 501, 501, 501, 501, 501, 501, 501, 501, 501, 501, 0, 0, 501, 501, 501, 0, 501, 501, 501, 0, 501, 501, 501, 0, 0, 501, 0, 501, 0, 0, 501, 501, 501, 501, 0, 0, 501, 501, 501, 0, 0, 0, 0, 0, 501, 0, 0, 501, 501, 501, 501, 501, 501, 501, 501, 0, 501, 501, 501, 501, 501, 0, 0, 501, 0, 0, 0, 0, 0, 0, 501, 501, 501, 0, 493, 0, 0, 0, 0, 501, 501, 0, 0, 0, 493, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 499, 499, 493, 499, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 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, 502, 0, 502, 0, 502, 0, 0, 502, 502, 502, 502, 502, 502, 502, 0, 0, 502, 502, 502, 0, 0, 0, 0, 502, 502, 0, 0, 0, 502, 502, 0, 0, 0, 0, 0, 0, 0, 0, 502, 0, 0, 0, 502, 502, 0, 0, 0, 502, 0, 0, 0, 0, 0, 502, 0, 502, 502, 0, 502, 0, 502, 502, 502, 502, 502, 0, 502, 502, 502, 502, 502, 502, 502, 502, 502, 502, 502, 502, 502, 502, 502, 502, 0, 0, 502, 502, 502, 0, 502, 502, 502, 0, 502, 502, 502, 0, 0, 502, 0, 502, 0, 0, 502, 502, 502, 502, 0, 0, 502, 502, 502, 0, 0, 0, 0, 0, 502, 0, 0, 502, 502, 502, 502, 502, 502, 502, 502, 0, 502, 502, 502, 502, 502, 0, 0, 502, 0, 0, 493, 0, 0, 0, 502, 502, 0, 0, 507, 0, 0, 0, 0, 502, 502, 499, 499, 499, 507, 493, 0, 493, 0, 0, 493, 493, 493, 493, 493, 493, 493, 0, 0, 493, 493, 493, 0, 0, 0, 0, 493, 493, 0, 0, 0, 493, 493, 0, 0, 507, 507, 507, 507, 507, 0, 493, 0, 0, 0, 493, 493, 0, 0, 0, 493, 0, 0, 0, 0, 0, 493, 0, 493, 493, 0, 493, 0, 493, 493, 493, 493, 493, 0, 493, 493, 493, 493, 493, 493, 493, 493, 493, 493, 493, 493, 493, 493, 493, 493, 0, 0, 493, 493, 493, 0, 493, 493, 493, 0, 493, 493, 493, 0, 0, 493, 0, 493, 0, 0, 493, 493, 493, 493, 0, 0, 493, 493, 493, 0, 0, 0, 0, 0, 493, 0, 0, 493, 493, 493, 493, 493, 493, 493, 493, 0, 493, 493, 493, 493, 493, 0, 0, 493, 0, 0, 0, 0, 0, 0, 493, 493, 493, 0, 504, 0, 0, 0, 0, 493, 493, 0, 0, 0, 504, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 504, 504, 504, 504, 504, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 507, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 507, 507, 0, 0, 507, 0, 507, 0, 0, 507, 507, 507, 507, 507, 507, 507, 0, 0, 507, 507, 507, 0, 0, 0, 0, 507, 507, 0, 0, 0, 507, 507, 0, 0, 0, 0, 0, 0, 0, 0, 507, 0, 0, 0, 507, 507, 0, 0, 0, 507, 0, 0, 0, 0, 0, 507, 0, 507, 507, 0, 507, 0, 507, 507, 507, 507, 507, 0, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 0, 0, 507, 507, 507, 0, 507, 507, 507, 0, 507, 507, 507, 0, 0, 507, 0, 507, 0, 0, 507, 507, 507, 507, 0, 0, 507, 507, 507, 0, 0, 0, 0, 0, 507, 0, 0, 507, 507, 507, 507, 507, 507, 507, 507, 0, 507, 507, 507, 507, 507, 0, 0, 507, 0, 0, 504, 0, 0, 0, 507, 507, 507, 505, 0, 0, 0, 0, 0, 507, 507, 504, 504, 505, 0, 504, 0, 504, 0, 0, 504, 504, 504, 504, 504, 504, 504, 0, 0, 504, 504, 504, 0, 0, 0, 0, 504, 504, 0, 0, 0, 504, 504, 0, 505, 505, 505, 505, 505, 0, 0, 504, 0, 0, 0, 504, 504, 0, 0, 0, 504, 0, 0, 0, 0, 0, 504, 0, 504, 504, 0, 504, 0, 504, 504, 504, 504, 504, 0, 504, 504, 504, 504, 504, 504, 504, 504, 504, 504, 504, 504, 504, 504, 504, 504, 0, 0, 504, 504, 504, 0, 504, 504, 504, 0, 504, 504, 504, 0, 0, 504, 0, 504, 0, 0, 504, 504, 504, 504, 0, 0, 504, 504, 504, 0, 0, 0, 0, 0, 504, 0, 0, 504, 504, 504, 504, 504, 504, 504, 504, 0, 504, 504, 504, 504, 504, 0, 0, 504, 0, 0, 0, 0, 0, 0, 504, 504, 504, 506, 0, 0, 0, 0, 0, 504, 504, 0, 0, 506, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 506, 506, 506, 506, 506, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 505, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 505, 505, 0, 0, 505, 0, 505, 0, 0, 505, 505, 505, 505, 505, 505, 505, 0, 0, 505, 505, 505, 0, 0, 0, 0, 505, 505, 0, 0, 0, 505, 505, 0, 0, 0, 0, 0, 0, 0, 0, 505, 0, 0, 0, 505, 505, 0, 0, 0, 505, 0, 0, 0, 0, 0, 505, 0, 505, 505, 0, 505, 0, 505, 505, 505, 505, 505, 0, 505, 505, 505, 505, 505, 505, 505, 505, 505, 505, 505, 505, 505, 505, 505, 505, 0, 0, 505, 505, 505, 0, 505, 505, 505, 0, 505, 505, 505, 0, 0, 505, 0, 505, 0, 0, 505, 505, 505, 505, 0, 0, 505, 505, 505, 0, 0, 0, 0, 0, 505, 0, 0, 505, 505, 505, 505, 505, 505, 505, 505, 0, 505, 505, 505, 505, 505, 0, 0, 505, 0, 0, 506, 0, 0, 0, 505, 505, 505, 313, 0, 0, 0, 0, 0, 505, 505, 506, 506, 313, 0, 506, 0, 506, 0, 0, 506, 506, 506, 506, 506, 506, 506, 0, 0, 506, 506, 506, 0, 0, 0, 0, 506, 506, 0, 0, 313, 506, 506, 0, 313, 0, 0, 313, 0, 0, 0, 506, 0, 0, 0, 506, 506, 0, 0, 0, 506, 313, 0, 0, 0, 0, 506, 0, 506, 506, 0, 506, 0, 506, 506, 506, 506, 506, 0, 506, 506, 506, 506, 506, 506, 506, 506, 506, 506, 506, 506, 506, 506, 506, 506, 0, 0, 506, 506, 506, 0, 506, 506, 506, 0, 506, 506, 506, 0, 0, 506, 0, 506, 0, 0, 506, 506, 506, 506, 0, 0, 506, 506, 506, 0, 0, 0, 0, 0, 506, 0, 0, 506, 506, 506, 506, 506, 506, 506, 506, 0, 506, 506, 506, 506, 506, 0, 0, 506, 0, 0, 0, 0, 0, 0, 506, 506, 506, 309, 0, 0, 0, 0, 0, 506, 506, 0, 0, 309, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 309, 0, 0, 0, 309, 0, 0, 309, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 309, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 313, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 313, 0, 0, 0, 313, 0, 313, 0, 0, 313, 313, 313, 313, 313, 313, 313, 0, 0, 313, 313, 313, 0, 0, 0, 0, 313, 313, 0, 0, 0, 313, 313, 0, 0, 0, 0, 0, 0, 0, 0, 313, 0, 0, 0, 313, 313, 0, 0, 0, 313, 0, 0, 0, 0, 0, 313, 0, 313, 313, 0, 313, 0, 313, 313, 313, 313, 313, 0, 313, 313, 313, 313, 313, 313, 313, 313, 313, 313, 313, 313, 313, 313, 313, 313, 0, 0, 313, 313, 313, 0, 313, 313, 313, 0, 313, 313, 313, 0, 503, 313, 0, 313, 0, 0, 313, 313, 313, 313, 503, 313, 313, 313, 313, 0, 0, 0, 0, 0, 313, 0, 0, 313, 313, 313, 313, 313, 313, 313, 313, 0, 313, 313, 313, 313, 313, 0, 0, 313, 0, 503, 309, 503, 503, 503, 313, 313, 313, 0, 0, 0, 0, 0, 0, 313, 313, 309, 0, 0, 0, 309, 0, 309, 0, 0, 309, 309, 309, 309, 309, 309, 309, 0, 0, 309, 309, 309, 0, 0, 0, 0, 309, 309, 0, 0, 0, 309, 309, 0, 0, 0, 0, 0, 0, 0, 0, 309, 0, 0, 0, 309, 309, 0, 0, 0, 309, 0, 0, 0, 0, 0, 309, 0, 309, 309, 0, 309, 0, 309, 309, 309, 309, 309, 0, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 0, 0, 309, 309, 309, 0, 309, 309, 309, 0, 309, 309, 309, 0, 509, 309, 0, 309, 0, 0, 309, 309, 309, 309, 509, 309, 309, 309, 309, 0, 0, 0, 0, 0, 309, 0, 0, 309, 309, 309, 309, 309, 309, 309, 309, 0, 309, 309, 309, 309, 309, 0, 0, 309, 0, 509, 0, 0, 509, 0, 309, 309, 309, 0, 0, 0, 0, 0, 0, 309, 309, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 503, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 503, 0, 0, 0, 503, 0, 503, 0, 0, 503, 503, 503, 503, 503, 503, 503, 0, 0, 503, 503, 503, 0, 0, 0, 0, 503, 503, 0, 0, 0, 503, 503, 0, 0, 0, 0, 0, 0, 0, 0, 503, 0, 0, 0, 503, 503, 0, 0, 0, 503, 0, 0, 0, 0, 0, 503, 0, 503, 503, 0, 503, 0, 503, 503, 503, 503, 503, 0, 503, 503, 503, 503, 503, 503, 503, 503, 503, 503, 503, 503, 503, 503, 503, 503, 0, 0, 503, 503, 503, 0, 503, 503, 503, 0, 503, 503, 503, 0, 512, 503, 0, 503, 0, 0, 503, 503, 503, 503, 512, 0, 503, 503, 503, 0, 0, 0, 0, 0, 503, 0, 0, 503, 503, 503, 503, 503, 503, 503, 503, 0, 503, 503, 503, 503, 503, 0, 0, 503, 0, 512, 509, 0, 512, 0, 503, 503, 503, 0, 0, 0, 0, 0, 0, 503, 503, 509, 0, 0, 0, 509, 0, 509, 0, 0, 509, 509, 509, 509, 509, 509, 509, 0, 0, 509, 509, 509, 0, 0, 0, 0, 509, 509, 0, 0, 0, 509, 509, 0, 0, 0, 0, 0, 0, 0, 0, 509, 0, 0, 0, 509, 509, 0, 0, 0, 509, 0, 0, 0, 0, 0, 509, 0, 509, 509, 0, 509, 0, 509, 509, 509, 509, 509, 0, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 0, 0, 509, 509, 509, 0, 509, 509, 509, 0, 509, 509, 509, 0, 511, 509, 0, 509, 0, 0, 509, 509, 509, 509, 511, 0, 509, 509, 509, 0, 0, 0, 0, 0, 509, 0, 0, 509, 509, 509, 509, 509, 509, 509, 509, 0, 509, 509, 509, 509, 509, 0, 0, 509, 0, 511, 0, 0, 511, 0, 509, 509, 509, 0, 0, 0, 0, 0, 0, 509, 509, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 512, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 512, 0, 0, 0, 512, 0, 512, 0, 0, 512, 512, 512, 512, 512, 512, 512, 0, 0, 512, 512, 512, 0, 0, 0, 0, 512, 512, 0, 0, 0, 512, 512, 0, 0, 0, 0, 0, 0, 0, 0, 512, 0, 0, 0, 512, 512, 0, 0, 0, 512, 0, 0, 0, 0, 0, 512, 0, 512, 512, 0, 512, 0, 512, 512, 512, 512, 512, 0, 512, 512, 512, 512, 512, 512, 512, 512, 512, 512, 512, 512, 512, 512, 512, 512, 0, 0, 512, 512, 512, 0, 512, 512, 512, 0, 512, 512, 512, 0, 510, 512, 0, 512, 0, 0, 512, 512, 512, 512, 510, 0, 512, 512, 512, 0, 0, 0, 0, 0, 512, 0, 0, 512, 512, 512, 512, 512, 512, 512, 512, 0, 512, 512, 512, 512, 512, 0, 0, 512, 0, 510, 511, 0, 510, 0, 512, 512, 512, 0, 0, 0, 0, 0, 0, 512, 512, 511, 0, 0, 0, 511, 0, 511, 0, 0, 511, 511, 511, 511, 511, 511, 511, 0, 0, 511, 511, 511, 0, 0, 0, 0, 511, 511, 0, 0, 0, 511, 511, 0, 0, 0, 0, 0, 0, 0, 0, 511, 0, 0, 0, 511, 511, 0, 0, 0, 511, 0, 0, 0, 0, 0, 511, 0, 511, 511, 0, 511, 0, 511, 511, 511, 511, 511, 0, 511, 511, 511, 511, 511, 511, 511, 511, 511, 511, 511, 511, 511, 511, 511, 511, 0, 0, 511, 511, 511, 0, 511, 511, 511, 0, 511, 511, 511, 0, 236, 511, 0, 511, 0, 0, 511, 511, 511, 511, 236, 0, 511, 511, 511, 0, 0, 0, 0, 0, 511, 0, 0, 511, 511, 511, 511, 511, 511, 511, 511, 0, 511, 511, 511, 511, 511, 0, 0, 511, 0, 0, 236, 0, 236, 0, 511, 511, 511, 0, 0, 0, 0, 0, 0, 511, 511, 0, 0, 0, 0, 236, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 510, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 510, 0, 0, 0, 510, 0, 510, 0, 0, 510, 510, 510, 510, 510, 510, 510, 0, 0, 510, 510, 510, 0, 0, 0, 0, 510, 510, 0, 0, 0, 510, 510, 0, 0, 0, 0, 0, 0, 0, 0, 510, 0, 0, 0, 510, 510, 0, 0, 0, 510, 0, 0, 0, 0, 0, 510, 0, 510, 510, 0, 510, 0, 510, 510, 510, 510, 510, 0, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 0, 0, 510, 510, 510, 0, 510, 510, 510, 0, 510, 510, 510, 0, 513, 510, 0, 510, 0, 0, 510, 510, 510, 510, 513, 0, 510, 510, 510, 0, 0, 0, 0, 0, 510, 0, 0, 510, 510, 510, 510, 510, 510, 510, 510, 0, 510, 510, 510, 510, 510, 0, 0, 510, 0, 513, 236, 0, 513, 0, 510, 510, 510, 0, 0, 0, 0, 0, 0, 510, 510, 0, 0, 0, 0, 236, 0, 236, 0, 0, 236, 236, 236, 236, 236, 236, 236, 0, 0, 236, 236, 236, 0, 0, 0, 0, 236, 236, 0, 0, 0, 236, 236, 0, 0, 0, 0, 0, 0, 0, 0, 236, 0, 0, 0, 236, 236, 0, 0, 0, 236, 0, 0, 0, 0, 0, 236, 0, 236, 236, 0, 236, 0, 236, 236, 236, 236, 236, 0, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 0, 0, 236, 236, 236, 0, 236, 236, 236, 0, 236, 236, 236, 0, 508, 236, 0, 236, 0, 0, 236, 236, 236, 236, 508, 0, 236, 236, 236, 0, 0, 0, 0, 0, 236, 0, 0, 236, 236, 236, 236, 236, 236, 236, 236, 0, 236, 236, 236, 236, 236, 0, 0, 236, 0, 508, 0, 0, 508, 0, 236, 236, 236, 0, 0, 0, 0, 0, 0, 236, 236, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 513, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 513, 0, 0, 0, 513, 0, 513, 0, 0, 513, 513, 513, 513, 513, 513, 513, 0, 0, 513, 513, 513, 0, 0, 0, 0, 513, 513, 0, 0, 0, 513, 513, 0, 0, 0, 0, 0, 0, 0, 0, 513, 57, 0, 0, 513, 513, 0, 0, 0, 513, 0, 57, 0, 0, 0, 513, 0, 513, 513, 0, 513, 0, 513, 513, 513, 513, 513, 0, 513, 513, 513, 513, 513, 513, 513, 513, 513, 513, 513, 513, 513, 513, 513, 513, 0, 0, 513, 513, 513, 0, 513, 513, 513, 0, 513, 513, 513, 0, 0, 513, 0, 513, 0, 0, 513, 513, 513, 513, 0, 0, 513, 513, 513, 0, 0, 0, 0, 0, 513, 0, 0, 513, 513, 513, 513, 513, 513, 513, 513, 0, 513, 513, 513, 513, 513, 0, 0, 513, 0, 0, 508, 0, 0, 0, 513, 513, 513, 0, 0, 0, 0, 0, 0, 513, 513, 508, 0, 0, 0, 508, 0, 508, 0, 0, 508, 508, 508, 508, 508, 508, 508, 0, 0, 508, 508, 508, 0, 0, 0, 0, 508, 508, 0, 0, 0, 508, 508, 0, 0, 0, 0, 0, 142, 0, 0, 508, 0, 0, 0, 508, 508, 0, 142, 0, 508, 0, 0, 0, 0, 0, 508, 0, 508, 508, 0, 508, 0, 508, 508, 508, 508, 508, 0, 508, 508, 508, 508, 508, 508, 508, 508, 508, 508, 508, 508, 508, 508, 508, 508, 0, 0, 508, 508, 508, 0, 508, 508, 508, 0, 508, 508, 508, 0, 0, 508, 0, 508, 0, 0, 508, 508, 508, 508, 0, 0, 508, 508, 508, 0, 0, 0, 0, 0, 508, 0, 0, 508, 508, 508, 508, 508, 508, 508, 508, 0, 508, 508, 508, 508, 508, 0, 0, 508, 0, 0, 0, 0, 57, 0, 508, 508, 508, 0, 0, 0, 0, 0, 0, 508, 508, 0, 0, 164, 164, 0, 0, 57, 0, 57, 0, 0, 57, 57, 57, 57, 57, 57, 57, 0, 0, 57, 57, 57, 0, 0, 0, 0, 57, 57, 0, 0, 0, 57, 57, 0, 0, 0, 0, 0, 0, 0, 0, 57, 0, 0, 0, 57, 57, 0, 0, 0, 57, 0, 0, 0, 0, 0, 57, 0, 57, 57, 0, 57, 0, 57, 57, 57, 57, 57, 0, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 0, 0, 57, 57, 57, 0, 57, 57, 57, 0, 57, 57, 57, 0, 355, 57, 0, 57, 0, 0, 57, 57, 57, 57, 355, 0, 57, 57, 57, 0, 0, 0, 0, 0, 57, 0, 0, 57, 57, 57, 57, 57, 57, 57, 57, 0, 57, 57, 57, 57, 57, 0, 142, 57, 0, 355, 0, 0, 0, 0, 57, 57, 57, 0, 0, 0, 0, 164, 164, 57, 57, 142, 355, 142, 0, 0, 142, 142, 142, 142, 142, 142, 142, 0, 0, 142, 142, 142, 0, 0, 0, 0, 142, 142, 0, 0, 0, 142, 142, 0, 0, 0, 0, 0, 0, 0, 0, 142, 0, 0, 0, 142, 142, 0, 0, 0, 142, 0, 0, 0, 0, 0, 142, 0, 142, 142, 0, 142, 0, 142, 142, 142, 142, 142, 0, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 0, 0, 142, 142, 142, 0, 142, 142, 142, 0, 142, 142, 142, 0, 125, 142, 0, 142, 0, 0, 142, 142, 142, 142, 125, 0, 142, 142, 142, 0, 0, 0, 0, 0, 142, 0, 0, 142, 142, 142, 142, 142, 142, 142, 142, 0, 142, 142, 142, 142, 142, 0, 0, 142, 0, 0, 0, 0, 125, 0, 142, 142, 142, 0, 0, 0, 0, 0, 0, 142, 142, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 355, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 355, 0, 355, 0, 0, 355, 355, 355, 355, 355, 355, 355, 0, 0, 355, 355, 355, 0, 0, 0, 0, 355, 355, 0, 0, 0, 355, 355, 0, 0, 0, 0, 154, 0, 0, 0, 355, 0, 0, 0, 355, 355, 154, 0, 0, 355, 0, 0, 0, 0, 0, 355, 0, 355, 355, 0, 355, 0, 355, 355, 355, 355, 355, 0, 355, 355, 355, 355, 355, 355, 355, 355, 355, 355, 355, 355, 355, 355, 355, 355, 0, 0, 355, 355, 355, 0, 355, 355, 355, 0, 355, 355, 355, 0, 0, 355, 0, 355, 0, 0, 355, 355, 355, 355, 0, 0, 355, 355, 355, 0, 0, 0, 0, 0, 355, 0, 0, 355, 355, 355, 355, 355, 355, 355, 355, 0, 355, 355, 355, 355, 355, 0, 125, 355, 0, 0, 0, 0, 0, 0, 355, 355, 355, 0, 0, 0, 0, 125, 125, 355, 355, 125, 0, 125, 0, 0, 125, 125, 125, 125, 125, 125, 125, 0, 0, 125, 125, 125, 0, 0, 0, 0, 125, 125, 0, 0, 0, 125, 125, 0, 0, 0, 0, 0, 0, 0, 0, 125, 0, 0, 0, 125, 125, 0, 0, 0, 125, 0, 0, 0, 0, 0, 125, 0, 125, 125, 0, 125, 0, 125, 125, 125, 125, 125, 0, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 0, 0, 125, 125, 125, 0, 125, 125, 125, 0, 125, 125, 125, 0, 236, 125, 0, 125, 0, 0, 125, 125, 125, 125, 236, 0, 125, 125, 125, 0, 0, 0, 0, 0, 125, 0, 0, 125, 125, 125, 125, 125, 125, 125, 125, 0, 125, 125, 125, 125, 125, 0, 0, 125, 0, 0, 236, 154, 236, 0, 125, 125, 0, 0, 0, 0, 0, 0, 0, 125, 125, 0, 154, 154, 0, 0, 154, 0, 154, 0, 0, 154, 154, 154, 154, 154, 154, 154, 0, 0, 154, 154, 154, 0, 0, 0, 0, 154, 154, 0, 0, 0, 154, 154, 0, 0, 0, 0, 0, 0, 0, 0, 154, 0, 0, 0, 154, 154, 0, 0, 0, 154, 0, 0, 0, 0, 0, 154, 0, 154, 154, 0, 154, 0, 154, 154, 154, 154, 154, 0, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 0, 0, 154, 154, 154, 0, 154, 154, 154, 164, 154, 154, 154, 0, 0, 154, 0, 154, 0, 164, 154, 154, 154, 154, 0, 0, 154, 154, 154, 0, 0, 0, 0, 0, 154, 0, 0, 154, 154, 154, 154, 154, 154, 154, 154, 0, 154, 154, 154, 154, 154, 0, 0, 154, 0, 0, 0, 0, 0, 0, 154, 154, 154, 0, 0, 0, 0, 0, 0, 154, 154, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 236, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 236, 0, 236, 0, 0, 236, 236, 236, 236, 236, 236, 236, 0, 0, 236, 236, 236, 0, 0, 0, 0, 236, 236, 0, 0, 0, 236, 236, 0, 0, 0, 0, 155, 0, 0, 0, 236, 0, 0, 0, 236, 236, 155, 0, 0, 236, 0, 0, 0, 0, 0, 236, 0, 236, 236, 0, 236, 0, 236, 236, 236, 236, 236, 0, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 0, 0, 236, 236, 236, 0, 236, 236, 236, 0, 236, 236, 236, 0, 0, 236, 0, 236, 0, 0, 236, 236, 236, 236, 0, 0, 236, 236, 236, 0, 0, 0, 0, 0, 236, 0, 0, 236, 236, 236, 236, 236, 236, 236, 236, 0, 236, 236, 236, 236, 236, 0, 164, 236, 0, 0, 0, 0, 0, 0, 236, 236, 236, 0, 0, 0, 0, 164, 164, 236, 236, 164, 0, 164, 0, 0, 164, 164, 164, 164, 164, 164, 164, 0, 0, 164, 164, 164, 0, 0, 0, 0, 164, 164, 0, 0, 0, 164, 164, 0, 0, 0, 0, 0, 0, 0, 0, 164, 0, 0, 0, 164, 164, 0, 0, 0, 164, 0, 0, 0, 0, 0, 164, 0, 164, 164, 0, 164, 0, 164, 164, 164, 164, 164, 0, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 0, 0, 164, 164, 164, 0, 164, 164, 164, 0, 164, 164, 164, 0, 525, 164, 0, 164, 0, 0, 164, 164, 164, 164, 525, 0, 164, 164, 164, 0, 0, 0, 0, 0, 164, 0, 0, 164, 164, 164, 164, 164, 164, 164, 164, 0, 164, 164, 164, 164, 164, 0, 0, 164, 0, 525, 0, 155, 525, 0, 164, 164, 164, 0, 0, 0, 0, 0, 0, 164, 164, 0, 155, 155, 0, 0, 155, 0, 155, 0, 0, 155, 155, 155, 155, 155, 155, 155, 0, 0, 155, 155, 155, 0, 0, 0, 0, 155, 155, 0, 0, 0, 155, 155, 0, 0, 0, 0, 0, 0, 0, 0, 155, 0, 0, 0, 155, 155, 0, 0, 0, 155, 0, 0, 0, 0, 0, 155, 0, 155, 155, 0, 155, 0, 155, 155, 155, 155, 155, 0, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 0, 0, 155, 155, 155, 0, 155, 155, 155, 0, 155, 155, 155, 0, 168, 155, 0, 155, 0, 0, 155, 155, 155, 155, 168, 0, 155, 155, 155, 0, 0, 0, 0, 0, 155, 0, 0, 155, 155, 155, 155, 155, 155, 155, 155, 0, 155, 155, 155, 155, 155, 0, 0, 155, 0, 168, 0, 0, 168, 0, 155, 155, 155, 0, 0, 0, 0, 0, 0, 155, 155, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 525, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 525, 0, 525, 0, 0, 525, 525, 525, 525, 525, 525, 525, 0, 0, 525, 525, 525, 0, 0, 0, 0, 525, 525, 0, 0, 0, 525, 525, 0, 0, 0, 0, 0, 0, 0, 0, 525, 0, 0, 0, 525, 525, 0, 0, 0, 525, 0, 0, 0, 0, 0, 525, 0, 525, 525, 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, 0, 0, 525, 525, 525, 0, 525, 525, 525, 0, 525, 525, 525, 0, 523, 525, 0, 525, 0, 0, 525, 525, 525, 525, 523, 0, 525, 525, 525, 0, 0, 0, 0, 0, 525, 0, 0, 525, 525, 525, 525, 525, 525, 525, 525, 0, 525, 525, 525, 525, 525, 0, 0, 525, 0, 523, 0, 168, 523, 0, 525, 525, 525, 0, 0, 0, 0, 0, 0, 525, 525, 0, 0, 0, 0, 0, 168, 0, 168, 0, 0, 168, 168, 168, 168, 168, 168, 168, 0, 0, 168, 168, 168, 0, 0, 0, 0, 168, 168, 0, 0, 0, 168, 168, 0, 0, 0, 0, 0, 0, 0, 0, 168, 0, 0, 0, 168, 168, 0, 0, 0, 168, 0, 0, 0, 0, 0, 168, 0, 168, 168, 0, 168, 0, 168, 168, 168, 168, 168, 0, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 0, 0, 168, 168, 168, 0, 168, 168, 168, 0, 168, 168, 168, 0, 522, 168, 0, 168, 0, 0, 168, 168, 168, 168, 522, 0, 168, 168, 168, 0, 0, 0, 0, 0, 168, 0, 0, 168, 168, 168, 168, 168, 168, 168, 168, 0, 168, 168, 168, 168, 168, 0, 0, 168, 0, 522, 0, 0, 522, 0, 168, 168, 168, 0, 0, 0, 0, 0, 0, 168, 168, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 523, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 523, 0, 523, 0, 0, 523, 523, 523, 523, 523, 523, 523, 0, 0, 523, 523, 523, 0, 0, 0, 0, 523, 523, 0, 0, 0, 523, 523, 0, 0, 0, 0, 0, 0, 0, 0, 523, 0, 0, 0, 523, 523, 0, 0, 0, 523, 0, 0, 0, 0, 0, 523, 0, 523, 523, 0, 523, 0, 523, 523, 523, 523, 523, 0, 523, 523, 523, 523, 523, 523, 523, 523, 523, 523, 523, 523, 523, 523, 523, 523, 0, 0, 523, 523, 523, 0, 523, 523, 523, 0, 523, 523, 523, 0, 520, 523, 0, 523, 0, 0, 523, 523, 523, 523, 520, 0, 523, 523, 523, 0, 0, 0, 0, 0, 523, 0, 0, 523, 523, 523, 523, 523, 523, 523, 523, 0, 523, 523, 523, 523, 523, 0, 0, 523, 0, 520, 0, 522, 520, 0, 523, 523, 523, 0, 0, 0, 0, 0, 0, 523, 523, 0, 0, 0, 0, 0, 522, 0, 522, 0, 0, 522, 522, 522, 522, 522, 522, 522, 0, 0, 522, 522, 522, 0, 0, 0, 0, 522, 522, 0, 0, 0, 522, 522, 0, 0, 0, 0, 0, 0, 0, 0, 522, 0, 0, 0, 522, 522, 0, 0, 0, 522, 0, 0, 0, 0, 0, 522, 0, 522, 522, 0, 522, 0, 522, 522, 522, 522, 522, 0, 522, 522, 522, 522, 522, 522, 522, 522, 522, 522, 522, 522, 522, 522, 522, 522, 0, 0, 522, 522, 522, 0, 522, 522, 522, 0, 522, 522, 522, 0, 531, 522, 0, 522, 0, 0, 522, 522, 522, 522, 531, 0, 522, 522, 522, 0, 0, 0, 0, 0, 522, 0, 0, 522, 522, 522, 522, 522, 522, 522, 522, 0, 522, 522, 522, 522, 522, 0, 0, 522, 0, 0, 0, 0, 531, 0, 522, 522, 522, 0, 0, 0, 0, 0, 0, 522, 522, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 520, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 520, 0, 520, 0, 0, 520, 520, 520, 520, 520, 520, 520, 0, 0, 520, 520, 520, 0, 0, 0, 0, 520, 520, 0, 0, 0, 520, 520, 0, 0, 0, 0, 0, 0, 0, 0, 520, 535, 0, 0, 520, 520, 0, 0, 0, 520, 0, 535, 0, 0, 0, 520, 0, 520, 520, 0, 520, 0, 520, 520, 520, 520, 520, 0, 520, 520, 520, 520, 520, 520, 520, 520, 520, 520, 520, 520, 520, 520, 520, 520, 0, 535, 520, 520, 520, 0, 520, 520, 520, 0, 520, 520, 520, 0, 0, 520, 0, 520, 0, 0, 520, 520, 520, 520, 0, 0, 520, 520, 520, 0, 0, 0, 0, 0, 520, 0, 0, 520, 520, 520, 520, 520, 520, 520, 520, 0, 520, 520, 520, 520, 520, 0, 0, 520, 0, 0, 0, 531, 0, 0, 520, 520, 520, 0, 0, 0, 0, 0, 0, 520, 520, 0, 0, 0, 0, 0, 531, 0, 531, 0, 0, 531, 531, 531, 531, 531, 531, 531, 0, 0, 531, 531, 531, 0, 0, 0, 0, 531, 531, 0, 0, 0, 531, 531, 0, 0, 0, 0, 0, 0, 0, 0, 531, 533, 0, 0, 531, 531, 0, 0, 0, 531, 0, 533, 0, 0, 0, 531, 0, 531, 531, 0, 531, 0, 531, 531, 531, 531, 531, 0, 531, 531, 531, 531, 531, 531, 531, 531, 531, 531, 531, 531, 531, 531, 531, 531, 0, 533, 531, 531, 531, 0, 531, 531, 531, 0, 531, 531, 531, 0, 0, 531, 0, 531, 0, 0, 531, 531, 531, 531, 0, 531, 531, 531, 531, 0, 0, 0, 0, 0, 531, 0, 0, 531, 531, 531, 531, 531, 531, 531, 531, 0, 531, 531, 531, 531, 531, 0, 0, 531, 0, 0, 0, 535, 0, 0, 531, 531, 531, 0, 0, 0, 0, 0, 0, 531, 531, 0, 0, 0, 0, 0, 535, 0, 535, 0, 0, 535, 535, 535, 535, 535, 535, 535, 0, 0, 535, 535, 535, 0, 0, 0, 0, 535, 535, 0, 0, 0, 535, 535, 0, 0, 0, 0, 0, 0, 0, 0, 535, 198, 0, 0, 535, 535, 0, 0, 0, 535, 0, 198, 0, 0, 0, 535, 0, 535, 535, 0, 535, 0, 535, 535, 535, 535, 535, 0, 535, 535, 535, 535, 535, 535, 535, 535, 535, 535, 535, 535, 535, 535, 535, 535, 0, 198, 535, 535, 535, 0, 535, 535, 535, 0, 535, 535, 535, 0, 0, 535, 0, 535, 198, 0, 535, 535, 535, 535, 0, 535, 535, 535, 535, 0, 0, 0, 0, 0, 535, 0, 0, 535, 535, 535, 535, 535, 535, 535, 535, 0, 535, 535, 535, 535, 535, 0, 0, 535, 0, 0, 0, 533, 0, 0, 535, 535, 535, 0, 0, 0, 0, 0, 0, 535, 535, 0, 0, 0, 0, 0, 533, 0, 533, 0, 0, 533, 533, 533, 533, 533, 533, 533, 0, 0, 533, 533, 533, 0, 0, 0, 0, 533, 533, 0, 0, 0, 533, 533, 0, 0, 0, 0, 156, 0, 0, 0, 533, 0, 0, 0, 533, 533, 156, 0, 0, 533, 0, 0, 0, 0, 0, 533, 0, 533, 533, 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, 533, 533, 533, 0, 533, 533, 533, 0, 533, 533, 533, 0, 0, 533, 0, 533, 0, 0, 533, 533, 533, 533, 0, 533, 533, 533, 533, 0, 0, 0, 0, 0, 533, 0, 0, 533, 533, 533, 533, 533, 533, 533, 533, 0, 533, 533, 533, 533, 533, 0, 0, 533, 0, 0, 0, 198, 0, 0, 533, 533, 533, 0, 0, 0, 0, 0, 0, 533, 533, 0, 0, 0, 0, 0, 198, 0, 198, 0, 0, 198, 198, 198, 198, 198, 198, 198, 0, 0, 198, 198, 198, 0, 0, 0, 0, 198, 198, 0, 0, 0, 198, 198, 0, 0, 0, 0, 0, 0, 0, 0, 198, 0, 0, 0, 198, 198, 0, 0, 0, 198, 0, 0, 0, 0, 0, 198, 0, 198, 198, 0, 198, 0, 198, 198, 198, 198, 198, 0, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 0, 0, 198, 198, 198, 0, 198, 198, 198, 0, 198, 198, 198, 0, 358, 198, 0, 198, 0, 0, 198, 198, 198, 198, 358, 0, 198, 198, 198, 0, 0, 0, 0, 0, 198, 0, 0, 198, 198, 198, 198, 198, 198, 198, 198, 0, 198, 198, 198, 198, 198, 0, 156, 198, 0, 0, 0, 0, 358, 0, 198, 198, 198, 0, 0, 0, 0, 156, 156, 198, 198, 156, 0, 156, 0, 360, 156, 156, 156, 156, 156, 156, 156, 0, 0, 156, 156, 156, 0, 0, 0, 0, 156, 156, 0, 0, 0, 156, 156, 0, 0, 0, 0, 0, 0, 0, 0, 156, 0, 0, 0, 156, 156, 0, 0, 0, 156, 0, 0, 0, 0, 0, 156, 0, 156, 156, 0, 156, 0, 156, 156, 156, 156, 156, 0, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 0, 0, 156, 156, 156, 0, 156, 156, 156, 0, 156, 156, 156, 0, 521, 156, 0, 156, 0, 0, 156, 156, 156, 156, 521, 0, 156, 156, 156, 0, 0, 0, 0, 0, 156, 0, 0, 156, 156, 156, 156, 156, 156, 156, 156, 0, 156, 156, 156, 156, 156, 0, 0, 156, 0, 521, 0, 0, 521, 0, 156, 156, 156, 0, 0, 0, 0, 0, 0, 156, 156, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 358, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 358, 0, 358, 0, 0, 358, 358, 358, 358, 358, 358, 358, 0, 0, 358, 358, 358, 0, 0, 0, 0, 358, 358, 0, 0, 0, 358, 358, 0, 40, 0, 0, 0, 0, 0, 0, 358, 0, 0, 40, 358, 358, 0, 0, 0, 358, 0, 0, 0, 0, 0, 358, 0, 358, 358, 0, 358, 0, 358, 358, 358, 358, 358, 0, 358, 358, 358, 358, 358, 358, 358, 358, 358, 358, 358, 358, 358, 358, 358, 358, 0, 0, 358, 358, 358, 0, 358, 358, 358, 0, 358, 358, 358, 0, 0, 358, 0, 358, 0, 0, 358, 358, 358, 358, 0, 0, 358, 358, 358, 0, 0, 0, 0, 0, 358, 0, 0, 358, 358, 358, 358, 358, 358, 358, 358, 0, 358, 358, 358, 358, 358, 0, 521, 358, 0, 0, 0, 0, 0, 0, 358, 358, 358, 0, 0, 0, 0, 0, 0, 358, 358, 521, 0, 521, 0, 0, 521, 521, 521, 521, 521, 521, 521, 0, 0, 521, 521, 521, 0, 0, 0, 0, 521, 521, 0, 0, 0, 521, 521, 0, 530, 0, 0, 0, 0, 0, 0, 521, 0, 0, 530, 521, 521, 0, 0, 0, 521, 0, 0, 0, 0, 0, 521, 0, 521, 521, 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, 0, 521, 521, 521, 0, 521, 521, 521, 0, 521, 521, 521, 0, 0, 521, 0, 521, 0, 0, 521, 521, 521, 521, 0, 0, 521, 521, 521, 0, 0, 0, 0, 0, 521, 0, 0, 521, 521, 521, 521, 521, 521, 521, 521, 0, 521, 521, 521, 521, 521, 0, 0, 521, 40, 0, 0, 0, 0, 0, 521, 521, 521, 0, 0, 0, 0, 0, 0, 521, 521, 0, 0, 40, 0, 40, 40, 0, 40, 40, 40, 40, 40, 40, 40, 0, 0, 40, 40, 40, 0, 0, 0, 0, 40, 40, 0, 0, 0, 40, 40, 0, 529, 0, 0, 0, 0, 0, 0, 40, 0, 0, 529, 40, 40, 0, 0, 0, 40, 0, 0, 0, 0, 0, 40, 0, 40, 40, 0, 40, 0, 40, 40, 40, 40, 40, 0, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 0, 0, 40, 40, 40, 0, 40, 40, 40, 0, 40, 40, 40, 0, 0, 40, 0, 40, 0, 0, 40, 40, 40, 40, 0, 0, 40, 40, 40, 0, 0, 0, 0, 0, 40, 0, 0, 40, 40, 40, 40, 40, 40, 40, 40, 0, 40, 40, 40, 40, 40, 0, 530, 40, 0, 0, 0, 0, 0, 0, 40, 40, 40, 0, 0, 0, 0, 0, 0, 40, 40, 530, 0, 530, 0, 0, 530, 530, 530, 530, 530, 530, 530, 0, 0, 530, 530, 530, 0, 0, 0, 0, 530, 530, 0, 0, 0, 530, 530, 0, 0, 0, 0, 0, 0, 0, 0, 530, 0, 0, 0, 530, 530, 0, 0, 0, 530, 0, 0, 0, 0, 0, 530, 0, 530, 530, 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, 530, 530, 530, 0, 530, 530, 530, 0, 530, 530, 530, 0, 525, 530, 0, 530, 0, 0, 530, 530, 530, 530, 525, 530, 530, 530, 530, 0, 0, 0, 0, 0, 530, 0, 0, 530, 530, 530, 530, 530, 530, 530, 530, 0, 530, 530, 530, 530, 530, 0, 0, 530, 529, 525, 0, 0, 525, 0, 530, 530, 530, 0, 0, 0, 0, 0, 0, 530, 530, 0, 0, 529, 0, 529, 0, 0, 529, 529, 529, 529, 529, 529, 529, 0, 0, 529, 529, 529, 0, 0, 0, 0, 529, 529, 0, 0, 0, 529, 529, 0, 0, 0, 0, 0, 0, 0, 0, 529, 0, 0, 0, 529, 529, 0, 0, 0, 529, 0, 0, 0, 0, 0, 529, 0, 529, 529, 0, 529, 0, 529, 529, 529, 529, 529, 0, 529, 529, 529, 529, 529, 529, 529, 529, 529, 529, 529, 529, 529, 529, 529, 529, 0, 0, 529, 529, 529, 0, 529, 529, 529, 0, 529, 529, 529, 0, 198, 529, 0, 529, 0, 0, 529, 529, 529, 529, 198, 529, 529, 529, 529, 0, 0, 0, 0, 0, 529, 0, 0, 529, 529, 529, 529, 529, 529, 529, 529, 0, 529, 529, 529, 529, 529, 0, 0, 529, 0, 0, 0, 0, 198, 0, 529, 529, 529, 0, 0, 0, 0, 0, 0, 529, 529, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 525, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 525, 0, 525, 0, 0, 525, 525, 525, 525, 525, 525, 525, 0, 0, 525, 525, 525, 0, 0, 0, 0, 525, 525, 0, 0, 0, 525, 525, 0, 0, 0, 0, 0, 0, 0, 0, 525, 0, 0, 0, 525, 525, 0, 0, 0, 525, 0, 0, 0, 0, 0, 525, 0, 525, 525, 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, 0, 0, 525, 525, 525, 0, 525, 525, 525, 0, 525, 525, 525, 0, 200, 525, 0, 525, 0, 0, 525, 525, 525, 525, 200, 0, 525, 525, 525, 0, 0, 0, 0, 0, 525, 0, 0, 525, 525, 525, 525, 525, 525, 525, 525, 0, 525, 525, 525, 525, 525, 0, 0, 525, 198, 0, 0, 0, 200, 0, 525, 525, 0, 0, 0, 0, 0, 0, 0, 525, 525, 0, 0, 198, 0, 198, 0, 0, 198, 198, 198, 198, 198, 198, 198, 0, 0, 198, 198, 198, 0, 0, 0, 0, 198, 198, 0, 0, 0, 198, 198, 0, 0, 0, 0, 0, 0, 0, 0, 198, 0, 0, 0, 198, 198, 0, 0, 0, 198, 0, 0, 0, 0, 0, 198, 0, 198, 198, 0, 198, 0, 198, 198, 198, 198, 198, 0, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 0, 0, 198, 198, 198, 0, 198, 198, 198, 0, 198, 198, 198, 0, 374, 198, 0, 198, 0, 0, 198, 198, 198, 198, 374, 0, 198, 198, 198, 0, 0, 0, 0, 0, 198, 0, 0, 198, 198, 198, 198, 198, 198, 198, 198, 0, 198, 198, 198, 198, 198, 0, 0, 198, 0, 0, 0, 0, 374, 0, 198, 198, 198, 0, 0, 0, 0, 0, 0, 198, 198, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 200, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 200, 0, 200, 0, 0, 200, 200, 200, 200, 200, 200, 200, 0, 0, 200, 200, 200, 0, 0, 0, 0, 200, 200, 0, 0, 0, 200, 200, 0, 0, 0, 0, 0, 0, 0, 0, 200, 0, 0, 0, 200, 200, 0, 0, 0, 200, 0, 0, 0, 0, 0, 200, 0, 200, 200, 0, 200, 0, 200, 200, 200, 200, 200, 0, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 0, 0, 200, 200, 200, 0, 200, 200, 200, 0, 200, 200, 200, 0, 359, 200, 0, 200, 0, 0, 200, 200, 200, 200, 359, 0, 200, 200, 200, 0, 0, 0, 0, 0, 200, 0, 0, 200, 200, 200, 200, 200, 200, 200, 200, 0, 200, 200, 200, 200, 200, 0, 0, 200, 374, 0, 0, 0, 359, 0, 200, 200, 200, 0, 0, 0, 0, 0, 0, 200, 200, 0, 0, 374, 0, 374, 0, 0, 374, 374, 374, 374, 374, 374, 374, 0, 0, 374, 374, 374, 0, 0, 0, 0, 374, 374, 0, 0, 0, 374, 374, 0, 0, 0, 0, 0, 0, 0, 0, 374, 0, 0, 0, 374, 374, 0, 0, 0, 374, 0, 0, 0, 0, 0, 374, 0, 374, 374, 0, 374, 0, 374, 374, 374, 374, 374, 0, 374, 374, 374, 374, 374, 374, 374, 374, 374, 374, 374, 374, 374, 374, 374, 374, 0, 0, 374, 374, 374, 0, 374, 374, 374, 0, 374, 374, 374, 0, 59, 374, 0, 374, 0, 0, 374, 374, 374, 374, 59, 0, 374, 374, 374, 0, 0, 0, 0, 0, 374, 0, 0, 374, 374, 374, 374, 374, 374, 374, 374, 0, 374, 374, 374, 374, 374, 0, 0, 374, 0, 0, 0, 0, 0, 0, 374, 374, 374, 0, 0, 0, 0, 0, 0, 374, 374, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 359, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 359, 0, 359, 0, 0, 359, 359, 359, 359, 359, 359, 359, 0, 0, 359, 359, 359, 0, 0, 0, 0, 359, 359, 0, 0, 0, 359, 359, 0, 0, 0, 0, 0, 0, 0, 0, 359, 0, 0, 0, 359, 359, 0, 0, 0, 359, 0, 0, 0, 0, 0, 359, 0, 359, 359, 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, 0, 359, 359, 359, 0, 359, 359, 359, 0, 359, 359, 359, 0, 125, 359, 0, 359, 0, 0, 359, 359, 359, 359, 125, 0, 359, 359, 359, 0, 0, 0, 0, 0, 359, 0, 0, 359, 359, 359, 359, 359, 359, 359, 359, 0, 359, 359, 359, 359, 359, 0, 0, 359, 59, 0, 0, 0, 125, 0, 359, 359, 359, 0, 0, 0, 0, 0, 0, 359, 359, 0, 0, 59, 0, 59, 0, 0, 59, 59, 59, 59, 59, 59, 59, 0, 0, 59, 59, 59, 0, 0, 0, 0, 59, 59, 0, 0, 0, 59, 59, 0, 0, 0, 0, 0, 0, 0, 0, 59, 0, 0, 0, 59, 59, 0, 0, 0, 59, 0, 0, 0, 0, 0, 59, 0, 59, 59, 0, 59, 0, 59, 59, 59, 59, 59, 0, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 0, 0, 59, 59, 59, 0, 59, 59, 59, 0, 59, 59, 59, 0, 432, 59, 0, 59, 0, 0, 59, 59, 59, 59, 432, 0, 59, 59, 59, 0, 0, 0, 0, 0, 59, 0, 0, 59, 59, 59, 59, 59, 59, 59, 59, 0, 59, 59, 59, 59, 59, 0, 0, 59, 0, 0, 0, 0, 0, 0, 59, 59, 59, 0, 0, 0, 0, 0, 0, 59, 59, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 125, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 125, 0, 125, 0, 0, 125, 125, 125, 125, 125, 125, 125, 0, 0, 125, 125, 125, 0, 0, 0, 0, 125, 125, 0, 0, 0, 125, 125, 0, 441, 0, 0, 0, 0, 0, 0, 125, 0, 0, 441, 125, 125, 0, 0, 0, 125, 0, 0, 0, 0, 0, 125, 0, 125, 125, 0, 125, 0, 125, 125, 125, 125, 125, 0, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 0, 0, 125, 125, 125, 0, 125, 125, 125, 0, 125, 125, 125, 0, 0, 125, 0, 125, 0, 0, 125, 125, 125, 125, 0, 0, 125, 125, 125, 0, 0, 0, 0, 0, 125, 0, 0, 125, 125, 125, 125, 125, 125, 125, 125, 0, 125, 125, 125, 125, 125, 0, 0, 125, 432, 0, 0, 0, 0, 0, 125, 125, 0, 0, 0, 0, 0, 0, 0, 125, 125, 0, 0, 432, 0, 432, 0, 0, 432, 432, 432, 432, 432, 432, 432, 0, 0, 432, 432, 432, 0, 0, 0, 0, 432, 432, 0, 0, 0, 432, 432, 0, 357, 0, 0, 0, 0, 0, 0, 432, 0, 0, 357, 432, 432, 0, 0, 0, 432, 0, 0, 0, 0, 0, 432, 0, 432, 432, 0, 432, 0, 432, 432, 432, 432, 432, 0, 432, 432, 432, 432, 432, 432, 432, 432, 432, 432, 432, 432, 432, 432, 432, 432, 0, 0, 432, 432, 432, 0, 432, 432, 432, 0, 432, 432, 432, 0, 0, 432, 0, 432, 0, 0, 432, 432, 432, 432, 0, 0, 432, 432, 432, 0, 0, 0, 0, 0, 432, 0, 0, 432, 432, 432, 432, 432, 432, 432, 432, 0, 432, 432, 432, 432, 432, 0, 441, 432, 0, 0, 0, 0, 0, 0, 432, 432, 432, 0, 0, 0, 0, 0, 0, 432, 432, 441, 0, 441, 0, 0, 441, 441, 441, 441, 441, 441, 441, 0, 0, 441, 441, 441, 0, 0, 0, 0, 441, 441, 0, 0, 0, 441, 441, 0, 69, 0, 0, 0, 0, 0, 0, 441, 0, 0, 69, 441, 441, 0, 0, 0, 441, 0, 0, 0, 0, 0, 441, 0, 441, 441, 0, 441, 0, 441, 441, 441, 441, 441, 0, 441, 441, 441, 441, 441, 441, 441, 441, 441, 441, 441, 441, 441, 441, 441, 441, 0, 0, 441, 441, 441, 0, 441, 441, 441, 0, 441, 441, 441, 0, 0, 441, 0, 441, 0, 0, 441, 441, 441, 441, 0, 0, 441, 441, 441, 0, 0, 0, 0, 0, 441, 0, 0, 441, 441, 441, 441, 441, 441, 441, 441, 0, 441, 441, 441, 441, 441, 0, 0, 441, 357, 0, 0, 0, 0, 0, 441, 441, 441, 0, 0, 0, 0, 0, 0, 441, 441, 0, 0, 357, 0, 357, 0, 0, 357, 357, 357, 357, 357, 357, 357, 0, 0, 357, 357, 357, 0, 0, 0, 0, 357, 357, 0, 0, 0, 357, 357, 0, 53, 0, 0, 0, 0, 0, 0, 357, 0, 0, 53, 357, 357, 0, 0, 0, 357, 0, 0, 0, 0, 0, 357, 0, 357, 357, 0, 357, 0, 357, 357, 357, 357, 357, 0, 357, 357, 357, 357, 357, 357, 357, 357, 357, 357, 357, 357, 357, 357, 357, 357, 0, 0, 357, 357, 357, 0, 357, 357, 357, 0, 357, 357, 357, 0, 0, 357, 0, 357, 0, 0, 357, 357, 357, 357, 0, 0, 357, 357, 357, 0, 0, 0, 0, 0, 357, 0, 0, 357, 357, 357, 357, 357, 357, 357, 357, 0, 357, 357, 357, 357, 357, 0, 69, 357, 0, 0, 0, 0, 0, 0, 357, 357, 357, 0, 0, 0, 0, 0, 0, 357, 357, 69, 0, 69, 0, 0, 69, 69, 69, 69, 69, 69, 69, 0, 0, 69, 69, 69, 0, 0, 0, 0, 69, 69, 0, 0, 0, 69, 69, 0, 169, 0, 0, 0, 0, 0, 0, 69, 0, 0, 169, 69, 69, 0, 0, 0, 69, 0, 0, 0, 0, 0, 69, 0, 69, 69, 0, 69, 0, 69, 69, 69, 69, 69, 0, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 0, 0, 69, 69, 69, 0, 69, 69, 69, 0, 69, 69, 69, 0, 0, 69, 0, 69, 0, 0, 69, 69, 69, 69, 0, 0, 69, 69, 69, 0, 0, 0, 0, 0, 69, 0, 0, 69, 69, 69, 69, 69, 69, 69, 69, 0, 69, 69, 69, 69, 69, 0, 0, 69, 53, 0, 0, 0, 0, 0, 69, 69, 69, 0, 0, 0, 0, 0, 0, 69, 69, 0, 0, 53, 0, 53, 0, 0, 53, 53, 53, 53, 53, 53, 53, 0, 0, 53, 53, 53, 0, 0, 0, 0, 53, 53, 0, 0, 0, 53, 53, 0, 177, 0, 0, 0, 0, 0, 0, 53, 0, 0, 177, 53, 53, 0, 0, 0, 53, 0, 0, 0, 0, 0, 53, 0, 53, 53, 0, 53, 0, 53, 53, 53, 53, 53, 0, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 0, 0, 53, 53, 53, 0, 53, 53, 53, 0, 53, 53, 53, 0, 0, 53, 0, 53, 0, 0, 53, 53, 53, 53, 0, 0, 53, 53, 53, 0, 0, 0, 0, 0, 53, 0, 0, 53, 53, 53, 53, 53, 53, 53, 53, 0, 53, 53, 53, 53, 53, 0, 169, 53, 0, 0, 0, 0, 0, 0, 53, 53, 53, 0, 0, 0, 0, 0, 0, 53, 53, 169, 0, 169, 0, 0, 169, 169, 169, 169, 169, 169, 169, 0, 0, 169, 169, 169, 0, 0, 0, 0, 169, 169, 0, 0, 0, 169, 169, 0, 55, 0, 0, 0, 0, 0, 0, 169, 0, 0, 55, 169, 169, 0, 0, 0, 169, 0, 0, 0, 0, 0, 169, 0, 169, 169, 0, 169, 0, 169, 169, 169, 169, 169, 0, 169, 169, 169, 169, 169, 169, 169, 169, 169, 169, 169, 169, 169, 169, 169, 169, 0, 0, 169, 169, 169, 0, 169, 169, 169, 0, 169, 169, 169, 0, 0, 169, 0, 169, 0, 0, 169, 169, 169, 169, 0, 0, 169, 169, 169, 0, 0, 0, 0, 0, 169, 0, 0, 169, 169, 169, 169, 169, 169, 169, 169, 0, 169, 169, 169, 169, 169, 0, 0, 169, 177, 0, 0, 0, 0, 0, 169, 169, 169, 0, 0, 0, 0, 0, 0, 169, 169, 0, 0, 177, 0, 177, 0, 0, 177, 177, 177, 177, 177, 177, 177, 0, 0, 177, 177, 177, 0, 0, 0, 0, 177, 177, 0, 0, 0, 177, 177, 0, 362, 0, 0, 0, 0, 0, 0, 177, 0, 0, 362, 177, 177, 0, 0, 0, 177, 0, 0, 0, 0, 0, 177, 0, 177, 177, 0, 177, 0, 177, 177, 177, 177, 177, 0, 177, 177, 177, 177, 177, 177, 177, 177, 177, 177, 177, 177, 177, 177, 177, 177, 0, 0, 177, 177, 177, 0, 177, 177, 177, 0, 177, 177, 177, 0, 0, 177, 0, 177, 0, 0, 177, 177, 177, 177, 0, 0, 177, 177, 177, 0, 0, 0, 0, 0, 177, 0, 0, 177, 177, 177, 177, 177, 177, 177, 177, 0, 177, 177, 177, 177, 177, 0, 55, 177, 0, 0, 0, 0, 0, 0, 177, 177, 177, 0, 0, 0, 0, 0, 0, 177, 177, 55, 0, 55, 0, 0, 55, 55, 55, 55, 55, 55, 55, 0, 0, 55, 55, 55, 0, 0, 0, 0, 55, 55, 0, 0, 0, 55, 55, 0, 164, 0, 0, 0, 0, 0, 0, 55, 0, 0, 164, 55, 55, 0, 0, 0, 55, 0, 0, 0, 0, 0, 55, 0, 55, 55, 0, 55, 0, 55, 55, 55, 55, 55, 0, 55, 55, 55, 55, 55, 55, 55, 55, 55, 55, 55, 55, 55, 55, 55, 55, 0, 0, 55, 55, 55, 0, 55, 55, 55, 0, 55, 55, 55, 0, 0, 55, 0, 55, 0, 0, 55, 55, 55, 55, 0, 0, 55, 55, 55, 0, 0, 0, 0, 0, 55, 0, 0, 55, 55, 55, 55, 55, 55, 55, 55, 0, 55, 55, 55, 55, 55, 0, 0, 55, 362, 0, 0, 0, 0, 0, 55, 55, 55, 0, 0, 0, 0, 0, 0, 55, 55, 0, 0, 362, 0, 362, 0, 0, 362, 362, 362, 362, 362, 362, 362, 0, 0, 362, 362, 362, 0, 0, 0, 0, 362, 362, 0, 0, 0, 362, 362, 0, 406, 0, 0, 0, 0, 0, 0, 362, 0, 0, 406, 362, 362, 0, 0, 0, 362, 0, 0, 0, 0, 0, 362, 0, 362, 362, 0, 362, 0, 362, 362, 362, 362, 362, 0, 362, 362, 362, 362, 362, 362, 362, 362, 362, 362, 362, 362, 362, 362, 362, 362, 0, 0, 362, 362, 362, 0, 362, 362, 362, 0, 362, 362, 362, 0, 0, 362, 0, 362, 0, 0, 362, 362, 362, 362, 0, 0, 362, 362, 362, 0, 0, 0, 0, 0, 362, 0, 0, 362, 362, 362, 362, 362, 362, 362, 362, 0, 362, 362, 362, 362, 362, 0, 164, 362, 0, 0, 0, 0, 0, 0, 362, 362, 362, 0, 0, 0, 0, 0, 0, 362, 362, 164, 0, 164, 0, 0, 164, 164, 164, 164, 164, 164, 164, 0, 0, 164, 164, 164, 0, 0, 0, 0, 164, 164, 0, 0, 0, 164, 164, 0, 472, 0, 0, 0, 0, 0, 0, 164, 0, 0, 472, 164, 164, 0, 0, 0, 164, 0, 0, 0, 0, 0, 164, 0, 164, 164, 0, 164, 0, 164, 164, 164, 164, 164, 0, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 0, 0, 164, 164, 164, 0, 164, 164, 164, 0, 164, 164, 164, 0, 0, 164, 0, 164, 0, 0, 164, 164, 164, 164, 0, 0, 164, 164, 164, 0, 0, 0, 0, 0, 164, 0, 0, 164, 164, 164, 164, 164, 164, 164, 164, 0, 164, 164, 164, 164, 164, 0, 0, 164, 406, 0, 0, 0, 0, 0, 164, 164, 164, 0, 0, 0, 0, 0, 0, 164, 164, 0, 0, 406, 0, 406, 0, 0, 406, 406, 406, 406, 406, 406, 406, 0, 0, 406, 406, 406, 0, 0, 0, 0, 406, 406, 0, 0, 0, 406, 406, 0, 34, 0, 0, 0, 0, 0, 0, 406, 0, 0, 34, 406, 406, 0, 0, 0, 406, 0, 0, 0, 0, 0, 406, 0, 406, 406, 0, 406, 0, 406, 406, 406, 406, 406, 0, 406, 406, 406, 406, 406, 406, 406, 406, 406, 406, 406, 406, 406, 406, 406, 406, 0, 0, 406, 406, 406, 0, 406, 406, 406, 0, 406, 406, 406, 0, 0, 406, 0, 406, 0, 0, 406, 406, 406, 406, 0, 0, 406, 406, 406, 0, 0, 0, 0, 0, 406, 0, 0, 406, 406, 406, 406, 406, 406, 406, 406, 0, 406, 406, 406, 406, 406, 0, 472, 406, 0, 0, 0, 0, 0, 0, 406, 406, 406, 0, 0, 0, 0, 0, 0, 406, 406, 472, 0, 472, 0, 0, 472, 472, 472, 472, 472, 472, 472, 0, 0, 472, 472, 472, 0, 0, 0, 0, 472, 472, 0, 0, 0, 472, 472, 0, 151, 0, 0, 0, 0, 0, 0, 472, 0, 0, 151, 472, 472, 0, 0, 0, 472, 0, 0, 0, 0, 0, 472, 0, 472, 472, 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, 472, 472, 472, 0, 472, 472, 472, 0, 472, 472, 472, 0, 0, 472, 0, 472, 0, 0, 472, 472, 472, 472, 0, 0, 472, 472, 472, 0, 0, 0, 0, 0, 472, 0, 0, 472, 472, 472, 472, 472, 472, 472, 472, 0, 472, 472, 472, 472, 472, 0, 0, 472, 34, 0, 0, 0, 0, 0, 472, 472, 472, 0, 0, 0, 0, 0, 0, 472, 472, 0, 0, 34, 0, 34, 0, 0, 34, 34, 34, 34, 34, 34, 34, 0, 0, 34, 34, 34, 0, 0, 0, 0, 34, 34, 0, 0, 0, 34, 34, 0, 149, 0, 0, 0, 0, 0, 0, 34, 0, 0, 149, 34, 34, 0, 0, 0, 34, 0, 0, 0, 0, 0, 34, 0, 34, 34, 0, 34, 0, 34, 34, 34, 34, 34, 0, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 0, 0, 34, 34, 34, 0, 34, 34, 34, 0, 34, 34, 34, 0, 0, 34, 0, 34, 0, 0, 34, 34, 34, 34, 0, 0, 34, 34, 34, 0, 0, 0, 0, 0, 34, 0, 0, 34, 34, 34, 34, 34, 34, 34, 34, 0, 34, 34, 34, 34, 34, 0, 151, 34, 0, 0, 0, 0, 0, 0, 34, 34, 34, 0, 0, 0, 0, 0, 0, 34, 34, 151, 0, 151, 0, 0, 151, 151, 151, 151, 151, 151, 151, 0, 0, 151, 151, 151, 0, 0, 0, 0, 151, 151, 0, 0, 0, 151, 151, 0, 67, 0, 0, 0, 0, 0, 0, 151, 0, 0, 67, 151, 151, 0, 0, 0, 151, 0, 0, 0, 0, 0, 151, 0, 151, 151, 0, 151, 0, 151, 151, 151, 151, 151, 0, 151, 151, 151, 151, 151, 151, 151, 151, 151, 151, 151, 151, 151, 151, 151, 151, 0, 0, 151, 151, 151, 0, 151, 151, 151, 0, 151, 151, 151, 0, 0, 151, 0, 151, 0, 0, 151, 151, 151, 151, 0, 0, 151, 151, 151, 0, 0, 0, 0, 0, 151, 0, 0, 151, 151, 151, 151, 151, 151, 151, 151, 0, 151, 151, 151, 151, 151, 0, 0, 151, 149, 0, 0, 0, 0, 0, 151, 151, 151, 0, 0, 0, 0, 0, 0, 151, 151, 0, 0, 149, 0, 149, 0, 0, 149, 149, 149, 149, 149, 149, 149, 0, 0, 149, 149, 149, 0, 0, 0, 0, 149, 149, 0, 0, 0, 149, 149, 0, 68, 0, 0, 0, 0, 0, 0, 149, 0, 0, 68, 149, 149, 0, 0, 0, 149, 0, 0, 0, 0, 0, 149, 0, 149, 149, 0, 149, 0, 149, 149, 149, 149, 149, 0, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 0, 0, 149, 149, 149, 0, 149, 149, 149, 0, 149, 149, 149, 0, 0, 149, 0, 149, 0, 0, 149, 149, 149, 149, 0, 0, 149, 149, 149, 0, 0, 0, 0, 0, 149, 0, 0, 149, 149, 149, 149, 149, 149, 149, 149, 0, 149, 149, 149, 149, 149, 0, 67, 149, 0, 0, 0, 0, 0, 0, 149, 149, 149, 0, 0, 0, 0, 0, 0, 149, 149, 67, 0, 67, 0, 0, 67, 67, 67, 67, 67, 67, 67, 0, 0, 67, 67, 67, 0, 0, 0, 0, 67, 67, 0, 0, 0, 67, 67, 0, 40, 0, 0, 0, 0, 0, 0, 67, 0, 0, 40, 67, 67, 0, 0, 0, 67, 0, 0, 0, 0, 0, 67, 0, 67, 67, 0, 67, 0, 67, 67, 67, 67, 67, 0, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 0, 0, 67, 67, 67, 0, 67, 67, 67, 0, 67, 67, 67, 0, 0, 67, 0, 67, 0, 0, 67, 67, 67, 67, 0, 0, 67, 67, 67, 0, 0, 0, 0, 0, 67, 0, 0, 67, 67, 67, 67, 67, 67, 67, 67, 0, 67, 67, 67, 67, 67, 0, 0, 67, 68, 0, 0, 0, 0, 0, 67, 67, 67, 0, 0, 0, 0, 0, 0, 67, 67, 0, 0, 68, 0, 68, 0, 0, 68, 68, 68, 68, 68, 68, 68, 0, 0, 68, 68, 68, 0, 0, 0, 0, 68, 68, 0, 0, 0, 68, 68, 0, 438, 0, 0, 0, 0, 0, 0, 68, 0, 0, 438, 68, 68, 0, 0, 0, 68, 0, 0, 0, 0, 0, 68, 0, 68, 68, 0, 68, 0, 68, 68, 68, 68, 68, 0, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 0, 0, 68, 68, 68, 0, 68, 68, 68, 0, 68, 68, 68, 0, 0, 68, 0, 68, 0, 0, 68, 68, 68, 68, 0, 0, 68, 68, 68, 0, 0, 0, 0, 0, 68, 0, 0, 68, 68, 68, 68, 68, 68, 68, 68, 0, 68, 68, 68, 68, 68, 0, 40, 68, 0, 0, 0, 0, 0, 0, 68, 68, 68, 0, 0, 0, 0, 0, 0, 68, 68, 40, 0, 40, 0, 0, 40, 40, 40, 40, 40, 40, 40, 0, 0, 40, 40, 40, 0, 0, 0, 0, 40, 40, 0, 0, 0, 40, 40, 0, 439, 0, 0, 0, 0, 0, 0, 40, 0, 0, 439, 40, 40, 0, 0, 0, 40, 0, 0, 0, 0, 0, 40, 0, 40, 40, 0, 40, 0, 40, 40, 40, 40, 40, 0, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 0, 0, 40, 40, 40, 0, 40, 40, 40, 0, 40, 40, 40, 0, 0, 40, 0, 40, 0, 0, 40, 40, 40, 40, 0, 0, 40, 40, 40, 0, 0, 0, 0, 0, 40, 0, 0, 40, 40, 40, 40, 40, 40, 40, 40, 0, 40, 40, 40, 40, 40, 0, 0, 40, 438, 0, 0, 0, 0, 0, 40, 40, 40, 0, 0, 0, 0, 0, 0, 40, 40, 0, 0, 438, 0, 438, 0, 0, 438, 438, 438, 438, 438, 438, 438, 0, 0, 438, 438, 438, 0, 0, 0, 0, 438, 438, 0, 0, 0, 438, 438, 0, 467, 0, 0, 0, 0, 0, 0, 438, 0, 0, 467, 438, 438, 0, 0, 0, 438, 0, 0, 0, 0, 0, 438, 0, 438, 438, 0, 438, 0, 438, 438, 438, 438, 438, 0, 438, 438, 438, 438, 438, 438, 438, 438, 438, 438, 438, 438, 438, 438, 438, 438, 0, 0, 438, 438, 438, 0, 438, 438, 438, 0, 438, 438, 438, 0, 0, 438, 0, 438, 0, 0, 438, 438, 438, 438, 0, 0, 438, 438, 438, 0, 0, 0, 0, 0, 438, 0, 0, 438, 438, 438, 438, 438, 438, 438, 438, 0, 438, 438, 438, 438, 438, 0, 439, 438, 0, 0, 0, 0, 0, 0, 438, 438, 438, 0, 0, 0, 0, 0, 0, 438, 438, 439, 0, 439, 0, 0, 439, 439, 439, 439, 439, 439, 439, 0, 0, 439, 439, 439, 0, 0, 0, 0, 439, 439, 0, 0, 0, 439, 439, 0, 43, 0, 0, 0, 0, 0, 0, 439, 0, 0, 43, 439, 439, 0, 0, 0, 439, 0, 0, 0, 0, 0, 439, 0, 439, 439, 0, 439, 0, 439, 439, 439, 439, 439, 0, 439, 439, 439, 439, 439, 439, 439, 439, 439, 439, 439, 439, 439, 439, 439, 439, 0, 0, 439, 439, 439, 0, 439, 439, 439, 0, 439, 439, 439, 0, 0, 439, 0, 439, 0, 0, 439, 439, 439, 439, 0, 0, 439, 439, 439, 0, 0, 0, 0, 0, 439, 0, 0, 439, 439, 439, 439, 439, 439, 439, 439, 0, 439, 439, 439, 439, 439, 0, 0, 439, 467, 0, 0, 0, 0, 0, 439, 439, 439, 0, 0, 0, 0, 0, 0, 439, 439, 0, 0, 467, 0, 467, 0, 0, 467, 467, 467, 467, 467, 467, 467, 0, 0, 467, 467, 467, 0, 0, 0, 0, 467, 467, 0, 0, 0, 467, 467, 0, 363, 0, 0, 0, 0, 0, 0, 467, 0, 0, 363, 467, 467, 0, 0, 0, 467, 0, 0, 0, 0, 0, 467, 0, 467, 467, 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, 467, 467, 467, 0, 467, 467, 467, 0, 467, 467, 467, 0, 0, 467, 0, 467, 0, 0, 467, 467, 467, 467, 0, 0, 467, 467, 467, 0, 0, 0, 0, 0, 467, 0, 0, 467, 467, 467, 467, 467, 467, 467, 467, 0, 467, 467, 467, 467, 467, 0, 43, 467, 0, 0, 0, 0, 0, 0, 467, 467, 467, 0, 0, 0, 0, 0, 0, 467, 467, 43, 0, 43, 0, 0, 43, 43, 43, 43, 43, 43, 43, 0, 0, 43, 43, 43, 0, 0, 0, 0, 43, 43, 0, 0, 0, 43, 43, 0, 473, 0, 0, 0, 0, 0, 0, 43, 0, 0, 473, 43, 43, 0, 0, 0, 43, 0, 0, 0, 0, 0, 43, 0, 43, 43, 0, 43, 0, 43, 43, 43, 43, 43, 0, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 0, 0, 43, 43, 43, 0, 43, 43, 43, 0, 43, 43, 43, 0, 0, 43, 0, 43, 0, 0, 43, 43, 43, 43, 0, 0, 43, 43, 43, 0, 0, 0, 0, 0, 43, 0, 0, 43, 43, 43, 43, 43, 43, 43, 43, 0, 43, 43, 43, 43, 43, 0, 0, 43, 363, 0, 0, 0, 0, 0, 43, 43, 43, 0, 0, 0, 0, 0, 0, 43, 43, 0, 0, 363, 0, 363, 0, 0, 363, 363, 363, 363, 363, 363, 363, 0, 0, 363, 363, 363, 0, 0, 0, 0, 363, 363, 0, 0, 0, 363, 363, 0, 365, 0, 0, 0, 0, 0, 0, 363, 0, 0, 365, 363, 363, 0, 0, 0, 363, 0, 0, 0, 0, 0, 363, 0, 363, 363, 0, 363, 0, 363, 363, 363, 363, 363, 0, 363, 363, 363, 363, 363, 363, 363, 363, 363, 363, 363, 363, 363, 363, 363, 363, 0, 0, 363, 363, 363, 0, 363, 363, 363, 0, 363, 363, 363, 0, 0, 363, 0, 363, 0, 0, 363, 363, 363, 363, 0, 0, 363, 363, 363, 0, 0, 0, 0, 0, 363, 0, 0, 363, 363, 363, 363, 363, 363, 363, 363, 0, 363, 363, 363, 363, 363, 0, 473, 363, 0, 0, 0, 0, 0, 0, 363, 363, 363, 0, 0, 0, 0, 0, 0, 363, 363, 473, 0, 473, 0, 0, 473, 473, 473, 473, 473, 473, 473, 0, 0, 473, 473, 473, 0, 0, 0, 0, 473, 473, 0, 0, 0, 473, 473, 0, 409, 0, 0, 0, 0, 0, 0, 473, 0, 0, 409, 473, 473, 0, 0, 0, 473, 0, 0, 0, 0, 0, 473, 0, 473, 473, 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, 473, 473, 473, 0, 473, 473, 473, 0, 473, 473, 473, 0, 0, 473, 0, 473, 0, 0, 473, 473, 473, 473, 0, 0, 473, 473, 473, 0, 0, 0, 0, 0, 473, 0, 0, 473, 473, 473, 473, 473, 473, 473, 473, 0, 473, 473, 473, 473, 473, 0, 0, 473, 365, 0, 0, 0, 0, 0, 473, 473, 473, 0, 0, 0, 0, 0, 0, 473, 473, 0, 0, 365, 0, 365, 0, 0, 365, 365, 365, 365, 365, 365, 365, 0, 0, 365, 365, 365, 0, 0, 0, 0, 365, 365, 0, 0, 0, 365, 365, 0, 549, 0, 0, 0, 0, 0, 0, 365, 0, 0, 549, 365, 365, 0, 0, 0, 365, 0, 0, 0, 0, 0, 365, 0, 365, 365, 0, 365, 0, 365, 365, 365, 365, 365, 0, 365, 365, 365, 365, 365, 365, 365, 365, 365, 365, 365, 365, 365, 365, 365, 365, 0, 0, 365, 365, 365, 0, 365, 365, 365, 0, 365, 365, 365, 0, 0, 365, 0, 365, 0, 0, 365, 365, 365, 365, 0, 0, 365, 365, 365, 0, 0, 0, 0, 0, 365, 0, 0, 365, 365, 365, 365, 365, 365, 365, 365, 0, 365, 365, 365, 365, 365, 0, 409, 365, 0, 0, 0, 0, 0, 0, 365, 365, 365, 0, 0, 0, 0, 0, 0, 365, 365, 409, 0, 409, 0, 0, 409, 409, 409, 409, 409, 409, 409, 0, 0, 409, 409, 409, 0, 0, 0, 0, 409, 409, 0, 0, 0, 409, 409, 0, 410, 0, 0, 0, 0, 0, 0, 409, 0, 0, 410, 409, 409, 0, 0, 0, 409, 0, 0, 0, 0, 0, 409, 0, 409, 409, 0, 409, 0, 409, 409, 409, 409, 409, 0, 409, 409, 409, 409, 409, 409, 409, 409, 409, 409, 409, 409, 409, 409, 409, 409, 0, 0, 409, 409, 409, 0, 409, 409, 409, 0, 409, 409, 409, 0, 0, 409, 0, 409, 0, 0, 409, 409, 409, 409, 0, 0, 409, 409, 409, 0, 0, 0, 0, 0, 409, 0, 0, 409, 409, 409, 409, 409, 409, 409, 409, 0, 409, 409, 409, 409, 409, 0, 0, 409, 549, 0, 0, 0, 0, 0, 409, 409, 409, 0, 0, 0, 0, 0, 0, 409, 409, 0, 0, 549, 0, 549, 0, 0, 549, 549, 549, 549, 549, 549, 549, 0, 0, 549, 549, 549, 0, 0, 0, 0, 549, 549, 0, 0, 0, 549, 549, 0, 415, 0, 0, 0, 0, 0, 0, 549, 0, 0, 415, 549, 549, 0, 0, 0, 549, 0, 0, 0, 0, 0, 549, 0, 549, 549, 0, 549, 0, 549, 549, 549, 549, 549, 0, 549, 549, 549, 549, 549, 549, 549, 549, 549, 549, 549, 549, 549, 549, 549, 549, 0, 0, 549, 549, 549, 0, 549, 549, 549, 0, 549, 549, 549, 0, 0, 549, 0, 549, 0, 0, 549, 549, 549, 549, 0, 0, 549, 549, 549, 0, 0, 0, 0, 0, 549, 0, 0, 549, 549, 549, 549, 549, 549, 549, 549, 0, 549, 549, 549, 549, 549, 0, 410, 549, 0, 0, 0, 0, 0, 0, 549, 549, 549, 0, 0, 0, 0, 0, 0, 549, 549, 410, 0, 410, 0, 0, 410, 410, 410, 410, 410, 410, 410, 0, 0, 410, 410, 410, 0, 0, 0, 0, 410, 410, 0, 0, 0, 410, 410, 4, 0, 0, 0, 0, 0, 0, 0, 410, 0, 4, 0, 410, 410, 0, 0, 0, 410, 0, 0, 0, 0, 0, 410, 0, 410, 410, 0, 410, 0, 410, 410, 410, 410, 410, 0, 410, 410, 410, 410, 410, 410, 410, 410, 410, 410, 410, 410, 410, 410, 410, 410, 0, 0, 410, 410, 410, 0, 410, 410, 410, 0, 410, 410, 410, 0, 0, 410, 0, 410, 0, 0, 410, 410, 410, 410, 0, 0, 410, 410, 410, 0, 0, 0, 0, 0, 410, 0, 0, 410, 410, 410, 410, 410, 410, 410, 410, 0, 410, 410, 410, 410, 410, 0, 0, 410, 415, 0, 0, 0, 0, 0, 410, 410, 410, 0, 0, 0, 0, 0, 0, 410, 410, 0, 0, 415, 0, 415, 0, 0, 415, 415, 415, 415, 415, 415, 415, 0, 0, 415, 415, 415, 0, 0, 0, 0, 415, 415, 0, 0, 0, 415, 415, 411, 0, 0, 0, 0, 0, 0, 0, 415, 0, 411, 0, 415, 415, 0, 0, 0, 415, 0, 0, 0, 0, 0, 415, 0, 415, 415, 0, 415, 0, 415, 415, 415, 415, 415, 0, 415, 415, 415, 415, 415, 415, 415, 415, 415, 415, 415, 415, 415, 415, 415, 415, 0, 0, 415, 415, 415, 0, 415, 415, 415, 0, 415, 415, 415, 0, 0, 415, 0, 415, 0, 0, 415, 415, 415, 415, 0, 0, 415, 415, 415, 0, 0, 0, 0, 0, 415, 0, 0, 415, 415, 415, 415, 415, 415, 415, 415, 0, 415, 415, 415, 415, 415, 4, 0, 415, 0, 0, 0, 0, 0, 0, 415, 415, 0, 0, 0, 0, 0, 0, 0, 415, 415, 0, 4, 0, 0, 4, 4, 4, 4, 4, 4, 4, 0, 0, 4, 4, 4, 0, 0, 0, 0, 4, 4, 0, 0, 0, 4, 4, 0, 408, 0, 0, 0, 0, 0, 0, 4, 0, 0, 408, 4, 4, 0, 0, 0, 4, 0, 0, 0, 0, 0, 4, 0, 4, 4, 0, 4, 0, 4, 4, 4, 4, 4, 0, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 0, 0, 4, 4, 4, 0, 4, 4, 4, 0, 4, 4, 4, 0, 0, 4, 0, 4, 0, 0, 4, 4, 4, 4, 0, 0, 4, 4, 4, 0, 0, 0, 0, 0, 4, 0, 0, 4, 4, 4, 4, 4, 4, 4, 4, 0, 4, 4, 4, 4, 4, 0, 0, 4, 411, 0, 0, 0, 0, 0, 4, 4, 4, 0, 0, 0, 0, 0, 0, 4, 4, 0, 0, 411, 0, 411, 0, 0, 411, 411, 411, 411, 411, 411, 411, 0, 0, 411, 411, 411, 0, 0, 0, 0, 411, 411, 0, 0, 0, 411, 411, 0, 354, 0, 0, 0, 0, 0, 0, 411, 0, 0, 354, 411, 411, 0, 0, 0, 411, 0, 0, 0, 0, 0, 411, 0, 411, 411, 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, 411, 411, 411, 0, 411, 411, 411, 0, 411, 411, 411, 0, 0, 411, 0, 411, 0, 0, 411, 411, 411, 411, 0, 0, 411, 411, 411, 0, 0, 0, 0, 0, 411, 0, 0, 411, 411, 411, 411, 411, 411, 411, 411, 0, 411, 411, 411, 411, 411, 0, 408, 411, 0, 0, 0, 0, 0, 0, 411, 411, 411, 0, 0, 0, 0, 0, 0, 0, 411, 408, 0, 408, 0, 0, 408, 408, 408, 408, 408, 408, 408, 0, 0, 408, 408, 408, 0, 0, 0, 0, 408, 408, 0, 0, 0, 408, 408, 0, 455, 0, 0, 0, 0, 0, 0, 408, 0, 0, 455, 408, 408, 0, 0, 0, 408, 0, 0, 0, 0, 0, 408, 0, 408, 408, 0, 408, 0, 408, 408, 408, 408, 408, 0, 408, 408, 408, 408, 408, 408, 408, 408, 408, 408, 408, 408, 408, 408, 408, 408, 0, 0, 408, 408, 408, 0, 408, 408, 408, 0, 408, 408, 408, 0, 0, 408, 0, 408, 0, 0, 408, 408, 408, 408, 0, 0, 408, 408, 408, 0, 0, 0, 0, 0, 408, 0, 0, 408, 408, 408, 408, 408, 408, 408, 408, 0, 408, 408, 408, 408, 408, 0, 0, 408, 354, 0, 0, 0, 0, 0, 408, 408, 0, 0, 0, 0, 0, 0, 0, 408, 408, 0, 0, 354, 0, 354, 0, 0, 354, 354, 354, 354, 354, 354, 354, 0, 0, 354, 354, 354, 0, 0, 0, 0, 354, 354, 0, 0, 0, 354, 354, 0, 24, 0, 0, 0, 0, 0, 0, 354, 0, 0, 24, 354, 354, 0, 0, 0, 354, 0, 0, 0, 0, 0, 354, 0, 354, 354, 0, 354, 0, 354, 354, 354, 354, 354, 0, 354, 354, 354, 354, 354, 354, 354, 354, 354, 354, 354, 354, 354, 354, 354, 354, 0, 0, 354, 354, 354, 0, 354, 354, 354, 0, 354, 354, 354, 0, 0, 354, 0, 354, 0, 0, 354, 354, 354, 354, 0, 0, 354, 354, 354, 0, 0, 0, 0, 0, 354, 0, 0, 354, 354, 354, 354, 0, 354, 354, 354, 0, 354, 354, 354, 354, 354, 0, 455, 354, 0, 0, 0, 0, 0, 0, 354, 354, 0, 0, 0, 0, 0, 0, 0, 0, 354, 455, 0, 455, 0, 0, 455, 455, 455, 455, 455, 455, 455, 0, 0, 455, 455, 455, 0, 0, 0, 0, 455, 455, 0, 0, 0, 455, 455, 0, 0, 0, 0, 0, 0, 0, 0, 455, 0, 0, 0, 455, 455, 0, 0, 0, 455, 0, 0, 0, 0, 0, 455, 0, 455, 455, 0, 455, 0, 455, 455, 455, 455, 455, 0, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 0, 0, 455, 455, 455, 0, 455, 455, 455, 0, 455, 455, 455, 0, 0, 455, 0, 455, 0, 0, 455, 455, 455, 455, 0, 0, 455, 455, 455, 0, 188, 0, 540, 150, 455, 151, 0, 455, 455, 455, 455, 0, 455, 455, 455, 0, 455, 455, 455, 455, 455, 545, 0, 455, 24, 0, 0, 0, 0, 0, 455, 455, 0, 0, 0, 0, 0, 0, 0, 0, 455, 0, 0, 24, 0, 24, 0, 0, 24, 24, 24, 24, 24, 24, 24, 0, 0, 24, 24, 24, 0, 0, 0, 0, 24, 24, 0, 0, 0, 24, 24, 0, 638, 417, 415, 0, 416, 0, 0, 24, 0, 0, 0, 24, 24, 0, 0, 0, 24, 901, 0, 420, 403, 421, 24, 0, 24, 24, 0, 24, 0, 24, 24, 24, 24, 24, 0, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 0, 0, 24, 24, 24, 0, 24, 24, 24, 0, 24, 24, 24, 0, 0, 24, 0, 24, 0, 0, 24, 24, 24, 24, 0, 0, 24, 24, 24, 0, 188, 0, 540, 150, 24, 151, 0, 24, 24, 24, 24, 24, 24, 24, 24, 0, 24, 24, 24, 24, 24, 734, 0, 24, 0, 0, 0, 0, 0, 0, 24, 24, 24, 0, 0, 0, 0, 0, 0, 24, 0, 0, 0, 0, 0, 0, 0, 0, 188, 0, 0, 150, 0, 151, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 644, 149, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 152, 153, 0, 0, 0, 154, 155, 156, 157, 0, 0, 0, 0, 0, 0, 0, 0, 158, 159, 160, 161, 162, 163, 164, 0, 165, 166, 167, 0, 0, 168, 169, 170, 0, 171, 172, 173, 174, 175, 0, 176, 0, 404, 405, 406, 407, 408, 0, 409, 410, 411, 412, 413, 414, 0, 0, 418, 419, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 177, 188, 0, 0, 150, 0, 151, 0, 0, 0, 0, 178, 179, 0, 0, 0, 0, 180, 0, 0, 0, 0, 666, 0, 0, 0, 0, 181, 182, 0, 0, 183, 184, 185, 186, 0, 0, 149, 89, 0, 0, 0, 0, 0, 0, 187, 0, 0, 0, 188, 0, 0, 150, 0, 151, 0, 0, 0, 0, 0, 0, 152, 153, 0, 0, 0, 154, 155, 156, 157, 668, 0, 0, 0, 0, 0, 0, 0, 158, 159, 160, 161, 162, 163, 164, 149, 165, 166, 167, 0, 0, 168, 169, 170, 0, 171, 172, 173, 174, 175, 0, 176, 0, 0, 0, 0, 0, 0, 0, 152, 153, 0, 0, 0, 154, 155, 156, 157, 0, 0, 0, 0, 0, 0, 0, 0, 158, 159, 160, 161, 162, 163, 164, 0, 165, 166, 167, 0, 0, 168, 169, 170, 0, 171, 172, 173, 174, 175, 0, 176, 0, 0, 0, 177, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 178, 179, 0, 0, 0, 0, 180, 0, 0, 0, 0, 0, 0, 0, 0, 0, 181, 182, 0, 0, 183, 184, 185, 186, 0, 0, 188, 89, 706, 150, 0, 151, 0, 0, 187, 0, 0, 177, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 178, 179, 0, 0, 0, 0, 180, 0, 0, 0, 0, 0, 149, 0, 0, 0, 181, 182, 0, 0, 183, 184, 185, 186, 0, 0, 188, 89, 540, 150, 0, 151, 0, 0, 187, 0, 152, 153, 0, 0, 0, 154, 155, 156, 157, 0, 0, 0, 0, 0, 0, 0, 0, 158, 159, 160, 161, 162, 163, 164, 149, 165, 166, 167, 0, 0, 168, 169, 170, 0, 171, 172, 173, 174, 175, 0, 176, 0, 0, 0, 0, 0, 0, 0, 152, 153, 0, 0, 0, 154, 155, 156, 157, 0, 0, 0, 0, 0, 0, 0, 0, 158, 159, 160, 161, 162, 163, 164, 0, 165, 166, 167, 0, 0, 168, 169, 170, 0, 171, 172, 173, 174, 175, 0, 176, 0, 0, 0, 177, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 178, 179, 0, 0, 0, 0, 180, 0, 0, 0, 0, 0, 0, 0, 0, 0, 181, 182, 0, 0, 183, 184, 185, 186, 0, 188, 0, 89, 150, 0, 151, 0, 0, 0, 187, 0, 0, 177, 0, 0, 0, 0, 0, 813, 0, 0, 0, 0, 178, 179, 0, 0, 0, 0, 180, 0, 0, 0, 0, 0, 0, 0, 149, 0, 181, 182, 0, 0, 183, 184, 185, 186, 0, 0, 0, 89, 0, 0, 188, 0, 0, 150, 187, 151, 0, 0, 152, 153, 0, 0, 0, 154, 155, 156, 157, 0, 898, 0, 0, 0, 0, 0, 0, 158, 159, 160, 161, 162, 163, 164, 149, 165, 166, 167, 0, 0, 168, 169, 170, 0, 171, 172, 173, 174, 175, 0, 176, 0, 0, 0, 0, 0, 0, 0, 152, 153, 0, 0, 0, 154, 155, 156, 157, 0, 0, 0, 0, 0, 0, 0, 0, 158, 159, 160, 161, 162, 163, 164, 0, 165, 166, 167, 0, 0, 168, 169, 170, 0, 171, 172, 173, 174, 175, 0, 176, 0, 0, 0, 177, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 178, 179, 0, 0, 0, 0, 180, 0, 0, 0, 0, 0, 0, 0, 0, 0, 181, 182, 0, 0, 183, 184, 185, 186, 0, 0, 0, 89, 188, 0, 709, 150, 0, 151, 187, 0, 0, 177, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 178, 179, 0, 0, 0, 0, 180, 0, 0, 0, 0, 149, 0, 0, 0, 0, 181, 182, 0, 0, 183, 184, 185, 186, 0, 0, 0, 89, 188, 0, 951, 150, 0, 151, 187, 152, 153, 0, 0, 0, 154, 155, 156, 157, 0, 0, 0, 0, 0, 0, 0, 0, 158, 159, 160, 161, 162, 163, 164, 0, 165, 166, 167, 0, 149, 168, 169, 170, 0, 171, 172, 173, 174, 175, 0, 176, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 152, 153, 0, 0, 0, 154, 155, 156, 157, 0, 0, 0, 0, 0, 0, 0, 0, 158, 159, 160, 161, 162, 163, 164, 0, 165, 166, 167, 0, 0, 168, 169, 170, 0, 171, 172, 173, 174, 175, 177, 176, 0, 0, 0, 0, 0, 0, 0, 0, 0, 178, 179, 0, 0, 0, 0, 180, 0, 0, 0, 0, 0, 0, 0, 0, 0, 181, 182, 0, 0, 183, 184, 185, 186, 0, 188, 0, 89, 150, 0, 151, 0, 0, 0, 187, 0, 0, 0, 0, 0, 0, 0, 177, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 178, 179, 0, 0, 0, 0, 180, 0, 0, 0, 0, 0, 149, 0, 0, 0, 181, 182, 0, 0, 183, 184, 185, 186, 0, 382, 0, 89, 150, 0, 151, 0, 0, 0, 187, 0, 152, 153, 0, 0, 0, 154, 155, 156, 157, 0, 0, 0, 0, 0, 0, 0, 0, 158, 159, 160, 161, 162, 163, 164, 149, 165, 166, 167, 0, 0, 168, 169, 170, 0, 171, 172, 173, 174, 175, 0, 176, 0, 0, 0, 0, 0, 0, 0, 152, 153, 0, 0, 0, 154, 155, 156, 157, 0, 0, 0, 0, 0, 0, 0, 0, 158, 159, 160, 161, 162, 163, 164, 0, 165, 166, 167, 0, 0, 168, 169, 170, 0, 171, 172, 173, 174, 175, 0, 176, 0, 0, 0, 177, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 178, 179, 0, 0, 0, 0, 180, 0, 0, 0, 0, 0, 0, 0, 0, 0, 181, 182, 0, 0, 183, 184, 185, 186, 0, 188, 0, 89, 150, 0, 151, 0, 0, 0, 187, 0, 0, 177, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 178, 179, 0, 0, 0, 0, 180, 0, 149, 0, 0, 0, 0, 0, 0, 0, 181, 182, 0, 0, 183, 184, 185, 186, 0, 507, 0, 89, 150, 0, 151, 0, 152, 153, 187, 0, 0, 154, 155, 156, 157, 0, 0, 0, 0, 0, 0, 0, 0, 158, 159, 160, 161, 162, 163, 164, 0, 165, 166, 167, 0, 149, 168, 169, 170, 0, 171, 172, 173, 174, 175, 0, 176, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 152, 153, 0, 0, 0, 154, 155, 156, 157, 0, 0, 0, 0, 0, 0, 0, 0, 158, 159, 160, 161, 162, 163, 164, 0, 165, 166, 167, 0, 0, 168, 169, 170, 0, 171, 172, 173, 174, 175, 177, 176, 0, 0, 0, 0, 0, 0, 0, 0, 0, 178, 179, 0, 0, 0, 0, 180, 0, 0, 0, 0, 0, 0, 0, 0, 0, 181, 182, 0, 0, 183, 184, 185, 186, 0, 382, 0, 89, 150, 0, 151, 0, 0, 0, 187, 0, 0, 0, 0, 0, 0, 0, 177, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 178, 179, 0, 0, 0, 0, 180, 0, 0, 0, 0, 0, 149, 0, 0, 0, 181, 182, 0, 0, 183, 184, 185, 186, 0, 908, 0, 89, 150, 0, 151, 0, 0, 0, 187, 0, 152, 153, 0, 0, 0, 154, 155, 156, 157, 0, 0, 0, 0, 0, 0, 0, 0, 158, 159, 160, 161, 162, 163, 164, 149, 165, 166, 167, 0, 0, 168, 169, 170, 0, 171, 172, 173, 174, 175, 0, 176, 0, 0, 0, 0, 0, 0, 0, 152, 153, 0, 0, 0, 154, 155, 156, 157, 0, 567, 0, 564, 333, 0, 334, 0, 158, 159, 160, 161, 162, 163, 164, 0, 165, 166, 167, 0, 0, 168, 169, 170, 0, 171, 172, 173, 174, 175, 0, 176, 0, 0, 0, 177, 0, 341, 0, 335, 333, 0, 334, 0, 0, 0, 178, 179, 0, 0, 0, 0, 180, 0, 0, 0, 0, 0, 0, 0, 0, 0, 181, 182, 0, 0, 183, 184, 185, 186, 0, 0, 0, 89, 0, 0, 0, 0, 0, 0, 445, 0, 0, 177, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 178, 179, 0, 0, 0, 0, 180, 0, 149, 247, 247, 247, 0, 247, 0, 0, 181, 182, 0, 0, 183, 184, 185, 186, 0, 0, 247, 89, 247, 247, 247, 0, 152, 153, 187, 0, 0, 154, 155, 156, 157, 0, 0, 0, 0, 0, 0, 0, 0, 158, 159, 160, 161, 162, 163, 164, 0, 165, 166, 167, 0, 149, 168, 169, 170, 0, 171, 172, 173, 174, 175, 0, 176, 0, 0, 0, 0, 0, 0, 0, 518, 518, 518, 518, 518, 152, 153, 0, 0, 0, 154, 155, 156, 157, 0, 0, 0, 0, 0, 518, 518, 518, 158, 159, 160, 161, 162, 163, 164, 0, 165, 166, 167, 0, 0, 168, 169, 170, 0, 171, 172, 173, 174, 175, 177, 176, 437, 417, 415, 0, 416, 0, 0, 0, 0, 178, 179, 0, 0, 0, 565, 180, 0, 0, 0, 420, 403, 421, 0, 0, 0, 181, 182, 0, 0, 183, 184, 185, 186, 601, 417, 415, 892, 416, 0, 336, 337, 338, 0, 187, 339, 0, 0, 0, 0, 0, 0, 177, 420, 403, 421, 0, 0, 0, 0, 0, 0, 0, 178, 179, 0, 0, 0, 0, 180, 0, 0, 0, 0, 0, 0, 336, 337, 338, 181, 182, 339, 0, 183, 184, 185, 186, 0, 0, 0, 89, 0, 0, 0, 0, 0, 0, 187, 0, 0, 0, 247, 247, 247, 247, 247, 0, 247, 247, 247, 247, 247, 247, 0, 0, 247, 247, 608, 417, 415, 0, 416, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 178, 179, 0, 0, 420, 403, 421, 0, 0, 622, 417, 415, 0, 416, 0, 0, 181, 182, 0, 0, 183, 184, 185, 186, 0, 0, 0, 566, 420, 403, 421, 0, 0, 0, 187, 0, 178, 179, 0, 0, 518, 518, 518, 518, 518, 0, 518, 518, 518, 518, 518, 518, 181, 182, 518, 518, 183, 184, 185, 186, 638, 417, 415, 340, 416, 0, 0, 0, 0, 0, 187, 0, 0, 0, 0, 0, 0, 0, 0, 420, 403, 421, 0, 0, 0, 0, 404, 405, 406, 407, 408, 0, 409, 410, 411, 412, 413, 414, 0, 0, 418, 419, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 404, 405, 406, 407, 408, 0, 409, 410, 411, 412, 413, 414, 0, 0, 418, 419, 672, 417, 415, 0, 416, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 420, 403, 421, 677, 417, 415, 0, 416, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 420, 403, 421, 679, 417, 415, 0, 416, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 420, 403, 421, 0, 404, 405, 406, 407, 408, 0, 409, 410, 411, 412, 413, 414, 0, 0, 418, 419, 0, 0, 0, 0, 0, 0, 0, 0, 404, 405, 406, 407, 408, 0, 409, 410, 411, 412, 413, 414, 0, 0, 418, 419, 781, 417, 415, 0, 416, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 420, 403, 421, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 404, 405, 406, 407, 408, 0, 409, 410, 411, 412, 413, 414, 0, 0, 418, 419, 782, 417, 415, 0, 416, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 420, 403, 421, 783, 417, 415, 0, 416, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 420, 403, 421, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 404, 405, 406, 407, 408, 0, 409, 410, 411, 412, 413, 414, 0, 0, 418, 419, 0, 0, 0, 0, 0, 0, 404, 405, 406, 407, 408, 0, 409, 410, 411, 412, 413, 414, 0, 0, 418, 419, 0, 0, 0, 0, 0, 0, 404, 405, 406, 407, 408, 0, 409, 410, 411, 412, 413, 414, 0, 0, 418, 419, 784, 417, 415, 0, 416, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 420, 403, 421, 785, 417, 415, 0, 416, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 420, 403, 421, 0, 0, 0, 404, 405, 406, 407, 408, 0, 409, 410, 411, 412, 413, 414, 0, 0, 418, 419, 786, 417, 415, 0, 416, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 420, 403, 421, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 404, 405, 406, 407, 408, 0, 409, 410, 411, 412, 413, 414, 0, 0, 418, 419, 0, 0, 0, 0, 0, 0, 404, 405, 406, 407, 408, 0, 409, 410, 411, 412, 413, 414, 0, 0, 418, 419, 787, 417, 415, 0, 416, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 420, 403, 421, 788, 417, 415, 0, 416, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 420, 403, 421, 789, 417, 415, 0, 416, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 420, 403, 421, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 404, 405, 406, 407, 408, 0, 409, 410, 411, 412, 413, 414, 0, 0, 418, 419, 0, 0, 0, 0, 0, 0, 404, 405, 406, 407, 408, 0, 409, 410, 411, 412, 413, 414, 0, 0, 418, 419, 790, 417, 415, 0, 416, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 420, 403, 421, 0, 0, 0, 404, 405, 406, 407, 408, 0, 409, 410, 411, 412, 413, 414, 0, 0, 418, 419, 791, 417, 415, 0, 416, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 420, 403, 421, 792, 417, 415, 0, 416, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 420, 403, 421, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 404, 405, 406, 407, 408, 0, 409, 410, 411, 412, 413, 414, 0, 0, 418, 419, 0, 0, 0, 0, 0, 0, 404, 405, 406, 407, 408, 0, 409, 410, 411, 412, 413, 414, 0, 0, 418, 419, 0, 0, 0, 0, 0, 0, 404, 405, 406, 407, 408, 0, 409, 410, 411, 412, 413, 414, 0, 0, 418, 419, 793, 417, 415, 0, 416, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 420, 403, 421, 802, 417, 415, 0, 416, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 420, 403, 421, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 404, 405, 406, 407, 408, 0, 409, 410, 411, 412, 413, 414, 0, 0, 418, 419, 862, 417, 415, 0, 416, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 420, 403, 421, 0, 0, 0, 404, 405, 406, 407, 408, 0, 409, 410, 411, 412, 413, 414, 0, 0, 418, 419, 0, 0, 0, 0, 0, 0, 404, 405, 406, 407, 408, 0, 409, 410, 411, 412, 413, 414, 0, 0, 418, 419, 904, 417, 415, 0, 416, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 420, 403, 421, 247, 247, 247, 0, 247, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 247, 247, 247, 417, 415, 680, 416, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 420, 403, 421, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 404, 405, 406, 407, 408, 0, 409, 410, 411, 412, 413, 414, 0, 0, 418, 419, 0, 0, 0, 0, 0, 0, 404, 405, 406, 407, 408, 0, 409, 410, 411, 412, 413, 414, 0, 0, 418, 419, 417, 415, 933, 416, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 420, 403, 421, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 404, 405, 406, 407, 408, 0, 409, 410, 411, 412, 413, 414, 0, 0, 418, 419, 417, 415, 969, 416, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 420, 403, 421, 417, 415, 970, 416, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 420, 403, 421, 0, 0, 0, 0, 0, 404, 405, 406, 407, 408, 0, 409, 410, 411, 412, 413, 414, 0, 0, 418, 419, 0, 0, 0, 0, 0, 0, 247, 247, 247, 247, 247, 0, 247, 247, 247, 247, 247, 247, 0, 0, 247, 247, 0, 0, 0, 0, 0, 404, 405, 406, 407, 408, 0, 409, 410, 411, 412, 413, 414, 0, 0, 418, 419, 417, 415, 975, 416, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 420, 403, 421, 247, 247, 247, 247, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 247, 247, 247, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 404, 405, 406, 407, 408, 0, 409, 410, 411, 412, 413, 414, 0, 0, 418, 419, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 404, 405, 406, 407, 408, 0, 409, 410, 411, 412, 413, 414, 0, 0, 418, 419, 0, 0, 0, 0, 0, 404, 405, 406, 407, 408, 0, 409, 410, 411, 412, 413, 414, 0, 0, 418, 419, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 404, 405, 406, 407, 408, 0, 409, 410, 411, 412, 413, 414, 0, 0, 418, 419, 0, 0, 0, 0, 0, 247, 247, 247, 247, 247, 0, 247, 247, 247, 247, 247, 247, 0, 16, 247, 247, 17, 0, 18, 19, 0, 0, 20, 0, 0, 21, 22, 23, 0, 0, 0, 0, 24, 25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 26, 0, 0, 0, 27, 28, 0, 0, 0, 29, 0, 0, 0, 0, 0, 30, 0, 31, 32, 0, 33, 0, 34, 35, 36, 37, 38, 0, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 0, 0, 55, 56, 57, 0, 58, 59, 60, 0, 61, 62, 63, 0, 0, 64, 0, 65, 0, 0, 66, 67, 68, 69, 0, 0, 70, 71, 72, 0, 0, 0, 0, 0, 73, 0, 0, 0, 74, 75, 76, 77, 78, 79, 80, 0, 81, 82, 83, 84, 85, 0, 0, 86, 0, 0, 0, 0, 0, 0, 87, 88, 89, 0, 0, 0, 0, 0, 0, 90, }; short fortrancheck[] = { 24, 231, 26, 140, 309, 194, 30, 33, 177, 33, 236, 231, 347, 290, 331, 39, 236, 19, 11, 296, 140, 44, 303, 394, 341, 177, 40, 40, 40, 44, 40, 40, 349, 44, 529, 10, 188, 10, 10, 10, 295, 42, 177, 58, 40, 68, 69, 302, 44, 41, 42, 41, 42, 76, 279, 44, 382, 449, 40, 581, 44, 37, 58, 585, 731, 41, 59, 106, 44, 58, 93, 94, 95, 42, 43, 44, 45, 765, 37, 44, 42, 111, 234, 58, 44, 61, 735, 143, 44, 37, 120, 121, 40, 58, 231, 373, 10, 32, 58, 236, 37, 10, 61, 504, 41, 417, 130, 44, 60, 135, 62, 135, 424, 61, 800, 801, 517, 10, 425, 217, 271, 272, 57, 58, 148, 149, 42, 43, 417, 45, 44, 10, 42, 157, 371, 128, 43, 44, 45, 417, 238, 41, 42, 43, 60, 45, 62, 171, 385, 58, 60, 40, 62, 177, 271, 272, 41, 104, 40, 44, 107, 271, 272, 44, 188, 58, 41, 417, 192, 44, 578, 44, 427, 58, 40, 344, 42, 58, 586, 203, 847, 350, 579, 58, 581, 58, 210, 40, 585, 43, 44, 45, 417, 40, 331, 219, 524, 885, 350, 885, 224, 529, 37, 40, 341, 41, 41, 344, 44, 44, 234, 331, 349, 382, 207, 350, 386, 387, 388, 868, 244, 341, 58, 0, 344, 281, 42, 328, 329, 349, 382, 47, 487, 10, 569, 490, 541, 276, 231, 417, 545, 234, 577, 236, 237, 912, 270, 382, 40, 242, 567, 42, 43, 41, 45, 40, 44, 512, 593, 58, 272, 272, 264, 293, 401, 40, 417, 42, 283, 40, 58, 588, 589, 590, 591, 592, 43, 41, 45, 534, 44, 283, 275, 307, 40, 309, 375, 283, 272, 319, 271, 272, 42, 43, 283, 45, 40, 41, 322, 323, 417, 271, 272, 272, 328, 298, 632, 417, 634, 635, 272, 273, 336, 337, 338, 339, 272, 417, 283, 549, 255, 273, 41, 283, 550, 44, 350, 320, 44, 549, 550, 324, 42, 280, 271, 272, 360, 156, 58, 158, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 744, 745, 275, 507, 272, 273, 382, 140, 141, 856, 272, 273, 886, 272, 763, 764, 863, 766, 394, 271, 272, 273, 41, 42, 43, 256, 45, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 374, 423, 424, 406, 417, 417, 119, 284, 285, 122, 417, 578, 424, 424, 549, 550, 424, 374, 417, 586, 272, 281, 755, 417, 301, 302, 406, 417, 374, 417, 417, 734, 567, 44, 44, 768, 769, 770, 771, 772, 719, 756, 811, 578, 417, 720, 417, 417, 417, 567, 44, 586, 705, 588, 589, 590, 591, 592, 682, 417, 578, 417, 417, 687, 682, 486, 44, 40, 586, 687, 588, 589, 590, 591, 592, 799, 800, 801, 417, 40, 424, 256, 271, 272, 273, 507, 40, 637, 40, 511, 40, 886, 40, 521, 747, 523, 518, 40, 40, 632, 275, 634, 635, 525, 41, 533, 281, 44, 40, 284, 285, 42, 43, 44, 45, 392, 47, 539, 41, 541, 40, 44, 40, 545, 272, 273, 301, 302, 40, 40, 856, 857, 858, 859, 860, 42, 43, 863, 45, 40, 47, 358, 359, 938, 566, 40, 40, 682, 425, 37, 883, 40, 687, 41, 576, 40, 44, 40, 549, 550, 377, 378, 379, 380, 381, 37, 40, 870, 417, 41, 40, 824, 44, 390, 40, 40, 289, 601, 291, 601, 602, 40, 42, 43, 40, 45, 299, 41, 42, 43, 40, 45, 37, 846, 42, 43, 44, 45, 765, 47, 60, 61, 62, 753, 722, 40, 271, 272, 273, 417, 632, 41, 634, 635, 44, 637, 44, 392, 58, 641, 41, 756, 644, 44, 877, 857, 858, 859, 860, 37, 765, 818, 40, 41, 42, 43, 44, 45, 756, 661, 662, 417, 41, 417, 666, 44, 668, 765, 41, 799, 425, 44, 60, 881, 62, 44, 44, 41, 680, 681, 44, 41, 41, 58, 44, 44, 799, 800, 801, 41, 37, 693, 44, 695, 417, 42, 43, 41, 45, 41, 44, 41, 44, 674, 44, 41, 708, 41, 44, 41, 44, 682, 44, 60, 61, 62, 687, 44, 689, 41, 0, 41, 44, 41, 44, 41, 44, 40, 44, 424, 10, 61, 734, 390, 391, 417, 41, 41, 885, 44, 44, 44, 41, 41, 746, 44, 44, 417, 750, 406, 407, 753, 417, 410, 411, 412, 413, 417, 44, 730, 40, 272, 42, 43, 44, 45, 41, 424, 390, 391, 885, 41, 41, 41, 44, 44, 44, 44, 908, 40, 60, 61, 62, 41, 406, 407, 44, 885, 410, 411, 412, 413, 41, 41, 40, 44, 44, 799, 800, 801, 41, 41, 424, 44, 44, 41, 424, 41, 44, 811, 44, 813, 41, 41, 41, 44, 44, 44, 258, 259, 260, 261, 262, 61, 264, 265, 266, 267, 268, 269, 44, 41, 272, 273, 44, 278, 838, 271, 272, 273, 41, 41, 41, 44, 44, 44, 41, 44, 850, 44, 852, 41, 44, 380, 44, 44, 44, 44, 40, 44, 37, 41, 41, 44, 40, 272, 44, 417, 870, 40, 258, 259, 260, 261, 262, 417, 264, 265, 266, 267, 268, 269, 41, 44, 272, 273, 417, 41, 417, 61, 41, 424, 44, 273, 44, 40, 898, 44, 900, 901, 44, 44, 58, 41, 41, 332, 908, 417, 41, 41, 881, 258, 259, 260, 261, 262, 42, 264, 265, 266, 267, 268, 269, 58, 417, 272, 273, 41, 37, 272, 0, 933, 40, 42, 43, 906, 45, 272, 940, 272, 10, 41, 58, 374, 946, 417, 44, 949, 41, 44, 61, 60, 61, 62, 41, 417, 417, 41, 41, 41, 962, 41, 61, 41, 966, 41, 41, 969, 970, 374, 44, 272, 41, 975, 44, 47, 256, 417, 258, 259, 260, 261, 262, 44, 264, 265, 266, 267, 268, 269, 41, 271, 272, 273, 61, 275, 417, 277, 417, 417, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 417, 417, 44, 301, 302, 41, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 41, 331, 58, 333, 334, 335, 336, 337, 41, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 41, 41, 357, 358, 359, 44, 361, 362, 363, 41, 365, 366, 367, 41, 272, 370, 41, 372, 41, 41, 375, 376, 377, 378, 41, 775, 381, 382, 383, 850, 957, 873, 520, 271, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 285, 401, 402, 403, 404, 405, 406, 407, 408, 0, 410, 411, 412, 413, 773, 415, 416, 417, 350, 10, 382, 681, 402, 900, 424, 425, 753, 852, 9, 258, 259, 260, 261, 262, 13, 264, 265, 266, 267, 268, 269, 74, 275, 272, 273, 691, 37, 429, 952, 539, 41, 42, 43, 44, 45, 695, 47, 528, 502, 537, 701, 557, 128, 549, 750, 550, 256, 58, 559, 60, 61, 62, 756, -1, -1, 140, -1, -1, -1, -1, -1, 271, 272, -1, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, 0, 370, -1, 372, -1, -1, 375, 376, 377, 378, 10, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, 37, -1, 408, -1, 41, 42, 43, 44, 45, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, -1, 58, -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, 256, -1, 258, 259, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, 271, 272, 273, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, 40, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, 10, 380, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, 40, -1, -1, 43, -1, 45, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, 256, -1, 258, 259, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, 271, 272, 273, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, 0, 370, -1, 372, -1, -1, 375, 376, 377, 378, 10, 380, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, 37, -1, 408, -1, 41, 42, 43, 44, 45, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, -1, 58, -1, 60, 61, 62, -1, 287, 288, -1, -1, -1, 292, 293, 294, 295, -1, -1, -1, -1, -1, -1, -1, -1, 304, 305, 306, 307, 308, 309, 310, -1, 312, 313, 314, -1, 263, 317, 318, 319, -1, 321, 322, 323, 324, 325, -1, 327, -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, -1, -1, 304, 305, 306, 307, 308, 309, 310, -1, 312, 313, 314, -1, -1, 317, 318, 319, -1, 321, 322, 323, 324, 325, -1, 327, -1, -1, -1, -1, -1, -1, -1, -1, -1, 390, 391, -1, 0, -1, -1, 396, -1, -1, -1, -1, -1, -1, 10, -1, -1, 406, 407, -1, -1, 410, 411, 412, 413, -1, -1, -1, 417, -1, -1, -1, -1, -1, -1, 424, -1, -1, -1, -1, -1, 37, -1, 379, -1, 41, 42, 43, 44, 45, -1, -1, -1, -1, 390, 391, -1, -1, -1, -1, 396, -1, 58, -1, 60, 61, 62, -1, -1, -1, 406, 407, -1, -1, 410, 411, 412, 413, -1, -1, -1, 417, -1, -1, -1, -1, -1, -1, 424, -1, 256, -1, 258, 259, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, 271, 272, 273, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, 380, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, 40, -1, 408, 43, -1, 45, -1, -1, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, 256, 61, 258, 259, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, 271, 272, 273, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, -1, 42, 43, -1, 45, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, 60, 326, 62, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, 0, 370, -1, 372, -1, -1, 375, 376, 377, 378, 10, 380, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, 277, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, 40, 41, 42, 43, 44, 45, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, -1, 58, -1, 60, 61, 62, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 328, 329, 330, -1, -1, -1, -1, -1, -1, -1, 42, 43, -1, 45, -1, -1, -1, 263, -1, -1, -1, -1, -1, -1, -1, -1, 272, -1, 60, 357, 62, 359, 360, 361, -1, -1, 364, 365, -1, 367, 368, 287, 288, -1, -1, -1, 292, 293, 294, 295, -1, -1, -1, -1, -1, -1, -1, -1, 304, 305, 306, 307, 308, 309, 310, -1, 312, 313, 314, -1, -1, 317, 318, 319, -1, 321, 322, 323, 324, 325, -1, 327, -1, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, 10, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 379, 37, -1, -1, -1, 41, 42, 43, 44, 45, -1, 390, 391, -1, -1, -1, -1, 396, -1, -1, -1, -1, 58, -1, 60, 61, 62, 406, 407, -1, -1, 410, 411, 412, 413, -1, -1, -1, 417, -1, -1, -1, -1, -1, -1, 424, -1, -1, -1, -1, 256, -1, 258, 259, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, 271, 272, 273, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, 262, -1, 264, 265, 266, 267, 268, 269, 311, -1, 272, 273, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, 40, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, 380, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, 40, -1, 42, 43, -1, 45, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, 256, 58, 258, 259, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, 271, 272, 273, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, 0, 370, -1, 372, -1, -1, 375, 376, 377, 378, 10, 380, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, 37, -1, 408, -1, 41, 42, 43, 44, 45, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, -1, 58, -1, 60, 61, 62, -1, 287, 288, -1, -1, -1, 292, 293, 294, 295, -1, -1, -1, -1, -1, -1, -1, -1, 304, 305, 306, 307, 308, 309, 310, -1, 312, 313, 314, -1, 263, 317, 318, 319, -1, 321, 322, 323, 324, 325, -1, 327, -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, -1, -1, 304, 305, 306, 307, 308, 309, 310, -1, 312, 313, 314, -1, -1, 317, 318, 319, -1, 321, 322, 323, 324, 325, -1, 327, -1, -1, -1, -1, -1, -1, -1, -1, -1, 390, 391, -1, 0, -1, -1, 396, -1, -1, -1, -1, -1, -1, 10, -1, -1, 406, 407, -1, -1, 410, 411, 412, 413, -1, -1, -1, 417, -1, -1, -1, -1, -1, -1, 424, -1, -1, -1, -1, -1, -1, -1, 379, -1, 41, 42, 43, 44, 45, -1, -1, -1, -1, 390, 391, -1, -1, -1, -1, 396, -1, 58, -1, 60, 61, 62, -1, -1, -1, 406, 407, -1, -1, 410, 411, 412, 413, -1, -1, -1, 417, -1, -1, -1, -1, -1, -1, 424, -1, 256, -1, 258, 259, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, 271, 272, 273, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, 380, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, 40, -1, 42, 43, -1, 45, 415, 416, -1, -1, -1, -1, -1, -1, -1, 424, 425, 256, -1, 258, 259, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, 271, 272, 273, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, 42, 43, -1, 45, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, 60, -1, 62, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, 0, 370, -1, 372, -1, -1, 375, 376, 377, 378, 10, 380, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, 41, 42, 43, 44, 45, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, -1, -1, -1, 60, 61, 62, -1, -1, 288, -1, -1, -1, 292, 293, 294, 295, -1, -1, -1, -1, -1, -1, -1, -1, 304, 305, 306, 307, 308, 309, 310, -1, 312, 313, 314, -1, 263, 317, 318, 319, -1, -1, 322, 323, 324, 325, -1, 327, -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, -1, -1, 304, 305, 306, 307, 308, 309, 310, -1, 312, 313, 314, -1, -1, 317, 318, 319, -1, 321, 322, 323, 324, 325, -1, 327, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, -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, 417, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 37, -1, 379, -1, 41, 42, 43, 44, 45, -1, -1, -1, -1, 390, 391, -1, -1, -1, -1, 396, -1, 58, -1, -1, 61, -1, -1, -1, -1, 406, 407, -1, -1, 410, 411, 412, 413, -1, -1, -1, 417, -1, -1, -1, -1, -1, -1, 424, -1, 256, -1, 258, 259, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, 380, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, -1, -1, -1, -1, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, 256, -1, 258, 259, 260, 261, 262, 0, 264, 265, 266, 267, 268, 269, -1, 271, 272, 10, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, 37, 301, 302, -1, 41, 42, 43, 44, 45, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, 58, -1, -1, 61, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, 380, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, -1, -1, -1, -1, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, -1, -1, -1, -1, -1, -1, 288, 0, -1, -1, 292, 293, 294, 295, -1, -1, -1, 10, -1, -1, -1, -1, 304, 305, 306, 307, 308, 309, 310, -1, 312, 313, 314, -1, -1, 317, 318, 319, -1, -1, 322, 323, 324, 325, 37, 327, -1, -1, 41, 42, 43, 44, 45, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 58, -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, 256, -1, 258, 259, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, 271, 272, -1, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, 417, -1, -1, 301, 302, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, 380, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, -1, -1, -1, -1, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, 256, -1, 258, 259, 260, 261, 262, 0, 264, 265, 266, 267, 268, 269, -1, 271, 272, 10, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, 37, 301, 302, -1, 41, 42, 43, 44, 45, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, 58, -1, -1, 61, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, 380, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, -1, -1, -1, -1, -1, 415, 416, 417, -1, 286, -1, -1, -1, -1, 424, 425, -1, -1, -1, -1, -1, -1, -1, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, 10, 311, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 326, -1, -1, -1, -1, 331, 332, -1, -1, -1, 336, 337, -1, -1, -1, 41, 42, 43, 44, 45, 346, 347, 348, 349, 350, 351, 352, 353, -1, -1, -1, -1, -1, -1, 60, 61, 62, -1, -1, -1, 366, -1, -1, -1, -1, -1, 372, -1, -1, -1, -1, -1, -1, -1, -1, 381, -1, 383, -1, -1, 256, -1, 258, 259, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, 271, 272, -1, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, 417, -1, 289, 290, 291, -1, -1, 424, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, 380, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, 40, -1, 42, 43, -1, 45, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, 256, -1, 258, 259, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, 0, 370, -1, 372, -1, -1, 375, 376, 377, 378, 10, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, -1, 42, 43, -1, 45, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, -1, -1, -1, 60, 61, 62, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 263, -1, -1, -1, -1, -1, -1, -1, -1, -1, -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, -1, -1, 304, 305, 306, 307, 308, 309, 310, -1, 312, 313, 314, -1, -1, 317, 318, 319, -1, 321, 322, 323, 324, 325, -1, 327, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 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, 379, -1, 41, -1, 43, 44, 45, -1, -1, -1, -1, 390, 391, -1, -1, -1, -1, 396, -1, 58, -1, -1, 61, -1, -1, -1, -1, 406, 407, -1, -1, 410, 411, 412, 413, -1, -1, -1, 417, -1, -1, -1, -1, -1, -1, 424, -1, 256, -1, 258, 259, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, 380, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, -1, -1, -1, -1, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, 256, -1, 258, 259, 260, 261, 262, 0, 264, 265, 266, 267, 268, 269, -1, 271, -1, 10, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, 37, 301, 302, -1, 41, -1, 43, 44, 45, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, 58, -1, -1, 61, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, 380, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, -1, -1, -1, -1, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, -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, -1, 44, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 58, -1, 60, -1, 62, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 256, -1, 258, 259, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, 271, -1, -1, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, 0, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, 380, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, -1, -1, -1, -1, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, 256, -1, 258, 259, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, 271, -1, 273, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, 0, 370, -1, 372, -1, -1, 375, 376, 377, 378, 10, 380, 381, 382, 383, 37, -1, -1, -1, 41, 389, -1, 44, 392, 393, 394, 395, -1, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, 60, 408, 62, -1, 42, 43, 44, 45, 415, 416, -1, -1, -1, -1, -1, -1, -1, -1, 425, -1, -1, -1, 60, 61, 62, -1, -1, -1, -1, -1, 275, -1, 277, -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, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, 0, 370, -1, 372, -1, -1, 375, 376, 377, 378, 10, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, -1, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, -1, 42, 43, 44, 45, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, -1, -1, -1, -1, 60, 61, 62, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 258, 259, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, -1, -1, -1, -1, 256, -1, 258, 259, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, 0, -1, 315, 316, -1, -1, -1, 320, -1, -1, 10, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, -1, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, -1, -1, -1, -1, -1, 415, 416, -1, 256, -1, 258, 259, 260, 261, 262, 425, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, 0, 370, -1, 372, -1, -1, 375, 376, 377, 378, 10, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, -1, 397, 398, 399, -1, 401, 402, 403, 404, 405, 37, 256, 408, -1, 41, -1, -1, 44, -1, 415, 416, -1, -1, -1, -1, -1, 271, 272, -1, 425, 275, 58, 277, -1, 61, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, 0, 370, -1, 372, -1, -1, 375, 376, 377, 378, 10, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, 37, -1, 408, -1, 41, -1, -1, 44, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, -1, 58, -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, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 256, -1, 258, 259, 260, 261, 262, -1, -1, -1, -1, -1, -1, -1, -1, 271, -1, -1, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, 42, 43, 370, 45, 372, -1, -1, 375, 376, 377, 378, -1, 380, 381, 382, 383, -1, -1, 60, 61, 62, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, 256, 408, 258, 259, 260, 261, 262, -1, 415, 416, 417, -1, -1, 0, -1, 271, -1, 424, 425, 275, -1, 277, -1, 10, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, 37, -1, -1, -1, 41, 311, -1, 44, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, 58, 328, 329, 61, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, 380, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, -1, -1, -1, -1, -1, 415, 416, 417, -1, -1, 0, -1, -1, -1, 424, 425, -1, -1, -1, -1, 10, -1, -1, 258, 259, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, -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, -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, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 256, -1, 258, 259, 260, 261, 262, -1, -1, -1, -1, -1, -1, -1, -1, 271, -1, -1, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, 417, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, 42, 43, 370, 45, 372, -1, -1, 375, 376, 377, 378, -1, 380, 381, 382, 383, 58, -1, 60, 61, 62, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, 256, 408, 258, 259, 260, 261, 262, -1, 415, 416, 417, -1, -1, 0, -1, 271, -1, 424, 425, 275, -1, 277, -1, 10, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, 37, -1, -1, -1, 41, 311, -1, 44, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, 58, 328, 329, 61, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, 380, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, -1, -1, -1, -1, -1, 415, 416, 417, -1, -1, 0, -1, -1, -1, 424, 425, -1, -1, -1, -1, 10, -1, -1, 258, 259, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, -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, -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, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 256, -1, 258, 259, 260, 261, 262, -1, -1, -1, -1, -1, -1, -1, -1, 271, -1, -1, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, 42, 43, 370, 45, 372, -1, -1, 375, 376, 377, 378, -1, 380, 381, 382, 383, 58, -1, 60, 61, 62, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, 256, 408, 258, 259, 260, 261, 262, -1, 415, 416, 417, -1, -1, 0, -1, 271, -1, 424, 425, 275, -1, 277, -1, 10, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, 37, -1, -1, -1, 41, 311, -1, 44, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, 58, 328, 329, 61, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, 380, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, -1, -1, -1, -1, -1, 415, 416, 417, -1, -1, 0, -1, -1, -1, 424, 425, -1, -1, -1, -1, 10, -1, -1, 258, 259, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, -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, -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, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 256, -1, 258, 259, 260, 261, 262, -1, -1, -1, -1, -1, -1, -1, -1, 271, -1, -1, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, 42, 43, 370, 45, 372, -1, -1, 375, 376, 377, 378, -1, 380, 381, 382, 383, 58, -1, 60, 61, 62, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, 256, 408, 258, 259, 260, 261, 262, -1, 415, 416, 417, -1, -1, 0, -1, 271, -1, 424, 425, 275, -1, 277, -1, 10, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, 37, -1, -1, -1, 41, 311, -1, 44, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, 58, 328, 329, 61, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, 380, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, -1, -1, -1, -1, -1, 415, 416, 417, -1, -1, 0, -1, -1, -1, 424, 425, -1, -1, -1, -1, 10, -1, -1, 258, 259, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, -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, -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, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 256, -1, 258, 259, 260, 261, 262, -1, -1, -1, -1, -1, -1, -1, -1, 271, -1, -1, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, 42, 43, 370, 45, 372, -1, -1, 375, 376, 377, 378, -1, 380, 381, 382, 383, 58, -1, 60, 61, 62, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, 256, 408, 258, 259, 260, 261, 262, -1, 415, 416, 417, -1, -1, 0, -1, 271, -1, 424, 425, 275, -1, 277, -1, 10, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, 37, -1, -1, -1, 41, 311, -1, 44, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, 58, 328, 329, 61, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, 380, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, -1, -1, -1, -1, -1, 415, 416, 417, -1, -1, 0, -1, -1, -1, 424, 425, -1, -1, -1, -1, 10, -1, -1, 258, 259, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, -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, -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, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 256, -1, 258, 259, 260, 261, 262, -1, -1, -1, -1, -1, -1, -1, -1, 271, -1, -1, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, 42, 43, 370, 45, 372, -1, -1, 375, 376, 377, 378, -1, 380, 381, 382, 383, -1, -1, 60, 61, 62, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, 256, 408, 258, 259, 260, 261, 262, -1, 415, 416, 417, -1, -1, 0, -1, 271, -1, 424, 425, 275, -1, 277, -1, 10, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, 37, -1, -1, -1, 41, 311, -1, 44, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, 58, 328, 329, 61, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, 380, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, -1, -1, -1, -1, -1, 415, 416, 417, -1, -1, 0, -1, -1, -1, 424, 425, -1, -1, -1, -1, 10, -1, -1, 258, 259, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, -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, -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, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 256, -1, 258, 259, 260, 261, 262, -1, -1, -1, -1, -1, -1, -1, -1, 271, -1, -1, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, 42, 43, 370, 45, 372, -1, -1, 375, 376, 377, 378, -1, 380, 381, 382, 383, -1, -1, 60, 61, 62, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, 256, 408, 258, 259, 260, 261, 262, -1, 415, 416, 417, -1, -1, 0, -1, 271, -1, 424, 425, 275, -1, 277, -1, 10, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, 37, -1, -1, -1, 41, 311, -1, 44, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, 58, 328, 329, 61, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, 380, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, -1, -1, -1, -1, -1, 415, 416, 417, -1, -1, 0, -1, -1, -1, 424, 425, -1, -1, -1, -1, 10, -1, -1, 258, 259, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, -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, -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, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 256, -1, 258, 259, 260, 261, -1, -1, -1, -1, -1, -1, -1, -1, -1, 271, -1, -1, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, 40, 328, 329, 43, 331, 45, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, 380, 381, 382, 383, -1, 40, -1, 42, 43, 389, 45, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, 61, 256, 408, 258, 259, 260, 261, -1, -1, 415, 416, 417, -1, -1, -1, -1, 271, -1, 424, 425, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, 0, 370, -1, 372, -1, -1, 375, 376, 377, 378, 10, 380, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, 37, -1, 408, 40, 41, 42, 43, 44, 45, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, -1, -1, -1, -1, -1, -1, -1, -1, 298, 299, 300, -1, -1, 303, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 263, -1, -1, -1, -1, -1, -1, -1, -1, -1, 273, -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, -1, -1, 304, 305, 306, 307, 308, 309, 310, -1, 312, 313, 314, -1, -1, 317, 318, 319, -1, 321, 322, 323, 324, 325, 0, 327, -1, -1, -1, -1, 390, 391, -1, -1, 10, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 406, 407, -1, -1, 410, 411, 412, 413, -1, -1, -1, 417, -1, -1, -1, 37, -1, -1, 424, 41, -1, -1, 44, -1, -1, -1, -1, -1, -1, -1, -1, 379, -1, -1, -1, -1, 58, -1, -1, 61, -1, -1, 390, 391, -1, -1, -1, -1, 396, -1, -1, -1, -1, -1, -1, -1, -1, -1, 406, 407, -1, -1, 410, 411, 412, 413, -1, -1, -1, 417, -1, -1, -1, -1, -1, -1, 424, -1, -1, -1, -1, -1, -1, 256, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 271, 272, 273, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, 256, 408, 258, 259, -1, -1, -1, -1, 415, 416, 417, -1, -1, 0, -1, 271, -1, 424, 425, 275, -1, 277, -1, 10, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, 37, -1, -1, -1, 41, 311, -1, 44, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, 58, 328, 329, 61, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, 380, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, -1, -1, -1, -1, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, 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, 41, 42, 43, 44, 45, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -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, 258, 259, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 271, -1, -1, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, 380, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, -1, -1, -1, 256, -1, 415, 416, 417, -1, -1, -1, 0, -1, -1, 424, 425, -1, -1, 271, 272, 273, 10, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, 41, 42, 43, 44, 45, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, -1, -1, -1, -1, -1, 415, 416, 417, -1, 0, -1, -1, -1, -1, 424, 425, -1, -1, -1, 10, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 42, 43, 44, 45, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -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, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, -1, 256, -1, -1, -1, 415, 416, -1, -1, 0, -1, -1, -1, -1, 424, 425, 271, 272, 273, 10, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, 41, 42, 43, 44, 45, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, -1, -1, -1, -1, -1, 415, 416, 417, -1, 0, -1, -1, -1, -1, 424, 425, -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, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -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, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, -1, 256, -1, -1, -1, 415, 416, 417, 0, -1, -1, -1, -1, -1, 424, 425, 271, 272, 10, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, 41, 42, 43, 44, 45, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, -1, -1, -1, -1, -1, 415, 416, 417, 0, -1, -1, -1, -1, -1, 424, 425, -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, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -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, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, -1, 256, -1, -1, -1, 415, 416, 417, 0, -1, -1, -1, -1, -1, 424, 425, 271, 272, 10, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, 37, 301, 302, -1, 41, -1, -1, 44, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, 58, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, -1, -1, -1, -1, -1, 415, 416, 417, 0, -1, -1, -1, -1, -1, 424, 425, -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, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -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, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, 0, 370, -1, 372, -1, -1, 375, 376, 377, 378, 10, 380, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, 41, 256, 43, 44, 45, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, 271, -1, -1, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, 0, 370, -1, 372, -1, -1, 375, 376, 377, 378, 10, 380, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, 41, -1, -1, 44, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 256, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 271, -1, -1, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, 0, 370, -1, 372, -1, -1, 375, 376, 377, 378, 10, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, 41, 256, -1, 44, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, 271, -1, -1, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, 0, 370, -1, 372, -1, -1, 375, 376, 377, 378, 10, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, 41, -1, -1, 44, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -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, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, 0, 370, -1, 372, -1, -1, 375, 376, 377, 378, 10, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, 41, 256, -1, 44, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, 271, -1, -1, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, 0, 370, -1, 372, -1, -1, 375, 376, 377, 378, 10, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, -1, 42, -1, 44, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, -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, -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, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, 0, 370, -1, 372, -1, -1, 375, 376, 377, 378, 10, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, 41, 256, -1, 44, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, -1, -1, -1, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, 0, 370, -1, 372, -1, -1, 375, 376, 377, 378, 10, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, 41, -1, -1, 44, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -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, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, -1, -1, -1, -1, -1, 311, 0, -1, -1, 315, 316, -1, -1, -1, 320, -1, 10, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, -1, 256, -1, -1, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, 271, -1, -1, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, -1, -1, 0, -1, -1, 311, -1, -1, -1, 315, 316, -1, 10, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, -1, -1, -1, 256, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, -1, -1, 271, 272, -1, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, 0, 370, -1, 372, -1, -1, 375, 376, 377, 378, 10, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, 256, 408, -1, 41, -1, -1, -1, -1, 415, 416, 417, -1, -1, -1, -1, 271, 272, 424, 425, 275, 58, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, 0, 370, -1, 372, -1, -1, 375, 376, 377, 378, 10, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, -1, -1, -1, 44, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 256, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, -1, 0, -1, -1, -1, 311, -1, -1, -1, 315, 316, 10, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, 256, 408, -1, -1, -1, -1, -1, -1, 415, 416, 417, -1, -1, -1, -1, 271, 272, 424, 425, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, 0, 370, -1, 372, -1, -1, 375, 376, 377, 378, 10, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, -1, 42, 256, 44, -1, 415, 416, -1, -1, -1, -1, -1, -1, -1, 424, 425, -1, 271, 272, -1, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, 0, 365, 366, 367, -1, -1, 370, -1, 372, -1, 10, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, -1, -1, -1, -1, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 256, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, -1, 0, -1, -1, -1, 311, -1, -1, -1, 315, 316, 10, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, 256, 408, -1, -1, -1, -1, -1, -1, 415, 416, 417, -1, -1, -1, -1, 271, 272, 424, 425, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, 0, 370, -1, 372, -1, -1, 375, 376, 377, 378, 10, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, 41, -1, 256, 44, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, -1, 271, 272, -1, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, 0, 370, -1, 372, -1, -1, 375, 376, 377, 378, 10, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, 41, -1, -1, 44, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 256, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, 0, 370, -1, 372, -1, -1, 375, 376, 377, 378, 10, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, 41, -1, 256, 44, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, -1, -1, -1, -1, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, 0, 370, -1, 372, -1, -1, 375, 376, 377, 378, 10, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, 41, -1, -1, 44, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 256, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, 0, 370, -1, 372, -1, -1, 375, 376, 377, 378, 10, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, 41, -1, 256, 44, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, -1, -1, -1, -1, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, 0, 370, -1, 372, -1, -1, 375, 376, 377, 378, 10, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, -1, -1, -1, 44, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 256, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, -1, -1, -1, -1, -1, 311, 0, -1, -1, 315, 316, -1, -1, -1, 320, -1, 10, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, 44, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, -1, -1, 256, -1, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, -1, -1, -1, -1, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, -1, -1, -1, -1, -1, 311, 0, -1, -1, 315, 316, -1, -1, -1, 320, -1, 10, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, 44, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, 380, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, -1, -1, 256, -1, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, -1, -1, -1, -1, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, -1, -1, -1, -1, -1, 311, 0, -1, -1, 315, 316, -1, -1, -1, 320, -1, 10, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, 44, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, 61, -1, 375, 376, 377, 378, -1, 380, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, -1, -1, 256, -1, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, -1, -1, -1, -1, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, -1, 0, -1, -1, -1, 311, -1, -1, -1, 315, 316, 10, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, 380, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, -1, -1, 256, -1, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, -1, -1, -1, -1, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, 0, 370, -1, 372, -1, -1, 375, 376, 377, 378, 10, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, 256, 408, -1, -1, -1, -1, 44, -1, 415, 416, 417, -1, -1, -1, -1, 271, 272, 424, 425, 275, -1, 277, -1, 61, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, 0, 370, -1, 372, -1, -1, 375, 376, 377, 378, 10, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, 41, -1, -1, 44, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 256, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, 0, -1, -1, -1, -1, -1, -1, 311, -1, -1, 10, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, 256, 408, -1, -1, -1, -1, -1, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, 0, -1, -1, -1, -1, -1, -1, 311, -1, -1, 10, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, 256, -1, -1, -1, -1, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, -1, -1, 275, -1, 277, 278, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, 0, -1, -1, -1, -1, -1, -1, 311, -1, -1, 10, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, 256, 408, -1, -1, -1, -1, -1, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, 0, 370, -1, 372, -1, -1, 375, 376, 377, 378, 10, 380, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, 256, 41, -1, -1, 44, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, -1, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, 0, 370, -1, 372, -1, -1, 375, 376, 377, 378, 10, 380, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, -1, -1, -1, 44, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 256, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, 0, 370, -1, 372, -1, -1, 375, 376, 377, 378, 10, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, 256, -1, -1, -1, 44, -1, 415, 416, -1, -1, -1, -1, -1, -1, -1, 424, 425, -1, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, 0, 370, -1, 372, -1, -1, 375, 376, 377, 378, 10, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, -1, -1, -1, 44, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 256, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, 0, 370, -1, 372, -1, -1, 375, 376, 377, 378, 10, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, 256, -1, -1, -1, 44, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, -1, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, 0, 370, -1, 372, -1, -1, 375, 376, 377, 378, 10, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, -1, -1, -1, -1, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 256, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, 0, 370, -1, 372, -1, -1, 375, 376, 377, 378, 10, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, 256, -1, -1, -1, 44, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, -1, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, 0, 370, -1, 372, -1, -1, 375, 376, 377, 378, 10, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, -1, -1, -1, -1, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 256, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, 0, -1, -1, -1, -1, -1, -1, 311, -1, -1, 10, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, 256, -1, -1, -1, -1, -1, 415, 416, -1, -1, -1, -1, -1, -1, -1, 424, 425, -1, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, 0, -1, -1, -1, -1, -1, -1, 311, -1, -1, 10, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, 256, 408, -1, -1, -1, -1, -1, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, 0, -1, -1, -1, -1, -1, -1, 311, -1, -1, 10, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, 256, -1, -1, -1, -1, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, -1, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, 0, -1, -1, -1, -1, -1, -1, 311, -1, -1, 10, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, 256, 408, -1, -1, -1, -1, -1, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, 0, -1, -1, -1, -1, -1, -1, 311, -1, -1, 10, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, 256, -1, -1, -1, -1, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, -1, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, 0, -1, -1, -1, -1, -1, -1, 311, -1, -1, 10, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, 256, 408, -1, -1, -1, -1, -1, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, 0, -1, -1, -1, -1, -1, -1, 311, -1, -1, 10, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, 256, -1, -1, -1, -1, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, -1, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, 0, -1, -1, -1, -1, -1, -1, 311, -1, -1, 10, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, 256, 408, -1, -1, -1, -1, -1, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, 0, -1, -1, -1, -1, -1, -1, 311, -1, -1, 10, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, 256, -1, -1, -1, -1, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, -1, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, 0, -1, -1, -1, -1, -1, -1, 311, -1, -1, 10, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, 256, 408, -1, -1, -1, -1, -1, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, 0, -1, -1, -1, -1, -1, -1, 311, -1, -1, 10, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, 256, -1, -1, -1, -1, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, -1, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, 0, -1, -1, -1, -1, -1, -1, 311, -1, -1, 10, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, 256, 408, -1, -1, -1, -1, -1, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, 0, -1, -1, -1, -1, -1, -1, 311, -1, -1, 10, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, 256, -1, -1, -1, -1, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, -1, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, 0, -1, -1, -1, -1, -1, -1, 311, -1, -1, 10, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, 256, 408, -1, -1, -1, -1, -1, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, 0, -1, -1, -1, -1, -1, -1, 311, -1, -1, 10, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, 256, -1, -1, -1, -1, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, -1, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, 0, -1, -1, -1, -1, -1, -1, 311, -1, -1, 10, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, 256, 408, -1, -1, -1, -1, -1, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, 0, -1, -1, -1, -1, -1, -1, 311, -1, -1, 10, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, 256, -1, -1, -1, -1, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, -1, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, 0, -1, -1, -1, -1, -1, -1, 311, -1, -1, 10, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, 256, 408, -1, -1, -1, -1, -1, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, 0, -1, -1, -1, -1, -1, -1, 311, -1, -1, 10, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, 256, -1, -1, -1, -1, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, -1, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, 0, -1, -1, -1, -1, -1, -1, 311, -1, -1, 10, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, 256, 408, -1, -1, -1, -1, -1, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, 0, -1, -1, -1, -1, -1, -1, 311, -1, -1, 10, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, 256, -1, -1, -1, -1, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, -1, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, 0, -1, -1, -1, -1, -1, -1, 311, -1, -1, 10, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, 256, 408, -1, -1, -1, -1, -1, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, 0, -1, -1, -1, -1, -1, -1, 311, -1, -1, 10, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, 256, -1, -1, -1, -1, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, -1, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, 0, -1, -1, -1, -1, -1, -1, 311, -1, -1, 10, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, 256, 408, -1, -1, -1, -1, -1, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, 0, -1, -1, -1, -1, -1, -1, 311, -1, -1, 10, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, 256, -1, -1, -1, -1, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, -1, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, 0, -1, -1, -1, -1, -1, -1, 311, -1, -1, 10, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, 256, 408, -1, -1, -1, -1, -1, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, 0, -1, -1, -1, -1, -1, -1, 311, -1, -1, 10, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, 256, -1, -1, -1, -1, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, -1, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, 0, -1, -1, -1, -1, -1, -1, 311, -1, -1, 10, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, 256, 408, -1, -1, -1, -1, -1, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, 0, -1, -1, -1, -1, -1, -1, -1, 311, -1, 10, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, 256, -1, -1, -1, -1, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, -1, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, 0, -1, -1, -1, -1, -1, -1, -1, 311, -1, 10, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, 256, -1, 408, -1, -1, -1, -1, -1, -1, 415, 416, -1, -1, -1, -1, -1, -1, -1, 424, 425, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, 0, -1, -1, -1, -1, -1, -1, 311, -1, -1, 10, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, 256, -1, -1, -1, -1, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, -1, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, 0, -1, -1, -1, -1, -1, -1, 311, -1, -1, 10, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, 256, 408, -1, -1, -1, -1, -1, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, -1, 425, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, 0, -1, -1, -1, -1, -1, -1, 311, -1, -1, 10, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, 256, -1, -1, -1, -1, -1, 415, 416, -1, -1, -1, -1, -1, -1, -1, 424, 425, -1, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, 0, -1, -1, -1, -1, -1, -1, 311, -1, -1, 10, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, -1, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, 256, 408, -1, -1, -1, -1, -1, -1, 415, 416, -1, -1, -1, -1, -1, -1, -1, -1, 425, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, 40, -1, 42, 43, 389, 45, -1, 392, 393, 394, 395, -1, 397, 398, 399, -1, 401, 402, 403, 404, 405, 61, -1, 408, 256, -1, -1, -1, -1, -1, 415, 416, -1, -1, -1, -1, -1, -1, -1, -1, 425, -1, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, 41, 42, 43, -1, 45, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, 58, -1, 60, 61, 62, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, 40, -1, 42, 43, 389, 45, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, 61, -1, 408, -1, -1, -1, -1, -1, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, -1, -1, -1, -1, -1, -1, -1, -1, 40, -1, -1, 43, -1, 45, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 61, 263, -1, -1, -1, -1, -1, -1, -1, -1, -1, -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, -1, -1, 304, 305, 306, 307, 308, 309, 310, -1, 312, 313, 314, -1, -1, 317, 318, 319, -1, 321, 322, 323, 324, 325, -1, 327, -1, 258, 259, 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, 379, 40, -1, -1, 43, -1, 45, -1, -1, -1, -1, 390, 391, -1, -1, -1, -1, 396, -1, -1, -1, -1, 61, -1, -1, -1, -1, 406, 407, -1, -1, 410, 411, 412, 413, -1, -1, 263, 417, -1, -1, -1, -1, -1, -1, 424, -1, -1, -1, 40, -1, -1, 43, -1, 45, -1, -1, -1, -1, -1, -1, 287, 288, -1, -1, -1, 292, 293, 294, 295, 61, -1, -1, -1, -1, -1, -1, -1, 304, 305, 306, 307, 308, 309, 310, 263, 312, 313, 314, -1, -1, 317, 318, 319, -1, 321, 322, 323, 324, 325, -1, 327, -1, -1, -1, -1, -1, -1, -1, 287, 288, -1, -1, -1, 292, 293, 294, 295, -1, -1, -1, -1, -1, -1, -1, -1, 304, 305, 306, 307, 308, 309, 310, -1, 312, 313, 314, -1, -1, 317, 318, 319, -1, 321, 322, 323, 324, 325, -1, 327, -1, -1, -1, 379, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 390, 391, -1, -1, -1, -1, 396, -1, -1, -1, -1, -1, -1, -1, -1, -1, 406, 407, -1, -1, 410, 411, 412, 413, -1, -1, 40, 417, 42, 43, -1, 45, -1, -1, 424, -1, -1, 379, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 390, 391, -1, -1, -1, -1, 396, -1, -1, -1, -1, -1, 263, -1, -1, -1, 406, 407, -1, -1, 410, 411, 412, 413, -1, -1, 40, 417, 42, 43, -1, 45, -1, -1, 424, -1, 287, 288, -1, -1, -1, 292, 293, 294, 295, -1, -1, -1, -1, -1, -1, -1, -1, 304, 305, 306, 307, 308, 309, 310, 263, 312, 313, 314, -1, -1, 317, 318, 319, -1, 321, 322, 323, 324, 325, -1, 327, -1, -1, -1, -1, -1, -1, -1, 287, 288, -1, -1, -1, 292, 293, 294, 295, -1, -1, -1, -1, -1, -1, -1, -1, 304, 305, 306, 307, 308, 309, 310, -1, 312, 313, 314, -1, -1, 317, 318, 319, -1, 321, 322, 323, 324, 325, -1, 327, -1, -1, -1, 379, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 390, 391, -1, -1, -1, -1, 396, -1, -1, -1, -1, -1, -1, -1, -1, -1, 406, 407, -1, -1, 410, 411, 412, 413, -1, 40, -1, 417, 43, -1, 45, -1, -1, -1, 424, -1, -1, 379, -1, -1, -1, -1, -1, 58, -1, -1, -1, -1, 390, 391, -1, -1, -1, -1, 396, -1, -1, -1, -1, -1, -1, -1, 263, -1, 406, 407, -1, -1, 410, 411, 412, 413, -1, -1, -1, 417, -1, -1, 40, -1, -1, 43, 424, 45, -1, -1, 287, 288, -1, -1, -1, 292, 293, 294, 295, -1, 58, -1, -1, -1, -1, -1, -1, 304, 305, 306, 307, 308, 309, 310, 263, 312, 313, 314, -1, -1, 317, 318, 319, -1, 321, 322, 323, 324, 325, -1, 327, -1, -1, -1, -1, -1, -1, -1, 287, 288, -1, -1, -1, 292, 293, 294, 295, -1, -1, -1, -1, -1, -1, -1, -1, 304, 305, 306, 307, 308, 309, 310, -1, 312, 313, 314, -1, -1, 317, 318, 319, -1, 321, 322, 323, 324, 325, -1, 327, -1, -1, -1, 379, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 390, 391, -1, -1, -1, -1, 396, -1, -1, -1, -1, -1, -1, -1, -1, -1, 406, 407, -1, -1, 410, 411, 412, 413, -1, -1, -1, 417, 40, -1, 42, 43, -1, 45, 424, -1, -1, 379, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 390, 391, -1, -1, -1, -1, 396, -1, -1, -1, -1, 263, -1, -1, -1, -1, 406, 407, -1, -1, 410, 411, 412, 413, -1, -1, -1, 417, 40, -1, 42, 43, -1, 45, 424, 287, 288, -1, -1, -1, 292, 293, 294, 295, -1, -1, -1, -1, -1, -1, -1, -1, 304, 305, 306, 307, 308, 309, 310, -1, 312, 313, 314, -1, 263, 317, 318, 319, -1, 321, 322, 323, 324, 325, -1, 327, -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, -1, -1, 304, 305, 306, 307, 308, 309, 310, -1, 312, 313, 314, -1, -1, 317, 318, 319, -1, 321, 322, 323, 324, 325, 379, 327, -1, -1, -1, -1, -1, -1, -1, -1, -1, 390, 391, -1, -1, -1, -1, 396, -1, -1, -1, -1, -1, -1, -1, -1, -1, 406, 407, -1, -1, 410, 411, 412, 413, -1, 40, -1, 417, 43, -1, 45, -1, -1, -1, 424, -1, -1, -1, -1, -1, -1, -1, 379, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 390, 391, -1, -1, -1, -1, 396, -1, -1, -1, -1, -1, 263, -1, -1, -1, 406, 407, -1, -1, 410, 411, 412, 413, -1, 40, -1, 417, 43, -1, 45, -1, -1, -1, 424, -1, 287, 288, -1, -1, -1, 292, 293, 294, 295, -1, -1, -1, -1, -1, -1, -1, -1, 304, 305, 306, 307, 308, 309, 310, 263, 312, 313, 314, -1, -1, 317, 318, 319, -1, 321, 322, 323, 324, 325, -1, 327, -1, -1, -1, -1, -1, -1, -1, 287, 288, -1, -1, -1, 292, 293, 294, 295, -1, -1, -1, -1, -1, -1, -1, -1, 304, 305, 306, 307, 308, 309, 310, -1, 312, 313, 314, -1, -1, 317, 318, 319, -1, 321, 322, 323, 324, 325, -1, 327, -1, -1, -1, 379, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 390, 391, -1, -1, -1, -1, 396, -1, -1, -1, -1, -1, -1, -1, -1, -1, 406, 407, -1, -1, 410, 411, 412, 413, -1, 40, -1, 417, 43, -1, 45, -1, -1, -1, 424, -1, -1, 379, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 390, 391, -1, -1, -1, -1, 396, -1, 263, -1, -1, -1, -1, -1, -1, -1, 406, 407, -1, -1, 410, 411, 412, 413, -1, 40, -1, 417, 43, -1, 45, -1, 287, 288, 424, -1, -1, 292, 293, 294, 295, -1, -1, -1, -1, -1, -1, -1, -1, 304, 305, 306, 307, 308, 309, 310, -1, 312, 313, 314, -1, 263, 317, 318, 319, -1, 321, 322, 323, 324, 325, -1, 327, -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, -1, -1, 304, 305, 306, 307, 308, 309, 310, -1, 312, 313, 314, -1, -1, 317, 318, 319, -1, 321, 322, 323, 324, 325, 379, 327, -1, -1, -1, -1, -1, -1, -1, -1, -1, 390, 391, -1, -1, -1, -1, 396, -1, -1, -1, -1, -1, -1, -1, -1, -1, 406, 407, -1, -1, 410, 411, 412, 413, -1, 40, -1, 417, 43, -1, 45, -1, -1, -1, 424, -1, -1, -1, -1, -1, -1, -1, 379, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 390, 391, -1, -1, -1, -1, 396, -1, -1, -1, -1, -1, 263, -1, -1, -1, 406, 407, -1, -1, 410, 411, 412, 413, -1, 40, -1, 417, 43, -1, 45, -1, -1, -1, 424, -1, 287, 288, -1, -1, -1, 292, 293, 294, 295, -1, -1, -1, -1, -1, -1, -1, -1, 304, 305, 306, 307, 308, 309, 310, 263, 312, 313, 314, -1, -1, 317, 318, 319, -1, 321, 322, 323, 324, 325, -1, 327, -1, -1, -1, -1, -1, -1, -1, 287, 288, -1, -1, -1, 292, 293, 294, 295, -1, 40, -1, 42, 43, -1, 45, -1, 304, 305, 306, 307, 308, 309, 310, -1, 312, 313, 314, -1, -1, 317, 318, 319, -1, 321, 322, 323, 324, 325, -1, 327, -1, -1, -1, 379, -1, 40, -1, 42, 43, -1, 45, -1, -1, -1, 390, 391, -1, -1, -1, -1, 396, -1, -1, -1, -1, -1, -1, -1, -1, -1, 406, 407, -1, -1, 410, 411, 412, 413, -1, -1, -1, 417, -1, -1, -1, -1, -1, -1, 424, -1, -1, 379, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 390, 391, -1, -1, -1, -1, 396, -1, 263, 41, 42, 43, -1, 45, -1, -1, 406, 407, -1, -1, 410, 411, 412, 413, -1, -1, 58, 417, 60, 61, 62, -1, 287, 288, 424, -1, -1, 292, 293, 294, 295, -1, -1, -1, -1, -1, -1, -1, -1, 304, 305, 306, 307, 308, 309, 310, -1, 312, 313, 314, -1, 263, 317, 318, 319, -1, 321, 322, 323, 324, 325, -1, 327, -1, -1, -1, -1, -1, -1, -1, 41, 42, 43, 44, 45, 287, 288, -1, -1, -1, 292, 293, 294, 295, -1, -1, -1, -1, -1, 60, 61, 62, 304, 305, 306, 307, 308, 309, 310, -1, 312, 313, 314, -1, -1, 317, 318, 319, -1, 321, 322, 323, 324, 325, 379, 327, 41, 42, 43, -1, 45, -1, -1, -1, -1, 390, 391, -1, -1, -1, 273, 396, -1, -1, -1, 60, 61, 62, -1, -1, -1, 406, 407, -1, -1, 410, 411, 412, 413, 41, 42, 43, 417, 45, -1, 298, 299, 300, -1, 424, 303, -1, -1, -1, -1, -1, -1, 379, 60, 61, 62, -1, -1, -1, -1, -1, -1, -1, 390, 391, -1, -1, -1, -1, 396, -1, -1, -1, -1, -1, -1, 298, 299, 300, 406, 407, 303, -1, 410, 411, 412, 413, -1, -1, -1, 417, -1, -1, -1, -1, -1, -1, 424, -1, -1, -1, 258, 259, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, 41, 42, 43, -1, 45, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 390, 391, -1, -1, 60, 61, 62, -1, -1, 41, 42, 43, -1, 45, -1, -1, 406, 407, -1, -1, 410, 411, 412, 413, -1, -1, -1, 417, 60, 61, 62, -1, -1, -1, 424, -1, 390, 391, -1, -1, 258, 259, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, 406, 407, 272, 273, 410, 411, 412, 413, 41, 42, 43, 417, 45, -1, -1, -1, -1, -1, 424, -1, -1, -1, -1, -1, -1, -1, -1, 60, 61, 62, -1, -1, -1, -1, 258, 259, 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, 258, 259, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, 41, 42, 43, -1, 45, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 60, 61, 62, 41, 42, 43, -1, 45, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 60, 61, 62, 41, 42, 43, -1, 45, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 60, 61, 62, -1, 258, 259, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, -1, -1, -1, -1, -1, -1, -1, -1, 258, 259, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, 41, 42, 43, -1, 45, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 60, 61, 62, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 258, 259, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, 41, 42, 43, -1, 45, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 60, 61, 62, 41, 42, 43, -1, 45, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 60, 61, 62, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 258, 259, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, -1, -1, -1, -1, -1, -1, 258, 259, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, -1, -1, -1, -1, -1, -1, 258, 259, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, 41, 42, 43, -1, 45, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 60, 61, 62, 41, 42, 43, -1, 45, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 60, 61, 62, -1, -1, -1, 258, 259, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, 41, 42, 43, -1, 45, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 60, 61, 62, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 258, 259, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, -1, -1, -1, -1, -1, -1, 258, 259, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, 41, 42, 43, -1, 45, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 60, 61, 62, 41, 42, 43, -1, 45, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 60, 61, 62, 41, 42, 43, -1, 45, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 60, 61, 62, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 258, 259, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, -1, -1, -1, -1, -1, -1, 258, 259, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, 41, 42, 43, -1, 45, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 60, 61, 62, -1, -1, -1, 258, 259, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, 41, 42, 43, -1, 45, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 60, 61, 62, 41, 42, 43, -1, 45, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 60, 61, 62, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 258, 259, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, -1, -1, -1, -1, -1, -1, 258, 259, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, -1, -1, -1, -1, -1, -1, 258, 259, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, 41, 42, 43, -1, 45, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 60, 61, 62, 41, 42, 43, -1, 45, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 60, 61, 62, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 258, 259, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, 41, 42, 43, -1, 45, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 60, 61, 62, -1, -1, -1, 258, 259, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, -1, -1, -1, -1, -1, -1, 258, 259, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, 41, 42, 43, -1, 45, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 60, 61, 62, 41, 42, 43, -1, 45, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 60, 61, 62, 42, 43, 44, 45, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 60, 61, 62, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 258, 259, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, -1, -1, -1, -1, -1, -1, 258, 259, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, 42, 43, 44, 45, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 60, 61, 62, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 258, 259, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, 42, 43, 44, 45, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 60, 61, 62, 42, 43, 44, 45, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 60, 61, 62, -1, -1, -1, -1, -1, 258, 259, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, -1, -1, -1, -1, -1, -1, 258, 259, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, -1, -1, -1, -1, -1, 258, 259, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, 42, 43, 44, 45, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 60, 61, 62, 42, 43, 44, 45, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 60, 61, 62, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 258, 259, 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, 258, 259, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, -1, -1, -1, -1, -1, 258, 259, 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, 258, 259, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, -1, -1, -1, -1, -1, 258, 259, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, 277, 272, 273, 280, -1, 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, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, -1, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, -1, -1, -1, -1, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, }; #define YYFINAL 1 #ifndef YYDEBUG #define YYDEBUG 1 #endif #define YYMAXTOKEN 426 #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,0,"TOK_BINARY_OP","TOK_EQV","TOK_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_SEMICOLON","TOK_NEXTLINE","TOK_PARAMETER","TOK_RESULT", "TOK_ONLY","TOK_INCLUDE","TOK_SUBROUTINE","TOK_PROGRAM","TOK_FUNCTION", "TOK_OMP","TOK_DOLLAR","TOK_FORMAT","TOK_MAX","TOK_TANH","TOK_WHERE", "TOK_ELSEWHERE","TOK_ENDWHERE","TOK_MAXVAL","TOK_TRIM","TOK_SUM","TOK_SQRT", "TOK_CASE","TOK_SELECTCASE","TOK_FILE","TOK_END","TOK_ERR","TOK_DONOTTREAT", "TOK_ENDDONOTTREAT","TOK_EXIST","TOK_MIN","TOK_FLOAT","TOK_EXP","TOK_COS", "TOK_COSH","TOK_ACOS","TOK_NINT","TOK_CYCLE","TOK_SIN","TOK_SINH","TOK_ASIN", "TOK_EQUIVALENCE","TOK_BACKSPACE","TOK_LOG","TOK_TAN","TOK_ATAN", "TOK_RECURSIVE","TOK_ABS","TOK_MOD","TOK_SIGN","TOK_MINLOC","TOK_MAXLOC", "TOK_EXIT","TOK_MINVAL","TOK_PUBLIC","TOK_PRIVATE","TOK_ALLOCATABLE", "TOK_RETURN","TOK_THEN","TOK_ELSEIF","TOK_ELSE","TOK_ENDIF","TOK_PRINT", "TOK_PLAINGOTO","TOK_CONSTRUCTID","TOK_LOGICALIF","TOK_PLAINDO","TOK_CONTAINS", "TOK_ENDDO","TOK_MODULE","TOK_ENDMODULE","TOK_DOWHILE","TOK_ALLOCATE", "TOK_OPEN","TOK_CLOSE","TOK_INQUIRE","TOK_WRITE","TOK_READ","TOK_REWIND", "TOK_DEALLOCATE","TOK_NULLIFY","TOK_FIN","TOK_DEBUT","TOK_DIMENSION", "TOK_ENDSELECT","TOK_EXTERNAL","TOK_INTENT","TOK_INTRINSIC","TOK_NAMELIST", "TOK_CASEDEFAULT","TOK_OPTIONAL","TOK_POINTER","TOK_CONTINUE","TOK_SAVE", "TOK_TARGET","TOK_QUOTE","TOK_IMPLICIT","TOK_NONE","TOK_CALL","TOK_STAT", "TOK_POINT_TO","TOK_COMMON","TOK_GLOBAL","TOK_INTERFACE","TOK_ENDINTERFACE", "TOK_LEFTAB","TOK_RIGHTAB","TOK_PAUSE","TOK_PROCEDURE","TOK_STOP","TOK_NAMEEQ", "TOK_REAL8","TOK_OUT","TOK_INOUT","TOK_IN","TOK_USE","TOK_TRUE","TOK_FALSE", "TOK_LABEL","TOK_TYPE","TOK_TYPEPAR","TOK_ENDTYPE","TOK_REAL","TOK_INTEGER", "TOK_LOGICAL","TOK_DOUBLEPRECISION","TOK_DOUBLEREAL","TOK_ENDSUBROUTINE", "TOK_ENDFUNCTION","TOK_ENDPROGRAM","TOK_ENDUNIT","TOK_CHARACTER", "TOK_CHAR_CONSTANT","TOK_CHAR_CUT","TOK_DATA","TOK_CHAR_INT","TOK_CHAR_MESSAGE", "TOK_CSTREAL","TOK_CSTREALDP","TOK_CSTREALQP","TOK_SFREAL","TOK_COMPLEX", "TOK_DOUBLECOMPLEX","TOK_NAME","TOK_NAME_CHAR","TOK_PROBTYPE","TOK_INTERPTYPE", "TOK_VARTYPE","TOK_BC","TOK_OP","TOK_CSTINT","TOK_COMMENT","TOK_FILENAME", }; char *fortranrule[] = { "$accept : input", "input :", "input : input line", "line : '\\n' position", "line : thislabel suite_line_list", "line : TOK_COMMENT", "line : keyword cmnt writedeclar", "line : error writedeclar nulcurbuf", "suite_line_list : suite_line", "suite_line_list : suite_line_list TOK_SEMICOLON suite_line", "suite_line : entry fin_line", "suite_line : spec fin_line", "suite_line : before_include filename fin_line", "suite_line : exec cmnt writedeclar", "suite_line : instr fin_line", "instr : ident ':'", "fin_line : position cmnt", "keyword : TOK_DONOTTREAT", "keyword : TOK_ENDDONOTTREAT", "keyword : TOK_OMP", "keyword : TOK_DOLLAR", "position :", "thislabel :", "thislabel : TOK_LABEL nulcurbuf", "cmnt :", "cmnt : TOK_COMMENT", "incomment :", "nulcurbuf :", "opt_recursive :", "opt_recursive : TOK_RECURSIVE", "entry :", "entry : opt_recursive TOK_SUBROUTINE name_routine arglist", "entry : TOK_PROGRAM name_routine", "entry : TOK_FUNCTION name_routine arglist TOK_RESULT arglist1", "entry : TOK_FUNCTION name_routine arglist", "entry : TOK_MODULE TOK_NAME", "name_routine : TOK_NAME", "writedeclar :", "before_include : TOK_INCLUDE", "filename : TOK_CHAR_CONSTANT", "arglist :", "arglist : '(' ')'", "arglist : '(' args ')'", "arglist1 :", "arglist1 : '(' ')'", "arglist1 : '(' args ')'", "args : arg", "args : args ',' arg", "arg : TOK_NAME", "arg : '*'", "spec : type after_type", "spec : TOK_TYPE opt_spec opt_sep opt_name", "spec : TOK_ENDTYPE opt_name", "spec : TOK_POINTER list_couple", "spec : before_parameter '(' paramlist ')'", "spec : before_parameter paramlist", "spec : common", "spec : save", "spec : implicit", "spec : dimension", "spec : public", "spec : private", "spec : use_stat", "spec : module_proc_stmt", "spec : interface", "spec : namelist", "spec : TOK_BACKSPACE '(' expr ')'", "spec : TOK_EXTERNAL opt_sep use_name_list", "spec : TOK_INTRINSIC opt_sep use_intrinsic_list", "spec : TOK_EQUIVALENCE list_expr_equi", "spec : before_data data '\\n'", "opt_spec :", "opt_spec : access_spec", "name_intrinsic : TOK_SUM", "name_intrinsic : TOK_TANH", "name_intrinsic : TOK_MAXVAL", "name_intrinsic : TOK_MIN", "name_intrinsic : TOK_MINVAL", "name_intrinsic : TOK_TRIM", "name_intrinsic : TOK_SQRT", "name_intrinsic : TOK_NINT", "name_intrinsic : TOK_FLOAT", "name_intrinsic : TOK_EXP", "name_intrinsic : TOK_COS", "name_intrinsic : TOK_COSH", "name_intrinsic : TOK_ACOS", "name_intrinsic : TOK_SIN", "name_intrinsic : TOK_SINH", "name_intrinsic : TOK_ASIN", "name_intrinsic : TOK_LOG", "name_intrinsic : TOK_TAN", "name_intrinsic : TOK_ATAN", "name_intrinsic : TOK_MOD", "name_intrinsic : TOK_SIGN", "name_intrinsic : TOK_MINLOC", "name_intrinsic : TOK_MAXLOC", "name_intrinsic : TOK_NAME", "use_intrinsic_list : name_intrinsic", "use_intrinsic_list : use_intrinsic_list ',' name_intrinsic", "list_couple : '(' list_expr ')'", "list_couple : list_couple ',' '(' list_expr ')'", "list_expr_equi : expr_equi", "list_expr_equi : list_expr_equi ',' expr_equi", "expr_equi : '(' list_expr_equi1 ')'", "list_expr_equi1 : ident dims", "list_expr_equi1 : list_expr_equi1 ',' ident dims", "list_expr : expr", "list_expr : list_expr ',' expr", "opt_sep :", "opt_sep : ':' ':'", "after_type : dcl nodimsgiven", "after_type : before_function name_routine arglist", "before_function : TOK_FUNCTION", "before_parameter : TOK_PARAMETER", "before_data : TOK_DATA", "data : TOK_NAME TOK_SLASH datavallist TOK_SLASH", "data : data opt_comma TOK_NAME TOK_SLASH datavallist TOK_SLASH", "data : datanamelist TOK_SLASH datavallist TOK_SLASH", "datavallist : expr_data", "datavallist : expr_data ',' datavallist", "save : before_save varsave", "save : before_save comblock varsave", "save : save opt_comma comblock opt_comma varsave", "save : save ',' varsave", "before_save : TOK_SAVE", "varsave :", "varsave : TOK_NAME dims", "datanamelist : TOK_NAME", "datanamelist : TOK_NAME '(' expr ')'", "datanamelist : datanamelist ',' datanamelist", "expr_data : opt_signe simple_const", "expr_data : expr_data '+' expr_data", "expr_data : expr_data '-' expr_data", "expr_data : expr_data '*' expr_data", "expr_data : expr_data '/' expr_data", "opt_signe :", "opt_signe : signe", "namelist : namelist_action after_namelist", "namelist_action : TOK_NAMELIST ident", "namelist_action : TOK_NAMELIST comblock ident", "namelist_action : namelist_action opt_comma comblock opt_comma ident", "namelist_action : namelist_action ',' ident", "after_namelist :", "interface : TOK_INTERFACE opt_name", "interface : TOK_ENDINTERFACE opt_name", "before_dimension : TOK_DIMENSION", "dimension : before_dimension opt_comma TOK_NAME dims lengspec", "dimension : dimension ',' TOK_NAME dims lengspec", "private : TOK_PRIVATE '\\n'", "private : TOK_PRIVATE opt_sep use_name_list", "public : TOK_PUBLIC '\\n'", "public : TOK_PUBLIC opt_sep use_name_list", "use_name_list : TOK_NAME", "use_name_list : use_name_list ',' TOK_NAME", "common : before_common var_common_list", "common : before_common comblock var_common_list", "common : common opt_comma comblock opt_comma var_common_list", "before_common : TOK_COMMON", "before_common : TOK_GLOBAL TOK_COMMON", "var_common_list : var_common", "var_common_list : var_common_list ',' var_common", "var_common : TOK_NAME dims", "comblock : TOK_DSLASH", "comblock : TOK_SLASH TOK_NAME TOK_SLASH", "opt_comma :", "opt_comma : ','", "paramlist : paramitem", "paramlist : paramlist ',' paramitem", "paramitem : TOK_NAME '=' expr", "module_proc_stmt : TOK_PROCEDURE proc_name_list", "proc_name_list : TOK_NAME", "proc_name_list : proc_name_list ',' TOK_NAME", "implicit : TOK_IMPLICIT TOK_NONE", "implicit : TOK_IMPLICIT TOK_REAL8", "opt_retour :", "dcl : options opt_retour TOK_NAME dims lengspec initial_value", "dcl : dcl ',' opt_retour TOK_NAME dims lengspec initial_value", "nodimsgiven :", "type : typespec selector", "type : before_character c_selector", "type : typename '*' TOK_CSTINT", "type : before_typepar attribute ')'", "before_typepar : TOK_TYPEPAR", "c_selector :", "c_selector : '*' TOK_CSTINT", "c_selector : '*' '(' c_attribute ')'", "c_selector : '(' c_attribute ')'", "c_attribute : TOK_NAME clause opt_clause", "c_attribute : TOK_NAME '=' clause opt_clause", "c_attribute : clause opt_clause", "before_character : TOK_CHARACTER", "typespec : typename", "typename : TOK_INTEGER", "typename : TOK_REAL", "typename : TOK_COMPLEX", "typename : TOK_DOUBLEPRECISION", "typename : TOK_DOUBLECOMPLEX", "typename : TOK_LOGICAL", "lengspec :", "lengspec : '*' proper_lengspec", "proper_lengspec : expr", "proper_lengspec : '(' '*' ')'", "selector :", "selector : '*' proper_selector", "selector : '(' attribute ')'", "proper_selector : expr", "proper_selector : '(' '*' ')'", "attribute : TOK_NAME clause", "attribute : TOK_NAME '=' clause", "attribute : TOK_NAME", "attribute : TOK_CSTINT", "clause : expr", "clause : '*'", "opt_clause :", "opt_clause : ',' TOK_NAME clause", "options :", "options : ':' ':'", "options : ',' attr_spec_list ':' ':'", "attr_spec_list : attr_spec", "attr_spec_list : attr_spec_list ',' attr_spec", "attr_spec : TOK_PARAMETER", "attr_spec : access_spec", "attr_spec : TOK_ALLOCATABLE", "attr_spec : TOK_DIMENSION dims", "attr_spec : TOK_EXTERNAL", "attr_spec : TOK_INTENT '(' intent_spec ')'", "attr_spec : TOK_INTRINSIC", "attr_spec : TOK_OPTIONAL", "attr_spec : TOK_POINTER", "attr_spec : TOK_SAVE", "attr_spec : TOK_TARGET", "intent_spec : TOK_IN", "intent_spec : TOK_OUT", "intent_spec : TOK_INOUT", "access_spec : TOK_PUBLIC", "access_spec : TOK_PRIVATE", "dims :", "dims : '(' dimlist ')'", "dimlist : dim", "dimlist : dimlist ',' dim", "dim : ubound", "dim : ':'", "dim : expr ':'", "dim : ':' expr", "dim : expr ':' ubound", "ubound : '*'", "ubound : expr", "expr : uexpr", "expr : '(' expr ')'", "expr : complex_const", "expr : predefinedfunction", "predefinedfunction : TOK_SUM minmaxlist ')'", "predefinedfunction : TOK_MAX minmaxlist ')'", "predefinedfunction : TOK_TANH '(' minmaxlist ')'", "predefinedfunction : TOK_MAXVAL '(' minmaxlist ')'", "predefinedfunction : TOK_MIN minmaxlist ')'", "predefinedfunction : TOK_MINVAL '(' minmaxlist ')'", "predefinedfunction : TOK_TRIM '(' expr ')'", "predefinedfunction : TOK_SQRT expr ')'", "predefinedfunction : TOK_REAL '(' minmaxlist ')'", "predefinedfunction : TOK_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_EQV 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_NEQV expr", "operation : TOK_XOR expr", "operation : TOK_OR expr", "operation : TOK_AND expr", "operation : TOK_SLASH after_slash", "operation : '=' after_equal", "after_slash :", "after_slash : expr", "after_slash : '=' expr", "after_slash : TOK_SLASH expr", "after_equal : '=' expr", "after_equal : expr", "lhs : ident", "lhs : structure_component", "lhs : array_ele_substring_func_ref", "beforefunctionuse :", "array_ele_substring_func_ref : begin_array", "array_ele_substring_func_ref : begin_array substring", "array_ele_substring_func_ref : structure_component '(' funarglist ')'", "array_ele_substring_func_ref : structure_component '(' funarglist ')' substring", "begin_array : ident '(' funarglist ')'", "structure_component : lhs '%' lhs", "vec : TOK_LEFTAB outlist TOK_RIGHTAB", "funarglist : beforefunctionuse", "funarglist : beforefunctionuse funargs", "funargs : funarg", "funargs : funargs ',' funarg", "funarg : expr", "funarg : triplet", "triplet : expr ':' expr", "triplet : expr ':' expr ':' expr", "triplet : ':' expr ':' expr", "triplet : ':' ':' expr", "triplet : ':' expr", "triplet : expr ':'", "triplet : ':'", "ident : TOK_NAME", "simple_const : TOK_TRUE", "simple_const : TOK_FALSE", "simple_const : TOK_CSTINT", "simple_const : TOK_CSTREAL", "simple_const : TOK_CSTREALDP", "simple_const : TOK_CSTREALQP", "simple_const : simple_const TOK_NAME", "simple_const : string_constant opt_substring", "string_constant : TOK_CHAR_CONSTANT", "string_constant : string_constant TOK_CHAR_CONSTANT", "string_constant : TOK_CHAR_MESSAGE", "string_constant : TOK_CHAR_CUT", "opt_substring :", "opt_substring : substring", "substring : '(' optexpr ':' optexpr ')'", "optexpr :", "optexpr : expr", "opt_expr : '\\n'", "opt_expr : expr", "initial_value :", "initial_value : before_initial '=' expr", "before_initial :", "complex_const : '(' uexpr ',' uexpr ')'", "use_stat : word_use module_name", "use_stat : word_use module_name ',' rename_list", "use_stat : word_use module_name ',' TOK_ONLY ':' '\\n'", "use_stat : word_use module_name ',' TOK_ONLY ':' only_list", "word_use : TOK_USE", "module_name : TOK_NAME", "rename_list : rename_name", "rename_list : rename_list ',' rename_name", "rename_name : TOK_NAME TOK_POINT_TO TOK_NAME", "only_list : only_name", "only_list : only_list ',' only_name", "only_name : TOK_NAME TOK_POINT_TO TOK_NAME", "only_name : TOK_NAME", "exec : iffable", "exec : TOK_ALLOCATE '(' allocation_list opt_stat_spec ')'", "exec : TOK_DEALLOCATE '(' allocate_object_list opt_stat_spec ')'", "exec : TOK_NULLIFY '(' pointer_name_list ')'", "exec : word_endunit", "exec : word_endprogram opt_name", "exec : word_endsubroutine opt_name", "exec : word_endfunction opt_name", "exec : TOK_ENDMODULE opt_name", "exec : boucledo", "exec : logif iffable", "exec : TOK_WHERE '(' expr ')' opt_expr", "exec : TOK_ELSEWHERE", "exec : TOK_ENDWHERE", "exec : logif TOK_THEN", "exec : TOK_ELSEIF '(' expr ')' TOK_THEN", "exec : TOK_ELSE", "exec : TOK_ENDIF opt_name", "exec : TOK_CASE caselist ')'", "exec : TOK_SELECTCASE '(' expr ')'", "exec : TOK_CASEDEFAULT", "exec : TOK_ENDSELECT", "exec : TOK_CONTAINS", "word_endsubroutine : TOK_ENDSUBROUTINE", "word_endunit : TOK_ENDUNIT", "word_endprogram : TOK_ENDPROGRAM", "word_endfunction : TOK_ENDFUNCTION", "caselist : expr", "caselist : caselist ',' expr", "caselist : caselist ':' expr", "boucledo : worddo opt_int do_arg", "boucledo : wordwhile expr", "boucledo : TOK_ENDDO optname", "do_arg :", "do_arg : do_var '=' expr ',' expr", "do_arg : do_var '=' expr ',' expr ',' expr", "opt_int :", "opt_int : TOK_CSTINT opt_comma", "opt_name : '\\n'", "opt_name : TOK_NAME", "optname :", "optname : TOK_NAME", "worddo : TOK_PLAINDO", "wordwhile : TOK_DOWHILE", "dotarget :", "dotarget : TOK_CSTINT", "iffable : TOK_CONTINUE", "iffable : ident_dims after_ident_dims", "iffable : goto", "iffable : io", "iffable : call", "iffable : TOK_ALLOCATE '(' allocation_list opt_stat_spec ')'", "iffable : TOK_DEALLOCATE '(' allocate_object_list opt_stat_spec ')'", "iffable : TOK_EXIT optexpr", "iffable : TOK_RETURN opt_expr", "iffable : TOK_CYCLE opt_expr", "iffable : stop opt_expr", "iffable : int_list", "before_dims :", "ident_dims : ident before_dims dims dims", "ident_dims : ident_dims '%' ident before_dims dims dims", "int_list : TOK_CSTINT", "int_list : int_list ',' TOK_CSTINT", "after_ident_dims : '=' expr", "after_ident_dims : TOK_POINT_TO expr", "call : keywordcall opt_call", "opt_call :", "opt_call : '(' opt_callarglist ')'", "opt_callarglist :", "opt_callarglist : callarglist", "keywordcall : before_call TOK_NAME", "before_call : TOK_CALL", "callarglist : callarg", "callarglist : callarglist ',' callarg", "callarg : expr", "callarg : '*' label", "stop : TOK_PAUSE", "stop : TOK_STOP", "io : iofctl ioctl", "io : read option_read", "io : write ioctl", "io : write ioctl outlist", "io : TOK_REWIND after_rewind", "io : TOK_FORMAT", "opt_CHAR_INT :", "opt_CHAR_INT : TOK_CSTINT TOK_NAME", "idfile : '*'", "idfile : TOK_CSTINT", "idfile : ident", "option_print :", "option_print : ',' outlist", "option_inlist :", "option_inlist : inlist", "option_read : ioctl option_inlist", "option_read : infmt opt_inlist", "opt_outlist :", "opt_outlist : outlist", "opt_inlist :", "opt_inlist : ',' inlist", "ioctl : '(' ctllist ')'", "ioctl : '(' fexpr ')'", "after_rewind : '(' ident ')'", "after_rewind : '(' TOK_CSTINT ')'", "after_rewind : TOK_CSTINT", "after_rewind : '(' uexpr ')'", "after_rewind : TOK_NAME", "ctllist : ioclause", "ctllist : ctllist ',' ioclause", "ioclause : fexpr", "ioclause : '*'", "ioclause : TOK_DASTER", "ioclause : TOK_NAME expr", "ioclause : TOK_NAME expr '%' ident_dims", "ioclause : TOK_NAME '(' triplet ')'", "ioclause : TOK_NAME '*'", "ioclause : TOK_NAME TOK_DASTER", "iofctl : TOK_OPEN", "iofctl : TOK_CLOSE", "infmt : unpar_fexpr", "infmt : '*'", "read : TOK_READ", "read : TOK_INQUIRE", "read : TOK_PRINT", "write : TOK_WRITE", "fexpr : unpar_fexpr", "fexpr : '(' fexpr ')'", "unpar_fexpr : lhs", "unpar_fexpr : simple_const", "unpar_fexpr : fexpr addop fexpr", "unpar_fexpr : fexpr '*' fexpr", "unpar_fexpr : fexpr TOK_SLASH fexpr", "unpar_fexpr : fexpr TOK_DASTER fexpr", "unpar_fexpr : addop fexpr", "unpar_fexpr : fexpr TOK_DSLASH fexpr", "unpar_fexpr : TOK_FILE expr", "unpar_fexpr : TOK_EXIST expr", "unpar_fexpr : TOK_ERR expr", "unpar_fexpr : TOK_END expr", "unpar_fexpr : TOK_NAME '=' expr", "addop : '+'", "addop : '-'", "inlist : inelt", "inlist : inlist ',' inelt", "opt_lhs :", "opt_lhs : lhs", "inelt : opt_lhs opt_operation", "inelt : '(' inlist ')' opt_operation", "inelt : predefinedfunction opt_operation", "inelt : simple_const opt_operation", "inelt : '(' inlist ',' dospec ')'", "opt_operation :", "opt_operation : operation", "opt_operation : opt_operation operation", "outlist : uexpr", "outlist : other", "outlist : out2", "out2 : uexpr ',' expr", "out2 : uexpr ',' other", "out2 : other ',' expr", "out2 : other ',' other", "out2 : out2 ',' expr", "out2 : out2 ',' other", "out2 : uexpr", "out2 : predefinedfunction", "other : complex_const", "other : '(' expr ')'", "other : '(' uexpr ',' dospec ')'", "other : '(' other ',' dospec ')'", "other : '(' out2 ',' dospec ')'", "dospec : TOK_NAME '=' expr ',' expr", "dospec : TOK_NAME '=' expr ',' expr ',' expr", "labellist : label", "labellist : labellist ',' label", "label : TOK_CSTINT", "goto : TOK_PLAINGOTO '(' expr ',' expr ')' ',' expr", "goto : TOK_PLAINGOTO label", "allocation_list : allocate_object", "allocation_list : ident_dims", "allocation_list : allocation_list ',' allocate_object", "allocate_object : ident", "allocate_object : structure_component", "allocate_object : array_element", "array_element : ident '(' funargs ')'", "subscript_list : expr", "subscript_list : subscript_list ',' expr", "allocate_object_list : allocate_object", "allocate_object_list : allocate_object_list ',' allocate_object", "opt_stat_spec :", "opt_stat_spec : ',' TOK_STAT '=' ident", "pointer_name_list : ident", "pointer_name_list : pointer_name_list ',' ident", "opt_construct_name :", "opt_construct_name : TOK_NAME", "opt_construct_name_colon :", "opt_construct_name_colon : TOK_CONSTRUCTID ':'", "logif : TOK_LOGICALIF expr ')'", "do_var : ident", }; #endif #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 2567 "fortran.y" void processfortran(char *fichier_entree) { extern FILE *fortranin; extern FILE *fortranout; char nomfile[LONG_C]; int c; int confirmyes; /*fortrandebug = 1;*/ if ( mark == 1 ) printf("Firstpass == %d \n",firstpass); /******************************************************************************/ /* 1- Open input and output files */ /******************************************************************************/ strcpy(nomfile,commondirin); strcat(nomfile,"/"); strcat(nomfile,fichier_entree); fortranin=fopen( nomfile,"r"); if (! fortranin) { printf("Error : File %s does not exist\n",nomfile); exit(1); } strcpy(curfile,nomfile); strcpy(nomfile,commondirout); strcat(nomfile,"/"); strcat(nomfile,fichier_entree); strcpy(nomfileoutput,nomfile); Save_Length(nomfileoutput,31); if (firstpass == 1) { if (checkexistcommon == 1) { if (fopen(nomfile,"r")) { printf("Warning : file %s already exist\n",nomfile); confirmyes = 0; while (confirmyes==0) { printf("Override file %s ? [Y/N]\n",nomfile); c=getchar(); getchar(); if (c==79 || c==110) { printf("We stop\n"); exit(1); } if (c==89 || c==121) { confirmyes=1; } } } } } /******************************************************************************/ /* 2- Variables initialization */ /******************************************************************************/ line_num_fortran_common=1; line_num_fortran=1; PublicDeclare = 0; PrivateDeclare = 0; ExternalDeclare = 0; SaveDeclare = 0; pointerdeclare = 0; optionaldeclare = 0; incalldeclare = 0; VarType = 0; VarTypepar = 0; Allocatabledeclare = 0 ; strcpy(NamePrecision," "); VariableIsParameter = 0 ; strcpy(NamePrecision,""); c_star = 0 ; functiondeclarationisdone = 0; insubroutinedeclare = 0 ; strcpy(subroutinename," "); InitialValueGiven = 0 ; strcpy(EmptyChar," "); inmoduledeclare = 0; colnum=0; incom=0; couldaddvariable=1; aftercontainsdeclare = 1; strcpy(nameinttypename,""); /* Name of the file without format */ tmp = strchr(fichier_entree, '.'); strncpy(curfilename,fichier_entree,strlen(fichier_entree)-strlen(tmp)); Save_Length(curfilename,30); /******************************************************************************/ /* 3- Parsing of the input file (1 time) */ /******************************************************************************/ if (firstpass == 0 ) { fortranout=fopen(nomfileoutput,"w"); NewModule_Creation_0(); } fortranparse(); strcpy(curfile,mainfile); if (firstpass == 0 ) fclose(fortranout); } #line 7005 "y.tab.c" #define YYABORT goto yyabort #define YYREJECT goto yyabort #define YYACCEPT goto yyaccept #define YYERROR goto yyerrlab int yyparse() { 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]) 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 341 "fortran.y" {yyerrok;yyclearin;} break; case 12: #line 349 "fortran.y" { if (inmoduledeclare == 0 ) { pos_end = setposcur(); RemoveWordSET_0(fortranout,pos_curinclude, pos_end-pos_curinclude); } } break; case 17: #line 365 "fortran.y" { /* we should ignore the declaration until the keyword */ /* TOK_ENDDONOTTREAT */ couldaddvariable = 0 ; RemoveWordCUR_0(fortranout,-20,20); } break; case 18: #line 372 "fortran.y" { couldaddvariable = 1 ; RemoveWordCUR_0(fortranout,-24,24); } break; case 21: #line 379 "fortran.y" {pos_cur = setposcur();} break; case 26: #line 388 "fortran.y" {incom = 1;} break; case 27: #line 391 "fortran.y" {if (incom !=1) {strcpy(curbuf,"");incom=0;}} break; case 31: #line 398 "fortran.y" { if ( couldaddvariable == 1 ) { /* open param file */ if ( firstpass == 0 ) { sprintf(ligne,"%s/ParamFile%s.h",nomdir,yyvsp[-1].nac); paramout=fopen(ligne,"w"); if ( retour77 == 0 ) fprintf(paramout,"!\n"); else fprintf(paramout,"C\n"); } Add_SubroutineArgument_Var_1(yyvsp[0].l); if ( inmodulemeet == 1 ) { insubroutinedeclare = 1; /* in the second step we should write the head of */ /* the subroutine sub_loop_ */ writeheadnewsub_0(1); } else { insubroutinedeclare = 1; writeheadnewsub_0(1); } } } break; case 32: #line 426 "fortran.y" { /* open param file */ if ( firstpass == 0 ) { sprintf(ligne,"%s/ParamFile%s.h",nomdir,yyvsp[0].nac); paramout=fopen(ligne,"w"); if ( retour77 == 0 ) fprintf(paramout,"!\n"); else fprintf(paramout,"C\n"); } strcpy(subroutinename,yyvsp[0].nac); /* Common case */ insubroutinedeclare = 1; /* in the second step we should write the head of */ /* the subroutine sub_loop_ */ writeheadnewsub_0(1); } break; case 33: #line 444 "fortran.y" { /* open param file */ if ( firstpass == 0 ) { sprintf(ligne,"%s/ParamFile%s.h",nomdir,yyvsp[-3].nac); paramout=fopen(ligne,"w"); if ( retour77 == 0 ) fprintf(paramout,"!\n"); else fprintf(paramout,"C\n"); } strcpy(subroutinename,yyvsp[-3].nac); if ( inmodulemeet == 1 ) { insubroutinedeclare = 1; /* we should to list of the subroutine argument the */ /* name of the function which has to be defined */ Add_SubroutineArgument_Var_1(yyvsp[-2].l); strcpy(DeclType,""); /* in the second step we should write the head of */ /* the subroutine sub_loop_ */ writeheadnewsub_0(2); } else { insubroutinedeclare = 1; /* we should to list of the subroutine argument */ /* name of the function which has to be defined */ Add_SubroutineArgument_Var_1(yyvsp[-2].l); strcpy(DeclType,""); Add_FunctionType_Var_1(yyvsp[-3].nac); writeheadnewsub_0(2); } } break; case 34: #line 477 "fortran.y" { /* open param file */ if ( firstpass == 0 ) { sprintf(ligne,"%s/ParamFile%s.h",nomdir,yyvsp[-1].nac); paramout=fopen(ligne,"w"); if ( retour77 == 0 ) fprintf(paramout,"!\n"); else fprintf(paramout,"C\n"); } strcpy(subroutinename,yyvsp[-1].nac); if ( inmodulemeet == 1 ) { insubroutinedeclare = 1; /* we should to list of the subroutine argument the */ /* name of the function which has to be defined */ Add_SubroutineArgument_Var_1(yyvsp[0].l); strcpy(DeclType,""); Add_FunctionType_Var_1(yyvsp[-1].nac); /* in the second step we should write the head of */ /* the subroutine sub_loop_ */ writeheadnewsub_0(2); } else { insubroutinedeclare = 1; /* we should to list of the subroutine argument */ /* name of the function which has to be defined */ Add_SubroutineArgument_Var_1(yyvsp[0].l); strcpy(DeclType,""); Add_FunctionType_Var_1(yyvsp[-1].nac); writeheadnewsub_0(2); } } break; case 35: #line 511 "fortran.y" { GlobalDeclaration = 0; strcpy(curmodulename,yyvsp[0].nac); strcpy(subroutinename,""); Add_NameOfModule_1(yyvsp[0].nac); if ( inmoduledeclare == 0 ) { /* To know if there are in the module declaration */ inmoduledeclare = 1; /* to know if a module has been met */ inmodulemeet = 1; /* to know if we are after the keyword contains */ aftercontainsdeclare = 0 ; } } break; case 36: #line 528 "fortran.y" { if ( couldaddvariable == 1 ) { strcpy(yyval.nac,yyvsp[0].nac);strcpy(subroutinename,yyvsp[0].nac); } } break; case 38: #line 537 "fortran.y" { pos_curinclude = setposcur()-9; } break; case 39: #line 541 "fortran.y" { if ( couldaddvariable == 1 ) Add_Include_1(yyvsp[0].nac); } break; case 40: #line 545 "fortran.y" { if ( firstpass == 1 && couldaddvariable == 1) yyval.l=NULL; } break; case 41: #line 548 "fortran.y" { if ( firstpass == 1 && couldaddvariable == 1 ) yyval.l=NULL; } break; case 42: #line 552 "fortran.y" { if ( firstpass == 1 && couldaddvariable == 1 ) yyval.l=yyvsp[-1].l; } break; case 45: #line 559 "fortran.y" { if ( couldaddvariable == 1 ) { Add_SubroutineArgument_Var_1(yyvsp[-1].l); } } break; case 46: #line 566 "fortran.y" { if ( firstpass == 1 && couldaddvariable == 1) { strcpy(nameinttypenameback,nameinttypename); strcpy(nameinttypename,""); curvar=createvar(yyvsp[0].na,NULL); strcpy(nameinttypename,nameinttypenameback); curlistvar=insertvar(NULL,curvar); yyval.l=settype("",curlistvar); } } break; case 47: #line 578 "fortran.y" { if ( firstpass == 1 && couldaddvariable == 1) { strcpy(nameinttypenameback,nameinttypename); strcpy(nameinttypename,""); curvar=createvar(yyvsp[0].na,NULL); strcpy(nameinttypename,nameinttypenameback); yyval.l=insertvar(yyvsp[-2].l,curvar); } } break; case 48: #line 589 "fortran.y" {if ( couldaddvariable == 1 ) strcpy(yyval.na,yyvsp[0].nac);} break; case 49: #line 590 "fortran.y" {if ( couldaddvariable == 1 ) strcpy(yyval.na,"*");} break; case 50: #line 593 "fortran.y" { if ( VarTypepar == 1 ) { couldaddvariable = 1 ; VarTypepar = 0; } } break; case 51: #line 601 "fortran.y" { if ( couldaddvariable == 1 ) { VarType = 1; couldaddvariable = 0 ; } } break; case 52: #line 609 "fortran.y" { if ( VarType == 1 ) couldaddvariable = 1 ; VarType = 0; VarTypepar = 0; } break; case 54: #line 616 "fortran.y" { if ( couldaddvariable == 1 ) { if ( insubroutinedeclare == 0 ) Add_GlobalParameter_Var_1(yyvsp[-1].l); else Add_Parameter_Var_1(yyvsp[-1].l); pos_end = setposcur(); RemoveWordSET_0(fortranout,pos_cur_decl, pos_end-pos_cur_decl); } VariableIsParameter = 0 ; } break; case 55: #line 629 "fortran.y" { if ( couldaddvariable == 1 ) { if ( insubroutinedeclare == 0 ) Add_GlobalParameter_Var_1(yyvsp[0].l); else Add_Parameter_Var_1(yyvsp[0].l); pos_end = setposcur(); RemoveWordSET_0(fortranout,pos_cur_decl, pos_end-pos_cur_decl); } VariableIsParameter = 0 ; } break; case 57: #line 643 "fortran.y" { pos_end = setposcur(); RemoveWordSET_0(fortranout,pos_cursave, pos_end-pos_cursave); } break; case 59: #line 650 "fortran.y" { /* if the variable is a parameter we can suppose that is */ /* value is the same on each grid. It is not useless to */ /* create a copy of it on each grid */ if ( couldaddvariable == 1 ) { Add_Globliste_1(yyvsp[0].l); /* if variableparamlists has been declared in a */ /* subroutine */ if ( insubroutinedeclare == 1 ) { Add_Dimension_Var_1(yyvsp[0].l); } pos_end = setposcur(); RemoveWordSET_0(fortranout,pos_curdimension, pos_end-pos_curdimension); } /* */ PublicDeclare = 0; PrivateDeclare = 0; ExternalDeclare = 0; strcpy(NamePrecision,""); c_star = 0; InitialValueGiven = 0 ; strcpy(IntentSpec,""); VariableIsParameter = 0 ; Allocatabledeclare = 0 ; SaveDeclare = 0; pointerdeclare = 0; optionaldeclare = 0 ; dimsgiven=0; c_selectorgiven=0; strcpy(nameinttypename,""); strcpy(c_selectorname,""); } break; case 60: #line 686 "fortran.y" { if (firstpass == 0) { if (yyvsp[0].lnn) { removeglobfromlist(&(yyvsp[0].lnn)); pos_end = setposcur(); RemoveWordSET_0(fortranout,pos_cur,pos_end-pos_cur); writelistpublic(yyvsp[0].lnn); } } } break; case 70: #line 708 "fortran.y" { /* we should remove the data declaration */ if ( couldaddvariable == 1 && aftercontainsdeclare == 0 ) { pos_end = setposcur(); RemoveWordSET_0(fortranout,pos_curdata, pos_end-pos_curdata); } } break; case 72: #line 720 "fortran.y" { PublicDeclare = 0 ; PrivateDeclare = 0 ; } break; case 110: #line 771 "fortran.y" { /* if the variable is a parameter we can suppose that is*/ /* value is the same on each grid. It is not useless */ /* to create a copy of it on each grid */ if ( couldaddvariable == 1 ) { pos_end = setposcur(); /*if (insubroutinedeclare == 0) { */ RemoveWordSET_0(fortranout,pos_cur_decl, pos_end-pos_cur_decl); /* } else {*/ ReWriteDeclarationAndAddTosubroutine_01(yyvsp[-1].l); pos_cur_decl = setposcur(); /*}*/ if ( firstpass == 0 && GlobalDeclaration == 0 && insubroutinedeclare == 0 ) { sprintf(ligne,"\n#include \"Module_Declar_%s.h\"\n" ,curmodulename); tofich(fortranout,ligne,1); sprintf (ligne, "Module_Declar_%s.h",curmodulename); module_declar = associate(ligne); sprintf (ligne, " "); tofich (module_declar, ligne,1); GlobalDeclaration = 1 ; } yyval.l = yyvsp[-1].l; Add_Globliste_1(yyvsp[-1].l); if ( insubroutinedeclare == 0 ) Add_GlobalParameter_Var_1(yyvsp[-1].l); else { if ( pointerdeclare == 1 ) Add_Pointer_Var_From_List_1(yyvsp[-1].l); Add_Parameter_Var_1(yyvsp[-1].l); } /* if variables has been declared in a subroutine */ if ( insubroutinedeclare == 1 ) { /* Add_SubroutineDeclaration_Var_1($1);*/ } /* If there are a SAVE declarations in module's */ /* subroutines we should remove it from the */ /* subroutines declaration and add it in the */ /* global declarations */ if ( aftercontainsdeclare == 1 && SaveDeclare == 1 && firstpass == 1 ) { if ( inmodulemeet == 0 ) Add_Save_Var_dcl_1(yyvsp[-1].l); else Add_SubroutineDeclarationSave_Var_1(yyvsp[-1].l); } } /* */ PublicDeclare = 0; PrivateDeclare = 0; ExternalDeclare = 0; strcpy(NamePrecision,""); c_star = 0; InitialValueGiven = 0 ; strcpy(IntentSpec,""); VariableIsParameter = 0 ; Allocatabledeclare = 0 ; SaveDeclare = 0; pointerdeclare = 0; optionaldeclare = 0 ; dimsgiven=0; c_selectorgiven=0; strcpy(nameinttypename,""); strcpy(c_selectorname,""); } break; case 111: #line 850 "fortran.y" { /* open param file */ if ( firstpass == 0 ) { sprintf(ligne,"%s/ParamFile%s.h",nomdir,yyvsp[-1].nac); paramout=fopen(ligne,"w"); if ( retour77 == 0 ) fprintf(paramout,"!\n"); else fprintf(paramout,"C\n"); } strcpy(subroutinename,yyvsp[-1].nac); if ( inmodulemeet == 1 ) { insubroutinedeclare = 1; /* we should to list of the subroutine argument the */ /* name of the function which has to be defined */ Add_SubroutineArgument_Var_1(yyvsp[0].l); Add_FunctionType_Var_1(yyvsp[-1].nac); /* in the second step we should write the head of */ /* the subroutine sub_loop_ */ writeheadnewsub_0(2); } else { insubroutinedeclare = 1; /* we should to list of the subroutine argument the */ /* name of the function which has to be defined */ Add_SubroutineArgument_Var_1(yyvsp[0].l); Add_FunctionType_Var_1(yyvsp[-1].nac); /* in the second step we should write the head of */ /* the subroutine sub_loop_ */ writeheadnewsub_0(2); } strcpy(nameinttypename,""); } break; case 112: #line 887 "fortran.y" { functiondeclarationisdone = 1; } break; case 113: #line 893 "fortran.y" { VariableIsParameter = 1; pos_curparameter = setposcur()-9; } break; case 114: #line 898 "fortran.y" { pos_curdata = setposcur()-strlen(yyvsp[0].nac); } break; case 115: #line 902 "fortran.y" { if ( couldaddvariable == 1 ) { if ( aftercontainsdeclare == 1 ) strcpy(ligne,""); else sprintf(ligne,"(/ %s /)",yyvsp[-1].na); Add_Data_Var_1(yyvsp[-3].nac,ligne); } } break; case 116: #line 911 "fortran.y" { if ( couldaddvariable == 1 ) { if ( aftercontainsdeclare == 1 ) strcpy(ligne,""); else sprintf(ligne,"(/ %s /)",yyvsp[-1].na); Add_Data_Var_1(yyvsp[-3].nac,ligne); } } break; case 117: #line 920 "fortran.y" { /*******************************************************/ /*******************************************************/ /*******************************************************/ /*******************************************************/ /*******************************************************/ /*******************************************************/ /*******************************************************/ } break; case 118: #line 931 "fortran.y" { if ( couldaddvariable == 1 ) { strcpy(yyval.na,yyvsp[0].na); } } break; case 119: #line 938 "fortran.y" { if ( couldaddvariable == 1 ) { sprintf(yyval.na,"%s,%s",yyvsp[-2].na,yyvsp[0].na); } } break; case 124: #line 952 "fortran.y" { pos_cursave = setposcur()-4; } break; case 126: #line 958 "fortran.y" { if ( couldaddvariable == 1 ) Add_Save_Var_1(yyvsp[-1].nac,yyvsp[0].d); } break; case 130: #line 967 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,"%s%s",yyvsp[-1].nac,yyvsp[0].nac);} break; case 131: #line 969 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,"%s+%s",yyvsp[-2].na,yyvsp[0].na);} break; case 132: #line 971 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,"%s-%s",yyvsp[-2].na,yyvsp[0].na);} break; case 133: #line 973 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,"%s*%s",yyvsp[-2].na,yyvsp[0].na);} break; case 134: #line 975 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,"%s/%s",yyvsp[-2].na,yyvsp[0].na);} break; case 135: #line 978 "fortran.y" {if ( couldaddvariable == 1 ) strcpy(yyval.nac,"");} break; case 136: #line 980 "fortran.y" {if ( couldaddvariable == 1 ) strcpy(yyval.nac,yyvsp[0].nac);} break; case 145: #line 995 "fortran.y" { positioninblock=0; pos_curdimension = setposcur()-9; } break; case 146: #line 1001 "fortran.y" { if ( couldaddvariable == 1 ) { /* */ curvar=createvar(yyvsp[-2].nac,yyvsp[-1].d); /* */ CreateAndFillin_Curvar("",curvar); /* */ curlistvar=insertvar(NULL,curvar); /* */ yyval.l=settype("",curlistvar); /* */ strcpy(vallengspec,""); } } break; case 147: #line 1017 "fortran.y" { if ( couldaddvariable == 1 ) { /* */ curvar=createvar(yyvsp[-2].nac,yyvsp[-1].d); /* */ CreateAndFillin_Curvar("",curvar); /* */ curlistvar=insertvar(yyvsp[-4].l,curvar); /* */ yyval.l=curlistvar; /* */ strcpy(vallengspec,""); } } break; case 150: #line 1037 "fortran.y" { yyval.lnn=(listname *)NULL; } break; case 151: #line 1041 "fortran.y" { yyval.lnn=yyvsp[0].lnn; } break; case 152: #line 1046 "fortran.y" { yyval.lnn = Insertname(NULL,yyvsp[0].nac); } break; case 153: #line 1050 "fortran.y" { yyval.lnn = Insertname(yyvsp[-2].lnn,yyvsp[0].nac); } break; case 154: #line 1055 "fortran.y" { pos_end = setposcur(); RemoveWordSET_0(fortranout,pos_curcommon, pos_end-pos_curcommon); } break; case 155: #line 1061 "fortran.y" { if ( couldaddvariable == 1 ) { sprintf(charusemodule,"%s",yyvsp[-1].nac); Add_NameOfCommon_1(yyvsp[-1].nac); pos_end = setposcur(); RemoveWordSET_0(fortranout,pos_curcommon, pos_end-pos_curcommon); } } break; case 156: #line 1072 "fortran.y" { if ( couldaddvariable == 1 ) { sprintf(charusemodule,"%s",yyvsp[-2].nac); Add_NameOfCommon_1(yyvsp[-2].nac); pos_end = setposcur(); RemoveWordSET_0(fortranout,pos_curcommon, pos_end-pos_curcommon); } } break; case 157: #line 1084 "fortran.y" { positioninblock=0; pos_curcommon = setposcur()-6; } break; case 158: #line 1089 "fortran.y" { positioninblock=0; pos_curcommon = setposcur()-6-7; } break; case 159: #line 1095 "fortran.y" { if ( couldaddvariable == 1 ) Add_Common_var_1(); } break; case 160: #line 1100 "fortran.y" { if ( couldaddvariable == 1 ) Add_Common_var_1(); } break; case 161: #line 1104 "fortran.y" { if ( couldaddvariable == 1 ) { positioninblock = positioninblock + 1 ; strcpy(commonvar,yyvsp[-1].nac); commondim = yyvsp[0].d; } } break; case 162: #line 1114 "fortran.y" { if ( couldaddvariable == 1 ) { strcpy(yyval.nac,""); positioninblock=0; strcpy(commonblockname,""); } } break; case 163: #line 1123 "fortran.y" { if ( couldaddvariable == 1 ) { strcpy(yyval.nac,yyvsp[-1].nac); positioninblock=0; strcpy(commonblockname,yyvsp[-1].nac); } } break; case 166: #line 1136 "fortran.y" { if ( couldaddvariable == 1 ) yyval.l=insertvar(NULL,yyvsp[0].v); } break; case 167: #line 1140 "fortran.y" { if ( couldaddvariable == 1 ) yyval.l=insertvar(yyvsp[-2].l,yyvsp[0].v); } break; case 168: #line 1145 "fortran.y" { if ( couldaddvariable == 1 ) { curvar=(variable *) malloc(sizeof(variable)); /* */ Init_Variable(curvar); /* */ curvar->v_VariableIsParameter=1; strcpy(curvar->v_nomvar,yyvsp[-2].nac); Save_Length(yyvsp[-2].nac,4); strcpy(curvar->v_subroutinename,subroutinename); Save_Length(subroutinename,11); strcpy(curvar->v_modulename,curmodulename); Save_Length(curmodulename,6); strcpy(curvar->v_initialvalue,yyvsp[0].na); Save_Length(yyvsp[0].na,14); strcpy(curvar->v_commoninfile,mainfile); Save_Length(mainfile,10); yyval.v=curvar; } } break; case 172: #line 1173 "fortran.y" { if ( insubroutinedeclare == 1 ) { Add_ImplicitNoneSubroutine_1(); pos_end = setposcur(); RemoveWordSET_0(fortranout,pos_end-13, 13); } } break; case 175: #line 1187 "fortran.y" { if ( couldaddvariable == 1 ) { /* */ if (dimsgiven == 1) { curvar=createvar(yyvsp[-3].nac,curdim); } else { curvar=createvar(yyvsp[-3].nac,yyvsp[-2].d); } /* */ CreateAndFillin_Curvar(DeclType,curvar); /* */ curlistvar=insertvar(NULL,curvar); if (!strcasecmp(DeclType,"character")) { if (c_selectorgiven == 1) { strcpy(c_selectordim.first,"1"); strcpy(c_selectordim.last,c_selectorname); Save_Length(c_selectorname,1); change_dim_char (insertdim(NULL,c_selectordim),curlistvar); } } yyval.l=settype(DeclType,curlistvar); } strcpy(vallengspec,""); } break; case 176: #line 1219 "fortran.y" { if ( couldaddvariable == 1 ) { if (dimsgiven == 1) { curvar=createvar(yyvsp[-3].nac,curdim); } else { curvar=createvar(yyvsp[-3].nac,yyvsp[-2].d); } /* */ CreateAndFillin_Curvar(yyvsp[-6].l->var->v_typevar,curvar); /* */ strcpy(curvar->v_typevar,(yyvsp[-6].l->var->v_typevar)); Save_Length(yyvsp[-6].l->var->v_typevar,3); /* */ curlistvar=insertvar(yyvsp[-6].l,curvar); if (!strcasecmp(DeclType,"character")) { if (c_selectorgiven == 1) { strcpy(c_selectordim.first,"1"); strcpy(c_selectordim.last,c_selectorname); Save_Length(c_selectorname,1); change_dim_char (insertdim(NULL,c_selectordim),curlistvar); } } yyval.l=curlistvar; } strcpy(vallengspec,""); } break; case 177: #line 1253 "fortran.y" {dimsgiven=0;} break; case 178: #line 1256 "fortran.y" {strcpy(DeclType,yyvsp[-1].nac);} break; case 179: #line 1258 "fortran.y" { strcpy(DeclType,"CHARACTER"); } break; case 180: #line 1262 "fortran.y" { strcpy(DeclType,yyvsp[-2].nac); strcpy(nameinttypename,yyvsp[0].nac); } break; case 181: #line 1267 "fortran.y" { strcpy(DeclType,"TYPE"); } break; case 182: #line 1272 "fortran.y" { /* if ( couldaddvariable == 1 ) VarTypepar = 1 ; couldaddvariable = 0 ; pos_cur_decl = setposcur()-5;*/ pos_cur_decl = setposcur()-5; } break; case 184: #line 1281 "fortran.y" {c_selectorgiven=1;strcpy(c_selectorname,yyvsp[0].nac);} break; case 185: #line 1282 "fortran.y" {c_star = 1;} break; case 190: #line 1290 "fortran.y" { pos_cur_decl = setposcur()-9; } break; case 191: #line 1294 "fortran.y" {strcpy(yyval.nac,yyvsp[0].nac);} break; case 192: #line 1297 "fortran.y" { strcpy(yyval.nac,"INTEGER"); pos_cur_decl = setposcur()-7; } break; case 193: #line 1301 "fortran.y" { strcpy(yyval.nac,"REAL"); pos_cur_decl = setposcur()-4; } break; case 194: #line 1306 "fortran.y" {strcpy(yyval.nac,"COMPLEX"); pos_cur_decl = setposcur()-7;} break; case 195: #line 1309 "fortran.y" { pos_cur_decl = setposcur()-16; strcpy(yyval.nac,"REAL"); strcpy(nameinttypename,"8"); } break; case 196: #line 1315 "fortran.y" {strcpy(yyval.nac,"DOUBLE COMPLEX");} break; case 197: #line 1317 "fortran.y" { strcpy(yyval.nac,"LOGICAL"); pos_cur_decl = setposcur()-7; } break; case 199: #line 1323 "fortran.y" {strcpy(vallengspec,yyvsp[0].na);} break; case 200: #line 1325 "fortran.y" {sprintf(yyval.na,"*%s",yyvsp[0].na);} break; case 201: #line 1326 "fortran.y" {strcpy(yyval.na,"*(*)");} break; case 208: #line 1337 "fortran.y" { if ( strstr(yyvsp[0].na,"0.d0") ) { strcpy(nameinttypename,"8"); sprintf(NamePrecision,""); } else sprintf(NamePrecision,"%s = %s",yyvsp[-2].nac,yyvsp[0].na); } break; case 209: #line 1346 "fortran.y" { strcpy(NamePrecision,yyvsp[0].nac); } break; case 210: #line 1350 "fortran.y" { strcpy(NamePrecision,yyvsp[0].nac); } break; case 211: #line 1354 "fortran.y" {strcpy(CharacterSize,yyvsp[0].na); strcpy(yyval.na,yyvsp[0].na);} break; case 212: #line 1356 "fortran.y" {strcpy(CharacterSize,"*"); strcpy(yyval.na,"*");} break; case 220: #line 1370 "fortran.y" { VariableIsParameter = 1; } break; case 222: #line 1375 "fortran.y" {Allocatabledeclare = 1;} break; case 223: #line 1377 "fortran.y" { dimsgiven=1; curdim=yyvsp[0].d; } break; case 224: #line 1382 "fortran.y" {ExternalDeclare = 1;} break; case 225: #line 1384 "fortran.y" {strcpy(IntentSpec,yyvsp[-1].nac);} break; case 227: #line 1386 "fortran.y" {optionaldeclare = 1 ;} break; case 228: #line 1387 "fortran.y" {pointerdeclare = 1 ;} break; case 229: #line 1388 "fortran.y" { /* if ( inmodulemeet == 1 ) {*/ SaveDeclare = 1 ; /* }*/ } break; case 231: #line 1396 "fortran.y" {strcpy(yyval.nac,yyvsp[0].nac);} break; case 232: #line 1397 "fortran.y" {strcpy(yyval.nac,yyvsp[0].nac);} break; case 233: #line 1398 "fortran.y" {strcpy(yyval.nac,yyvsp[0].nac); } break; case 234: #line 1401 "fortran.y" {PublicDeclare = 1;} break; case 235: #line 1403 "fortran.y" {PrivateDeclare = 1;} break; case 236: #line 1405 "fortran.y" {if ( created_dimensionlist == 1 ) { yyval.d=(listdim *)NULL; } } break; case 237: #line 1411 "fortran.y" {if ( created_dimensionlist == 1 || agrif_parentcall == 1 ) yyval.d=yyvsp[-1].d;} break; case 238: #line 1414 "fortran.y" {if ( created_dimensionlist == 1 || agrif_parentcall == 1 ) yyval.d=insertdim(NULL,yyvsp[0].dim1);} break; case 239: #line 1417 "fortran.y" {if ( couldaddvariable == 1 ) if ( created_dimensionlist == 1 ) yyval.d=insertdim(yyvsp[-2].d,yyvsp[0].dim1);} break; case 240: #line 1420 "fortran.y" { strcpy(yyval.dim1.first,"1"); strcpy(yyval.dim1.last,yyvsp[0].na); Save_Length(yyvsp[0].na,1); } break; case 241: #line 1425 "fortran.y" { strcpy(yyval.dim1.first,""); strcpy(yyval.dim1.last,""); } break; case 242: #line 1429 "fortran.y" { strcpy(yyval.dim1.first,yyvsp[-1].na); Save_Length(yyvsp[-1].na,2); strcpy(yyval.dim1.last,""); } break; case 243: #line 1434 "fortran.y" { strcpy(yyval.dim1.first,""); strcpy(yyval.dim1.last,yyvsp[0].na); Save_Length(yyvsp[0].na,1); } break; case 244: #line 1440 "fortran.y" { strcpy(yyval.dim1.first,yyvsp[-2].na); Save_Length(yyvsp[-2].na,2); strcpy(yyval.dim1.last,yyvsp[0].na); Save_Length(yyvsp[0].na,1); } break; case 245: #line 1447 "fortran.y" {strcpy(yyval.na,"*");} break; case 246: #line 1448 "fortran.y" {strcpy(yyval.na,yyvsp[0].na);} break; case 247: #line 1450 "fortran.y" {if ( couldaddvariable == 1 ) strcpy(yyval.na,yyvsp[0].na);} break; case 248: #line 1452 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,"(%s)",yyvsp[-1].na);} break; case 249: #line 1454 "fortran.y" {if ( couldaddvariable == 1 ) strcpy(yyval.na,yyvsp[0].na);} break; case 250: #line 1456 "fortran.y" {if ( couldaddvariable == 1 ) strcpy(yyval.na,yyvsp[0].na);} break; case 251: #line 1460 "fortran.y" {sprintf(yyval.na,"SUM(%s)",yyvsp[-1].na);} break; case 252: #line 1462 "fortran.y" {sprintf(yyval.na,"MAX(%s)",yyvsp[-1].na);} break; case 253: #line 1464 "fortran.y" {sprintf(yyval.na,"TANH(%s)",yyvsp[-1].na);} break; case 254: #line 1466 "fortran.y" {sprintf(yyval.na,"MAXVAL(%s)",yyvsp[-1].na);} break; case 255: #line 1468 "fortran.y" {sprintf(yyval.na,"MIN(%s)",yyvsp[-1].na);} break; case 256: #line 1470 "fortran.y" {sprintf(yyval.na,"MINVAL(%s)",yyvsp[-1].na);} break; case 257: #line 1472 "fortran.y" {sprintf(yyval.na,"TRIM(%s)",yyvsp[-1].na);} break; case 258: #line 1474 "fortran.y" {sprintf(yyval.na,"SQRT(%s)",yyvsp[-1].na);} break; case 259: #line 1476 "fortran.y" {sprintf(yyval.na,"REAL(%s)",yyvsp[-1].na);} break; case 260: #line 1478 "fortran.y" {sprintf(yyval.na,"NINT(%s)",yyvsp[-1].na);} break; case 261: #line 1480 "fortran.y" {sprintf(yyval.na,"FLOAT(%s)",yyvsp[-1].na);} break; case 262: #line 1482 "fortran.y" {sprintf(yyval.na,"EXP(%s)",yyvsp[-1].na);} break; case 263: #line 1484 "fortran.y" {sprintf(yyval.na,"COS(%s)",yyvsp[-1].na);} break; case 264: #line 1486 "fortran.y" {sprintf(yyval.na,"COSH(%s)",yyvsp[-1].na);} break; case 265: #line 1488 "fortran.y" {sprintf(yyval.na,"ACOS(%s)",yyvsp[-1].na);} break; case 266: #line 1490 "fortran.y" {sprintf(yyval.na,"SIN(%s)",yyvsp[-1].na);} break; case 267: #line 1492 "fortran.y" {sprintf(yyval.na,"SINH(%s)",yyvsp[-1].na);} break; case 268: #line 1494 "fortran.y" {sprintf(yyval.na,"ASIN(%s)",yyvsp[-1].na);} break; case 269: #line 1496 "fortran.y" {sprintf(yyval.na,"LOG(%s)",yyvsp[-1].na);} break; case 270: #line 1498 "fortran.y" {sprintf(yyval.na,"TAN(%s)",yyvsp[-1].na);} break; case 271: #line 1500 "fortran.y" {sprintf(yyval.na,"ATAN(%s)",yyvsp[-1].na);} break; case 272: #line 1502 "fortran.y" {sprintf(yyval.na,"ABS(%s)",yyvsp[-1].na);} break; case 273: #line 1504 "fortran.y" {sprintf(yyval.na,"MOD(%s)",yyvsp[-1].na);} break; case 274: #line 1506 "fortran.y" {sprintf(yyval.na,"SIGN(%s)",yyvsp[-1].na);} break; case 275: #line 1508 "fortran.y" {sprintf(yyval.na,"MINLOC(%s)",yyvsp[-1].na);} break; case 276: #line 1510 "fortran.y" {sprintf(yyval.na,"MAXLOC(%s)",yyvsp[-1].na);} break; case 277: #line 1512 "fortran.y" {strcpy(yyval.na,yyvsp[0].na);} break; case 278: #line 1514 "fortran.y" {if ( couldaddvariable == 1 ) { strcpy(yyval.na,yyvsp[-2].na);strcat(yyval.na,",");strcat(yyval.na,yyvsp[0].na);}} break; case 279: #line 1517 "fortran.y" {if ( couldaddvariable == 1 ) strcpy(yyval.na,yyvsp[0].na);} break; case 280: #line 1519 "fortran.y" {if ( couldaddvariable == 1 ) strcpy(yyval.na,yyvsp[0].nac);} break; case 281: #line 1521 "fortran.y" {if ( couldaddvariable == 1 ) strcpy(yyval.na,yyvsp[0].na);} break; case 282: #line 1523 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,"%s%s",yyvsp[-1].na,yyvsp[0].na);} break; case 283: #line 1525 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,"%s%s",yyvsp[-1].nac,yyvsp[0].na);} break; case 284: #line 1527 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,"%s%s",yyvsp[-1].nac,yyvsp[0].na);} break; case 285: #line 1529 "fortran.y" {if ( couldaddvariable == 1 ) strcpy(yyval.nac,"+");} break; case 286: #line 1530 "fortran.y" {if ( couldaddvariable == 1 ) strcpy(yyval.nac,"-");} break; case 287: #line 1533 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,"+%s",yyvsp[0].na);} break; case 288: #line 1535 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,"-%s",yyvsp[0].na);} break; case 289: #line 1537 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,"*%s",yyvsp[0].na);} break; case 290: #line 1539 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,"%s%s",yyvsp[-1].nac,yyvsp[0].na);} break; case 291: #line 1541 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,"%s%s",yyvsp[-1].nac,yyvsp[0].na);} break; case 292: #line 1543 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,"%s%s",yyvsp[-1].nac,yyvsp[0].na);} break; case 293: #line 1545 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,"%s%s",yyvsp[-1].nac,yyvsp[0].na);} break; case 294: #line 1547 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na," > %s",yyvsp[0].na);} break; case 295: #line 1549 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,"%s%s",yyvsp[-1].nac,yyvsp[0].na);} break; case 296: #line 1551 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na," < %s",yyvsp[0].na);} break; case 297: #line 1553 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,"%s%s",yyvsp[-1].nac,yyvsp[0].na);} break; case 298: #line 1555 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na," >= %s",yyvsp[0].na);} break; case 299: #line 1557 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,"%s%s",yyvsp[-1].nac,yyvsp[0].na);} break; case 300: #line 1559 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na," <= %s",yyvsp[0].na);} break; case 301: #line 1561 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,"%s%s",yyvsp[-1].nac,yyvsp[0].na);} break; case 302: #line 1563 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,"%s%s",yyvsp[-1].nac,yyvsp[0].na);} break; case 303: #line 1565 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,"%s%s",yyvsp[-1].nac,yyvsp[0].na);} break; case 304: #line 1567 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,"%s%s",yyvsp[-1].nac,yyvsp[0].na);} break; case 305: #line 1569 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,"%s%s",yyvsp[-1].nac,yyvsp[0].na);} break; case 306: #line 1571 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,"%s",yyvsp[0].na);} break; case 307: #line 1573 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,"%s",yyvsp[0].na);} break; case 308: #line 1575 "fortran.y" {strcpy(yyval.na,"");} break; case 309: #line 1577 "fortran.y" {sprintf(yyval.na,"/%s",yyvsp[0].na);} break; case 310: #line 1579 "fortran.y" {sprintf(yyval.na,"/= %s",yyvsp[0].na);} break; case 311: #line 1581 "fortran.y" {sprintf(yyval.na,"//%s",yyvsp[0].na);} break; case 312: #line 1584 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,"==%s",yyvsp[0].na);} break; case 313: #line 1586 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,"= %s",yyvsp[0].na);} break; case 314: #line 1589 "fortran.y" {if ( couldaddvariable == 1 ) strcpy(yyval.na,yyvsp[0].nac);} break; case 315: #line 1591 "fortran.y" {if ( couldaddvariable == 1 ) strcpy(yyval.na,yyvsp[0].na);} break; case 316: #line 1593 "fortran.y" {if ( couldaddvariable == 1 ) strcpy(yyval.na,yyvsp[0].na);} break; case 317: #line 1595 "fortran.y" { agrif_parentcall =0; if (!strcasecmp(identcopy,"Agrif_Parent") ) agrif_parentcall =1; if ( Agrif_in_Tok_NAME(identcopy) == 1 ) { inagrifcallargument = 1; Add_SubroutineWhereAgrifUsed_1(subroutinename, curmodulename); } } break; case 318: #line 1608 "fortran.y" { strcpy(yyval.na,yyvsp[0].na); if ( incalldeclare == 0 ) inagrifcallargument = 0; } break; case 319: #line 1613 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na," %s %s ",yyvsp[-1].na,yyvsp[0].na);} break; case 320: #line 1615 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na," %s ( %s )",yyvsp[-3].na,yyvsp[-1].na);} break; case 321: #line 1618 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na," %s ( %s ) %s ",yyvsp[-4].na,yyvsp[-2].na,yyvsp[0].na);} break; case 322: #line 1622 "fortran.y" { if ( couldaddvariable == 1 ) { sprintf(yyval.na," %s ( %s )",yyvsp[-3].nac,yyvsp[-1].na); ModifyTheAgrifFunction_0(yyvsp[-1].na); agrif_parentcall =0; } } break; case 323: #line 1632 "fortran.y" { sprintf(yyval.na," %s %% %s ",yyvsp[-2].na,yyvsp[0].na); if ( incalldeclare == 0 ) inagrifcallargument = 0; } break; case 324: #line 1638 "fortran.y" {sprintf(yyval.na,"(/%s/)",yyvsp[-1].na);} break; case 325: #line 1640 "fortran.y" {strcpy(yyval.na," ");} break; case 326: #line 1642 "fortran.y" {strcpy(yyval.na,yyvsp[0].na);} break; case 327: #line 1644 "fortran.y" {if ( couldaddvariable == 1 ) strcpy(yyval.na,yyvsp[0].na);} break; case 328: #line 1646 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,"%s,%s",yyvsp[-2].na,yyvsp[0].na);} break; case 329: #line 1648 "fortran.y" {strcpy(yyval.na,yyvsp[0].na);} break; case 330: #line 1649 "fortran.y" {strcpy(yyval.na,yyvsp[0].na);} break; case 331: #line 1652 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,"%s :%s",yyvsp[-2].na,yyvsp[0].na);} break; case 332: #line 1654 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,"%s :%s :%s",yyvsp[-4].na,yyvsp[-2].na,yyvsp[0].na);} break; case 333: #line 1657 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,":%s :%s",yyvsp[-2].na,yyvsp[0].na);} break; case 334: #line 1658 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,": : %s",yyvsp[0].na);} break; case 335: #line 1659 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,":%s",yyvsp[0].na);} break; case 336: #line 1660 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,"%s :",yyvsp[-1].na);} break; case 337: #line 1661 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,":");} break; case 338: #line 1663 "fortran.y" { if ( couldaddvariable == 1 ) { if ( Vartonumber(yyvsp[0].nac) == 1 ) { Add_SubroutineWhereAgrifUsed_1(subroutinename, curmodulename); } if (!strcasecmp(yyvsp[0].nac,"Agrif_Parent") ) agrif_parentcall =1; if ( VariableIsNotFunction(yyvsp[0].nac) == 0 ) { if ( inagrifcallargument == 1 ) { if ( !strcasecmp(yyvsp[0].nac,identcopy) ) { strcpy(sameagrifname,identcopy); sameagrifargument = 1; } } strcpy(identcopy,yyvsp[0].nac); pointedvar=0; strcpy(truename,yyvsp[0].nac); if (variscoupled_0(yyvsp[0].nac)) strcpy(truename,getcoupledname_0(yyvsp[0].nac)); /* if ( VarIsNonGridDepend($1) == 0 && Variableshouldberemove($1) == 0 ) { if ( inagrifcallargument == 1 || varisallocatable_0($1) == 1 || varispointer_0($1) == 1 ) { if ((IsinListe(List_UsedInSubroutine_Var,$1) == 1) || (inagrifcallargument == 1)) { if (varistyped_0($1) == 0) { ModifyTheVariableName_0($1); } } else { } } if (variscoupled_0($1) == 1) { printf("mla variable %s est couplee %s\n",$1,getcoupledname_0($1)); ModifyTheVariableNamecoupled_0($1,getcoupledname_0($1)); } if ( inagrifcallargument != 1 || sameagrifargument ==1 ) Add_UsedInSubroutine_Var_1($1); } NotifyAgrifFunction_0($1); */ if ( VarIsNonGridDepend(truename) == 0 && Variableshouldberemove(truename) == 0 ) { if ( inagrifcallargument == 1 || varisallocatable_0(truename) == 1 || varispointer_0(truename) == 1 ) { if ((IsinListe(List_UsedInSubroutine_Var,yyvsp[0].nac) == 1) || (inagrifcallargument == 1)) { if (varistyped_0(truename) == 0) { ModifyTheVariableName_0(truename,strlen(yyvsp[0].nac)); } } } if ( inagrifcallargument != 1 || sameagrifargument ==1 ) Add_UsedInSubroutine_Var_1(truename); } NotifyAgrifFunction_0(truename); } } } break; case 339: #line 1742 "fortran.y" {if ( couldaddvariable == 1 ) strcpy(yyval.nac,".TRUE.");} break; case 340: #line 1743 "fortran.y" {if ( couldaddvariable == 1 ) strcpy(yyval.nac,".FALSE.");} break; case 341: #line 1744 "fortran.y" {if ( couldaddvariable == 1 ) strcpy(yyval.nac,yyvsp[0].nac);} break; case 342: #line 1745 "fortran.y" {if ( couldaddvariable == 1 ) strcpy(yyval.nac,yyvsp[0].nac);} break; case 343: #line 1746 "fortran.y" {if ( couldaddvariable == 1 ) strcpy(yyval.nac,yyvsp[0].nac);} break; case 344: #line 1747 "fortran.y" {if ( couldaddvariable == 1 ) strcpy(yyval.nac,yyvsp[0].nac);} break; case 345: #line 1749 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.nac,"%s%s",yyvsp[-1].nac,yyvsp[0].nac);} break; case 347: #line 1753 "fortran.y" {if ( couldaddvariable == 1 ) strcpy(yyval.nac,yyvsp[0].nac);} break; case 349: #line 1756 "fortran.y" {if ( couldaddvariable == 1 ) strcpy(yyval.nac,yyvsp[0].nac);} break; case 350: #line 1758 "fortran.y" {if ( couldaddvariable == 1 ) strcpy(yyval.nac,yyvsp[0].nac);} break; case 351: #line 1760 "fortran.y" {if ( couldaddvariable == 1 ) strcpy(yyval.na," ");} break; case 352: #line 1761 "fortran.y" {if ( couldaddvariable == 1 ) strcpy(yyval.na,yyvsp[0].na);} break; case 353: #line 1764 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,"(%s :%s)",yyvsp[-3].na,yyvsp[-1].na);} break; case 354: #line 1766 "fortran.y" {if ( couldaddvariable == 1 ) strcpy(yyval.na," ");} break; case 355: #line 1767 "fortran.y" {if ( couldaddvariable == 1 ) strcpy(yyval.na,yyvsp[0].na);} break; case 356: #line 1769 "fortran.y" {if ( couldaddvariable == 1 ) strcpy(yyval.na," ");} break; case 357: #line 1770 "fortran.y" {if ( couldaddvariable == 1 ) strcpy(yyval.na,yyvsp[0].na);} break; case 358: #line 1772 "fortran.y" {InitialValueGiven = 0;} break; case 359: #line 1774 "fortran.y" { if ( couldaddvariable == 1 ) { strcpy(InitValue,yyvsp[0].na); InitialValueGiven = 1; } } break; case 360: #line 1782 "fortran.y" {pos_curinit = setposcur();} break; case 361: #line 1785 "fortran.y" {sprintf(yyval.na,"(%s,%s)",yyvsp[-3].na,yyvsp[-1].na);} break; case 362: #line 1788 "fortran.y" { if ( couldaddvariable == 1 ) { /* if variables has been declared in a subroutine */ if (insubroutinedeclare == 1) { copyuse_0(yyvsp[0].nac); } sprintf(charusemodule,"%s",yyvsp[0].nac); Add_NameOfModuleUsed_1(yyvsp[0].nac); if ( inmoduledeclare == 0 ) { pos_end = setposcur(); RemoveWordSET_0(fortranout,pos_curuse, pos_end-pos_curuse); } } } break; case 363: #line 1808 "fortran.y" { if ( couldaddvariable == 1 ) { if (insubroutinedeclare == 1) { Add_CouplePointed_Var_1(yyvsp[-2].nac,yyvsp[0].lc); } if ( firstpass == 1 ) { if ( insubroutinedeclare == 1 ) { coupletmp = yyvsp[0].lc; strcpy(ligne,""); while ( coupletmp ) { strcat(ligne,coupletmp->c_namevar); strcat(ligne," => "); strcat(ligne,coupletmp->c_namepointedvar); coupletmp = coupletmp->suiv; if ( coupletmp ) strcat(ligne,","); } sprintf(charusemodule,"%s",yyvsp[-2].nac); } Add_NameOfModuleUsed_1(yyvsp[-2].nac); } if ( inmoduledeclare == 0 ) { pos_end = setposcur(); RemoveWordSET_0(fortranout,pos_curuse, pos_end-pos_curuse); } } } break; case 364: #line 1842 "fortran.y" { if ( couldaddvariable == 1 ) { /* if variables has been declared in a subroutine */ if (insubroutinedeclare == 1) { copyuseonly_0(yyvsp[-4].nac); } sprintf(charusemodule,"%s",yyvsp[-4].nac); Add_NameOfModuleUsed_1(yyvsp[-4].nac); if ( inmoduledeclare == 0 ) { pos_end = setposcur(); RemoveWordSET_0(fortranout,pos_curuse, pos_end-pos_curuse); } } } break; case 365: #line 1862 "fortran.y" { if ( couldaddvariable == 1 ) { /* if variables has been declared in a subroutine */ if (insubroutinedeclare == 1) { Add_CouplePointed_Var_1(yyvsp[-4].nac,yyvsp[0].lc); } if ( firstpass == 1 ) { if ( insubroutinedeclare == 1 ) { coupletmp = yyvsp[0].lc; strcpy(ligne,""); while ( coupletmp ) { strcat(ligne,coupletmp->c_namevar); if ( strcasecmp(coupletmp->c_namepointedvar,"") ) strcat(ligne," => "); strcat(ligne,coupletmp->c_namepointedvar); coupletmp = coupletmp->suiv; if ( coupletmp ) strcat(ligne,","); } sprintf(charusemodule,"%s",yyvsp[-4].nac); } Add_NameOfModuleUsed_1(yyvsp[-4].nac); } if ( firstpass == 0 ) { if ( inmoduledeclare == 0 ) { pos_end = setposcur(); RemoveWordSET_0(fortranout,pos_curuse, pos_end-pos_curuse); if (oldfortranout) variableisglobalinmodule(yyvsp[0].lc,yyvsp[-4].nac,oldfortranout,pos_curuseold); } else { /* if we are in the module declare and if the */ /* onlylist is a list of global variable */ variableisglobalinmodule(yyvsp[0].lc, yyvsp[-4].nac, fortranout,pos_curuse); } } } } break; case 366: #line 1913 "fortran.y" { pos_curuse = setposcur()-strlen(yyvsp[0].nac); if (firstpass == 0 && oldfortranout) { pos_curuseold = setposcurname(oldfortranout); } } break; case 367: #line 1921 "fortran.y" {strcpy(yyval.nac,yyvsp[0].nac);} break; case 368: #line 1924 "fortran.y" { if ( couldaddvariable == 1 ) yyval.lc = yyvsp[0].lc; } break; case 369: #line 1928 "fortran.y" { if ( couldaddvariable == 1 ) { /* insert the variable in the list $1 */ yyvsp[0].lc->suiv = yyvsp[-2].lc; yyval.lc = yyvsp[0].lc; } } break; case 370: #line 1938 "fortran.y" { coupletmp =(listcouple *)malloc(sizeof(listcouple)); strcpy(coupletmp->c_namevar,yyvsp[-2].nac); Save_Length(yyvsp[-2].nac,21); strcpy(coupletmp->c_namepointedvar,yyvsp[0].nac); Save_Length(yyvsp[0].nac,22); coupletmp->suiv = NULL; yyval.lc = coupletmp; } break; case 371: #line 1949 "fortran.y" { if ( couldaddvariable == 1 ) yyval.lc = yyvsp[0].lc; } break; case 372: #line 1953 "fortran.y" { if ( couldaddvariable == 1 ) { /* insert the variable in the list $1 */ yyvsp[0].lc->suiv = yyvsp[-2].lc; yyval.lc = yyvsp[0].lc; } } break; case 373: #line 1963 "fortran.y" { coupletmp =(listcouple *)malloc(sizeof(listcouple)); strcpy(coupletmp->c_namevar,yyvsp[-2].nac); Save_Length(yyvsp[-2].nac,21); strcpy(coupletmp->c_namepointedvar,yyvsp[0].nac); Save_Length(yyvsp[0].nac,22); coupletmp->suiv = NULL; yyval.lc = coupletmp; pointedvar=1; Add_UsedInSubroutine_Var_1(yyvsp[-2].nac); } break; case 374: #line 1974 "fortran.y" { coupletmp =(listcouple *)malloc(sizeof(listcouple)); strcpy(coupletmp->c_namevar,yyvsp[0].nac); Save_Length(yyvsp[0].nac,21); strcpy(coupletmp->c_namepointedvar,""); coupletmp->suiv = NULL; yyval.lc = coupletmp; } break; case 376: #line 1985 "fortran.y" { Add_SubroutineWhereAgrifUsed_1(subroutinename, curmodulename); inallocate = 0; } break; case 377: #line 1991 "fortran.y" { Add_SubroutineWhereAgrifUsed_1(subroutinename, curmodulename); inallocate = 0; } break; case 379: #line 1998 "fortran.y" { GlobalDeclaration = 0 ; if ( firstpass == 0 && strcasecmp(subroutinename,"") ) { if ( module_declar && insubroutinedeclare == 0 ) { fclose(module_declar); } } if ( couldaddvariable == 1 && strcasecmp(subroutinename,"") ) { if ( inmodulemeet == 1 ) { /* we are in a module */ if ( insubroutinedeclare == 1 ) { /* it is like an end subroutine */ insubroutinedeclare = 0 ; /* */ pos_cur = setposcur(); closeandcallsubloopandincludeit_0(1); functiondeclarationisdone = 0; } else { /* it is like an end module */ inmoduledeclare = 0 ; inmodulemeet = 0 ; } } else { insubroutinedeclare = 0; /* */ pos_cur = setposcur(); closeandcallsubloopandincludeit_0(2); functiondeclarationisdone = 0; if ( firstpass == 0 ) { if ( retour77 == 0 ) fprintf(paramout,"!\n"); else fprintf(paramout,"C\n"); fclose(paramout); } } } strcpy(subroutinename,""); } break; case 380: #line 2048 "fortran.y" { if ( couldaddvariable == 1 ) { insubroutinedeclare = 0; /* */ pos_cur = setposcur(); closeandcallsubloopandincludeit_0(3); functiondeclarationisdone = 0; if ( firstpass == 0 ) { if ( retour77 == 0 ) fprintf(paramout,"!\n"); else fprintf(paramout,"C\n"); fclose(paramout); } strcpy(subroutinename,""); } } break; case 381: #line 2066 "fortran.y" { if ( couldaddvariable == 1 && strcasecmp(subroutinename,"") ) { insubroutinedeclare = 0; /* */ pos_cur = setposcur(); closeandcallsubloopandincludeit_0(1); functiondeclarationisdone = 0; if ( firstpass == 0 ) { if ( retour77 == 0 ) fprintf(paramout,"!\n"); else fprintf(paramout,"C\n"); fclose(paramout); } strcpy(subroutinename,""); } } break; case 382: #line 2086 "fortran.y" { if ( couldaddvariable == 1 ) { insubroutinedeclare = 0; /* */ pos_cur = setposcur(); closeandcallsubloopandincludeit_0(0); functiondeclarationisdone = 0; if ( firstpass == 0 ) { if ( retour77 == 0 ) fprintf(paramout,"!\n"); else fprintf(paramout,"C\n"); fclose(paramout); } strcpy(subroutinename,""); } } break; case 383: #line 2105 "fortran.y" { if ( couldaddvariable == 1 ) { /* if we never meet the contains keyword */ Remove_Word_end_module_0(strlen(yyvsp[0].nac)); if ( inmoduledeclare == 1 ) { if ( aftercontainsdeclare == 0 ) { Write_GlobalParameter_Declaration_0(); Write_NotGridDepend_Declaration_0(); Write_GlobalType_Declaration_0(); Write_Alloc_Subroutine_For_End_0(); } } inmoduledeclare = 0 ; inmodulemeet = 0 ; Write_Word_end_module_0(); strcpy(curmodulename,""); aftercontainsdeclare = 1; if ( firstpass == 0 ) { if ( module_declar && insubroutinedeclare == 0) { fclose(module_declar); } } GlobalDeclaration = 0 ; } } break; case 397: #line 2151 "fortran.y" { if (inmoduledeclare == 1 ) { Remove_Word_Contains_0(); Write_GlobalParameter_Declaration_0(); Write_GlobalType_Declaration_0(); Write_NotGridDepend_Declaration_0(); Write_Alloc_Subroutine_0(); inmoduledeclare = 0 ; aftercontainsdeclare = 1; } else { if ( couldaddvariable == 1 ) { if ( firstpass == 1 ) List_ContainsSubroutine = Addtolistnom(subroutinename, List_ContainsSubroutine,0); insubroutinedeclare = 0; /* */ closeandcallsubloop_contains_0(); functiondeclarationisdone = 0; if ( firstpass == 0 ) { if ( retour77 == 0 ) fprintf(paramout,"!\n"); else fprintf(paramout,"C\n"); fclose(paramout); } } strcpy(subroutinename,""); } } break; case 398: #line 2186 "fortran.y" { if ( couldaddvariable == 1 ) { strcpy(yyval.nac,yyvsp[0].nac); pos_endsubroutine = setposcur()-strlen(yyvsp[0].nac); functiondeclarationisdone = 0; } } break; case 399: #line 2196 "fortran.y" { if ( couldaddvariable == 1 ) { strcpy(yyval.nac,yyvsp[0].nac); pos_endsubroutine = setposcur()-strlen(yyvsp[0].nac); } } break; case 400: #line 2205 "fortran.y" { if ( couldaddvariable == 1 ) { strcpy(yyval.nac,yyvsp[0].nac); pos_endsubroutine = setposcur()-strlen(yyvsp[0].nac); } } break; case 401: #line 2214 "fortran.y" { if ( couldaddvariable == 1 ) { strcpy(yyval.nac,yyvsp[0].nac); pos_endsubroutine = setposcur()-strlen(yyvsp[0].nac); } } break; case 413: #line 2236 "fortran.y" {strcpy(yyval.nac,"");} break; case 414: #line 2237 "fortran.y" {strcpy(yyval.nac,yyvsp[0].nac);} break; case 426: #line 2257 "fortran.y" { Add_SubroutineWhereAgrifUsed_1(subroutinename, curmodulename); inallocate = 0; } break; case 427: #line 2263 "fortran.y" { Add_SubroutineWhereAgrifUsed_1(subroutinename, curmodulename); inallocate = 0; } break; case 433: #line 2274 "fortran.y" {if ( couldaddvariable == 1 ) created_dimensionlist = 0;} break; case 434: #line 2276 "fortran.y" { created_dimensionlist = 1; if ( agrif_parentcall == 1 ) { ModifyTheAgrifFunction_0(yyvsp[-1].d->dim.last); agrif_parentcall =0; fprintf(fortranout," = "); } } break; case 435: #line 2286 "fortran.y" {created_dimensionlist = 1;} break; case 440: #line 2294 "fortran.y" { inagrifcallargument = 0 ; incalldeclare=0; if ( oldfortranout && !strcasecmp(meetagrifinitgrids,subroutinename) && firstpass == 0 && callmpiinit == 1) { /* pos_end = setposcur(); RemoveWordSET_0(fortranout,pos_curcall, pos_end-pos_curcall); fprintf(oldfortranout," Call MPI_Init (%s) \n" ,mpiinitvar);*/ } if ( oldfortranout && callagrifinitgrids == 1 && firstpass == 0 ) { pos_end = setposcur(); RemoveWordSET_0(fortranout,pos_curcall, pos_end-pos_curcall); strcpy(subofagrifinitgrids,subroutinename); } Instanciation_0(sameagrifname); } break; case 445: #line 2328 "fortran.y" { if (!strcasecmp(yyvsp[0].nac,"MPI_Init") ) { callmpiinit = 1; } else { callmpiinit = 0; } if (!strcasecmp(yyvsp[0].nac,"Agrif_Init_Grids") ) { callagrifinitgrids = 1; strcpy(meetagrifinitgrids,subroutinename); } else callagrifinitgrids = 0; if ( !strcasecmp(yyvsp[0].nac,"Agrif_Open_File") ) { Add_SubroutineWhereAgrifUsed_1(subroutinename, curmodulename); } if ( Vartonumber(yyvsp[0].nac) == 1 ) { incalldeclare=1; inagrifcallargument = 1 ; Add_SubroutineWhereAgrifUsed_1(subroutinename, curmodulename); } } break; case 446: #line 2358 "fortran.y" {pos_curcall=setposcur()-4;} break; case 449: #line 2363 "fortran.y" { if ( callmpiinit == 1 ) { strcpy(mpiinitvar,yyvsp[0].na); if ( firstpass == 1 ) { Add_UsedInSubroutine_Var_1 (mpiinitvar); /* curvar=createvar($1,NULL); curlistvar=insertvar(NULL,curvar); List_Subr outineArgument_Var = AddListvarToListvar (curlistvar,List_SubroutineAr gument_Var,1);*/ } } } break; case 528: #line 2485 "fortran.y" {if ( couldaddvariable == 1 ) strcpy(yyval.na,yyvsp[0].na);} break; case 529: #line 2486 "fortran.y" {if ( couldaddvariable == 1 ) strcpy(yyval.na,yyvsp[0].na);} break; case 530: #line 2487 "fortran.y" {if ( couldaddvariable == 1 ) strcpy(yyval.na,yyvsp[0].na);} break; case 531: #line 2490 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,"%s,%s",yyvsp[-2].na,yyvsp[0].na);} break; case 532: #line 2492 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,"%s,%s",yyvsp[-2].na,yyvsp[0].na);} break; case 533: #line 2494 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,"%s,%s",yyvsp[-2].na,yyvsp[0].na);} break; case 534: #line 2496 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,"%s,%s",yyvsp[-2].na,yyvsp[0].na);} break; case 535: #line 2498 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,"%s,%s",yyvsp[-2].na,yyvsp[0].na);} break; case 536: #line 2500 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,"%s,%s",yyvsp[-2].na,yyvsp[0].na);} break; case 537: #line 2501 "fortran.y" {if ( couldaddvariable == 1 ) strcpy(yyval.na,yyvsp[0].na);} break; case 538: #line 2502 "fortran.y" {if ( couldaddvariable == 1 ) strcpy(yyval.na,yyvsp[0].na);} break; case 539: #line 2505 "fortran.y" {if ( couldaddvariable == 1 ) strcpy(yyval.na,yyvsp[0].na);} break; case 540: #line 2507 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na," (%s)",yyvsp[-1].na);} break; case 541: #line 2509 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,"(%s,%s)",yyvsp[-3].na,yyvsp[-1].na);} break; case 542: #line 2511 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,"(%s,%s)",yyvsp[-3].na,yyvsp[-1].na);} break; case 543: #line 2513 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,"(%s,%s)",yyvsp[-3].na,yyvsp[-1].na);} break; case 544: #line 2517 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,"%s=%s,%s)",yyvsp[-4].nac,yyvsp[-2].na,yyvsp[0].na);} break; case 545: #line 2520 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,"%s=%s,%s,%s)",yyvsp[-6].nac,yyvsp[-4].na,yyvsp[-2].na,yyvsp[0].na);} break; case 554: #line 2536 "fortran.y" {Add_Allocate_Var_1(yyvsp[0].nac,curmodulename);} break; case 557: #line 2541 "fortran.y" {Add_Allocate_Var_1(yyvsp[-3].nac,curmodulename);} break; case 571: #line 2564 "fortran.y" {strcpy(yyval.nac,yyvsp[0].nac);} break; #line 9558 "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: /home/daffy/u0/vern/flex/RCS/flex.skl,v 2.91 96/09/10 16:58:48 vern Exp $ */ #define FLEX_SCANNER #define YY_FLEX_MAJOR_VERSION 2 #define YY_FLEX_MINOR_VERSION 5 #include /* cfront 1.2 defines "c_plusplus" instead of "__cplusplus" */ #ifdef c_plusplus #ifndef __cplusplus #define __cplusplus #endif #endif #ifdef __cplusplus #include #include /* Use prototypes in function declarations. */ #define YY_USE_PROTOS /* The "const" storage-class-modifier is valid. */ #define YY_USE_CONST #else /* ! __cplusplus */ #if __STDC__ #define YY_USE_PROTOS #define YY_USE_CONST #endif /* __STDC__ */ #endif /* ! __cplusplus */ #ifdef __TURBOC__ #pragma warn -rch #pragma warn -use #include #include #define YY_USE_CONST #define YY_USE_PROTOS #endif #ifdef YY_USE_CONST #define yyconst const #else #define yyconst #endif #ifdef YY_USE_PROTOS #define YY_PROTO(proto) proto #else #define YY_PROTO(proto) () #endif /* Returned upon end-of-file. */ #define YY_NULL 0 /* Promotes a possibly negative, possibly signed char to an unsigned * integer for use as an array index. If the signed char is negative, * we want to instead treat it as an 8-bit unsigned char, hence the * double cast. */ #define YY_SC_TO_UI(c) ((unsigned int) (unsigned char) c) /* Enter a start condition. This macro really ought to take a parameter, * but we do it the disgusting crufty way forced on us by the ()-less * definition of BEGIN. */ #define BEGIN yy_start = 1 + 2 * /* Translate the current start state into a value that can be later handed * to BEGIN to return to the state. The YYSTATE alias is for lex * compatibility. */ #define YY_START ((yy_start - 1) / 2) #define YYSTATE YY_START /* Action number for EOF rule of a given start state. */ #define YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1) /* Special action meaning "start processing a new file". */ #define YY_NEW_FILE yyrestart( yyin ) #define YY_END_OF_BUFFER_CHAR 0 /* Size of default input buffer. */ #define YY_BUF_SIZE 16384 typedef struct yy_buffer_state *YY_BUFFER_STATE; extern int yyleng; extern FILE *yyin, *yyout; #define EOB_ACT_CONTINUE_SCAN 0 #define EOB_ACT_END_OF_FILE 1 #define EOB_ACT_LAST_MATCH 2 /* The funky do-while in the following #define is used to turn the definition * int a single C statement (which needs a semi-colon terminator). This * avoids problems with code like: * * if ( condition_holds ) * yyless( 5 ); * else * do_something_else(); * * Prior to using the do-while the compiler would get upset at the * "else" because it interpreted the "if" statement as being all * done when it reached the ';' after the yyless() call. */ /* Return all but the first 'n' matched characters back to the input stream. */ #define yyless(n) \ do \ { \ /* Undo effects of setting up yytext. */ \ *yy_cp = yy_hold_char; \ YY_RESTORE_YY_MORE_OFFSET \ yy_c_buf_p = yy_cp = yy_bp + n - YY_MORE_ADJ; \ YY_DO_BEFORE_ACTION; /* set up yytext again */ \ } \ while ( 0 ) #define unput(c) yyunput( c, yytext_ptr ) /* The following is because we cannot portably get our hands on size_t * (without autoconf's help, which isn't available because we want * flex-generated scanners to compile on their own). */ typedef unsigned int yy_size_t; struct yy_buffer_state { FILE *yy_input_file; char *yy_ch_buf; /* input buffer */ char *yy_buf_pos; /* current position in input buffer */ /* Size of input buffer in bytes, not including room for EOB * characters. */ yy_size_t yy_buf_size; /* Number of characters read into yy_ch_buf, not including EOB * characters. */ int yy_n_chars; /* Whether we "own" the buffer - i.e., we know we created it, * and can realloc() it to grow it, and should free() it to * delete it. */ int yy_is_our_buffer; /* Whether this is an "interactive" input source; if so, and * if we're using stdio for input, then we want to use getc() * instead of fread(), to make sure we stop fetching input after * each newline. */ int yy_is_interactive; /* Whether we're considered to be at the beginning of a line. * If so, '^' rules will be active on the next match, otherwise * not. */ int yy_at_bol; /* Whether to try to fill the input buffer when we reach the * end of it. */ int yy_fill_buffer; int yy_buffer_status; #define YY_BUFFER_NEW 0 #define YY_BUFFER_NORMAL 1 /* When an EOF's been seen but there's still some text to process * then we mark the buffer as YY_EOF_PENDING, to indicate that we * shouldn't try reading from the input source any more. We might * still have a bunch of tokens to match, though, because of * possible backing-up. * * When we actually see the EOF, we change the status to "new" * (via yyrestart()), so that the user can continue scanning by * just pointing yyin at a new input file. */ #define YY_BUFFER_EOF_PENDING 2 }; static YY_BUFFER_STATE yy_current_buffer = 0; /* We provide macros for accessing buffer states in case in the * future we want to put the buffer states in a more general * "scanner state". */ #define YY_CURRENT_BUFFER yy_current_buffer /* yy_hold_char holds the character lost when yytext is formed. */ static char yy_hold_char; static int yy_n_chars; /* number of characters read into yy_ch_buf */ int yyleng; /* Points to current character in buffer. */ static char *yy_c_buf_p = (char *) 0; static int yy_init = 1; /* whether we need to initialize */ static int yy_start = 0; /* start state number */ /* Flag which is used to allow yywrap()'s to do buffer switches * instead of setting up a fresh yyin. A bit of a hack ... */ static int yy_did_buffer_switch_on_eof; void yyrestart YY_PROTO(( FILE *input_file )); void yy_switch_to_buffer YY_PROTO(( YY_BUFFER_STATE new_buffer )); void yy_load_buffer_state YY_PROTO(( void )); YY_BUFFER_STATE yy_create_buffer YY_PROTO(( FILE *file, int size )); void yy_delete_buffer YY_PROTO(( YY_BUFFER_STATE b )); void yy_init_buffer YY_PROTO(( YY_BUFFER_STATE b, FILE *file )); void yy_flush_buffer YY_PROTO(( YY_BUFFER_STATE b )); #define YY_FLUSH_BUFFER yy_flush_buffer( yy_current_buffer ) YY_BUFFER_STATE yy_scan_buffer YY_PROTO(( char *base, yy_size_t size )); YY_BUFFER_STATE yy_scan_string YY_PROTO(( yyconst char *yy_str )); YY_BUFFER_STATE yy_scan_bytes YY_PROTO(( yyconst char *bytes, int len )); static void *yy_flex_alloc YY_PROTO(( yy_size_t )); static void *yy_flex_realloc YY_PROTO(( void *, yy_size_t )); static void yy_flex_free YY_PROTO(( void * )); #define yy_new_buffer yy_create_buffer #define yy_set_interactive(is_interactive) \ { \ if ( ! yy_current_buffer ) \ yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE ); \ yy_current_buffer->yy_is_interactive = is_interactive; \ } #define yy_set_bol(at_bol) \ { \ if ( ! yy_current_buffer ) \ yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE ); \ yy_current_buffer->yy_at_bol = at_bol; \ } #define YY_AT_BOL() (yy_current_buffer->yy_at_bol) typedef unsigned char YY_CHAR; FILE *yyin = (FILE *) 0, *yyout = (FILE *) 0; typedef int yy_state_type; extern char *yytext; #define yytext_ptr yytext static yy_state_type yy_get_previous_state YY_PROTO(( void )); static yy_state_type yy_try_NUL_trans YY_PROTO(( yy_state_type current_state )); static int yy_get_next_buffer YY_PROTO(( void )); static void yy_fatal_error YY_PROTO(( yyconst char msg[] )); /* Done after the current pattern has been matched and before the * corresponding action - sets up yytext. */ #define YY_DO_BEFORE_ACTION \ yytext_ptr = yy_bp; \ yyleng = (int) (yy_cp - yy_bp); \ yy_hold_char = *yy_cp; \ *yy_cp = '\0'; \ yy_c_buf_p = yy_cp; #define YY_NUM_RULES 173 #define YY_END_OF_BUFFER 174 static yyconst short int yy_accept[1124] = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 174, 173, 163, 159, 162, 172, 151, 150, 153, 165, 151, 153, 153, 155, 152, 138, 149, 154, 157, 156, 158, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 163, 159, 162, 172, 149, 144, 144, 144, 144, 144, 173, 173, 170, 173, 153, 144, 0, 0, 163, 164, 0, 162, 172, 172, 172, 0, 142, 0, 0, 165, 165, 165, 165, 0, 0, 0, 141, 0, 0, 133, 25, 0, 145, 0, 0, 0, 0, 0, 0, 0, 134, 0, 149, 24, 0, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 42, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 84, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 163, 161, 0, 161, 0, 0, 0, 0, 0, 164, 160, 161, 0, 172, 171, 172, 172, 172, 161, 149, 4, 144, 144, 144, 144, 144, 144, 0, 170, 0, 0, 0, 167, 25, 0, 0, 4, 0, 144, 144, 144, 144, 144, 144, 0, 0, 0, 172, 172, 0, 0, 165, 165, 0, 0, 0, 0, 140, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 148, 145, 0, 0, 0, 143, 0, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 114, 144, 144, 144, 0, 144, 144, 144, 144, 144, 15, 144, 144, 144, 113, 144, 144, 144, 144, 144, 0, 144, 0, 95, 144, 144, 144, 144, 144, 120, 144, 144, 125, 144, 144, 144, 144, 144, 144, 88, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 117, 144, 144, 144, 144, 144, 121, 144, 144, 144, 144, 144, 163, 161, 0, 164, 0, 0, 0, 0, 0, 0, 0, 161, 0, 161, 172, 172, 172, 149, 4, 4, 4, 4, 144, 144, 144, 144, 144, 144, 0, 0, 0, 167, 0, 0, 4, 4, 4, 4, 143, 0, 144, 144, 0, 144, 144, 144, 144, 0, 0, 0, 172, 172, 0, 0, 165, 165, 0, 0, 0, 0, 146, 0, 145, 0, 147, 0, 27, 0, 29, 28, 31, 30, 33, 0, 0, 35, 0, 145, 0, 146, 0, 145, 0, 147, 0, 143, 0, 144, 144, 124, 116, 144, 119, 122, 144, 21, 144, 144, 144, 144, 144, 115, 144, 144, 144, 0, 144, 144, 144, 93, 0, 107, 144, 144, 144, 144, 144, 144, 144, 144, 144, 0, 108, 144, 144, 144, 144, 144, 144, 144, 0, 87, 144, 144, 144, 144, 144, 144, 144, 0, 97, 144, 144, 0, 110, 144, 144, 144, 144, 111, 20, 59, 73, 144, 144, 144, 144, 144, 144, 144, 144, 78, 43, 144, 144, 144, 144, 68, 144, 126, 118, 144, 71, 53, 144, 0, 96, 98, 144, 91, 100, 144, 144, 163, 161, 164, 0, 0, 0, 0, 0, 0, 161, 0, 161, 172, 172, 172, 149, 4, 4, 144, 144, 144, 144, 144, 17, 0, 0, 0, 4, 4, 0, 143, 0, 144, 144, 144, 144, 0, 0, 0, 172, 172, 0, 0, 165, 165, 0, 0, 37, 26, 0, 34, 36, 0, 143, 0, 143, 144, 144, 144, 144, 144, 48, 144, 144, 144, 123, 144, 144, 0, 144, 144, 144, 0, 144, 144, 0, 0, 0, 0, 0, 0, 0, 0, 41, 144, 94, 144, 144, 144, 144, 144, 144, 144, 144, 144, 75, 75, 75, 75, 144, 0, 106, 112, 144, 144, 87, 144, 144, 89, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 51, 144, 76, 144, 144, 144, 0, 144, 144, 144, 144, 144, 101, 144, 144, 54, 80, 163, 161, 164, 0, 0, 0, 0, 0, 161, 0, 161, 172, 172, 172, 149, 4, 3, 0, 103, 144, 144, 85, 144, 69, 70, 69, 0, 0, 0, 4, 3, 0, 143, 0, 143, 144, 48, 144, 123, 0, 22, 0, 172, 22, 0, 22, 22, 165, 22, 0, 22, 22, 22, 32, 144, 22, 22, 22, 144, 144, 144, 62, 144, 144, 144, 144, 0, 144, 144, 139, 0, 0, 92, 144, 41, 0, 94, 0, 0, 0, 0, 0, 0, 0, 144, 144, 144, 144, 144, 144, 144, 144, 144, 0, 109, 144, 144, 144, 144, 144, 144, 144, 65, 144, 144, 144, 128, 99, 127, 129, 38, 144, 144, 144, 144, 144, 144, 82, 0, 144, 10, 74, 18, 144, 144, 81, 163, 161, 164, 0, 0, 0, 161, 172, 172, 22, 4, 3, 3, 144, 144, 144, 0, 0, 22, 4, 3, 3, 144, 22, 22, 22, 23, 166, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 144, 144, 144, 57, 144, 144, 144, 0, 0, 144, 144, 39, 92, 0, 144, 0, 0, 0, 0, 0, 0, 0, 0, 144, 144, 144, 144, 144, 144, 72, 144, 144, 144, 0, 0, 144, 144, 16, 49, 44, 144, 144, 45, 0, 144, 144, 144, 144, 66, 83, 7, 0, 0, 144, 0, 144, 144, 0, 0, 0, 172, 23, 4, 144, 144, 63, 0, 23, 4, 23, 23, 23, 144, 8, 144, 144, 86, 144, 144, 39, 0, 0, 144, 144, 0, 144, 0, 0, 0, 0, 0, 0, 72, 0, 144, 144, 144, 144, 144, 144, 55, 144, 64, 0, 0, 0, 135, 11, 19, 144, 144, 0, 144, 79, 67, 144, 0, 144, 0, 144, 144, 0, 0, 172, 4, 144, 58, 0, 4, 144, 131, 46, 144, 50, 0, 0, 144, 144, 0, 56, 0, 0, 0, 0, 0, 0, 55, 144, 144, 40, 144, 105, 144, 144, 0, 0, 0, 0, 135, 130, 90, 0, 144, 60, 0, 61, 0, 144, 144, 0, 58, 172, 4, 4, 144, 0, 4, 4, 144, 9, 0, 0, 144, 144, 56, 0, 0, 40, 0, 105, 0, 144, 144, 13, 144, 144, 0, 0, 0, 144, 0, 0, 102, 6, 0, 172, 4, 4, 144, 0, 4, 4, 47, 0, 0, 144, 144, 0, 0, 13, 0, 14, 144, 144, 52, 0, 0, 0, 144, 0, 102, 0, 172, 4, 2, 104, 0, 4, 2, 0, 0, 144, 144, 14, 0, 0, 132, 144, 0, 0, 0, 144, 0, 104, 172, 4, 0, 4, 0, 0, 137, 144, 132, 0, 12, 0, 0, 0, 144, 0, 172, 1, 0, 1, 137, 0, 144, 12, 0, 0, 0, 144, 0, 172, 0, 0, 136, 0, 0, 0, 77, 5, 172, 0, 136, 77, 172, 0, 172, 0, 172, 0, 172, 0, 172, 0, 168, 0, 0, 0, 0, 169, 0 } ; static yyconst int yy_ec[256] = { 0, 1, 1, 1, 1, 1, 1, 1, 1, 2, 3, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 20, 29, 30, 31, 32, 33, 1, 1, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 34, 1, 35, 1, 36, 1, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 63, 63, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 } ; static yyconst int yy_meta[64] = { 0, 1, 2, 3, 4, 1, 5, 1, 1, 1, 6, 1, 1, 1, 1, 7, 1, 7, 8, 1, 9, 9, 9, 9, 9, 9, 9, 9, 9, 1, 1, 1, 1, 1, 1, 1, 10, 11, 10, 10, 12, 13, 14, 15, 16, 10, 10, 10, 15, 15, 15, 11, 10, 12, 15, 15, 14, 15, 10, 17, 10, 10, 10, 5 } ; static yyconst short int yy_base[1180] = { 0, 0, 62, 0, 0, 0, 0, 4185, 65, 0, 55, 0, 0, 4187, 35, 69, 70, 74, 37, 75, 50, 53, 72, 93, 78, 66, 56, 148, 87, 81, 65, 68, 99, 71, 191, 230, 108, 183, 225, 244, 103, 137, 152, 185, 250, 265, 262, 281, 220, 286, 296, 308, 368, 134, 424, 321, 350, 149, 4149, 310, 337, 270, 4189, 4182, 4189, 158, 380, 481, 4147, 4129, 138, 163, 175, 179, 0, 4145, 4127, 4174, 4189, 147, 133, 4176, 4175, 192, 156, 232, 393, 376, 4189, 402, 406, 4189, 4189, 543, 184, 4127, 4123, 204, 218, 226, 4121, 4123, 4189, 584, 358, 4189, 448, 532, 507, 514, 572, 534, 588, 593, 605, 617, 381, 242, 169, 195, 404, 384, 312, 517, 672, 524, 378, 403, 544, 365, 630, 597, 545, 424, 565, 651, 679, 425, 650, 626, 648, 672, 673, 603, 674, 680, 684, 698, 686, 699, 704, 706, 584, 707, 710, 711, 730, 683, 297, 732, 735, 734, 737, 742, 750, 788, 795, 4170, 389, 316, 4135, 4123, 72, 4115, 807, 4189, 863, 427, 4166, 4189, 225, 327, 543, 632, 660, 804, 765, 799, 770, 764, 785, 788, 4165, 4189, 343, 4164, 774, 4189, 4163, 820, 564, 856, 918, 946, 4147, 271, 661, 187, 270, 4116, 4106, 812, 4114, 4104, 547, 804, 617, 398, 859, 894, 906, 868, 4189, 889, 871, 815, 860, 896, 4120, 372, 4141, 4140, 4139, 4138, 275, 4099, 4136, 4099, 4189, 874, 907, 908, 914, 4111, 4110, 864, 973, 999, 977, 975, 983, 984, 981, 1002, 986, 987, 1006, 1007, 1008, 1011, 1020, 1010, 4091, 737, 1029, 1032, 1017, 1036, 1089, 1033, 1078, 1042, 1035, 1047, 1058, 1038, 1057, 1063, 1101, 1071, 1013, 4189, 1070, 1079, 1082, 1083, 1105, 1110, 1148, 1149, 1112, 1117, 1119, 1126, 1128, 1133, 1139, 1076, 1125, 1137, 1140, 1151, 1161, 1162, 1171, 1163, 1175, 1176, 1177, 1186, 1187, 1184, 1198, 1189, 1199, 1202, 1141, 1245, 1207, 1221, 1209, 1211, 1213, 1225, 1264, 1283, 4088, 1290, 4145, 4092, 4096, 4089, 4093, 4091, 4101, 1346, 715, 922, 557, 1120, 837, 1266, 0, 931, 4098, 4091, 1236, 1235, 1243, 1264, 1271, 1274, 800, 4020, 1311, 4189, 1268, 873, 4003, 1332, 1295, 1132, 1401, 1440, 0, 3971, 1479, 697, 659, 815, 998, 3883, 3892, 932, 3876, 3823, 1231, 551, 561, 1302, 1321, 1342, 1351, 1355, 1385, 1410, 1424, 1449, 1463, 3829, 4189, 3812, 4189, 4189, 4189, 4189, 4189, 3767, 3805, 4189, 3802, 1347, 1488, 1497, 1506, 1515, 1524, 1533, 1302, 3778, 1327, 1304, 1525, 4189, 1273, 1362, 1361, 1402, 1403, 1441, 1442, 1526, 1443, 1527, 1528, 1531, 1533, 1535, 1534, 3773, 1549, 1553, 1539, 1597, 1655, 4189, 1541, 1554, 1563, 1565, 1567, 1569, 1575, 1578, 1577, 1361, 4189, 1583, 1714, 1587, 1623, 1591, 1596, 1607, 3762, 1611, 1617, 1612, 1616, 1630, 1631, 1645, 1639, 1684, 4189, 1652, 1654, 1690, 4189, 1741, 1672, 1742, 1743, 1744, 1745, 1746, 1747, 1751, 1757, 1766, 1756, 1767, 1771, 1772, 1777, 1776, 1801, 1779, 1780, 1781, 1782, 1787, 1790, 1800, 1802, 1828, 1805, 1806, 1810, 1846, 4189, 1808, 1812, 1809, 1814, 1830, 1832, 1870, 1885, 1892, 3770, 3752, 3770, 3767, 3761, 3797, 1948, 1009, 1380, 1303, 663, 1414, 1873, 3746, 3747, 1903, 1863, 1902, 1839, 1943, 3794, 1306, 1438, 1451, 1849, 1566, 2003, 2029, 2068, 1591, 424, 1063, 1373, 3756, 0, 1392, 3755, 0, 815, 3788, 1875, 3790, 1919, 1702, 4189, 4189, 3774, 4189, 4189, 1987, 2013, 2038, 2052, 1844, 2096, 1864, 1882, 1884, 1883, 1927, 1924, 1929, 1909, 1945, 1930, 3746, 1949, 2123, 2124, 2160, 2045, 2126, 3738, 3728, 1588, 3733, 3680, 1623, 3668, 3683, 1963, 2129, 1965, 2030, 2132, 2130, 2128, 2136, 2148, 2150, 2138, 2191, 4189, 2186, 2178, 2162, 2180, 1990, 4189, 2164, 2166, 2184, 4189, 2187, 2196, 2188, 2190, 2194, 2200, 2209, 2203, 2206, 2210, 2218, 2222, 2221, 2230, 2225, 2228, 2236, 2231, 2246, 2237, 2243, 2244, 2249, 3696, 2252, 2255, 2258, 2256, 2264, 4189, 2265, 2267, 2276, 2277, 2322, 2331, 2341, 2313, 3686, 1416, 3684, 2336, 2397, 1449, 1648, 1854, 2040, 3697, 2324, 3654, 1783, 2335, 4189, 2313, 2312, 1910, 2335, 2392, 4189, 2389, 2194, 2341, 3693, 2249, 2042, 2452, 2478, 2504, 2530, 1870, 3675, 2558, 3672, 0, 4189, 2615, 0, 0, 3677, 3676, 4189, 3659, 3654, 2353, 2366, 2400, 4189, 4189, 2643, 2392, 2355, 2331, 2369, 2384, 2385, 2389, 2390, 2391, 2392, 2397, 3580, 2431, 2415, 2393, 3585, 3582, 2395, 2430, 4189, 3575, 4189, 3566, 3580, 3539, 3541, 3550, 3535, 3495, 2454, 2455, 2457, 2480, 2481, 2428, 2670, 2458, 2671, 2455, 4189, 2482, 2708, 2672, 2676, 2677, 2692, 2483, 2484, 2678, 2680, 2690, 2685, 2699, 2700, 2703, 2739, 2705, 2710, 2711, 2712, 2714, 2721, 2715, 2537, 2726, 2719, 2724, 2735, 2775, 2744, 2745, 2781, 2792, 2801, 3478, 3436, 3432, 0, 1637, 3476, 3475, 3435, 0, 1991, 2750, 2772, 2806, 1959, 3473, 3472, 2313, 3471, 2356, 2860, 2921, 0, 3455, 4189, 4189, 0, 3466, 4189, 3468, 2537, 2621, 4189, 2905, 2793, 2747, 2782, 2779, 2805, 2753, 2897, 2780, 2802, 3429, 2458, 2899, 2791, 2898, 4189, 3428, 2900, 3429, 3426, 3409, 3422, 3423, 3409, 3421, 3407, 2902, 2903, 2918, 2922, 2923, 2924, 2926, 2927, 2928, 2936, 2981, 2976, 2937, 2951, 2955, 2957, 2958, 2959, 2963, 2960, 2997, 2965, 2966, 2967, 2969, 2979, 2981, 2987, 3024, 3423, 2988, 2811, 2990, 2993, 3417, 3407, 2459, 2510, 3453, 3419, 2994, 2997, 2462, 3026, 3448, 3029, 3063, 0, 3426, 3002, 3000, 3016, 3006, 3013, 3018, 3021, 4189, 3389, 3309, 3024, 3022, 3272, 3027, 3215, 3209, 3187, 3150, 3134, 3029, 4189, 3004, 3055, 3040, 3056, 3042, 3058, 3061, 3062, 3067, 3065, 3098, 2484, 3110, 3119, 3070, 3088, 3089, 3094, 2917, 3090, 3091, 3097, 3098, 2953, 3099, 2930, 3100, 3109, 2818, 2796, 2785, 2502, 3110, 3102, 2383, 3135, 3112, 3120, 3124, 3128, 3125, 2746, 2687, 3131, 3133, 2605, 3134, 2590, 2592, 2586, 2479, 2459, 2433, 4189, 3139, 3143, 3144, 3147, 3149, 3152, 3155, 2541, 3192, 3208, 3204, 3210, 3162, 3178, 2438, 3185, 3182, 2414, 3188, 2340, 3189, 3190, 2333, 4189, 2018, 2288, 2260, 3192, 112, 3197, 3188, 3200, 3191, 2137, 2149, 3210, 3211, 4189, 2017, 2011, 4189, 1998, 4189, 1986, 3212, 3213, 3197, 3216, 3218, 2624, 3271, 1977, 3239, 1982, 1903, 3223, 3231, 1885, 3254, 1854, 1829, 3232, 3066, 1951, 1593, 3241, 1822, 1744, 3242, 3245, 1736, 1662, 4189, 1653, 3250, 3257, 3252, 3254, 2850, 3310, 1642, 3270, 1622, 4189, 1521, 3100, 1441, 0, 3255, 3294, 1280, 1416, 1354, 1309, 3268, 3280, 4189, 1314, 1246, 3264, 3278, 3325, 3333, 1178, 3284, 1155, 4189, 3300, 1072, 3313, 2771, 1054, 1064, 3294, 3296, 4189, 1044, 3302, 3350, 3377, 992, 3305, 960, 3102, 0, 3337, 892, 4189, 829, 3312, 4189, 3342, 3388, 696, 3345, 555, 3358, 3364, 406, 3367, 3414, 3415, 348, 3368, 4189, 3341, 3380, 4189, 4189, 3366, 3381, 3351, 3367, 2713, 3390, 3382, 3386, 281, 3404, 4189, 3405, 3416, 3426, 177, 4189, 4189, 3482, 3499, 3516, 3533, 3550, 3567, 3577, 3584, 3601, 3615, 3629, 3646, 3663, 3672, 3685, 3702, 3716, 3722, 3731, 3748, 3765, 3424, 3427, 3428, 3774, 3432, 3436, 3440, 362, 2185, 3786, 3800, 3806, 3441, 3445, 3812, 3818, 3827, 3844, 3861, 3878, 3895, 3912, 3926, 3935, 3952, 3969, 3986, 4003, 4020, 4037, 4054, 4071, 4088, 4105, 4122 } ; static yyconst short int yy_def[1180] = { 0, 1123, 1, 1124, 1124, 1, 2, 1125, 1125, 1, 2, 1, 2, 1123, 1123, 1123, 1123, 1123, 1126, 1127, 1123, 1123, 1128, 1129, 1123, 1123, 1123, 1123, 1123, 1130, 1123, 1123, 1123, 1123, 1131, 1131, 35, 35, 35, 35, 38, 38, 38, 38, 38, 38, 38, 38, 38, 38, 37, 37, 1123, 1123, 1123, 1132, 1133, 37, 38, 38, 37, 38, 1123, 1134, 1123, 1134, 1135, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1126, 1126, 1126, 1127, 1123, 1127, 1127, 1128, 1123, 1128, 1128, 1129, 1136, 1129, 1123, 1129, 1129, 1123, 1123, 1123, 1137, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1138, 1130, 1123, 1123, 38, 38, 38, 38, 38, 38, 35, 38, 38, 115, 115, 115, 115, 115, 115, 115, 115, 1131, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 1123, 1123, 1139, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1140, 1132, 1123, 1132, 1132, 1132, 1140, 1141, 1142, 115, 115, 115, 115, 115, 115, 1134, 1123, 1134, 1143, 1143, 1123, 1143, 1143, 1143, 1144, 1143, 1123, 203, 203, 203, 203, 203, 1123, 1123, 1123, 1126, 1126, 1127, 1127, 1128, 1128, 1136, 1136, 1136, 1136, 1123, 1129, 1129, 1145, 1146, 1147, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1148, 1149, 1150, 1151, 1152, 1153, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 1154, 124, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 1123, 115, 1123, 1123, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 1123, 1123, 1123, 1123, 1139, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1155, 1155, 1132, 1132, 1132, 1156, 1142, 1142, 1142, 1142, 115, 115, 115, 115, 115, 115, 1134, 1143, 1143, 1123, 1143, 1143, 1144, 1144, 1144, 1144, 1143, 1143, 203, 203, 1143, 203, 203, 203, 203, 1123, 1123, 1123, 1126, 1126, 1127, 1127, 1128, 1128, 1136, 1129, 1129, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1148, 1123, 1123, 1123, 1123, 1123, 1123, 1157, 1153, 1158, 115, 115, 1123, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 1123, 115, 115, 115, 115, 1123, 1123, 115, 115, 115, 115, 115, 115, 115, 115, 115, 1123, 1123, 115, 1123, 115, 115, 115, 115, 115, 1123, 115, 115, 115, 115, 115, 115, 115, 115, 1123, 1123, 115, 115, 1123, 1123, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 1123, 1123, 115, 115, 115, 115, 115, 115, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1159, 1159, 1132, 1132, 1132, 1160, 1142, 1142, 115, 115, 115, 115, 115, 1123, 1134, 1143, 1143, 1144, 1144, 1143, 1143, 1143, 203, 203, 203, 203, 1123, 1161, 1123, 1126, 1162, 1127, 1163, 1128, 1164, 1129, 1165, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 115, 1123, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 1123, 115, 115, 115, 1123, 115, 115, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 1123, 1123, 115, 115, 115, 1123, 1123, 115, 115, 115, 1123, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 1123, 115, 115, 115, 115, 115, 1123, 115, 115, 115, 115, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1132, 1132, 1166, 1167, 1142, 1168, 1123, 1123, 115, 115, 1123, 115, 1123, 1123, 1123, 1134, 1143, 1169, 1144, 1170, 1143, 1143, 1143, 1143, 203, 203, 1123, 203, 1171, 1123, 1123, 1172, 1126, 1173, 1127, 1123, 1174, 1128, 1175, 1129, 1129, 1123, 1123, 1123, 1123, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 1123, 115, 115, 115, 1123, 1123, 115, 115, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 115, 115, 115, 115, 115, 115, 115, 115, 115, 1123, 1123, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 1123, 115, 115, 115, 115, 115, 115, 115, 1123, 1123, 1123, 1123, 1123, 1123, 655, 1132, 1176, 1132, 1142, 1168, 1168, 115, 115, 115, 1134, 1177, 1143, 1144, 1170, 1170, 1123, 1143, 203, 203, 1123, 1123, 1126, 1127, 1123, 1128, 1129, 1129, 1123, 1123, 115, 115, 115, 115, 115, 115, 115, 115, 115, 1123, 1123, 115, 115, 115, 1123, 1123, 115, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, 1123, 1178, 115, 115, 115, 115, 115, 115, 115, 115, 1123, 115, 115, 115, 115, 115, 115, 115, 1123, 1123, 115, 1123, 115, 115, 1123, 1123, 1123, 1132, 1132, 1142, 115, 115, 1123, 1134, 1143, 1144, 1143, 203, 203, 115, 115, 115, 115, 115, 115, 115, 1123, 1123, 1123, 115, 115, 1123, 115, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 115, 115, 115, 115, 115, 115, 115, 115, 115, 1178, 1123, 1179, 1178, 115, 115, 115, 115, 1123, 115, 115, 115, 115, 1123, 115, 1123, 115, 115, 1123, 1123, 1132, 1142, 115, 115, 1134, 1144, 115, 115, 115, 115, 115, 1123, 1123, 115, 115, 1123, 115, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 115, 115, 115, 115, 115, 115, 115, 1123, 1179, 1178, 1179, 1179, 115, 115, 1123, 115, 115, 1123, 115, 1123, 115, 115, 1123, 1123, 1132, 1142, 1142, 115, 1134, 1144, 1144, 115, 115, 1123, 1123, 115, 115, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 115, 115, 115, 115, 115, 1123, 1178, 1123, 115, 1123, 1123, 115, 115, 1123, 1132, 1142, 1142, 115, 1134, 1144, 1144, 115, 1123, 1123, 115, 115, 1123, 1123, 1123, 1123, 115, 115, 115, 115, 1123, 1178, 1123, 115, 1123, 1123, 1123, 1132, 1142, 1142, 115, 1134, 1144, 1144, 1123, 1123, 115, 115, 1123, 1123, 1123, 115, 115, 1123, 1178, 1123, 115, 1123, 1123, 1132, 1142, 1134, 1144, 1123, 1123, 115, 115, 1123, 1123, 115, 1123, 1178, 1123, 115, 1123, 1132, 1142, 1134, 1144, 1123, 1123, 115, 1123, 1178, 1178, 1123, 115, 1123, 1132, 1134, 1123, 115, 1178, 1179, 1123, 115, 1123, 1132, 1134, 1123, 1123, 1132, 1134, 1132, 1134, 1132, 1134, 1132, 1134, 1132, 1134, 1123, 1134, 1134, 1134, 1134, 1123, 0, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123 } ; static yyconst short int yy_nxt[4253] = { 0, 14, 15, 16, 17, 18, 19, 14, 20, 21, 22, 23, 24, 21, 25, 21, 26, 21, 27, 28, 29, 29, 29, 29, 29, 29, 29, 29, 29, 21, 30, 31, 32, 33, 21, 21, 34, 35, 36, 37, 38, 39, 40, 41, 34, 42, 34, 34, 43, 44, 45, 46, 47, 34, 48, 49, 50, 34, 34, 51, 34, 34, 34, 14, 52, 53, 54, 55, 64, 66, 65, 70, 72, 71, 72, 82, 71, 68, 73, 75, 92, 78, 56, 56, 56, 56, 56, 56, 56, 56, 56, 69, 68, 76, 67, 68, 86, 91, 68, 103, 102, 57, 58, 87, 88, 59, 69, 68, 68, 69, 68, 68, 69, 68, 83, 193, 68, 79, 60, 61, 68, 69, 69, 68, 69, 69, 210, 69, 84, 68, 69, 80, 105, 333, 69, 89, 72, 69, 72, 78, 70, 68, 71, 69, 108, 116, 108, 108, 131, 90, 93, 132, 93, 78, 133, 69, 108, 185, 108, 82, 134, 193, 1020, 108, 110, 71, 194, 71, 94, 94, 94, 94, 94, 94, 94, 94, 94, 211, 108, 211, 1122, 71, 108, 73, 214, 95, 186, 215, 135, 96, 68, 97, 108, 108, 136, 82, 98, 108, 99, 100, 187, 137, 138, 108, 69, 366, 254, 108, 101, 106, 217, 107, 107, 107, 107, 107, 107, 107, 107, 107, 117, 108, 108, 108, 225, 226, 108, 118, 179, 216, 108, 119, 108, 109, 120, 86, 139, 227, 108, 110, 108, 369, 87, 88, 121, 230, 255, 110, 106, 108, 107, 107, 107, 107, 107, 107, 107, 107, 107, 232, 231, 153, 338, 108, 108, 108, 122, 234, 111, 112, 123, 108, 109, 108, 233, 108, 124, 235, 113, 108, 125, 110, 108, 108, 1117, 114, 115, 140, 366, 366, 253, 108, 126, 396, 127, 141, 108, 128, 129, 108, 110, 142, 143, 108, 130, 108, 108, 108, 367, 370, 144, 108, 146, 108, 147, 108, 145, 108, 149, 148, 108, 108, 108, 154, 179, 191, 108, 155, 397, 180, 179, 156, 150, 160, 314, 151, 108, 108, 152, 157, 161, 108, 158, 159, 108, 108, 193, 108, 315, 260, 162, 108, 163, 329, 183, 108, 108, 108, 189, 108, 168, 135, 164, 181, 339, 108, 108, 330, 103, 108, 165, 243, 166, 167, 160, 243, 103, 182, 168, 86, 352, 161, 196, 197, 196, 108, 87, 88, 108, 1106, 390, 162, 68, 168, 198, 219, 220, 219, 190, 168, 1123, 82, 108, 221, 222, 86, 69, 169, 170, 86, 68, 171, 87, 88, 1123, 108, 87, 88, 108, 270, 252, 108, 199, 259, 172, 173, 174, 175, 176, 167, 391, 337, 108, 267, 168, 108, 200, 168, 108, 223, 108, 108, 366, 268, 177, 177, 177, 177, 177, 177, 177, 177, 177, 256, 257, 379, 1105, 108, 108, 258, 224, 108, 108, 169, 170, 683, 68, 171, 243, 243, 243, 243, 243, 243, 243, 243, 243, 282, 276, 108, 172, 173, 195, 196, 197, 196, 195, 195, 195, 201, 195, 195, 195, 195, 195, 195, 195, 195, 195, 202, 195, 203, 203, 203, 203, 203, 203, 203, 203, 203, 195, 195, 195, 195, 195, 195, 195, 204, 186, 204, 204, 204, 204, 205, 204, 118, 204, 204, 204, 206, 204, 204, 187, 204, 204, 204, 204, 207, 204, 204, 204, 204, 208, 204, 195, 93, 179, 93, 108, 108, 244, 245, 108, 78, 108, 108, 108, 78, 108, 108, 179, 108, 108, 108, 82, 108, 261, 197, 1102, 108, 108, 108, 266, 108, 108, 108, 108, 108, 108, 108, 95, 108, 108, 108, 96, 108, 97, 108, 108, 247, 108, 98, 549, 99, 100, 376, 275, 340, 108, 108, 519, 269, 108, 101, 239, 239, 239, 239, 239, 239, 239, 239, 239, 108, 108, 277, 550, 108, 357, 108, 82, 108, 303, 108, 240, 241, 246, 108, 108, 108, 108, 108, 108, 108, 108, 108, 337, 242, 108, 248, 108, 249, 168, 108, 108, 274, 108, 108, 108, 108, 250, 108, 291, 278, 251, 278, 108, 108, 108, 108, 108, 108, 108, 108, 337, 378, 179, 108, 108, 287, 168, 246, 108, 108, 262, 271, 262, 366, 103, 366, 108, 280, 272, 280, 108, 108, 273, 108, 108, 283, 106, 281, 263, 263, 263, 263, 263, 263, 263, 263, 263, 284, 108, 285, 108, 108, 286, 279, 288, 108, 108, 108, 368, 290, 540, 366, 245, 108, 659, 518, 108, 108, 289, 108, 292, 168, 108, 108, 108, 264, 293, 265, 294, 108, 108, 108, 108, 313, 108, 295, 108, 108, 297, 108, 304, 539, 305, 108, 108, 300, 1100, 301, 108, 298, 296, 244, 299, 302, 108, 310, 108, 108, 306, 307, 108, 108, 308, 108, 309, 108, 316, 108, 108, 311, 108, 320, 354, 355, 354, 108, 312, 317, 321, 322, 108, 318, 108, 108, 108, 319, 324, 108, 325, 167, 108, 323, 108, 327, 168, 325, 167, 108, 108, 193, 108, 168, 343, 108, 343, 327, 78, 325, 167, 253, 373, 349, 373, 168, 108, 108, 346, 78, 108, 197, 108, 108, 348, 169, 170, 351, 383, 171, 383, 366, 169, 170, 108, 350, 171, 108, 179, 344, 108, 531, 326, 173, 169, 170, 256, 347, 171, 326, 173, 108, 258, 345, 691, 356, 359, 197, 359, 377, 220, 326, 173, 327, 175, 335, 167, 380, 222, 220, 541, 168, 86, 385, 197, 385, 380, 222, 1096, 87, 88, 336, 336, 336, 336, 336, 336, 336, 336, 336, 86, 360, 521, 197, 219, 220, 219, 87, 88, 108, 169, 170, 221, 222, 171, 361, 219, 220, 219, 387, 411, 387, 225, 226, 221, 222, 108, 326, 173, 197, 402, 404, 402, 404, 518, 227, 382, 406, 533, 406, 168, 343, 545, 343, 545, 381, 362, 362, 362, 362, 362, 362, 362, 362, 362, 353, 353, 197, 353, 353, 353, 353, 353, 353, 353, 353, 353, 353, 353, 353, 353, 353, 363, 353, 364, 364, 364, 364, 364, 364, 364, 364, 364, 353, 353, 353, 353, 353, 353, 353, 365, 365, 365, 365, 365, 365, 365, 365, 365, 365, 365, 365, 365, 365, 365, 365, 365, 365, 365, 365, 365, 365, 365, 365, 365, 365, 365, 353, 108, 413, 108, 657, 108, 280, 366, 280, 108, 168, 108, 108, 1093, 108, 108, 281, 415, 108, 418, 108, 412, 108, 414, 416, 417, 108, 108, 108, 108, 108, 420, 108, 421, 108, 108, 108, 542, 108, 108, 1091, 419, 428, 425, 108, 432, 422, 108, 108, 423, 426, 108, 108, 108, 424, 108, 108, 108, 430, 427, 108, 108, 108, 108, 108, 108, 451, 431, 433, 444, 108, 445, 366, 445, 108, 108, 1088, 108, 108, 449, 108, 108, 434, 108, 434, 108, 108, 108, 447, 448, 450, 108, 108, 453, 278, 684, 278, 452, 108, 108, 1086, 446, 108, 108, 108, 1085, 108, 108, 108, 456, 108, 108, 435, 455, 179, 108, 108, 108, 457, 1082, 436, 108, 437, 108, 108, 438, 197, 108, 108, 439, 458, 459, 440, 108, 108, 441, 442, 460, 108, 443, 108, 463, 467, 463, 467, 108, 462, 108, 454, 472, 461, 464, 468, 478, 108, 108, 108, 108, 474, 520, 471, 108, 108, 1080, 108, 108, 473, 108, 108, 108, 108, 108, 535, 108, 476, 477, 108, 108, 108, 108, 475, 480, 108, 479, 108, 108, 498, 465, 469, 108, 108, 108, 481, 108, 108, 483, 108, 466, 470, 108, 482, 484, 485, 108, 108, 108, 108, 108, 108, 1078, 486, 487, 108, 490, 108, 108, 108, 108, 491, 492, 108, 108, 108, 488, 489, 493, 108, 108, 78, 108, 108, 108, 108, 494, 108, 108, 495, 108, 499, 108, 499, 108, 501, 108, 108, 497, 496, 108, 500, 108, 503, 504, 108, 108, 108, 502, 108, 507, 505, 508, 167, 518, 197, 108, 108, 168, 108, 168, 525, 530, 108, 527, 506, 108, 197, 103, 509, 548, 508, 167, 108, 108, 526, 509, 168, 508, 167, 1074, 108, 197, 108, 168, 108, 528, 169, 170, 82, 179, 171, 108, 193, 108, 108, 529, 354, 355, 354, 532, 559, 108, 559, 326, 173, 169, 170, 220, 108, 171, 108, 108, 169, 170, 380, 222, 171, 359, 197, 359, 1068, 534, 326, 173, 108, 561, 551, 561, 86, 326, 173, 509, 175, 516, 167, 87, 88, 86, 1073, 168, 658, 108, 563, 673, 87, 88, 445, 1070, 445, 517, 517, 517, 517, 517, 517, 517, 517, 517, 384, 384, 384, 384, 384, 384, 384, 384, 384, 657, 169, 170, 225, 226, 171, 168, 366, 553, 446, 688, 1069, 688, 552, 108, 108, 227, 565, 326, 173, 197, 384, 384, 384, 384, 384, 384, 384, 384, 384, 685, 108, 108, 179, 668, 197, 668, 362, 362, 362, 362, 362, 362, 362, 362, 362, 386, 386, 386, 386, 386, 386, 386, 386, 386, 108, 108, 197, 536, 197, 386, 386, 386, 386, 386, 386, 386, 386, 386, 168, 197, 660, 108, 108, 566, 168, 537, 537, 537, 537, 537, 537, 537, 537, 537, 388, 388, 388, 388, 388, 388, 388, 388, 388, 108, 567, 108, 538, 197, 388, 388, 388, 388, 388, 388, 388, 388, 388, 675, 674, 569, 108, 108, 108, 1066, 362, 362, 362, 362, 362, 362, 362, 362, 362, 403, 403, 403, 403, 403, 403, 403, 403, 403, 403, 403, 403, 403, 403, 403, 403, 403, 403, 405, 405, 405, 405, 405, 405, 405, 405, 405, 405, 405, 405, 405, 405, 405, 405, 405, 405, 407, 407, 407, 407, 407, 407, 407, 407, 407, 407, 407, 407, 407, 407, 407, 407, 407, 407, 108, 108, 108, 108, 564, 568, 108, 197, 108, 108, 108, 571, 572, 570, 108, 1064, 108, 108, 108, 108, 108, 573, 574, 108, 108, 108, 108, 108, 108, 108, 590, 108, 578, 108, 197, 576, 577, 579, 108, 579, 108, 108, 108, 592, 108, 108, 108, 366, 596, 591, 108, 593, 108, 108, 594, 108, 677, 108, 108, 595, 599, 108, 108, 607, 597, 607, 108, 108, 723, 108, 108, 610, 108, 600, 598, 108, 724, 601, 179, 606, 580, 1049, 108, 108, 682, 609, 108, 108, 108, 108, 168, 108, 108, 608, 581, 434, 168, 434, 108, 108, 613, 611, 727, 108, 108, 108, 108, 614, 108, 108, 615, 1063, 617, 616, 108, 108, 621, 871, 728, 618, 108, 1061, 108, 619, 463, 435, 463, 108, 620, 623, 467, 108, 467, 582, 464, 583, 1056, 108, 584, 1055, 468, 622, 585, 86, 108, 586, 108, 625, 587, 588, 698, 699, 589, 602, 602, 602, 602, 602, 602, 602, 602, 602, 602, 602, 108, 602, 602, 602, 602, 602, 603, 602, 604, 604, 604, 604, 604, 604, 604, 604, 604, 602, 602, 602, 602, 602, 602, 602, 605, 605, 605, 605, 605, 605, 605, 605, 605, 605, 605, 605, 605, 605, 605, 605, 605, 605, 605, 605, 605, 605, 605, 605, 605, 605, 605, 602, 108, 108, 108, 108, 108, 108, 108, 785, 1054, 785, 108, 1051, 626, 627, 624, 108, 108, 108, 108, 108, 108, 108, 108, 108, 628, 108, 108, 108, 629, 630, 633, 108, 108, 108, 631, 108, 108, 636, 108, 108, 108, 108, 108, 108, 635, 632, 108, 108, 634, 108, 638, 641, 108, 108, 640, 637, 108, 639, 108, 108, 108, 108, 642, 108, 108, 108, 108, 108, 108, 108, 499, 108, 499, 108, 197, 644, 108, 108, 108, 179, 500, 108, 108, 643, 108, 108, 108, 108, 108, 108, 108, 108, 1050, 645, 647, 646, 648, 167, 669, 657, 82, 1045, 168, 108, 108, 168, 108, 701, 108, 649, 366, 648, 167, 103, 1044, 108, 649, 168, 648, 167, 108, 780, 667, 705, 168, 676, 668, 664, 668, 664, 571, 169, 170, 795, 668, 171, 668, 665, 694, 108, 108, 108, 108, 108, 86, 707, 169, 170, 326, 173, 171, 87, 88, 169, 170, 1042, 706, 171, 108, 108, 108, 108, 108, 326, 173, 666, 1041, 670, 108, 670, 326, 173, 649, 175, 655, 167, 197, 671, 108, 108, 168, 672, 696, 108, 193, 108, 108, 709, 108, 108, 656, 656, 656, 656, 656, 656, 656, 656, 656, 708, 108, 710, 108, 108, 108, 108, 108, 712, 108, 169, 170, 1048, 714, 171, 607, 785, 607, 785, 711, 108, 1040, 108, 108, 877, 108, 108, 326, 173, 197, 560, 560, 560, 560, 560, 560, 560, 560, 560, 1038, 108, 678, 108, 678, 179, 608, 679, 679, 679, 679, 679, 679, 679, 679, 679, 197, 560, 560, 560, 560, 560, 560, 560, 560, 560, 1031, 179, 794, 197, 794, 1030, 1029, 537, 537, 537, 537, 537, 537, 537, 537, 537, 562, 562, 562, 562, 562, 562, 562, 562, 562, 108, 1028, 1016, 536, 197, 562, 562, 562, 562, 562, 562, 562, 562, 562, 781, 108, 680, 108, 680, 732, 719, 681, 681, 681, 681, 681, 681, 681, 681, 681, 687, 687, 108, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 702, 687, 703, 703, 703, 703, 703, 703, 703, 703, 703, 687, 687, 687, 687, 687, 687, 687, 704, 704, 704, 704, 704, 704, 704, 704, 704, 704, 704, 704, 704, 704, 704, 704, 704, 704, 704, 704, 704, 704, 704, 704, 704, 704, 704, 687, 108, 108, 579, 108, 579, 108, 108, 108, 716, 108, 720, 715, 733, 108, 736, 739, 735, 108, 108, 731, 108, 734, 108, 108, 108, 108, 108, 108, 1025, 1024, 108, 738, 108, 740, 409, 740, 244, 193, 409, 108, 737, 108, 108, 108, 108, 717, 243, 243, 243, 243, 243, 243, 243, 243, 243, 108, 108, 108, 108, 718, 108, 108, 743, 741, 108, 108, 745, 108, 108, 744, 742, 108, 108, 108, 108, 748, 746, 108, 108, 789, 108, 108, 108, 752, 747, 108, 108, 108, 108, 753, 108, 750, 197, 751, 108, 108, 749, 108, 108, 108, 108, 755, 108, 108, 108, 108, 754, 108, 108, 756, 758, 757, 108, 108, 108, 108, 108, 760, 759, 108, 108, 763, 108, 108, 108, 108, 108, 761, 764, 108, 108, 108, 108, 108, 792, 108, 769, 108, 108, 762, 108, 108, 108, 108, 108, 1018, 108, 766, 768, 108, 108, 767, 108, 108, 108, 664, 197, 664, 108, 108, 770, 108, 771, 772, 773, 665, 774, 167, 168, 1017, 108, 108, 168, 775, 168, 774, 167, 664, 670, 664, 670, 168, 103, 775, 197, 774, 167, 665, 671, 108, 108, 168, 672, 776, 786, 879, 86, 787, 794, 197, 794, 169, 170, 806, 807, 171, 108, 108, 108, 86, 169, 170, 108, 244, 171, 776, 87, 88, 326, 173, 169, 170, 790, 788, 171, 108, 193, 326, 173, 108, 1015, 672, 108, 672, 670, 1012, 670, 326, 173, 775, 175, 779, 167, 86, 671, 672, 108, 168, 672, 108, 87, 88, 243, 243, 243, 243, 243, 243, 243, 243, 243, 812, 108, 108, 986, 811, 108, 108, 108, 108, 108, 816, 108, 819, 108, 819, 169, 170, 108, 108, 171, 813, 817, 108, 108, 108, 108, 108, 815, 108, 814, 108, 108, 326, 173, 197, 822, 740, 1011, 740, 819, 876, 819, 876, 876, 108, 876, 108, 108, 108, 820, 825, 679, 679, 679, 679, 679, 679, 679, 679, 679, 197, 839, 821, 108, 108, 965, 741, 965, 1009, 1001, 108, 108, 834, 108, 108, 835, 891, 679, 679, 679, 679, 679, 679, 679, 679, 679, 197, 108, 108, 892, 108, 841, 179, 836, 1000, 999, 108, 108, 843, 108, 108, 838, 837, 681, 681, 681, 681, 681, 681, 681, 681, 681, 197, 108, 108, 108, 850, 108, 862, 86, 862, 983, 1007, 984, 1007, 934, 87, 88, 863, 681, 681, 681, 681, 681, 681, 681, 681, 681, 791, 791, 197, 791, 791, 791, 791, 791, 791, 791, 791, 791, 791, 791, 791, 791, 791, 796, 791, 797, 797, 797, 797, 797, 797, 797, 797, 797, 791, 791, 791, 791, 791, 791, 791, 798, 798, 798, 798, 798, 798, 798, 798, 798, 798, 798, 798, 798, 798, 798, 798, 798, 798, 798, 798, 798, 798, 798, 798, 798, 798, 798, 791, 800, 800, 86, 800, 1036, 998, 1036, 800, 800, 87, 88, 800, 997, 996, 800, 800, 800, 800, 800, 800, 800, 800, 799, 799, 995, 799, 799, 799, 799, 799, 799, 799, 799, 799, 799, 799, 799, 799, 799, 808, 799, 809, 809, 809, 809, 809, 809, 809, 809, 809, 799, 799, 799, 799, 799, 799, 799, 810, 810, 810, 810, 810, 810, 810, 810, 810, 810, 810, 810, 810, 810, 810, 810, 810, 810, 810, 810, 810, 810, 810, 810, 810, 810, 810, 799, 108, 108, 108, 844, 840, 844, 108, 108, 851, 179, 108, 848, 842, 845, 847, 108, 846, 108, 108, 108, 108, 992, 108, 108, 108, 108, 849, 108, 852, 108, 108, 853, 108, 108, 854, 108, 854, 108, 108, 108, 857, 108, 108, 1113, 108, 108, 108, 108, 860, 108, 108, 108, 108, 856, 108, 108, 108, 108, 108, 859, 858, 108, 108, 861, 864, 108, 108, 197, 108, 108, 865, 108, 865, 108, 108, 108, 773, 108, 775, 167, 108, 179, 108, 108, 855, 874, 108, 775, 991, 774, 167, 108, 108, 867, 108, 168, 775, 108, 775, 167, 108, 876, 108, 876, 244, 108, 865, 866, 865, 108, 888, 885, 883, 169, 170, 875, 884, 171, 982, 108, 1084, 108, 108, 108, 169, 170, 108, 108, 171, 108, 326, 173, 108, 169, 170, 108, 108, 171, 894, 886, 108, 326, 173, 929, 981, 1059, 889, 1059, 980, 108, 326, 173, 108, 108, 878, 878, 197, 878, 878, 878, 878, 878, 878, 878, 878, 878, 878, 878, 878, 878, 878, 880, 878, 881, 881, 881, 881, 881, 881, 881, 881, 881, 878, 878, 878, 878, 878, 878, 878, 882, 882, 882, 882, 882, 882, 882, 882, 882, 882, 882, 882, 882, 882, 882, 882, 882, 882, 882, 882, 882, 882, 882, 882, 882, 882, 882, 878, 197, 243, 243, 243, 243, 243, 243, 243, 243, 243, 108, 108, 108, 108, 887, 108, 108, 362, 362, 362, 362, 362, 362, 362, 362, 362, 893, 108, 108, 108, 896, 108, 108, 906, 905, 108, 108, 108, 909, 108, 108, 108, 907, 977, 911, 912, 975, 972, 108, 108, 108, 910, 908, 108, 108, 915, 108, 108, 108, 844, 913, 844, 916, 918, 108, 917, 108, 108, 108, 845, 108, 108, 108, 108, 920, 854, 108, 854, 108, 108, 108, 108, 108, 919, 921, 108, 926, 108, 108, 108, 108, 925, 108, 108, 108, 923, 108, 108, 924, 108, 108, 108, 862, 930, 862, 193, 108, 936, 197, 108, 108, 108, 863, 108, 931, 108, 940, 108, 108, 108, 108, 957, 928, 108, 108, 922, 108, 108, 937, 108, 108, 108, 108, 941, 108, 108, 942, 108, 938, 948, 108, 939, 197, 108, 950, 193, 108, 944, 108, 947, 943, 108, 108, 108, 108, 961, 956, 108, 959, 362, 362, 362, 362, 362, 362, 362, 362, 362, 108, 108, 108, 108, 108, 960, 108, 108, 958, 915, 108, 179, 108, 179, 1047, 108, 916, 108, 108, 917, 108, 967, 962, 108, 108, 964, 963, 108, 968, 108, 915, 969, 108, 108, 108, 108, 108, 916, 970, 108, 917, 971, 108, 108, 108, 108, 197, 108, 976, 973, 108, 108, 108, 108, 108, 108, 108, 108, 1065, 108, 974, 108, 108, 978, 108, 108, 1094, 979, 989, 108, 108, 108, 108, 108, 108, 985, 108, 990, 108, 108, 994, 955, 108, 987, 108, 988, 108, 108, 1003, 108, 108, 993, 108, 108, 108, 108, 108, 108, 1002, 197, 108, 108, 1006, 967, 1004, 108, 108, 108, 197, 108, 968, 108, 954, 969, 108, 967, 1005, 108, 1008, 967, 1008, 967, 968, 108, 108, 969, 916, 108, 968, 917, 108, 969, 1010, 108, 108, 108, 108, 108, 1013, 1014, 108, 1022, 108, 953, 108, 108, 1021, 108, 1019, 1023, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 1033, 108, 108, 108, 1027, 179, 1026, 1035, 108, 1034, 1032, 952, 108, 108, 108, 108, 108, 108, 108, 951, 108, 1037, 915, 1037, 108, 108, 108, 108, 1039, 916, 108, 1052, 917, 108, 108, 108, 1046, 108, 1043, 108, 108, 108, 108, 108, 108, 193, 1057, 108, 1053, 108, 1058, 179, 108, 108, 108, 108, 108, 108, 1062, 108, 1060, 915, 1060, 108, 193, 108, 108, 1075, 916, 108, 108, 917, 108, 1072, 949, 1076, 1071, 1076, 1067, 108, 108, 108, 108, 1077, 915, 1077, 108, 108, 193, 1079, 108, 916, 179, 915, 917, 1087, 108, 108, 108, 1081, 916, 1083, 179, 917, 108, 1089, 1089, 1092, 1089, 179, 1097, 946, 1089, 1089, 108, 193, 1089, 179, 193, 1089, 1089, 1089, 1089, 1089, 1089, 1089, 1089, 1090, 915, 1090, 108, 193, 193, 179, 1101, 916, 1095, 193, 917, 915, 1111, 193, 1103, 1098, 1098, 1107, 1099, 108, 1104, 917, 1098, 1098, 108, 108, 1098, 193, 193, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 1098, 915, 967, 193, 1109, 108, 108, 1112, 916, 968, 1114, 917, 969, 193, 1108, 384, 1110, 384, 386, 388, 386, 388, 1115, 403, 945, 403, 1116, 405, 366, 405, 1119, 407, 560, 407, 560, 197, 562, 1120, 562, 935, 179, 933, 1118, 932, 927, 904, 903, 902, 901, 900, 899, 898, 897, 895, 890, 82, 78, 366, 197, 197, 197, 873, 179, 179, 870, 869, 1121, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 63, 63, 63, 63, 63, 63, 63, 63, 63, 63, 63, 63, 63, 63, 63, 63, 63, 74, 74, 868, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 74, 77, 77, 833, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 81, 81, 81, 81, 81, 81, 81, 81, 81, 81, 81, 81, 81, 81, 81, 81, 81, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, 104, 104, 832, 831, 830, 829, 104, 108, 108, 108, 108, 108, 108, 108, 108, 108, 108, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 178, 184, 828, 184, 827, 184, 184, 826, 824, 823, 818, 184, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 195, 195, 195, 195, 195, 195, 195, 195, 195, 195, 82, 195, 195, 195, 195, 82, 195, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, 94, 78, 803, 94, 94, 238, 238, 238, 238, 366, 238, 238, 366, 238, 238, 197, 238, 238, 783, 179, 238, 238, 328, 328, 328, 328, 328, 328, 328, 328, 328, 328, 328, 328, 328, 328, 328, 328, 328, 336, 778, 336, 777, 765, 336, 341, 730, 341, 729, 341, 341, 342, 342, 726, 342, 342, 342, 342, 342, 342, 342, 342, 342, 342, 342, 342, 342, 342, 353, 353, 353, 353, 353, 353, 353, 353, 353, 353, 353, 353, 353, 353, 353, 353, 353, 358, 358, 358, 358, 358, 358, 358, 358, 358, 358, 358, 358, 358, 358, 358, 358, 358, 401, 725, 722, 401, 401, 262, 721, 262, 713, 700, 82, 693, 262, 689, 686, 530, 663, 662, 530, 654, 262, 517, 653, 517, 652, 651, 517, 522, 650, 522, 612, 522, 522, 656, 575, 656, 408, 558, 656, 661, 557, 661, 556, 661, 661, 687, 687, 555, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 687, 690, 690, 554, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 690, 692, 692, 547, 692, 692, 692, 692, 692, 692, 692, 692, 692, 692, 692, 692, 692, 692, 695, 695, 695, 695, 695, 695, 695, 695, 695, 695, 695, 695, 695, 695, 695, 695, 695, 697, 697, 697, 697, 697, 697, 697, 697, 697, 697, 697, 697, 697, 697, 697, 697, 697, 782, 782, 782, 782, 782, 782, 782, 782, 782, 782, 782, 782, 782, 782, 782, 782, 782, 104, 546, 104, 544, 104, 104, 784, 784, 543, 784, 784, 784, 784, 784, 784, 784, 784, 784, 784, 784, 784, 784, 784, 791, 791, 791, 791, 791, 791, 791, 791, 791, 791, 791, 791, 791, 791, 791, 791, 791, 793, 793, 793, 793, 793, 793, 793, 793, 793, 793, 793, 793, 793, 793, 793, 793, 793, 799, 799, 366, 799, 799, 799, 799, 799, 799, 799, 799, 799, 799, 799, 799, 799, 799, 801, 801, 197, 801, 801, 801, 801, 801, 801, 801, 801, 801, 801, 801, 801, 801, 801, 802, 802, 197, 802, 802, 802, 802, 802, 802, 802, 802, 802, 802, 802, 802, 802, 802, 804, 804, 804, 804, 804, 804, 804, 804, 804, 804, 804, 804, 804, 804, 804, 804, 804, 805, 805, 805, 805, 805, 805, 805, 805, 805, 805, 805, 805, 805, 805, 805, 805, 805, 872, 872, 872, 872, 872, 872, 872, 872, 872, 872, 872, 872, 872, 872, 872, 872, 872, 878, 878, 878, 878, 878, 878, 878, 878, 878, 878, 878, 878, 878, 878, 878, 878, 878, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 966, 966, 966, 966, 966, 966, 966, 966, 966, 966, 966, 966, 966, 966, 966, 966, 966, 524, 523, 515, 514, 513, 512, 511, 510, 179, 333, 429, 410, 408, 400, 399, 398, 395, 394, 393, 392, 389, 375, 374, 372, 371, 366, 197, 197, 193, 179, 334, 332, 331, 179, 237, 236, 229, 228, 82, 82, 78, 213, 212, 210, 209, 193, 188, 1123, 64, 13, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123 } ; static yyconst short int yy_chk[4253] = { 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 8, 10, 8, 15, 16, 15, 16, 22, 17, 14, 17, 18, 25, 19, 2, 2, 2, 2, 2, 2, 2, 2, 2, 14, 20, 18, 10, 21, 23, 24, 26, 29, 28, 2, 2, 23, 23, 2, 20, 30, 25, 21, 31, 15, 26, 33, 22, 986, 17, 19, 2, 2, 24, 30, 25, 29, 31, 15, 172, 33, 22, 28, 17, 19, 32, 172, 24, 23, 53, 29, 53, 80, 70, 32, 70, 28, 40, 36, 36, 36, 40, 23, 27, 40, 27, 79, 40, 32, 36, 57, 40, 84, 40, 65, 986, 36, 36, 71, 65, 71, 27, 27, 27, 27, 27, 27, 27, 27, 27, 72, 41, 72, 1121, 73, 41, 73, 79, 27, 57, 80, 41, 27, 27, 27, 41, 42, 42, 83, 27, 42, 27, 27, 57, 42, 42, 42, 27, 207, 118, 42, 27, 34, 84, 34, 34, 34, 34, 34, 34, 34, 34, 34, 37, 37, 37, 118, 94, 94, 43, 37, 180, 83, 43, 37, 119, 34, 37, 85, 43, 94, 37, 37, 43, 207, 85, 85, 37, 97, 119, 34, 35, 119, 35, 35, 35, 35, 35, 35, 35, 35, 35, 98, 97, 48, 180, 38, 38, 48, 38, 99, 35, 35, 38, 48, 35, 38, 98, 48, 38, 99, 35, 117, 38, 38, 39, 39, 1115, 35, 35, 44, 208, 205, 117, 44, 39, 234, 39, 44, 117, 39, 39, 39, 39, 44, 45, 46, 39, 44, 45, 46, 205, 208, 45, 61, 46, 46, 46, 61, 45, 46, 47, 46, 45, 61, 47, 49, 55, 61, 47, 49, 234, 55, 181, 49, 47, 50, 158, 47, 47, 49, 47, 49, 50, 49, 49, 49, 50, 51, 194, 50, 158, 122, 50, 59, 51, 169, 56, 59, 51, 50, 59, 51, 56, 59, 51, 55, 181, 59, 122, 169, 56, 51, 52, 1152, 52, 52, 60, 1152, 104, 55, 52, 87, 194, 60, 66, 66, 66, 60, 87, 87, 60, 1100, 229, 60, 56, 168, 66, 86, 86, 86, 60, 168, 104, 217, 129, 86, 86, 89, 56, 52, 52, 90, 52, 52, 89, 89, 104, 126, 90, 90, 116, 129, 116, 121, 66, 121, 52, 52, 54, 54, 54, 54, 229, 177, 126, 126, 54, 116, 66, 177, 121, 89, 127, 120, 540, 127, 54, 54, 54, 54, 54, 54, 54, 54, 54, 120, 120, 217, 1096, 127, 120, 120, 90, 133, 137, 54, 54, 540, 54, 54, 106, 106, 106, 106, 106, 106, 106, 106, 106, 137, 133, 137, 54, 54, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 93, 182, 93, 108, 108, 107, 109, 108, 214, 123, 109, 109, 377, 108, 109, 338, 125, 108, 108, 378, 109, 123, 200, 1093, 109, 109, 123, 125, 107, 107, 111, 111, 107, 125, 111, 93, 128, 132, 107, 93, 111, 93, 107, 107, 111, 111, 93, 377, 93, 93, 214, 132, 182, 128, 132, 338, 128, 134, 93, 103, 103, 103, 103, 103, 103, 103, 103, 103, 110, 110, 134, 378, 110, 200, 134, 216, 152, 152, 110, 103, 103, 110, 110, 110, 112, 112, 113, 113, 112, 131, 113, 183, 103, 152, 112, 143, 113, 183, 112, 112, 131, 114, 114, 113, 113, 114, 131, 143, 135, 115, 135, 114, 143, 115, 115, 114, 114, 115, 139, 184, 216, 520, 130, 115, 139, 184, 115, 115, 115, 124, 130, 124, 368, 184, 206, 139, 136, 130, 136, 130, 140, 130, 138, 135, 138, 124, 136, 124, 124, 124, 124, 124, 124, 124, 124, 124, 138, 140, 138, 138, 135, 138, 135, 140, 141, 142, 144, 206, 142, 368, 367, 136, 145, 520, 336, 157, 146, 141, 148, 144, 336, 141, 142, 144, 124, 145, 124, 146, 136, 145, 147, 149, 157, 146, 147, 148, 150, 148, 151, 153, 367, 153, 154, 155, 150, 1091, 151, 147, 149, 147, 263, 149, 151, 150, 155, 151, 153, 153, 153, 154, 155, 153, 156, 154, 159, 159, 161, 160, 156, 162, 161, 196, 196, 196, 163, 156, 159, 162, 163, 156, 160, 159, 164, 161, 160, 165, 162, 165, 165, 263, 164, 163, 166, 165, 166, 166, 189, 186, 352, 164, 166, 185, 188, 185, 174, 215, 174, 174, 186, 211, 189, 211, 174, 189, 186, 186, 548, 190, 199, 188, 191, 188, 165, 165, 191, 225, 165, 225, 369, 166, 166, 187, 190, 166, 190, 340, 185, 191, 352, 165, 165, 174, 174, 187, 187, 174, 166, 166, 187, 187, 185, 548, 199, 201, 201, 201, 215, 218, 174, 174, 176, 176, 176, 176, 218, 218, 221, 369, 176, 224, 226, 357, 226, 221, 221, 1086, 224, 224, 176, 176, 176, 176, 176, 176, 176, 176, 176, 223, 201, 340, 1084, 219, 219, 219, 223, 223, 245, 176, 176, 219, 219, 176, 201, 220, 220, 220, 227, 245, 227, 239, 239, 220, 220, 245, 176, 176, 202, 240, 241, 240, 241, 337, 239, 224, 242, 357, 242, 337, 343, 373, 343, 373, 223, 202, 202, 202, 202, 202, 202, 202, 202, 202, 203, 203, 203, 203, 203, 203, 203, 203, 203, 203, 203, 203, 203, 203, 203, 203, 203, 203, 203, 203, 203, 203, 203, 203, 203, 203, 203, 203, 203, 203, 203, 203, 203, 203, 203, 203, 203, 203, 203, 203, 203, 203, 203, 203, 203, 203, 203, 203, 203, 203, 203, 203, 203, 203, 203, 203, 203, 203, 203, 203, 203, 203, 203, 246, 247, 249, 517, 248, 280, 370, 280, 252, 517, 250, 251, 1080, 254, 255, 280, 249, 246, 252, 249, 246, 248, 248, 250, 251, 252, 247, 250, 251, 253, 254, 255, 255, 256, 257, 258, 370, 261, 259, 1078, 253, 261, 258, 247, 266, 256, 253, 260, 256, 259, 256, 257, 258, 257, 261, 259, 264, 264, 260, 265, 269, 266, 272, 267, 260, 275, 265, 267, 269, 271, 270, 541, 270, 264, 273, 1074, 265, 269, 273, 272, 267, 268, 275, 268, 276, 274, 271, 271, 271, 274, 277, 273, 277, 278, 541, 278, 276, 282, 279, 1070, 270, 276, 274, 297, 1069, 270, 283, 277, 282, 284, 285, 268, 279, 339, 282, 279, 268, 283, 1066, 268, 297, 268, 270, 283, 268, 361, 284, 285, 268, 284, 285, 268, 286, 268, 268, 268, 286, 287, 268, 290, 288, 289, 288, 289, 291, 287, 292, 278, 291, 286, 288, 289, 298, 293, 287, 294, 290, 293, 339, 290, 295, 291, 1063, 292, 299, 292, 296, 300, 316, 298, 293, 361, 294, 295, 296, 288, 289, 295, 301, 294, 300, 299, 299, 296, 300, 316, 288, 289, 302, 303, 305, 301, 288, 289, 302, 301, 288, 289, 304, 301, 303, 304, 306, 307, 308, 302, 303, 305, 1061, 304, 305, 311, 308, 309, 310, 304, 313, 309, 310, 306, 307, 308, 306, 307, 311, 312, 314, 376, 311, 315, 309, 310, 312, 313, 318, 313, 320, 317, 321, 317, 322, 318, 312, 314, 315, 314, 315, 317, 319, 320, 321, 318, 323, 320, 319, 321, 324, 322, 324, 324, 341, 356, 347, 346, 324, 319, 341, 346, 351, 323, 348, 323, 317, 1048, 341, 325, 376, 325, 325, 347, 346, 347, 327, 325, 327, 327, 1056, 348, 360, 317, 327, 349, 349, 324, 324, 379, 519, 324, 350, 531, 414, 351, 350, 354, 354, 354, 356, 408, 349, 408, 324, 324, 325, 325, 380, 350, 325, 414, 351, 327, 327, 380, 380, 327, 359, 359, 359, 1048, 360, 325, 325, 411, 410, 379, 410, 381, 327, 327, 335, 335, 335, 335, 381, 381, 382, 1055, 335, 519, 411, 411, 531, 382, 382, 445, 1051, 445, 335, 335, 335, 335, 335, 335, 335, 335, 335, 383, 383, 383, 383, 383, 383, 383, 383, 383, 518, 335, 335, 401, 401, 335, 518, 542, 382, 445, 545, 1050, 545, 381, 416, 415, 401, 415, 335, 335, 362, 384, 384, 384, 384, 384, 384, 384, 384, 384, 542, 416, 415, 521, 652, 1049, 652, 362, 362, 362, 362, 362, 362, 362, 362, 362, 385, 385, 385, 385, 385, 385, 385, 385, 385, 417, 418, 532, 362, 363, 386, 386, 386, 386, 386, 386, 386, 386, 386, 656, 533, 521, 417, 418, 418, 656, 363, 363, 363, 363, 363, 363, 363, 363, 363, 387, 387, 387, 387, 387, 387, 387, 387, 387, 419, 420, 422, 363, 366, 388, 388, 388, 388, 388, 388, 388, 388, 388, 533, 532, 422, 419, 420, 422, 1044, 366, 366, 366, 366, 366, 366, 366, 366, 366, 402, 402, 402, 402, 402, 402, 402, 402, 402, 403, 403, 403, 403, 403, 403, 403, 403, 403, 404, 404, 404, 404, 404, 404, 404, 404, 404, 405, 405, 405, 405, 405, 405, 405, 405, 405, 406, 406, 406, 406, 406, 406, 406, 406, 406, 407, 407, 407, 407, 407, 407, 407, 407, 407, 412, 421, 423, 424, 412, 421, 425, 535, 426, 428, 427, 424, 426, 423, 432, 1042, 436, 412, 421, 423, 424, 427, 428, 425, 430, 426, 428, 427, 431, 437, 436, 432, 432, 436, 1022, 430, 431, 433, 438, 433, 439, 430, 440, 438, 441, 431, 437, 539, 441, 437, 442, 438, 444, 443, 439, 438, 535, 439, 447, 440, 443, 441, 449, 450, 441, 450, 451, 442, 584, 444, 443, 452, 433, 444, 442, 447, 584, 447, 780, 449, 433, 1022, 453, 451, 539, 451, 455, 457, 452, 433, 657, 458, 456, 450, 433, 434, 657, 434, 450, 453, 456, 453, 587, 455, 457, 459, 460, 457, 458, 456, 458, 1040, 460, 459, 462, 450, 462, 780, 587, 460, 461, 1038, 459, 460, 463, 434, 463, 465, 461, 466, 467, 462, 467, 434, 463, 434, 1031, 461, 434, 1029, 467, 465, 434, 553, 465, 434, 466, 470, 434, 434, 553, 553, 434, 448, 448, 448, 448, 448, 448, 448, 448, 448, 448, 448, 470, 448, 448, 448, 448, 448, 448, 448, 448, 448, 448, 448, 448, 448, 448, 448, 448, 448, 448, 448, 448, 448, 448, 448, 448, 448, 448, 448, 448, 448, 448, 448, 448, 448, 448, 448, 448, 448, 448, 448, 448, 448, 448, 448, 448, 448, 448, 448, 448, 448, 448, 448, 469, 471, 472, 473, 474, 475, 476, 663, 1028, 663, 477, 1025, 471, 472, 469, 480, 478, 469, 471, 472, 473, 474, 475, 476, 477, 479, 481, 477, 478, 479, 482, 483, 480, 478, 480, 485, 484, 486, 487, 488, 489, 490, 479, 481, 484, 481, 491, 482, 483, 492, 488, 492, 485, 484, 490, 487, 488, 489, 490, 493, 486, 494, 495, 491, 496, 497, 492, 501, 503, 498, 499, 502, 499, 504, 534, 502, 493, 486, 494, 658, 499, 496, 497, 498, 501, 503, 498, 495, 502, 505, 504, 506, 1024, 505, 507, 506, 507, 507, 528, 522, 550, 1018, 507, 563, 495, 522, 505, 563, 506, 508, 682, 508, 508, 522, 1017, 528, 509, 508, 509, 509, 563, 658, 526, 565, 509, 534, 527, 525, 527, 525, 526, 507, 507, 682, 668, 507, 668, 525, 550, 526, 565, 566, 568, 567, 552, 567, 508, 508, 507, 507, 508, 552, 552, 509, 509, 1015, 566, 509, 566, 568, 567, 527, 525, 508, 508, 525, 1012, 529, 572, 529, 509, 509, 516, 516, 516, 516, 1021, 529, 527, 525, 516, 529, 552, 570, 789, 572, 569, 570, 571, 574, 516, 516, 516, 516, 516, 516, 516, 516, 516, 569, 570, 571, 529, 569, 573, 571, 574, 574, 576, 516, 516, 1021, 576, 516, 607, 785, 607, 785, 573, 529, 1011, 573, 590, 789, 592, 576, 516, 516, 536, 559, 559, 559, 559, 559, 559, 559, 559, 559, 1009, 590, 536, 592, 536, 982, 607, 536, 536, 536, 536, 536, 536, 536, 536, 536, 537, 560, 560, 560, 560, 560, 560, 560, 560, 560, 1001, 659, 677, 677, 677, 999, 997, 537, 537, 537, 537, 537, 537, 537, 537, 537, 561, 561, 561, 561, 561, 561, 561, 561, 561, 593, 996, 982, 537, 538, 562, 562, 562, 562, 562, 562, 562, 562, 562, 659, 580, 538, 593, 538, 593, 580, 538, 538, 538, 538, 538, 538, 538, 538, 538, 564, 564, 580, 564, 564, 564, 564, 564, 564, 564, 564, 564, 564, 564, 564, 564, 564, 564, 564, 564, 564, 564, 564, 564, 564, 564, 564, 564, 564, 564, 564, 564, 564, 564, 564, 564, 564, 564, 564, 564, 564, 564, 564, 564, 564, 564, 564, 564, 564, 564, 564, 564, 564, 564, 564, 564, 564, 564, 564, 564, 564, 564, 564, 577, 578, 579, 581, 579, 596, 591, 595, 578, 594, 581, 577, 594, 597, 597, 600, 596, 577, 578, 591, 581, 595, 596, 591, 595, 598, 594, 599, 992, 991, 597, 599, 600, 601, 1153, 601, 604, 673, 1153, 605, 598, 609, 598, 610, 599, 579, 603, 603, 603, 603, 603, 603, 603, 603, 603, 604, 605, 606, 609, 579, 610, 611, 610, 601, 613, 615, 613, 616, 601, 611, 606, 617, 604, 614, 606, 617, 614, 618, 611, 673, 620, 613, 615, 621, 616, 601, 619, 622, 617, 622, 614, 619, 676, 620, 618, 623, 618, 620, 625, 624, 621, 624, 627, 619, 622, 628, 623, 626, 630, 625, 627, 626, 623, 629, 632, 625, 624, 629, 628, 627, 633, 634, 628, 631, 626, 630, 635, 631, 635, 637, 629, 632, 638, 640, 676, 639, 640, 633, 634, 633, 631, 641, 643, 635, 644, 984, 637, 637, 639, 638, 640, 638, 639, 645, 646, 650, 792, 650, 641, 643, 641, 644, 643, 644, 647, 650, 647, 647, 661, 983, 645, 646, 647, 648, 661, 648, 648, 664, 654, 664, 654, 648, 661, 649, 674, 649, 649, 664, 654, 667, 666, 649, 654, 650, 666, 792, 696, 667, 794, 794, 794, 647, 647, 696, 696, 647, 667, 666, 704, 697, 648, 648, 669, 703, 648, 664, 697, 697, 647, 647, 649, 649, 674, 669, 649, 704, 938, 648, 648, 669, 980, 672, 703, 672, 670, 977, 670, 649, 649, 655, 655, 655, 655, 698, 670, 672, 705, 655, 670, 703, 698, 698, 702, 702, 702, 702, 702, 702, 702, 702, 702, 706, 707, 705, 938, 705, 708, 709, 710, 711, 716, 711, 719, 714, 712, 714, 655, 655, 706, 707, 655, 707, 712, 708, 709, 710, 711, 716, 710, 719, 709, 712, 715, 655, 655, 678, 715, 740, 975, 740, 819, 870, 819, 870, 876, 736, 876, 720, 714, 715, 714, 720, 678, 678, 678, 678, 678, 678, 678, 678, 678, 679, 736, 714, 720, 714, 915, 740, 915, 972, 956, 731, 732, 731, 733, 738, 732, 819, 679, 679, 679, 679, 679, 679, 679, 679, 679, 680, 731, 732, 819, 733, 738, 871, 733, 955, 954, 734, 735, 742, 748, 749, 735, 734, 680, 680, 680, 680, 680, 680, 680, 680, 680, 681, 734, 735, 742, 748, 749, 765, 805, 765, 935, 965, 935, 965, 871, 805, 805, 765, 681, 681, 681, 681, 681, 681, 681, 681, 681, 684, 684, 684, 684, 684, 684, 684, 684, 684, 684, 684, 684, 684, 684, 684, 684, 684, 684, 684, 684, 684, 684, 684, 684, 684, 684, 684, 684, 684, 684, 684, 684, 684, 684, 684, 684, 684, 684, 684, 684, 684, 684, 684, 684, 684, 684, 684, 684, 684, 684, 684, 684, 684, 684, 684, 684, 684, 684, 684, 684, 684, 684, 684, 688, 688, 806, 688, 1007, 953, 1007, 688, 688, 806, 806, 688, 952, 951, 688, 688, 688, 688, 688, 688, 688, 688, 701, 701, 949, 701, 701, 701, 701, 701, 701, 701, 701, 701, 701, 701, 701, 701, 701, 701, 701, 701, 701, 701, 701, 701, 701, 701, 701, 701, 701, 701, 701, 701, 701, 701, 701, 701, 701, 701, 701, 701, 701, 701, 701, 701, 701, 701, 701, 701, 701, 701, 701, 701, 701, 701, 701, 701, 701, 701, 701, 701, 701, 701, 701, 737, 739, 744, 743, 737, 743, 745, 746, 750, 1111, 751, 746, 739, 743, 745, 753, 744, 737, 739, 744, 752, 946, 747, 745, 746, 750, 747, 751, 751, 754, 755, 752, 753, 756, 757, 758, 757, 752, 743, 747, 759, 760, 761, 1111, 762, 764, 754, 755, 762, 767, 756, 763, 758, 758, 768, 743, 766, 759, 760, 761, 760, 762, 764, 763, 766, 769, 767, 1068, 763, 757, 770, 768, 770, 766, 771, 772, 773, 810, 773, 773, 786, 934, 769, 814, 757, 786, 757, 774, 945, 774, 774, 771, 772, 771, 810, 774, 775, 786, 775, 775, 814, 788, 787, 788, 809, 770, 865, 770, 865, 812, 816, 812, 811, 773, 773, 787, 811, 773, 934, 787, 1068, 821, 770, 809, 774, 774, 812, 816, 774, 811, 773, 773, 817, 775, 775, 813, 788, 775, 821, 813, 809, 774, 774, 865, 933, 1036, 817, 1036, 932, 817, 775, 775, 813, 788, 795, 795, 795, 795, 795, 795, 795, 795, 795, 795, 795, 795, 795, 795, 795, 795, 795, 795, 795, 795, 795, 795, 795, 795, 795, 795, 795, 795, 795, 795, 795, 795, 795, 795, 795, 795, 795, 795, 795, 795, 795, 795, 795, 795, 795, 795, 795, 795, 795, 795, 795, 795, 795, 795, 795, 795, 795, 795, 795, 795, 795, 795, 795, 796, 808, 808, 808, 808, 808, 808, 808, 808, 808, 815, 822, 820, 825, 815, 834, 835, 796, 796, 796, 796, 796, 796, 796, 796, 796, 820, 815, 822, 820, 825, 836, 834, 835, 834, 837, 838, 839, 838, 840, 841, 842, 836, 929, 841, 842, 927, 922, 836, 843, 846, 839, 837, 838, 839, 845, 840, 841, 842, 844, 843, 844, 845, 846, 847, 845, 843, 846, 848, 844, 849, 850, 851, 853, 851, 854, 852, 854, 855, 856, 857, 847, 858, 847, 852, 848, 858, 849, 850, 851, 853, 857, 859, 852, 860, 855, 856, 857, 856, 858, 861, 864, 862, 866, 862, 877, 867, 874, 879, 859, 875, 860, 862, 884, 867, 883, 883, 861, 864, 886, 866, 904, 864, 867, 874, 854, 887, 875, 875, 885, 884, 888, 883, 885, 889, 894, 886, 893, 877, 894, 896, 879, 880, 887, 896, 1020, 885, 889, 888, 893, 888, 889, 894, 906, 893, 908, 902, 896, 906, 880, 880, 880, 880, 880, 880, 880, 880, 880, 905, 907, 906, 909, 908, 907, 910, 911, 905, 914, 913, 1043, 912, 1081, 1020, 918, 914, 905, 907, 914, 909, 916, 909, 910, 911, 912, 910, 913, 916, 912, 917, 916, 918, 919, 920, 923, 924, 917, 920, 921, 917, 921, 925, 926, 928, 930, 939, 937, 928, 923, 919, 920, 923, 924, 931, 936, 921, 940, 1043, 925, 926, 928, 930, 930, 937, 941, 1081, 931, 940, 942, 944, 931, 936, 943, 940, 936, 947, 943, 948, 950, 948, 901, 941, 939, 958, 939, 942, 944, 959, 960, 943, 947, 961, 947, 962, 948, 950, 963, 958, 988, 964, 958, 964, 966, 961, 959, 960, 970, 987, 961, 966, 962, 900, 966, 963, 968, 963, 964, 967, 967, 967, 969, 968, 971, 970, 968, 967, 974, 969, 967, 973, 969, 973, 976, 978, 979, 990, 985, 978, 979, 971, 988, 1004, 899, 974, 989, 987, 973, 985, 989, 976, 978, 979, 990, 985, 993, 994, 1002, 1003, 1004, 1003, 1005, 989, 1006, 994, 1016, 993, 1006, 1013, 1005, 1002, 898, 993, 994, 1002, 1003, 1014, 1019, 1005, 897, 1006, 1008, 1008, 1008, 1010, 1013, 1023, 1026, 1010, 1008, 1027, 1026, 1008, 1014, 1019, 1032, 1019, 1034, 1016, 1035, 1046, 1010, 1033, 1023, 1026, 1047, 1033, 1027, 1027, 1057, 1034, 1065, 1032, 1052, 1034, 1039, 1035, 1046, 1039, 1033, 1037, 1037, 1037, 1058, 1067, 1053, 1057, 1058, 1037, 1062, 1052, 1037, 1039, 1053, 895, 1059, 1052, 1059, 1047, 1071, 1058, 1072, 1053, 1060, 1060, 1060, 1062, 1075, 1083, 1062, 1079, 1060, 1103, 1089, 1060, 1072, 1071, 1087, 1072, 1065, 1089, 1067, 1109, 1089, 1075, 1076, 1076, 1079, 1076, 1094, 1087, 892, 1076, 1076, 1087, 1095, 1076, 1107, 1110, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1076, 1077, 1077, 1077, 1092, 1104, 1108, 1113, 1092, 1077, 1083, 1114, 1077, 1090, 1109, 1112, 1094, 1090, 1090, 1103, 1090, 1092, 1095, 1090, 1090, 1090, 1097, 1101, 1090, 1116, 1118, 1090, 1090, 1090, 1090, 1090, 1090, 1090, 1090, 1098, 1099, 1119, 1107, 1097, 1101, 1110, 1098, 1099, 1112, 1098, 1099, 1120, 1104, 1145, 1108, 1145, 1146, 1147, 1146, 1147, 1113, 1149, 891, 1149, 1114, 1150, 882, 1150, 1118, 1151, 1157, 1151, 1157, 878, 1158, 1119, 1158, 873, 872, 869, 1116, 868, 863, 833, 832, 831, 830, 829, 828, 827, 826, 824, 818, 804, 802, 798, 793, 791, 790, 783, 782, 781, 778, 777, 1120, 1124, 1124, 1124, 1124, 1124, 1124, 1124, 1124, 1124, 1124, 1124, 1124, 1124, 1124, 1124, 1124, 1124, 1125, 1125, 1125, 1125, 1125, 1125, 1125, 1125, 1125, 1125, 1125, 1125, 1125, 1125, 1125, 1125, 1125, 1126, 1126, 776, 1126, 1126, 1126, 1126, 1126, 1126, 1126, 1126, 1126, 1126, 1126, 1126, 1126, 1126, 1127, 1127, 730, 1127, 1127, 1127, 1127, 1127, 1127, 1127, 1127, 1127, 1127, 1127, 1127, 1127, 1127, 1128, 1128, 1128, 1128, 1128, 1128, 1128, 1128, 1128, 1128, 1128, 1128, 1128, 1128, 1128, 1128, 1128, 1129, 1129, 1129, 1129, 1129, 1129, 1129, 1129, 1129, 1129, 1129, 1129, 1129, 1129, 1129, 1129, 1129, 1130, 1130, 729, 728, 727, 726, 1130, 1131, 1131, 1131, 1131, 1131, 1131, 1131, 1131, 1131, 1131, 1132, 1132, 1132, 1132, 1132, 1132, 1132, 1132, 1132, 1132, 1132, 1132, 1132, 1132, 1132, 1132, 1132, 1133, 725, 1133, 724, 1133, 1133, 722, 718, 717, 713, 1133, 1134, 1134, 1134, 1134, 1134, 1134, 1134, 1134, 1134, 1134, 1134, 1134, 1134, 1134, 1134, 1134, 1134, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 1135, 695, 1135, 1135, 1135, 1135, 694, 1135, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1136, 1137, 692, 691, 1137, 1137, 1138, 1138, 1138, 1138, 685, 1138, 1138, 683, 1138, 1138, 675, 1138, 1138, 662, 660, 1138, 1138, 1139, 1139, 1139, 1139, 1139, 1139, 1139, 1139, 1139, 1139, 1139, 1139, 1139, 1139, 1139, 1139, 1139, 1140, 653, 1140, 651, 636, 1140, 1141, 589, 1141, 588, 1141, 1141, 1142, 1142, 586, 1142, 1142, 1142, 1142, 1142, 1142, 1142, 1142, 1142, 1142, 1142, 1142, 1142, 1142, 1143, 1143, 1143, 1143, 1143, 1143, 1143, 1143, 1143, 1143, 1143, 1143, 1143, 1143, 1143, 1143, 1143, 1144, 1144, 1144, 1144, 1144, 1144, 1144, 1144, 1144, 1144, 1144, 1144, 1144, 1144, 1144, 1144, 1144, 1148, 585, 583, 1148, 1148, 1154, 582, 1154, 575, 556, 551, 549, 1154, 546, 543, 530, 524, 523, 515, 514, 1154, 1155, 513, 1155, 512, 511, 1155, 1156, 510, 1156, 454, 1156, 1156, 1159, 429, 1159, 409, 400, 1159, 1160, 398, 1160, 397, 1160, 1160, 1161, 1161, 391, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1161, 1162, 1162, 389, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1162, 1163, 1163, 375, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1163, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1164, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1165, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1166, 1167, 374, 1167, 372, 1167, 1167, 1168, 1168, 371, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1168, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1169, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1170, 1171, 1171, 365, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1171, 1172, 1172, 358, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1172, 1173, 1173, 353, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1173, 1174, 1174, 1174, 1174, 1174, 1174, 1174, 1174, 1174, 1174, 1174, 1174, 1174, 1174, 1174, 1174, 1174, 1175, 1175, 1175, 1175, 1175, 1175, 1175, 1175, 1175, 1175, 1175, 1175, 1175, 1175, 1175, 1175, 1175, 1176, 1176, 1176, 1176, 1176, 1176, 1176, 1176, 1176, 1176, 1176, 1176, 1176, 1176, 1176, 1176, 1176, 1177, 1177, 1177, 1177, 1177, 1177, 1177, 1177, 1177, 1177, 1177, 1177, 1177, 1177, 1177, 1177, 1177, 1178, 1178, 1178, 1178, 1178, 1178, 1178, 1178, 1178, 1178, 1178, 1178, 1178, 1178, 1178, 1178, 1178, 1179, 1179, 1179, 1179, 1179, 1179, 1179, 1179, 1179, 1179, 1179, 1179, 1179, 1179, 1179, 1179, 1179, 345, 344, 334, 333, 332, 331, 330, 329, 328, 326, 262, 244, 243, 237, 236, 235, 233, 232, 231, 230, 228, 213, 212, 210, 209, 204, 198, 195, 192, 178, 173, 171, 170, 167, 101, 100, 96, 95, 82, 81, 77, 76, 75, 69, 68, 63, 58, 13, 7, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123, 1123 } ; static yy_state_type yy_last_accepting_state; static char *yy_last_accepting_cpos; /* The intent behind this definition is that it'll catch * any uses of REJECT which flex missed. */ #define REJECT reject_used_but_not_detected #define yymore() yymore_used_but_not_detected #define YY_MORE_ADJ 0 #define YY_RESTORE_YY_MORE_OFFSET char *yytext; #line 1 "fortran.lex" #define INITIAL 0 /******************************************************************************/ /* */ /* CONV (converter) for Agrif (Adaptive Grid Refinement In Fortran) */ /* */ /* Copyright or or Copr. Laurent Debreu (Laurent.Debreu@imag.fr) */ /* Cyril Mazauric (Cyril_Mazauric@yahoo.fr) */ /* This software is governed by the CeCILL-C license under French law and */ /* abiding by the rules of distribution of free software. You can use, */ /* modify and/ or redistribute the software under the terms of the CeCILL-C */ /* license as circulated by CEA, CNRS and INRIA at the following URL */ /* "http://www.cecill.info". */ /* */ /* As a counterpart to the access to the source code and rights to copy, */ /* modify and redistribute granted by the license, users are provided only */ /* with a limited warranty and the software's author, the holder of the */ /* economic rights, and the successive licensors have only limited */ /* liability. */ /* */ /* In this respect, the user's attention is drawn to the risks associated */ /* with loading, using, modifying and/or developing or reproducing the */ /* software by the user in light of its specific status of free software, */ /* that may mean that it is complicated to manipulate, and that also */ /* therefore means that it is reserved for developers and experienced */ /* professionals having in-depth computer knowledge. Users are therefore */ /* encouraged to load and test the software's suitability as regards their */ /* requirements in conditions enabling the security of their systems and/or */ /* data to be ensured and, more generally, to use and operate it in the */ /* same conditions as regards security. */ /* */ /* The fact that you are presently reading this means that you have had */ /* knowledge of the CeCILL-C license and that you accept its terms. */ /******************************************************************************/ /* version 1.7 */ /******************************************************************************/ #define parameter 1 #define character 2 #define donottreat 3 #define fortran77style 4 #define fortran90style 5 #line 41 "fortran.lex" #include #include #include extern FILE * yyin; #define MAX_INCLUDE_DEPTH 30 #define tabsize 6 YY_BUFFER_STATE include_stack[MAX_INCLUDE_DEPTH]; int line_num_fortran=1; int line_num_fortran_common=1; int newlinef90 = 0; char *tmp; char tmpc; /******************************************************************************/ /**************PETITS PB NON PREVUS *******************************************/ /******************************************************************************/ /* NEXTLINF77 un ligne fortran 77 peut commencer par - &a=b or on */ /* a prevu seulement & a=b avec l'espace entre le symbole */ /* de la 7eme et le debut de la ligne de commande */ /* le ! est aussi interdit comme symbole de la 7 eme colonne */ /* Normalement NEXTLINEF77 \n+[ ]{5}[^ ] */ /******************************************************************************/ #define YY_USER_ACTION \ {\ if (firstpass == 0) \ {\ strcat(curbuf,yytext); \ Save_Length(curbuf,38); \ strcpy(motparse,yytext);\ Save_Length(motparse,32); \ colnum = colnum + strlen(motparse);\ ECHO; \ }\ strcpy(motparse1,yytext);\ /*printf("yytext = %s\n",yytext);*/\ /*if ( firstpass == 1 ) printf("yytext = %s %d\n",yytext,strlen(yytext));*/\ } #line 1783 "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 106 "fortran.lex" if (infixed) BEGIN(fortran77style) ; if (infree) BEGIN(fortran90style) ; #line 1942 "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 >= 1124 ) 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] != 4189 ); 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 110 "fortran.lex" return TOK_DEBUT; YY_BREAK case 2: YY_RULE_SETUP #line 111 "fortran.lex" return TOK_FIN; YY_BREAK case 3: YY_RULE_SETUP #line 112 "fortran.lex" return TOK_OMP; YY_BREAK case 4: YY_RULE_SETUP #line 113 "fortran.lex" return TOK_DOLLAR; YY_BREAK case 5: YY_RULE_SETUP #line 115 "fortran.lex" {return TOK_REAL8;} YY_BREAK case 6: YY_RULE_SETUP #line 116 "fortran.lex" {return TOK_SUBROUTINE;} YY_BREAK case 7: YY_RULE_SETUP #line 117 "fortran.lex" {return TOK_PROGRAM;} YY_BREAK case 8: YY_RULE_SETUP #line 118 "fortran.lex" {inallocate = 1; return TOK_ALLOCATE;} YY_BREAK case 9: YY_RULE_SETUP #line 119 "fortran.lex" {inallocate = 1; return TOK_DEALLOCATE;} YY_BREAK case 10: YY_RULE_SETUP #line 120 "fortran.lex" {return TOK_RESULT;} YY_BREAK case 11: YY_RULE_SETUP #line 121 "fortran.lex" {return TOK_FUNCTION;} YY_BREAK case 12: YY_RULE_SETUP #line 122 "fortran.lex" {strcpy(yylval.na,yytext);return TOK_ENDSUBROUTINE;} YY_BREAK case 13: YY_RULE_SETUP #line 123 "fortran.lex" {strcpy(yylval.na,yytext);return TOK_ENDPROGRAM;} YY_BREAK case 14: YY_RULE_SETUP #line 124 "fortran.lex" {strcpy(yylval.na,yytext);return TOK_ENDFUNCTION;} YY_BREAK case 15: YY_RULE_SETUP #line 125 "fortran.lex" {strcpy(yylval.na,yytext);return TOK_ENDUNIT;} YY_BREAK case 16: YY_RULE_SETUP #line 126 "fortran.lex" return TOK_INCLUDE; YY_BREAK case 17: YY_RULE_SETUP #line 127 "fortran.lex" { strcpy(yylval.na,yytext); tmpc = input(); unput(tmpc); if ( ( tmpc >= 'a' && tmpc <= 'z' ) || ( tmpc >= 'A' && tmpc <= 'Z' ) ) { return TOK_USE; } else { return TOK_NAME; } } YY_BREAK case 18: YY_RULE_SETUP #line 144 "fortran.lex" {return TOK_REWIND;} YY_BREAK case 19: YY_RULE_SETUP #line 145 "fortran.lex" return TOK_IMPLICIT; YY_BREAK case 20: YY_RULE_SETUP #line 146 "fortran.lex" return TOK_NONE; YY_BREAK case 21: YY_RULE_SETUP #line 147 "fortran.lex" return TOK_CALL; YY_BREAK case 22: YY_RULE_SETUP #line 148 "fortran.lex" return TOK_TRUE; YY_BREAK case 23: YY_RULE_SETUP #line 149 "fortran.lex" return TOK_FALSE; YY_BREAK case 24: YY_RULE_SETUP #line 150 "fortran.lex" {return TOK_POINT_TO;} YY_BREAK case 25: YY_RULE_SETUP #line 151 "fortran.lex" {strcpy(yylval.na,yytext);return TOK_DASTER;} YY_BREAK case 26: YY_RULE_SETUP #line 152 "fortran.lex" {strcpy(yylval.na,yytext);return TOK_EQV;} YY_BREAK case 27: YY_RULE_SETUP #line 153 "fortran.lex" {strcpy(yylval.na,yytext);return TOK_EQ;} YY_BREAK case 28: YY_RULE_SETUP #line 154 "fortran.lex" {strcpy(yylval.na,yytext);return TOK_GT;} YY_BREAK case 29: YY_RULE_SETUP #line 155 "fortran.lex" {strcpy(yylval.na,yytext);return TOK_GE;} YY_BREAK case 30: YY_RULE_SETUP #line 156 "fortran.lex" {strcpy(yylval.na,yytext);return TOK_LT;} YY_BREAK case 31: YY_RULE_SETUP #line 157 "fortran.lex" {strcpy(yylval.na,yytext);return TOK_LE;} YY_BREAK case 32: YY_RULE_SETUP #line 158 "fortran.lex" {strcpy(yylval.na,yytext);return TOK_NEQV;} YY_BREAK case 33: YY_RULE_SETUP #line 159 "fortran.lex" {strcpy(yylval.na,yytext);return TOK_NE;} YY_BREAK case 34: YY_RULE_SETUP #line 160 "fortran.lex" {strcpy(yylval.na,yytext);return TOK_NOT;} YY_BREAK case 35: YY_RULE_SETUP #line 161 "fortran.lex" {strcpy(yylval.na,yytext);return TOK_OR;} YY_BREAK case 36: YY_RULE_SETUP #line 162 "fortran.lex" {strcpy(yylval.na,yytext);return TOK_XOR;} YY_BREAK case 37: YY_RULE_SETUP #line 163 "fortran.lex" {strcpy(yylval.na,yytext);return TOK_AND;} YY_BREAK case 38: YY_RULE_SETUP #line 164 "fortran.lex" {return TOK_MODULE;} YY_BREAK case 39: YY_RULE_SETUP #line 165 "fortran.lex" {return TOK_DOWHILE;} YY_BREAK case 40: YY_RULE_SETUP #line 166 "fortran.lex" return TOK_ENDMODULE; YY_BREAK case 41: YY_RULE_SETUP #line 167 "fortran.lex" return TOK_ENDDO; YY_BREAK case 42: YY_RULE_SETUP #line 168 "fortran.lex" {return TOK_PLAINDO;} YY_BREAK case 43: YY_RULE_SETUP #line 169 "fortran.lex" {strcpy(yylval.na,yytext);return TOK_REAL;} YY_BREAK case 44: YY_RULE_SETUP #line 170 "fortran.lex" {strcpy(yylval.na,yytext);return TOK_INTEGER;} YY_BREAK case 45: YY_RULE_SETUP #line 171 "fortran.lex" {strcpy(yylval.na,yytext);return TOK_LOGICAL;} YY_BREAK case 46: YY_RULE_SETUP #line 172 "fortran.lex" {strcpy(yylval.na,yytext);return TOK_CHARACTER;} YY_BREAK case 47: YY_RULE_SETUP #line 173 "fortran.lex" {return TOK_ALLOCATABLE;} YY_BREAK case 48: YY_RULE_SETUP #line 174 "fortran.lex" return TOK_CLOSE; YY_BREAK case 49: YY_RULE_SETUP #line 175 "fortran.lex" return TOK_INQUIRE; YY_BREAK case 50: YY_RULE_SETUP #line 176 "fortran.lex" {return TOK_DIMENSION;} YY_BREAK case 51: YY_RULE_SETUP #line 177 "fortran.lex" return TOK_PAUSE; YY_BREAK case 52: YY_RULE_SETUP #line 178 "fortran.lex" return TOK_EQUIVALENCE; YY_BREAK case 53: YY_RULE_SETUP #line 179 "fortran.lex" return TOK_STOP; YY_BREAK case 54: YY_RULE_SETUP #line 180 "fortran.lex" return TOK_WHERE; YY_BREAK case 55: YY_RULE_SETUP #line 181 "fortran.lex" return TOK_ENDWHERE; YY_BREAK case 56: YY_RULE_SETUP #line 182 "fortran.lex" return TOK_ELSEWHERE; YY_BREAK case 57: YY_RULE_SETUP #line 183 "fortran.lex" {return TOK_COMPLEX;} YY_BREAK case 58: YY_RULE_SETUP #line 184 "fortran.lex" {return TOK_CONTAINS;} YY_BREAK case 59: YY_RULE_SETUP #line 185 "fortran.lex" {return TOK_ONLY;} YY_BREAK case 60: YY_RULE_SETUP #line 186 "fortran.lex" {return TOK_PARAMETER;} YY_BREAK case 61: YY_RULE_SETUP #line 187 "fortran.lex" {return TOK_RECURSIVE;} YY_BREAK case 62: YY_RULE_SETUP #line 188 "fortran.lex" {return TOK_COMMON;} YY_BREAK case 63: YY_RULE_SETUP #line 189 "fortran.lex" {return TOK_GLOBAL;} YY_BREAK case 64: YY_RULE_SETUP #line 190 "fortran.lex" {return TOK_EXTERNAL;} YY_BREAK case 65: YY_RULE_SETUP #line 191 "fortran.lex" {return TOK_INTENT;} YY_BREAK case 66: YY_RULE_SETUP #line 192 "fortran.lex" {return TOK_POINTER;} YY_BREAK case 67: YY_RULE_SETUP #line 193 "fortran.lex" {return TOK_OPTIONAL;} YY_BREAK case 68: YY_RULE_SETUP #line 194 "fortran.lex" {return TOK_SAVE;} YY_BREAK case 69: YY_RULE_SETUP #line 195 "fortran.lex" {return TOK_TYPE;} YY_BREAK case 70: YY_RULE_SETUP #line 196 "fortran.lex" {return TOK_TYPEPAR;} YY_BREAK case 71: YY_RULE_SETUP #line 197 "fortran.lex" {if (inallocate == 1) return TOK_STAT; else {strcpy(yylval.na,yytext);return TOK_NAME;}} YY_BREAK case 72: YY_RULE_SETUP #line 198 "fortran.lex" {return TOK_ENDTYPE;} YY_BREAK case 73: YY_RULE_SETUP #line 199 "fortran.lex" return TOK_OPEN; YY_BREAK case 74: YY_RULE_SETUP #line 200 "fortran.lex" return TOK_RETURN; YY_BREAK case 75: YY_RULE_SETUP #line 201 "fortran.lex" return TOK_EXIT; YY_BREAK case 76: YY_RULE_SETUP #line 202 "fortran.lex" return TOK_PRINT; YY_BREAK case 77: YY_RULE_SETUP #line 203 "fortran.lex" {return TOK_PROCEDURE;} YY_BREAK case 78: YY_RULE_SETUP #line 204 "fortran.lex" {return TOK_READ;} YY_BREAK case 79: YY_RULE_SETUP #line 205 "fortran.lex" {return TOK_NAMELIST;} YY_BREAK case 80: YY_RULE_SETUP #line 206 "fortran.lex" {return TOK_WRITE;} YY_BREAK case 81: YY_RULE_SETUP #line 207 "fortran.lex" {return TOK_TARGET;} YY_BREAK case 82: YY_RULE_SETUP #line 208 "fortran.lex" {return TOK_PUBLIC;} YY_BREAK case 83: YY_RULE_SETUP #line 209 "fortran.lex" {return TOK_PRIVATE;} YY_BREAK case 84: YY_RULE_SETUP #line 210 "fortran.lex" {strcpy(yylval.nac,yytext);return TOK_IN;} YY_BREAK case 85: YY_RULE_SETUP #line 211 "fortran.lex" {strcpy(yylval.na,yytext);return TOK_DATA;} YY_BREAK case 86: YY_RULE_SETUP #line 212 "fortran.lex" return TOK_CONTINUE; YY_BREAK case 87: YY_RULE_SETUP #line 213 "fortran.lex" {return TOK_PLAINGOTO;} YY_BREAK case 88: YY_RULE_SETUP #line 214 "fortran.lex" {strcpy(yylval.nac,yytext);return TOK_OUT;} YY_BREAK case 89: YY_RULE_SETUP #line 215 "fortran.lex" {strcpy(yylval.nac,yytext);return TOK_INOUT;} YY_BREAK case 90: YY_RULE_SETUP #line 216 "fortran.lex" {return TOK_INTRINSIC;} YY_BREAK case 91: YY_RULE_SETUP #line 217 "fortran.lex" {return TOK_THEN;} YY_BREAK case 92: YY_RULE_SETUP #line 218 "fortran.lex" {return TOK_ELSEIF;} YY_BREAK case 93: YY_RULE_SETUP #line 219 "fortran.lex" {return TOK_ELSE;} YY_BREAK case 94: YY_RULE_SETUP #line 220 "fortran.lex" {return TOK_ENDIF;} YY_BREAK case 95: YY_RULE_SETUP #line 221 "fortran.lex" {return TOK_LOGICALIF;} YY_BREAK case 96: YY_RULE_SETUP #line 222 "fortran.lex" {return TOK_SUM;} YY_BREAK case 97: YY_RULE_SETUP #line 223 "fortran.lex" {return TOK_MAX;} YY_BREAK case 98: YY_RULE_SETUP #line 224 "fortran.lex" {return TOK_TANH;} YY_BREAK case 99: YY_RULE_SETUP #line 225 "fortran.lex" {return TOK_MAXVAL;} YY_BREAK case 100: YY_RULE_SETUP #line 226 "fortran.lex" {return TOK_TRIM;} YY_BREAK case 101: YY_RULE_SETUP #line 227 "fortran.lex" {return TOK_SQRT;} YY_BREAK case 102: YY_RULE_SETUP #line 228 "fortran.lex" {return TOK_SELECTCASE;} YY_BREAK case 103: YY_RULE_SETUP #line 229 "fortran.lex" {return TOK_CASE;} YY_BREAK case 104: YY_RULE_SETUP #line 230 "fortran.lex" {return TOK_CASEDEFAULT;} YY_BREAK case 105: YY_RULE_SETUP #line 231 "fortran.lex" {return TOK_ENDSELECT;} YY_BREAK case 106: YY_RULE_SETUP #line 232 "fortran.lex" {return TOK_FILE;} YY_BREAK case 107: YY_RULE_SETUP #line 233 "fortran.lex" {return TOK_END;} YY_BREAK case 108: YY_RULE_SETUP #line 234 "fortran.lex" {return TOK_ERR;} YY_BREAK case 109: YY_RULE_SETUP #line 235 "fortran.lex" {return TOK_EXIST;} YY_BREAK case 110: YY_RULE_SETUP #line 236 "fortran.lex" {return TOK_MIN;} YY_BREAK case 111: YY_RULE_SETUP #line 237 "fortran.lex" {return TOK_NINT;} YY_BREAK case 112: YY_RULE_SETUP #line 238 "fortran.lex" {return TOK_FLOAT;} YY_BREAK case 113: YY_RULE_SETUP #line 239 "fortran.lex" {return TOK_EXP;} YY_BREAK case 114: YY_RULE_SETUP #line 240 "fortran.lex" {return TOK_COS;} YY_BREAK case 115: YY_RULE_SETUP #line 241 "fortran.lex" {return TOK_COSH;} YY_BREAK case 116: YY_RULE_SETUP #line 242 "fortran.lex" {return TOK_ACOS;} YY_BREAK case 117: YY_RULE_SETUP #line 243 "fortran.lex" {return TOK_SIN;} YY_BREAK case 118: YY_RULE_SETUP #line 244 "fortran.lex" {return TOK_SINH;} YY_BREAK case 119: YY_RULE_SETUP #line 245 "fortran.lex" {return TOK_ASIN;} YY_BREAK case 120: YY_RULE_SETUP #line 246 "fortran.lex" {return TOK_LOG;} YY_BREAK case 121: YY_RULE_SETUP #line 247 "fortran.lex" {return TOK_TAN;} YY_BREAK case 122: YY_RULE_SETUP #line 248 "fortran.lex" {return TOK_ATAN;} YY_BREAK case 123: YY_RULE_SETUP #line 249 "fortran.lex" {return TOK_CYCLE;} YY_BREAK case 124: YY_RULE_SETUP #line 250 "fortran.lex" {return TOK_ABS;} YY_BREAK case 125: YY_RULE_SETUP #line 251 "fortran.lex" {return TOK_MOD;} YY_BREAK case 126: YY_RULE_SETUP #line 252 "fortran.lex" {return TOK_SIGN;} YY_BREAK case 127: YY_RULE_SETUP #line 253 "fortran.lex" {return TOK_MINLOC;} YY_BREAK case 128: YY_RULE_SETUP #line 254 "fortran.lex" {return TOK_MAXLOC;} YY_BREAK case 129: YY_RULE_SETUP #line 255 "fortran.lex" {return TOK_MINVAL;} YY_BREAK case 130: YY_RULE_SETUP #line 256 "fortran.lex" {return TOK_INTERFACE;} YY_BREAK case 131: YY_RULE_SETUP #line 257 "fortran.lex" {return TOK_BACKSPACE;} YY_BREAK case 132: YY_RULE_SETUP #line 258 "fortran.lex" {return TOK_ENDINTERFACE;} YY_BREAK case 133: YY_RULE_SETUP #line 259 "fortran.lex" {return TOK_LEFTAB;} YY_BREAK case 134: YY_RULE_SETUP #line 260 "fortran.lex" {return TOK_RIGHTAB;} YY_BREAK case 135: YY_RULE_SETUP #line 261 "fortran.lex" {return TOK_FORMAT;} YY_BREAK case 136: YY_RULE_SETUP #line 262 "fortran.lex" {strcpy(yylval.na,yytext);return TOK_DOUBLEPRECISION;} YY_BREAK case 137: YY_RULE_SETUP #line 263 "fortran.lex" {strcpy(yylval.na,yytext);return TOK_DOUBLECOMPLEX;} YY_BREAK case 138: YY_RULE_SETUP #line 264 "fortran.lex" {strcpy(yylval.na,yytext);return TOK_SLASH;} YY_BREAK case 139: YY_RULE_SETUP #line 265 "fortran.lex" {strcpy(yylval.na,yytext);return TOK_DSLASH;} YY_BREAK case 140: YY_RULE_SETUP #line 266 "fortran.lex" {strcpy(yylval.na,yytext);return TOK_CHAR_CUT;} YY_BREAK case 141: YY_RULE_SETUP #line 267 "fortran.lex" {strcpy(yylval.na,yytext);return TOK_CHAR_CONSTANT;} YY_BREAK case 142: YY_RULE_SETUP #line 268 "fortran.lex" {strcpy(yylval.na,yytext);return TOK_CHAR_MESSAGE;} YY_BREAK case 143: YY_RULE_SETUP #line 269 "fortran.lex" {strcpy(yylval.na,yytext);return TOK_CHAR_INT;} YY_BREAK case 144: YY_RULE_SETUP #line 270 "fortran.lex" {strcpy(yylval.na,yytext);return TOK_NAME;} YY_BREAK case 145: YY_RULE_SETUP #line 271 "fortran.lex" {strcpy(yylval.na,yytext);return TOK_CSTREAL;} YY_BREAK case 146: YY_RULE_SETUP #line 272 "fortran.lex" {strcpy(yylval.na,yytext);return TOK_CSTREALDP;} YY_BREAK case 147: YY_RULE_SETUP #line 273 "fortran.lex" {strcpy(yylval.na,yytext);return TOK_CSTREALQP;} YY_BREAK case 148: *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 274 "fortran.lex" {strcpy(yylval.na,yytext);return TOK_CSTREAL;} YY_BREAK case 149: YY_RULE_SETUP #line 275 "fortran.lex" {strcpy(yylval.na,yytext);return TOK_CSTINT;} YY_BREAK case 150: YY_RULE_SETUP #line 276 "fortran.lex" {} YY_BREAK case 151: YY_RULE_SETUP #line 277 "fortran.lex" {return TOK_QUOTE;} YY_BREAK case 152: YY_RULE_SETUP #line 278 "fortran.lex" {} YY_BREAK case 153: YY_RULE_SETUP #line 279 "fortran.lex" {strcpy(yylval.na,yytext);return (int) *yytext;} YY_BREAK case 154: YY_RULE_SETUP #line 280 "fortran.lex" {return TOK_SEMICOLON;} YY_BREAK case 155: YY_RULE_SETUP #line 281 "fortran.lex" {return (int) *yytext;} YY_BREAK case 156: YY_RULE_SETUP #line 282 "fortran.lex" {return (int) *yytext;} YY_BREAK case 157: YY_RULE_SETUP #line 283 "fortran.lex" {return (int) *yytext;} YY_BREAK case 158: YY_RULE_SETUP #line 284 "fortran.lex" {return (int) *yytext;} YY_BREAK case 159: YY_RULE_SETUP #line 285 "fortran.lex" {colnum=0;line_num_fortran++;line_num_fortran_common++; return (int) *yytext;} YY_BREAK case 160: *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 286 "fortran.lex" YY_BREAK case 161: YY_RULE_SETUP #line 287 "fortran.lex" {if (newlinef90 == 0) return TOK_LABEL; else newlinef90 = 0;} YY_BREAK case 162: YY_RULE_SETUP #line 288 "fortran.lex" YY_BREAK case 163: YY_RULE_SETUP #line 289 "fortran.lex" {colnum=colnum-1+tabsize;} YY_BREAK case 164: YY_RULE_SETUP #line 290 "fortran.lex" ; YY_BREAK case 165: YY_RULE_SETUP #line 291 "fortran.lex" {line_num_fortran++;line_num_fortran_common++;newlinef90=1;colnum=0;} YY_BREAK case 166: YY_RULE_SETUP #line 292 "fortran.lex" {line_num_fortran++;line_num_fortran_common++;colnum=0;} YY_BREAK case 167: YY_RULE_SETUP #line 293 "fortran.lex" { convert2lower(motparse1); if ( strncasecmp(motparse1,"contains",8) == 0 ) { return TOK_CONTAINS; } else { colnum=0;line_num_fortran++;line_num_fortran_common++; if ( !strcasecmp(motparse1,"C$AGRIF_DO_NOT_TREAT\n")) return TOK_DONOTTREAT; if ( !strcasecmp(motparse1,"C$AGRIF_END_DO_NOT_TREAT\n")) return TOK_ENDDONOTTREAT; } } YY_BREAK case 168: YY_RULE_SETUP #line 306 "fortran.lex" BEGIN(donottreat); YY_BREAK case 169: YY_RULE_SETUP #line 307 "fortran.lex" BEGIN(INITIAL); YY_BREAK case 170: YY_RULE_SETUP #line 308 "fortran.lex" YY_BREAK case 171: YY_RULE_SETUP #line 309 "fortran.lex" { colnum = 0; if ( !strcasecmp(motparse1,"!$AGRIF_DO_NOT_TREAT\n")) return TOK_DONOTTREAT; if ( !strcasecmp(motparse1,"!$AGRIF_END_DO_NOT_TREAT\n")) return TOK_ENDDONOTTREAT; } YY_BREAK case 172: YY_RULE_SETUP #line 314 "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 173: YY_RULE_SETUP #line 319 "fortran.lex" ECHO; YY_BREAK #line 2933 "fortran.yy.c" case YY_STATE_EOF(INITIAL): case YY_STATE_EOF(parameter): case YY_STATE_EOF(character): case YY_STATE_EOF(donottreat): case YY_STATE_EOF(fortran77style): case YY_STATE_EOF(fortran90style): 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 >= 1124 ) 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 >= 1124 ) 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 == 1123); return yy_is_jam ? 0 : yy_current_state; } #ifndef YY_NO_UNPUT #ifdef YY_USE_PROTOS static void yyunput( int c, register char *yy_bp ) #else static void yyunput( c, yy_bp ) int c; register char *yy_bp; #endif { register char *yy_cp = yy_c_buf_p; /* undo effects of setting up yytext */ *yy_cp = yy_hold_char; if ( yy_cp < yy_current_buffer->yy_ch_buf + 2 ) { /* need to shift things up to make room */ /* +2 for EOB chars. */ register int number_to_move = yy_n_chars + 2; register char *dest = &yy_current_buffer->yy_ch_buf[ yy_current_buffer->yy_buf_size + 2]; register char *source = &yy_current_buffer->yy_ch_buf[number_to_move]; while ( source > yy_current_buffer->yy_ch_buf ) *--dest = *--source; yy_cp += (int) (dest - source); yy_bp += (int) (dest - source); yy_current_buffer->yy_n_chars = yy_n_chars = yy_current_buffer->yy_buf_size; if ( yy_cp < yy_current_buffer->yy_ch_buf + 2 ) YY_FATAL_ERROR( "flex scanner push-back overflow" ); } *--yy_cp = (char) c; yytext_ptr = yy_bp; yy_hold_char = *yy_cp; yy_c_buf_p = yy_cp; } #endif /* ifndef YY_NO_UNPUT */ #ifdef __cplusplus static int yyinput() #else static int input() #endif { int c; *yy_c_buf_p = yy_hold_char; if ( *yy_c_buf_p == YY_END_OF_BUFFER_CHAR ) { /* yy_c_buf_p now points to the character we want to return. * If this occurs *before* the EOB characters, then it's a * valid NUL; if not, then we've hit the end of the buffer. */ if ( yy_c_buf_p < &yy_current_buffer->yy_ch_buf[yy_n_chars] ) /* This was really a NUL. */ *yy_c_buf_p = '\0'; else { /* need more input */ int offset = yy_c_buf_p - yytext_ptr; ++yy_c_buf_p; switch ( yy_get_next_buffer() ) { case EOB_ACT_LAST_MATCH: /* This happens because yy_g_n_b() * sees that we've accumulated a * token and flags that we need to * try matching the token before * proceeding. But for input(), * there's no matching to consider. * So convert the EOB_ACT_LAST_MATCH * to EOB_ACT_END_OF_FILE. */ /* Reset buffer status. */ yyrestart( yyin ); /* fall through */ case EOB_ACT_END_OF_FILE: { if ( yywrap() ) return EOF; if ( ! yy_did_buffer_switch_on_eof ) YY_NEW_FILE; #ifdef __cplusplus return yyinput(); #else return input(); #endif } case EOB_ACT_CONTINUE_SCAN: yy_c_buf_p = yytext_ptr + offset; break; } } } c = *(unsigned char *) yy_c_buf_p; /* cast for 8-bit char's */ *yy_c_buf_p = '\0'; /* preserve yytext */ yy_hold_char = *++yy_c_buf_p; yy_current_buffer->yy_at_bol = (c == '\n'); return c; } #ifdef YY_USE_PROTOS void yyrestart( FILE *input_file ) #else void yyrestart( input_file ) FILE *input_file; #endif { if ( ! yy_current_buffer ) yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE ); yy_init_buffer( yy_current_buffer, input_file ); yy_load_buffer_state(); } #ifdef YY_USE_PROTOS void yy_switch_to_buffer( YY_BUFFER_STATE new_buffer ) #else void yy_switch_to_buffer( new_buffer ) YY_BUFFER_STATE new_buffer; #endif { if ( yy_current_buffer == new_buffer ) return; if ( yy_current_buffer ) { /* Flush out information for old buffer. */ *yy_c_buf_p = yy_hold_char; yy_current_buffer->yy_buf_pos = yy_c_buf_p; yy_current_buffer->yy_n_chars = yy_n_chars; } yy_current_buffer = new_buffer; yy_load_buffer_state(); /* We don't actually know whether we did this switch during * EOF (yywrap()) processing, but the only time this flag * is looked at is after yywrap() is called, so it's safe * to go ahead and always set it. */ yy_did_buffer_switch_on_eof = 1; } #ifdef YY_USE_PROTOS void yy_load_buffer_state( void ) #else void yy_load_buffer_state() #endif { yy_n_chars = yy_current_buffer->yy_n_chars; yytext_ptr = yy_c_buf_p = yy_current_buffer->yy_buf_pos; yyin = yy_current_buffer->yy_input_file; yy_hold_char = *yy_c_buf_p; } #ifdef YY_USE_PROTOS YY_BUFFER_STATE yy_create_buffer( FILE *file, int size ) #else YY_BUFFER_STATE yy_create_buffer( file, size ) FILE *file; int size; #endif { YY_BUFFER_STATE b; b = (YY_BUFFER_STATE) yy_flex_alloc( sizeof( struct yy_buffer_state ) ); if ( ! b ) YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" ); b->yy_buf_size = size; /* yy_ch_buf has to be 2 characters longer than the size given because * we need to put in 2 end-of-buffer characters. */ b->yy_ch_buf = (char *) yy_flex_alloc( b->yy_buf_size + 2 ); if ( ! b->yy_ch_buf ) YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" ); b->yy_is_our_buffer = 1; yy_init_buffer( b, file ); return b; } #ifdef YY_USE_PROTOS void yy_delete_buffer( YY_BUFFER_STATE b ) #else void yy_delete_buffer( b ) YY_BUFFER_STATE b; #endif { if ( ! b ) return; if ( b == yy_current_buffer ) yy_current_buffer = (YY_BUFFER_STATE) 0; if ( b->yy_is_our_buffer ) yy_flex_free( (void *) b->yy_ch_buf ); yy_flex_free( (void *) b ); } #ifndef YY_ALWAYS_INTERACTIVE #ifndef YY_NEVER_INTERACTIVE extern int isatty YY_PROTO(( int )); #endif #endif #ifdef YY_USE_PROTOS void yy_init_buffer( YY_BUFFER_STATE b, FILE *file ) #else void yy_init_buffer( b, file ) YY_BUFFER_STATE b; FILE *file; #endif { yy_flush_buffer( b ); b->yy_input_file = file; b->yy_fill_buffer = 1; #if YY_ALWAYS_INTERACTIVE b->yy_is_interactive = 1; #else #if YY_NEVER_INTERACTIVE b->yy_is_interactive = 0; #else b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0; #endif #endif } #ifdef YY_USE_PROTOS void yy_flush_buffer( YY_BUFFER_STATE b ) #else void yy_flush_buffer( b ) YY_BUFFER_STATE b; #endif { if ( ! b ) return; b->yy_n_chars = 0; /* We always need two end-of-buffer characters. The first causes * a transition to the end-of-buffer state. The second causes * a jam in that state. */ b->yy_ch_buf[0] = YY_END_OF_BUFFER_CHAR; b->yy_ch_buf[1] = YY_END_OF_BUFFER_CHAR; b->yy_buf_pos = &b->yy_ch_buf[0]; b->yy_at_bol = 1; b->yy_buffer_status = YY_BUFFER_NEW; if ( b == yy_current_buffer ) yy_load_buffer_state(); } #ifndef YY_NO_SCAN_BUFFER #ifdef YY_USE_PROTOS YY_BUFFER_STATE yy_scan_buffer( char *base, yy_size_t size ) #else YY_BUFFER_STATE yy_scan_buffer( base, size ) char *base; yy_size_t size; #endif { YY_BUFFER_STATE b; if ( size < 2 || base[size-2] != YY_END_OF_BUFFER_CHAR || base[size-1] != YY_END_OF_BUFFER_CHAR ) /* They forgot to leave room for the EOB's. */ return 0; b = (YY_BUFFER_STATE) yy_flex_alloc( sizeof( struct yy_buffer_state ) ); if ( ! b ) YY_FATAL_ERROR( "out of dynamic memory in yy_scan_buffer()" ); b->yy_buf_size = size - 2; /* "- 2" to take care of EOB's */ b->yy_buf_pos = b->yy_ch_buf = base; b->yy_is_our_buffer = 0; b->yy_input_file = 0; b->yy_n_chars = b->yy_buf_size; b->yy_is_interactive = 0; b->yy_at_bol = 1; b->yy_fill_buffer = 0; b->yy_buffer_status = YY_BUFFER_NEW; yy_switch_to_buffer( b ); return b; } #endif #ifndef YY_NO_SCAN_STRING #ifdef YY_USE_PROTOS YY_BUFFER_STATE yy_scan_string( yyconst char *yy_str ) #else YY_BUFFER_STATE yy_scan_string( yy_str ) yyconst char *yy_str; #endif { int len; for ( len = 0; yy_str[len]; ++len ) ; return yy_scan_bytes( yy_str, len ); } #endif #ifndef YY_NO_SCAN_BYTES #ifdef YY_USE_PROTOS YY_BUFFER_STATE yy_scan_bytes( yyconst char *bytes, int len ) #else YY_BUFFER_STATE yy_scan_bytes( bytes, len ) yyconst char *bytes; int len; #endif { YY_BUFFER_STATE b; char *buf; yy_size_t n; int i; /* Get memory for full buffer, including space for trailing EOB's. */ n = len + 2; buf = (char *) yy_flex_alloc( n ); if ( ! buf ) YY_FATAL_ERROR( "out of dynamic memory in yy_scan_bytes()" ); for ( i = 0; i < len; ++i ) buf[i] = bytes[i]; buf[len] = buf[len+1] = YY_END_OF_BUFFER_CHAR; b = yy_scan_buffer( buf, n ); if ( ! b ) YY_FATAL_ERROR( "bad buffer in yy_scan_bytes()" ); /* It's okay to grow etc. this buffer, and we should throw it * away when we're done. */ b->yy_is_our_buffer = 1; return b; } #endif #ifndef YY_NO_PUSH_STATE #ifdef YY_USE_PROTOS static void yy_push_state( int new_state ) #else static void yy_push_state( new_state ) int new_state; #endif { if ( yy_start_stack_ptr >= yy_start_stack_depth ) { yy_size_t new_size; yy_start_stack_depth += YY_START_STACK_INCR; new_size = yy_start_stack_depth * sizeof( int ); if ( ! yy_start_stack ) yy_start_stack = (int *) yy_flex_alloc( new_size ); else yy_start_stack = (int *) yy_flex_realloc( (void *) yy_start_stack, new_size ); if ( ! yy_start_stack ) YY_FATAL_ERROR( "out of memory expanding start-condition stack" ); } yy_start_stack[yy_start_stack_ptr++] = YY_START; BEGIN(new_state); } #endif #ifndef YY_NO_POP_STATE static void yy_pop_state() { if ( --yy_start_stack_ptr < 0 ) YY_FATAL_ERROR( "start-condition stack underflow" ); BEGIN(yy_start_stack[yy_start_stack_ptr]); } #endif #ifndef YY_NO_TOP_STATE static int yy_top_state() { return yy_start_stack[yy_start_stack_ptr - 1]; } #endif #ifndef YY_EXIT_FAILURE #define YY_EXIT_FAILURE 2 #endif #ifdef YY_USE_PROTOS static void yy_fatal_error( yyconst char msg[] ) #else static void yy_fatal_error( msg ) char msg[]; #endif { (void) fprintf( stderr, "%s\n", msg ); exit( YY_EXIT_FAILURE ); } /* Redefine yyless() so it works in section 3 code. */ #undef yyless #define yyless(n) \ do \ { \ /* Undo effects of setting up yytext. */ \ yytext[yyleng] = yy_hold_char; \ yy_c_buf_p = yytext + n; \ yy_hold_char = *yy_c_buf_p; \ *yy_c_buf_p = '\0'; \ yyleng = n; \ } \ while ( 0 ) /* Internal utility routines. */ #ifndef yytext_ptr #ifdef YY_USE_PROTOS static void yy_flex_strncpy( char *s1, yyconst char *s2, int n ) #else static void yy_flex_strncpy( s1, s2, n ) char *s1; yyconst char *s2; int n; #endif { register int i; for ( i = 0; i < n; ++i ) s1[i] = s2[i]; } #endif #ifdef YY_NEED_STRLEN #ifdef YY_USE_PROTOS static int yy_flex_strlen( yyconst char *s ) #else static int yy_flex_strlen( s ) yyconst char *s; #endif { register int n; for ( n = 0; s[n]; ++n ) ; return n; } #endif #ifdef YY_USE_PROTOS static void *yy_flex_alloc( yy_size_t size ) #else static void *yy_flex_alloc( size ) yy_size_t size; #endif { return (void *) malloc( size ); } #ifdef YY_USE_PROTOS static void *yy_flex_realloc( void *ptr, yy_size_t size ) #else static void *yy_flex_realloc( ptr, size ) void *ptr; yy_size_t size; #endif { /* The cast to (char *) in the following accommodates both * implementations that use char* generic pointers, and those * that use void* generic pointers. It works with the latter * because both ANSI C and C++ allow castless assignment from * any pointer type to void*, and deal with argument conversions * as though doing an assignment. */ return (void *) realloc( (char *) ptr, size ); } #ifdef YY_USE_PROTOS static void yy_flex_free( void *ptr ) #else static void yy_flex_free( ptr ) void *ptr; #endif { free( ptr ); } #if YY_MAIN int main() { yylex(); return 0; } #endif #line 319 "fortran.lex" fortranerror(char *s) { if (!strcasecmp(curfile,mainfile)) { printf("%s line %d, file %s\n",s,line_num_fortran,curfile); } else { printf("%s line %d, file %s\n",s,line_num_fortran_common,curfile); } /*exit(0);*/ } int fortranwrap() { }