#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 18 "fortran.y" #include #include #include #include "decl.h" extern int line_num_fortran; extern int line_num_fortran_common; char *tmp; char c_selectorname[LONGNOM]; char ligne[LONGNOM]; char identcopy[LONGNOM]; int c_selectorgiven=0; int incom; listvar *curlistvar; typedim c_selectordim; listcouple *coupletmp; int removeline=0; #line 36 "fortran.y" typedef union { char na[LONGNOM]; listdim *d; listvar *l; listvarcommon *lcom; listnom *ln; listvarpointtovar *lp; listcouple *lc; typedim dim1; variable *v; } YYSTYPE; #line 65 "y.tab.c" #define TOK_BINARY_OP 257 #define EQV 258 #define NEQV 259 #define TOK_OR 260 #define TOK_XOR 261 #define TOK_AND 262 #define TOK_NOT 263 #define TOK_LT 264 #define TOK_GT 265 #define TOK_LE 266 #define TOK_GE 267 #define TOK_EQ 268 #define TOK_NE 269 #define TOK_UNARY_OP 270 #define TOK_DSLASH 271 #define TOK_SLASH 272 #define TOK_DASTER 273 #define TOK_SEP 274 #define TOK_NEXTLINE 275 #define TOK_PARAMETER 276 #define TOK_KIND 277 #define TOK_RESULT 278 #define TOK_ONLY 279 #define TOK_INCLUDE 280 #define TOK_SUBROUTINE 281 #define TOK_PROGRAM 282 #define TOK_FUNCTION 283 #define TOK_OMP 284 #define TOK_DOLLAR 285 #define TOK_FORMAT 286 #define TOK_MAX 287 #define TOK_TANH 288 #define TOK_WHERE 289 #define TOK_ELSEWHERE 290 #define TOK_ENDWHERE 291 #define TOK_MAXVAL 292 #define TOK_TRIM 293 #define TOK_SUM 294 #define TOK_SQRT 295 #define TOK_CASE 296 #define TOK_SELECTCASE 297 #define TOK_FILE 298 #define TOK_DONOTTREAT 299 #define TOK_ENDDONOTTREAT 300 #define TOK_EXIST 301 #define TOK_MIN 302 #define TOK_INT 303 #define TOK_FLOAT 304 #define TOK_EXP 305 #define TOK_COS 306 #define TOK_COSH 307 #define TOK_ACOS 308 #define TOK_NINT 309 #define TOK_SIN 310 #define TOK_SINH 311 #define TOK_ASIN 312 #define TOK_EQUIVALENCE 313 #define TOK_LOG 314 #define TOK_TAN 315 #define TOK_ATAN 316 #define TOK_ABS 317 #define TOK_MOD 318 #define TOK_SIGN 319 #define TOK_MINLOC 320 #define TOK_MAXLOC 321 #define TOK_EXIT 322 #define TOK_MINVAL 323 #define TOK_PUBLIC 324 #define TOK_PRIVATE 325 #define TOK_ALLOCATABLE 326 #define TOK_IN 327 #define TOK_RETURN 328 #define TOK_THEN 329 #define TOK_ELSEIF 330 #define TOK_ELSE 331 #define TOK_ENDIF 332 #define TOK_PRINT 333 #define TOK_PLAINGOTO 334 #define TOK_CONSTRUCTID 335 #define TOK_LOGICALIF 336 #define TOK_PLAINDO 337 #define TOK_CONTAINS 338 #define TOK_ENDDO 339 #define TOK_MODULE 340 #define TOK_ENDMODULE 341 #define TOK_DOWHILE 342 #define TOK_ALLOCATE 343 #define TOK_OPEN 344 #define TOK_CLOSE 345 #define TOK_INQUIRE 346 #define TOK_WRITE 347 #define TOK_READ 348 #define TOK_REWIND 349 #define TOK_DEALLOCATE 350 #define TOK_NULLIFY 351 #define TOK_FIN 352 #define TOK_DEBUT 353 #define TOK_OUT 354 #define TOK_INOUT 355 #define TOK_DIMENSION 356 #define TOK_ENDSELECT 357 #define TOK_EXTERNAL 358 #define TOK_INTENT 359 #define TOK_INTRINSIC 360 #define TOK_NAMELIST 361 #define TOK_CASEDEFAULT 362 #define TOK_OPTIONAL 363 #define TOK_POINTER 364 #define TOK_CONTINUE 365 #define TOK_SAVE 366 #define TOK_TARGET 367 #define TOK_USE 368 #define TOK_POINT 369 #define TOK_DATA 370 #define TOK_QUOTE 371 #define TOK_IMPLICIT 372 #define TOK_NONE 373 #define TOK_CALL 374 #define TOK_STAT 375 #define TOK_POINT_TO 376 #define TOK_COMMON 377 #define TOK_INTERFACE 378 #define TOK_ENDINTERFACE 379 #define TOK_LEFTAB 380 #define TOK_RIGHTAB 381 #define TOK_PAUSE 382 #define TOK_PROCEDURE 383 #define TOK_STOP 384 #define TOK_NAMEEQ 385 #define TOK_TRUE 386 #define TOK_FALSE 387 #define TOK_LABEL 388 #define TOK_TYPE 389 #define TOK_ENDTYPE 390 #define TOK_REAL 391 #define TOK_INTEGER 392 #define TOK_LOGICAL 393 #define TOK_DOUBLEPRECISION 394 #define TOK_DOUBLEREAL 395 #define TOK_ENDSUBROUTINE 396 #define TOK_ENDFUNCTION 397 #define TOK_ENDPROGRAM 398 #define TOK_ENDUNIT 399 #define TOK_CHARACTER 400 #define TOK_CHAR_CONSTANT 401 #define TOK_CHAR_CUT 402 #define TOK_CHAR_INT 403 #define TOK_CHAR_MESSAGE 404 #define TOK_CSTREAL 405 #define TOK_CSTREALDP 406 #define TOK_CSTREALQP 407 #define TOK_SFREAL 408 #define TOK_COMPLEX 409 #define TOK_DOUBLECOMPLEX 410 #define TOK_NAME 411 #define TOK_NAME_CHAR 412 #define TOK_PROBTYPE 413 #define TOK_INTERPTYPE 414 #define TOK_VARTYPE 415 #define TOK_BC 416 #define TOK_OP 417 #define TOK_CSTINT 418 #define TOK_COMMENT 419 #define TOK_FILENAME 420 #define YYERRCODE 256 short fortranlhs[] = { -1, 0, 0, 63, 63, 63, 63, 63, 66, 66, 66, 66, 66, 76, 72, 67, 67, 67, 67, 64, 65, 65, 68, 68, 77, 70, 71, 71, 71, 71, 71, 71, 12, 69, 74, 57, 78, 78, 78, 79, 79, 79, 3, 3, 18, 18, 73, 73, 73, 73, 73, 73, 73, 73, 73, 73, 73, 73, 73, 73, 73, 73, 73, 73, 81, 81, 94, 94, 92, 92, 80, 80, 82, 95, 96, 96, 45, 45, 31, 31, 31, 31, 31, 55, 55, 91, 99, 99, 99, 99, 100, 90, 90, 85, 85, 87, 87, 86, 86, 93, 93, 8, 8, 8, 102, 10, 10, 9, 11, 11, 83, 83, 83, 83, 103, 103, 98, 98, 2, 2, 62, 89, 104, 104, 84, 105, 1, 1, 97, 17, 17, 17, 110, 110, 110, 110, 111, 111, 111, 109, 20, 19, 19, 19, 19, 19, 19, 19, 101, 101, 58, 58, 108, 108, 108, 113, 113, 114, 114, 114, 16, 16, 112, 112, 106, 106, 106, 115, 115, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 51, 51, 51, 117, 117, 59, 59, 60, 60, 61, 61, 61, 61, 61, 52, 52, 50, 50, 50, 50, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 22, 22, 21, 21, 21, 21, 21, 21, 54, 54, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 46, 46, 46, 47, 47, 24, 24, 24, 32, 35, 35, 35, 35, 13, 34, 26, 36, 36, 38, 38, 37, 37, 39, 39, 39, 39, 39, 39, 39, 33, 25, 25, 25, 25, 25, 25, 25, 25, 41, 41, 41, 41, 42, 42, 40, 44, 44, 43, 43, 107, 107, 118, 23, 88, 88, 88, 88, 119, 14, 6, 6, 7, 4, 4, 5, 5, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 127, 127, 127, 125, 125, 125, 125, 15, 15, 130, 130, 128, 129, 131, 131, 120, 120, 120, 120, 120, 120, 120, 120, 120, 53, 53, 134, 137, 137, 138, 138, 136, 140, 139, 139, 141, 141, 135, 135, 133, 133, 133, 133, 133, 133, 154, 149, 149, 149, 155, 155, 156, 156, 158, 158, 158, 158, 158, 159, 159, 157, 157, 148, 148, 148, 153, 153, 160, 160, 146, 146, 150, 150, 163, 163, 144, 144, 151, 151, 164, 164, 166, 166, 166, 166, 166, 166, 166, 143, 167, 167, 167, 162, 162, 145, 147, 152, 152, 165, 165, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 169, 169, 161, 161, 170, 170, 27, 27, 28, 28, 28, 28, 28, 28, 28, 28, 29, 29, 29, 29, 29, 30, 30, 171, 171, 142, 132, 121, 121, 172, 172, 172, 173, 174, 174, 123, 123, 122, 122, 124, 124, 175, 175, 176, 176, 126, 49, }; short fortranlen[] = { 2, 0, 2, 2, 2, 1, 3, 3, 2, 2, 3, 3, 2, 2, 2, 1, 1, 1, 1, 0, 0, 2, 0, 1, 0, 0, 0, 3, 2, 5, 3, 2, 1, 0, 1, 1, 0, 2, 3, 0, 2, 3, 1, 3, 1, 1, 2, 2, 2, 2, 4, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 4, 3, 3, 5, 1, 3, 0, 2, 2, 3, 1, 1, 4, 6, 1, 3, 2, 3, 3, 3, 3, 0, 1, 2, 2, 3, 5, 3, 0, 2, 2, 5, 5, 2, 2, 2, 2, 1, 3, 2, 3, 5, 1, 1, 3, 2, 1, 3, 2, 3, 5, 3, 0, 2, 0, 1, 1, 3, 3, 2, 1, 3, 2, 0, 6, 7, 0, 2, 2, 3, 0, 2, 4, 3, 3, 4, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 2, 1, 3, 0, 2, 3, 1, 3, 2, 3, 1, 1, 1, 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, 4, 4, 4, 3, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 1, 3, 1, 1, 1, 2, 2, 2, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 3, 2, 3, 2, 2, 2, 2, 2, 2, 1, 2, 2, 2, 1, 1, 1, 1, 0, 1, 2, 4, 5, 4, 3, 3, 1, 2, 1, 3, 1, 1, 3, 5, 4, 3, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 1, 2, 1, 1, 0, 1, 5, 0, 1, 1, 1, 0, 3, 0, 5, 2, 4, 6, 6, 1, 1, 1, 3, 3, 1, 3, 3, 1, 1, 5, 5, 4, 1, 2, 2, 2, 2, 1, 2, 5, 1, 1, 2, 5, 1, 1, 4, 4, 1, 1, 1, 1, 3, 3, 6, 8, 2, 2, 1, 1, 0, 1, 1, 1, 0, 1, 1, 4, 2, 1, 1, 1, 2, 2, 2, 2, 2, 2, 0, 3, 0, 1, 2, 1, 1, 3, 1, 2, 1, 1, 2, 2, 6, 2, 2, 4, 1, 0, 2, 2, 2, 1, 1, 3, 1, 2, 4, 2, 1, 0, 2, 3, 1, 1, 1, 1, 0, 2, 0, 1, 2, 2, 0, 1, 0, 2, 3, 3, 3, 1, 1, 3, 1, 1, 1, 2, 4, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 1, 3, 1, 1, 3, 3, 3, 3, 2, 3, 2, 2, 3, 1, 1, 1, 3, 1, 5, 1, 1, 3, 3, 3, 3, 3, 3, 1, 1, 1, 3, 5, 5, 5, 5, 7, 1, 3, 1, 2, 1, 3, 1, 1, 1, 4, 1, 3, 1, 3, 0, 4, 1, 3, 0, 1, 0, 2, 4, 1, }; short fortrandefred[] = { 1, 0, 33, 17, 18, 15, 16, 25, 5, 19, 2, 0, 0, 25, 21, 3, 72, 34, 0, 0, 0, 390, 0, 334, 335, 0, 0, 0, 0, 0, 0, 0, 0, 338, 339, 0, 0, 0, 356, 344, 0, 0, 0, 357, 0, 435, 436, 434, 440, 439, 0, 0, 0, 0, 343, 0, 0, 342, 0, 360, 0, 313, 73, 0, 377, 104, 0, 0, 382, 0, 383, 0, 0, 142, 141, 146, 144, 0, 0, 0, 326, 139, 143, 145, 285, 0, 0, 0, 0, 0, 0, 0, 0, 263, 4, 19, 19, 0, 0, 19, 0, 0, 53, 0, 55, 56, 57, 58, 59, 60, 0, 0, 0, 0, 0, 322, 331, 0, 0, 0, 363, 364, 365, 0, 0, 0, 0, 0, 0, 0, 0, 433, 23, 33, 7, 32, 0, 28, 0, 0, 0, 0, 0, 353, 352, 366, 99, 97, 0, 95, 0, 0, 235, 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, 286, 287, 0, 294, 297, 296, 289, 290, 291, 288, 0, 196, 198, 0, 0, 231, 0, 0, 0, 367, 199, 0, 0, 0, 456, 457, 442, 0, 0, 0, 0, 0, 0, 0, 443, 0, 481, 482, 0, 355, 351, 31, 330, 0, 423, 0, 387, 0, 0, 117, 0, 0, 0, 108, 0, 0, 86, 0, 0, 0, 0, 110, 124, 91, 92, 122, 0, 47, 48, 328, 329, 327, 0, 0, 266, 0, 0, 0, 0, 46, 125, 0, 0, 0, 129, 0, 13, 0, 0, 0, 0, 264, 362, 0, 8, 9, 35, 19, 33, 12, 0, 0, 0, 0, 0, 0, 0, 0, 85, 0, 105, 0, 0, 0, 0, 130, 314, 0, 336, 0, 332, 502, 0, 0, 303, 368, 0, 0, 371, 376, 0, 384, 438, 0, 0, 385, 0, 0, 0, 0, 0, 388, 0, 395, 0, 6, 0, 27, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 198, 0, 0, 0, 0, 0, 0, 0, 0, 292, 264, 295, 299, 293, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 483, 487, 0, 0, 491, 495, 0, 0, 69, 0, 0, 87, 0, 0, 0, 115, 111, 0, 0, 0, 169, 183, 184, 171, 0, 173, 0, 175, 176, 177, 178, 179, 0, 167, 170, 165, 0, 125, 70, 0, 131, 0, 0, 153, 0, 0, 0, 0, 194, 0, 0, 0, 189, 0, 187, 0, 0, 0, 0, 14, 10, 11, 0, 0, 118, 113, 0, 0, 0, 63, 0, 89, 0, 107, 0, 0, 133, 0, 161, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 378, 427, 428, 0, 0, 0, 424, 0, 0, 0, 414, 0, 458, 0, 415, 407, 408, 409, 0, 411, 394, 0, 402, 0, 0, 0, 396, 45, 44, 37, 0, 42, 0, 0, 0, 0, 340, 341, 0, 62, 100, 0, 0, 0, 0, 0, 200, 0, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 271, 0, 0, 0, 0, 197, 0, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 254, 0, 0, 0, 0, 0, 0, 0, 0, 444, 0, 0, 0, 0, 0, 501, 0, 0, 0, 422, 0, 0, 0, 325, 0, 109, 64, 0, 123, 0, 0, 172, 0, 0, 0, 71, 0, 0, 0, 0, 157, 154, 0, 0, 274, 0, 277, 0, 269, 0, 0, 186, 361, 0, 0, 0, 50, 0, 0, 0, 0, 84, 0, 0, 0, 106, 0, 0, 0, 0, 138, 135, 0, 0, 0, 315, 0, 381, 373, 0, 431, 432, 0, 0, 0, 420, 421, 0, 0, 0, 0, 0, 0, 0, 401, 399, 0, 0, 406, 0, 389, 0, 38, 0, 29, 333, 0, 0, 0, 201, 202, 203, 206, 0, 207, 209, 211, 212, 213, 214, 215, 210, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 205, 0, 0, 0, 197, 465, 0, 469, 0, 467, 0, 208, 0, 0, 0, 0, 0, 0, 337, 0, 0, 484, 323, 492, 324, 496, 0, 93, 0, 0, 0, 180, 181, 182, 0, 168, 166, 0, 0, 156, 158, 0, 0, 0, 0, 0, 193, 188, 268, 0, 119, 112, 94, 0, 0, 0, 0, 0, 74, 0, 0, 88, 134, 0, 136, 0, 0, 0, 0, 0, 379, 0, 0, 0, 425, 0, 459, 393, 0, 0, 404, 0, 397, 0, 43, 40, 0, 0, 0, 0, 0, 308, 488, 0, 0, 0, 149, 65, 300, 174, 0, 0, 0, 0, 275, 0, 77, 0, 0, 0, 0, 0, 137, 163, 0, 311, 0, 318, 317, 316, 0, 430, 0, 0, 417, 386, 400, 405, 41, 0, 474, 476, 475, 494, 0, 0, 126, 0, 0, 0, 75, 0, 0, 0, 461, 0, 151, 127, 0, 0, 320, 319, 0, 0, 0, 0, 0, 0, }; short fortrandgoto[] = { 1, 259, 478, 534, 849, 850, 674, 675, 85, 291, 292, 236, 136, 86, 298, 145, 495, 87, 535, 88, 89, 192, 342, 193, 194, 195, 196, 368, 369, 370, 821, 659, 464, 197, 198, 93, 465, 644, 645, 646, 255, 199, 380, 306, 200, 660, 600, 584, 201, 303, 343, 767, 467, 273, 203, 662, 398, 278, 829, 269, 468, 469, 479, 10, 274, 11, 94, 12, 133, 13, 14, 95, 275, 96, 97, 98, 99, 0, 328, 704, 260, 239, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 233, 148, 335, 110, 286, 453, 699, 111, 289, 760, 112, 242, 247, 454, 261, 869, 265, 113, 296, 497, 670, 458, 460, 447, 448, 449, 870, 114, 115, 414, 618, 418, 421, 116, 117, 332, 118, 119, 221, 0, 120, 121, 122, 123, 124, 309, 502, 503, 125, 504, 218, 126, 312, 127, 316, 128, 522, 692, 858, 227, 129, 322, 130, 325, 529, 700, 530, 694, 514, 515, 317, 518, 508, 214, 510, 131, 215, 216, 516, 0, 415, 416, 0, 0, 0, }; short fortransindex[] = { 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 21942, -347, 0, 0, 0, 0, 0, -333, -333, -333, 0, 50, 0, 0, 121, 147, 181, -2, 1, 5, 20945, 191, 0, 0, 1955, -265, 196, 0, 0, -205, -169, -2, 0, 208, 0, 0, 0, 0, 0, -3, 221, 239, 243, 0, 247, -186, 0, 257, 0, -178, 0, 0, -44, 0, 0, -2, -2, 0, -75, 0, -2, -2, 0, 0, 0, 0, -2, -2, -2, 0, 0, 0, 0, 0, 243, 337, -8, 345, 129, 370, 58, 20, 0, 0, 0, 0, 33, -347, 0, 414, 411, 0, 425, 0, 0, 0, 0, 0, 0, 64, 439, -176, 442, 83, 0, 0, 2562, 93,20945, 0, 0, 0, 1008, 455, 94, 474, 2445, 475, 444, -13, 0, 0, 0, 0, 0, 476, 0, 476,20945,20945, 20945,20945, 0, 0, 0, 0, 0, 465, 0, 465, 20945, 0, 0, 484, 488, 492, 499,20945, 503,20945, 504, 517, 518, 525, 531, 547, 548, 557, 570, 575, 604, 614, 622, 632, 652, 668, 671, 672, 673,20982, 0, 0, 674, 0, 0, 0, 0, 0, 0, 0, 20945, 0, 0, 370, 158, 0, 675, 678, -17, 0, 0, 2652,20945,20945, 0, 0, 0,20945,20945, 472, 330, 370, 158, 258, 0, 330, 0, 0,20945, 0, 0, 0, 0, 93, 0, 93, 0, 93, 93, 0, 209, 587, 252, 0, 262, 93, 0,20945, 635, 680, 316, 0, 0, 0, 0, 0, 689, 0, 0, 0, 0, 0, -165,20945, 0, 426, 681, 327, 696, 0, 0, 326,21109, 336, 0, 93, 0,19204, 680,20945, 20945, 0, 0, -347, 0, 0, 0, 0, 0, 0, 342, 316, -165, 344, 491, 57, 93, -165, 0, 680, 0, 724, 358, -36,19867, 0, 0, 726, 0, 733, 0, 0, 713, 2652, 0, 0, 2652,20002, 0, 0, 1414, 0, 0, 1414, 11, 0, 731, 258, 0, -1, 20982, 0, 243, 0,19364, 0, 13, 0, 498, 3171, 2652, 78, 3690, 2652, 156, 372, 493,20945,20945,20945, 20945, 186, 2652,20945, 254,20945,20945,20945,20945,20945, 20945,20945,20945,20945,20945,20945,20945,20945,20945,20945, 20945,20945,20945,20945,20982, 743, 0, 407, 747, 750, 0, 2652,20945, 751, 3863, 0, 0, 0, 0, 0, 20149,20945,20945,20945,20945,20945,20945,20945,20945,20945, 20945,20945,20945,19414,20945,20199,20320, 0, 2652, 4209, 2652, 2652,20945, 214, 330, 330, 330, 330, 330, 524, 8151, 758, 678, 755, 0, 0, 765, 763, 0, 0, 297, 680, 0, 465, 536, 0, 303, 772,19204, 0, 0, 409, 243, 766, 0, 0, 0, 0, 680, 0, 783, 0, 0, 0, 0, 0, 84, 0, 0, 0, 476, 0, 0, 415, 0,20357, 2652, 0,19535, 786, 370,20945, 0,20494, 787, 2307, 0, 448, 0, -37, 2652, 2652, 789, 0, 0, 0, 771, 469, 0, 0, 243, 680, 54, 0, 424, 0, 243, 0, 358, 724, 0,19867, 0,19696, 792, 2652, 796, -237,20945, -265, 2652, 797, 795, 0, 0, 0,19082, 479, 225, 0, 417, 11, 370, 0, 798, 0, 11, 0, 0, 0, 0, 800, 0, 0, 422, 0, 40, 0, 481, 0, 0, 0, 0, 496, 0, 806, 1008,20945,20945, 0, 0,20945, 0, 0, 510, 515, 522, 8679,20945, 0, 9042, 0,19171,19299,19600,19844,19935,20078,20731,21423, 21437,21461,21559,21590,21675,21697, 529, 534, 535, 539, 540, 803, 813, 815,21711,20982, 0,20982,20982,21725, 20945, 0,20945, 0, 2652, 457, 457, 493, 166, 166, 166, 166, 166, 166, 218, 218, 67,20945,20945, 0, 2652, 67,20945, 166,20945, 166, 537, 2652, 0, 269, 524, 524, 524, 60, 0,20494, -307, 826, 0, -307, 827, 93, 0, 828, 0, 0,20945, 0, 358,20945, 0, -210, 426, 811, 0, 460, 680, 831,20531, 0, 0, 2652,20652, 0, 830, 0, 4236, 0,20787,19204, 0, 0, 337,20945, 342, 0, 316, 828, 207, 603, 0, 447, 606, 93, 0, 835,20531, 792, 471, 0, 0, 825, 508, 841, 0,21753, 0, 0,20002, 0, 0,20494, 2652, 1414, 0, 0, 0, 842, 11, 798, 1567, 846, 477, 0, 0,19364,19364, 0, 509, 0, -23, 0, 16, 0, 0, 2652, 2652, 2652, 0, 0, 0, 0, 2652, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,21238,21238,21238, 0, 0, 2652, 0, 2652, 0, 2652, 0, 850, 166, 166, 67, 166, 166, 0, 554, 847, 0, 0, 0, 0, 0,21275, 0, 561, 724, 851, 0, 0, 0, 855, 0, 0, 680, 828, 0, 0,20945,19700,20494,20945, 2652, 0, 0, 0, 2652, 0, 0, 0, 54, 54, 54, 54, 54, 0, 158, 54, 0, 0, 792, 0,20531, 8, 500, 514,20945, 0, 862, 2825, 258, 0, 12, 0, 0, 863,20982, 0, 481, 0, 243, 0, 0, 562, 859, 869, 880, 885, 0, 0, 93,20824, 2652, 0, 0, 0, 0, 828, 0, 2652,20945, 0,21822, 0, 143, 143, 881, 171, 659, 0, 0, 551, 0, 890, 0, 0, 0,21843, 0, 894,19364, 0, 0, 0, 0, 0,20945, 0, 0, 0, 0, 897, 0, 0, 878, 2652,20945, 0, 532, 533,20945, 0,21857, 0, 0, 20945, 2652, 0, 0, 2652,20945, 2652,21871,20945, 2652, }; short fortranrindex[] = { 0, 2057, 0, 0, 0, 0, 0, 0, 0, 0, 0, 115,18939, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 18662, 0, 0, 0, 0, 0, 0, 0, 0,18400, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 541, 0, 542, 0, 0, 0, 0,14765, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 47, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,10949, 633, 543, -14, 19, 0, 42, 903, 0, 0, 0, 0, 0,18939, 0, 0, 11098, 0,14896, 0, 0, 0, 0, 0, 0, 0, 11243, 0, 25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,15042, 0, 0, 0, 0,15188, 0, 0, 0, 0, 0, 0,15334, 0,13385, 0, 0, 0, 0, 0, 0, 0, 0, 0,15480, 0,15626, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2264, 2420, 0, 819, 1204, 1901, 0, 0,11392, 0, 0, 0, 0, 0, 0, 0, 4485, 0, 7562, 8109,13549, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,15772,10033, 11551, 0, 0, 0, 0, 0,15918, 0, 0, 0, 0, 0, 0, 887, 0, 0, 0, 0,16064, 0, 0, 0, 0, 0, 0, 0, 0, 909, -30, 0, 0, 0, 0,18939, 0, 0, 0, 0, 0, 0, 0,11551, 0, 0, 0, 541, -148, 0, 0,10033, 0,11696, 0, 0, 0, 0, 0,16210, 0, 42, 0, 0, 0,16356, 0, 0,16502, 910, 0, 0, 0, 0, 0, 0,18531, 0,16648, 0, 8274, 0, 0, 0,19746, 0, 0, 0, 0, 0,16794, 0, 118, 0, 0, 563, 0, 0, 4742, 0, 0, 0, 0, 0, 573, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3821, 0, 0,13694,13841, 2783, 0, 0, 3344, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9363, 0, 10183,10344, 0, 0, 0, 0, 0, 0, 0, 8472, 0, 89, 142, 915, 0, 0, 0, 915, 0, 0, 0,11861, 0,16940, 0, 0, 0, 0, 0, 0, 0, 0, 541, 0, 0, 0, 0, 0, 110, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15334, 0, 0, 0, 0, 0, 26, 0, 918, 0, 1360, 580, 0, 919, 0, 581, 0, 0, 0, 0, 17086,17232, 0, 0, 0, 0, 0, 0, 0, 0, 12006,11861, 849, 0, 0, 0, 541, 0, 0,12155, 0, 0, 0, 1076, 921, 585, 0, 0, 0, 0, 586, 0, 927, 0, 0, 0, 77, 0, 941, 0, 941, 0,14002, 0,17378, 0, 0, 0, 0, 0, 0, 945, 0, 0, -12, 0, 1016, 4382, 607, 0, 0, 0, 0, 0, 0,17524, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,21739, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9509, 7707, 7964, 4887, 5144, 5289, 5546, 5691, 5948, 6093, 3977, 4340, 2939, 0, 0, 0, 9674, 3302, 0, 6350, 0, 6495, 0,10494, 0,10655, 8637, 8835, 9000, 9872, 0, 909, 0, 0, 0, 0, 0, 0, 0,14149, 0, 0, 0, 0, 0, 946, 0, 0, 0, 0, 0, 0,10804, 0, 0, 0, 0, 591, 605, 0, 951, 0, 609, 0, 611, 0, 0, 0, 1745, 0, 0, 0,11551,14149, 721, 0, 0, 0, 0, 0, 0, 0, 0, 921, 0, 0, 0, 0, 0,17670, 0, 0, 0, 0, 0, 0, 0, 0, 615, 0, 0, 0, 9198, 0, 0,17816, 0, 0, 0, 0, 0, 0, 619, 0, 0, 0, 0, 0, 0, 0, 0, 122, 123, 617, 0, 0, 0, 0, 623, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,12314, 0, 12463, 0,12622, 0,21985, 6752, 6897, 3458, 7154, 7299, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,12767, 0, 0, 0, 0, 0, 0, 0,10804, 12932, 0, 0, 0, 627, 0, 639, 581, 0, 0, 0, 643, 0, 0, 0, 849, 849, 849, 849, 849, 0, 96, 849, 0, 0, 921, 0, 0, 0, 0, 0, 0, 0, 0, 0, 655, 0, 0, 0, 0, 955,18808, 0, 607, 0,13078, 0, 0, 0, 549, 0, 0, 0, 0, 0, 0, 0,14310, 0, 0, 0, 0,12932,13240, 656, 0, 0, 657, 0, 113, 229, 160, -10, 0, 0, 0,14457, 0,17962, 0, 0, 0,18108, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,13240, 0, 0, 665, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 666, 0, 0,18254, 0,14618, 961, 0, 963, }; short fortrangindex[] = { 0, 0, 0, 305, 0, 131, 0, 212, 0, 530, -255, 489, 112, 0, 0, 870, -420, 0, 319, 0, 0, -170, 440, -174, 65, -15, 0, -319, 663, -294, -671, -323, 0, 17, -4, 0, 762, 259, 420, 355, -196, 0, 0, 501, -241, -711, 0, 0, -171, 0, -31, 0, 390, 571, -337, 0, 0, 0, 0, -224, 0, 395, 385, 0, 1037, 0, 0, 0, -45, -86, 1034, 0, -56, 0, 0, 0, 0, 0, -116, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 32, -226, 0, 0, 0, -52, 0, 0, -623, 0, -236, 0, 597, 0, 182, 0, 0, 0, 564, -607, 0, 0, 0, 421, 0, 0, 0, 938, 0, 644, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 384, 565, 0, 937, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 544, -526, 253, -672, 0, 0, -300, 0, 0, 0, 72, 382, 0, 942, -166, -633, 0, -214, 0, 0, 0, 0, }; #define YYTABLESIZE 22353 short fortrantable[] = { 202, 231, 523, 379, 492, 431, 367, 92, 144, 371, 366, 147, 427, 434, 419, 149, 430, 9, 848, 531, 213, 374, 329, 254, 270, 815, 140, 324, 91, 403, 140, 185, 403, 253, 82, 785, 256, 226, 490, 640, 276, 519, 672, 280, 140, 470, 480, 326, 409, 283, 257, 512, 512, 279, 533, 531, 809, 818, 531, 288, 272, 797, 150, 152, 822, 823, 488, 484, 753, 132, 155, 574, 132, 237, 668, 839, 90, 152, 135, 261, 324, 270, 844, 132, 155, 234, 235, 147, 304, 147, 139, 147, 307, 234, 235, 234, 235, 152, 268, 153, 212, 230, 406, 185, 84, 147, 234, 235, 330, 331, 333, 334, 213, 92, 285, 26, 267, 764, 285, 540, 337, 285, 538, 117, 117, 26, 261, 396, 633, 397, 485, 137, 138, 485, 300, 302, 539, 855, 78, 78, 78, 78, 634, 78, 765, 766, 661, 367, 834, 372, 371, 366, 409, 217, 185, 528, 79, 79, 79, 345, 375, 140, 345, 346, 347, 811, 346, 347, 185, 264, 814, 263, 399, 400, 673, 809, 345, 401, 402, 262, 346, 347, 90, 486, 815, 789, 486, 141, 411, 845, 790, 367, 212, 476, 371, 572, 213, 543, 624, 318, 542, 213, 81, 81, 81, 81, 220, 334, 393, 391, 868, 392, 688, 789, 787, 631, 788, 690, 790, 773, 413, 142, 475, 202, 413, 84, 396, 550, 397, 474, 549, 204, 457, 240, 485, 290, 219, 466, 409, 471, 472, 412, 222, 417, 409, 412, 420, 796, 224, 789, 787, 786, 788, 426, 790, 609, 406, 205, 658, 206, 393, 228, 82, 2, 496, 424, 686, 406, 205, 140, 206, 524, 80, 80, 80, 258, 212, 501, 396, 229, 397, 212, 738, 404, 740, 742, 374, 230, 410, 90, 372, 3, 4, 90, 372, 552, 213, 238, 549, 213, 406, 205, 152, 206, 486, 232, 5, 6, 132, 155, 548, 406, 205, 551, 206, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 243, 147, 461, 407, 408, 575, 635, 246, 521, 623, 271, 395, 622, 580, 409, 626, 409, 185, 542, 285, 285, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 601, 602, 604, 606, 323, 78, 403, 211, 26, 608, 205, 762, 206, 212, 254, 846, 212, 513, 629, 491, 509, 378, 79, 511, 262, 532, 763, 213, 213, 213, 213, 213, 7, 271, 140, 466, 26, 26, 761, 367, 754, 367, 367, 756, 266, 225, 143, 84, 745, 146, 771, 26, 26, 146, 520, 185, 847, 323, 784, 84, 820, 532, 375, 8, 532, 496, 657, 152, 642, 81, 647, 277, 664, 132, 155, 394, 395, 738, 740, 742, 695, 409, 409, 409, 409, 409, 661, 661, 661, 661, 661, 281, 282, 661, 781, 687, 406, 205, 496, 206, 496, 840, 841, 842, 843, 676, 284, 212, 212, 212, 212, 212, 285, 683, 610, 611, 612, 613, 614, 295, 287, 294, 405, 407, 408, 321, 651, 394, 395, 650, 857, 297, 308, 405, 407, 408, 393, 391, 80, 392, 26, 84, 310, 307, 706, 707, 336, 656, 708, 374, 655, 311, 320, 327, 396, 713, 397, 685, 528, 698, 684, 338, 697, 528, 528, 339, 405, 407, 408, 340, 403, 26, 393, 391, 702, 392, 341, 701, 407, 408, 344, 346, 739, 833, 741, 743, 241, 372, 709, 746, 396, 549, 397, 710, 347, 348, 549, 367, 367, 367, 711, 745, 349, 549, 747, 748, 376, 729, 350, 749, 549, 750, 730, 731, 513, 549, 549, 732, 733, 513, 549, 549, 647, 285, 351, 352, 285, 285, 285, 285, 285, 285, 825, 334, 353, 776, 202, 345, 293, 830, 861, 66, 542, 701, 66, 496, 285, 354, 285, 775, 413, 227, 355, 413, 227, 778, 466, 422, 190, 195, 782, 190, 195, 160, 380, 208, 160, 380, 209, 192, 265, 412, 192, 496, 412, 367, 758, 409, 371, 366, 265, 356, 423, 284, 792, 501, 284, 276, 805, 191, 276, 357, 191, 429, 374, 67, 429, 372, 67, 358, 146, 228, 372, 372, 228, 282, 213, 265, 282, 359, 425, 265, 265, 265, 265, 265, 428, 283, 794, 90, 283, 120, 90, 528, 120, 405, 407, 408, 265, 360, 265, 265, 265, 426, 281, 278, 426, 281, 278, 435, 739, 741, 743, 280, 279, 361, 280, 279, 362, 363, 364, 373, 377, 181, 182, 272, 384, 429, 385, 386, 387, 388, 389, 390, 240, 828, 394, 395, 184, 185, 432, 186, 187, 188, 189, 451, 450, 452, 210, 433, 835, 455, 647, 838, 459, 190, 212, 436, 437, 438, 477, 513, 482, 806, 385, 386, 387, 388, 389, 390, 483, 860, 394, 395, 496, 489, 290, 498, 853, 481, 268, 499, 517, 536, 487, 545, 546, 547, 372, 439, 544, 440, 441, 442, 576, 577, 443, 444, 578, 445, 446, 579, 581, 375, 408, 616, 617, 567, 568, 569, 570, 571, 871, 619, 620, 625, 285, 285, 285, 627, 285, 285, 285, 285, 285, 285, 261, 628, 285, 285, 632, 630, 372, 637, 641, 648, 261, 653, 878, 654, 181, 182, 663, 669, 671, 678, 679, 693, 882, 689, 866, 691, 885, 703, 734, 184, 185, 887, 186, 187, 188, 189, 888, 261, 735, 890, 736, 261, 261, 261, 261, 261, 190, 751, 755, 757, 769, 759, 770, 772, 513, 776, 791, 795, 261, 793, 261, 261, 261, 798, 799, 800, 801, 808, 812, 813, 265, 816, 824, 831, 265, 265, 265, 832, 265, 265, 265, 265, 265, 265, 854, 265, 265, 265, 856, 826, 265, 863, 851, 223, 265, 265, 265, 265, 265, 265, 265, 862, 864, 265, 265, 265, 673, 865, 874, 790, 265, 265, 873, 265, 265, 875, 877, 244, 245, 879, 881, 262, 248, 249, 883, 847, 301, 265, 250, 251, 252, 264, 374, 116, 68, 164, 265, 493, 265, 265, 159, 272, 265, 162, 265, 265, 265, 265, 265, 375, 265, 265, 265, 265, 265, 265, 265, 265, 265, 265, 265, 265, 265, 265, 265, 265, 426, 391, 301, 116, 265, 265, 265, 273, 76, 265, 265, 392, 265, 265, 265, 117, 265, 477, 265, 478, 265, 884, 265, 819, 265, 265, 265, 265, 852, 265, 265, 265, 265, 305, 665, 817, 265, 265, 265, 265, 265, 265, 265, 573, 265, 265, 265, 265, 265, 473, 837, 752, 804, 705, 779, 783, 652, 265, 265, 265, 780, 15, 134, 191, 636, 880, 152, 265, 153, 768, 301, 666, 288, 288, 288, 288, 288, 621, 803, 315, 677, 807, 859, 0, 319, 0, 696, 0, 0, 0, 261, 288, 288, 288, 261, 261, 261, 0, 261, 261, 261, 261, 261, 261, 0, 261, 261, 261, 0, 0, 261, 0, 0, 0, 261, 261, 261, 261, 261, 261, 261, 0, 0, 261, 261, 261, 0, 0, 285, 0, 261, 261, 285, 261, 261, 285, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 261, 0, 0, 0, 285, 0, 285, 0, 0, 261, 0, 261, 261, 0, 0, 261, 0, 261, 261, 261, 261, 261, 0, 261, 261, 261, 261, 261, 261, 261, 261, 261, 261, 261, 261, 261, 261, 261, 261, 0, 0, 0, 0, 261, 261, 261, 0, 0, 261, 261, 0, 261, 261, 261, 0, 261, 0, 261, 0, 261, 0, 261, 0, 261, 261, 261, 261, 0, 261, 261, 261, 261, 262, 0, 0, 261, 261, 261, 261, 261, 261, 261, 262, 261, 261, 261, 261, 261, 0, 0, 0, 0, 0, 0, 0, 0, 261, 261, 261, 0, 0, 0, 0, 83, 83, 0, 261, 0, 0, 262, 0, 0, 0, 262, 262, 262, 262, 262, 83, 83, 0, 83, 83, 83, 83, 0, 0, 0, 0, 0, 262, 0, 262, 262, 262, 83, 0, 0, 0, 151, 0, 0, 0, 0, 288, 288, 288, 0, 288, 288, 288, 288, 288, 288, 0, 0, 288, 288, 0, 0, 0, 0, 0, 154, 155, 0, 0, 0, 156, 157, 158, 159, 0, 0, 0, 0, 0, 0, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 0, 171, 172, 173, 174, 175, 176, 177, 178, 0, 179, 0, 0, 0, 0, 285, 285, 285, 0, 285, 285, 285, 285, 285, 285, 0, 0, 285, 285, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 270, 0, 0, 0, 0, 0, 0, 0, 0, 0, 270, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 180, 0, 0, 0, 0, 0, 181, 182, 0, 288, 0, 183, 270, 270, 270, 270, 270, 270, 0, 0, 0, 184, 185, 0, 186, 187, 188, 189, 0, 0, 270, 84, 270, 270, 270, 0, 0, 0, 190, 288, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 211, 0, 505, 205, 0, 206, 262, 0, 0, 0, 262, 262, 262, 0, 262, 262, 262, 262, 262, 262, 0, 262, 262, 262, 0, 0, 262, 0, 0, 0, 262, 262, 262, 262, 262, 262, 262, 0, 0, 262, 262, 262, 0, 0, 0, 0, 262, 262, 0, 262, 262, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 262, 0, 0, 0, 0, 0, 0, 0, 0, 262, 0, 262, 262, 0, 0, 262, 0, 262, 262, 262, 262, 262, 0, 262, 262, 262, 262, 262, 262, 262, 262, 262, 262, 262, 262, 262, 262, 262, 262, 0, 0, 0, 0, 262, 262, 262, 0, 0, 262, 262, 0, 262, 262, 262, 0, 262, 0, 262, 0, 262, 0, 262, 0, 262, 262, 262, 262, 0, 262, 262, 262, 262, 0, 0, 0, 262, 262, 262, 262, 262, 262, 262, 0, 262, 262, 262, 262, 262, 0, 0, 191, 0, 810, 152, 0, 153, 262, 262, 262, 270, 0, 0, 0, 270, 270, 270, 262, 270, 270, 270, 270, 270, 270, 0, 270, 270, 270, 0, 0, 270, 0, 0, 0, 270, 270, 270, 270, 270, 270, 270, 0, 0, 270, 270, 270, 0, 0, 0, 0, 270, 270, 0, 270, 270, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 270, 0, 0, 0, 0, 0, 0, 0, 0, 270, 0, 270, 270, 0, 506, 270, 0, 270, 270, 270, 270, 270, 0, 270, 270, 270, 270, 270, 270, 270, 270, 270, 270, 270, 270, 270, 270, 270, 270, 208, 0, 0, 209, 270, 270, 270, 0, 0, 270, 270, 0, 270, 270, 270, 0, 270, 0, 270, 0, 270, 0, 270, 0, 270, 270, 270, 270, 0, 270, 270, 270, 270, 267, 0, 0, 270, 270, 270, 270, 270, 270, 270, 267, 270, 270, 270, 270, 270, 0, 0, 0, 0, 0, 0, 0, 0, 270, 270, 270, 0, 0, 0, 0, 0, 0, 0, 270, 0, 0, 267, 0, 0, 0, 267, 267, 267, 267, 267, 0, 0, 0, 0, 0, 0, 0, 0, 0, 181, 182, 0, 267, 0, 267, 267, 267, 0, 0, 0, 0, 0, 0, 0, 184, 185, 0, 186, 187, 188, 189, 0, 0, 0, 507, 0, 0, 0, 0, 151, 0, 190, 0, 0, 0, 0, 0, 0, 525, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 154, 155, 0, 0, 0, 156, 157, 158, 159, 0, 0, 0, 0, 0, 0, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 0, 171, 172, 173, 174, 175, 176, 177, 178, 0, 179, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 298, 0, 0, 0, 0, 0, 0, 0, 0, 0, 298, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 298, 298, 298, 298, 298, 180, 298, 0, 0, 0, 0, 181, 182, 0, 0, 0, 183, 298, 0, 298, 298, 298, 0, 0, 0, 0, 184, 185, 526, 186, 187, 188, 189, 0, 0, 0, 84, 0, 0, 0, 0, 0, 0, 527, 0, 0, 0, 0, 0, 0, 0, 0, 0, 211, 0, 207, 205, 0, 206, 267, 0, 0, 0, 267, 267, 267, 0, 267, 267, 267, 267, 267, 267, 0, 267, 267, 267, 0, 0, 267, 0, 0, 0, 267, 267, 267, 267, 267, 267, 267, 0, 0, 267, 267, 267, 0, 0, 0, 0, 267, 267, 0, 267, 267, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 267, 0, 0, 0, 0, 0, 0, 0, 0, 267, 0, 267, 267, 0, 0, 267, 0, 267, 267, 267, 267, 267, 0, 267, 267, 267, 267, 267, 267, 267, 267, 267, 267, 267, 267, 267, 267, 267, 267, 0, 0, 0, 0, 267, 267, 267, 0, 0, 267, 267, 0, 267, 267, 267, 0, 267, 0, 267, 0, 267, 0, 267, 0, 267, 267, 267, 267, 0, 267, 267, 267, 267, 0, 0, 0, 267, 267, 267, 267, 267, 267, 267, 0, 267, 267, 267, 267, 267, 0, 0, 0, 0, 0, 0, 0, 0, 267, 267, 267, 298, 0, 0, 0, 298, 298, 298, 267, 298, 298, 298, 298, 298, 298, 0, 298, 298, 298, 0, 0, 298, 0, 0, 0, 298, 298, 298, 298, 298, 298, 298, 0, 0, 298, 298, 298, 0, 0, 0, 0, 298, 298, 0, 298, 298, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 298, 0, 0, 0, 0, 0, 0, 0, 0, 298, 0, 298, 298, 0, 0, 298, 0, 298, 298, 298, 298, 298, 0, 298, 298, 298, 298, 298, 298, 298, 298, 298, 298, 298, 298, 298, 298, 298, 298, 208, 0, 0, 209, 298, 298, 298, 0, 0, 298, 298, 229, 298, 298, 298, 0, 298, 0, 298, 0, 298, 229, 298, 0, 0, 298, 298, 298, 0, 298, 298, 298, 298, 0, 0, 0, 298, 298, 298, 298, 298, 298, 298, 0, 298, 298, 298, 298, 298, 0, 0, 0, 229, 229, 229, 229, 229, 298, 298, 298, 0, 0, 0, 0, 0, 0, 0, 298, 0, 229, 0, 229, 229, 229, 0, 0, 0, 0, 0, 0, 20, 0, 0, 0, 20, 20, 20, 20, 181, 182, 20, 0, 0, 20, 20, 20, 393, 391, 0, 392, 20, 20, 0, 184, 185, 0, 186, 187, 188, 189, 0, 0, 649, 210, 396, 381, 397, 20, 0, 0, 190, 0, 0, 0, 0, 0, 20, 0, 20, 20, 0, 0, 20, 0, 20, 20, 20, 20, 20, 0, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 0, 0, 0, 0, 20, 20, 20, 0, 0, 20, 20, 230, 20, 20, 20, 0, 20, 0, 20, 0, 20, 230, 20, 0, 0, 20, 20, 20, 0, 0, 20, 20, 20, 0, 0, 0, 0, 20, 20, 20, 20, 20, 20, 0, 20, 20, 20, 20, 20, 0, 0, 0, 230, 230, 230, 230, 230, 20, 20, 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 230, 0, 230, 230, 230, 0, 0, 314, 0, 313, 205, 0, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 229, 0, 0, 0, 229, 229, 229, 0, 229, 229, 229, 229, 229, 229, 0, 229, 229, 229, 0, 0, 229, 0, 0, 0, 229, 229, 229, 229, 229, 229, 229, 0, 0, 229, 229, 229, 0, 0, 0, 0, 229, 229, 0, 229, 229, 0, 0, 382, 383, 384, 0, 385, 386, 387, 388, 389, 390, 229, 0, 394, 395, 0, 0, 0, 0, 0, 229, 0, 229, 229, 0, 0, 229, 0, 229, 229, 229, 229, 229, 0, 229, 229, 229, 229, 229, 229, 229, 229, 229, 229, 229, 229, 229, 229, 229, 229, 0, 0, 0, 0, 229, 229, 229, 0, 0, 229, 229, 0, 229, 229, 229, 0, 229, 0, 229, 0, 229, 0, 229, 0, 0, 229, 229, 229, 0, 229, 229, 229, 229, 0, 0, 0, 229, 229, 229, 229, 229, 229, 229, 0, 229, 229, 229, 229, 229, 0, 0, 0, 0, 0, 0, 0, 0, 229, 229, 229, 230, 0, 0, 0, 230, 230, 230, 229, 230, 230, 230, 230, 230, 230, 0, 230, 230, 230, 393, 391, 230, 392, 0, 0, 230, 230, 230, 230, 230, 230, 230, 0, 0, 230, 230, 230, 396, 381, 397, 0, 230, 230, 0, 230, 230, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 230, 0, 0, 0, 0, 0, 0, 0, 0, 230, 208, 230, 230, 209, 0, 230, 0, 230, 230, 230, 230, 230, 0, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, 0, 0, 0, 0, 230, 230, 230, 0, 0, 230, 230, 471, 230, 230, 230, 0, 230, 0, 230, 0, 230, 471, 230, 0, 0, 230, 230, 230, 0, 230, 230, 230, 230, 0, 0, 0, 230, 230, 230, 230, 230, 230, 230, 0, 230, 230, 230, 230, 230, 0, 0, 0, 199, 199, 199, 471, 199, 230, 230, 181, 182, 0, 0, 0, 0, 0, 0, 230, 0, 0, 0, 199, 199, 199, 184, 185, 21, 186, 187, 188, 189, 0, 0, 0, 210, 0, 0, 0, 0, 0, 0, 190, 0, 0, 582, 393, 391, 0, 392, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 777, 28, 396, 381, 397, 0, 0, 31, 299, 0, 0, 0, 35, 36, 0, 0, 0, 0, 0, 0, 0, 0, 0, 45, 46, 47, 48, 49, 50, 382, 383, 384, 0, 385, 386, 387, 388, 389, 390, 0, 0, 394, 395, 0, 59, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 239, 0, 0, 0, 0, 68, 0, 70, 0, 0, 239, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 84, 0, 0, 0, 0, 0, 0, 239, 239, 239, 239, 239, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 239, 0, 0, 239, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 471, 0, 0, 0, 199, 199, 199, 0, 199, 199, 199, 199, 199, 199, 0, 0, 199, 199, 0, 0, 471, 0, 0, 0, 471, 471, 471, 471, 471, 471, 471, 0, 0, 471, 471, 471, 0, 0, 0, 0, 471, 471, 0, 471, 471, 0, 382, 383, 384, 0, 385, 386, 387, 388, 389, 390, 0, 471, 394, 395, 0, 0, 0, 0, 0, 0, 471, 0, 471, 471, 0, 0, 471, 0, 471, 471, 471, 471, 471, 0, 471, 471, 471, 471, 471, 471, 471, 471, 471, 471, 471, 471, 471, 471, 471, 471, 0, 0, 0, 0, 471, 471, 471, 0, 0, 471, 471, 0, 471, 471, 471, 0, 471, 0, 471, 0, 471, 0, 471, 0, 0, 471, 471, 471, 0, 471, 471, 471, 471, 0, 0, 0, 471, 471, 471, 471, 471, 471, 471, 0, 471, 471, 471, 471, 471, 0, 0, 0, 0, 0, 0, 0, 0, 471, 471, 471, 239, 0, 0, 0, 239, 239, 239, 471, 239, 239, 239, 239, 239, 239, 0, 239, 239, 537, 393, 391, 239, 392, 0, 0, 239, 239, 239, 239, 239, 239, 239, 0, 0, 239, 239, 239, 396, 381, 397, 0, 239, 239, 0, 239, 239, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 239, 0, 0, 0, 0, 0, 0, 0, 0, 239, 0, 239, 239, 0, 0, 239, 0, 239, 239, 239, 239, 239, 0, 239, 239, 239, 239, 239, 239, 239, 239, 239, 239, 239, 239, 239, 239, 239, 239, 0, 0, 0, 0, 239, 239, 239, 0, 0, 239, 239, 240, 239, 239, 239, 0, 239, 0, 239, 0, 239, 240, 239, 0, 0, 239, 239, 239, 0, 239, 239, 239, 239, 0, 0, 0, 239, 239, 239, 239, 239, 239, 239, 0, 239, 239, 239, 239, 239, 0, 0, 0, 240, 240, 240, 240, 240, 239, 239, 239, 0, 0, 0, 0, 0, 0, 0, 239, 0, 240, 0, 0, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 196, 196, 196, 0, 196, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 196, 0, 196, 196, 196, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 382, 383, 384, 0, 385, 386, 387, 388, 389, 390, 0, 0, 394, 395, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 258, 0, 0, 0, 0, 0, 0, 0, 0, 0, 258, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 258, 258, 258, 258, 258, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 258, 0, 0, 258, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 240, 0, 0, 0, 240, 240, 240, 0, 240, 240, 240, 240, 240, 240, 0, 240, 240, 0, 0, 0, 240, 0, 0, 0, 240, 240, 240, 240, 240, 240, 240, 0, 0, 240, 240, 240, 0, 0, 0, 0, 240, 240, 0, 240, 240, 0, 196, 196, 196, 0, 196, 196, 196, 196, 196, 196, 0, 240, 196, 196, 0, 0, 0, 0, 0, 0, 240, 0, 240, 240, 0, 0, 240, 0, 240, 240, 240, 240, 240, 0, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 0, 0, 0, 0, 240, 240, 240, 0, 0, 240, 240, 0, 240, 240, 240, 0, 240, 0, 240, 0, 240, 0, 240, 0, 0, 240, 240, 240, 0, 240, 240, 240, 240, 0, 0, 0, 240, 240, 240, 240, 240, 240, 240, 0, 240, 240, 240, 240, 240, 0, 0, 0, 0, 0, 0, 0, 0, 240, 240, 240, 258, 0, 0, 0, 258, 258, 258, 240, 258, 258, 258, 258, 258, 258, 0, 258, 258, 541, 393, 391, 258, 392, 0, 0, 258, 258, 258, 258, 258, 258, 258, 0, 0, 258, 258, 258, 396, 381, 397, 0, 258, 258, 0, 258, 258, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 258, 0, 0, 0, 0, 0, 0, 0, 0, 258, 0, 258, 258, 0, 0, 258, 0, 258, 258, 258, 258, 258, 0, 258, 258, 258, 258, 258, 258, 258, 258, 258, 258, 258, 258, 258, 258, 258, 258, 0, 0, 0, 0, 258, 258, 258, 0, 0, 258, 258, 470, 258, 258, 258, 0, 258, 0, 258, 0, 258, 470, 258, 0, 0, 258, 258, 258, 0, 258, 258, 258, 258, 0, 0, 0, 258, 258, 258, 258, 258, 258, 258, 0, 258, 258, 258, 258, 258, 0, 0, 0, 0, 196, 196, 0, 196, 258, 258, 258, 0, 0, 0, 0, 0, 0, 0, 258, 0, 0, 0, 196, 196, 196, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 582, 393, 391, 0, 392, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 396, 381, 397, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 382, 383, 384, 0, 385, 386, 387, 388, 389, 390, 0, 0, 394, 395, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 237, 0, 0, 0, 0, 0, 0, 0, 0, 0, 237, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 237, 0, 237, 237, 237, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 237, 0, 0, 237, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 470, 0, 0, 0, 196, 196, 196, 0, 196, 196, 196, 196, 196, 196, 0, 0, 196, 196, 0, 0, 470, 0, 0, 0, 470, 470, 470, 470, 470, 470, 470, 0, 0, 470, 470, 470, 0, 0, 0, 0, 470, 470, 0, 470, 470, 0, 382, 383, 384, 0, 385, 386, 387, 388, 389, 390, 0, 470, 394, 395, 0, 0, 0, 0, 0, 0, 470, 0, 470, 470, 0, 0, 470, 0, 470, 470, 470, 470, 470, 0, 470, 470, 470, 470, 470, 470, 470, 470, 470, 470, 470, 470, 470, 470, 470, 470, 0, 0, 0, 0, 470, 470, 470, 0, 0, 470, 470, 0, 470, 470, 470, 0, 470, 0, 470, 0, 470, 0, 470, 0, 0, 470, 470, 470, 0, 470, 470, 470, 470, 0, 0, 0, 470, 470, 470, 470, 470, 470, 470, 0, 470, 470, 470, 470, 470, 0, 0, 0, 0, 0, 0, 0, 0, 470, 470, 470, 237, 0, 0, 0, 237, 237, 237, 470, 237, 237, 237, 237, 237, 237, 0, 237, 0, 607, 393, 391, 237, 392, 0, 0, 237, 237, 237, 237, 237, 237, 237, 0, 0, 237, 237, 237, 396, 381, 397, 0, 237, 237, 0, 237, 237, 393, 391, 0, 392, 0, 0, 0, 0, 0, 0, 0, 0, 237, 0, 0, 0, 777, 0, 396, 381, 397, 237, 0, 237, 237, 0, 0, 237, 0, 237, 237, 237, 237, 237, 0, 237, 237, 237, 237, 237, 237, 237, 237, 237, 237, 237, 237, 237, 237, 237, 237, 0, 0, 0, 0, 237, 237, 237, 0, 0, 237, 237, 238, 237, 237, 237, 0, 237, 0, 237, 0, 237, 238, 237, 0, 0, 237, 237, 237, 0, 237, 237, 237, 237, 0, 0, 0, 237, 237, 237, 237, 237, 237, 237, 0, 237, 237, 237, 237, 237, 0, 0, 0, 238, 0, 238, 238, 238, 237, 237, 237, 0, 0, 0, 0, 0, 0, 0, 237, 0, 238, 0, 0, 238, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 398, 196, 196, 398, 196, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 196, 196, 196, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 382, 383, 384, 0, 385, 386, 387, 388, 389, 390, 0, 0, 394, 395, 0, 0, 285, 0, 0, 0, 0, 0, 0, 0, 0, 0, 285, 382, 383, 384, 0, 385, 386, 387, 388, 389, 390, 0, 0, 394, 395, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 285, 0, 0, 285, 285, 285, 285, 285, 285, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 238, 0, 0, 0, 238, 238, 238, 0, 238, 238, 238, 238, 238, 238, 0, 238, 0, 0, 0, 0, 238, 0, 0, 0, 238, 238, 238, 238, 238, 238, 238, 0, 0, 238, 238, 238, 0, 0, 0, 0, 238, 238, 0, 238, 238, 0, 196, 196, 196, 0, 196, 196, 196, 196, 196, 196, 0, 238, 196, 196, 0, 0, 0, 0, 0, 0, 238, 0, 238, 238, 0, 0, 238, 0, 238, 238, 238, 238, 238, 0, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 238, 0, 0, 0, 0, 238, 238, 238, 0, 0, 238, 238, 0, 238, 238, 238, 0, 238, 0, 238, 0, 238, 0, 238, 0, 0, 238, 238, 238, 0, 238, 238, 238, 238, 0, 0, 0, 238, 238, 238, 238, 238, 238, 238, 0, 238, 238, 238, 238, 238, 285, 234, 0, 0, 0, 0, 0, 0, 238, 238, 238, 234, 0, 0, 0, 285, 285, 285, 238, 0, 285, 0, 398, 0, 285, 285, 285, 285, 285, 285, 285, 0, 0, 285, 285, 285, 0, 0, 0, 0, 285, 285, 234, 285, 285, 234, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 285, 0, 234, 0, 0, 234, 0, 0, 0, 285, 0, 285, 285, 0, 0, 285, 0, 285, 285, 285, 285, 285, 0, 285, 285, 285, 285, 285, 285, 285, 285, 285, 285, 285, 285, 285, 285, 285, 285, 0, 0, 0, 0, 285, 285, 285, 0, 0, 285, 285, 0, 285, 285, 285, 0, 285, 0, 285, 0, 285, 0, 285, 0, 0, 285, 285, 285, 0, 0, 285, 285, 285, 0, 0, 0, 285, 285, 285, 285, 285, 285, 285, 0, 285, 285, 285, 285, 285, 0, 253, 0, 0, 0, 0, 0, 0, 285, 285, 285, 253, 0, 0, 0, 0, 0, 0, 285, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 253, 0, 0, 253, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 253, 0, 0, 253, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 0, 0, 0, 234, 234, 234, 0, 0, 0, 0, 0, 0, 0, 0, 234, 0, 0, 0, 0, 234, 0, 0, 0, 234, 234, 234, 234, 234, 234, 234, 0, 0, 234, 234, 234, 0, 0, 0, 0, 234, 234, 0, 234, 234, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 0, 0, 0, 0, 0, 0, 0, 0, 234, 0, 234, 234, 0, 0, 234, 0, 234, 234, 234, 234, 234, 0, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 234, 0, 0, 0, 0, 234, 234, 234, 0, 0, 234, 234, 0, 234, 234, 234, 0, 234, 0, 234, 0, 234, 0, 234, 0, 0, 234, 234, 234, 0, 234, 234, 234, 234, 0, 0, 0, 234, 234, 234, 234, 234, 234, 234, 0, 234, 234, 234, 234, 234, 253, 244, 0, 0, 253, 253, 253, 0, 234, 234, 234, 244, 0, 0, 0, 253, 0, 0, 234, 0, 253, 0, 0, 0, 253, 253, 253, 253, 253, 253, 253, 0, 0, 253, 253, 253, 0, 0, 0, 0, 253, 253, 244, 253, 253, 244, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 253, 0, 244, 0, 0, 244, 0, 0, 0, 253, 0, 253, 253, 0, 0, 253, 0, 253, 253, 253, 253, 253, 0, 253, 253, 253, 253, 253, 253, 253, 253, 253, 253, 253, 253, 253, 253, 253, 253, 0, 0, 0, 0, 253, 253, 253, 0, 0, 253, 253, 0, 253, 253, 253, 0, 253, 0, 253, 0, 253, 0, 253, 0, 0, 253, 253, 253, 0, 253, 253, 253, 253, 0, 0, 0, 253, 253, 253, 253, 253, 253, 253, 0, 253, 253, 253, 253, 253, 0, 242, 0, 0, 0, 0, 0, 0, 253, 253, 253, 242, 0, 0, 0, 0, 0, 0, 253, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 242, 0, 0, 242, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 242, 0, 0, 242, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 244, 0, 0, 0, 244, 244, 244, 0, 0, 0, 0, 0, 0, 0, 0, 244, 0, 0, 0, 0, 244, 0, 0, 0, 244, 244, 244, 244, 244, 244, 244, 0, 0, 244, 244, 244, 0, 0, 0, 0, 244, 244, 0, 244, 244, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 244, 0, 0, 0, 0, 0, 0, 0, 0, 244, 0, 244, 244, 0, 0, 244, 0, 244, 244, 244, 244, 244, 0, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, 0, 0, 0, 0, 244, 244, 244, 0, 0, 244, 244, 0, 244, 244, 244, 0, 244, 0, 244, 0, 244, 0, 244, 0, 0, 244, 244, 244, 0, 244, 244, 244, 244, 0, 0, 0, 244, 244, 244, 244, 244, 244, 244, 0, 244, 244, 244, 244, 244, 242, 248, 0, 0, 242, 242, 242, 0, 244, 244, 244, 248, 0, 0, 0, 242, 0, 0, 244, 0, 242, 0, 0, 0, 242, 242, 242, 242, 242, 242, 242, 0, 0, 242, 242, 242, 0, 0, 0, 0, 242, 242, 248, 242, 242, 248, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 242, 0, 248, 0, 0, 248, 0, 0, 0, 242, 0, 242, 242, 0, 0, 242, 0, 242, 242, 242, 242, 242, 0, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, 0, 0, 0, 0, 242, 242, 242, 0, 0, 242, 242, 0, 242, 242, 242, 0, 242, 0, 242, 0, 242, 0, 242, 0, 0, 242, 242, 242, 0, 242, 242, 242, 242, 0, 0, 0, 242, 242, 242, 242, 242, 242, 242, 0, 242, 242, 242, 242, 242, 0, 246, 0, 0, 0, 0, 0, 0, 242, 242, 242, 246, 0, 0, 0, 0, 0, 0, 242, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 246, 0, 0, 246, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 246, 0, 0, 246, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 248, 0, 0, 0, 248, 248, 248, 0, 0, 0, 0, 0, 0, 0, 0, 248, 0, 0, 0, 0, 248, 0, 0, 0, 248, 248, 248, 248, 248, 248, 248, 0, 0, 248, 248, 248, 0, 0, 0, 0, 248, 248, 0, 248, 248, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 248, 0, 0, 0, 0, 0, 0, 0, 0, 248, 0, 248, 248, 0, 0, 248, 0, 248, 248, 248, 248, 248, 0, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 0, 0, 0, 0, 248, 248, 248, 0, 0, 248, 248, 0, 248, 248, 248, 0, 248, 0, 248, 0, 248, 0, 248, 0, 0, 248, 248, 248, 0, 248, 248, 248, 248, 0, 0, 0, 248, 248, 248, 248, 248, 248, 248, 0, 248, 248, 248, 248, 248, 246, 241, 0, 0, 246, 246, 246, 0, 248, 248, 248, 241, 0, 0, 0, 246, 0, 0, 248, 0, 246, 0, 0, 0, 246, 246, 246, 246, 246, 246, 246, 0, 0, 246, 246, 246, 0, 0, 0, 0, 246, 246, 241, 246, 246, 241, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 246, 0, 241, 0, 0, 241, 0, 0, 0, 246, 0, 246, 246, 0, 0, 246, 0, 246, 246, 246, 246, 246, 0, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 0, 0, 0, 0, 246, 246, 246, 0, 0, 246, 246, 0, 246, 246, 246, 0, 246, 0, 246, 0, 246, 0, 246, 0, 0, 246, 246, 246, 0, 246, 246, 246, 246, 0, 0, 0, 246, 246, 246, 246, 246, 246, 246, 0, 246, 246, 246, 246, 246, 0, 250, 0, 0, 0, 0, 0, 0, 246, 246, 246, 250, 0, 0, 0, 0, 0, 0, 246, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 250, 0, 0, 250, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 250, 0, 0, 250, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 241, 0, 0, 0, 241, 241, 241, 0, 0, 0, 0, 0, 0, 0, 0, 241, 0, 0, 0, 0, 241, 0, 0, 0, 241, 241, 241, 241, 241, 241, 241, 0, 0, 241, 241, 241, 0, 0, 0, 0, 241, 241, 0, 241, 241, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 241, 0, 0, 0, 0, 0, 0, 0, 0, 241, 0, 241, 241, 0, 0, 241, 0, 241, 241, 241, 241, 241, 0, 241, 241, 241, 241, 241, 241, 241, 241, 241, 241, 241, 241, 241, 241, 241, 241, 0, 0, 0, 0, 241, 241, 241, 0, 0, 241, 241, 0, 241, 241, 241, 0, 241, 0, 241, 0, 241, 0, 241, 0, 0, 241, 241, 241, 0, 241, 241, 241, 241, 0, 0, 0, 241, 241, 241, 241, 241, 241, 241, 0, 241, 241, 241, 241, 241, 250, 245, 0, 0, 250, 250, 250, 0, 241, 241, 241, 245, 0, 0, 0, 250, 0, 0, 241, 0, 250, 0, 0, 0, 250, 250, 250, 250, 250, 250, 250, 0, 0, 250, 250, 250, 0, 0, 0, 0, 250, 250, 245, 250, 250, 245, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 250, 0, 245, 0, 0, 245, 0, 0, 0, 250, 0, 250, 250, 0, 0, 250, 0, 250, 250, 250, 250, 250, 0, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 0, 0, 0, 0, 250, 250, 250, 0, 0, 250, 250, 0, 250, 250, 250, 0, 250, 0, 250, 0, 250, 0, 250, 0, 0, 250, 250, 250, 0, 250, 250, 250, 250, 0, 0, 0, 250, 250, 250, 250, 250, 250, 250, 0, 250, 250, 250, 250, 250, 0, 243, 0, 0, 0, 0, 0, 0, 250, 250, 250, 243, 0, 0, 0, 0, 0, 0, 250, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 243, 0, 0, 243, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 243, 0, 0, 243, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 245, 0, 0, 0, 245, 245, 245, 0, 0, 0, 0, 0, 0, 0, 0, 245, 0, 0, 0, 0, 245, 0, 0, 0, 245, 245, 245, 245, 245, 245, 245, 0, 0, 245, 245, 245, 0, 0, 0, 0, 245, 245, 0, 245, 245, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 245, 0, 0, 0, 0, 0, 0, 0, 0, 245, 0, 245, 245, 0, 0, 245, 0, 245, 245, 245, 245, 245, 0, 245, 245, 245, 245, 245, 245, 245, 245, 245, 245, 245, 245, 245, 245, 245, 245, 0, 0, 0, 0, 245, 245, 245, 0, 0, 245, 245, 0, 245, 245, 245, 0, 245, 0, 245, 0, 245, 0, 245, 0, 0, 245, 245, 245, 0, 245, 245, 245, 245, 0, 0, 0, 245, 245, 245, 245, 245, 245, 245, 0, 245, 245, 245, 245, 245, 243, 259, 0, 0, 243, 243, 243, 0, 245, 245, 245, 259, 0, 0, 0, 243, 0, 0, 245, 0, 243, 0, 0, 0, 243, 243, 243, 243, 243, 243, 243, 0, 0, 243, 243, 243, 0, 0, 0, 0, 243, 243, 259, 243, 243, 259, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 243, 0, 259, 0, 0, 259, 0, 0, 0, 243, 0, 243, 243, 0, 0, 243, 0, 243, 243, 243, 243, 243, 0, 243, 243, 243, 243, 243, 243, 243, 243, 243, 243, 243, 243, 243, 243, 243, 243, 0, 0, 0, 0, 243, 243, 243, 0, 0, 243, 243, 0, 243, 243, 243, 0, 243, 0, 243, 0, 243, 0, 243, 0, 0, 243, 243, 243, 0, 243, 243, 243, 243, 0, 0, 0, 243, 243, 243, 243, 243, 243, 243, 0, 243, 243, 243, 243, 243, 0, 257, 0, 0, 0, 0, 0, 0, 243, 243, 243, 257, 0, 0, 0, 0, 0, 0, 243, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 257, 0, 0, 257, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 257, 0, 0, 257, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 259, 0, 0, 0, 259, 259, 259, 0, 0, 0, 0, 0, 0, 0, 0, 259, 0, 0, 0, 0, 259, 0, 0, 0, 259, 259, 259, 259, 259, 259, 259, 0, 0, 259, 259, 259, 0, 0, 0, 0, 259, 259, 0, 259, 259, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 259, 0, 0, 0, 0, 0, 0, 0, 0, 259, 0, 259, 259, 0, 0, 259, 0, 259, 259, 259, 259, 259, 0, 259, 259, 259, 259, 259, 259, 259, 259, 259, 259, 259, 259, 259, 259, 259, 259, 0, 0, 0, 0, 259, 259, 259, 0, 0, 259, 259, 0, 259, 259, 259, 0, 259, 0, 259, 0, 259, 0, 259, 0, 0, 259, 259, 259, 0, 259, 259, 259, 259, 0, 0, 0, 259, 259, 259, 259, 259, 259, 259, 0, 259, 259, 259, 259, 259, 257, 249, 0, 0, 257, 257, 257, 0, 259, 259, 259, 249, 0, 0, 0, 257, 0, 0, 259, 0, 257, 0, 0, 0, 257, 257, 257, 257, 257, 257, 257, 0, 0, 257, 257, 257, 0, 0, 0, 0, 257, 257, 249, 257, 257, 249, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 257, 0, 249, 0, 0, 249, 0, 0, 0, 257, 0, 257, 257, 0, 0, 257, 0, 257, 257, 257, 257, 257, 0, 257, 257, 257, 257, 257, 257, 257, 257, 257, 257, 257, 257, 257, 257, 257, 257, 0, 0, 0, 0, 257, 257, 257, 0, 0, 257, 257, 0, 257, 257, 257, 0, 257, 0, 257, 0, 257, 0, 257, 0, 0, 257, 257, 257, 0, 257, 257, 257, 257, 0, 0, 0, 257, 257, 257, 257, 257, 257, 257, 0, 257, 257, 257, 257, 257, 0, 247, 0, 0, 0, 0, 0, 0, 257, 257, 257, 247, 0, 0, 0, 0, 0, 0, 257, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 247, 0, 0, 247, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 247, 0, 0, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 249, 0, 0, 0, 249, 249, 249, 0, 0, 0, 0, 0, 0, 0, 0, 249, 0, 0, 0, 0, 249, 0, 0, 0, 249, 249, 249, 249, 249, 249, 249, 0, 0, 249, 249, 249, 0, 0, 0, 0, 249, 249, 0, 249, 249, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 249, 0, 0, 0, 0, 0, 0, 0, 0, 249, 0, 249, 249, 0, 0, 249, 0, 249, 249, 249, 249, 249, 0, 249, 249, 249, 249, 249, 249, 249, 249, 249, 249, 249, 249, 249, 249, 249, 249, 0, 0, 0, 0, 249, 249, 249, 0, 0, 249, 249, 0, 249, 249, 249, 0, 249, 0, 249, 0, 249, 0, 249, 0, 0, 249, 249, 249, 0, 249, 249, 249, 249, 0, 0, 0, 249, 249, 249, 249, 249, 249, 249, 0, 249, 249, 249, 249, 249, 247, 0, 0, 0, 247, 247, 247, 445, 249, 249, 249, 0, 0, 0, 0, 247, 0, 445, 249, 0, 247, 0, 0, 0, 247, 247, 247, 247, 247, 247, 247, 0, 0, 247, 247, 247, 0, 0, 0, 0, 247, 247, 0, 247, 247, 0, 0, 0, 445, 445, 445, 445, 445, 0, 0, 0, 0, 247, 0, 0, 0, 0, 0, 0, 0, 0, 247, 0, 247, 247, 0, 0, 247, 0, 247, 247, 247, 247, 247, 0, 247, 247, 247, 247, 247, 247, 247, 247, 247, 247, 247, 247, 247, 247, 247, 247, 0, 0, 0, 0, 247, 247, 247, 0, 0, 247, 247, 0, 247, 247, 247, 0, 247, 0, 247, 0, 247, 0, 247, 0, 0, 247, 247, 247, 0, 247, 247, 247, 247, 0, 0, 0, 247, 247, 247, 247, 247, 247, 247, 0, 247, 247, 247, 247, 247, 0, 0, 0, 0, 0, 0, 0, 252, 247, 247, 247, 0, 0, 0, 0, 0, 0, 252, 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, 252, 0, 0, 252, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 252, 0, 0, 252, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 445, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 445, 445, 445, 0, 0, 445, 0, 0, 0, 445, 445, 445, 445, 445, 445, 445, 0, 0, 445, 445, 445, 0, 0, 0, 0, 445, 445, 0, 445, 445, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 445, 0, 0, 0, 0, 0, 0, 0, 0, 445, 0, 445, 445, 0, 0, 445, 0, 445, 445, 445, 445, 445, 0, 445, 445, 445, 445, 445, 445, 445, 445, 445, 445, 445, 445, 445, 445, 445, 445, 0, 0, 0, 0, 445, 445, 445, 0, 0, 445, 445, 0, 445, 445, 445, 0, 445, 0, 445, 0, 445, 0, 445, 0, 0, 445, 445, 445, 0, 0, 445, 445, 445, 0, 0, 0, 445, 445, 445, 445, 445, 445, 445, 0, 445, 445, 445, 445, 445, 252, 251, 0, 0, 252, 252, 0, 0, 445, 445, 445, 251, 0, 0, 0, 252, 0, 0, 445, 0, 252, 0, 0, 0, 252, 252, 252, 252, 252, 252, 252, 0, 0, 252, 252, 252, 0, 0, 0, 0, 252, 252, 251, 252, 252, 251, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 252, 0, 251, 0, 0, 251, 0, 0, 0, 252, 0, 252, 252, 0, 0, 252, 0, 252, 252, 252, 252, 252, 0, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 0, 0, 0, 0, 252, 252, 252, 0, 0, 252, 252, 0, 252, 252, 252, 0, 252, 0, 252, 0, 252, 0, 252, 0, 0, 252, 252, 252, 0, 252, 252, 252, 252, 0, 0, 0, 252, 252, 252, 252, 252, 252, 252, 0, 252, 252, 252, 252, 252, 0, 446, 0, 0, 0, 0, 0, 0, 252, 252, 252, 446, 0, 0, 0, 0, 0, 0, 252, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 446, 446, 446, 446, 446, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 615, 393, 391, 0, 392, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 396, 381, 397, 0, 0, 0, 0, 0, 0, 251, 0, 0, 0, 251, 251, 0, 0, 0, 0, 0, 0, 0, 0, 0, 251, 0, 0, 0, 0, 251, 0, 0, 0, 251, 251, 251, 251, 251, 251, 251, 0, 0, 251, 251, 251, 0, 0, 0, 0, 251, 251, 0, 251, 251, 0, 0, 0, 0, 0, 0, 0, 0, 0, 437, 0, 0, 251, 0, 0, 0, 0, 0, 0, 437, 0, 251, 0, 251, 251, 0, 0, 251, 0, 251, 251, 251, 251, 251, 0, 251, 251, 251, 251, 251, 251, 251, 251, 251, 251, 251, 251, 251, 251, 251, 251, 443, 443, 437, 443, 251, 251, 251, 0, 0, 251, 251, 0, 251, 251, 251, 0, 251, 0, 251, 0, 251, 0, 251, 0, 0, 251, 251, 251, 0, 251, 251, 251, 251, 0, 0, 0, 251, 251, 251, 251, 251, 251, 251, 0, 251, 251, 251, 251, 251, 446, 0, 0, 0, 0, 0, 0, 0, 251, 251, 251, 0, 0, 0, 0, 446, 446, 446, 251, 0, 446, 0, 0, 0, 446, 446, 446, 446, 446, 446, 446, 0, 0, 446, 446, 446, 0, 0, 0, 0, 446, 446, 0, 446, 446, 0, 382, 383, 384, 0, 385, 386, 387, 388, 389, 390, 0, 446, 394, 395, 0, 0, 0, 0, 0, 0, 446, 0, 446, 446, 0, 0, 446, 0, 446, 446, 446, 446, 446, 0, 446, 446, 446, 446, 446, 446, 446, 446, 446, 446, 446, 446, 446, 446, 446, 446, 0, 0, 0, 0, 446, 446, 446, 0, 0, 446, 446, 451, 446, 446, 446, 0, 446, 0, 446, 0, 446, 451, 446, 0, 0, 446, 446, 446, 0, 0, 446, 446, 446, 0, 0, 0, 446, 446, 446, 446, 446, 446, 446, 0, 446, 446, 446, 446, 446, 0, 0, 0, 451, 451, 451, 451, 451, 446, 446, 0, 0, 0, 0, 0, 0, 0, 0, 446, 0, 437, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 443, 443, 443, 0, 0, 437, 0, 0, 0, 437, 437, 437, 437, 437, 437, 437, 0, 0, 437, 437, 437, 0, 0, 0, 0, 437, 437, 0, 437, 437, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 437, 0, 0, 0, 0, 0, 0, 0, 0, 437, 0, 437, 437, 0, 0, 437, 0, 437, 437, 437, 437, 437, 0, 437, 437, 437, 437, 437, 437, 437, 437, 437, 437, 437, 437, 437, 437, 437, 437, 0, 0, 0, 0, 437, 437, 437, 0, 0, 437, 437, 448, 437, 437, 437, 0, 437, 0, 437, 0, 437, 448, 437, 0, 0, 437, 437, 437, 0, 0, 437, 437, 437, 0, 0, 0, 437, 437, 437, 437, 437, 437, 437, 0, 437, 437, 437, 437, 437, 0, 0, 0, 448, 448, 448, 448, 448, 437, 437, 437, 0, 0, 0, 0, 0, 0, 0, 437, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 712, 393, 391, 0, 392, 0, 0, 0, 451, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 396, 381, 397, 0, 451, 451, 0, 0, 0, 451, 0, 0, 0, 451, 451, 451, 451, 451, 451, 451, 0, 0, 451, 451, 451, 0, 0, 0, 0, 451, 451, 0, 451, 451, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 451, 0, 0, 0, 0, 0, 0, 0, 0, 451, 0, 451, 451, 0, 0, 451, 0, 451, 451, 451, 451, 451, 0, 451, 451, 451, 451, 451, 451, 451, 451, 451, 451, 451, 451, 451, 451, 451, 451, 0, 0, 0, 0, 451, 451, 451, 0, 0, 451, 451, 449, 451, 451, 451, 0, 451, 0, 451, 0, 451, 449, 451, 0, 0, 451, 451, 451, 0, 0, 451, 451, 451, 0, 0, 0, 451, 451, 451, 451, 451, 451, 451, 0, 451, 451, 451, 451, 451, 0, 0, 0, 449, 449, 449, 449, 449, 451, 451, 451, 0, 0, 0, 0, 0, 0, 0, 451, 0, 448, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 448, 448, 0, 0, 0, 448, 0, 0, 0, 448, 448, 448, 448, 448, 448, 448, 0, 0, 448, 448, 448, 0, 0, 0, 0, 448, 448, 0, 448, 448, 0, 382, 383, 384, 0, 385, 386, 387, 388, 389, 390, 0, 448, 394, 395, 0, 0, 0, 0, 0, 0, 448, 0, 448, 448, 0, 0, 448, 0, 448, 448, 448, 448, 448, 0, 448, 448, 448, 448, 448, 448, 448, 448, 448, 448, 448, 448, 448, 448, 448, 448, 0, 0, 0, 0, 448, 448, 448, 0, 0, 448, 448, 450, 448, 448, 448, 0, 448, 0, 448, 0, 448, 450, 448, 0, 0, 448, 448, 448, 0, 0, 448, 448, 448, 0, 0, 0, 448, 448, 448, 448, 448, 448, 448, 0, 448, 448, 448, 448, 448, 0, 0, 0, 450, 450, 450, 450, 450, 448, 448, 448, 0, 0, 0, 0, 0, 0, 0, 448, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 714, 393, 391, 0, 392, 0, 0, 0, 449, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 396, 381, 397, 0, 449, 449, 0, 0, 0, 449, 0, 0, 0, 449, 449, 449, 449, 449, 449, 449, 0, 0, 449, 449, 449, 0, 0, 0, 0, 449, 449, 0, 449, 449, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 449, 0, 0, 0, 0, 0, 0, 0, 0, 449, 0, 449, 449, 0, 0, 449, 0, 449, 449, 449, 449, 449, 0, 449, 449, 449, 449, 449, 449, 449, 449, 449, 449, 449, 449, 449, 449, 449, 449, 0, 0, 0, 0, 449, 449, 449, 0, 0, 449, 449, 421, 449, 449, 449, 0, 449, 0, 449, 0, 449, 421, 449, 0, 0, 449, 449, 449, 0, 0, 449, 449, 449, 0, 0, 0, 449, 449, 449, 449, 449, 449, 449, 0, 449, 449, 449, 449, 449, 0, 0, 421, 0, 444, 444, 0, 444, 449, 449, 449, 0, 0, 0, 0, 0, 0, 0, 449, 0, 450, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 450, 450, 0, 0, 0, 450, 0, 0, 0, 450, 450, 450, 450, 450, 450, 450, 0, 0, 450, 450, 450, 0, 0, 0, 0, 450, 450, 0, 450, 450, 0, 382, 383, 384, 0, 385, 386, 387, 388, 389, 390, 0, 450, 394, 395, 0, 0, 0, 0, 0, 0, 450, 0, 450, 450, 0, 0, 450, 0, 450, 450, 450, 450, 450, 0, 450, 450, 450, 450, 450, 450, 450, 450, 450, 450, 450, 450, 450, 450, 450, 450, 0, 0, 0, 0, 450, 450, 450, 0, 0, 450, 450, 233, 450, 450, 450, 0, 450, 0, 450, 0, 450, 233, 450, 0, 0, 450, 450, 450, 0, 0, 450, 450, 450, 0, 0, 0, 450, 450, 450, 450, 450, 450, 450, 0, 450, 450, 450, 450, 450, 0, 0, 0, 233, 0, 0, 233, 0, 450, 450, 450, 0, 0, 0, 0, 0, 0, 0, 450, 0, 233, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 421, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 444, 444, 444, 0, 0, 421, 0, 0, 0, 421, 421, 421, 421, 421, 421, 421, 0, 0, 421, 421, 421, 0, 0, 0, 0, 421, 421, 0, 421, 421, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 260, 0, 421, 0, 0, 0, 0, 0, 0, 0, 260, 421, 0, 421, 421, 0, 0, 421, 0, 421, 421, 421, 421, 421, 0, 421, 421, 421, 421, 421, 421, 421, 421, 421, 421, 421, 421, 421, 421, 421, 421, 260, 0, 0, 260, 421, 421, 421, 0, 0, 421, 421, 0, 421, 421, 421, 0, 421, 260, 421, 0, 421, 0, 421, 0, 0, 421, 421, 421, 0, 0, 421, 421, 421, 0, 0, 0, 421, 421, 421, 421, 421, 421, 421, 0, 421, 421, 421, 421, 421, 0, 0, 0, 0, 0, 0, 0, 0, 421, 421, 421, 0, 0, 0, 0, 0, 0, 0, 421, 0, 233, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 233, 0, 0, 0, 0, 233, 0, 0, 0, 233, 233, 233, 233, 233, 233, 233, 0, 0, 233, 233, 233, 0, 0, 0, 0, 233, 233, 0, 233, 233, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 256, 0, 233, 0, 0, 0, 0, 0, 0, 0, 256, 233, 0, 233, 233, 0, 0, 233, 0, 233, 233, 233, 233, 233, 0, 233, 233, 233, 233, 233, 233, 233, 233, 233, 233, 233, 233, 233, 233, 233, 233, 256, 0, 0, 256, 233, 233, 233, 0, 0, 233, 233, 0, 233, 233, 233, 0, 233, 256, 233, 0, 233, 0, 233, 0, 0, 233, 233, 233, 0, 233, 233, 233, 233, 0, 0, 0, 233, 233, 233, 233, 233, 233, 233, 0, 233, 233, 233, 233, 233, 0, 260, 0, 0, 0, 0, 0, 0, 233, 233, 233, 0, 0, 0, 0, 0, 260, 0, 233, 0, 0, 260, 0, 0, 0, 260, 260, 260, 260, 260, 260, 260, 0, 0, 260, 260, 260, 0, 0, 0, 0, 260, 260, 0, 260, 260, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 260, 0, 0, 0, 0, 0, 0, 0, 0, 260, 0, 260, 260, 0, 0, 260, 0, 260, 260, 260, 260, 260, 0, 260, 260, 260, 260, 260, 260, 260, 260, 260, 260, 260, 260, 260, 260, 260, 260, 0, 0, 0, 0, 260, 260, 260, 0, 0, 260, 260, 447, 260, 260, 260, 0, 260, 0, 260, 0, 260, 447, 260, 0, 0, 260, 260, 260, 0, 260, 260, 260, 260, 0, 0, 0, 260, 260, 260, 260, 260, 260, 260, 0, 260, 260, 260, 260, 260, 0, 0, 0, 447, 0, 447, 447, 447, 260, 260, 260, 0, 0, 0, 0, 0, 0, 0, 260, 0, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 256, 0, 0, 0, 0, 256, 0, 0, 0, 256, 256, 256, 256, 256, 256, 256, 0, 0, 256, 256, 256, 0, 0, 0, 0, 256, 256, 0, 256, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 256, 0, 0, 0, 0, 0, 0, 0, 0, 256, 0, 256, 256, 0, 0, 256, 0, 256, 256, 256, 256, 256, 0, 256, 256, 256, 256, 256, 256, 256, 256, 256, 256, 256, 256, 256, 256, 256, 256, 0, 0, 0, 0, 256, 256, 256, 185, 0, 256, 256, 0, 256, 256, 256, 0, 256, 185, 256, 0, 256, 0, 256, 0, 0, 256, 256, 256, 0, 256, 256, 256, 256, 0, 0, 0, 256, 256, 256, 256, 256, 256, 256, 0, 256, 256, 256, 256, 256, 0, 0, 185, 0, 0, 0, 0, 0, 256, 256, 256, 0, 0, 0, 0, 0, 0, 0, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 447, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 447, 0, 0, 0, 0, 447, 0, 0, 0, 447, 447, 447, 447, 447, 447, 447, 0, 0, 447, 447, 447, 0, 0, 0, 0, 447, 447, 0, 447, 447, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 453, 0, 447, 0, 0, 0, 0, 0, 0, 0, 453, 447, 0, 447, 447, 0, 0, 447, 0, 447, 447, 447, 447, 447, 0, 447, 447, 447, 447, 447, 447, 447, 447, 447, 447, 447, 447, 447, 447, 447, 447, 453, 0, 0, 453, 447, 447, 447, 0, 0, 447, 447, 0, 447, 447, 447, 0, 447, 0, 447, 0, 447, 0, 447, 0, 0, 447, 447, 447, 0, 0, 447, 447, 447, 0, 0, 0, 447, 447, 447, 447, 447, 447, 447, 0, 447, 447, 447, 447, 447, 0, 0, 0, 0, 0, 0, 0, 0, 447, 447, 447, 0, 0, 0, 0, 0, 185, 0, 447, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 185, 185, 0, 0, 0, 185, 0, 0, 0, 185, 185, 185, 185, 185, 185, 185, 0, 0, 185, 185, 185, 0, 0, 0, 0, 185, 185, 0, 185, 185, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 454, 0, 185, 0, 0, 0, 0, 0, 0, 0, 454, 185, 0, 185, 185, 0, 0, 185, 0, 185, 185, 185, 185, 185, 0, 185, 185, 185, 185, 185, 185, 185, 185, 185, 185, 185, 185, 185, 185, 185, 185, 454, 0, 0, 454, 185, 185, 185, 0, 0, 185, 185, 0, 185, 185, 185, 0, 185, 0, 185, 0, 185, 0, 185, 0, 0, 185, 185, 185, 0, 0, 185, 185, 185, 0, 0, 0, 185, 185, 185, 185, 185, 185, 185, 0, 185, 185, 185, 185, 185, 0, 0, 0, 0, 0, 453, 0, 0, 185, 185, 185, 0, 0, 0, 0, 0, 0, 0, 185, 0, 453, 0, 0, 0, 0, 453, 0, 0, 0, 453, 453, 453, 453, 453, 453, 453, 0, 0, 453, 453, 453, 0, 0, 0, 0, 453, 453, 0, 453, 453, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 455, 0, 453, 0, 0, 0, 0, 0, 0, 0, 455, 453, 0, 453, 453, 0, 0, 453, 0, 453, 453, 453, 453, 453, 0, 453, 453, 453, 453, 453, 453, 453, 453, 453, 453, 453, 453, 453, 453, 453, 453, 455, 0, 0, 455, 453, 453, 453, 0, 0, 453, 453, 0, 453, 453, 453, 0, 453, 0, 453, 0, 453, 0, 453, 0, 0, 453, 453, 453, 0, 0, 453, 453, 453, 0, 0, 0, 453, 453, 453, 453, 453, 453, 453, 0, 453, 453, 453, 453, 453, 0, 0, 0, 0, 0, 0, 0, 0, 453, 453, 453, 0, 0, 0, 0, 0, 454, 0, 453, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 454, 0, 0, 0, 0, 454, 0, 0, 0, 454, 454, 454, 454, 454, 454, 454, 0, 0, 454, 454, 454, 0, 0, 0, 0, 454, 454, 0, 454, 454, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 452, 0, 454, 0, 0, 0, 0, 0, 0, 0, 452, 454, 0, 454, 454, 0, 0, 454, 0, 454, 454, 454, 454, 454, 0, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 454, 452, 0, 0, 452, 454, 454, 454, 0, 0, 454, 454, 0, 454, 454, 454, 0, 454, 0, 454, 0, 454, 0, 454, 0, 0, 454, 454, 454, 0, 0, 454, 454, 454, 0, 0, 0, 454, 454, 454, 454, 454, 454, 454, 0, 454, 454, 454, 454, 454, 0, 0, 0, 0, 0, 455, 0, 0, 454, 454, 454, 0, 0, 0, 0, 0, 0, 0, 454, 0, 455, 0, 0, 0, 0, 455, 0, 0, 0, 455, 455, 455, 455, 455, 455, 455, 0, 0, 455, 455, 455, 0, 0, 0, 0, 455, 455, 0, 455, 455, 0, 0, 0, 0, 0, 0, 0, 0, 0, 185, 0, 0, 455, 0, 0, 0, 0, 0, 0, 185, 0, 455, 0, 455, 455, 0, 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, 185, 0, 185, 0, 455, 455, 455, 0, 0, 455, 455, 0, 455, 455, 455, 0, 455, 0, 455, 185, 455, 0, 455, 0, 0, 455, 455, 455, 0, 0, 455, 455, 455, 0, 0, 0, 455, 455, 455, 455, 455, 455, 455, 0, 455, 455, 455, 455, 455, 0, 0, 0, 0, 0, 0, 0, 0, 455, 455, 455, 0, 0, 0, 0, 0, 452, 0, 455, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 452, 0, 0, 0, 0, 452, 0, 0, 0, 452, 452, 452, 452, 452, 452, 452, 0, 0, 452, 452, 452, 0, 0, 51, 0, 452, 452, 0, 452, 452, 0, 0, 0, 51, 0, 0, 0, 0, 0, 0, 0, 0, 452, 0, 0, 0, 0, 0, 0, 0, 0, 452, 0, 452, 452, 0, 0, 452, 0, 452, 452, 452, 452, 452, 0, 452, 452, 452, 452, 452, 452, 452, 452, 452, 452, 452, 452, 452, 452, 452, 452, 0, 0, 0, 0, 452, 452, 452, 0, 0, 452, 452, 0, 452, 452, 452, 0, 452, 0, 452, 0, 452, 0, 452, 0, 0, 452, 452, 452, 0, 0, 452, 452, 452, 0, 0, 0, 452, 452, 452, 452, 452, 452, 452, 0, 452, 452, 452, 452, 452, 0, 0, 0, 0, 185, 0, 0, 0, 452, 452, 452, 0, 0, 0, 0, 0, 0, 0, 452, 0, 0, 0, 0, 0, 185, 0, 0, 0, 185, 185, 185, 185, 185, 185, 185, 0, 0, 185, 185, 185, 0, 0, 52, 0, 185, 185, 0, 185, 185, 0, 0, 0, 52, 0, 0, 0, 0, 0, 0, 0, 0, 185, 0, 0, 0, 0, 0, 0, 0, 0, 185, 0, 185, 185, 0, 0, 185, 0, 185, 185, 185, 185, 185, 0, 185, 185, 185, 185, 185, 185, 185, 185, 185, 185, 185, 185, 185, 185, 185, 185, 0, 0, 0, 0, 185, 185, 185, 0, 0, 185, 185, 0, 185, 185, 185, 0, 185, 0, 185, 0, 185, 0, 185, 0, 0, 185, 185, 185, 0, 0, 185, 185, 185, 0, 0, 0, 185, 185, 185, 185, 185, 185, 185, 0, 185, 185, 185, 185, 185, 51, 0, 0, 0, 0, 0, 0, 0, 185, 185, 185, 0, 0, 0, 0, 116, 116, 0, 185, 0, 51, 0, 0, 0, 51, 51, 51, 51, 51, 51, 51, 0, 0, 51, 51, 51, 0, 0, 90, 0, 51, 51, 0, 51, 51, 0, 0, 0, 90, 0, 0, 0, 0, 0, 0, 0, 0, 51, 0, 0, 0, 0, 0, 0, 0, 0, 51, 0, 51, 51, 0, 0, 51, 0, 51, 51, 51, 51, 51, 0, 51, 51, 51, 51, 51, 51, 51, 51, 51, 51, 51, 51, 51, 51, 51, 51, 0, 0, 0, 0, 51, 51, 51, 0, 0, 51, 51, 0, 51, 51, 51, 0, 51, 0, 51, 0, 51, 0, 51, 0, 0, 51, 51, 51, 0, 0, 51, 51, 51, 0, 0, 0, 51, 51, 51, 51, 51, 51, 51, 0, 51, 51, 51, 51, 51, 0, 0, 0, 0, 52, 0, 0, 0, 51, 51, 51, 0, 0, 0, 0, 0, 0, 0, 51, 116, 116, 0, 0, 0, 52, 0, 0, 0, 52, 52, 52, 52, 52, 52, 52, 0, 0, 52, 52, 52, 0, 0, 302, 0, 52, 52, 0, 52, 52, 0, 0, 0, 302, 0, 0, 0, 0, 0, 0, 0, 0, 52, 0, 0, 0, 0, 0, 0, 0, 0, 52, 0, 52, 52, 0, 0, 52, 0, 52, 52, 52, 52, 52, 302, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 302, 0, 0, 0, 52, 52, 52, 0, 0, 52, 52, 0, 52, 52, 52, 0, 52, 0, 52, 0, 52, 0, 52, 0, 0, 52, 52, 52, 0, 0, 52, 52, 52, 0, 0, 0, 52, 52, 52, 52, 52, 52, 52, 0, 52, 52, 52, 52, 52, 90, 0, 0, 0, 0, 0, 0, 0, 52, 52, 52, 0, 0, 0, 0, 116, 116, 0, 52, 0, 90, 0, 0, 0, 90, 90, 90, 90, 90, 90, 90, 0, 0, 90, 90, 90, 0, 0, 0, 0, 90, 90, 0, 90, 90, 0, 0, 0, 0, 0, 0, 0, 114, 0, 0, 0, 0, 90, 0, 0, 0, 0, 114, 0, 0, 0, 90, 0, 90, 90, 0, 0, 90, 0, 90, 90, 90, 90, 90, 0, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 114, 0, 0, 0, 90, 90, 90, 0, 0, 90, 90, 0, 90, 90, 90, 0, 90, 0, 90, 0, 90, 0, 90, 0, 0, 90, 90, 90, 0, 0, 90, 90, 90, 0, 0, 0, 90, 90, 90, 90, 90, 90, 90, 0, 90, 90, 90, 90, 90, 0, 0, 0, 0, 302, 0, 0, 0, 90, 90, 90, 0, 0, 0, 0, 0, 0, 0, 90, 0, 0, 0, 0, 0, 302, 0, 0, 0, 302, 302, 302, 302, 302, 302, 302, 0, 0, 302, 302, 302, 0, 0, 0, 0, 302, 302, 0, 302, 302, 0, 0, 0, 101, 0, 0, 0, 0, 0, 0, 0, 0, 302, 101, 0, 0, 0, 0, 0, 0, 0, 302, 0, 302, 302, 0, 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, 0, 0, 302, 302, 302, 0, 0, 302, 302, 0, 302, 302, 302, 0, 302, 0, 302, 0, 302, 0, 302, 0, 0, 302, 302, 302, 0, 0, 302, 302, 302, 0, 0, 0, 302, 302, 302, 302, 302, 302, 302, 0, 302, 302, 302, 302, 302, 0, 0, 0, 0, 0, 0, 0, 0, 302, 302, 302, 0, 0, 0, 114, 0, 0, 0, 302, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 114, 114, 0, 0, 0, 114, 0, 0, 0, 114, 114, 114, 114, 114, 114, 114, 0, 0, 114, 114, 114, 0, 0, 0, 0, 114, 114, 0, 114, 114, 0, 0, 0, 0, 0, 0, 0, 0, 0, 185, 0, 0, 114, 0, 0, 0, 0, 0, 0, 185, 0, 114, 0, 114, 114, 0, 0, 114, 0, 114, 114, 114, 114, 114, 0, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 185, 0, 185, 0, 114, 114, 114, 0, 0, 114, 114, 0, 114, 114, 114, 0, 114, 0, 114, 0, 114, 0, 114, 0, 0, 114, 114, 114, 0, 0, 114, 114, 114, 0, 0, 0, 114, 114, 114, 114, 114, 114, 114, 0, 114, 114, 114, 114, 114, 101, 0, 0, 0, 0, 0, 0, 0, 114, 114, 0, 0, 0, 0, 0, 101, 101, 0, 114, 0, 101, 0, 0, 0, 101, 101, 101, 101, 101, 101, 101, 0, 0, 101, 101, 101, 0, 0, 0, 0, 101, 101, 0, 101, 101, 0, 0, 0, 0, 0, 0, 0, 0, 0, 116, 0, 0, 101, 0, 0, 0, 0, 0, 0, 116, 0, 101, 0, 101, 101, 0, 0, 101, 0, 101, 101, 101, 101, 101, 0, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 0, 0, 0, 0, 101, 101, 101, 0, 0, 101, 101, 0, 101, 101, 101, 0, 101, 0, 101, 0, 101, 0, 101, 0, 0, 101, 101, 101, 0, 0, 101, 101, 101, 0, 0, 0, 101, 101, 101, 101, 101, 101, 101, 0, 101, 101, 101, 101, 101, 0, 0, 0, 0, 0, 0, 0, 0, 101, 101, 101, 0, 0, 0, 0, 0, 0, 0, 101, 0, 185, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 185, 0, 0, 0, 185, 185, 185, 185, 185, 185, 185, 0, 0, 185, 185, 185, 0, 0, 102, 0, 185, 185, 0, 185, 185, 0, 0, 0, 102, 0, 0, 0, 0, 0, 0, 0, 0, 185, 0, 0, 0, 0, 0, 0, 0, 0, 185, 0, 185, 185, 0, 0, 185, 0, 185, 185, 185, 185, 185, 0, 185, 185, 185, 185, 185, 185, 185, 185, 185, 185, 185, 185, 185, 185, 185, 185, 0, 0, 0, 0, 185, 185, 185, 0, 0, 185, 185, 0, 185, 185, 185, 0, 185, 0, 185, 0, 185, 0, 185, 0, 0, 185, 185, 185, 0, 0, 185, 185, 185, 0, 0, 0, 185, 185, 185, 185, 185, 185, 185, 0, 185, 185, 185, 185, 185, 116, 0, 0, 0, 0, 0, 0, 0, 185, 185, 185, 0, 0, 0, 0, 116, 116, 0, 185, 0, 116, 0, 0, 0, 116, 116, 116, 116, 116, 116, 116, 0, 0, 116, 116, 116, 0, 0, 0, 0, 116, 116, 0, 116, 116, 0, 0, 0, 0, 0, 0, 0, 464, 0, 0, 0, 0, 116, 0, 0, 0, 0, 464, 0, 0, 0, 116, 0, 116, 116, 0, 0, 116, 0, 116, 116, 116, 116, 116, 0, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 464, 0, 0, 0, 116, 116, 116, 0, 0, 116, 116, 0, 116, 116, 116, 0, 116, 0, 116, 0, 116, 0, 116, 0, 0, 116, 116, 116, 0, 0, 116, 116, 116, 0, 0, 0, 116, 116, 116, 116, 116, 116, 116, 0, 116, 116, 116, 116, 116, 0, 0, 0, 0, 102, 0, 0, 0, 116, 116, 116, 0, 0, 0, 0, 0, 0, 0, 116, 102, 102, 0, 0, 0, 102, 0, 0, 0, 102, 102, 102, 102, 102, 102, 102, 0, 0, 102, 102, 102, 0, 0, 0, 0, 102, 102, 0, 102, 102, 0, 0, 0, 0, 0, 0, 0, 468, 0, 0, 0, 0, 102, 0, 0, 0, 0, 468, 0, 0, 0, 102, 0, 102, 102, 0, 0, 102, 0, 102, 102, 102, 102, 102, 0, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 468, 0, 0, 0, 102, 102, 102, 0, 0, 102, 102, 0, 102, 102, 102, 0, 102, 0, 102, 0, 102, 0, 102, 0, 0, 102, 102, 102, 0, 0, 102, 102, 102, 0, 0, 0, 102, 102, 102, 102, 102, 102, 102, 0, 102, 102, 102, 102, 102, 0, 0, 0, 0, 0, 0, 0, 0, 102, 102, 102, 0, 0, 0, 464, 0, 0, 0, 102, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 464, 0, 0, 0, 464, 464, 464, 464, 464, 464, 464, 0, 0, 464, 464, 464, 0, 0, 0, 0, 464, 464, 0, 464, 464, 0, 0, 0, 0, 0, 0, 0, 466, 0, 0, 0, 0, 464, 0, 0, 0, 0, 466, 0, 0, 0, 464, 0, 464, 464, 0, 0, 464, 0, 464, 464, 464, 464, 464, 0, 464, 464, 464, 464, 464, 464, 464, 464, 464, 464, 464, 464, 464, 464, 464, 464, 466, 0, 0, 0, 464, 464, 464, 0, 0, 464, 464, 0, 464, 464, 464, 0, 464, 0, 464, 0, 464, 0, 464, 0, 0, 464, 464, 464, 0, 464, 464, 464, 464, 0, 0, 0, 464, 464, 464, 464, 464, 464, 464, 0, 464, 464, 464, 464, 464, 0, 0, 0, 0, 468, 0, 0, 0, 464, 464, 464, 0, 0, 0, 0, 0, 0, 0, 464, 0, 0, 0, 0, 0, 468, 0, 0, 0, 468, 468, 468, 468, 468, 468, 468, 0, 0, 468, 468, 468, 0, 0, 0, 0, 468, 468, 0, 468, 468, 0, 0, 0, 103, 0, 0, 0, 0, 0, 0, 0, 0, 468, 103, 0, 0, 0, 0, 0, 0, 0, 468, 0, 468, 468, 0, 0, 468, 0, 468, 468, 468, 468, 468, 0, 468, 468, 468, 468, 468, 468, 468, 468, 468, 468, 468, 468, 468, 468, 468, 468, 0, 0, 0, 0, 468, 468, 468, 0, 0, 468, 468, 0, 468, 468, 468, 0, 468, 0, 468, 0, 468, 0, 468, 0, 0, 468, 468, 468, 0, 468, 468, 468, 468, 0, 0, 0, 468, 468, 468, 468, 468, 468, 468, 0, 468, 468, 468, 468, 468, 0, 0, 0, 0, 0, 0, 0, 0, 468, 468, 468, 0, 0, 0, 466, 0, 0, 0, 468, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 466, 0, 0, 0, 466, 466, 466, 466, 466, 466, 466, 0, 0, 466, 466, 466, 0, 0, 0, 0, 466, 466, 0, 466, 466, 0, 0, 0, 0, 0, 0, 0, 0, 0, 148, 0, 0, 466, 0, 0, 0, 0, 0, 0, 148, 0, 466, 0, 466, 466, 0, 0, 466, 0, 466, 466, 466, 466, 466, 0, 466, 466, 466, 466, 466, 466, 466, 466, 466, 466, 466, 466, 466, 466, 466, 466, 0, 0, 148, 0, 466, 466, 466, 0, 0, 466, 466, 0, 466, 466, 466, 0, 466, 0, 466, 148, 466, 0, 466, 0, 0, 466, 466, 466, 0, 466, 466, 466, 466, 0, 0, 0, 466, 466, 466, 466, 466, 466, 466, 0, 466, 466, 466, 466, 466, 103, 0, 0, 0, 0, 0, 0, 0, 466, 466, 466, 0, 0, 0, 0, 103, 103, 0, 466, 0, 103, 0, 0, 0, 103, 103, 103, 103, 103, 103, 103, 0, 0, 103, 103, 103, 0, 0, 0, 0, 103, 103, 0, 103, 103, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 116, 0, 103, 0, 0, 0, 0, 0, 0, 0, 116, 103, 0, 103, 103, 0, 0, 103, 0, 103, 103, 103, 103, 103, 0, 103, 103, 103, 103, 103, 103, 103, 103, 103, 103, 103, 103, 103, 103, 103, 103, 116, 0, 0, 0, 103, 103, 103, 0, 0, 103, 103, 0, 103, 103, 103, 0, 103, 0, 103, 0, 103, 0, 103, 0, 0, 103, 103, 103, 0, 0, 103, 103, 103, 0, 0, 0, 103, 103, 103, 103, 103, 103, 103, 0, 103, 103, 103, 103, 103, 0, 0, 0, 0, 0, 0, 0, 0, 103, 103, 103, 0, 0, 0, 0, 0, 0, 0, 103, 0, 148, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 148, 0, 0, 0, 148, 148, 148, 148, 148, 148, 148, 0, 0, 148, 148, 148, 0, 0, 0, 0, 148, 148, 0, 148, 148, 0, 0, 0, 0, 0, 0, 0, 305, 0, 0, 0, 0, 148, 0, 0, 0, 0, 305, 0, 0, 0, 148, 0, 148, 148, 0, 0, 148, 0, 148, 148, 148, 148, 148, 0, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 305, 0, 0, 0, 148, 148, 148, 0, 0, 148, 148, 0, 148, 148, 148, 0, 148, 307, 148, 0, 148, 0, 148, 0, 0, 148, 148, 148, 0, 0, 148, 148, 148, 0, 0, 0, 148, 148, 148, 148, 148, 148, 148, 0, 148, 148, 148, 148, 148, 0, 116, 0, 0, 0, 0, 0, 0, 148, 148, 148, 0, 0, 0, 0, 0, 0, 0, 148, 0, 0, 116, 0, 0, 0, 116, 116, 116, 116, 116, 116, 116, 0, 0, 116, 116, 116, 0, 0, 0, 0, 116, 116, 0, 116, 116, 0, 0, 0, 0, 0, 0, 36, 0, 0, 0, 0, 0, 116, 0, 0, 0, 36, 0, 0, 0, 0, 116, 0, 116, 116, 0, 0, 116, 0, 116, 116, 116, 116, 116, 0, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 0, 0, 0, 0, 116, 116, 116, 0, 0, 116, 116, 0, 116, 116, 116, 0, 116, 0, 116, 0, 116, 0, 116, 0, 0, 116, 116, 116, 0, 116, 116, 116, 116, 0, 0, 0, 116, 116, 116, 116, 116, 116, 116, 0, 116, 116, 116, 116, 116, 0, 0, 0, 0, 0, 0, 0, 0, 116, 116, 116, 0, 0, 0, 0, 0, 0, 305, 116, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 305, 0, 0, 0, 305, 305, 305, 305, 305, 305, 305, 0, 0, 305, 305, 305, 0, 0, 0, 0, 305, 305, 0, 305, 305, 0, 0, 0, 0, 0, 0, 0, 0, 441, 0, 0, 0, 305, 0, 0, 0, 0, 0, 441, 0, 0, 305, 0, 305, 305, 0, 0, 305, 0, 305, 305, 305, 305, 305, 0, 305, 305, 305, 305, 305, 305, 305, 305, 305, 305, 305, 305, 305, 305, 305, 305, 0, 441, 0, 0, 305, 305, 305, 0, 0, 305, 305, 0, 305, 305, 305, 0, 305, 0, 305, 0, 305, 0, 305, 0, 0, 305, 305, 305, 0, 0, 305, 305, 305, 0, 0, 0, 305, 305, 305, 305, 305, 305, 305, 0, 305, 305, 305, 305, 305, 36, 0, 0, 0, 0, 0, 0, 0, 305, 305, 305, 0, 0, 0, 0, 0, 0, 0, 305, 0, 36, 0, 36, 0, 36, 36, 36, 36, 36, 36, 36, 0, 0, 36, 36, 36, 0, 0, 0, 0, 36, 36, 0, 36, 36, 0, 0, 0, 0, 0, 0, 0, 0, 463, 0, 0, 0, 36, 0, 0, 0, 0, 0, 463, 0, 0, 36, 0, 36, 36, 0, 0, 36, 0, 36, 36, 36, 36, 36, 0, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 0, 0, 0, 0, 36, 36, 36, 0, 0, 36, 36, 0, 36, 36, 36, 0, 36, 0, 36, 0, 36, 0, 36, 0, 0, 36, 36, 36, 0, 0, 36, 36, 36, 0, 0, 0, 36, 36, 36, 36, 36, 36, 36, 0, 36, 36, 36, 36, 36, 0, 0, 0, 0, 0, 0, 0, 0, 36, 36, 36, 0, 0, 0, 0, 0, 0, 0, 36, 441, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 441, 0, 0, 0, 441, 441, 441, 441, 441, 441, 441, 0, 0, 441, 441, 441, 462, 0, 0, 0, 441, 441, 0, 441, 441, 0, 462, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 441, 0, 0, 0, 0, 0, 0, 0, 0, 441, 0, 441, 441, 0, 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, 0, 0, 441, 441, 441, 0, 0, 441, 441, 0, 441, 441, 441, 0, 441, 0, 441, 0, 441, 0, 441, 0, 0, 441, 441, 441, 0, 0, 441, 441, 441, 0, 0, 0, 441, 441, 441, 441, 441, 441, 441, 0, 441, 441, 441, 441, 441, 463, 0, 0, 0, 0, 0, 0, 0, 441, 441, 441, 0, 0, 0, 0, 0, 0, 0, 441, 0, 463, 0, 0, 0, 463, 463, 463, 463, 463, 463, 463, 0, 0, 463, 463, 463, 0, 0, 0, 0, 463, 463, 0, 463, 463, 0, 0, 0, 0, 0, 0, 0, 460, 0, 0, 0, 0, 463, 0, 0, 0, 0, 460, 0, 0, 0, 463, 0, 463, 463, 0, 0, 463, 0, 463, 463, 463, 463, 463, 0, 463, 463, 463, 463, 463, 463, 463, 463, 463, 463, 463, 463, 463, 463, 463, 463, 460, 0, 0, 0, 463, 463, 463, 0, 0, 463, 463, 0, 463, 463, 463, 0, 463, 0, 463, 0, 463, 0, 463, 0, 0, 463, 463, 463, 0, 463, 463, 463, 463, 0, 0, 0, 463, 463, 463, 463, 463, 463, 463, 0, 463, 463, 463, 463, 463, 0, 0, 462, 0, 0, 0, 0, 0, 463, 463, 463, 0, 0, 0, 0, 0, 0, 0, 463, 0, 0, 0, 462, 0, 0, 0, 462, 462, 462, 462, 462, 462, 462, 0, 0, 462, 462, 462, 0, 0, 0, 0, 462, 462, 0, 462, 462, 0, 0, 0, 0, 0, 0, 0, 148, 0, 0, 0, 0, 462, 0, 0, 0, 0, 148, 0, 0, 0, 462, 0, 462, 462, 0, 0, 462, 0, 462, 462, 462, 462, 462, 0, 462, 462, 462, 462, 462, 462, 462, 462, 462, 462, 462, 462, 462, 462, 462, 462, 148, 0, 0, 0, 462, 462, 462, 0, 0, 462, 462, 0, 462, 462, 462, 0, 462, 0, 462, 0, 462, 0, 462, 0, 0, 462, 462, 462, 0, 462, 462, 462, 462, 0, 0, 0, 462, 462, 462, 462, 462, 462, 462, 0, 462, 462, 462, 462, 462, 0, 0, 0, 0, 0, 0, 0, 0, 462, 462, 462, 0, 0, 0, 0, 0, 460, 0, 462, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 460, 0, 0, 0, 460, 460, 460, 460, 460, 460, 460, 0, 0, 460, 460, 460, 0, 0, 0, 0, 460, 460, 0, 460, 460, 0, 0, 0, 0, 0, 0, 0, 150, 0, 0, 0, 0, 460, 0, 0, 0, 0, 150, 0, 0, 0, 460, 0, 460, 460, 0, 0, 460, 0, 460, 460, 460, 460, 460, 0, 460, 460, 460, 460, 460, 460, 460, 460, 460, 460, 460, 460, 460, 460, 460, 460, 150, 0, 0, 0, 460, 460, 460, 0, 0, 460, 460, 0, 460, 460, 460, 0, 460, 0, 460, 0, 460, 0, 460, 0, 0, 460, 460, 460, 0, 0, 460, 460, 460, 0, 0, 0, 460, 460, 460, 460, 460, 460, 460, 0, 460, 460, 460, 460, 460, 0, 0, 148, 0, 0, 0, 0, 0, 460, 460, 460, 0, 0, 0, 0, 0, 0, 0, 460, 0, 0, 0, 148, 0, 0, 0, 148, 148, 148, 148, 148, 148, 148, 0, 0, 148, 148, 148, 0, 0, 0, 0, 148, 148, 0, 148, 148, 0, 0, 0, 0, 0, 0, 0, 321, 0, 0, 0, 0, 148, 0, 0, 0, 0, 321, 0, 0, 0, 148, 0, 148, 148, 0, 0, 148, 0, 148, 148, 148, 148, 148, 0, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 148, 321, 0, 0, 0, 148, 148, 148, 0, 0, 148, 148, 0, 148, 148, 148, 0, 148, 0, 148, 0, 148, 0, 148, 0, 0, 148, 148, 148, 0, 0, 148, 148, 148, 0, 0, 0, 148, 148, 148, 148, 148, 148, 148, 0, 148, 148, 148, 148, 148, 0, 0, 0, 0, 0, 0, 0, 0, 148, 148, 148, 0, 0, 0, 0, 0, 150, 0, 148, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 150, 0, 0, 0, 150, 150, 150, 150, 150, 150, 150, 0, 0, 150, 150, 150, 0, 0, 0, 0, 150, 150, 0, 150, 150, 0, 0, 0, 0, 0, 0, 0, 306, 0, 0, 0, 0, 150, 0, 0, 0, 0, 306, 0, 0, 0, 150, 0, 150, 150, 0, 0, 150, 0, 150, 150, 150, 150, 150, 0, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 306, 0, 0, 0, 150, 150, 150, 0, 0, 150, 150, 0, 150, 150, 150, 0, 150, 0, 150, 0, 150, 0, 150, 0, 0, 150, 150, 150, 0, 0, 150, 150, 150, 0, 0, 0, 150, 150, 150, 150, 150, 150, 150, 0, 150, 150, 150, 150, 150, 0, 0, 321, 0, 0, 0, 0, 0, 150, 150, 150, 0, 0, 0, 0, 0, 0, 0, 150, 0, 0, 0, 321, 0, 0, 0, 321, 321, 321, 321, 321, 321, 321, 0, 0, 321, 321, 321, 0, 0, 0, 0, 321, 321, 0, 321, 321, 0, 0, 0, 0, 0, 0, 0, 114, 0, 0, 0, 0, 321, 0, 0, 0, 0, 114, 0, 0, 0, 321, 0, 321, 321, 0, 0, 321, 0, 321, 321, 321, 321, 321, 0, 321, 321, 321, 321, 321, 321, 321, 321, 321, 321, 321, 321, 321, 321, 321, 321, 114, 0, 0, 0, 321, 321, 321, 0, 0, 321, 321, 0, 321, 321, 321, 0, 321, 0, 321, 0, 321, 0, 321, 0, 0, 321, 321, 321, 0, 0, 321, 321, 321, 0, 0, 0, 321, 321, 321, 321, 321, 321, 321, 0, 321, 321, 321, 321, 321, 0, 0, 0, 0, 0, 0, 0, 0, 321, 321, 321, 0, 0, 0, 0, 0, 306, 0, 321, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 306, 0, 54, 0, 306, 306, 306, 306, 306, 306, 306, 0, 54, 306, 306, 306, 0, 0, 0, 0, 306, 306, 0, 306, 306, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 306, 0, 0, 0, 0, 0, 0, 0, 0, 306, 0, 306, 306, 0, 0, 306, 0, 306, 306, 306, 306, 306, 0, 306, 306, 306, 306, 306, 306, 306, 306, 306, 306, 306, 306, 306, 306, 306, 306, 0, 0, 0, 0, 306, 306, 306, 0, 0, 306, 306, 0, 306, 306, 306, 0, 306, 0, 306, 0, 306, 0, 306, 0, 0, 306, 306, 306, 0, 0, 306, 306, 306, 0, 0, 0, 306, 306, 306, 306, 306, 306, 306, 0, 306, 306, 306, 306, 306, 0, 0, 114, 0, 0, 0, 0, 0, 306, 306, 306, 0, 0, 0, 0, 0, 0, 0, 306, 0, 0, 0, 114, 372, 0, 0, 114, 114, 114, 114, 114, 114, 114, 372, 0, 114, 114, 114, 0, 0, 0, 0, 114, 114, 0, 114, 114, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 114, 0, 0, 0, 0, 0, 0, 0, 0, 114, 0, 114, 114, 0, 0, 114, 0, 114, 114, 114, 114, 114, 0, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, 0, 0, 0, 0, 114, 114, 114, 0, 0, 114, 114, 0, 114, 114, 114, 0, 114, 0, 114, 0, 114, 0, 114, 0, 0, 114, 114, 114, 0, 0, 114, 114, 114, 0, 0, 54, 114, 114, 114, 114, 114, 114, 114, 0, 114, 114, 114, 114, 114, 0, 0, 0, 0, 0, 0, 54, 0, 114, 114, 54, 54, 54, 54, 54, 54, 54, 0, 114, 54, 54, 54, 410, 0, 0, 0, 54, 54, 0, 54, 54, 0, 410, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 54, 0, 0, 0, 0, 0, 0, 0, 0, 54, 0, 54, 54, 0, 0, 54, 0, 54, 54, 54, 54, 54, 0, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 0, 0, 0, 0, 54, 54, 54, 0, 0, 54, 54, 0, 54, 54, 54, 0, 54, 0, 54, 0, 54, 0, 54, 0, 0, 54, 54, 54, 0, 0, 54, 54, 54, 0, 0, 0, 54, 54, 54, 54, 54, 54, 54, 0, 54, 54, 54, 54, 54, 0, 372, 0, 0, 0, 0, 0, 0, 54, 54, 54, 0, 0, 0, 0, 0, 0, 0, 54, 0, 0, 372, 0, 0, 0, 372, 372, 372, 372, 372, 372, 372, 0, 0, 372, 372, 372, 36, 0, 0, 0, 372, 372, 0, 372, 372, 0, 36, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 372, 0, 0, 0, 0, 0, 0, 0, 0, 372, 0, 372, 372, 0, 0, 372, 0, 372, 372, 372, 372, 372, 0, 372, 372, 372, 372, 372, 372, 372, 372, 372, 372, 372, 372, 372, 372, 372, 372, 0, 0, 0, 0, 372, 372, 372, 0, 0, 372, 372, 0, 372, 372, 372, 0, 372, 0, 372, 0, 372, 0, 372, 0, 0, 372, 372, 372, 0, 0, 372, 372, 372, 0, 0, 0, 372, 372, 372, 372, 372, 372, 372, 0, 372, 372, 372, 372, 372, 0, 410, 0, 0, 0, 0, 0, 0, 372, 372, 372, 0, 0, 0, 0, 0, 0, 0, 372, 0, 0, 410, 0, 0, 0, 410, 410, 410, 410, 410, 410, 410, 0, 0, 410, 410, 410, 98, 0, 0, 0, 410, 410, 0, 410, 410, 0, 98, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 410, 0, 0, 0, 0, 0, 0, 0, 0, 410, 0, 410, 410, 0, 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, 0, 0, 410, 410, 410, 0, 0, 410, 410, 0, 410, 410, 410, 0, 410, 0, 410, 0, 410, 0, 410, 0, 0, 410, 410, 410, 0, 0, 410, 410, 410, 0, 0, 0, 410, 410, 410, 410, 410, 410, 410, 0, 410, 410, 410, 410, 410, 0, 36, 0, 0, 0, 0, 0, 0, 410, 410, 410, 0, 0, 0, 0, 0, 0, 0, 410, 0, 0, 36, 0, 0, 0, 36, 36, 36, 36, 36, 36, 36, 0, 0, 36, 36, 36, 96, 0, 0, 0, 36, 36, 0, 36, 36, 0, 96, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 36, 0, 0, 0, 0, 0, 0, 0, 0, 36, 0, 36, 36, 0, 0, 36, 0, 36, 36, 36, 36, 36, 0, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 0, 0, 0, 0, 36, 36, 36, 0, 0, 36, 36, 0, 36, 36, 36, 0, 36, 0, 36, 0, 36, 0, 36, 0, 0, 36, 36, 36, 0, 0, 36, 36, 36, 0, 0, 0, 36, 36, 36, 36, 36, 36, 36, 0, 36, 36, 36, 36, 36, 0, 98, 0, 0, 0, 0, 0, 0, 36, 36, 36, 0, 0, 0, 0, 0, 0, 0, 36, 0, 0, 98, 0, 0, 0, 98, 98, 98, 98, 98, 98, 98, 0, 0, 98, 98, 98, 49, 0, 0, 0, 98, 98, 0, 98, 98, 0, 49, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 98, 0, 0, 0, 0, 0, 0, 0, 0, 98, 0, 98, 98, 0, 0, 98, 0, 98, 98, 98, 98, 98, 0, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 0, 0, 0, 0, 98, 98, 98, 0, 0, 98, 98, 0, 98, 98, 98, 0, 98, 0, 98, 0, 98, 0, 98, 0, 0, 98, 98, 98, 0, 0, 98, 98, 98, 0, 0, 0, 98, 98, 98, 98, 98, 98, 98, 0, 98, 98, 98, 98, 98, 0, 96, 0, 0, 0, 0, 0, 0, 98, 98, 98, 0, 0, 0, 0, 0, 0, 0, 98, 0, 0, 96, 0, 0, 0, 96, 96, 96, 96, 96, 96, 96, 0, 0, 96, 96, 96, 121, 0, 0, 0, 96, 96, 0, 96, 96, 0, 121, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 96, 0, 0, 0, 0, 0, 0, 0, 0, 96, 0, 96, 96, 0, 0, 96, 0, 96, 96, 96, 96, 96, 0, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 0, 0, 0, 0, 96, 96, 96, 0, 0, 96, 96, 0, 96, 96, 96, 0, 96, 0, 96, 0, 96, 0, 96, 0, 0, 96, 96, 96, 0, 0, 96, 96, 96, 0, 0, 0, 96, 96, 96, 96, 96, 96, 96, 0, 96, 96, 96, 96, 96, 0, 49, 0, 0, 0, 0, 0, 0, 96, 96, 96, 0, 0, 0, 0, 0, 0, 0, 96, 0, 0, 49, 0, 0, 0, 49, 49, 49, 49, 49, 49, 49, 0, 0, 49, 49, 49, 128, 0, 0, 0, 49, 49, 0, 49, 49, 0, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 49, 0, 0, 0, 0, 0, 0, 0, 0, 49, 0, 49, 49, 0, 0, 49, 0, 49, 49, 49, 49, 49, 0, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 0, 0, 0, 0, 49, 49, 49, 0, 0, 49, 49, 0, 49, 49, 49, 0, 49, 0, 49, 0, 49, 0, 49, 0, 0, 49, 49, 49, 0, 0, 49, 49, 49, 0, 0, 0, 49, 49, 49, 49, 49, 49, 49, 0, 49, 49, 49, 49, 49, 0, 121, 0, 0, 0, 0, 0, 0, 49, 49, 49, 0, 0, 0, 0, 0, 0, 0, 49, 0, 0, 121, 0, 0, 0, 121, 121, 121, 121, 121, 121, 121, 0, 0, 121, 121, 121, 309, 0, 0, 0, 121, 121, 0, 121, 121, 0, 309, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 121, 0, 0, 0, 0, 0, 0, 0, 0, 121, 0, 121, 121, 0, 0, 121, 0, 121, 121, 121, 121, 121, 0, 121, 121, 121, 121, 121, 121, 121, 121, 121, 121, 121, 121, 121, 121, 121, 121, 0, 0, 0, 0, 121, 121, 121, 0, 0, 121, 121, 0, 121, 121, 121, 0, 121, 0, 121, 0, 121, 0, 121, 0, 0, 121, 121, 121, 0, 0, 121, 121, 121, 0, 0, 0, 121, 121, 121, 121, 121, 121, 121, 0, 121, 121, 121, 121, 121, 0, 128, 0, 0, 0, 0, 0, 0, 121, 121, 121, 0, 0, 0, 0, 0, 0, 0, 121, 0, 0, 128, 0, 0, 0, 128, 128, 128, 128, 128, 128, 128, 0, 0, 128, 128, 128, 350, 0, 0, 0, 128, 128, 0, 128, 128, 0, 350, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 0, 0, 0, 0, 0, 0, 0, 0, 128, 0, 128, 128, 0, 0, 128, 0, 128, 128, 128, 128, 128, 0, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 0, 0, 0, 0, 128, 128, 128, 0, 0, 128, 128, 0, 128, 128, 128, 0, 128, 0, 128, 0, 128, 0, 128, 0, 0, 128, 128, 128, 0, 0, 128, 128, 128, 0, 0, 0, 128, 128, 128, 128, 128, 128, 128, 0, 128, 128, 128, 128, 128, 0, 309, 0, 0, 0, 0, 0, 0, 128, 128, 128, 0, 0, 0, 0, 0, 0, 0, 128, 0, 0, 309, 0, 0, 0, 309, 309, 309, 309, 309, 309, 309, 0, 0, 309, 309, 309, 304, 0, 0, 0, 309, 309, 0, 309, 309, 0, 304, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 309, 0, 0, 0, 0, 0, 0, 0, 0, 309, 0, 309, 309, 0, 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, 0, 0, 309, 309, 309, 0, 0, 309, 309, 0, 309, 309, 309, 0, 309, 0, 309, 0, 309, 0, 309, 0, 0, 309, 309, 309, 0, 0, 309, 309, 309, 0, 0, 0, 309, 309, 309, 309, 309, 309, 309, 0, 309, 309, 309, 309, 309, 0, 350, 0, 0, 0, 0, 0, 0, 309, 309, 309, 0, 0, 0, 0, 0, 0, 0, 309, 0, 0, 350, 0, 0, 0, 350, 350, 350, 350, 350, 350, 350, 0, 0, 350, 350, 350, 418, 0, 0, 0, 350, 350, 0, 350, 350, 0, 418, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 350, 0, 0, 0, 0, 0, 0, 0, 0, 350, 0, 350, 350, 0, 0, 350, 0, 350, 350, 350, 350, 350, 0, 350, 350, 350, 350, 350, 350, 350, 350, 350, 350, 350, 350, 350, 350, 350, 350, 0, 0, 0, 0, 350, 350, 350, 0, 0, 350, 350, 0, 350, 350, 350, 0, 350, 0, 350, 0, 350, 0, 350, 0, 0, 350, 350, 350, 0, 0, 350, 350, 350, 0, 0, 0, 350, 350, 350, 350, 350, 350, 350, 0, 350, 350, 350, 350, 350, 0, 304, 0, 0, 0, 0, 0, 0, 350, 350, 350, 0, 0, 0, 0, 0, 0, 0, 350, 0, 0, 304, 0, 0, 0, 304, 304, 304, 304, 304, 304, 304, 0, 0, 304, 304, 304, 30, 0, 0, 0, 304, 304, 0, 304, 304, 0, 30, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 304, 0, 0, 0, 0, 0, 0, 0, 0, 304, 0, 304, 304, 0, 0, 304, 0, 304, 304, 304, 304, 304, 0, 304, 304, 304, 304, 304, 304, 304, 304, 304, 304, 304, 304, 304, 304, 304, 304, 0, 0, 0, 0, 304, 304, 304, 0, 0, 304, 304, 0, 304, 304, 304, 0, 304, 0, 304, 0, 304, 0, 304, 0, 0, 304, 304, 304, 0, 0, 304, 304, 304, 0, 0, 0, 304, 304, 304, 304, 304, 304, 304, 0, 304, 304, 304, 304, 304, 0, 418, 0, 0, 0, 0, 0, 0, 304, 304, 304, 0, 0, 0, 0, 0, 0, 0, 304, 0, 0, 418, 0, 0, 0, 418, 418, 418, 418, 418, 418, 418, 0, 0, 418, 418, 418, 61, 0, 0, 0, 418, 418, 0, 418, 418, 0, 61, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 418, 0, 0, 0, 0, 0, 0, 0, 0, 418, 0, 418, 418, 0, 0, 418, 0, 418, 418, 418, 418, 418, 0, 418, 418, 418, 418, 418, 418, 418, 418, 418, 418, 418, 418, 418, 418, 418, 418, 0, 0, 0, 0, 418, 418, 418, 0, 0, 418, 418, 0, 418, 418, 418, 0, 418, 0, 418, 0, 418, 0, 418, 0, 0, 418, 418, 418, 0, 0, 418, 418, 418, 0, 0, 0, 418, 418, 418, 418, 418, 418, 418, 0, 418, 418, 418, 418, 418, 0, 30, 0, 0, 0, 0, 0, 0, 418, 418, 418, 0, 0, 0, 0, 0, 0, 0, 418, 0, 0, 30, 0, 0, 0, 30, 30, 30, 30, 30, 30, 30, 0, 0, 30, 30, 30, 369, 0, 0, 0, 30, 30, 0, 30, 30, 0, 369, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 30, 0, 0, 0, 0, 0, 0, 0, 0, 30, 0, 30, 30, 0, 0, 30, 0, 30, 30, 30, 30, 30, 0, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 0, 0, 0, 0, 30, 30, 30, 0, 0, 30, 30, 0, 30, 30, 30, 0, 30, 0, 30, 0, 30, 0, 30, 0, 0, 30, 30, 30, 0, 0, 30, 30, 30, 0, 0, 0, 30, 30, 30, 30, 30, 30, 30, 0, 30, 30, 30, 30, 30, 0, 61, 0, 0, 0, 0, 0, 0, 30, 30, 30, 0, 0, 0, 0, 0, 0, 0, 30, 0, 0, 61, 0, 0, 0, 61, 61, 61, 61, 61, 61, 61, 0, 0, 61, 61, 61, 370, 0, 0, 0, 61, 61, 0, 61, 61, 0, 370, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 61, 0, 0, 0, 0, 0, 0, 0, 0, 61, 0, 61, 61, 0, 0, 61, 0, 61, 61, 61, 61, 61, 0, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 0, 0, 0, 0, 61, 61, 61, 0, 0, 61, 61, 0, 61, 61, 61, 0, 61, 0, 61, 0, 61, 0, 61, 0, 0, 61, 61, 61, 0, 0, 61, 61, 61, 0, 0, 0, 61, 61, 61, 61, 61, 61, 61, 0, 61, 61, 61, 61, 61, 0, 369, 0, 0, 0, 0, 0, 0, 61, 61, 61, 0, 0, 0, 0, 0, 0, 0, 61, 0, 0, 369, 0, 0, 0, 369, 369, 369, 369, 369, 369, 369, 0, 0, 369, 369, 369, 413, 0, 0, 0, 369, 369, 0, 369, 369, 0, 413, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 369, 0, 0, 0, 0, 0, 0, 0, 0, 369, 0, 369, 369, 0, 0, 369, 0, 369, 369, 369, 369, 369, 0, 369, 369, 369, 369, 369, 369, 369, 369, 369, 369, 369, 369, 369, 369, 369, 369, 0, 0, 0, 0, 369, 369, 369, 0, 0, 369, 369, 0, 369, 369, 369, 0, 369, 0, 369, 0, 369, 0, 369, 0, 0, 369, 369, 369, 0, 0, 369, 369, 369, 0, 0, 0, 369, 369, 369, 369, 369, 369, 369, 0, 369, 369, 369, 369, 369, 0, 370, 0, 0, 0, 0, 0, 0, 369, 369, 369, 0, 0, 0, 0, 0, 0, 0, 369, 0, 0, 370, 0, 0, 0, 370, 370, 370, 370, 370, 370, 370, 0, 0, 370, 370, 370, 39, 0, 0, 0, 370, 370, 0, 370, 370, 0, 39, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 370, 0, 0, 0, 0, 0, 0, 0, 0, 370, 0, 370, 370, 0, 0, 370, 0, 370, 370, 370, 370, 370, 0, 370, 370, 370, 370, 370, 370, 370, 370, 370, 370, 370, 370, 370, 370, 370, 370, 0, 0, 0, 0, 370, 370, 370, 0, 0, 370, 370, 0, 370, 370, 370, 0, 370, 0, 370, 0, 370, 0, 370, 0, 0, 370, 370, 370, 0, 0, 370, 370, 370, 0, 0, 0, 370, 370, 370, 370, 370, 370, 370, 0, 370, 370, 370, 370, 370, 0, 413, 0, 0, 0, 0, 0, 0, 370, 370, 370, 0, 0, 0, 0, 0, 0, 0, 370, 0, 0, 413, 0, 0, 0, 413, 413, 413, 413, 413, 413, 413, 0, 0, 413, 413, 413, 310, 0, 0, 0, 413, 413, 0, 413, 413, 0, 310, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 413, 0, 0, 0, 0, 0, 0, 0, 0, 413, 0, 413, 413, 0, 0, 413, 0, 413, 413, 413, 413, 413, 0, 413, 413, 413, 413, 413, 413, 413, 413, 413, 413, 413, 413, 413, 413, 413, 413, 0, 0, 0, 0, 413, 413, 413, 0, 0, 413, 413, 0, 413, 413, 413, 0, 413, 0, 413, 0, 413, 0, 413, 0, 0, 413, 413, 413, 0, 0, 413, 413, 413, 0, 0, 0, 413, 413, 413, 413, 413, 413, 413, 0, 413, 413, 413, 413, 413, 0, 39, 0, 0, 0, 0, 0, 0, 413, 413, 413, 0, 0, 0, 0, 0, 0, 0, 413, 0, 0, 39, 0, 0, 0, 39, 39, 39, 39, 39, 39, 39, 0, 0, 39, 39, 39, 419, 0, 0, 0, 39, 39, 0, 39, 39, 0, 419, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 39, 0, 0, 0, 0, 0, 0, 0, 0, 39, 0, 39, 39, 0, 0, 39, 0, 39, 39, 39, 39, 39, 0, 39, 39, 39, 39, 39, 39, 39, 39, 39, 39, 39, 39, 39, 39, 39, 39, 0, 0, 0, 0, 39, 39, 39, 0, 0, 39, 39, 0, 39, 39, 39, 0, 39, 0, 39, 0, 39, 0, 39, 0, 0, 39, 39, 39, 0, 0, 39, 39, 39, 0, 0, 0, 39, 39, 39, 39, 39, 39, 39, 0, 39, 39, 39, 39, 39, 0, 310, 0, 0, 0, 0, 0, 0, 39, 39, 39, 0, 0, 0, 0, 0, 0, 0, 39, 0, 0, 310, 0, 0, 0, 310, 310, 310, 310, 310, 310, 310, 0, 0, 310, 310, 310, 312, 0, 0, 0, 310, 310, 0, 310, 310, 0, 312, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 310, 0, 0, 0, 0, 0, 0, 0, 0, 310, 0, 310, 310, 0, 0, 310, 0, 310, 310, 310, 310, 310, 0, 310, 310, 310, 310, 310, 310, 310, 310, 310, 310, 310, 310, 310, 310, 310, 310, 0, 0, 0, 0, 310, 310, 310, 0, 0, 310, 310, 0, 310, 310, 310, 0, 310, 0, 310, 0, 310, 0, 310, 0, 0, 310, 310, 310, 0, 0, 310, 310, 310, 0, 0, 0, 310, 310, 310, 310, 310, 310, 310, 0, 310, 310, 310, 310, 310, 0, 419, 0, 0, 0, 0, 0, 0, 310, 310, 310, 0, 0, 0, 0, 0, 0, 0, 310, 0, 0, 419, 0, 0, 0, 419, 419, 419, 419, 419, 419, 419, 0, 0, 419, 419, 419, 348, 0, 0, 0, 419, 419, 0, 419, 419, 0, 348, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 419, 0, 0, 0, 0, 0, 0, 0, 0, 419, 0, 419, 419, 0, 0, 419, 0, 419, 419, 419, 419, 419, 0, 419, 419, 419, 419, 419, 419, 419, 419, 419, 419, 419, 419, 419, 419, 419, 419, 0, 0, 0, 0, 419, 419, 419, 0, 0, 419, 419, 0, 419, 419, 419, 0, 419, 0, 419, 0, 419, 0, 419, 0, 0, 419, 419, 419, 0, 0, 419, 419, 419, 0, 0, 0, 419, 419, 419, 419, 419, 419, 419, 0, 419, 419, 419, 419, 419, 0, 312, 0, 0, 0, 0, 0, 0, 419, 419, 419, 0, 0, 0, 0, 0, 0, 0, 419, 0, 0, 312, 0, 0, 0, 312, 312, 312, 312, 312, 312, 312, 0, 0, 312, 312, 312, 349, 0, 0, 0, 312, 312, 0, 312, 312, 0, 349, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 312, 0, 0, 0, 0, 0, 0, 0, 0, 312, 0, 312, 312, 0, 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, 0, 0, 312, 312, 312, 0, 0, 312, 312, 0, 312, 312, 312, 0, 312, 0, 312, 0, 312, 0, 312, 0, 0, 312, 312, 312, 0, 0, 312, 312, 312, 0, 0, 0, 312, 312, 312, 312, 312, 312, 312, 0, 312, 312, 312, 312, 312, 0, 348, 0, 0, 0, 0, 0, 0, 312, 312, 312, 0, 0, 0, 0, 0, 0, 0, 312, 0, 0, 348, 0, 0, 0, 348, 348, 348, 348, 348, 348, 348, 0, 0, 348, 348, 348, 354, 0, 0, 0, 348, 348, 0, 348, 348, 0, 354, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 348, 0, 0, 0, 0, 0, 0, 0, 0, 348, 0, 348, 348, 0, 0, 348, 0, 348, 348, 348, 348, 348, 0, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 348, 0, 0, 0, 0, 348, 348, 348, 0, 0, 348, 348, 0, 348, 348, 348, 0, 348, 0, 348, 0, 348, 0, 348, 0, 0, 348, 348, 348, 0, 0, 348, 348, 348, 0, 0, 0, 348, 348, 348, 348, 348, 348, 348, 0, 348, 348, 348, 348, 348, 0, 349, 0, 0, 0, 0, 0, 0, 348, 348, 348, 0, 0, 0, 0, 0, 0, 0, 348, 0, 0, 349, 412, 0, 0, 349, 349, 349, 349, 349, 349, 349, 412, 0, 349, 349, 349, 0, 0, 0, 0, 349, 349, 0, 349, 349, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 349, 0, 0, 0, 0, 0, 0, 0, 0, 349, 0, 349, 349, 0, 0, 349, 0, 349, 349, 349, 349, 349, 0, 349, 349, 349, 349, 349, 349, 349, 349, 349, 349, 349, 349, 349, 349, 349, 349, 0, 0, 0, 0, 349, 349, 349, 0, 0, 349, 349, 0, 349, 349, 349, 0, 349, 0, 349, 0, 349, 0, 349, 0, 0, 349, 349, 349, 0, 0, 349, 349, 349, 0, 0, 0, 349, 349, 349, 349, 349, 349, 349, 0, 349, 349, 349, 349, 349, 0, 354, 0, 0, 0, 0, 0, 301, 349, 349, 349, 0, 0, 0, 0, 0, 0, 301, 349, 0, 0, 354, 0, 0, 0, 354, 354, 354, 354, 354, 354, 354, 0, 0, 354, 354, 354, 0, 0, 0, 0, 354, 354, 0, 354, 354, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 354, 0, 0, 0, 0, 0, 0, 0, 0, 354, 0, 354, 354, 0, 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, 0, 0, 354, 354, 354, 0, 0, 354, 354, 0, 354, 354, 354, 0, 354, 0, 354, 0, 354, 0, 354, 0, 0, 354, 354, 354, 0, 0, 354, 354, 354, 0, 0, 412, 354, 354, 354, 354, 354, 354, 354, 0, 354, 354, 354, 354, 354, 0, 0, 0, 0, 0, 0, 412, 416, 354, 354, 412, 412, 412, 412, 412, 412, 412, 416, 354, 412, 412, 412, 0, 0, 0, 0, 412, 412, 0, 412, 412, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 412, 0, 0, 0, 0, 0, 0, 0, 0, 412, 0, 412, 412, 0, 0, 412, 0, 412, 412, 412, 412, 412, 0, 412, 412, 412, 412, 412, 412, 412, 412, 412, 412, 412, 412, 412, 412, 412, 412, 0, 0, 0, 0, 412, 412, 412, 0, 0, 412, 412, 0, 412, 412, 412, 0, 412, 0, 412, 0, 412, 0, 412, 0, 0, 412, 412, 412, 0, 0, 412, 412, 412, 0, 0, 301, 412, 412, 412, 412, 412, 412, 412, 0, 412, 412, 412, 412, 412, 0, 0, 0, 0, 0, 0, 301, 22, 412, 412, 301, 301, 301, 301, 301, 301, 301, 22, 412, 301, 301, 301, 0, 0, 0, 0, 301, 301, 0, 301, 301, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 301, 0, 0, 0, 0, 0, 0, 0, 0, 301, 0, 301, 301, 0, 0, 301, 0, 301, 301, 301, 301, 301, 0, 301, 301, 301, 301, 301, 301, 301, 301, 301, 301, 301, 301, 301, 301, 301, 301, 0, 0, 0, 0, 301, 301, 301, 0, 0, 301, 301, 0, 301, 301, 301, 0, 301, 0, 301, 0, 301, 0, 301, 0, 0, 301, 301, 301, 0, 0, 301, 301, 301, 0, 0, 0, 301, 301, 301, 0, 301, 301, 301, 0, 301, 301, 301, 301, 301, 0, 416, 0, 0, 0, 0, 0, 0, 301, 301, 0, 0, 0, 0, 0, 0, 0, 0, 301, 0, 0, 416, 0, 0, 0, 416, 416, 416, 416, 416, 416, 416, 0, 0, 416, 416, 416, 0, 0, 0, 0, 416, 416, 0, 416, 416, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 416, 682, 0, 680, 152, 0, 153, 0, 0, 416, 0, 416, 416, 0, 0, 416, 0, 416, 416, 416, 416, 416, 403, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 416, 0, 0, 0, 0, 416, 416, 416, 0, 0, 416, 416, 0, 416, 416, 416, 0, 416, 0, 416, 0, 416, 0, 416, 0, 0, 416, 416, 416, 0, 0, 416, 416, 416, 0, 0, 22, 416, 416, 416, 0, 416, 416, 416, 0, 416, 416, 416, 416, 416, 0, 0, 0, 715, 393, 391, 22, 392, 416, 416, 22, 22, 22, 22, 22, 22, 22, 0, 416, 22, 22, 22, 396, 381, 397, 0, 22, 22, 0, 22, 22, 0, 0, 0, 0, 191, 0, 463, 152, 0, 153, 0, 0, 22, 0, 0, 0, 0, 0, 0, 0, 0, 22, 462, 22, 22, 0, 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, 0, 0, 22, 22, 22, 0, 0, 22, 22, 0, 22, 22, 22, 0, 22, 0, 22, 0, 22, 0, 22, 0, 0, 22, 22, 22, 0, 0, 22, 22, 22, 0, 0, 0, 22, 22, 22, 22, 22, 22, 22, 0, 22, 22, 22, 22, 22, 716, 393, 391, 0, 392, 151, 0, 0, 22, 22, 22, 0, 0, 0, 0, 681, 0, 0, 0, 396, 381, 397, 0, 0, 0, 0, 0, 0, 0, 154, 155, 0, 0, 0, 156, 157, 158, 159, 0, 0, 0, 0, 0, 0, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 0, 171, 172, 173, 174, 175, 176, 177, 178, 191, 179, 0, 152, 0, 153, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 382, 383, 384, 0, 385, 386, 387, 388, 389, 390, 0, 0, 394, 395, 0, 0, 0, 0, 0, 0, 0, 0, 0, 191, 0, 0, 152, 0, 153, 0, 0, 180, 0, 0, 0, 0, 151, 181, 182, 0, 0, 0, 183, 0, 598, 0, 0, 0, 0, 0, 0, 0, 184, 185, 0, 186, 187, 188, 189, 0, 154, 155, 84, 0, 0, 156, 157, 158, 159, 190, 0, 0, 0, 0, 0, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 0, 171, 172, 173, 174, 175, 176, 177, 178, 0, 179, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 382, 383, 384, 0, 385, 386, 387, 388, 389, 390, 0, 0, 394, 395, 0, 0, 191, 0, 493, 152, 0, 153, 0, 0, 0, 180, 0, 0, 0, 0, 0, 181, 182, 0, 0, 0, 183, 639, 0, 0, 0, 0, 0, 0, 0, 0, 184, 185, 0, 186, 187, 188, 189, 0, 0, 0, 84, 0, 0, 0, 0, 0, 0, 190, 0, 0, 0, 0, 151, 0, 0, 0, 0, 0, 0, 0, 0, 525, 0, 0, 0, 0, 717, 393, 391, 0, 392, 0, 0, 0, 0, 0, 154, 155, 0, 0, 0, 156, 157, 158, 159, 396, 381, 397, 0, 0, 0, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 151, 171, 172, 173, 174, 175, 176, 177, 178, 599, 179, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 154, 155, 0, 0, 0, 156, 157, 158, 159, 0, 0, 0, 0, 0, 0, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 0, 171, 172, 173, 174, 175, 176, 177, 178, 191, 179, 493, 152, 0, 153, 393, 391, 180, 392, 0, 0, 0, 0, 181, 182, 0, 0, 0, 183, 0, 667, 836, 0, 396, 381, 397, 0, 0, 184, 185, 526, 186, 187, 188, 189, 0, 0, 0, 84, 0, 0, 0, 0, 0, 0, 527, 0, 0, 0, 116, 0, 0, 116, 0, 116, 0, 0, 180, 0, 0, 0, 151, 0, 181, 182, 0, 0, 0, 183, 0, 0, 0, 0, 0, 0, 0, 0, 0, 184, 185, 0, 186, 187, 188, 189, 154, 155, 0, 84, 0, 156, 157, 158, 159, 0, 190, 0, 0, 0, 0, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 0, 171, 172, 173, 174, 175, 176, 177, 178, 0, 179, 0, 382, 383, 384, 0, 385, 386, 387, 388, 389, 390, 0, 0, 394, 395, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 718, 393, 391, 0, 392, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 396, 381, 397, 191, 0, 493, 152, 0, 153, 0, 0, 180, 0, 0, 0, 0, 0, 181, 182, 0, 0, 0, 183, 0, 0, 0, 0, 0, 0, 0, 0, 0, 184, 185, 0, 186, 187, 188, 189, 0, 0, 0, 84, 0, 0, 0, 0, 0, 0, 190, 0, 0, 0, 0, 0, 151, 382, 383, 384, 0, 385, 386, 387, 388, 389, 390, 0, 0, 394, 395, 0, 0, 719, 393, 391, 0, 392, 0, 0, 154, 155, 0, 0, 0, 156, 157, 158, 159, 0, 0, 0, 396, 381, 397, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 116, 171, 172, 173, 174, 175, 176, 177, 178, 116, 179, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 116, 116, 0, 0, 0, 116, 116, 116, 116, 191, 0, 500, 152, 0, 153, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 116, 0, 116, 116, 116, 116, 116, 116, 116, 116, 0, 116, 0, 0, 0, 0, 0, 0, 180, 0, 0, 0, 0, 0, 181, 182, 0, 0, 0, 183, 0, 0, 0, 0, 0, 0, 0, 0, 0, 184, 185, 0, 186, 187, 188, 189, 382, 383, 384, 84, 385, 386, 387, 388, 389, 390, 190, 0, 394, 395, 0, 720, 393, 391, 0, 392, 0, 0, 116, 0, 0, 0, 151, 0, 116, 116, 0, 0, 0, 116, 396, 381, 397, 0, 0, 0, 0, 0, 0, 116, 116, 116, 116, 116, 116, 116, 154, 155, 0, 116, 0, 156, 157, 158, 159, 0, 116, 0, 0, 0, 0, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 0, 171, 172, 173, 174, 175, 176, 177, 178, 191, 179, 0, 152, 0, 153, 382, 383, 384, 0, 385, 386, 387, 388, 389, 390, 0, 0, 394, 395, 0, 583, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 191, 0, 0, 152, 0, 153, 0, 0, 180, 0, 0, 0, 0, 0, 181, 182, 0, 0, 0, 183, 0, 603, 0, 0, 0, 0, 151, 0, 0, 184, 185, 0, 186, 187, 188, 189, 0, 0, 0, 494, 0, 0, 0, 0, 0, 0, 190, 0, 0, 0, 154, 155, 0, 0, 0, 156, 157, 158, 159, 0, 0, 0, 0, 0, 0, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 0, 171, 172, 173, 174, 175, 176, 177, 178, 0, 179, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 382, 383, 384, 0, 385, 386, 387, 388, 389, 390, 0, 0, 394, 395, 0, 0, 0, 0, 0, 0, 0, 0, 191, 0, 0, 152, 0, 153, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 605, 180, 0, 0, 0, 0, 0, 181, 182, 0, 0, 0, 183, 0, 0, 0, 191, 0, 638, 152, 0, 153, 184, 185, 0, 186, 187, 188, 189, 0, 0, 151, 84, 0, 0, 0, 0, 0, 0, 190, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 154, 155, 0, 0, 0, 156, 157, 158, 159, 0, 0, 0, 0, 0, 0, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 151, 171, 172, 173, 174, 175, 176, 177, 178, 0, 179, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 154, 155, 0, 0, 0, 156, 157, 158, 159, 0, 0, 0, 0, 0, 0, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 0, 171, 172, 173, 174, 175, 176, 177, 178, 0, 179, 0, 0, 0, 0, 0, 0, 180, 0, 0, 0, 0, 191, 181, 182, 152, 0, 153, 183, 0, 0, 0, 0, 0, 0, 0, 0, 0, 184, 185, 643, 186, 187, 188, 189, 0, 0, 0, 84, 0, 0, 0, 0, 0, 0, 190, 0, 0, 0, 191, 0, 493, 152, 0, 153, 0, 0, 180, 0, 0, 0, 151, 0, 181, 182, 0, 0, 0, 183, 0, 0, 0, 0, 0, 0, 0, 0, 0, 184, 185, 0, 186, 187, 188, 189, 154, 155, 0, 84, 0, 156, 157, 158, 159, 0, 190, 0, 0, 151, 0, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 0, 171, 172, 173, 174, 175, 176, 177, 178, 0, 179, 154, 155, 0, 0, 0, 156, 157, 158, 159, 0, 0, 0, 0, 0, 0, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 0, 171, 172, 173, 174, 175, 176, 177, 178, 0, 179, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 191, 0, 0, 152, 0, 153, 0, 0, 180, 0, 0, 0, 0, 0, 181, 182, 0, 0, 774, 183, 0, 0, 0, 0, 0, 0, 0, 0, 0, 184, 185, 0, 186, 187, 188, 189, 0, 0, 0, 84, 0, 0, 0, 0, 0, 180, 190, 0, 0, 0, 0, 181, 182, 0, 0, 0, 183, 0, 0, 0, 0, 0, 0, 0, 0, 151, 184, 185, 0, 186, 187, 188, 189, 0, 0, 0, 84, 0, 0, 0, 721, 393, 391, 190, 392, 0, 0, 0, 0, 154, 155, 0, 0, 0, 156, 157, 158, 159, 0, 396, 381, 397, 151, 0, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 0, 171, 172, 173, 174, 175, 176, 177, 178, 0, 179, 154, 155, 0, 0, 0, 156, 157, 158, 159, 191, 0, 463, 152, 0, 153, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 0, 171, 172, 173, 174, 175, 176, 177, 178, 0, 179, 0, 0, 0, 0, 0, 0, 0, 0, 0, 191, 0, 867, 152, 0, 153, 0, 0, 0, 0, 180, 0, 0, 0, 0, 0, 181, 182, 0, 0, 0, 183, 0, 0, 0, 0, 0, 0, 0, 0, 0, 184, 185, 0, 186, 187, 188, 189, 0, 0, 0, 84, 0, 0, 0, 0, 0, 180, 190, 0, 0, 151, 0, 181, 182, 0, 0, 0, 183, 0, 0, 0, 0, 0, 0, 0, 0, 0, 184, 185, 0, 186, 187, 188, 189, 154, 155, 0, 84, 0, 156, 157, 158, 159, 0, 190, 0, 0, 0, 0, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 0, 171, 172, 173, 174, 175, 176, 177, 178, 0, 179, 0, 0, 0, 0, 0, 0, 0, 0, 0, 191, 0, 0, 152, 0, 153, 382, 383, 384, 0, 385, 386, 387, 388, 389, 390, 0, 0, 394, 395, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 365, 0, 0, 152, 0, 153, 0, 0, 0, 0, 180, 0, 0, 0, 0, 0, 181, 182, 0, 0, 0, 183, 0, 0, 0, 0, 0, 0, 151, 0, 0, 184, 185, 0, 186, 187, 188, 189, 0, 0, 0, 84, 0, 0, 0, 0, 0, 0, 190, 0, 0, 0, 154, 155, 0, 0, 0, 156, 157, 158, 159, 0, 0, 0, 0, 151, 0, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 0, 171, 172, 173, 174, 175, 176, 177, 178, 0, 179, 154, 155, 0, 0, 0, 156, 157, 158, 159, 0, 0, 0, 0, 0, 0, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 0, 171, 172, 173, 174, 175, 176, 177, 178, 0, 179, 0, 456, 0, 0, 152, 0, 153, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 180, 0, 0, 0, 0, 0, 181, 182, 0, 0, 0, 183, 0, 0, 0, 0, 0, 0, 0, 0, 0, 184, 185, 0, 186, 187, 188, 189, 0, 0, 0, 84, 0, 0, 0, 0, 0, 180, 190, 0, 0, 151, 0, 181, 182, 0, 0, 0, 183, 0, 0, 0, 0, 0, 0, 0, 0, 0, 184, 185, 0, 186, 187, 188, 189, 154, 155, 0, 84, 0, 156, 157, 158, 159, 0, 190, 0, 0, 151, 0, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 0, 171, 172, 173, 174, 175, 176, 177, 178, 0, 179, 154, 155, 0, 0, 0, 156, 157, 158, 159, 365, 0, 0, 152, 0, 153, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 0, 171, 172, 173, 174, 175, 176, 177, 178, 0, 179, 0, 0, 0, 0, 0, 0, 0, 0, 0, 827, 0, 0, 152, 0, 153, 0, 0, 0, 0, 180, 0, 0, 0, 0, 0, 181, 182, 0, 0, 0, 183, 0, 0, 0, 0, 0, 0, 0, 0, 0, 184, 185, 0, 186, 187, 188, 189, 0, 0, 0, 84, 0, 0, 0, 0, 0, 180, 190, 0, 0, 0, 0, 181, 182, 0, 0, 151, 183, 0, 0, 0, 0, 0, 0, 0, 0, 0, 184, 185, 0, 186, 187, 188, 189, 0, 0, 0, 84, 0, 0, 154, 155, 0, 0, 190, 156, 157, 158, 159, 0, 0, 0, 0, 0, 0, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 0, 171, 172, 173, 174, 175, 176, 177, 178, 0, 179, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 722, 393, 391, 0, 392, 0, 0, 0, 0, 0, 0, 0, 0, 0, 723, 393, 391, 0, 392, 396, 381, 397, 0, 0, 0, 180, 0, 0, 0, 0, 0, 181, 182, 396, 381, 397, 183, 151, 724, 393, 391, 0, 392, 0, 0, 0, 184, 185, 0, 186, 187, 188, 189, 0, 0, 0, 84, 396, 381, 397, 0, 154, 155, 190, 0, 0, 156, 157, 158, 159, 0, 0, 0, 0, 151, 0, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 0, 171, 172, 173, 174, 175, 176, 177, 178, 0, 179, 154, 155, 0, 0, 0, 156, 157, 158, 159, 0, 0, 0, 0, 0, 0, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 0, 171, 172, 173, 174, 175, 176, 177, 178, 0, 179, 0, 725, 393, 391, 0, 392, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 180, 396, 381, 397, 0, 0, 181, 182, 0, 0, 0, 183, 0, 726, 393, 391, 0, 392, 0, 0, 0, 184, 185, 0, 186, 187, 188, 189, 0, 0, 0, 820, 396, 381, 397, 0, 0, 180, 190, 0, 0, 0, 0, 181, 182, 0, 0, 0, 183, 0, 0, 0, 0, 0, 0, 0, 0, 0, 184, 185, 0, 186, 187, 188, 189, 382, 383, 384, 84, 385, 386, 387, 388, 389, 390, 190, 0, 394, 395, 382, 383, 384, 0, 385, 386, 387, 388, 389, 390, 0, 0, 394, 395, 0, 0, 0, 0, 0, 727, 393, 391, 0, 392, 382, 383, 384, 0, 385, 386, 387, 388, 389, 390, 0, 0, 394, 395, 396, 381, 397, 728, 393, 391, 0, 392, 0, 0, 0, 0, 0, 0, 0, 0, 0, 737, 393, 391, 0, 392, 396, 381, 397, 0, 0, 0, 0, 0, 0, 744, 393, 391, 0, 392, 396, 381, 397, 0, 0, 0, 0, 0, 0, 196, 196, 196, 0, 196, 396, 381, 397, 0, 0, 0, 0, 0, 0, 0, 393, 391, 802, 392, 196, 196, 196, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 396, 381, 397, 0, 0, 0, 382, 383, 384, 0, 385, 386, 387, 388, 389, 390, 0, 0, 394, 395, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 382, 383, 384, 0, 385, 386, 387, 388, 389, 390, 0, 0, 394, 395, 393, 391, 0, 392, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 872, 0, 396, 381, 397, 393, 391, 876, 392, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 393, 391, 886, 392, 396, 381, 397, 0, 0, 0, 0, 0, 0, 0, 393, 391, 889, 392, 396, 381, 397, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 396, 381, 397, 0, 382, 383, 384, 0, 385, 386, 387, 388, 389, 390, 0, 0, 394, 395, 0, 0, 0, 0, 0, 0, 0, 0, 382, 383, 384, 0, 385, 386, 387, 388, 389, 390, 0, 0, 394, 395, 382, 383, 384, 0, 385, 386, 387, 388, 389, 390, 0, 0, 394, 395, 382, 383, 384, 0, 385, 386, 387, 388, 389, 390, 0, 0, 394, 395, 196, 196, 196, 0, 196, 196, 196, 196, 196, 196, 0, 0, 196, 196, 382, 383, 384, 0, 385, 386, 387, 388, 389, 390, 0, 0, 394, 395, 196, 196, 196, 196, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 196, 196, 196, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 382, 383, 384, 0, 385, 386, 387, 388, 389, 390, 0, 0, 394, 395, 0, 0, 0, 0, 0, 0, 0, 382, 383, 384, 0, 385, 386, 387, 388, 389, 390, 0, 0, 394, 395, 382, 383, 384, 0, 385, 386, 387, 388, 389, 390, 0, 0, 394, 395, 382, 383, 384, 0, 385, 386, 387, 388, 389, 390, 0, 0, 394, 395, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 0, 0, 0, 17, 18, 19, 20, 0, 0, 21, 0, 0, 22, 23, 24, 0, 0, 0, 0, 25, 26, 0, 0, 0, 0, 0, 196, 196, 196, 0, 196, 196, 196, 196, 196, 196, 27, 0, 196, 196, 0, 0, 0, 0, 0, 28, 0, 29, 30, 0, 0, 31, 0, 32, 33, 34, 35, 36, 0, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 0, 0, 0, 0, 53, 54, 55, 0, 0, 56, 57, 0, 58, 59, 60, 0, 61, 0, 62, 0, 63, 0, 64, 0, 0, 65, 66, 67, 0, 0, 68, 69, 70, 0, 0, 0, 0, 71, 72, 73, 74, 75, 76, 0, 77, 78, 79, 80, 81, 0, 0, 0, 0, 0, 0, 0, 0, 82, 83, 84, }; short fortrancheck[] = { 31, 53, 321, 199, 40, 241, 180, 11, 10, 180, 180, 10, 238, 254, 228, 10, 240, 10, 10, 42, 35, 191, 138, 40, 61, 697, 40, 40, 11, 41, 44, 61, 44, 85, 44, 658, 44, 40, 293, 459, 96, 42, 279, 99, 58, 269, 282, 133, 214, 101, 58, 40, 40, 98, 41, 42, 689, 41, 42, 111, 40, 668, 30, 44, 735, 736, 290, 10, 375, 44, 44, 365, 419, 56, 494, 786, 11, 58, 411, 37, 40, 61, 793, 58, 58, 271, 272, 40, 119, 42, 40, 44, 123, 271, 272, 271, 272, 43, 40, 45, 35, 44, 42, 61, 411, 58, 271, 272, 139, 140, 141, 142, 127, 117, 37, 0, 58, 327, 41, 41, 151, 44, 44, 271, 272, 10, 37, 60, 44, 62, 41, 19, 20, 44, 117, 118, 58, 808, 42, 43, 44, 45, 58, 47, 354, 355, 483, 321, 771, 180, 321, 321, 318, 418, 44, 325, 43, 44, 45, 41, 191, 40, 44, 41, 41, 691, 44, 44, 58, 40, 696, 42, 203, 204, 411, 808, 58, 208, 209, 37, 58, 58, 117, 41, 856, 42, 44, 40, 219, 796, 47, 365, 127, 279, 365, 365, 211, 41, 422, 127, 44, 216, 42, 43, 44, 45, 411, 238, 42, 43, 833, 45, 512, 42, 43, 439, 45, 517, 47, 639, 224, 40, 278, 254, 228, 411, 60, 41, 62, 274, 44, 40, 263, 411, 286, 411, 40, 268, 404, 270, 271, 224, 411, 226, 410, 228, 229, 667, 40, 42, 43, 44, 45, 236, 47, 41, 42, 43, 482, 45, 42, 40, 272, 256, 295, 233, 41, 42, 43, 283, 45, 323, 43, 44, 45, 283, 211, 308, 60, 40, 62, 216, 576, 211, 578, 579, 456, 44, 216, 224, 321, 284, 285, 228, 325, 41, 311, 40, 44, 314, 42, 43, 283, 45, 287, 58, 299, 300, 283, 283, 341, 42, 43, 344, 45, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 373, 283, 266, 272, 273, 365, 451, 411, 320, 41, 376, 273, 44, 373, 509, 41, 511, 376, 44, 271, 272, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 380, 272, 381, 40, 256, 403, 43, 629, 45, 311, 40, 798, 314, 315, 433, 418, 311, 401, 272, 314, 42, 411, 630, 405, 406, 407, 408, 409, 388, 376, 411, 429, 284, 285, 627, 576, 617, 578, 579, 620, 37, 411, 411, 411, 581, 411, 637, 299, 300, 411, 418, 376, 411, 380, 657, 411, 411, 411, 456, 419, 411, 459, 481, 411, 462, 272, 464, 401, 487, 411, 411, 272, 273, 734, 735, 736, 403, 610, 611, 612, 613, 614, 786, 787, 788, 789, 790, 40, 44, 793, 653, 41, 42, 43, 492, 45, 494, 787, 788, 789, 790, 499, 44, 405, 406, 407, 408, 409, 411, 507, 405, 406, 407, 408, 409, 40, 44, 42, 271, 272, 273, 44, 41, 272, 273, 44, 812, 411, 40, 271, 272, 273, 42, 43, 272, 45, 388, 411, 411, 537, 538, 539, 44, 41, 542, 682, 44, 40, 40, 40, 60, 549, 62, 41, 691, 41, 44, 40, 44, 696, 697, 40, 271, 272, 273, 40, 61, 419, 42, 43, 41, 45, 40, 44, 272, 273, 40, 40, 576, 770, 578, 579, 60, 581, 41, 583, 60, 44, 62, 41, 40, 40, 44, 734, 735, 736, 41, 734, 40, 44, 598, 599, 411, 41, 40, 603, 44, 605, 41, 41, 512, 44, 44, 41, 41, 517, 44, 44, 616, 37, 40, 40, 40, 41, 42, 43, 44, 45, 41, 627, 40, 44, 630, 160, 112, 41, 41, 41, 44, 44, 44, 639, 60, 40, 62, 643, 617, 41, 40, 620, 44, 649, 650, 411, 41, 41, 654, 44, 44, 41, 41, 298, 44, 44, 301, 41, 0, 617, 44, 667, 620, 812, 622, 806, 812, 812, 10, 40, 58, 41, 662, 679, 44, 41, 682, 41, 44, 40, 44, 41, 827, 41, 44, 691, 44, 40, 411, 41, 696, 697, 44, 41, 684, 37, 44, 40, 411, 41, 42, 43, 44, 45, 44, 41, 664, 617, 44, 41, 620, 856, 44, 271, 272, 273, 58, 40, 60, 61, 62, 41, 41, 41, 44, 44, 44, 276, 734, 735, 736, 41, 41, 40, 44, 44, 40, 40, 40, 40, 40, 386, 387, 40, 262, 40, 264, 265, 266, 267, 268, 269, 411, 759, 272, 273, 401, 402, 44, 404, 405, 406, 407, 411, 58, 44, 411, 253, 774, 418, 776, 777, 411, 418, 684, 324, 325, 326, 411, 689, 411, 684, 264, 265, 266, 267, 268, 269, 272, 816, 272, 273, 798, 44, 411, 44, 802, 283, 40, 61, 44, 278, 288, 338, 339, 340, 812, 356, 411, 358, 359, 360, 44, 381, 363, 364, 44, 366, 367, 44, 44, 827, 273, 40, 44, 360, 361, 362, 363, 364, 836, 41, 44, 272, 260, 261, 262, 40, 264, 265, 266, 267, 268, 269, 0, 411, 272, 273, 40, 58, 856, 411, 41, 41, 10, 41, 862, 61, 386, 387, 411, 44, 41, 41, 44, 418, 872, 44, 826, 44, 876, 40, 44, 401, 402, 881, 404, 405, 406, 407, 886, 37, 44, 889, 44, 41, 42, 43, 44, 45, 418, 329, 41, 41, 58, 42, 411, 41, 808, 44, 272, 41, 58, 272, 60, 61, 62, 411, 58, 376, 44, 44, 41, 411, 256, 381, 41, 41, 260, 261, 262, 41, 264, 265, 266, 267, 268, 269, 41, 271, 272, 273, 44, 61, 276, 41, 411, 42, 280, 281, 282, 283, 284, 285, 286, 61, 41, 289, 290, 291, 411, 41, 376, 47, 296, 297, 272, 299, 300, 44, 41, 66, 67, 41, 61, 37, 71, 72, 411, 411, 58, 313, 77, 78, 79, 41, 41, 411, 411, 411, 322, 41, 324, 325, 41, 41, 328, 41, 330, 331, 332, 333, 334, 41, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 44, 41, 41, 381, 356, 357, 358, 41, 272, 361, 362, 41, 364, 365, 366, 381, 368, 41, 370, 41, 372, 875, 374, 703, 376, 377, 378, 379, 801, 381, 382, 383, 384, 10, 489, 701, 388, 389, 390, 391, 392, 393, 394, 365, 396, 397, 398, 399, 400, 272, 776, 616, 682, 537, 649, 655, 470, 409, 410, 411, 650, 9, 13, 40, 452, 868, 43, 419, 45, 633, 117, 492, 41, 42, 43, 44, 45, 418, 679, 127, 500, 684, 814, -1, 127, -1, 527, -1, -1, -1, 256, 60, 61, 62, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, 271, 272, 273, -1, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, 37, -1, 296, 297, 41, 299, 300, 44, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 313, -1, -1, -1, 60, -1, 62, -1, -1, 322, -1, 324, 325, -1, -1, 328, -1, 330, 331, 332, 333, 334, -1, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, -1, -1, -1, -1, 356, 357, 358, -1, -1, 361, 362, -1, 364, 365, 366, -1, 368, -1, 370, -1, 372, -1, 374, -1, 376, 377, 378, 379, -1, 381, 382, 383, 384, 0, -1, -1, 388, 389, 390, 391, 392, 393, 394, 10, 396, 397, 398, 399, 400, -1, -1, -1, -1, -1, -1, -1, -1, 409, 410, 411, -1, -1, -1, -1, 386, 387, -1, 419, -1, -1, 37, -1, -1, -1, 41, 42, 43, 44, 45, 401, 402, -1, 404, 405, 406, 407, -1, -1, -1, -1, -1, 58, -1, 60, 61, 62, 418, -1, -1, -1, 263, -1, -1, -1, -1, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, -1, -1, -1, -1, -1, 287, 288, -1, -1, -1, 292, 293, 294, 295, -1, -1, -1, -1, -1, -1, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, -1, 314, 315, 316, 317, 318, 319, 320, 321, -1, 323, -1, -1, -1, -1, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 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, 380, -1, -1, -1, -1, -1, 386, 387, -1, 381, -1, 391, 40, 41, 42, 43, 44, 45, -1, -1, -1, 401, 402, -1, 404, 405, 406, 407, -1, -1, 58, 411, 60, 61, 62, -1, -1, -1, 418, 411, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 40, -1, 42, 43, -1, 45, 256, -1, -1, -1, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, 271, 272, 273, -1, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, 299, 300, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 313, -1, -1, -1, -1, -1, -1, -1, -1, 322, -1, 324, 325, -1, -1, 328, -1, 330, 331, 332, 333, 334, -1, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, -1, -1, -1, -1, 356, 357, 358, -1, -1, 361, 362, -1, 364, 365, 366, -1, 368, -1, 370, -1, 372, -1, 374, -1, 376, 377, 378, 379, -1, 381, 382, 383, 384, -1, -1, -1, 388, 389, 390, 391, 392, 393, 394, -1, 396, 397, 398, 399, 400, -1, -1, 40, -1, 42, 43, -1, 45, 409, 410, 411, 256, -1, -1, -1, 260, 261, 262, 419, 264, 265, 266, 267, 268, 269, -1, 271, 272, 273, -1, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, 299, 300, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 313, -1, -1, -1, -1, -1, -1, -1, -1, 322, -1, 324, 325, -1, 273, 328, -1, 330, 331, 332, 333, 334, -1, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 298, -1, -1, 301, 356, 357, 358, -1, -1, 361, 362, -1, 364, 365, 366, -1, 368, -1, 370, -1, 372, -1, 374, -1, 376, 377, 378, 379, -1, 381, 382, 383, 384, 0, -1, -1, 388, 389, 390, 391, 392, 393, 394, 10, 396, 397, 398, 399, 400, -1, -1, -1, -1, -1, -1, -1, -1, 409, 410, 411, -1, -1, -1, -1, -1, -1, -1, 419, -1, -1, 37, -1, -1, -1, 41, 42, 43, 44, 45, -1, -1, -1, -1, -1, -1, -1, -1, -1, 386, 387, -1, 58, -1, 60, 61, 62, -1, -1, -1, -1, -1, -1, -1, 401, 402, -1, 404, 405, 406, 407, -1, -1, -1, 411, -1, -1, -1, -1, 263, -1, 418, -1, -1, -1, -1, -1, -1, 272, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 287, 288, -1, -1, -1, 292, 293, 294, 295, -1, -1, -1, -1, -1, -1, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, -1, 314, 315, 316, 317, 318, 319, 320, 321, -1, 323, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, 10, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 41, 42, 43, 44, 45, 380, 47, -1, -1, -1, -1, 386, 387, -1, -1, -1, 391, 58, -1, 60, 61, 62, -1, -1, -1, -1, 401, 402, 403, 404, 405, 406, 407, -1, -1, -1, 411, -1, -1, -1, -1, -1, -1, 418, -1, -1, -1, -1, -1, -1, -1, -1, -1, 40, -1, 42, 43, -1, 45, 256, -1, -1, -1, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, 271, 272, 273, -1, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, 299, 300, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 313, -1, -1, -1, -1, -1, -1, -1, -1, 322, -1, 324, 325, -1, -1, 328, -1, 330, 331, 332, 333, 334, -1, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, -1, -1, -1, -1, 356, 357, 358, -1, -1, 361, 362, -1, 364, 365, 366, -1, 368, -1, 370, -1, 372, -1, 374, -1, 376, 377, 378, 379, -1, 381, 382, 383, 384, -1, -1, -1, 388, 389, 390, 391, 392, 393, 394, -1, 396, 397, 398, 399, 400, -1, -1, -1, -1, -1, -1, -1, -1, 409, 410, 411, 256, -1, -1, -1, 260, 261, 262, 419, 264, 265, 266, 267, 268, 269, -1, 271, 272, 273, -1, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, 299, 300, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 313, -1, -1, -1, -1, -1, -1, -1, -1, 322, -1, 324, 325, -1, -1, 328, -1, 330, 331, 332, 333, 334, -1, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 298, -1, -1, 301, 356, 357, 358, -1, -1, 361, 362, 0, 364, 365, 366, -1, 368, -1, 370, -1, 372, 10, 374, -1, -1, 377, 378, 379, -1, 381, 382, 383, 384, -1, -1, -1, 388, 389, 390, 391, 392, 393, 394, -1, 396, 397, 398, 399, 400, -1, -1, -1, 41, 42, 43, 44, 45, 409, 410, 411, -1, -1, -1, -1, -1, -1, -1, 419, -1, 58, -1, 60, 61, 62, -1, -1, -1, -1, -1, -1, 276, -1, -1, -1, 280, 281, 282, 283, 386, 387, 286, -1, -1, 289, 290, 291, 42, 43, -1, 45, 296, 297, -1, 401, 402, -1, 404, 405, 406, 407, -1, -1, 58, 411, 60, 61, 62, 313, -1, -1, 418, -1, -1, -1, -1, -1, 322, -1, 324, 325, -1, -1, 328, -1, 330, 331, 332, 333, 334, -1, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, -1, -1, -1, -1, 356, 357, 358, -1, -1, 361, 362, 0, 364, 365, 366, -1, 368, -1, 370, -1, 372, 10, 374, -1, -1, 377, 378, 379, -1, -1, 382, 383, 384, -1, -1, -1, -1, 389, 390, 391, 392, 393, 394, -1, 396, 397, 398, 399, 400, -1, -1, -1, 41, 42, 43, 44, 45, 409, 410, 411, -1, -1, -1, -1, -1, -1, -1, -1, -1, 58, -1, 60, 61, 62, -1, -1, 40, -1, 42, 43, -1, 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, 256, -1, -1, -1, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, 271, 272, 273, -1, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, 299, 300, -1, -1, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, 313, -1, 272, 273, -1, -1, -1, -1, -1, 322, -1, 324, 325, -1, -1, 328, -1, 330, 331, 332, 333, 334, -1, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, -1, -1, -1, -1, 356, 357, 358, -1, -1, 361, 362, -1, 364, 365, 366, -1, 368, -1, 370, -1, 372, -1, 374, -1, -1, 377, 378, 379, -1, 381, 382, 383, 384, -1, -1, -1, 388, 389, 390, 391, 392, 393, 394, -1, 396, 397, 398, 399, 400, -1, -1, -1, -1, -1, -1, -1, -1, 409, 410, 411, 256, -1, -1, -1, 260, 261, 262, 419, 264, 265, 266, 267, 268, 269, -1, 271, 272, 273, 42, 43, 276, 45, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, 60, 61, 62, -1, 296, 297, -1, 299, 300, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 313, -1, -1, -1, -1, -1, -1, -1, -1, 322, 298, 324, 325, 301, -1, 328, -1, 330, 331, 332, 333, 334, -1, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, -1, -1, -1, -1, 356, 357, 358, -1, -1, 361, 362, 0, 364, 365, 366, -1, 368, -1, 370, -1, 372, 10, 374, -1, -1, 377, 378, 379, -1, 381, 382, 383, 384, -1, -1, -1, 388, 389, 390, 391, 392, 393, 394, -1, 396, 397, 398, 399, 400, -1, -1, -1, 41, 42, 43, 44, 45, 409, 410, 386, 387, -1, -1, -1, -1, -1, -1, 419, -1, -1, -1, 60, 61, 62, 401, 402, 286, 404, 405, 406, 407, -1, -1, -1, 411, -1, -1, -1, -1, -1, -1, 418, -1, -1, 41, 42, 43, -1, 45, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 58, 322, 60, 61, 62, -1, -1, 328, 329, -1, -1, -1, 333, 334, -1, -1, -1, -1, -1, -1, -1, -1, -1, 344, 345, 346, 347, 348, 349, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, -1, 365, -1, -1, -1, -1, -1, -1, -1, -1, 374, -1, -1, 0, -1, -1, -1, -1, 382, -1, 384, -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, 411, -1, -1, -1, -1, -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, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 256, -1, -1, -1, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, -1, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, 299, 300, -1, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, 313, 272, 273, -1, -1, -1, -1, -1, -1, 322, -1, 324, 325, -1, -1, 328, -1, 330, 331, 332, 333, 334, -1, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, -1, -1, -1, -1, 356, 357, 358, -1, -1, 361, 362, -1, 364, 365, 366, -1, 368, -1, 370, -1, 372, -1, 374, -1, -1, 377, 378, 379, -1, 381, 382, 383, 384, -1, -1, -1, 388, 389, 390, 391, 392, 393, 394, -1, 396, 397, 398, 399, 400, -1, -1, -1, -1, -1, -1, -1, -1, 409, 410, 411, 256, -1, -1, -1, 260, 261, 262, 419, 264, 265, 266, 267, 268, 269, -1, 271, 272, 41, 42, 43, 276, 45, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, 60, 61, 62, -1, 296, 297, -1, 299, 300, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 313, -1, -1, -1, -1, -1, -1, -1, -1, 322, -1, 324, 325, -1, -1, 328, -1, 330, 331, 332, 333, 334, -1, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, -1, -1, -1, -1, 356, 357, 358, -1, -1, 361, 362, 0, 364, 365, 366, -1, 368, -1, 370, -1, 372, 10, 374, -1, -1, 377, 378, 379, -1, 381, 382, 383, 384, -1, -1, -1, 388, 389, 390, 391, 392, 393, 394, -1, 396, 397, 398, 399, 400, -1, -1, -1, 41, 42, 43, 44, 45, 409, 410, 411, -1, -1, -1, -1, -1, -1, -1, 419, -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, 41, 42, 43, -1, 45, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -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, -1, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 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, 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, 256, -1, -1, -1, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, 271, 272, -1, -1, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, 299, 300, -1, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, 313, 272, 273, -1, -1, -1, -1, -1, -1, 322, -1, 324, 325, -1, -1, 328, -1, 330, 331, 332, 333, 334, -1, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, -1, -1, -1, -1, 356, 357, 358, -1, -1, 361, 362, -1, 364, 365, 366, -1, 368, -1, 370, -1, 372, -1, 374, -1, -1, 377, 378, 379, -1, 381, 382, 383, 384, -1, -1, -1, 388, 389, 390, 391, 392, 393, 394, -1, 396, 397, 398, 399, 400, -1, -1, -1, -1, -1, -1, -1, -1, 409, 410, 411, 256, -1, -1, -1, 260, 261, 262, 419, 264, 265, 266, 267, 268, 269, -1, 271, 272, 41, 42, 43, 276, 45, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, 60, 61, 62, -1, 296, 297, -1, 299, 300, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 313, -1, -1, -1, -1, -1, -1, -1, -1, 322, -1, 324, 325, -1, -1, 328, -1, 330, 331, 332, 333, 334, -1, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, -1, -1, -1, -1, 356, 357, 358, -1, -1, 361, 362, 0, 364, 365, 366, -1, 368, -1, 370, -1, 372, 10, 374, -1, -1, 377, 378, 379, -1, 381, 382, 383, 384, -1, -1, -1, 388, 389, 390, 391, 392, 393, 394, -1, 396, 397, 398, 399, 400, -1, -1, -1, -1, 42, 43, -1, 45, 409, 410, 411, -1, -1, -1, -1, -1, -1, -1, 419, -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, 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, -1, -1, -1, -1, -1, -1, -1, -1, -1, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 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, -1, 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, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 256, -1, -1, -1, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, -1, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, 299, 300, -1, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, 313, 272, 273, -1, -1, -1, -1, -1, -1, 322, -1, 324, 325, -1, -1, 328, -1, 330, 331, 332, 333, 334, -1, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, -1, -1, -1, -1, 356, 357, 358, -1, -1, 361, 362, -1, 364, 365, 366, -1, 368, -1, 370, -1, 372, -1, 374, -1, -1, 377, 378, 379, -1, 381, 382, 383, 384, -1, -1, -1, 388, 389, 390, 391, 392, 393, 394, -1, 396, 397, 398, 399, 400, -1, -1, -1, -1, -1, -1, -1, -1, 409, 410, 411, 256, -1, -1, -1, 260, 261, 262, 419, 264, 265, 266, 267, 268, 269, -1, 271, -1, 41, 42, 43, 276, 45, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, 60, 61, 62, -1, 296, 297, -1, 299, 300, 42, 43, -1, 45, -1, -1, -1, -1, -1, -1, -1, -1, 313, -1, -1, -1, 58, -1, 60, 61, 62, 322, -1, 324, 325, -1, -1, 328, -1, 330, 331, 332, 333, 334, -1, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, -1, -1, -1, -1, 356, 357, 358, -1, -1, 361, 362, 0, 364, 365, 366, -1, 368, -1, 370, -1, 372, 10, 374, -1, -1, 377, 378, 379, -1, 381, 382, 383, 384, -1, -1, -1, 388, 389, 390, 391, 392, 393, 394, -1, 396, 397, 398, 399, 400, -1, -1, -1, 41, -1, 43, 44, 45, 409, 410, 411, -1, -1, -1, -1, -1, -1, -1, 419, -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, 41, 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, -1, -1, -1, -1, -1, -1, -1, -1, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, -1, -1, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, 10, 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, 37, -1, -1, 40, 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, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 256, -1, -1, -1, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, 271, -1, -1, -1, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, 299, 300, -1, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, 313, 272, 273, -1, -1, -1, -1, -1, -1, 322, -1, 324, 325, -1, -1, 328, -1, 330, 331, 332, 333, 334, -1, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, -1, -1, -1, -1, 356, 357, 358, -1, -1, 361, 362, -1, 364, 365, 366, -1, 368, -1, 370, -1, 372, -1, 374, -1, -1, 377, 378, 379, -1, 381, 382, 383, 384, -1, -1, -1, 388, 389, 390, 391, 392, 393, 394, -1, 396, 397, 398, 399, 400, 256, 0, -1, -1, -1, -1, -1, -1, 409, 410, 411, 10, -1, -1, -1, 271, 272, 273, 419, -1, 276, -1, 381, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, 41, 299, 300, 44, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 313, -1, 58, -1, -1, 61, -1, -1, -1, 322, -1, 324, 325, -1, -1, 328, -1, 330, 331, 332, 333, 334, -1, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, -1, -1, -1, -1, 356, 357, 358, -1, -1, 361, 362, -1, 364, 365, 366, -1, 368, -1, 370, -1, 372, -1, 374, -1, -1, 377, 378, 379, -1, -1, 382, 383, 384, -1, -1, -1, 388, 389, 390, 391, 392, 393, 394, -1, 396, 397, 398, 399, 400, -1, 0, -1, -1, -1, -1, -1, -1, 409, 410, 411, 10, -1, -1, -1, -1, -1, -1, 419, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -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, -1, -1, -1, -1, -1, -1, 256, -1, -1, -1, 260, 261, 262, -1, -1, -1, -1, -1, -1, -1, -1, 271, -1, -1, -1, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, 299, 300, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 313, -1, -1, -1, -1, -1, -1, -1, -1, 322, -1, 324, 325, -1, -1, 328, -1, 330, 331, 332, 333, 334, -1, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, -1, -1, -1, -1, 356, 357, 358, -1, -1, 361, 362, -1, 364, 365, 366, -1, 368, -1, 370, -1, 372, -1, 374, -1, -1, 377, 378, 379, -1, 381, 382, 383, 384, -1, -1, -1, 388, 389, 390, 391, 392, 393, 394, -1, 396, 397, 398, 399, 400, 256, 0, -1, -1, 260, 261, 262, -1, 409, 410, 411, 10, -1, -1, -1, 271, -1, -1, 419, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, 41, 299, 300, 44, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 313, -1, 58, -1, -1, 61, -1, -1, -1, 322, -1, 324, 325, -1, -1, 328, -1, 330, 331, 332, 333, 334, -1, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, -1, -1, -1, -1, 356, 357, 358, -1, -1, 361, 362, -1, 364, 365, 366, -1, 368, -1, 370, -1, 372, -1, 374, -1, -1, 377, 378, 379, -1, 381, 382, 383, 384, -1, -1, -1, 388, 389, 390, 391, 392, 393, 394, -1, 396, 397, 398, 399, 400, -1, 0, -1, -1, -1, -1, -1, -1, 409, 410, 411, 10, -1, -1, -1, -1, -1, -1, 419, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -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, -1, -1, -1, -1, -1, -1, 256, -1, -1, -1, 260, 261, 262, -1, -1, -1, -1, -1, -1, -1, -1, 271, -1, -1, -1, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, 299, 300, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 313, -1, -1, -1, -1, -1, -1, -1, -1, 322, -1, 324, 325, -1, -1, 328, -1, 330, 331, 332, 333, 334, -1, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, -1, -1, -1, -1, 356, 357, 358, -1, -1, 361, 362, -1, 364, 365, 366, -1, 368, -1, 370, -1, 372, -1, 374, -1, -1, 377, 378, 379, -1, 381, 382, 383, 384, -1, -1, -1, 388, 389, 390, 391, 392, 393, 394, -1, 396, 397, 398, 399, 400, 256, 0, -1, -1, 260, 261, 262, -1, 409, 410, 411, 10, -1, -1, -1, 271, -1, -1, 419, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, 41, 299, 300, 44, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 313, -1, 58, -1, -1, 61, -1, -1, -1, 322, -1, 324, 325, -1, -1, 328, -1, 330, 331, 332, 333, 334, -1, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, -1, -1, -1, -1, 356, 357, 358, -1, -1, 361, 362, -1, 364, 365, 366, -1, 368, -1, 370, -1, 372, -1, 374, -1, -1, 377, 378, 379, -1, 381, 382, 383, 384, -1, -1, -1, 388, 389, 390, 391, 392, 393, 394, -1, 396, 397, 398, 399, 400, -1, 0, -1, -1, -1, -1, -1, -1, 409, 410, 411, 10, -1, -1, -1, -1, -1, -1, 419, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -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, -1, -1, -1, -1, -1, -1, 256, -1, -1, -1, 260, 261, 262, -1, -1, -1, -1, -1, -1, -1, -1, 271, -1, -1, -1, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, 299, 300, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 313, -1, -1, -1, -1, -1, -1, -1, -1, 322, -1, 324, 325, -1, -1, 328, -1, 330, 331, 332, 333, 334, -1, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, -1, -1, -1, -1, 356, 357, 358, -1, -1, 361, 362, -1, 364, 365, 366, -1, 368, -1, 370, -1, 372, -1, 374, -1, -1, 377, 378, 379, -1, 381, 382, 383, 384, -1, -1, -1, 388, 389, 390, 391, 392, 393, 394, -1, 396, 397, 398, 399, 400, 256, 0, -1, -1, 260, 261, 262, -1, 409, 410, 411, 10, -1, -1, -1, 271, -1, -1, 419, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, 41, 299, 300, 44, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 313, -1, 58, -1, -1, 61, -1, -1, -1, 322, -1, 324, 325, -1, -1, 328, -1, 330, 331, 332, 333, 334, -1, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, -1, -1, -1, -1, 356, 357, 358, -1, -1, 361, 362, -1, 364, 365, 366, -1, 368, -1, 370, -1, 372, -1, 374, -1, -1, 377, 378, 379, -1, 381, 382, 383, 384, -1, -1, -1, 388, 389, 390, 391, 392, 393, 394, -1, 396, 397, 398, 399, 400, -1, 0, -1, -1, -1, -1, -1, -1, 409, 410, 411, 10, -1, -1, -1, -1, -1, -1, 419, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -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, -1, -1, -1, -1, -1, -1, 256, -1, -1, -1, 260, 261, 262, -1, -1, -1, -1, -1, -1, -1, -1, 271, -1, -1, -1, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, 299, 300, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 313, -1, -1, -1, -1, -1, -1, -1, -1, 322, -1, 324, 325, -1, -1, 328, -1, 330, 331, 332, 333, 334, -1, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, -1, -1, -1, -1, 356, 357, 358, -1, -1, 361, 362, -1, 364, 365, 366, -1, 368, -1, 370, -1, 372, -1, 374, -1, -1, 377, 378, 379, -1, 381, 382, 383, 384, -1, -1, -1, 388, 389, 390, 391, 392, 393, 394, -1, 396, 397, 398, 399, 400, 256, 0, -1, -1, 260, 261, 262, -1, 409, 410, 411, 10, -1, -1, -1, 271, -1, -1, 419, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, 41, 299, 300, 44, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 313, -1, 58, -1, -1, 61, -1, -1, -1, 322, -1, 324, 325, -1, -1, 328, -1, 330, 331, 332, 333, 334, -1, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, -1, -1, -1, -1, 356, 357, 358, -1, -1, 361, 362, -1, 364, 365, 366, -1, 368, -1, 370, -1, 372, -1, 374, -1, -1, 377, 378, 379, -1, 381, 382, 383, 384, -1, -1, -1, 388, 389, 390, 391, 392, 393, 394, -1, 396, 397, 398, 399, 400, -1, 0, -1, -1, -1, -1, -1, -1, 409, 410, 411, 10, -1, -1, -1, -1, -1, -1, 419, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -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, -1, -1, -1, -1, -1, -1, 256, -1, -1, -1, 260, 261, 262, -1, -1, -1, -1, -1, -1, -1, -1, 271, -1, -1, -1, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, 299, 300, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 313, -1, -1, -1, -1, -1, -1, -1, -1, 322, -1, 324, 325, -1, -1, 328, -1, 330, 331, 332, 333, 334, -1, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, -1, -1, -1, -1, 356, 357, 358, -1, -1, 361, 362, -1, 364, 365, 366, -1, 368, -1, 370, -1, 372, -1, 374, -1, -1, 377, 378, 379, -1, 381, 382, 383, 384, -1, -1, -1, 388, 389, 390, 391, 392, 393, 394, -1, 396, 397, 398, 399, 400, 256, 0, -1, -1, 260, 261, 262, -1, 409, 410, 411, 10, -1, -1, -1, 271, -1, -1, 419, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, 41, 299, 300, 44, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 313, -1, 58, -1, -1, 61, -1, -1, -1, 322, -1, 324, 325, -1, -1, 328, -1, 330, 331, 332, 333, 334, -1, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, -1, -1, -1, -1, 356, 357, 358, -1, -1, 361, 362, -1, 364, 365, 366, -1, 368, -1, 370, -1, 372, -1, 374, -1, -1, 377, 378, 379, -1, 381, 382, 383, 384, -1, -1, -1, 388, 389, 390, 391, 392, 393, 394, -1, 396, 397, 398, 399, 400, -1, 0, -1, -1, -1, -1, -1, -1, 409, 410, 411, 10, -1, -1, -1, -1, -1, -1, 419, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -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, -1, -1, -1, -1, -1, -1, 256, -1, -1, -1, 260, 261, 262, -1, -1, -1, -1, -1, -1, -1, -1, 271, -1, -1, -1, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, 299, 300, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 313, -1, -1, -1, -1, -1, -1, -1, -1, 322, -1, 324, 325, -1, -1, 328, -1, 330, 331, 332, 333, 334, -1, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, -1, -1, -1, -1, 356, 357, 358, -1, -1, 361, 362, -1, 364, 365, 366, -1, 368, -1, 370, -1, 372, -1, 374, -1, -1, 377, 378, 379, -1, 381, 382, 383, 384, -1, -1, -1, 388, 389, 390, 391, 392, 393, 394, -1, 396, 397, 398, 399, 400, 256, 0, -1, -1, 260, 261, 262, -1, 409, 410, 411, 10, -1, -1, -1, 271, -1, -1, 419, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, 41, 299, 300, 44, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 313, -1, 58, -1, -1, 61, -1, -1, -1, 322, -1, 324, 325, -1, -1, 328, -1, 330, 331, 332, 333, 334, -1, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, -1, -1, -1, -1, 356, 357, 358, -1, -1, 361, 362, -1, 364, 365, 366, -1, 368, -1, 370, -1, 372, -1, 374, -1, -1, 377, 378, 379, -1, 381, 382, 383, 384, -1, -1, -1, 388, 389, 390, 391, 392, 393, 394, -1, 396, 397, 398, 399, 400, -1, 0, -1, -1, -1, -1, -1, -1, 409, 410, 411, 10, -1, -1, -1, -1, -1, -1, 419, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -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, -1, -1, -1, -1, -1, -1, 256, -1, -1, -1, 260, 261, 262, -1, -1, -1, -1, -1, -1, -1, -1, 271, -1, -1, -1, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, 299, 300, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 313, -1, -1, -1, -1, -1, -1, -1, -1, 322, -1, 324, 325, -1, -1, 328, -1, 330, 331, 332, 333, 334, -1, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, -1, -1, -1, -1, 356, 357, 358, -1, -1, 361, 362, -1, 364, 365, 366, -1, 368, -1, 370, -1, 372, -1, 374, -1, -1, 377, 378, 379, -1, 381, 382, 383, 384, -1, -1, -1, 388, 389, 390, 391, 392, 393, 394, -1, 396, 397, 398, 399, 400, 256, -1, -1, -1, 260, 261, 262, 0, 409, 410, 411, -1, -1, -1, -1, 271, -1, 10, 419, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, 299, 300, -1, -1, -1, 41, 42, 43, 44, 45, -1, -1, -1, -1, 313, -1, -1, -1, -1, -1, -1, -1, -1, 322, -1, 324, 325, -1, -1, 328, -1, 330, 331, 332, 333, 334, -1, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, -1, -1, -1, -1, 356, 357, 358, -1, -1, 361, 362, -1, 364, 365, 366, -1, 368, -1, 370, -1, 372, -1, 374, -1, -1, 377, 378, 379, -1, 381, 382, 383, 384, -1, -1, -1, 388, 389, 390, 391, 392, 393, 394, -1, 396, 397, 398, 399, 400, -1, -1, -1, -1, -1, -1, -1, 0, 409, 410, 411, -1, -1, -1, -1, -1, -1, 10, 419, -1, -1, -1, -1, -1, -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, -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, -1, -1, -1, -1, -1, -1, 256, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 271, 272, 273, -1, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, 299, 300, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 313, -1, -1, -1, -1, -1, -1, -1, -1, 322, -1, 324, 325, -1, -1, 328, -1, 330, 331, 332, 333, 334, -1, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, -1, -1, -1, -1, 356, 357, 358, -1, -1, 361, 362, -1, 364, 365, 366, -1, 368, -1, 370, -1, 372, -1, 374, -1, -1, 377, 378, 379, -1, -1, 382, 383, 384, -1, -1, -1, 388, 389, 390, 391, 392, 393, 394, -1, 396, 397, 398, 399, 400, 256, 0, -1, -1, 260, 261, -1, -1, 409, 410, 411, 10, -1, -1, -1, 271, -1, -1, 419, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, 41, 299, 300, 44, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 313, -1, 58, -1, -1, 61, -1, -1, -1, 322, -1, 324, 325, -1, -1, 328, -1, 330, 331, 332, 333, 334, -1, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, -1, -1, -1, -1, 356, 357, 358, -1, -1, 361, 362, -1, 364, 365, 366, -1, 368, -1, 370, -1, 372, -1, 374, -1, -1, 377, 378, 379, -1, 381, 382, 383, 384, -1, -1, -1, 388, 389, 390, 391, 392, 393, 394, -1, 396, 397, 398, 399, 400, -1, 0, -1, -1, -1, -1, -1, -1, 409, 410, 411, 10, -1, -1, -1, -1, -1, -1, 419, -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, 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, 256, -1, -1, -1, 260, 261, -1, -1, -1, -1, -1, -1, -1, -1, -1, 271, -1, -1, -1, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, 299, 300, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, -1, -1, 313, -1, -1, -1, -1, -1, -1, 10, -1, 322, -1, 324, 325, -1, -1, 328, -1, 330, 331, 332, 333, 334, -1, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 42, 43, 44, 45, 356, 357, 358, -1, -1, 361, 362, -1, 364, 365, 366, -1, 368, -1, 370, -1, 372, -1, 374, -1, -1, 377, 378, 379, -1, 381, 382, 383, 384, -1, -1, -1, 388, 389, 390, 391, 392, 393, 394, -1, 396, 397, 398, 399, 400, 256, -1, -1, -1, -1, -1, -1, -1, 409, 410, 411, -1, -1, -1, -1, 271, 272, 273, 419, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, 299, 300, -1, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, 313, 272, 273, -1, -1, -1, -1, -1, -1, 322, -1, 324, 325, -1, -1, 328, -1, 330, 331, 332, 333, 334, -1, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, -1, -1, -1, -1, 356, 357, 358, -1, -1, 361, 362, 0, 364, 365, 366, -1, 368, -1, 370, -1, 372, 10, 374, -1, -1, 377, 378, 379, -1, -1, 382, 383, 384, -1, -1, -1, 388, 389, 390, 391, 392, 393, 394, -1, 396, 397, 398, 399, 400, -1, -1, -1, 41, 42, 43, 44, 45, 409, 410, -1, -1, -1, -1, -1, -1, -1, -1, 419, -1, 256, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 271, 272, 273, -1, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, 299, 300, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 313, -1, -1, -1, -1, -1, -1, -1, -1, 322, -1, 324, 325, -1, -1, 328, -1, 330, 331, 332, 333, 334, -1, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, -1, -1, -1, -1, 356, 357, 358, -1, -1, 361, 362, 0, 364, 365, 366, -1, 368, -1, 370, -1, 372, 10, 374, -1, -1, 377, 378, 379, -1, -1, 382, 383, 384, -1, -1, -1, 388, 389, 390, 391, 392, 393, 394, -1, 396, 397, 398, 399, 400, -1, -1, -1, 41, 42, 43, 44, 45, 409, 410, 411, -1, -1, -1, -1, -1, -1, -1, 419, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 41, 42, 43, -1, 45, -1, -1, -1, 256, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 60, 61, 62, -1, 271, 272, -1, -1, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, 299, 300, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 313, -1, -1, -1, -1, -1, -1, -1, -1, 322, -1, 324, 325, -1, -1, 328, -1, 330, 331, 332, 333, 334, -1, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, -1, -1, -1, -1, 356, 357, 358, -1, -1, 361, 362, 0, 364, 365, 366, -1, 368, -1, 370, -1, 372, 10, 374, -1, -1, 377, 378, 379, -1, -1, 382, 383, 384, -1, -1, -1, 388, 389, 390, 391, 392, 393, 394, -1, 396, 397, 398, 399, 400, -1, -1, -1, 41, 42, 43, 44, 45, 409, 410, 411, -1, -1, -1, -1, -1, -1, -1, 419, -1, 256, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 271, 272, -1, -1, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, 299, 300, -1, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, 313, 272, 273, -1, -1, -1, -1, -1, -1, 322, -1, 324, 325, -1, -1, 328, -1, 330, 331, 332, 333, 334, -1, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, -1, -1, -1, -1, 356, 357, 358, -1, -1, 361, 362, 0, 364, 365, 366, -1, 368, -1, 370, -1, 372, 10, 374, -1, -1, 377, 378, 379, -1, -1, 382, 383, 384, -1, -1, -1, 388, 389, 390, 391, 392, 393, 394, -1, 396, 397, 398, 399, 400, -1, -1, -1, 41, 42, 43, 44, 45, 409, 410, 411, -1, -1, -1, -1, -1, -1, -1, 419, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 41, 42, 43, -1, 45, -1, -1, -1, 256, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 60, 61, 62, -1, 271, 272, -1, -1, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, 299, 300, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 313, -1, -1, -1, -1, -1, -1, -1, -1, 322, -1, 324, 325, -1, -1, 328, -1, 330, 331, 332, 333, 334, -1, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, -1, -1, -1, -1, 356, 357, 358, -1, -1, 361, 362, 0, 364, 365, 366, -1, 368, -1, 370, -1, 372, 10, 374, -1, -1, 377, 378, 379, -1, -1, 382, 383, 384, -1, -1, -1, 388, 389, 390, 391, 392, 393, 394, -1, 396, 397, 398, 399, 400, -1, -1, 40, -1, 42, 43, -1, 45, 409, 410, 411, -1, -1, -1, -1, -1, -1, -1, 419, -1, 256, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 271, 272, -1, -1, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, 299, 300, -1, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, 313, 272, 273, -1, -1, -1, -1, -1, -1, 322, -1, 324, 325, -1, -1, 328, -1, 330, 331, 332, 333, 334, -1, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, -1, -1, -1, -1, 356, 357, 358, -1, -1, 361, 362, 0, 364, 365, 366, -1, 368, -1, 370, -1, 372, 10, 374, -1, -1, 377, 378, 379, -1, -1, 382, 383, 384, -1, -1, -1, 388, 389, 390, 391, 392, 393, 394, -1, 396, 397, 398, 399, 400, -1, -1, -1, 41, -1, -1, 44, -1, 409, 410, 411, -1, -1, -1, -1, -1, -1, -1, 419, -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, 256, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 271, 272, 273, -1, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, 299, 300, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, -1, 313, -1, -1, -1, -1, -1, -1, -1, 10, 322, -1, 324, 325, -1, -1, 328, -1, 330, 331, 332, 333, 334, -1, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 41, -1, -1, 44, 356, 357, 358, -1, -1, 361, 362, -1, 364, 365, 366, -1, 368, 58, 370, -1, 372, -1, 374, -1, -1, 377, 378, 379, -1, -1, 382, 383, 384, -1, -1, -1, 388, 389, 390, 391, 392, 393, 394, -1, 396, 397, 398, 399, 400, -1, -1, -1, -1, -1, -1, -1, -1, 409, 410, 411, -1, -1, -1, -1, -1, -1, -1, 419, -1, 256, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 271, -1, -1, -1, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, 299, 300, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, -1, 313, -1, -1, -1, -1, -1, -1, -1, 10, 322, -1, 324, 325, -1, -1, 328, -1, 330, 331, 332, 333, 334, -1, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 41, -1, -1, 44, 356, 357, 358, -1, -1, 361, 362, -1, 364, 365, 366, -1, 368, 58, 370, -1, 372, -1, 374, -1, -1, 377, 378, 379, -1, 381, 382, 383, 384, -1, -1, -1, 388, 389, 390, 391, 392, 393, 394, -1, 396, 397, 398, 399, 400, -1, 256, -1, -1, -1, -1, -1, -1, 409, 410, 411, -1, -1, -1, -1, -1, 271, -1, 419, -1, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, 299, 300, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 313, -1, -1, -1, -1, -1, -1, -1, -1, 322, -1, 324, 325, -1, -1, 328, -1, 330, 331, 332, 333, 334, -1, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, -1, -1, -1, -1, 356, 357, 358, -1, -1, 361, 362, 0, 364, 365, 366, -1, 368, -1, 370, -1, 372, 10, 374, -1, -1, 377, 378, 379, -1, 381, 382, 383, 384, -1, -1, -1, 388, 389, 390, 391, 392, 393, 394, -1, 396, 397, 398, 399, 400, -1, -1, -1, 41, -1, 43, 44, 45, 409, 410, 411, -1, -1, -1, -1, -1, -1, -1, 419, -1, 256, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 271, -1, -1, -1, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, 299, 300, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 313, -1, -1, -1, -1, -1, -1, -1, -1, 322, -1, 324, 325, -1, -1, 328, -1, 330, 331, 332, 333, 334, -1, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, -1, -1, -1, -1, 356, 357, 358, 0, -1, 361, 362, -1, 364, 365, 366, -1, 368, 10, 370, -1, 372, -1, 374, -1, -1, 377, 378, 379, -1, 381, 382, 383, 384, -1, -1, -1, 388, 389, 390, 391, 392, 393, 394, -1, 396, 397, 398, 399, 400, -1, -1, 44, -1, -1, -1, -1, -1, 409, 410, 411, -1, -1, -1, -1, -1, -1, -1, 419, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 256, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 271, -1, -1, -1, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, 299, 300, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, -1, 313, -1, -1, -1, -1, -1, -1, -1, 10, 322, -1, 324, 325, -1, -1, 328, -1, 330, 331, 332, 333, 334, -1, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 41, -1, -1, 44, 356, 357, 358, -1, -1, 361, 362, -1, 364, 365, 366, -1, 368, -1, 370, -1, 372, -1, 374, -1, -1, 377, 378, 379, -1, -1, 382, 383, 384, -1, -1, -1, 388, 389, 390, 391, 392, 393, 394, -1, 396, 397, 398, 399, 400, -1, -1, -1, -1, -1, -1, -1, -1, 409, 410, 411, -1, -1, -1, -1, -1, 256, -1, 419, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 271, 272, -1, -1, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, 299, 300, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, -1, 313, -1, -1, -1, -1, -1, -1, -1, 10, 322, -1, 324, 325, -1, -1, 328, -1, 330, 331, 332, 333, 334, -1, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 41, -1, -1, 44, 356, 357, 358, -1, -1, 361, 362, -1, 364, 365, 366, -1, 368, -1, 370, -1, 372, -1, 374, -1, -1, 377, 378, 379, -1, -1, 382, 383, 384, -1, -1, -1, 388, 389, 390, 391, 392, 393, 394, -1, 396, 397, 398, 399, 400, -1, -1, -1, -1, -1, 256, -1, -1, 409, 410, 411, -1, -1, -1, -1, -1, -1, -1, 419, -1, 271, -1, -1, -1, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, 299, 300, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, -1, 313, -1, -1, -1, -1, -1, -1, -1, 10, 322, -1, 324, 325, -1, -1, 328, -1, 330, 331, 332, 333, 334, -1, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 41, -1, -1, 44, 356, 357, 358, -1, -1, 361, 362, -1, 364, 365, 366, -1, 368, -1, 370, -1, 372, -1, 374, -1, -1, 377, 378, 379, -1, -1, 382, 383, 384, -1, -1, -1, 388, 389, 390, 391, 392, 393, 394, -1, 396, 397, 398, 399, 400, -1, -1, -1, -1, -1, -1, -1, -1, 409, 410, 411, -1, -1, -1, -1, -1, 256, -1, 419, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 271, -1, -1, -1, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, 299, 300, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, -1, 313, -1, -1, -1, -1, -1, -1, -1, 10, 322, -1, 324, 325, -1, -1, 328, -1, 330, 331, 332, 333, 334, -1, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 41, -1, -1, 44, 356, 357, 358, -1, -1, 361, 362, -1, 364, 365, 366, -1, 368, -1, 370, -1, 372, -1, 374, -1, -1, 377, 378, 379, -1, -1, 382, 383, 384, -1, -1, -1, 388, 389, 390, 391, 392, 393, 394, -1, 396, 397, 398, 399, 400, -1, -1, -1, -1, -1, 256, -1, -1, 409, 410, 411, -1, -1, -1, -1, -1, -1, -1, 419, -1, 271, -1, -1, -1, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, 299, 300, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, -1, -1, 313, -1, -1, -1, -1, -1, -1, 10, -1, 322, -1, 324, 325, -1, -1, 328, -1, 330, 331, 332, 333, 334, -1, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 42, -1, 44, -1, 356, 357, 358, -1, -1, 361, 362, -1, 364, 365, 366, -1, 368, -1, 370, 61, 372, -1, 374, -1, -1, 377, 378, 379, -1, -1, 382, 383, 384, -1, -1, -1, 388, 389, 390, 391, 392, 393, 394, -1, 396, 397, 398, 399, 400, -1, -1, -1, -1, -1, -1, -1, -1, 409, 410, 411, -1, -1, -1, -1, -1, 256, -1, 419, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 271, -1, -1, -1, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, 0, -1, 296, 297, -1, 299, 300, -1, -1, -1, 10, -1, -1, -1, -1, -1, -1, -1, -1, 313, -1, -1, -1, -1, -1, -1, -1, -1, 322, -1, 324, 325, -1, -1, 328, -1, 330, 331, 332, 333, 334, -1, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, -1, -1, -1, -1, 356, 357, 358, -1, -1, 361, 362, -1, 364, 365, 366, -1, 368, -1, 370, -1, 372, -1, 374, -1, -1, 377, 378, 379, -1, -1, 382, 383, 384, -1, -1, -1, 388, 389, 390, 391, 392, 393, 394, -1, 396, 397, 398, 399, 400, -1, -1, -1, -1, 256, -1, -1, -1, 409, 410, 411, -1, -1, -1, -1, -1, -1, -1, 419, -1, -1, -1, -1, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, 0, -1, 296, 297, -1, 299, 300, -1, -1, -1, 10, -1, -1, -1, -1, -1, -1, -1, -1, 313, -1, -1, -1, -1, -1, -1, -1, -1, 322, -1, 324, 325, -1, -1, 328, -1, 330, 331, 332, 333, 334, -1, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, -1, -1, -1, -1, 356, 357, 358, -1, -1, 361, 362, -1, 364, 365, 366, -1, 368, -1, 370, -1, 372, -1, 374, -1, -1, 377, 378, 379, -1, -1, 382, 383, 384, -1, -1, -1, 388, 389, 390, 391, 392, 393, 394, -1, 396, 397, 398, 399, 400, 256, -1, -1, -1, -1, -1, -1, -1, 409, 410, 411, -1, -1, -1, -1, 271, 272, -1, 419, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, 0, -1, 296, 297, -1, 299, 300, -1, -1, -1, 10, -1, -1, -1, -1, -1, -1, -1, -1, 313, -1, -1, -1, -1, -1, -1, -1, -1, 322, -1, 324, 325, -1, -1, 328, -1, 330, 331, 332, 333, 334, -1, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, -1, -1, -1, -1, 356, 357, 358, -1, -1, 361, 362, -1, 364, 365, 366, -1, 368, -1, 370, -1, 372, -1, 374, -1, -1, 377, 378, 379, -1, -1, 382, 383, 384, -1, -1, -1, 388, 389, 390, 391, 392, 393, 394, -1, 396, 397, 398, 399, 400, -1, -1, -1, -1, 256, -1, -1, -1, 409, 410, 411, -1, -1, -1, -1, -1, -1, -1, 419, 271, 272, -1, -1, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, 0, -1, 296, 297, -1, 299, 300, -1, -1, -1, 10, -1, -1, -1, -1, -1, -1, -1, -1, 313, -1, -1, -1, -1, -1, -1, -1, -1, 322, -1, 324, 325, -1, -1, 328, -1, 330, 331, 332, 333, 334, 41, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 58, -1, -1, -1, 356, 357, 358, -1, -1, 361, 362, -1, 364, 365, 366, -1, 368, -1, 370, -1, 372, -1, 374, -1, -1, 377, 378, 379, -1, -1, 382, 383, 384, -1, -1, -1, 388, 389, 390, 391, 392, 393, 394, -1, 396, 397, 398, 399, 400, 256, -1, -1, -1, -1, -1, -1, -1, 409, 410, 411, -1, -1, -1, -1, 271, 272, -1, 419, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, 299, 300, -1, -1, -1, -1, -1, -1, -1, 0, -1, -1, -1, -1, 313, -1, -1, -1, -1, 10, -1, -1, -1, 322, -1, 324, 325, -1, -1, 328, -1, 330, 331, 332, 333, 334, -1, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 44, -1, -1, -1, 356, 357, 358, -1, -1, 361, 362, -1, 364, 365, 366, -1, 368, -1, 370, -1, 372, -1, 374, -1, -1, 377, 378, 379, -1, -1, 382, 383, 384, -1, -1, -1, 388, 389, 390, 391, 392, 393, 394, -1, 396, 397, 398, 399, 400, -1, -1, -1, -1, 256, -1, -1, -1, 409, 410, 411, -1, -1, -1, -1, -1, -1, -1, 419, -1, -1, -1, -1, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, 299, 300, -1, -1, -1, 0, -1, -1, -1, -1, -1, -1, -1, -1, 313, 10, -1, -1, -1, -1, -1, -1, -1, 322, -1, 324, 325, -1, -1, 328, -1, 330, 331, 332, 333, 334, -1, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, -1, -1, -1, -1, 356, 357, 358, -1, -1, 361, 362, -1, 364, 365, 366, -1, 368, -1, 370, -1, 372, -1, 374, -1, -1, 377, 378, 379, -1, -1, 382, 383, 384, -1, -1, -1, 388, 389, 390, 391, 392, 393, 394, -1, 396, 397, 398, 399, 400, -1, -1, -1, -1, -1, -1, -1, -1, 409, 410, 411, -1, -1, -1, 256, -1, -1, -1, 419, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 271, 272, -1, -1, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, 299, 300, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, -1, -1, 313, -1, -1, -1, -1, -1, -1, 10, -1, 322, -1, 324, 325, -1, -1, 328, -1, 330, 331, 332, 333, 334, -1, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 42, -1, 44, -1, 356, 357, 358, -1, -1, 361, 362, -1, 364, 365, 366, -1, 368, -1, 370, -1, 372, -1, 374, -1, -1, 377, 378, 379, -1, -1, 382, 383, 384, -1, -1, -1, 388, 389, 390, 391, 392, 393, 394, -1, 396, 397, 398, 399, 400, 256, -1, -1, -1, -1, -1, -1, -1, 409, 410, -1, -1, -1, -1, -1, 271, 272, -1, 419, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, 299, 300, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, -1, -1, 313, -1, -1, -1, -1, -1, -1, 10, -1, 322, -1, 324, 325, -1, -1, 328, -1, 330, 331, 332, 333, 334, -1, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, -1, -1, -1, -1, 356, 357, 358, -1, -1, 361, 362, -1, 364, 365, 366, -1, 368, -1, 370, -1, 372, -1, 374, -1, -1, 377, 378, 379, -1, -1, 382, 383, 384, -1, -1, -1, 388, 389, 390, 391, 392, 393, 394, -1, 396, 397, 398, 399, 400, -1, -1, -1, -1, -1, -1, -1, -1, 409, 410, 411, -1, -1, -1, -1, -1, -1, -1, 419, -1, 256, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, 0, -1, 296, 297, -1, 299, 300, -1, -1, -1, 10, -1, -1, -1, -1, -1, -1, -1, -1, 313, -1, -1, -1, -1, -1, -1, -1, -1, 322, -1, 324, 325, -1, -1, 328, -1, 330, 331, 332, 333, 334, -1, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, -1, -1, -1, -1, 356, 357, 358, -1, -1, 361, 362, -1, 364, 365, 366, -1, 368, -1, 370, -1, 372, -1, 374, -1, -1, 377, 378, 379, -1, -1, 382, 383, 384, -1, -1, -1, 388, 389, 390, 391, 392, 393, 394, -1, 396, 397, 398, 399, 400, 256, -1, -1, -1, -1, -1, -1, -1, 409, 410, 411, -1, -1, -1, -1, 271, 272, -1, 419, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, 299, 300, -1, -1, -1, -1, -1, -1, -1, 0, -1, -1, -1, -1, 313, -1, -1, -1, -1, 10, -1, -1, -1, 322, -1, 324, 325, -1, -1, 328, -1, 330, 331, 332, 333, 334, -1, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 44, -1, -1, -1, 356, 357, 358, -1, -1, 361, 362, -1, 364, 365, 366, -1, 368, -1, 370, -1, 372, -1, 374, -1, -1, 377, 378, 379, -1, -1, 382, 383, 384, -1, -1, -1, 388, 389, 390, 391, 392, 393, 394, -1, 396, 397, 398, 399, 400, -1, -1, -1, -1, 256, -1, -1, -1, 409, 410, 411, -1, -1, -1, -1, -1, -1, -1, 419, 271, 272, -1, -1, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, 299, 300, -1, -1, -1, -1, -1, -1, -1, 0, -1, -1, -1, -1, 313, -1, -1, -1, -1, 10, -1, -1, -1, 322, -1, 324, 325, -1, -1, 328, -1, 330, 331, 332, 333, 334, -1, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 44, -1, -1, -1, 356, 357, 358, -1, -1, 361, 362, -1, 364, 365, 366, -1, 368, -1, 370, -1, 372, -1, 374, -1, -1, 377, 378, 379, -1, -1, 382, 383, 384, -1, -1, -1, 388, 389, 390, 391, 392, 393, 394, -1, 396, 397, 398, 399, 400, -1, -1, -1, -1, -1, -1, -1, -1, 409, 410, 411, -1, -1, -1, 256, -1, -1, -1, 419, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, 299, 300, -1, -1, -1, -1, -1, -1, -1, 0, -1, -1, -1, -1, 313, -1, -1, -1, -1, 10, -1, -1, -1, 322, -1, 324, 325, -1, -1, 328, -1, 330, 331, 332, 333, 334, -1, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 44, -1, -1, -1, 356, 357, 358, -1, -1, 361, 362, -1, 364, 365, 366, -1, 368, -1, 370, -1, 372, -1, 374, -1, -1, 377, 378, 379, -1, 381, 382, 383, 384, -1, -1, -1, 388, 389, 390, 391, 392, 393, 394, -1, 396, 397, 398, 399, 400, -1, -1, -1, -1, 256, -1, -1, -1, 409, 410, 411, -1, -1, -1, -1, -1, -1, -1, 419, -1, -1, -1, -1, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, 299, 300, -1, -1, -1, 0, -1, -1, -1, -1, -1, -1, -1, -1, 313, 10, -1, -1, -1, -1, -1, -1, -1, 322, -1, 324, 325, -1, -1, 328, -1, 330, 331, 332, 333, 334, -1, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, -1, -1, -1, -1, 356, 357, 358, -1, -1, 361, 362, -1, 364, 365, 366, -1, 368, -1, 370, -1, 372, -1, 374, -1, -1, 377, 378, 379, -1, 381, 382, 383, 384, -1, -1, -1, 388, 389, 390, 391, 392, 393, 394, -1, 396, 397, 398, 399, 400, -1, -1, -1, -1, -1, -1, -1, -1, 409, 410, 411, -1, -1, -1, 256, -1, -1, -1, 419, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, 299, 300, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, -1, -1, 313, -1, -1, -1, -1, -1, -1, 10, -1, 322, -1, 324, 325, -1, -1, 328, -1, 330, 331, 332, 333, 334, -1, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, -1, -1, 44, -1, 356, 357, 358, -1, -1, 361, 362, -1, 364, 365, 366, -1, 368, -1, 370, 61, 372, -1, 374, -1, -1, 377, 378, 379, -1, 381, 382, 383, 384, -1, -1, -1, 388, 389, 390, 391, 392, 393, 394, -1, 396, 397, 398, 399, 400, 256, -1, -1, -1, -1, -1, -1, -1, 409, 410, 411, -1, -1, -1, -1, 271, 272, -1, 419, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, 299, 300, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, -1, 313, -1, -1, -1, -1, -1, -1, -1, 10, 322, -1, 324, 325, -1, -1, 328, -1, 330, 331, 332, 333, 334, -1, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 41, -1, -1, -1, 356, 357, 358, -1, -1, 361, 362, -1, 364, 365, 366, -1, 368, -1, 370, -1, 372, -1, 374, -1, -1, 377, 378, 379, -1, -1, 382, 383, 384, -1, -1, -1, 388, 389, 390, 391, 392, 393, 394, -1, 396, 397, 398, 399, 400, -1, -1, -1, -1, -1, -1, -1, -1, 409, 410, 411, -1, -1, -1, -1, -1, -1, -1, 419, -1, 256, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, 299, 300, -1, -1, -1, -1, -1, -1, -1, 0, -1, -1, -1, -1, 313, -1, -1, -1, -1, 10, -1, -1, -1, 322, -1, 324, 325, -1, -1, 328, -1, 330, 331, 332, 333, 334, -1, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 44, -1, -1, -1, 356, 357, 358, -1, -1, 361, 362, -1, 364, 365, 366, -1, 368, 61, 370, -1, 372, -1, 374, -1, -1, 377, 378, 379, -1, -1, 382, 383, 384, -1, -1, -1, 388, 389, 390, 391, 392, 393, 394, -1, 396, 397, 398, 399, 400, -1, 256, -1, -1, -1, -1, -1, -1, 409, 410, 411, -1, -1, -1, -1, -1, -1, -1, 419, -1, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, 299, 300, -1, -1, -1, -1, -1, -1, 0, -1, -1, -1, -1, -1, 313, -1, -1, -1, 10, -1, -1, -1, -1, 322, -1, 324, 325, -1, -1, 328, -1, 330, 331, 332, 333, 334, -1, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, -1, -1, -1, -1, 356, 357, 358, -1, -1, 361, 362, -1, 364, 365, 366, -1, 368, -1, 370, -1, 372, -1, 374, -1, -1, 377, 378, 379, -1, 381, 382, 383, 384, -1, -1, -1, 388, 389, 390, 391, 392, 393, 394, -1, 396, 397, 398, 399, 400, -1, -1, -1, -1, -1, -1, -1, -1, 409, 410, 411, -1, -1, -1, -1, -1, -1, 256, 419, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, 299, 300, -1, -1, -1, -1, -1, -1, -1, -1, 0, -1, -1, -1, 313, -1, -1, -1, -1, -1, 10, -1, -1, 322, -1, 324, 325, -1, -1, 328, -1, 330, 331, 332, 333, 334, -1, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, -1, 44, -1, -1, 356, 357, 358, -1, -1, 361, 362, -1, 364, 365, 366, -1, 368, -1, 370, -1, 372, -1, 374, -1, -1, 377, 378, 379, -1, -1, 382, 383, 384, -1, -1, -1, 388, 389, 390, 391, 392, 393, 394, -1, 396, 397, 398, 399, 400, 256, -1, -1, -1, -1, -1, -1, -1, 409, 410, 411, -1, -1, -1, -1, -1, -1, -1, 419, -1, 276, -1, 278, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, 299, 300, -1, -1, -1, -1, -1, -1, -1, -1, 0, -1, -1, -1, 313, -1, -1, -1, -1, -1, 10, -1, -1, 322, -1, 324, 325, -1, -1, 328, -1, 330, 331, 332, 333, 334, -1, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, -1, -1, -1, -1, 356, 357, 358, -1, -1, 361, 362, -1, 364, 365, 366, -1, 368, -1, 370, -1, 372, -1, 374, -1, -1, 377, 378, 379, -1, -1, 382, 383, 384, -1, -1, -1, 388, 389, 390, 391, 392, 393, 394, -1, 396, 397, 398, 399, 400, -1, -1, -1, -1, -1, -1, -1, -1, 409, 410, 411, -1, -1, -1, -1, -1, -1, -1, 419, 256, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, 0, -1, -1, -1, 296, 297, -1, 299, 300, -1, 10, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 313, -1, -1, -1, -1, -1, -1, -1, -1, 322, -1, 324, 325, -1, -1, 328, -1, 330, 331, 332, 333, 334, -1, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, -1, -1, -1, -1, 356, 357, 358, -1, -1, 361, 362, -1, 364, 365, 366, -1, 368, -1, 370, -1, 372, -1, 374, -1, -1, 377, 378, 379, -1, -1, 382, 383, 384, -1, -1, -1, 388, 389, 390, 391, 392, 393, 394, -1, 396, 397, 398, 399, 400, 256, -1, -1, -1, -1, -1, -1, -1, 409, 410, 411, -1, -1, -1, -1, -1, -1, -1, 419, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, 299, 300, -1, -1, -1, -1, -1, -1, -1, 0, -1, -1, -1, -1, 313, -1, -1, -1, -1, 10, -1, -1, -1, 322, -1, 324, 325, -1, -1, 328, -1, 330, 331, 332, 333, 334, -1, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 44, -1, -1, -1, 356, 357, 358, -1, -1, 361, 362, -1, 364, 365, 366, -1, 368, -1, 370, -1, 372, -1, 374, -1, -1, 377, 378, 379, -1, 381, 382, 383, 384, -1, -1, -1, 388, 389, 390, 391, 392, 393, 394, -1, 396, 397, 398, 399, 400, -1, -1, 256, -1, -1, -1, -1, -1, 409, 410, 411, -1, -1, -1, -1, -1, -1, -1, 419, -1, -1, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, 299, 300, -1, -1, -1, -1, -1, -1, -1, 0, -1, -1, -1, -1, 313, -1, -1, -1, -1, 10, -1, -1, -1, 322, -1, 324, 325, -1, -1, 328, -1, 330, 331, 332, 333, 334, -1, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 44, -1, -1, -1, 356, 357, 358, -1, -1, 361, 362, -1, 364, 365, 366, -1, 368, -1, 370, -1, 372, -1, 374, -1, -1, 377, 378, 379, -1, 381, 382, 383, 384, -1, -1, -1, 388, 389, 390, 391, 392, 393, 394, -1, 396, 397, 398, 399, 400, -1, -1, -1, -1, -1, -1, -1, -1, 409, 410, 411, -1, -1, -1, -1, -1, 256, -1, 419, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, 299, 300, -1, -1, -1, -1, -1, -1, -1, 0, -1, -1, -1, -1, 313, -1, -1, -1, -1, 10, -1, -1, -1, 322, -1, 324, 325, -1, -1, 328, -1, 330, 331, 332, 333, 334, -1, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 44, -1, -1, -1, 356, 357, 358, -1, -1, 361, 362, -1, 364, 365, 366, -1, 368, -1, 370, -1, 372, -1, 374, -1, -1, 377, 378, 379, -1, -1, 382, 383, 384, -1, -1, -1, 388, 389, 390, 391, 392, 393, 394, -1, 396, 397, 398, 399, 400, -1, -1, 256, -1, -1, -1, -1, -1, 409, 410, 411, -1, -1, -1, -1, -1, -1, -1, 419, -1, -1, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, 299, 300, -1, -1, -1, -1, -1, -1, -1, 0, -1, -1, -1, -1, 313, -1, -1, -1, -1, 10, -1, -1, -1, 322, -1, 324, 325, -1, -1, 328, -1, 330, 331, 332, 333, 334, -1, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 44, -1, -1, -1, 356, 357, 358, -1, -1, 361, 362, -1, 364, 365, 366, -1, 368, -1, 370, -1, 372, -1, 374, -1, -1, 377, 378, 379, -1, -1, 382, 383, 384, -1, -1, -1, 388, 389, 390, 391, 392, 393, 394, -1, 396, 397, 398, 399, 400, -1, -1, -1, -1, -1, -1, -1, -1, 409, 410, 411, -1, -1, -1, -1, -1, 256, -1, 419, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, 299, 300, -1, -1, -1, -1, -1, -1, -1, 0, -1, -1, -1, -1, 313, -1, -1, -1, -1, 10, -1, -1, -1, 322, -1, 324, 325, -1, -1, 328, -1, 330, 331, 332, 333, 334, -1, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 44, -1, -1, -1, 356, 357, 358, -1, -1, 361, 362, -1, 364, 365, 366, -1, 368, -1, 370, -1, 372, -1, 374, -1, -1, 377, 378, 379, -1, -1, 382, 383, 384, -1, -1, -1, 388, 389, 390, 391, 392, 393, 394, -1, 396, 397, 398, 399, 400, -1, -1, 256, -1, -1, -1, -1, -1, 409, 410, 411, -1, -1, -1, -1, -1, -1, -1, 419, -1, -1, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, 299, 300, -1, -1, -1, -1, -1, -1, -1, 0, -1, -1, -1, -1, 313, -1, -1, -1, -1, 10, -1, -1, -1, 322, -1, 324, 325, -1, -1, 328, -1, 330, 331, 332, 333, 334, -1, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 44, -1, -1, -1, 356, 357, 358, -1, -1, 361, 362, -1, 364, 365, 366, -1, 368, -1, 370, -1, 372, -1, 374, -1, -1, 377, 378, 379, -1, -1, 382, 383, 384, -1, -1, -1, 388, 389, 390, 391, 392, 393, 394, -1, 396, 397, 398, 399, 400, -1, -1, -1, -1, -1, -1, -1, -1, 409, 410, 411, -1, -1, -1, -1, -1, 256, -1, 419, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 276, -1, 0, -1, 280, 281, 282, 283, 284, 285, 286, -1, 10, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, 299, 300, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 313, -1, -1, -1, -1, -1, -1, -1, -1, 322, -1, 324, 325, -1, -1, 328, -1, 330, 331, 332, 333, 334, -1, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, -1, -1, -1, -1, 356, 357, 358, -1, -1, 361, 362, -1, 364, 365, 366, -1, 368, -1, 370, -1, 372, -1, 374, -1, -1, 377, 378, 379, -1, -1, 382, 383, 384, -1, -1, -1, 388, 389, 390, 391, 392, 393, 394, -1, 396, 397, 398, 399, 400, -1, -1, 256, -1, -1, -1, -1, -1, 409, 410, 411, -1, -1, -1, -1, -1, -1, -1, 419, -1, -1, -1, 276, 0, -1, -1, 280, 281, 282, 283, 284, 285, 286, 10, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, 299, 300, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 313, -1, -1, -1, -1, -1, -1, -1, -1, 322, -1, 324, 325, -1, -1, 328, -1, 330, 331, 332, 333, 334, -1, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, -1, -1, -1, -1, 356, 357, 358, -1, -1, 361, 362, -1, 364, 365, 366, -1, 368, -1, 370, -1, 372, -1, 374, -1, -1, 377, 378, 379, -1, -1, 382, 383, 384, -1, -1, 256, 388, 389, 390, 391, 392, 393, 394, -1, 396, 397, 398, 399, 400, -1, -1, -1, -1, -1, -1, 276, -1, 409, 410, 280, 281, 282, 283, 284, 285, 286, -1, 419, 289, 290, 291, 0, -1, -1, -1, 296, 297, -1, 299, 300, -1, 10, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 313, -1, -1, -1, -1, -1, -1, -1, -1, 322, -1, 324, 325, -1, -1, 328, -1, 330, 331, 332, 333, 334, -1, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, -1, -1, -1, -1, 356, 357, 358, -1, -1, 361, 362, -1, 364, 365, 366, -1, 368, -1, 370, -1, 372, -1, 374, -1, -1, 377, 378, 379, -1, -1, 382, 383, 384, -1, -1, -1, 388, 389, 390, 391, 392, 393, 394, -1, 396, 397, 398, 399, 400, -1, 256, -1, -1, -1, -1, -1, -1, 409, 410, 411, -1, -1, -1, -1, -1, -1, -1, 419, -1, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, 0, -1, -1, -1, 296, 297, -1, 299, 300, -1, 10, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 313, -1, -1, -1, -1, -1, -1, -1, -1, 322, -1, 324, 325, -1, -1, 328, -1, 330, 331, 332, 333, 334, -1, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, -1, -1, -1, -1, 356, 357, 358, -1, -1, 361, 362, -1, 364, 365, 366, -1, 368, -1, 370, -1, 372, -1, 374, -1, -1, 377, 378, 379, -1, -1, 382, 383, 384, -1, -1, -1, 388, 389, 390, 391, 392, 393, 394, -1, 396, 397, 398, 399, 400, -1, 256, -1, -1, -1, -1, -1, -1, 409, 410, 411, -1, -1, -1, -1, -1, -1, -1, 419, -1, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, 0, -1, -1, -1, 296, 297, -1, 299, 300, -1, 10, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 313, -1, -1, -1, -1, -1, -1, -1, -1, 322, -1, 324, 325, -1, -1, 328, -1, 330, 331, 332, 333, 334, -1, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, -1, -1, -1, -1, 356, 357, 358, -1, -1, 361, 362, -1, 364, 365, 366, -1, 368, -1, 370, -1, 372, -1, 374, -1, -1, 377, 378, 379, -1, -1, 382, 383, 384, -1, -1, -1, 388, 389, 390, 391, 392, 393, 394, -1, 396, 397, 398, 399, 400, -1, 256, -1, -1, -1, -1, -1, -1, 409, 410, 411, -1, -1, -1, -1, -1, -1, -1, 419, -1, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, 0, -1, -1, -1, 296, 297, -1, 299, 300, -1, 10, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 313, -1, -1, -1, -1, -1, -1, -1, -1, 322, -1, 324, 325, -1, -1, 328, -1, 330, 331, 332, 333, 334, -1, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, -1, -1, -1, -1, 356, 357, 358, -1, -1, 361, 362, -1, 364, 365, 366, -1, 368, -1, 370, -1, 372, -1, 374, -1, -1, 377, 378, 379, -1, -1, 382, 383, 384, -1, -1, -1, 388, 389, 390, 391, 392, 393, 394, -1, 396, 397, 398, 399, 400, -1, 256, -1, -1, -1, -1, -1, -1, 409, 410, 411, -1, -1, -1, -1, -1, -1, -1, 419, -1, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, 0, -1, -1, -1, 296, 297, -1, 299, 300, -1, 10, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 313, -1, -1, -1, -1, -1, -1, -1, -1, 322, -1, 324, 325, -1, -1, 328, -1, 330, 331, 332, 333, 334, -1, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, -1, -1, -1, -1, 356, 357, 358, -1, -1, 361, 362, -1, 364, 365, 366, -1, 368, -1, 370, -1, 372, -1, 374, -1, -1, 377, 378, 379, -1, -1, 382, 383, 384, -1, -1, -1, 388, 389, 390, 391, 392, 393, 394, -1, 396, 397, 398, 399, 400, -1, 256, -1, -1, -1, -1, -1, -1, 409, 410, 411, -1, -1, -1, -1, -1, -1, -1, 419, -1, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, 0, -1, -1, -1, 296, 297, -1, 299, 300, -1, 10, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 313, -1, -1, -1, -1, -1, -1, -1, -1, 322, -1, 324, 325, -1, -1, 328, -1, 330, 331, 332, 333, 334, -1, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, -1, -1, -1, -1, 356, 357, 358, -1, -1, 361, 362, -1, 364, 365, 366, -1, 368, -1, 370, -1, 372, -1, 374, -1, -1, 377, 378, 379, -1, -1, 382, 383, 384, -1, -1, -1, 388, 389, 390, 391, 392, 393, 394, -1, 396, 397, 398, 399, 400, -1, 256, -1, -1, -1, -1, -1, -1, 409, 410, 411, -1, -1, -1, -1, -1, -1, -1, 419, -1, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, 0, -1, -1, -1, 296, 297, -1, 299, 300, -1, 10, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 313, -1, -1, -1, -1, -1, -1, -1, -1, 322, -1, 324, 325, -1, -1, 328, -1, 330, 331, 332, 333, 334, -1, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, -1, -1, -1, -1, 356, 357, 358, -1, -1, 361, 362, -1, 364, 365, 366, -1, 368, -1, 370, -1, 372, -1, 374, -1, -1, 377, 378, 379, -1, -1, 382, 383, 384, -1, -1, -1, 388, 389, 390, 391, 392, 393, 394, -1, 396, 397, 398, 399, 400, -1, 256, -1, -1, -1, -1, -1, -1, 409, 410, 411, -1, -1, -1, -1, -1, -1, -1, 419, -1, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, 0, -1, -1, -1, 296, 297, -1, 299, 300, -1, 10, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 313, -1, -1, -1, -1, -1, -1, -1, -1, 322, -1, 324, 325, -1, -1, 328, -1, 330, 331, 332, 333, 334, -1, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, -1, -1, -1, -1, 356, 357, 358, -1, -1, 361, 362, -1, 364, 365, 366, -1, 368, -1, 370, -1, 372, -1, 374, -1, -1, 377, 378, 379, -1, -1, 382, 383, 384, -1, -1, -1, 388, 389, 390, 391, 392, 393, 394, -1, 396, 397, 398, 399, 400, -1, 256, -1, -1, -1, -1, -1, -1, 409, 410, 411, -1, -1, -1, -1, -1, -1, -1, 419, -1, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, 0, -1, -1, -1, 296, 297, -1, 299, 300, -1, 10, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 313, -1, -1, -1, -1, -1, -1, -1, -1, 322, -1, 324, 325, -1, -1, 328, -1, 330, 331, 332, 333, 334, -1, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, -1, -1, -1, -1, 356, 357, 358, -1, -1, 361, 362, -1, 364, 365, 366, -1, 368, -1, 370, -1, 372, -1, 374, -1, -1, 377, 378, 379, -1, -1, 382, 383, 384, -1, -1, -1, 388, 389, 390, 391, 392, 393, 394, -1, 396, 397, 398, 399, 400, -1, 256, -1, -1, -1, -1, -1, -1, 409, 410, 411, -1, -1, -1, -1, -1, -1, -1, 419, -1, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, 0, -1, -1, -1, 296, 297, -1, 299, 300, -1, 10, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 313, -1, -1, -1, -1, -1, -1, -1, -1, 322, -1, 324, 325, -1, -1, 328, -1, 330, 331, 332, 333, 334, -1, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, -1, -1, -1, -1, 356, 357, 358, -1, -1, 361, 362, -1, 364, 365, 366, -1, 368, -1, 370, -1, 372, -1, 374, -1, -1, 377, 378, 379, -1, -1, 382, 383, 384, -1, -1, -1, 388, 389, 390, 391, 392, 393, 394, -1, 396, 397, 398, 399, 400, -1, 256, -1, -1, -1, -1, -1, -1, 409, 410, 411, -1, -1, -1, -1, -1, -1, -1, 419, -1, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, 0, -1, -1, -1, 296, 297, -1, 299, 300, -1, 10, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 313, -1, -1, -1, -1, -1, -1, -1, -1, 322, -1, 324, 325, -1, -1, 328, -1, 330, 331, 332, 333, 334, -1, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, -1, -1, -1, -1, 356, 357, 358, -1, -1, 361, 362, -1, 364, 365, 366, -1, 368, -1, 370, -1, 372, -1, 374, -1, -1, 377, 378, 379, -1, -1, 382, 383, 384, -1, -1, -1, 388, 389, 390, 391, 392, 393, 394, -1, 396, 397, 398, 399, 400, -1, 256, -1, -1, -1, -1, -1, -1, 409, 410, 411, -1, -1, -1, -1, -1, -1, -1, 419, -1, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, 0, -1, -1, -1, 296, 297, -1, 299, 300, -1, 10, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 313, -1, -1, -1, -1, -1, -1, -1, -1, 322, -1, 324, 325, -1, -1, 328, -1, 330, 331, 332, 333, 334, -1, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, -1, -1, -1, -1, 356, 357, 358, -1, -1, 361, 362, -1, 364, 365, 366, -1, 368, -1, 370, -1, 372, -1, 374, -1, -1, 377, 378, 379, -1, -1, 382, 383, 384, -1, -1, -1, 388, 389, 390, 391, 392, 393, 394, -1, 396, 397, 398, 399, 400, -1, 256, -1, -1, -1, -1, -1, -1, 409, 410, 411, -1, -1, -1, -1, -1, -1, -1, 419, -1, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, 0, -1, -1, -1, 296, 297, -1, 299, 300, -1, 10, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 313, -1, -1, -1, -1, -1, -1, -1, -1, 322, -1, 324, 325, -1, -1, 328, -1, 330, 331, 332, 333, 334, -1, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, -1, -1, -1, -1, 356, 357, 358, -1, -1, 361, 362, -1, 364, 365, 366, -1, 368, -1, 370, -1, 372, -1, 374, -1, -1, 377, 378, 379, -1, -1, 382, 383, 384, -1, -1, -1, 388, 389, 390, 391, 392, 393, 394, -1, 396, 397, 398, 399, 400, -1, 256, -1, -1, -1, -1, -1, -1, 409, 410, 411, -1, -1, -1, -1, -1, -1, -1, 419, -1, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, 0, -1, -1, -1, 296, 297, -1, 299, 300, -1, 10, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 313, -1, -1, -1, -1, -1, -1, -1, -1, 322, -1, 324, 325, -1, -1, 328, -1, 330, 331, 332, 333, 334, -1, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, -1, -1, -1, -1, 356, 357, 358, -1, -1, 361, 362, -1, 364, 365, 366, -1, 368, -1, 370, -1, 372, -1, 374, -1, -1, 377, 378, 379, -1, -1, 382, 383, 384, -1, -1, -1, 388, 389, 390, 391, 392, 393, 394, -1, 396, 397, 398, 399, 400, -1, 256, -1, -1, -1, -1, -1, -1, 409, 410, 411, -1, -1, -1, -1, -1, -1, -1, 419, -1, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, 0, -1, -1, -1, 296, 297, -1, 299, 300, -1, 10, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 313, -1, -1, -1, -1, -1, -1, -1, -1, 322, -1, 324, 325, -1, -1, 328, -1, 330, 331, 332, 333, 334, -1, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, -1, -1, -1, -1, 356, 357, 358, -1, -1, 361, 362, -1, 364, 365, 366, -1, 368, -1, 370, -1, 372, -1, 374, -1, -1, 377, 378, 379, -1, -1, 382, 383, 384, -1, -1, -1, 388, 389, 390, 391, 392, 393, 394, -1, 396, 397, 398, 399, 400, -1, 256, -1, -1, -1, -1, -1, -1, 409, 410, 411, -1, -1, -1, -1, -1, -1, -1, 419, -1, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, 0, -1, -1, -1, 296, 297, -1, 299, 300, -1, 10, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 313, -1, -1, -1, -1, -1, -1, -1, -1, 322, -1, 324, 325, -1, -1, 328, -1, 330, 331, 332, 333, 334, -1, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, -1, -1, -1, -1, 356, 357, 358, -1, -1, 361, 362, -1, 364, 365, 366, -1, 368, -1, 370, -1, 372, -1, 374, -1, -1, 377, 378, 379, -1, -1, 382, 383, 384, -1, -1, -1, 388, 389, 390, 391, 392, 393, 394, -1, 396, 397, 398, 399, 400, -1, 256, -1, -1, -1, -1, -1, -1, 409, 410, 411, -1, -1, -1, -1, -1, -1, -1, 419, -1, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, 0, -1, -1, -1, 296, 297, -1, 299, 300, -1, 10, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 313, -1, -1, -1, -1, -1, -1, -1, -1, 322, -1, 324, 325, -1, -1, 328, -1, 330, 331, 332, 333, 334, -1, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, -1, -1, -1, -1, 356, 357, 358, -1, -1, 361, 362, -1, 364, 365, 366, -1, 368, -1, 370, -1, 372, -1, 374, -1, -1, 377, 378, 379, -1, -1, 382, 383, 384, -1, -1, -1, 388, 389, 390, 391, 392, 393, 394, -1, 396, 397, 398, 399, 400, -1, 256, -1, -1, -1, -1, -1, -1, 409, 410, 411, -1, -1, -1, -1, -1, -1, -1, 419, -1, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, 0, -1, -1, -1, 296, 297, -1, 299, 300, -1, 10, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 313, -1, -1, -1, -1, -1, -1, -1, -1, 322, -1, 324, 325, -1, -1, 328, -1, 330, 331, 332, 333, 334, -1, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, -1, -1, -1, -1, 356, 357, 358, -1, -1, 361, 362, -1, 364, 365, 366, -1, 368, -1, 370, -1, 372, -1, 374, -1, -1, 377, 378, 379, -1, -1, 382, 383, 384, -1, -1, -1, 388, 389, 390, 391, 392, 393, 394, -1, 396, 397, 398, 399, 400, -1, 256, -1, -1, -1, -1, -1, -1, 409, 410, 411, -1, -1, -1, -1, -1, -1, -1, 419, -1, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, 0, -1, -1, -1, 296, 297, -1, 299, 300, -1, 10, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 313, -1, -1, -1, -1, -1, -1, -1, -1, 322, -1, 324, 325, -1, -1, 328, -1, 330, 331, 332, 333, 334, -1, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, -1, -1, -1, -1, 356, 357, 358, -1, -1, 361, 362, -1, 364, 365, 366, -1, 368, -1, 370, -1, 372, -1, 374, -1, -1, 377, 378, 379, -1, -1, 382, 383, 384, -1, -1, -1, 388, 389, 390, 391, 392, 393, 394, -1, 396, 397, 398, 399, 400, -1, 256, -1, -1, -1, -1, -1, -1, 409, 410, 411, -1, -1, -1, -1, -1, -1, -1, 419, -1, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, 0, -1, -1, -1, 296, 297, -1, 299, 300, -1, 10, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 313, -1, -1, -1, -1, -1, -1, -1, -1, 322, -1, 324, 325, -1, -1, 328, -1, 330, 331, 332, 333, 334, -1, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, -1, -1, -1, -1, 356, 357, 358, -1, -1, 361, 362, -1, 364, 365, 366, -1, 368, -1, 370, -1, 372, -1, 374, -1, -1, 377, 378, 379, -1, -1, 382, 383, 384, -1, -1, -1, 388, 389, 390, 391, 392, 393, 394, -1, 396, 397, 398, 399, 400, -1, 256, -1, -1, -1, -1, -1, -1, 409, 410, 411, -1, -1, -1, -1, -1, -1, -1, 419, -1, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, 0, -1, -1, -1, 296, 297, -1, 299, 300, -1, 10, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 313, -1, -1, -1, -1, -1, -1, -1, -1, 322, -1, 324, 325, -1, -1, 328, -1, 330, 331, 332, 333, 334, -1, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, -1, -1, -1, -1, 356, 357, 358, -1, -1, 361, 362, -1, 364, 365, 366, -1, 368, -1, 370, -1, 372, -1, 374, -1, -1, 377, 378, 379, -1, -1, 382, 383, 384, -1, -1, -1, 388, 389, 390, 391, 392, 393, 394, -1, 396, 397, 398, 399, 400, -1, 256, -1, -1, -1, -1, -1, -1, 409, 410, 411, -1, -1, -1, -1, -1, -1, -1, 419, -1, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, 0, -1, -1, -1, 296, 297, -1, 299, 300, -1, 10, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 313, -1, -1, -1, -1, -1, -1, -1, -1, 322, -1, 324, 325, -1, -1, 328, -1, 330, 331, 332, 333, 334, -1, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, -1, -1, -1, -1, 356, 357, 358, -1, -1, 361, 362, -1, 364, 365, 366, -1, 368, -1, 370, -1, 372, -1, 374, -1, -1, 377, 378, 379, -1, -1, 382, 383, 384, -1, -1, -1, 388, 389, 390, 391, 392, 393, 394, -1, 396, 397, 398, 399, 400, -1, 256, -1, -1, -1, -1, -1, -1, 409, 410, 411, -1, -1, -1, -1, -1, -1, -1, 419, -1, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, 0, -1, -1, -1, 296, 297, -1, 299, 300, -1, 10, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 313, -1, -1, -1, -1, -1, -1, -1, -1, 322, -1, 324, 325, -1, -1, 328, -1, 330, 331, 332, 333, 334, -1, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, -1, -1, -1, -1, 356, 357, 358, -1, -1, 361, 362, -1, 364, 365, 366, -1, 368, -1, 370, -1, 372, -1, 374, -1, -1, 377, 378, 379, -1, -1, 382, 383, 384, -1, -1, -1, 388, 389, 390, 391, 392, 393, 394, -1, 396, 397, 398, 399, 400, -1, 256, -1, -1, -1, -1, -1, -1, 409, 410, 411, -1, -1, -1, -1, -1, -1, -1, 419, -1, -1, 276, 0, -1, -1, 280, 281, 282, 283, 284, 285, 286, 10, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, 299, 300, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 313, -1, -1, -1, -1, -1, -1, -1, -1, 322, -1, 324, 325, -1, -1, 328, -1, 330, 331, 332, 333, 334, -1, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, -1, -1, -1, -1, 356, 357, 358, -1, -1, 361, 362, -1, 364, 365, 366, -1, 368, -1, 370, -1, 372, -1, 374, -1, -1, 377, 378, 379, -1, -1, 382, 383, 384, -1, -1, -1, 388, 389, 390, 391, 392, 393, 394, -1, 396, 397, 398, 399, 400, -1, 256, -1, -1, -1, -1, -1, 0, 409, 410, 411, -1, -1, -1, -1, -1, -1, 10, 419, -1, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, 299, 300, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 313, -1, -1, -1, -1, -1, -1, -1, -1, 322, -1, 324, 325, -1, -1, 328, -1, 330, 331, 332, 333, 334, -1, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, -1, -1, -1, -1, 356, 357, 358, -1, -1, 361, 362, -1, 364, 365, 366, -1, 368, -1, 370, -1, 372, -1, 374, -1, -1, 377, 378, 379, -1, -1, 382, 383, 384, -1, -1, 256, 388, 389, 390, 391, 392, 393, 394, -1, 396, 397, 398, 399, 400, -1, -1, -1, -1, -1, -1, 276, 0, 409, 410, 280, 281, 282, 283, 284, 285, 286, 10, 419, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, 299, 300, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 313, -1, -1, -1, -1, -1, -1, -1, -1, 322, -1, 324, 325, -1, -1, 328, -1, 330, 331, 332, 333, 334, -1, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, -1, -1, -1, -1, 356, 357, 358, -1, -1, 361, 362, -1, 364, 365, 366, -1, 368, -1, 370, -1, 372, -1, 374, -1, -1, 377, 378, 379, -1, -1, 382, 383, 384, -1, -1, 256, 388, 389, 390, 391, 392, 393, 394, -1, 396, 397, 398, 399, 400, -1, -1, -1, -1, -1, -1, 276, 0, 409, 410, 280, 281, 282, 283, 284, 285, 286, 10, 419, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, 299, 300, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 313, -1, -1, -1, -1, -1, -1, -1, -1, 322, -1, 324, 325, -1, -1, 328, -1, 330, 331, 332, 333, 334, -1, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, -1, -1, -1, -1, 356, 357, 358, -1, -1, 361, 362, -1, 364, 365, 366, -1, 368, -1, 370, -1, 372, -1, 374, -1, -1, 377, 378, 379, -1, -1, 382, 383, 384, -1, -1, -1, 388, 389, 390, -1, 392, 393, 394, -1, 396, 397, 398, 399, 400, -1, 256, -1, -1, -1, -1, -1, -1, 409, 410, -1, -1, -1, -1, -1, -1, -1, -1, 419, -1, -1, 276, -1, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, 299, 300, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 313, 40, -1, 42, 43, -1, 45, -1, -1, 322, -1, 324, 325, -1, -1, 328, -1, 330, 331, 332, 333, 334, 61, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, -1, -1, -1, -1, 356, 357, 358, -1, -1, 361, 362, -1, 364, 365, 366, -1, 368, -1, 370, -1, 372, -1, 374, -1, -1, 377, 378, 379, -1, -1, 382, 383, 384, -1, -1, 256, 388, 389, 390, -1, 392, 393, 394, -1, 396, 397, 398, 399, 400, -1, -1, -1, 41, 42, 43, 276, 45, 409, 410, 280, 281, 282, 283, 284, 285, 286, -1, 419, 289, 290, 291, 60, 61, 62, -1, 296, 297, -1, 299, 300, -1, -1, -1, -1, 40, -1, 42, 43, -1, 45, -1, -1, 313, -1, -1, -1, -1, -1, -1, -1, -1, 322, 58, 324, 325, -1, -1, 328, -1, 330, 331, 332, 333, 334, -1, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, -1, -1, -1, -1, 356, 357, 358, -1, -1, 361, 362, -1, 364, 365, 366, -1, 368, -1, 370, -1, 372, -1, 374, -1, -1, 377, 378, 379, -1, -1, 382, 383, 384, -1, -1, -1, 388, 389, 390, 391, 392, 393, 394, -1, 396, 397, 398, 399, 400, 41, 42, 43, -1, 45, 263, -1, -1, 409, 410, 411, -1, -1, -1, -1, 273, -1, -1, -1, 60, 61, 62, -1, -1, -1, -1, -1, -1, -1, 287, 288, -1, -1, -1, 292, 293, 294, 295, -1, -1, -1, -1, -1, -1, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, -1, 314, 315, 316, 317, 318, 319, 320, 321, 40, 323, -1, 43, -1, 45, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, -1, -1, -1, -1, -1, -1, -1, -1, -1, 40, -1, -1, 43, -1, 45, -1, -1, 380, -1, -1, -1, -1, 263, 386, 387, -1, -1, -1, 391, -1, 61, -1, -1, -1, -1, -1, -1, -1, 401, 402, -1, 404, 405, 406, 407, -1, 287, 288, 411, -1, -1, 292, 293, 294, 295, 418, -1, -1, -1, -1, -1, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, -1, 314, 315, 316, 317, 318, 319, 320, 321, -1, 323, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, -1, -1, 40, -1, 42, 43, -1, 45, -1, -1, -1, 380, -1, -1, -1, -1, -1, 386, 387, -1, -1, -1, 391, 61, -1, -1, -1, -1, -1, -1, -1, -1, 401, 402, -1, 404, 405, 406, 407, -1, -1, -1, 411, -1, -1, -1, -1, -1, -1, 418, -1, -1, -1, -1, 263, -1, -1, -1, -1, -1, -1, -1, -1, 272, -1, -1, -1, -1, 41, 42, 43, -1, 45, -1, -1, -1, -1, -1, 287, 288, -1, -1, -1, 292, 293, 294, 295, 60, 61, 62, -1, -1, -1, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 263, 314, 315, 316, 317, 318, 319, 320, 321, 272, 323, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 287, 288, -1, -1, -1, 292, 293, 294, 295, -1, -1, -1, -1, -1, -1, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, -1, 314, 315, 316, 317, 318, 319, 320, 321, 40, 323, 42, 43, -1, 45, 42, 43, 380, 45, -1, -1, -1, -1, 386, 387, -1, -1, -1, 391, -1, 61, 58, -1, 60, 61, 62, -1, -1, 401, 402, 403, 404, 405, 406, 407, -1, -1, -1, 411, -1, -1, -1, -1, -1, -1, 418, -1, -1, -1, 40, -1, -1, 43, -1, 45, -1, -1, 380, -1, -1, -1, 263, -1, 386, 387, -1, -1, -1, 391, -1, -1, -1, -1, -1, -1, -1, -1, -1, 401, 402, -1, 404, 405, 406, 407, 287, 288, -1, 411, -1, 292, 293, 294, 295, -1, 418, -1, -1, -1, -1, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, -1, 314, 315, 316, 317, 318, 319, 320, 321, -1, 323, -1, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 41, 42, 43, -1, 45, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 60, 61, 62, 40, -1, 42, 43, -1, 45, -1, -1, 380, -1, -1, -1, -1, -1, 386, 387, -1, -1, -1, 391, -1, -1, -1, -1, -1, -1, -1, -1, -1, 401, 402, -1, 404, 405, 406, 407, -1, -1, -1, 411, -1, -1, -1, -1, -1, -1, 418, -1, -1, -1, -1, -1, 263, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, -1, -1, 41, 42, 43, -1, 45, -1, -1, 287, 288, -1, -1, -1, 292, 293, 294, 295, -1, -1, -1, 60, 61, 62, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 263, 314, 315, 316, 317, 318, 319, 320, 321, 272, 323, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 287, 288, -1, -1, -1, 292, 293, 294, 295, 40, -1, 42, 43, -1, 45, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, -1, 314, 315, 316, 317, 318, 319, 320, 321, -1, 323, -1, -1, -1, -1, -1, -1, 380, -1, -1, -1, -1, -1, 386, 387, -1, -1, -1, 391, -1, -1, -1, -1, -1, -1, -1, -1, -1, 401, 402, -1, 404, 405, 406, 407, 260, 261, 262, 411, 264, 265, 266, 267, 268, 269, 418, -1, 272, 273, -1, 41, 42, 43, -1, 45, -1, -1, 380, -1, -1, -1, 263, -1, 386, 387, -1, -1, -1, 391, 60, 61, 62, -1, -1, -1, -1, -1, -1, 401, 402, 403, 404, 405, 406, 407, 287, 288, -1, 411, -1, 292, 293, 294, 295, -1, 418, -1, -1, -1, -1, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, -1, 314, 315, 316, 317, 318, 319, 320, 321, 40, 323, -1, 43, -1, 45, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, -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, 40, -1, -1, 43, -1, 45, -1, -1, 380, -1, -1, -1, -1, -1, 386, 387, -1, -1, -1, 391, -1, 61, -1, -1, -1, -1, 263, -1, -1, 401, 402, -1, 404, 405, 406, 407, -1, -1, -1, 411, -1, -1, -1, -1, -1, -1, 418, -1, -1, -1, 287, 288, -1, -1, -1, 292, 293, 294, 295, -1, -1, -1, -1, -1, -1, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, -1, 314, 315, 316, 317, 318, 319, 320, 321, -1, 323, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, -1, -1, -1, -1, -1, -1, -1, -1, 40, -1, -1, 43, -1, 45, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 61, 380, -1, -1, -1, -1, -1, 386, 387, -1, -1, -1, 391, -1, -1, -1, 40, -1, 42, 43, -1, 45, 401, 402, -1, 404, 405, 406, 407, -1, -1, 263, 411, -1, -1, -1, -1, -1, -1, 418, -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, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 263, 314, 315, 316, 317, 318, 319, 320, 321, -1, 323, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 287, 288, -1, -1, -1, 292, 293, 294, 295, -1, -1, -1, -1, -1, -1, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, -1, 314, 315, 316, 317, 318, 319, 320, 321, -1, 323, -1, -1, -1, -1, -1, -1, 380, -1, -1, -1, -1, 40, 386, 387, 43, -1, 45, 391, -1, -1, -1, -1, -1, -1, -1, -1, -1, 401, 402, 58, 404, 405, 406, 407, -1, -1, -1, 411, -1, -1, -1, -1, -1, -1, 418, -1, -1, -1, 40, -1, 42, 43, -1, 45, -1, -1, 380, -1, -1, -1, 263, -1, 386, 387, -1, -1, -1, 391, -1, -1, -1, -1, -1, -1, -1, -1, -1, 401, 402, -1, 404, 405, 406, 407, 287, 288, -1, 411, -1, 292, 293, 294, 295, -1, 418, -1, -1, 263, -1, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, -1, 314, 315, 316, 317, 318, 319, 320, 321, -1, 323, 287, 288, -1, -1, -1, 292, 293, 294, 295, -1, -1, -1, -1, -1, -1, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, -1, 314, 315, 316, 317, 318, 319, 320, 321, -1, 323, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 40, -1, -1, 43, -1, 45, -1, -1, 380, -1, -1, -1, -1, -1, 386, 387, -1, -1, 58, 391, -1, -1, -1, -1, -1, -1, -1, -1, -1, 401, 402, -1, 404, 405, 406, 407, -1, -1, -1, 411, -1, -1, -1, -1, -1, 380, 418, -1, -1, -1, -1, 386, 387, -1, -1, -1, 391, -1, -1, -1, -1, -1, -1, -1, -1, 263, 401, 402, -1, 404, 405, 406, 407, -1, -1, -1, 411, -1, -1, -1, 41, 42, 43, 418, 45, -1, -1, -1, -1, 287, 288, -1, -1, -1, 292, 293, 294, 295, -1, 60, 61, 62, 263, -1, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, -1, 314, 315, 316, 317, 318, 319, 320, 321, -1, 323, 287, 288, -1, -1, -1, 292, 293, 294, 295, 40, -1, 42, 43, -1, 45, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, -1, 314, 315, 316, 317, 318, 319, 320, 321, -1, 323, -1, -1, -1, -1, -1, -1, -1, -1, -1, 40, -1, 42, 43, -1, 45, -1, -1, -1, -1, 380, -1, -1, -1, -1, -1, 386, 387, -1, -1, -1, 391, -1, -1, -1, -1, -1, -1, -1, -1, -1, 401, 402, -1, 404, 405, 406, 407, -1, -1, -1, 411, -1, -1, -1, -1, -1, 380, 418, -1, -1, 263, -1, 386, 387, -1, -1, -1, 391, -1, -1, -1, -1, -1, -1, -1, -1, -1, 401, 402, -1, 404, 405, 406, 407, 287, 288, -1, 411, -1, 292, 293, 294, 295, -1, 418, -1, -1, -1, -1, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, -1, 314, 315, 316, 317, 318, 319, 320, 321, -1, 323, -1, -1, -1, -1, -1, -1, -1, -1, -1, 40, -1, -1, 43, -1, 45, 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, 40, -1, -1, 43, -1, 45, -1, -1, -1, -1, 380, -1, -1, -1, -1, -1, 386, 387, -1, -1, -1, 391, -1, -1, -1, -1, -1, -1, 263, -1, -1, 401, 402, -1, 404, 405, 406, 407, -1, -1, -1, 411, -1, -1, -1, -1, -1, -1, 418, -1, -1, -1, 287, 288, -1, -1, -1, 292, 293, 294, 295, -1, -1, -1, -1, 263, -1, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, -1, 314, 315, 316, 317, 318, 319, 320, 321, -1, 323, 287, 288, -1, -1, -1, 292, 293, 294, 295, -1, -1, -1, -1, -1, -1, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, -1, 314, 315, 316, 317, 318, 319, 320, 321, -1, 323, -1, 40, -1, -1, 43, -1, 45, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 380, -1, -1, -1, -1, -1, 386, 387, -1, -1, -1, 391, -1, -1, -1, -1, -1, -1, -1, -1, -1, 401, 402, -1, 404, 405, 406, 407, -1, -1, -1, 411, -1, -1, -1, -1, -1, 380, 418, -1, -1, 263, -1, 386, 387, -1, -1, -1, 391, -1, -1, -1, -1, -1, -1, -1, -1, -1, 401, 402, -1, 404, 405, 406, 407, 287, 288, -1, 411, -1, 292, 293, 294, 295, -1, 418, -1, -1, 263, -1, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, -1, 314, 315, 316, 317, 318, 319, 320, 321, -1, 323, 287, 288, -1, -1, -1, 292, 293, 294, 295, 40, -1, -1, 43, -1, 45, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, -1, 314, 315, 316, 317, 318, 319, 320, 321, -1, 323, -1, -1, -1, -1, -1, -1, -1, -1, -1, 40, -1, -1, 43, -1, 45, -1, -1, -1, -1, 380, -1, -1, -1, -1, -1, 386, 387, -1, -1, -1, 391, -1, -1, -1, -1, -1, -1, -1, -1, -1, 401, 402, -1, 404, 405, 406, 407, -1, -1, -1, 411, -1, -1, -1, -1, -1, 380, 418, -1, -1, -1, -1, 386, 387, -1, -1, 263, 391, -1, -1, -1, -1, -1, -1, -1, -1, -1, 401, 402, -1, 404, 405, 406, 407, -1, -1, -1, 411, -1, -1, 287, 288, -1, -1, 418, 292, 293, 294, 295, -1, -1, -1, -1, -1, -1, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, -1, 314, 315, 316, 317, 318, 319, 320, 321, -1, 323, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 41, 42, 43, -1, 45, -1, -1, -1, -1, -1, -1, -1, -1, -1, 41, 42, 43, -1, 45, 60, 61, 62, -1, -1, -1, 380, -1, -1, -1, -1, -1, 386, 387, 60, 61, 62, 391, 263, 41, 42, 43, -1, 45, -1, -1, -1, 401, 402, -1, 404, 405, 406, 407, -1, -1, -1, 411, 60, 61, 62, -1, 287, 288, 418, -1, -1, 292, 293, 294, 295, -1, -1, -1, -1, 263, -1, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, -1, 314, 315, 316, 317, 318, 319, 320, 321, -1, 323, 287, 288, -1, -1, -1, 292, 293, 294, 295, -1, -1, -1, -1, -1, -1, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, -1, 314, 315, 316, 317, 318, 319, 320, 321, -1, 323, -1, 41, 42, 43, -1, 45, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 380, 60, 61, 62, -1, -1, 386, 387, -1, -1, -1, 391, -1, 41, 42, 43, -1, 45, -1, -1, -1, 401, 402, -1, 404, 405, 406, 407, -1, -1, -1, 411, 60, 61, 62, -1, -1, 380, 418, -1, -1, -1, -1, 386, 387, -1, -1, -1, 391, -1, -1, -1, -1, -1, -1, -1, -1, -1, 401, 402, -1, 404, 405, 406, 407, 260, 261, 262, 411, 264, 265, 266, 267, 268, 269, 418, -1, 272, 273, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, -1, -1, -1, -1, -1, 41, 42, 43, -1, 45, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, 60, 61, 62, 41, 42, 43, -1, 45, -1, -1, -1, -1, -1, -1, -1, -1, -1, 41, 42, 43, -1, 45, 60, 61, 62, -1, -1, -1, -1, -1, -1, 41, 42, 43, -1, 45, 60, 61, 62, -1, -1, -1, -1, -1, -1, 41, 42, 43, -1, 45, 60, 61, 62, -1, -1, -1, -1, -1, -1, -1, 42, 43, 44, 45, 60, 61, 62, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 60, 61, 62, -1, -1, -1, 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, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, 42, 43, -1, 45, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 58, -1, 60, 61, 62, 42, 43, 44, 45, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 42, 43, 44, 45, 60, 61, 62, -1, -1, -1, -1, -1, -1, -1, 42, 43, 44, 45, 60, 61, 62, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 60, 61, 62, -1, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, -1, -1, -1, -1, -1, -1, -1, -1, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, 42, 43, 44, 45, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 60, 61, 62, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, -1, -1, -1, -1, -1, -1, -1, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 276, -1, -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, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, 313, -1, 272, 273, -1, -1, -1, -1, -1, 322, -1, 324, 325, -1, -1, 328, -1, 330, 331, 332, 333, 334, -1, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, -1, -1, -1, -1, 356, 357, 358, -1, -1, 361, 362, -1, 364, 365, 366, -1, 368, -1, 370, -1, 372, -1, 374, -1, -1, 377, 378, 379, -1, -1, 382, 383, 384, -1, -1, -1, -1, 389, 390, 391, 392, 393, 394, -1, 396, 397, 398, 399, 400, -1, -1, -1, -1, -1, -1, -1, -1, 409, 410, 411, }; #define YYFINAL 1 #ifndef YYDEBUG #define YYDEBUG 1 #endif #define YYMAXTOKEN 421 #if YYDEBUG char *fortranname[] = { "end-of-file",0,0,0,0,0,0,0,0,0,"'\\n'",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,"'!'",0,0,0,"'%'",0,0,"'('","')'","'*'","'+'","','","'-'",0,"'/'",0,0,0,0,0, 0,0,0,0,0,"':'","';'","'<'","'='","'>'",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,"'['",0,"']'",0,"'_'",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"TOK_BINARY_OP","EQV","NEQV","TOK_OR", "TOK_XOR","TOK_AND","TOK_NOT","TOK_LT","TOK_GT","TOK_LE","TOK_GE","TOK_EQ", "TOK_NE","TOK_UNARY_OP","TOK_DSLASH","TOK_SLASH","TOK_DASTER","TOK_SEP", "TOK_NEXTLINE","TOK_PARAMETER","TOK_KIND","TOK_RESULT","TOK_ONLY","TOK_INCLUDE", "TOK_SUBROUTINE","TOK_PROGRAM","TOK_FUNCTION","TOK_OMP","TOK_DOLLAR", "TOK_FORMAT","TOK_MAX","TOK_TANH","TOK_WHERE","TOK_ELSEWHERE","TOK_ENDWHERE", "TOK_MAXVAL","TOK_TRIM","TOK_SUM","TOK_SQRT","TOK_CASE","TOK_SELECTCASE", "TOK_FILE","TOK_DONOTTREAT","TOK_ENDDONOTTREAT","TOK_EXIST","TOK_MIN","TOK_INT", "TOK_FLOAT","TOK_EXP","TOK_COS","TOK_COSH","TOK_ACOS","TOK_NINT","TOK_SIN", "TOK_SINH","TOK_ASIN","TOK_EQUIVALENCE","TOK_LOG","TOK_TAN","TOK_ATAN", "TOK_ABS","TOK_MOD","TOK_SIGN","TOK_MINLOC","TOK_MAXLOC","TOK_EXIT", "TOK_MINVAL","TOK_PUBLIC","TOK_PRIVATE","TOK_ALLOCATABLE","TOK_IN","TOK_RETURN", "TOK_THEN","TOK_ELSEIF","TOK_ELSE","TOK_ENDIF","TOK_PRINT","TOK_PLAINGOTO", "TOK_CONSTRUCTID","TOK_LOGICALIF","TOK_PLAINDO","TOK_CONTAINS","TOK_ENDDO", "TOK_MODULE","TOK_ENDMODULE","TOK_DOWHILE","TOK_ALLOCATE","TOK_OPEN", "TOK_CLOSE","TOK_INQUIRE","TOK_WRITE","TOK_READ","TOK_REWIND","TOK_DEALLOCATE", "TOK_NULLIFY","TOK_FIN","TOK_DEBUT","TOK_OUT","TOK_INOUT","TOK_DIMENSION", "TOK_ENDSELECT","TOK_EXTERNAL","TOK_INTENT","TOK_INTRINSIC","TOK_NAMELIST", "TOK_CASEDEFAULT","TOK_OPTIONAL","TOK_POINTER","TOK_CONTINUE","TOK_SAVE", "TOK_TARGET","TOK_USE","TOK_POINT","TOK_DATA","TOK_QUOTE","TOK_IMPLICIT", "TOK_NONE","TOK_CALL","TOK_STAT","TOK_POINT_TO","TOK_COMMON","TOK_INTERFACE", "TOK_ENDINTERFACE","TOK_LEFTAB","TOK_RIGHTAB","TOK_PAUSE","TOK_PROCEDURE", "TOK_STOP","TOK_NAMEEQ","TOK_TRUE","TOK_FALSE","TOK_LABEL","TOK_TYPE", "TOK_ENDTYPE","TOK_REAL","TOK_INTEGER","TOK_LOGICAL","TOK_DOUBLEPRECISION", "TOK_DOUBLEREAL","TOK_ENDSUBROUTINE","TOK_ENDFUNCTION","TOK_ENDPROGRAM", "TOK_ENDUNIT","TOK_CHARACTER","TOK_CHAR_CONSTANT","TOK_CHAR_CUT","TOK_CHAR_INT", "TOK_CHAR_MESSAGE","TOK_CSTREAL","TOK_CSTREALDP","TOK_CSTREALQP","TOK_SFREAL", "TOK_COMPLEX","TOK_DOUBLECOMPLEX","TOK_NAME","TOK_NAME_CHAR","TOK_PROBTYPE", "TOK_INTERPTYPE","TOK_VARTYPE","TOK_BC","TOK_OP","TOK_CSTINT","TOK_COMMENT", "TOK_FILENAME","\"* \"", }; char *fortranrule[] = { "$accept : input", "input :", "input : input line", "line : '\\n' position", "line : thislabel suite_line", "line : TOK_COMMENT", "line : keyword cmnt writedeclar", "line : error writedeclar nulcurbuf", "suite_line : entry fin_line", "suite_line : spec fin_line", "suite_line : before_include filename fin_line", "suite_line : exec cmnt writedeclar", "suite_line : instr fin_line", "instr : ident ':'", "fin_line : position cmnt", "keyword : TOK_DONOTTREAT", "keyword : TOK_ENDDONOTTREAT", "keyword : TOK_OMP", "keyword : TOK_DOLLAR", "position :", "thislabel :", "thislabel : TOK_LABEL nulcurbuf", "cmnt :", "cmnt : TOK_COMMENT", "incomment :", "nulcurbuf :", "entry :", "entry : TOK_SUBROUTINE name_routine arglist", "entry : TOK_PROGRAM name_routine", "entry : TOK_FUNCTION name_routine arglist TOK_RESULT arglist1", "entry : TOK_FUNCTION name_routine arglist", "entry : TOK_MODULE TOK_NAME", "name_routine : TOK_NAME", "writedeclar :", "before_include : TOK_INCLUDE", "filename : TOK_CHAR_CONSTANT", "arglist :", "arglist : '(' ')'", "arglist : '(' args ')'", "arglist1 :", "arglist1 : '(' ')'", "arglist1 : '(' args ')'", "args : arg", "args : args ',' arg", "arg : TOK_NAME", "arg : '*'", "spec : type after_type", "spec : TOK_TYPE opt_name", "spec : TOK_ENDTYPE opt_name", "spec : TOK_POINTER list_couple", "spec : before_parameter '(' paramlist ')'", "spec : common", "spec : save", "spec : implicit", "spec : dimension", "spec : public", "spec : private", "spec : use_stat", "spec : module_proc_stmt", "spec : interface", "spec : namelist", "spec : TOK_EXTERNAL opt_sep use_name_list", "spec : TOK_EQUIVALENCE '(' list_expr ')'", "spec : before_data data '\\n'", "list_couple : '(' list_expr ')'", "list_couple : list_couple ',' '(' list_expr ')'", "list_expr : expr", "list_expr : list_expr ',' expr", "opt_sep :", "opt_sep : ':' ':'", "after_type : dcl nodimsgiven", "after_type : TOK_FUNCTION TOK_NAME arglist", "before_parameter : TOK_PARAMETER", "before_data : TOK_DATA", "data : TOK_NAME TOK_SLASH datavallist TOK_SLASH", "data : data opt_comma TOK_NAME TOK_SLASH datavallist TOK_SLASH", "datavallist : expr_data", "datavallist : expr_data ',' datavallist", "expr_data : opt_signe simple_const", "expr_data : expr_data '+' expr_data", "expr_data : expr_data '-' expr_data", "expr_data : expr_data '*' expr_data", "expr_data : expr_data '/' expr_data", "opt_signe :", "opt_signe : signe", "namelist : namelist_action after_namelist", "namelist_action : TOK_NAMELIST ident", "namelist_action : TOK_NAMELIST comblock ident", "namelist_action : namelist_action opt_comma comblock opt_comma ident", "namelist_action : namelist_action ',' ident", "after_namelist :", "interface : TOK_INTERFACE opt_name", "interface : TOK_ENDINTERFACE opt_name", "dimension : TOK_DIMENSION opt_comma TOK_NAME dims lengspec", "dimension : dimension ',' TOK_NAME dims lengspec", "private : TOK_PRIVATE '\\n'", "private : TOK_PRIVATE use_name_list", "public : TOK_PUBLIC '\\n'", "public : TOK_PUBLIC 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", "var_common_list : var_common", "var_common_list : var_common_list ',' var_common", "var_common : TOK_NAME dims", "comblock : TOK_DSLASH", "comblock : TOK_SLASH TOK_NAME TOK_SLASH", "save : TOK_SAVE varsave", "save : TOK_SAVE comblock varsave", "save : save opt_comma comblock opt_comma varsave", "save : save ',' varsave", "varsave :", "varsave : TOK_NAME dims", "opt_comma :", "opt_comma : ','", "paramlist : paramitem", "paramlist : paramlist ',' paramitem", "paramitem : TOK_NAME '=' expr", "module_proc_stmt : TOK_PROCEDURE proc_name_list", "proc_name_list : TOK_NAME", "proc_name_list : proc_name_list ',' TOK_NAME", "implicit : TOK_IMPLICIT TOK_NONE", "opt_retour :", "dcl : options opt_retour TOK_NAME dims lengspec initial_value", "dcl : dcl ',' opt_retour TOK_NAME dims lengspec initial_value", "nodimsgiven :", "type : typespec selector", "type : before_character c_selector", "type : typename '*' TOK_CSTINT", "c_selector :", "c_selector : '*' TOK_CSTINT", "c_selector : '*' '(' c_attribute ')'", "c_selector : '(' c_attribute ')'", "c_attribute : TOK_NAME clause opt_clause", "c_attribute : TOK_NAME '=' clause opt_clause", "c_attribute : clause opt_clause", "before_character : TOK_CHARACTER", "typespec : typename", "typename : TOK_INTEGER", "typename : TOK_REAL", "typename : TOK_COMPLEX", "typename : TOK_DOUBLEPRECISION", "typename : TOK_DOUBLECOMPLEX", "typename : TOK_LOGICAL", "typename : TOK_TYPE", "lengspec :", "lengspec : '*' proper_lengspec", "proper_lengspec : expr", "proper_lengspec : '(' '*' ')'", "selector :", "selector : '*' proper_selector", "selector : '(' attribute ')'", "proper_selector : expr", "proper_selector : '(' '*' ')'", "attribute : TOK_NAME clause", "attribute : TOK_NAME '=' clause", "attribute : TOK_NAME", "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 '(' expr ')'", "predefinedfunction : TOK_INT '(' expr ')'", "predefinedfunction : TOK_NINT '(' expr ')'", "predefinedfunction : TOK_FLOAT '(' expr ')'", "predefinedfunction : TOK_EXP '(' expr ')'", "predefinedfunction : TOK_COS '(' expr ')'", "predefinedfunction : TOK_COSH '(' expr ')'", "predefinedfunction : TOK_ACOS '(' expr ')'", "predefinedfunction : TOK_SIN '(' expr ')'", "predefinedfunction : TOK_SINH '(' expr ')'", "predefinedfunction : TOK_ASIN '(' expr ')'", "predefinedfunction : TOK_LOG '(' expr ')'", "predefinedfunction : TOK_TAN '(' expr ')'", "predefinedfunction : TOK_ATAN '(' expr ')'", "predefinedfunction : TOK_ABS '(' expr ')'", "predefinedfunction : TOK_MOD '(' minmaxlist ')'", "predefinedfunction : TOK_SIGN '(' minmaxlist ')'", "predefinedfunction : TOK_MINLOC '(' minmaxlist ')'", "predefinedfunction : TOK_MAXLOC '(' minmaxlist ')'", "minmaxlist : expr", "minmaxlist : minmaxlist ',' expr", "uexpr : lhs", "uexpr : simple_const", "uexpr : vec", "uexpr : expr operation", "uexpr : signe expr", "uexpr : TOK_NOT expr", "signe : '+'", "signe : '-'", "operation : '+' expr", "operation : '-' expr", "operation : '*' expr", "operation : TOK_DASTER expr", "operation : TOK_EQ expr", "operation : TOK_GT expr", "operation : '>' expr", "operation : TOK_LT expr", "operation : '<' expr", "operation : TOK_GE expr", "operation : '>' '=' expr", "operation : TOK_LE expr", "operation : '<' '=' expr", "operation : TOK_NE expr", "operation : TOK_XOR expr", "operation : TOK_OR expr", "operation : TOK_AND expr", "operation : TOK_SLASH after_slash", "operation : '=' after_equal", "after_slash : expr", "after_slash : '=' expr", "after_slash : TOK_SLASH expr", "after_equal : '=' expr", "after_equal : expr", "lhs : ident", "lhs : structure_component", "lhs : array_ele_substring_func_ref", "beforefunctionuse :", "array_ele_substring_func_ref : begin_array", "array_ele_substring_func_ref : begin_array substring", "array_ele_substring_func_ref : structure_component '(' funarglist ')'", "array_ele_substring_func_ref : structure_component '(' funarglist ')' substring", "begin_array : ident '(' funarglist ')'", "structure_component : lhs '%' lhs", "vec : TOK_LEFTAB outlist TOK_RIGHTAB", "funarglist : beforefunctionuse", "funarglist : beforefunctionuse funargs", "funargs : funarg", "funargs : funargs ',' funarg", "funarg : expr", "funarg : triplet", "triplet : expr ':' expr", "triplet : expr ':' expr ':' expr", "triplet : ':' expr ':' expr", "triplet : ':' ':' expr", "triplet : ':' expr", "triplet : expr ':'", "triplet : ':'", "ident : TOK_NAME", "simple_const : TOK_TRUE", "simple_const : TOK_FALSE", "simple_const : TOK_CSTINT", "simple_const : TOK_CSTREAL", "simple_const : TOK_CSTREALDP", "simple_const : TOK_CSTREALQP", "simple_const : simple_const TOK_NAME", "simple_const : string_constant opt_substring", "string_constant : TOK_CHAR_CONSTANT", "string_constant : string_constant TOK_CHAR_CONSTANT", "string_constant : TOK_CHAR_MESSAGE", "string_constant : TOK_CHAR_CUT", "opt_substring :", "opt_substring : substring", "substring : '(' optexpr ':' optexpr ')'", "optexpr :", "optexpr : expr", "opt_expr : '\\n'", "opt_expr : expr", "initial_value :", "initial_value : before_initial '=' expr", "before_initial :", "complex_const : '(' uexpr ',' uexpr ')'", "use_stat : word_use module_name", "use_stat : word_use module_name ',' rename_list", "use_stat : word_use module_name ',' TOK_ONLY ':' '\\n'", "use_stat : word_use module_name ',' TOK_ONLY ':' only_list", "word_use : TOK_USE", "module_name : TOK_NAME", "rename_list : rename_name", "rename_list : rename_list ',' rename_name", "rename_name : TOK_NAME TOK_POINT_TO TOK_NAME", "only_list : only_name", "only_list : only_list ',' only_name", "only_name : TOK_NAME TOK_POINT_TO TOK_NAME", "only_name : TOK_NAME", "exec : iffable", "exec : TOK_ALLOCATE '(' allocation_list opt_stat_spec ')'", "exec : TOK_DEALLOCATE '(' allocate_object_list opt_stat_spec ')'", "exec : TOK_NULLIFY '(' pointer_name_list ')'", "exec : TOK_ENDUNIT", "exec : TOK_ENDPROGRAM opt_name", "exec : TOK_ENDSUBROUTINE opt_name", "exec : TOK_ENDFUNCTION opt_name", "exec : TOK_ENDMODULE opt_name", "exec : boucledo", "exec : logif iffable", "exec : TOK_WHERE '(' expr ')' opt_expr", "exec : TOK_ELSEWHERE", "exec : TOK_ENDWHERE", "exec : logif TOK_THEN", "exec : TOK_ELSEIF '(' expr ')' TOK_THEN", "exec : TOK_ELSE", "exec : TOK_ENDIF", "exec : TOK_CASE '(' caselist ')'", "exec : TOK_SELECTCASE '(' expr ')'", "exec : TOK_CASEDEFAULT", "exec : TOK_ENDSELECT", "exec : TOK_CONTAINS", "caselist : expr", "caselist : caselist ',' expr", "caselist : caselist ':' expr", "boucledo : worddo do_var '=' expr ',' expr", "boucledo : worddo do_var '=' expr ',' expr ',' expr", "boucledo : wordwhile expr", "boucledo : TOK_ENDDO optname", "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 dims after_ident_dims", "iffable : structure_component after_ident_dims", "iffable : goto", "iffable : io", "iffable : call", "iffable : TOK_EXIT opt_name", "iffable : TOK_RETURN optexpr", "iffable : stop opt_expr", "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 '(' idfile opt_ioctl_format ')' opt_outlist", "io : TOK_REWIND after_rewind", "io : print option_print", "io : wordformat debut_format ioctl_format fin_format", "wordformat : TOK_FORMAT", "opt_ioctl_format :", "opt_ioctl_format : ',' ioctl_format", "opt_ioctl_format : ',' '*'", "debut_format : TOK_LEFTAB opt_comma", "debut_format : '('", "ioctl_format : format_expr", "ioctl_format : ioctl_format ',' format_expr", "format_expr : uexpr", "format_expr : TOK_CSTINT TOK_CHAR_INT", "format_expr : TOK_CSTINT debut_format ioctl_format fin_format", "format_expr : TOK_SLASH opt_CHAR_INT", "format_expr : TOK_CHAR_INT", "opt_CHAR_INT :", "opt_CHAR_INT : TOK_CSTINT TOK_NAME", "fin_format : opt_comma TOK_RIGHTAB opt_comma", "fin_format : ')'", "idfile : '*'", "idfile : TOK_CSTINT", "idfile : ident", "option_print :", "option_print : ',' outlist", "option_inlist :", "option_inlist : inlist", "option_read : ioctl option_inlist", "option_read : infmt opt_inlist", "opt_outlist :", "opt_outlist : outlist", "opt_inlist :", "opt_inlist : ',' inlist", "ioctl : '(' ctllist ')'", "ioctl : '(' fexpr ')'", "after_rewind : '(' ident ')'", "after_rewind : TOK_NAME", "ctllist : ioclause", "ctllist : ctllist ',' ioclause", "ioclause : fexpr", "ioclause : '*'", "ioclause : TOK_DASTER", "ioclause : TOK_NAME expr", "ioclause : TOK_NAME '(' triplet ')'", "ioclause : TOK_NAME '*'", "ioclause : TOK_NAME TOK_DASTER", "iofctl : ctlkwd", "ctlkwd : TOK_INQUIRE", "ctlkwd : TOK_OPEN", "ctlkwd : TOK_CLOSE", "infmt : unpar_fexpr", "infmt : '*'", "read : TOK_READ", "write : TOK_WRITE", "print : TOK_PRINT fexpr", "print : TOK_PRINT '*'", "fexpr : unpar_fexpr", "fexpr : '(' fexpr ')'", "unpar_fexpr : lhs", "unpar_fexpr : simple_const", "unpar_fexpr : fexpr addop fexpr", "unpar_fexpr : fexpr '*' fexpr", "unpar_fexpr : fexpr TOK_SLASH fexpr", "unpar_fexpr : fexpr TOK_DASTER fexpr", "unpar_fexpr : addop fexpr", "unpar_fexpr : fexpr TOK_DSLASH fexpr", "unpar_fexpr : TOK_FILE expr", "unpar_fexpr : TOK_EXIST expr", "unpar_fexpr : TOK_NAME '=' expr", "addop : '+'", "addop : '-'", "inlist : inelt", "inlist : inlist ',' inelt", "inelt : lhs", "inelt : '(' inlist ',' dospec ')'", "outlist : other", "outlist : out2", "out2 : uexpr ',' expr", "out2 : uexpr ',' other", "out2 : other ',' expr", "out2 : other ',' other", "out2 : out2 ',' expr", "out2 : out2 ',' other", "out2 : uexpr", "out2 : predefinedfunction", "other : complex_const", "other : '(' expr ')'", "other : '(' uexpr ',' dospec ')'", "other : '(' other ',' dospec ')'", "other : '(' out2 ',' dospec ')'", "dospec : TOK_NAME '=' expr ',' expr", "dospec : TOK_NAME '=' expr ',' expr ',' expr", "labellist : label", "labellist : labellist ',' label", "label : TOK_CSTINT", "goto : TOK_PLAINGOTO label", "allocation_list : allocate_object", "allocation_list : 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 2143 "fortran.y" void processfortran(char *fichier_entree) { extern FILE *fortranin; extern FILE *fortranout; char nomfile[LONGNOM]; int c; int confirmyes; /*fortrandebug = 1;*/ /******************************************************************************/ /* 1- Open input and output files */ /******************************************************************************/ strcpy(OriginalFileName,fichier_entree); strcpy(nomfile,commondirin); strcat(nomfile,"/"); strcat(nomfile,fichier_entree); fortranin=fopen( nomfile,"r"); if (! fortranin) { printf("Error : File %s does not exist\n",nomfile); exit(1); } strcpy(curfile,nomfile); strcpy(nomfile,commondirout); strcat(nomfile,"/"); strcat(nomfile,fichier_entree); strcpy(nomfileoutput,nomfile); if (firstpass == 1) { if (checkexistcommon == 1) { if (fopen(nomfile,"r")) { printf("Warning : file %s already exist\n",nomfile); confirmyes = 0; while (confirmyes==0) { printf("Override file %s ? [Y/N]\n",nomfile); c=getchar(); getchar(); if (c==79 || c==110) { printf("We stop\n"); exit(1); } if (c==89 || c==121) { confirmyes=1; } } } } } strcpy(commonfile,fichier_entree); /******************************************************************************/ /* 2- Variables initialization */ /******************************************************************************/ line_num_fortran_common=1; line_num_fortran=1; PublicDeclare = 0; PrivateDeclare = 0; formatdeclare = 0; ExternalDeclare = 0; SaveDeclare = 0; indeclarationvar=0; pointerdeclare = 0; optionaldeclare = 0; incalldeclare = 0; infunctiondeclare = 0 ; Allocatabledeclare = 0 ; strcpy(NamePrecision," "); VariableIsParameter = 0 ; PrecisionGiven = 0 ; lengspecgiven =0; c_star = 0 ; insubroutinedeclare = 0 ; strcpy(subroutinename," "); CharacterSizeGiven = 0 ; InitialValueGiven = 0 ; strcpy(EmptyChar," "); inmoduledeclare = 0; colnum=0; incom=0; couldaddvariable=1; aftercontainsdeclare = 1; /* Name of the file without format */ tmp = strchr(fichier_entree, '.'); strncpy(curfilename,fichier_entree,strlen(fichier_entree)-strlen(tmp)); /******************************************************************************/ /* 2- Parsing of the input file (1 time) */ /******************************************************************************/ if (firstpass == 0 ) fortranout=fopen(nomfileoutput,"w"); /* we should add the new module comes from common block */ if (firstpass == 0 && fortran77 == 1 ) fprintf (fortranout,"#include \"NewModule_%s.h\" \n",curfilename); fortranparse(); strcpy(curfile,mainfile); if (firstpass ==0) fclose(fortranout); } #line 5807 "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 309 "fortran.y" {yyerrok;yyclearin;} break; case 10: #line 314 "fortran.y" { if (firstpass == 0 && inmoduledeclare == 0 && couldaddvariable == 1 ) { pos_end = setposcur(); RemoveWordSET(fortranout,pos_curinclude, pos_end-pos_curinclude); } } break; case 15: #line 332 "fortran.y" { /* we should ignore the declaration until the keyword */ /* TOK_ENDDONOTTREAT */ couldaddvariable = 0 ; if ( firstpass == 0 ) { RemoveWordCUR(fortranout,-20,20); } } break; case 16: #line 342 "fortran.y" { couldaddvariable = 1 ; if ( firstpass == 0 ) { RemoveWordCUR(fortranout,-24,24); } } break; case 19: #line 352 "fortran.y" {if ( firstpass == 0 ) pos_cur = setposcur();} break; case 24: #line 361 "fortran.y" {incom = 1;} break; case 25: #line 364 "fortran.y" {if (incom !=1) {strcpy(curbuf,"");incom=0;}} break; case 27: #line 368 "fortran.y" { Listofvariableinagriffunction=(listnom *)NULL; strcpy(subroutinename,yyvsp[-1].na); if ( inmodulemeet == 1 ) { tmpdeclaration_everdone = 0; paramdeclaration_everdone = 0; insubroutinedeclare = 1; if ( firstpass == 0 ) { adduseagrifutil = 0 ; AGRIF_n_AddUseAgrifUtil(); } /* in the second step we should write the head of */ /* the subroutine sub_loop_ */ OPTI_0_writeheadnewsubforsub(); adduseagrifutil = 0 ; } else { tmpdeclaration_everdone = 0; paramdeclaration_everdone = 0; insubroutinedeclare = 1; if ( firstpass == 0 ) { adduseagrifutil = 0 ; AGRIF_n_AddUseAgrifUtil(); } OPTI_0_writeheadnewsubforsub(); adduseagrifutil = 0 ; } } break; case 28: #line 401 "fortran.y" { Listofvariableinagriffunction=(listnom *)NULL; strcpy(subroutinename,yyvsp[0].na); /* Common case */ tmpdeclaration_everdone = 0; paramdeclaration_everdone = 0; insubroutinedeclare = 1; if ( firstpass == 0 ) { adduseagrifutil = 0 ; AGRIF_n_AddUseAgrifUtil(); } /* in the second step we should write the head of */ /* the subroutine sub_loop_ */ OPTI_0_writeheadnewsubforsub(); adduseagrifutil = 0 ; } break; case 29: #line 419 "fortran.y" { Listofvariableinagriffunction=(listnom *)NULL; strcpy(subroutinename,yyvsp[-3].na); if ( inmodulemeet == 1 ) { tmpdeclaration_everdone = 0; paramdeclaration_everdone = 0; insubroutinedeclare = 1; if ( firstpass == 0 ) { adduseagrifutil = 0 ; AGRIF_n_AddUseAgrifUtil(); } /* we should to list of the subroutine argument the */ /* name of the function which has to be defined */ if ( firstpass == 1 ) { curvar=createvar(yyvsp[-3].na,NULL); curlistvar=insertvar(NULL,curvar); listargsubroutine = AddListvarToListvar(curlistvar,listargsubroutine,1); } /* in the second step we should write the head of */ /* the subroutine sub_loop_ */ OPTI_0_writeheadnewsubforfunc(); adduseagrifutil = 0 ; } else { tmpdeclaration_everdone = 0; paramdeclaration_everdone = 0; insubroutinedeclare = 1; if ( firstpass == 0 ) { adduseagrifutil = 0 ; AGRIF_n_AddUseAgrifUtil(); } /* we should to list of the subroutine argument */ /* name of the function which has to be defined */ if ( firstpass == 1 ) { curvar=createvar(yyvsp[-3].na,NULL); curlistvar=insertvar(NULL,curvar); listargsubroutine = AddListvarToListvar (curlistvar,listargsubroutine,1); } OPTI_0_writeheadnewsubforfunc(); adduseagrifutil = 0 ; } } break; case 30: #line 469 "fortran.y" { Listofvariableinagriffunction=(listnom *)NULL; strcpy(subroutinename,yyvsp[-1].na); if ( inmodulemeet == 1 ) { tmpdeclaration_everdone = 0; paramdeclaration_everdone = 0; insubroutinedeclare = 1; if ( firstpass == 0 ) { adduseagrifutil = 0 ; AGRIF_n_AddUseAgrifUtil(); } /* we should to list of the subroutine argument the */ /* name of the function which has to be defined */ if ( firstpass == 1 ) { curvar=createvar(yyvsp[-1].na,NULL); curlistvar=insertvar(NULL,curvar); listargsubroutine = AddListvarToListvar (curlistvar,listargsubroutine,1); } /* in the second step we should write the head of */ /* the subroutine sub_loop_ */ OPTI_0_writeheadnewsubforfunc(); adduseagrifutil = 0 ; } else { tmpdeclaration_everdone = 0; paramdeclaration_everdone = 0; insubroutinedeclare = 1; if ( firstpass == 0 ) { adduseagrifutil = 0 ; AGRIF_n_AddUseAgrifUtil(); } /* we should to list of the subroutine argument */ /* name of the function which has to be defined */ if ( firstpass == 1 ) { curvar=createvar(yyvsp[-1].na,NULL); curlistvar=insertvar(NULL,curvar); listargsubroutine = AddListvarToListvar (curlistvar,listargsubroutine,1); } OPTI_0_writeheadnewsubforfunc(); adduseagrifutil = 0 ; } } break; case 31: #line 520 "fortran.y" { strcpy(curmodulename,yyvsp[0].na); if ( firstpass == 1 ) Add_ModuleTo_Modulelist(yyvsp[0].na); if ( inmoduledeclare == 0 ) { /* instance and back instance should be create ? */ MOD_1_FillInlistmodule(); /* To know if there are in the module declaration */ inmoduledeclare = 1; /* to know if a module has been met */ inmodulemeet = 1; /* to know if we are after the keyword contains */ aftercontainsdeclare = 0 ; } /* WE should use Agrif_Util if it is necessary */ AGRIF_0_AddUseAgrifInModuleDeclaration(); } break; case 32: #line 538 "fortran.y" {strcpy(yyval.na,yyvsp[0].na);strcpy(subroutinename,yyvsp[0].na);} break; case 34: #line 542 "fortran.y" { if (firstpass == 0 ) { pos_curinclude = setposcur()-9; } } break; case 35: #line 549 "fortran.y" { if ( firstpass == 1 && couldaddvariable == 1 ) { Addincludetothelist(yyvsp[0].na); } } break; case 37: #line 557 "fortran.y" { if ( firstpass == 1 ) listargsubroutine=NULL; } break; case 38: #line 561 "fortran.y" { if ( firstpass == 1 ) listargsubroutine=yyvsp[-1].l; } break; case 41: #line 568 "fortran.y" { listargsubroutine = AddListvarToListvar (yyvsp[-1].l,listargsubroutine,1); } break; case 42: #line 573 "fortran.y" { if ( firstpass == 1 ) { curvar=createvar(yyvsp[0].na,curdim); curlistvar=insertvar(NULL,curvar); yyval.l=settype(yyvsp[0].na,curlistvar); } } break; case 43: #line 582 "fortran.y" { if ( firstpass == 1 ) { curvar=createvar(yyvsp[0].na,curdim); yyval.l=insertvar(yyvsp[-2].l,curvar); } } break; case 44: #line 590 "fortran.y" {strcpy(yyval.na,yyvsp[0].na);} break; case 45: #line 591 "fortran.y" {strcpy(yyval.na,"*");} break; case 46: #line 594 "fortran.y" { /* remove declaration */ if ( fortran77 == 1 && firstpass == 0 && infunctiondeclare == 0 && commonlist && OPTI_0_IsTabvarsUseInArgument() == 1 && couldaddvariable == 1 ) { pos_end = setposcur(); RemoveWordSET(fortranout,pos_cur_decl, pos_end-pos_cur_decl); } infunctiondeclare = 0 ; } break; case 50: #line 613 "fortran.y" { COM_1_AddvartoParamlist(yyvsp[-1].l); if ( fortran77 == 1 && firstpass == 0 && commonlist && listvarindoloop && OPTI_0_IsTabvarsUseInArgument() == 1 ) { pos_end = setposcur(); RemoveWordSET(fortranout,pos_curparameter, pos_end-pos_curparameter); } } break; case 63: #line 639 "fortran.y" { /* we should remove the data declaration */ if (firstpass == 0 && aftercontainsdeclare == 0 ) { pos_end = setposcur(); RemoveWordSET(fortranout,pos_curdata, pos_end-pos_curdata); } } break; case 70: #line 657 "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 ) { decl_1_ajoutevar(yyvsp[-1].l); if ( VariableIsParameter == 1 ) globparam = AddListvarToListvar(yyvsp[-1].l,globparam,1); DECL_0_NonGridDepDeclaration(yyvsp[-1].l); /* if variables has been declared in a subroutine */ if ( insubroutinedeclare == 1 ) { OPTI_1_ajoutvarofsubroutine(yyvsp[-1].l); OPTI_0_writesubroutinedeclaration(yyvsp[-1].l); } /* If there are a SAVE declarations in module's */ /* subroutines we should remove it from the */ /* subroutines declaration and add it in the */ /* global declarations */ if ( aftercontainsdeclare == 1 ) { decl_1_ajoutevarsave(yyvsp[-1].l); decl_0_modifdeclarationssave(yyvsp[-1].l); } } /* Case of common block */ indeclarationvar=0; PublicDeclare = 0; PrivateDeclare = 0; ExternalDeclare = 0; lengspecgiven=0; PrecisionGiven = 0; c_star = 0; CharacterSizeGiven = 0 ; InitialValueGiven = 0 ; IntentDeclare = 0; VariableIsParameter = 0 ; Allocatabledeclare = 0 ; SaveDeclare = 0; pointerdeclare = 0; optionaldeclare = 0 ; dimsgiven=0; c_selectorgiven=0; inttypename=0; } break; case 71: #line 704 "fortran.y" { infunctiondeclare = 1 ; Listofvariableinagriffunction=(listnom *)NULL; strcpy(subroutinename,yyvsp[-1].na); if ( inmodulemeet == 1 ) { tmpdeclaration_everdone = 0; paramdeclaration_everdone = 0; insubroutinedeclare = 1; if ( firstpass == 0 ) { adduseagrifutil = 0 ; AGRIF_n_AddUseAgrifUtil(); } /* we should to list of the subroutine argument the */ /* name of the function which has to be defined */ if ( firstpass == 1 ) { curvar=createvar(yyvsp[-1].na,NULL); strcpy(curvar->typevar,DeclType); curlistvar=insertvar(NULL,curvar); listargsubroutine = AddListvarToListvar (curlistvar,listargsubroutine,1); curvar=createvar(yyvsp[-1].na,NULL); strcpy(curvar->typevar,DeclType); strcpy(curvar->modulename,subroutinename); curlistvar=insertvar(NULL,curvar); varofsubroutineliste = AddListvarToListvar (curlistvar,varofsubroutineliste,1); } if ( firstpass == 0 ) { curvar=createvar(yyvsp[-1].na,NULL); strcpy(curvar->typevar,DeclType); functionlistvar=insertvar(NULL,curvar); } /* in the second step we should write the head of */ /* the subroutine sub_loop_ */ OPTI_0_writeheadnewsubforfunc(); adduseagrifutil = 0 ; } else { tmpdeclaration_everdone = 0; paramdeclaration_everdone = 0; insubroutinedeclare = 1; if ( firstpass == 0 ) { adduseagrifutil = 0 ; AGRIF_n_AddUseAgrifUtil(); } /* we should to list of the subroutine argument the */ /* name of the function which has to be defined */ if ( firstpass == 1 ) { curvar=createvar(yyvsp[-1].na,NULL); strcpy(curvar->typevar,DeclType); curlistvar=insertvar(NULL,curvar); listargsubroutine = AddListvarToListvar (curlistvar,listargsubroutine,1); curvar=createvar(yyvsp[-1].na,NULL); strcpy(curvar->typevar,DeclType); strcpy(curvar->modulename,subroutinename); curlistvar=insertvar(NULL,curvar); varofsubroutineliste = AddListvarToListvar (curlistvar,varofsubroutineliste,1); } /* in the second step we should write the head of */ /* the subroutine sub_loop_ */ OPTI_0_writeheadnewsubforfunc(); adduseagrifutil = 0 ; } } break; case 72: #line 779 "fortran.y" { if (firstpass == 0 ) { pos_curparameter = setposcur()-9; } } break; case 73: #line 786 "fortran.y" { if (firstpass == 0 ) pos_curdata = setposcur()-4; } break; case 74: #line 790 "fortran.y" { sprintf(ligne,"(/ %s /)",yyvsp[-1].na); DATA_n_CompleteDataList(yyvsp[-3].na,ligne); } break; case 75: #line 795 "fortran.y" { sprintf(ligne,"(/ %s /)",yyvsp[-1].na); DATA_n_CompleteDataList(yyvsp[-3].na,ligne); } break; case 76: #line 801 "fortran.y" { strcpy(yyval.na,yyvsp[0].na); } break; case 77: #line 805 "fortran.y" { sprintf(yyval.na,"%s,%s",yyvsp[-2].na,yyvsp[0].na); } break; case 78: #line 810 "fortran.y" {sprintf(yyval.na,"%s%s",yyvsp[-1].na,yyvsp[0].na);} break; case 79: #line 812 "fortran.y" {sprintf(yyval.na,"%s+%s",yyvsp[-2].na,yyvsp[0].na);} break; case 80: #line 814 "fortran.y" {sprintf(yyval.na,"%s+%s",yyvsp[-2].na,yyvsp[0].na);} break; case 81: #line 816 "fortran.y" {sprintf(yyval.na,"%s+%s",yyvsp[-2].na,yyvsp[0].na);} break; case 82: #line 818 "fortran.y" {sprintf(yyval.na,"%s+%s",yyvsp[-2].na,yyvsp[0].na);} break; case 83: #line 821 "fortran.y" {strcpy(yyval.na,"");} break; case 84: #line 823 "fortran.y" {strcpy(yyval.na,yyvsp[0].na);} break; case 87: #line 829 "fortran.y" { if ( firstpass == 1 ) AddNameToListNamelist(yyvsp[-1].na); } break; case 88: #line 833 "fortran.y" { if ( firstpass == 1 ) AddNameToListNamelist(yyvsp[-2].na); } break; case 101: #line 856 "fortran.y" { if (firstpass == 0 && fortran77 == 1 && couldaddvariable == 1 ) { pos_end = setposcur(); RemoveWordSET(fortranout,pos_curcommon, pos_end-pos_curcommon); } } break; case 102: #line 866 "fortran.y" { if ( couldaddvariable == 1 ) { if (firstpass == 1 ) { sprintf(charusemodule,"%s",yyvsp[-1].na); Add_ModuleTo_Modulelist(yyvsp[-1].na); } if (firstpass == 0 && fortran77 == 1 ) { pos_end = setposcur(); RemoveWordSET(fortranout,pos_curcommon, pos_end-pos_curcommon); } } } break; case 103: #line 883 "fortran.y" { if ( couldaddvariable == 1 ) { if (firstpass == 1 ) { sprintf(charusemodule,"%s",yyvsp[-2].na); Add_ModuleTo_Modulelist(yyvsp[-2].na); } if (firstpass == 0 && fortran77 == 1 ) { pos_end = setposcur(); RemoveWordSET(fortranout,pos_curcommon, pos_end-pos_curcommon); } } } break; case 104: #line 901 "fortran.y" { positioninblock=0; if (firstpass == 0 ) pos_curcommon = setposcur()-6; } break; case 105: #line 906 "fortran.y" { if ( couldaddvariable == 1 ) COM_1_AddCommonvartolist(); } break; case 106: #line 911 "fortran.y" { if ( couldaddvariable == 1 ) COM_1_AddCommonvartolist(); } break; case 107: #line 915 "fortran.y" { if ( couldaddvariable == 1 ) { positioninblock = positioninblock + 1 ; strcpy(commonvar,yyvsp[-1].na); commondim = yyvsp[0].d; } } break; case 108: #line 925 "fortran.y" { if ( couldaddvariable == 1 ) { strcpy(yyval.na,""); positioninblock=0; strcpy(commonblockname,""); } } break; case 109: #line 934 "fortran.y" { if ( couldaddvariable == 1 ) { strcpy(yyval.na,yyvsp[-1].na); positioninblock=0; strcpy(commonblockname,yyvsp[-1].na); } } break; case 118: #line 956 "fortran.y" { if ( firstpass == 1 ) yyval.l=insertvar(NULL,yyvsp[0].v); } break; case 119: #line 960 "fortran.y" { if ( firstpass == 1 ) yyval.l=insertvar(yyvsp[-2].l,yyvsp[0].v); } break; case 120: #line 965 "fortran.y" { if ( firstpass == 1 ) { curvar=(variable *) malloc(sizeof(variable)); strcpy(curvar->nomvar,yyvsp[-2].na); strcpy(curvar->subroutinename,subroutinename); strcpy(curvar->modulename,subroutinename); curvar->isparameter=1; strcpy(curvar->initialvalue,yyvsp[0].na); yyval.v=curvar; } } break; case 124: #line 984 "fortran.y" { if ( firstpass == 1 && insubroutinedeclare == 1 ) { listimplicitnone = Add_listname (subroutinename,listimplicitnone); } if ( firstpass == 0 && tmpdeclaration_everdone == 1 && inmoduledeclare == 0 ) { pos_end = setposcur(); RemoveWordSET(fortranout,pos_end-13, 13); } } break; case 126: #line 1003 "fortran.y" { if ( couldaddvariable == 1 ) { if ( inmoduledeclare == 1 || SaveDeclare == 1 ) { if ( MOD_n_InstanceShouldMadeInModule() == 1 ) { MOD_1_InstanceTo1InModule(); } } /* */ if (dimsgiven == 1) { curvar=createvar(yyvsp[-3].na,curdim); } else { curvar=createvar(yyvsp[-3].na,yyvsp[-2].d); } /* */ CreateAndFillin_Curvar(DeclType,yyvsp[-3].na,yyvsp[-2].d,curvar); /* */ curlistvar=insertvar(NULL,curvar); if (!strcasecmp(DeclType,"character")) { if (c_selectorgiven == 1) { strcpy(c_selectordim.first,"1"); strcpy(c_selectordim.last,c_selectorname); change_dim_char (insertdim(NULL,c_selectordim),curlistvar); } } yyval.l=settype(DeclType,curlistvar); } lengspecgiven=0; strcpy(vallengspec,""); } break; case 127: #line 1042 "fortran.y" { if ( couldaddvariable == 1 ) { if (dimsgiven == 1) { curvar=createvar(yyvsp[-3].na,curdim); } else { curvar=createvar(yyvsp[-3].na,yyvsp[-2].d); } /* */ CreateAndFillin_Curvar(yyvsp[-6].l->var->typevar,yyvsp[-3].na,yyvsp[-2].d,curvar); /* */ curvar->typegiven=1; strcpy(curvar->typevar,(yyvsp[-6].l->var->typevar)); /* */ curlistvar=insertvar(yyvsp[-6].l,curvar); if (!strcasecmp(DeclType,"character")) { if (c_selectorgiven == 1) { strcpy(c_selectordim.first,"1"); strcpy(c_selectordim.last,c_selectorname); change_dim_char (insertdim(NULL,c_selectordim),curlistvar); } } yyval.l=curlistvar; } lengspecgiven=0; strcpy(vallengspec,""); } break; case 128: #line 1076 "fortran.y" {dimsgiven=0;} break; case 129: #line 1079 "fortran.y" {strcpy(DeclType,yyvsp[-1].na);indeclarationvar=1;} break; case 130: #line 1081 "fortran.y" { indeclarationvar=1; strcpy(DeclType,"CHARACTER"); if (inmoduledeclare == 1 ) { MOD_1_InstanceShouldMadeTo1InModule(); } } break; case 131: #line 1090 "fortran.y" { indeclarationvar=1; strcpy(DeclType,yyvsp[-2].na); inttypename=1; strcpy(nameinttypename,yyvsp[0].na); } break; case 133: #line 1099 "fortran.y" {c_selectorgiven=1;strcpy(c_selectorname,yyvsp[0].na);} break; case 134: #line 1100 "fortran.y" {c_star = 1;} break; case 139: #line 1108 "fortran.y" { if ( firstpass == 0 ) { pos_cur_decl = setposcur(); pos_cur_decl = pos_cur_decl-9; } } break; case 140: #line 1116 "fortran.y" {strcpy(yyval.na,yyvsp[0].na);} break; case 141: #line 1119 "fortran.y" { strcpy(yyval.na,"INTEGER"); if ( firstpass == 0 ) { pos_cur_decl = setposcur(); pos_cur_decl = pos_cur_decl-7; } if (inmoduledeclare == 1 ) { MOD_1_InstanceShouldMadeTo1InModule(); } } break; case 142: #line 1131 "fortran.y" { strcpy(yyval.na,"REAL"); if ( firstpass == 0 ) { pos_cur_decl = setposcur(); pos_cur_decl = pos_cur_decl-4; } if (inmoduledeclare == 1 ) { MOD_1_InstanceShouldMadeTo1InModule(); } } break; case 143: #line 1144 "fortran.y" {strcpy(yyval.na,"COMPLEX");} break; case 144: #line 1146 "fortran.y" {strcpy(yyval.na,"DOUBLE PRECISION");} break; case 145: #line 1148 "fortran.y" {strcpy(yyval.na,"DOUBLE COMPLEX");} break; case 146: #line 1150 "fortran.y" { strcpy(yyval.na,"LOGICAL"); if ( firstpass == 0 ) { pos_cur_decl = setposcur(); pos_cur_decl = pos_cur_decl-7; } if (inmoduledeclare == 1 ) { MOD_1_InstanceShouldMadeTo1InModule(); } } break; case 147: #line 1163 "fortran.y" { if ( firstpass == 0 ) { pos_cur_decl = setposcur(); pos_cur_decl = pos_cur_decl-5; } strcpy(yyval.na,"TYPE"); } break; case 149: #line 1173 "fortran.y" {lengspecgiven=1;strcpy(vallengspec,yyvsp[0].na);} break; case 150: #line 1175 "fortran.y" {sprintf(yyval.na,"*%s",yyvsp[0].na);} break; case 151: #line 1176 "fortran.y" {strcpy(yyval.na,"*(*)");} break; case 158: #line 1187 "fortran.y" { PrecisionGiven = 1; sprintf(NamePrecision,"%s = %s",yyvsp[-2].na,yyvsp[0].na); } break; case 159: #line 1192 "fortran.y" { PrecisionGiven = 1; strcpy(NamePrecision,yyvsp[0].na); } break; case 160: #line 1197 "fortran.y" {strcpy(CharacterSize,yyvsp[0].na); CharacterSizeGiven = 1;strcpy(yyval.na,yyvsp[0].na);} break; case 161: #line 1199 "fortran.y" {strcpy(CharacterSize,"*"); CharacterSizeGiven = 1;strcpy(yyval.na,"*");} break; case 169: #line 1213 "fortran.y" { VariableIsParameter = 1; if (inmoduledeclare == 1 ) { MOD_1_InstanceShouldMadeTo0InModule(); } } break; case 171: #line 1222 "fortran.y" {Allocatabledeclare = 1;} break; case 172: #line 1224 "fortran.y" { dimsgiven=1; curdim=yyvsp[0].d; } break; case 173: #line 1229 "fortran.y" {ExternalDeclare = 1;} break; case 174: #line 1231 "fortran.y" {IntentDeclare = 1; strcpy(IntentSpec,yyvsp[-1].na);} break; case 176: #line 1233 "fortran.y" {optionaldeclare = 1 ;} break; case 177: #line 1234 "fortran.y" {pointerdeclare = 1 ;} break; case 178: #line 1235 "fortran.y" { if ( inmodulemeet == 1 ) { SaveDeclare = 1 ; Savemeet = 1; MOD_1_InstanceShouldMadeTo1InModule(); } } break; case 180: #line 1245 "fortran.y" {sprintf(yyval.na,"in");} break; case 181: #line 1246 "fortran.y" {sprintf(yyval.na,"out");} break; case 182: #line 1247 "fortran.y" {sprintf(yyval.na,"inout");} break; case 183: #line 1250 "fortran.y" {PublicDeclare = 1;} break; case 184: #line 1252 "fortran.y" {PrivateDeclare = 1;} break; case 185: #line 1254 "fortran.y" {yyval.d=(listdim *)NULL;} break; case 186: #line 1256 "fortran.y" {yyval.d=reverse(yyvsp[-1].d);} break; case 187: #line 1258 "fortran.y" {yyval.d=insertdim(NULL,yyvsp[0].dim1);} break; case 188: #line 1260 "fortran.y" {yyval.d=insertdim(yyvsp[-2].d,yyvsp[0].dim1);} break; case 189: #line 1262 "fortran.y" {strcpy(yyval.dim1.first,"1");strcpy(yyval.dim1.last,yyvsp[0].na);} break; case 190: #line 1263 "fortran.y" {strcpy(yyval.dim1.first,"");strcpy(yyval.dim1.last,"");} break; case 191: #line 1264 "fortran.y" {strcpy(yyval.dim1.first,yyvsp[-1].na);strcpy(yyval.dim1.last,"");} break; case 192: #line 1265 "fortran.y" {strcpy(yyval.dim1.first,"");strcpy(yyval.dim1.last,yyvsp[0].na);} break; case 193: #line 1267 "fortran.y" {strcpy(yyval.dim1.first,yyvsp[-2].na);strcpy(yyval.dim1.last,yyvsp[0].na);} break; case 194: #line 1269 "fortran.y" {strcpy(yyval.na,"*");} break; case 195: #line 1270 "fortran.y" {strcpy(yyval.na,yyvsp[0].na);} break; case 196: #line 1272 "fortran.y" {strcpy(yyval.na,yyvsp[0].na);} break; case 197: #line 1274 "fortran.y" {sprintf(yyval.na,"(%s)",yyvsp[-1].na);} break; case 198: #line 1276 "fortran.y" {strcpy(yyval.na,yyvsp[0].na);} break; case 200: #line 1281 "fortran.y" {sprintf(yyval.na,"SUM(%s)",yyvsp[-1].na);} break; case 201: #line 1283 "fortran.y" {sprintf(yyval.na,"MAX(%s)",yyvsp[-1].na);} break; case 202: #line 1285 "fortran.y" {sprintf(yyval.na,"TANH(%s)",yyvsp[-1].na);} break; case 203: #line 1287 "fortran.y" {sprintf(yyval.na,"MAXVAL(%s)",yyvsp[-1].na);} break; case 204: #line 1289 "fortran.y" {sprintf(yyval.na,"MIN(%s)",yyvsp[-1].na);} break; case 205: #line 1291 "fortran.y" {sprintf(yyval.na,"MINVAL(%s)",yyvsp[-1].na);} break; case 206: #line 1293 "fortran.y" {sprintf(yyval.na,"TRIM(%s)",yyvsp[-1].na);} break; case 207: #line 1295 "fortran.y" {sprintf(yyval.na,"SQRT(%s)",yyvsp[-1].na);} break; case 208: #line 1297 "fortran.y" {sprintf(yyval.na,"REAL(%s)",yyvsp[-1].na);} break; case 209: #line 1299 "fortran.y" {sprintf(yyval.na,"INT(%s)",yyvsp[-1].na);} break; case 210: #line 1301 "fortran.y" {sprintf(yyval.na,"NINT(%s)",yyvsp[-1].na);} break; case 211: #line 1303 "fortran.y" {sprintf(yyval.na,"FLOAT(%s)",yyvsp[-1].na);} break; case 212: #line 1305 "fortran.y" {sprintf(yyval.na,"EXP(%s)",yyvsp[-1].na);} break; case 213: #line 1307 "fortran.y" {sprintf(yyval.na,"COS(%s)",yyvsp[-1].na);} break; case 214: #line 1309 "fortran.y" {sprintf(yyval.na,"COSH(%s)",yyvsp[-1].na);} break; case 215: #line 1311 "fortran.y" {sprintf(yyval.na,"ACOS(%s)",yyvsp[-1].na);} break; case 216: #line 1313 "fortran.y" {sprintf(yyval.na,"SIN(%s)",yyvsp[-1].na);} break; case 217: #line 1315 "fortran.y" {sprintf(yyval.na,"SINH(%s)",yyvsp[-1].na);} break; case 218: #line 1317 "fortran.y" {sprintf(yyval.na,"ASIN(%s)",yyvsp[-1].na);} break; case 219: #line 1319 "fortran.y" {sprintf(yyval.na,"LOG(%s)",yyvsp[-1].na);} break; case 220: #line 1321 "fortran.y" {sprintf(yyval.na,"TAN(%s)",yyvsp[-1].na);} break; case 221: #line 1323 "fortran.y" {sprintf(yyval.na,"ATAN(%s)",yyvsp[-1].na);} break; case 222: #line 1325 "fortran.y" {sprintf(yyval.na,"ABS(%s)",yyvsp[-1].na);} break; case 223: #line 1327 "fortran.y" {sprintf(yyval.na,"MOD(%s)",yyvsp[-1].na);} break; case 224: #line 1329 "fortran.y" {sprintf(yyval.na,"SIGN(%s)",yyvsp[-1].na);} break; case 225: #line 1331 "fortran.y" {sprintf(yyval.na,"MINLOC(%s)",yyvsp[-1].na);} break; case 226: #line 1333 "fortran.y" {sprintf(yyval.na,"MAXLOC(%s)",yyvsp[-1].na);} break; case 227: #line 1335 "fortran.y" {strcpy(yyval.na,yyvsp[0].na);} break; case 228: #line 1337 "fortran.y" {strcpy(yyval.na,yyvsp[-2].na);strcat(yyval.na,",");strcat(yyval.na,yyvsp[0].na);} break; case 229: #line 1339 "fortran.y" {strcpy(yyval.na,yyvsp[0].na);} break; case 230: #line 1341 "fortran.y" {strcpy(yyval.na,yyvsp[0].na);} break; case 231: #line 1343 "fortran.y" {strcpy(yyval.na,yyvsp[0].na);} break; case 232: #line 1345 "fortran.y" {sprintf(yyval.na,"%s%s",yyvsp[-1].na,yyvsp[0].na);} break; case 233: #line 1347 "fortran.y" {sprintf(yyval.na,"%s%s",yyvsp[-1].na,yyvsp[0].na);} break; case 234: #line 1349 "fortran.y" {sprintf(yyval.na,"%s%s",yyvsp[-1].na,yyvsp[0].na);} break; case 235: #line 1351 "fortran.y" {strcpy(yyval.na,"+");} break; case 236: #line 1352 "fortran.y" {strcpy(yyval.na,"-");} break; case 237: #line 1355 "fortran.y" {sprintf(yyval.na,"+%s",yyvsp[0].na);} break; case 238: #line 1357 "fortran.y" {sprintf(yyval.na,"-%s",yyvsp[0].na);} break; case 239: #line 1359 "fortran.y" {sprintf(yyval.na,"*%s",yyvsp[0].na);} break; case 240: #line 1361 "fortran.y" {sprintf(yyval.na,"%s%s",yyvsp[-1].na,yyvsp[0].na);} break; case 241: #line 1363 "fortran.y" {sprintf(yyval.na,"%s%s",yyvsp[-1].na,yyvsp[0].na);} break; case 242: #line 1365 "fortran.y" {sprintf(yyval.na,"%s%s",yyvsp[-1].na,yyvsp[0].na);} break; case 243: #line 1367 "fortran.y" {sprintf(yyval.na," > %s",yyvsp[0].na);} break; case 244: #line 1369 "fortran.y" {sprintf(yyval.na,"%s%s",yyvsp[-1].na,yyvsp[0].na);} break; case 245: #line 1371 "fortran.y" {sprintf(yyval.na," < %s",yyvsp[0].na);} break; case 246: #line 1373 "fortran.y" {sprintf(yyval.na,"%s%s",yyvsp[-1].na,yyvsp[0].na);} break; case 247: #line 1375 "fortran.y" {sprintf(yyval.na," >= %s",yyvsp[0].na);} break; case 248: #line 1377 "fortran.y" {sprintf(yyval.na,"%s%s",yyvsp[-1].na,yyvsp[0].na);} break; case 249: #line 1379 "fortran.y" {sprintf(yyval.na," <= %s",yyvsp[0].na);} break; case 250: #line 1381 "fortran.y" {sprintf(yyval.na,"%s%s",yyvsp[-1].na,yyvsp[0].na);} break; case 251: #line 1383 "fortran.y" {sprintf(yyval.na,"%s%s",yyvsp[-1].na,yyvsp[0].na);} break; case 252: #line 1385 "fortran.y" {sprintf(yyval.na,"%s%s",yyvsp[-1].na,yyvsp[0].na);} break; case 253: #line 1387 "fortran.y" {sprintf(yyval.na,"%s%s",yyvsp[-1].na,yyvsp[0].na);} break; case 254: #line 1389 "fortran.y" {sprintf(yyval.na,"%s",yyvsp[0].na);} break; case 255: #line 1391 "fortran.y" {sprintf(yyval.na,"%s",yyvsp[0].na);} break; case 256: #line 1394 "fortran.y" {sprintf(yyval.na,"/%s",yyvsp[0].na);} break; case 257: #line 1396 "fortran.y" {sprintf(yyval.na,"== %s",yyvsp[0].na);} break; case 258: #line 1398 "fortran.y" {sprintf(yyval.na,"//%s",yyvsp[0].na);} break; case 259: #line 1401 "fortran.y" {sprintf(yyval.na,"==%s",yyvsp[0].na);} break; case 260: #line 1403 "fortran.y" {sprintf(yyval.na,"= %s",yyvsp[0].na);} break; case 261: #line 1406 "fortran.y" {strcpy(yyval.na,yyvsp[0].na);} break; case 262: #line 1408 "fortran.y" {strcpy(yyval.na,yyvsp[0].na);} break; case 263: #line 1410 "fortran.y" {strcpy(yyval.na,yyvsp[0].na);} break; case 264: #line 1412 "fortran.y" { agrif_parentcall =0; if (!strcasecmp(identcopy,"Agrif_Parent") ) agrif_parentcall =1; if ( AGRIF_n_Agrif_in_Tok_NAME(identcopy) == 1 ) { inagrifcallargument = 1; AGRIF_n_AddsubroutineTolistsubwhereagrifused(); } } break; case 265: #line 1424 "fortran.y" { strcpy(yyval.na,yyvsp[0].na); if ( incalldeclare == 0 ) inagrifcallargument = 0; } break; case 266: #line 1429 "fortran.y" {sprintf(yyval.na," %s %s ",yyvsp[-1].na,yyvsp[0].na);} break; case 267: #line 1431 "fortran.y" {sprintf(yyval.na," %s ( %s )",yyvsp[-3].na,yyvsp[-1].na);} break; case 268: #line 1433 "fortran.y" {sprintf(yyval.na," %s ( %s ) %s ",yyvsp[-4].na,yyvsp[-2].na,yyvsp[0].na);} break; case 269: #line 1436 "fortran.y" { sprintf(yyval.na," %s ( %s )",yyvsp[-3].na,yyvsp[-1].na); AGRIF_0_ModifyTheAgrifFunction(yyvsp[-1].na); agrif_parentcall =0; } break; case 270: #line 1443 "fortran.y" { sprintf(yyval.na," %s %% %s ",yyvsp[-2].na,yyvsp[0].na); if ( incalldeclare == 0 ) inagrifcallargument = 0; } break; case 271: #line 1449 "fortran.y" {sprintf(yyval.na,"(/%s/)",yyvsp[-1].na);} break; case 272: #line 1451 "fortran.y" {strcpy(yyval.na," ");} break; case 273: #line 1453 "fortran.y" {strcpy(yyval.na,yyvsp[0].na);} break; case 274: #line 1455 "fortran.y" {strcpy(yyval.na,yyvsp[0].na);} break; case 275: #line 1457 "fortran.y" {sprintf(yyval.na,"%s,%s",yyvsp[-2].na,yyvsp[0].na);} break; case 276: #line 1459 "fortran.y" {strcpy(yyval.na,yyvsp[0].na);} break; case 277: #line 1460 "fortran.y" {strcpy(yyval.na,yyvsp[0].na);} break; case 278: #line 1463 "fortran.y" {sprintf(yyval.na,"%s:%s",yyvsp[-2].na,yyvsp[0].na);} break; case 279: #line 1465 "fortran.y" {sprintf(yyval.na,"%s:%s:%s",yyvsp[-4].na,yyvsp[-2].na,yyvsp[0].na);} break; case 280: #line 1467 "fortran.y" {sprintf(yyval.na,":%s:%s",yyvsp[-2].na,yyvsp[0].na);} break; case 281: #line 1468 "fortran.y" {sprintf(yyval.na,": : %s",yyvsp[0].na);} break; case 282: #line 1469 "fortran.y" {sprintf(yyval.na,":%s",yyvsp[0].na);} break; case 283: #line 1470 "fortran.y" {sprintf(yyval.na,"%s:",yyvsp[-1].na);} break; case 284: #line 1471 "fortran.y" {sprintf(yyval.na,":");} break; case 285: #line 1473 "fortran.y" { strcpy(identcopy,yyvsp[0].na); pointedvar=0; if ( VarIsNonGridDepend(yyvsp[0].na) == 0 && formatdeclare == 0 ) { if ( inagrifcallargument == 1 || OPTI_0_varisallocatable(yyvsp[0].na) == 1 || OPTI_0_varispointer(yyvsp[0].na) == 1 ) { AGRIF_0_ModifyTheVariableName(yyvsp[0].na); } if ( inagrifcallargument != 1 ) OPTI_1_ajoutevarindoloop(yyvsp[0].na); } AGRIF_0_NotifyAgrifFunction(yyvsp[0].na); } break; case 286: #line 1493 "fortran.y" {strcpy(yyval.na,".TRUE.");} break; case 287: #line 1494 "fortran.y" {strcpy(yyval.na,".FALSE.");} break; case 288: #line 1495 "fortran.y" {strcpy(yyval.na,yyvsp[0].na);} break; case 289: #line 1496 "fortran.y" {strcpy(yyval.na,yyvsp[0].na);} break; case 290: #line 1497 "fortran.y" {strcpy(yyval.na,yyvsp[0].na);} break; case 291: #line 1498 "fortran.y" {strcpy(yyval.na,yyvsp[0].na);} break; case 292: #line 1500 "fortran.y" {sprintf(yyval.na,"%s%s",yyvsp[-1].na,yyvsp[0].na);} break; case 294: #line 1504 "fortran.y" {strcpy(yyval.na,yyvsp[0].na);} break; case 296: #line 1507 "fortran.y" {strcpy(yyval.na,yyvsp[0].na);} break; case 297: #line 1509 "fortran.y" {strcpy(yyval.na,yyvsp[0].na);} break; case 298: #line 1511 "fortran.y" {strcpy(yyval.na," ");} break; case 299: #line 1512 "fortran.y" {strcpy(yyval.na,yyvsp[0].na);} break; case 300: #line 1515 "fortran.y" {sprintf(yyval.na,"(%s:%s)",yyvsp[-3].na,yyvsp[-1].na);} break; case 301: #line 1517 "fortran.y" {strcpy(yyval.na," ");} break; case 302: #line 1518 "fortran.y" {strcpy(yyval.na,yyvsp[0].na);} break; case 303: #line 1520 "fortran.y" {strcpy(yyval.na," ");} break; case 304: #line 1521 "fortran.y" {strcpy(yyval.na,yyvsp[0].na);} break; case 305: #line 1523 "fortran.y" {InitialValueGiven = 0;} break; case 306: #line 1525 "fortran.y" { strcpy(InitValue,yyvsp[0].na); InitialValueGiven = 1; } break; case 307: #line 1530 "fortran.y" {if ( firstpass == 0 ) pos_curinit = setposcur();} break; case 308: #line 1533 "fortran.y" {sprintf(yyval.na,"(%s,%s)",yyvsp[-3].na,yyvsp[-1].na);} break; case 309: #line 1536 "fortran.y" { /* if variables has been declared in a subroutine */ if (insubroutinedeclare == 1) { OPTI_0_copyuse(yyvsp[0].na); } if (firstpass == 1 ) { sprintf(charusemodule,"%s",yyvsp[0].na); Addmoduletothelist(yyvsp[0].na); } if ( firstpass == 0 && inmoduledeclare == 0 ) { pos_end = setposcur(); RemoveWordSET(fortranout,pos_curuse, pos_end-pos_curuse); } } break; case 310: #line 1555 "fortran.y" { if (insubroutinedeclare == 1) { OPTI_1_completelistvarpointtovar(yyvsp[-2].na,yyvsp[0].lc); } if ( firstpass == 1 ) { if ( insubroutinedeclare == 1 ) { coupletmp = yyvsp[0].lc; strcpy(ligne,""); while ( coupletmp ) { strcat(ligne,coupletmp->namevar); strcat(ligne," => "); strcat(ligne,coupletmp->namepointedvar); coupletmp = coupletmp->suiv; if ( coupletmp ) strcat(ligne,","); } sprintf(charusemodule,"%s",yyvsp[-2].na); } Addmoduletothelist(yyvsp[-2].na); } if ( firstpass == 0 && inmoduledeclare == 0 ) { pos_end = setposcur(); RemoveWordSET(fortranout,pos_curuse, pos_end-pos_curuse); } } break; case 311: #line 1586 "fortran.y" { /* if variables has been declared in a subroutine */ if (insubroutinedeclare == 1) { OPTI_0_copyuseonly(yyvsp[-4].na); } if (firstpass == 1 ) { sprintf(charusemodule,"%s",yyvsp[-4].na); Addmoduletothelist(yyvsp[-4].na); } if ( firstpass == 0 && inmoduledeclare == 0 ) { pos_end = setposcur(); RemoveWordSET(fortranout,pos_curuse, pos_end-pos_curuse); } } break; case 312: #line 1605 "fortran.y" { /* if variables has been declared in a subroutine */ if (insubroutinedeclare == 1) { OPTI_1_completelistvarpointtovar(yyvsp[-4].na,yyvsp[0].lc); } if ( firstpass == 1 ) { if ( insubroutinedeclare == 1 ) { coupletmp = yyvsp[0].lc; strcpy(ligne,""); while ( coupletmp ) { strcat(ligne,coupletmp->namevar); if ( strcasecmp(coupletmp->namepointedvar,"") ) strcat(ligne," => "); strcat(ligne,coupletmp->namepointedvar); coupletmp = coupletmp->suiv; if ( coupletmp ) strcat(ligne,","); } sprintf(charusemodule,"%s",yyvsp[-4].na); } Addmoduletothelist(yyvsp[-4].na); } if ( firstpass == 0 && inmoduledeclare == 0 ) { pos_end = setposcur(); RemoveWordSET(fortranout,pos_curuse, pos_end-pos_curuse); } } break; case 313: #line 1639 "fortran.y" { if ( firstpass == 0 ) pos_curuse = setposcur()-3; } break; case 314: #line 1644 "fortran.y" {strcpy(yyval.na,yyvsp[0].na);} break; case 315: #line 1647 "fortran.y" { yyval.lc = yyvsp[0].lc; } break; case 316: #line 1651 "fortran.y" { /* insert the variable in the list $1 */ yyvsp[0].lc->suiv = yyvsp[-2].lc; yyval.lc = yyvsp[0].lc; } break; case 317: #line 1658 "fortran.y" { coupletmp =(listcouple *)malloc(sizeof(listcouple)); strcpy(coupletmp->namevar,yyvsp[-2].na); strcpy(coupletmp->namepointedvar,yyvsp[0].na); coupletmp->suiv = NULL; yyval.lc = coupletmp; } break; case 318: #line 1667 "fortran.y" { yyval.lc = yyvsp[0].lc; } break; case 319: #line 1671 "fortran.y" { /* insert the variable in the list $1 */ yyvsp[0].lc->suiv = yyvsp[-2].lc; yyval.lc = yyvsp[0].lc; } break; case 320: #line 1678 "fortran.y" { coupletmp =(listcouple *)malloc(sizeof(listcouple)); strcpy(coupletmp->namevar,yyvsp[-2].na); strcpy(coupletmp->namepointedvar,yyvsp[0].na); coupletmp->suiv = NULL; yyval.lc = coupletmp; pointedvar=1; OPTI_1_ajoutevarindoloop(yyvsp[-2].na); } break; case 321: #line 1687 "fortran.y" { coupletmp =(listcouple *)malloc(sizeof(listcouple)); strcpy(coupletmp->namevar,yyvsp[0].na); strcpy(coupletmp->namepointedvar,""); coupletmp->suiv = NULL; yyval.lc = coupletmp; } break; case 326: #line 1700 "fortran.y" { if ( inmodulemeet == 1 ) { /* we are in a module */ if ( insubroutinedeclare == 1 ) { /* it is like an end subroutine */ insubroutinedeclare = 0 ; paramdeclaration_everdone = 0; tmpdeclaration_everdone = 0; /* */ OPTI_0_closeandcallsubloopandincludeit(1,yyvsp[0].na,""); /* at the end of the firstpass we should remove */ /* from the listvarindoloop all variables */ /* which has not been declared as table in the */ /* globliste */ OPTI_1_cleanlistvarfordoloop(1); } else { /* if we never meet the contains keyword */ if ( inmoduledeclare == 1 ) { if ( aftercontainsdeclare == 0 ) { if ( firstpass == 1) DATA_1_CompleteGlobListeWithDatalist(); addi_0_addsubroutine_inst_back_alloc(1); } } /* it is like an end module */ inmoduledeclare = 0 ; inmodulemeet = 0 ; } } else { paramdeclaration_everdone = 0; tmpdeclaration_everdone = 0; insubroutinedeclare = 0; /* */ OPTI_0_closeandcallsubloopandincludeit(2,yyvsp[0].na,""); /* it is like end subroutine or end program */ /* Common case */ /* at the end of the firstpass we should remove */ /* from the listvarindoloop all variables which */ /* has not been declared as table in the */ /* globliste */ OPTI_1_cleanlistvarfordoloop(1); } } break; case 327: #line 1752 "fortran.y" { tmpdeclaration_everdone = 0; paramdeclaration_everdone = 0; insubroutinedeclare = 0; /* */ OPTI_0_closeandcallsubloopandincludeit(3,yyvsp[-1].na,yyvsp[0].na); /* Common case */ /* at the end of the firstpass we should remove from */ /* the listvarindoloop all variables which has not */ /* been declared as table in the globliste */ OPTI_1_cleanlistvarfordoloop(3); } break; case 328: #line 1765 "fortran.y" { tmpdeclaration_everdone = 0; paramdeclaration_everdone = 0; insubroutinedeclare = 0; /* */ OPTI_0_closeandcallsubloopandincludeit(1,yyvsp[-1].na,yyvsp[0].na); /* Common case */ /* at the end of the firstpass we should remove from */ /* the listvarindoloop all variables which has not */ /* been declared as table in the globliste */ OPTI_1_cleanlistvarfordoloop(1); } break; case 329: #line 1778 "fortran.y" { tmpdeclaration_everdone = 0; paramdeclaration_everdone = 0; insubroutinedeclare = 0; /* */ OPTI_0_closeandcallsubloopandincludeit(0,yyvsp[-1].na,yyvsp[0].na); /* Common case */ /* at the end of the firstpass we should remove from */ /* the listvarindoloop all variables which has not */ /* been declared as table in the globliste */ OPTI_1_cleanlistvarfordoloop(0); } break; case 330: #line 1791 "fortran.y" { /* if we never meet the contains keyword */ if ( inmoduledeclare == 1 ) { if ( aftercontainsdeclare == 0 ) { if ( firstpass == 1) DATA_1_CompleteGlobListeWithDatalist(); addi_0_addsubroutine_inst_back_alloc(1); } } inmoduledeclare = 0 ; inmodulemeet = 0 ; } break; case 344: #line 1819 "fortran.y" { if (inmoduledeclare == 1 ) { if ( firstpass == 1) DATA_1_CompleteGlobListeWithDatalist(); addi_0_addsubroutine_inst_back_alloc(0); } inmoduledeclare = 0 ; aftercontainsdeclare = 1; } break; case 352: #line 1840 "fortran.y" {strcpy(yyval.na,"");} break; case 353: #line 1841 "fortran.y" {strcpy(yyval.na,yyvsp[0].na);} break; case 369: #line 1866 "fortran.y" {sprintf(yyval.na,"=%s",yyvsp[0].na);} break; case 370: #line 1868 "fortran.y" {sprintf(yyval.na,"=>%s",yyvsp[0].na);} break; case 371: #line 1871 "fortran.y" { inagrifcallargument = 0 ; incalldeclare=0; if ( oldfortranout && !strcmp(meetagrifinitgrids,subroutinename) && firstpass == 0 && callmpiinit == 1) { pos_end = setposcur(); RemoveWordSET(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(fortranout,pos_curcall, pos_end-pos_curcall); fprintf(oldfortranout, " Call Agrif_Init_Grids () \n"); strcpy(subofagrifinitgrids,subroutinename); } } break; case 376: #line 1905 "fortran.y" { if (!strcasecmp(yyvsp[0].na,"MPI_Init") ) { callmpiinit = 1; strcpy(meetmpiinit,subroutinename); } else { callmpiinit = 0; } if (!strcasecmp(yyvsp[0].na,"Agrif_Init_Grids") ) { callagrifinitgrids = 1; strcpy(meetagrifinitgrids,subroutinename); } else callagrifinitgrids = 0; if ( AGRIF_n_Vartonumber(yyvsp[0].na) == 1 ) { incalldeclare=1; inagrifcallargument = 1 ; AGRIF_n_AddsubroutineTolistsubwhereagrifused(); } } break; case 377: #line 1930 "fortran.y" {if ( firstpass == 0 ) pos_curcall=setposcur()-4;} break; case 380: #line 1935 "fortran.y" { if ( callmpiinit == 1 ) { strcpy(mpiinitvar,yyvsp[0].na); if ( firstpass == 1 ) { curvar=createvar(yyvsp[0].na,NULL); curlistvar=insertvar(NULL,curvar); listargsubroutine = AddListvarToListvar (curlistvar,listargsubroutine,1); } } } break; case 386: #line 1958 "fortran.y" {formatdeclare = 0;} break; case 389: #line 1962 "fortran.y" {formatdeclare = 0;} break; case 390: #line 1965 "fortran.y" {formatdeclare = 1;} break; case 462: #line 2066 "fortran.y" {strcpy(yyval.na,yyvsp[0].na);} break; case 463: #line 2067 "fortran.y" {strcpy(yyval.na,yyvsp[0].na);} break; case 464: #line 2070 "fortran.y" {sprintf(yyval.na,"%s,%s",yyvsp[-2].na,yyvsp[0].na);} break; case 465: #line 2072 "fortran.y" {sprintf(yyval.na,"%s,%s",yyvsp[-2].na,yyvsp[0].na);} break; case 466: #line 2074 "fortran.y" {sprintf(yyval.na,"%s,%s",yyvsp[-2].na,yyvsp[0].na);} break; case 467: #line 2076 "fortran.y" {sprintf(yyval.na,"%s,%s",yyvsp[-2].na,yyvsp[0].na);} break; case 468: #line 2078 "fortran.y" {sprintf(yyval.na,"%s,%s",yyvsp[-2].na,yyvsp[0].na);} break; case 469: #line 2080 "fortran.y" {sprintf(yyval.na,"%s,%s",yyvsp[-2].na,yyvsp[0].na);} break; case 470: #line 2081 "fortran.y" {strcpy(yyval.na,yyvsp[0].na);} break; case 471: #line 2082 "fortran.y" {strcpy(yyval.na,yyvsp[0].na);} break; case 472: #line 2085 "fortran.y" {strcpy(yyval.na,yyvsp[0].na);} break; case 473: #line 2087 "fortran.y" {sprintf(yyval.na," (%s)",yyvsp[-1].na);} break; case 474: #line 2089 "fortran.y" {sprintf(yyval.na,"(%s,%s)",yyvsp[-3].na,yyvsp[-1].na);} break; case 475: #line 2091 "fortran.y" {sprintf(yyval.na,"(%s,%s)",yyvsp[-3].na,yyvsp[-1].na);} break; case 476: #line 2093 "fortran.y" {sprintf(yyval.na,"(%s,%s)",yyvsp[-3].na,yyvsp[-1].na);} break; case 477: #line 2097 "fortran.y" {sprintf(yyval.na,"%s=%s,%s)",yyvsp[-4].na,yyvsp[-2].na,yyvsp[0].na);} break; case 478: #line 2099 "fortran.y" {sprintf(yyval.na,"%s=%s,%s,%s)",yyvsp[-6].na,yyvsp[-4].na,yyvsp[-2].na,yyvsp[0].na);} break; case 485: #line 2112 "fortran.y" {OPTI_1_AddIdentToTheAllocateList(yyvsp[0].na);} break; case 488: #line 2117 "fortran.y" {OPTI_1_AddIdentToTheAllocateList(yyvsp[-3].na);} break; case 502: #line 2140 "fortran.y" {strcpy(yyval.na,yyvsp[0].na);} break; #line 7962 "y.tab.c" } yyssp -= yym; yystate = *yyssp; yyvsp -= yym; yym = yylhs[yyn]; if (yystate == 0 && yym == 0) { #if YYDEBUG if (yydebug) printf("%sdebug: after reduction, shifting from state 0 to\ state %d\n", YYPREFIX, YYFINAL); #endif yystate = YYFINAL; *++yyssp = YYFINAL; *++yyvsp = yyval; if (yychar < 0) { if ((yychar = yylex()) < 0) yychar = 0; #if YYDEBUG if (yydebug) { yys = 0; if (yychar <= YYMAXTOKEN) yys = yyname[yychar]; if (!yys) yys = "illegal-symbol"; printf("%sdebug: state %d, reading %d (%s)\n", YYPREFIX, YYFINAL, yychar, yys); } #endif } if (yychar == 0) goto yyaccept; goto yyloop; } if ((yyn = yygindex[yym]) && (yyn += yystate) >= 0 && yyn <= YYTABLESIZE && yycheck[yyn] == yystate) yystate = yytable[yyn]; else yystate = yydgoto[yym]; #if YYDEBUG if (yydebug) printf("%sdebug: after reduction, shifting from state %d \ to state %d\n", YYPREFIX, *yyssp, yystate); #endif if (yyssp >= yyss + yystacksize - 1) { goto yyoverflow; } *++yyssp = yystate; *++yyvsp = yyval; goto yyloop; yyoverflow: yyerror("yacc stack overflow"); yyabort: return (1); yyaccept: return (0); } #define yy_create_buffer fortran_create_buffer #define yy_delete_buffer fortran_delete_buffer #define yy_scan_buffer fortran_scan_buffer #define yy_scan_string fortran_scan_string #define yy_scan_bytes fortran_scan_bytes #define yy_flex_debug fortran_flex_debug #define yy_init_buffer fortran_init_buffer #define yy_flush_buffer fortran_flush_buffer #define yy_load_buffer_state fortran_load_buffer_state #define yy_switch_to_buffer fortran_switch_to_buffer #define yyin fortranin #define yyleng fortranleng #define yylex fortranlex #define yyout fortranout #define yyrestart fortranrestart #define yytext fortrantext #define yywrap fortranwrap #line 20 "fortran.yy.c" /* A lexical scanner generated by flex */ /* Scanner skeleton version: * $Header$ */ #define FLEX_SCANNER #define YY_FLEX_MAJOR_VERSION 2 #define YY_FLEX_MINOR_VERSION 5 #include #include /* cfront 1.2 defines "c_plusplus" instead of "__cplusplus" */ #ifdef c_plusplus #ifndef __cplusplus #define __cplusplus #endif #endif #ifdef __cplusplus #include /* Use prototypes in function declarations. */ #define YY_USE_PROTOS /* The "const" storage-class-modifier is valid. */ #define YY_USE_CONST #else /* ! __cplusplus */ #if __STDC__ #define YY_USE_PROTOS #define YY_USE_CONST #endif /* __STDC__ */ #endif /* ! __cplusplus */ #ifdef __TURBOC__ #pragma warn -rch #pragma warn -use #include #include #define YY_USE_CONST #define YY_USE_PROTOS #endif #ifdef YY_USE_CONST #define yyconst const #else #define yyconst #endif #ifdef YY_USE_PROTOS #define YY_PROTO(proto) proto #else #define YY_PROTO(proto) () #endif /* Returned upon end-of-file. */ #define YY_NULL 0 /* Promotes a possibly negative, possibly signed char to an unsigned * integer for use as an array index. If the signed char is negative, * we want to instead treat it as an 8-bit unsigned char, hence the * double cast. */ #define YY_SC_TO_UI(c) ((unsigned int) (unsigned char) c) /* Enter a start condition. This macro really ought to take a parameter, * but we do it the disgusting crufty way forced on us by the ()-less * definition of BEGIN. */ #define BEGIN yy_start = 1 + 2 * /* Translate the current start state into a value that can be later handed * to BEGIN to return to the state. The YYSTATE alias is for lex * compatibility. */ #define YY_START ((yy_start - 1) / 2) #define YYSTATE YY_START /* Action number for EOF rule of a given start state. */ #define YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1) /* Special action meaning "start processing a new file". */ #define YY_NEW_FILE yyrestart( yyin ) #define YY_END_OF_BUFFER_CHAR 0 /* Size of default input buffer. */ #define YY_BUF_SIZE 16384 typedef struct yy_buffer_state *YY_BUFFER_STATE; extern int yyleng; extern FILE *yyin, *yyout; #define EOB_ACT_CONTINUE_SCAN 0 #define EOB_ACT_END_OF_FILE 1 #define EOB_ACT_LAST_MATCH 2 /* The funky do-while in the following #define is used to turn the definition * int a single C statement (which needs a semi-colon terminator). This * avoids problems with code like: * * if ( condition_holds ) * yyless( 5 ); * else * do_something_else(); * * Prior to using the do-while the compiler would get upset at the * "else" because it interpreted the "if" statement as being all * done when it reached the ';' after the yyless() call. */ /* Return all but the first 'n' matched characters back to the input stream. */ #define yyless(n) \ do \ { \ /* Undo effects of setting up yytext. */ \ *yy_cp = yy_hold_char; \ YY_RESTORE_YY_MORE_OFFSET \ yy_c_buf_p = yy_cp = yy_bp + n - YY_MORE_ADJ; \ YY_DO_BEFORE_ACTION; /* set up yytext again */ \ } \ while ( 0 ) #define unput(c) yyunput( c, yytext_ptr ) /* The following is because we cannot portably get our hands on size_t * (without autoconf's help, which isn't available because we want * flex-generated scanners to compile on their own). */ typedef unsigned int yy_size_t; struct yy_buffer_state { FILE *yy_input_file; char *yy_ch_buf; /* input buffer */ char *yy_buf_pos; /* current position in input buffer */ /* Size of input buffer in bytes, not including room for EOB * characters. */ yy_size_t yy_buf_size; /* Number of characters read into yy_ch_buf, not including EOB * characters. */ int yy_n_chars; /* Whether we "own" the buffer - i.e., we know we created it, * and can realloc() it to grow it, and should free() it to * delete it. */ int yy_is_our_buffer; /* Whether this is an "interactive" input source; if so, and * if we're using stdio for input, then we want to use getc() * instead of fread(), to make sure we stop fetching input after * each newline. */ int yy_is_interactive; /* Whether we're considered to be at the beginning of a line. * If so, '^' rules will be active on the next match, otherwise * not. */ int yy_at_bol; /* Whether to try to fill the input buffer when we reach the * end of it. */ int yy_fill_buffer; int yy_buffer_status; #define YY_BUFFER_NEW 0 #define YY_BUFFER_NORMAL 1 /* When an EOF's been seen but there's still some text to process * then we mark the buffer as YY_EOF_PENDING, to indicate that we * shouldn't try reading from the input source any more. We might * still have a bunch of tokens to match, though, because of * possible backing-up. * * When we actually see the EOF, we change the status to "new" * (via yyrestart()), so that the user can continue scanning by * just pointing yyin at a new input file. */ #define YY_BUFFER_EOF_PENDING 2 }; static YY_BUFFER_STATE yy_current_buffer = 0; /* We provide macros for accessing buffer states in case in the * future we want to put the buffer states in a more general * "scanner state". */ #define YY_CURRENT_BUFFER yy_current_buffer /* yy_hold_char holds the character lost when yytext is formed. */ static char yy_hold_char; static int yy_n_chars; /* number of characters read into yy_ch_buf */ int yyleng; /* Points to current character in buffer. */ static char *yy_c_buf_p = (char *) 0; static int yy_init = 1; /* whether we need to initialize */ static int yy_start = 0; /* start state number */ /* Flag which is used to allow yywrap()'s to do buffer switches * instead of setting up a fresh yyin. A bit of a hack ... */ static int yy_did_buffer_switch_on_eof; void yyrestart YY_PROTO(( FILE *input_file )); void yy_switch_to_buffer YY_PROTO(( YY_BUFFER_STATE new_buffer )); void yy_load_buffer_state YY_PROTO(( void )); YY_BUFFER_STATE yy_create_buffer YY_PROTO(( FILE *file, int size )); void yy_delete_buffer YY_PROTO(( YY_BUFFER_STATE b )); void yy_init_buffer YY_PROTO(( YY_BUFFER_STATE b, FILE *file )); void yy_flush_buffer YY_PROTO(( YY_BUFFER_STATE b )); #define YY_FLUSH_BUFFER yy_flush_buffer( yy_current_buffer ) YY_BUFFER_STATE yy_scan_buffer YY_PROTO(( char *base, yy_size_t size )); YY_BUFFER_STATE yy_scan_string YY_PROTO(( yyconst char *yy_str )); YY_BUFFER_STATE yy_scan_bytes YY_PROTO(( yyconst char *bytes, int len )); static void *yy_flex_alloc YY_PROTO(( yy_size_t )); static void *yy_flex_realloc YY_PROTO(( void *, yy_size_t )); static void yy_flex_free YY_PROTO(( void * )); #define yy_new_buffer yy_create_buffer #define yy_set_interactive(is_interactive) \ { \ if ( ! yy_current_buffer ) \ yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE ); \ yy_current_buffer->yy_is_interactive = is_interactive; \ } #define yy_set_bol(at_bol) \ { \ if ( ! yy_current_buffer ) \ yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE ); \ yy_current_buffer->yy_at_bol = at_bol; \ } #define YY_AT_BOL() (yy_current_buffer->yy_at_bol) typedef unsigned char YY_CHAR; FILE *yyin = (FILE *) 0, *yyout = (FILE *) 0; typedef int yy_state_type; extern char *yytext; #define yytext_ptr yytext static yy_state_type yy_get_previous_state YY_PROTO(( void )); static yy_state_type yy_try_NUL_trans YY_PROTO(( yy_state_type current_state )); static int yy_get_next_buffer YY_PROTO(( void )); static void yy_fatal_error YY_PROTO(( yyconst char msg[] )); /* Done after the current pattern has been matched and before the * corresponding action - sets up yytext. */ #define YY_DO_BEFORE_ACTION \ yytext_ptr = yy_bp; \ yyleng = (int) (yy_cp - yy_bp); \ yy_hold_char = *yy_cp; \ *yy_cp = '\0'; \ yy_c_buf_p = yy_cp; #define YY_NUM_RULES 164 #define YY_END_OF_BUFFER 165 static yyconst short int yy_accept[915] = { 0, 0, 0, 0, 0, 0, 0, 165, 164, 157, 153, 156, 163, 147, 146, 148, 159, 147, 148, 148, 149, 144, 133, 145, 132, 151, 150, 152, 164, 139, 139, 139, 139, 139, 139, 139, 139, 139, 139, 139, 139, 139, 139, 139, 139, 139, 139, 139, 157, 153, 156, 163, 145, 139, 139, 164, 0, 0, 157, 158, 0, 160, 156, 163, 163, 163, 0, 137, 0, 0, 159, 159, 159, 159, 0, 0, 0, 136, 0, 0, 127, 27, 0, 140, 0, 0, 0, 0, 0, 0, 0, 128, 0, 145, 26, 161, 0, 139, 1, 139, 139, 139, 139, 139, 139, 139, 139, 139, 139, 139, 139, 139, 139, 139, 42, 139, 139, 139, 139, 139, 139, 139, 139, 139, 139, 92, 139, 81, 139, 139, 139, 139, 139, 139, 139, 139, 139, 139, 139, 139, 139, 139, 139, 139, 139, 139, 139, 139, 139, 139, 139, 139, 139, 139, 139, 139, 157, 155, 0, 155, 0, 0, 158, 154, 155, 0, 163, 162, 163, 163, 155, 145, 7, 139, 139, 0, 0, 163, 163, 0, 0, 159, 159, 0, 0, 0, 0, 135, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 143, 140, 0, 0, 0, 161, 138, 0, 139, 139, 119, 139, 139, 139, 139, 139, 139, 139, 139, 139, 139, 110, 139, 139, 139, 0, 139, 139, 139, 139, 17, 139, 139, 109, 139, 139, 139, 139, 139, 0, 139, 139, 139, 139, 139, 106, 139, 116, 94, 139, 120, 139, 139, 139, 139, 139, 139, 85, 139, 139, 139, 139, 139, 139, 139, 139, 139, 139, 139, 139, 139, 113, 139, 139, 139, 139, 117, 139, 139, 139, 19, 139, 139, 157, 155, 0, 158, 0, 0, 0, 155, 0, 155, 163, 163, 145, 7, 7, 7, 7, 139, 139, 0, 0, 163, 163, 0, 0, 159, 159, 0, 0, 0, 0, 141, 0, 140, 0, 142, 0, 28, 30, 29, 32, 31, 33, 0, 35, 0, 140, 0, 141, 0, 140, 0, 142, 0, 138, 0, 139, 139, 112, 139, 115, 118, 23, 100, 139, 139, 139, 139, 139, 111, 82, 139, 139, 0, 139, 139, 139, 90, 0, 139, 139, 139, 139, 139, 139, 139, 139, 139, 139, 72, 139, 139, 139, 139, 139, 0, 84, 139, 139, 139, 139, 139, 139, 64, 139, 139, 139, 0, 105, 139, 139, 139, 139, 107, 22, 59, 70, 139, 139, 139, 139, 139, 139, 139, 139, 75, 43, 139, 139, 139, 67, 139, 121, 114, 98, 53, 139, 0, 93, 95, 139, 88, 97, 139, 139, 157, 155, 158, 0, 0, 155, 0, 155, 163, 163, 145, 7, 7, 139, 68, 0, 0, 163, 163, 0, 0, 159, 159, 0, 0, 37, 34, 36, 0, 138, 0, 138, 139, 139, 139, 0, 139, 139, 48, 139, 139, 139, 139, 139, 0, 139, 139, 139, 0, 139, 139, 0, 0, 0, 0, 0, 0, 0, 0, 41, 139, 91, 139, 139, 139, 139, 139, 139, 139, 139, 139, 139, 0, 1, 108, 139, 139, 84, 139, 139, 86, 139, 139, 139, 139, 139, 139, 139, 139, 139, 139, 139, 139, 139, 139, 51, 139, 73, 139, 139, 139, 139, 139, 139, 139, 139, 139, 54, 77, 157, 155, 158, 0, 68, 155, 0, 155, 163, 163, 145, 7, 6, 139, 0, 24, 163, 24, 0, 24, 24, 159, 24, 0, 24, 24, 24, 139, 24, 24, 1, 24, 139, 0, 139, 139, 61, 139, 139, 139, 139, 0, 139, 139, 134, 0, 0, 89, 139, 41, 0, 91, 0, 0, 0, 0, 0, 0, 0, 139, 139, 139, 139, 139, 139, 139, 139, 139, 0, 1, 139, 103, 129, 139, 139, 139, 139, 139, 63, 139, 139, 139, 123, 96, 122, 124, 38, 139, 139, 139, 139, 139, 139, 79, 12, 71, 20, 139, 139, 78, 157, 155, 158, 0, 155, 163, 24, 7, 6, 6, 139, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 1, 25, 139, 0, 139, 139, 57, 139, 139, 139, 0, 0, 139, 139, 39, 89, 0, 139, 0, 0, 0, 0, 0, 0, 0, 0, 139, 139, 139, 139, 139, 139, 69, 139, 139, 104, 139, 139, 139, 18, 49, 44, 139, 139, 45, 0, 139, 139, 139, 139, 65, 80, 9, 0, 139, 139, 0, 25, 7, 139, 139, 10, 0, 139, 139, 83, 139, 139, 39, 0, 0, 139, 139, 0, 139, 0, 0, 0, 0, 0, 0, 69, 0, 139, 139, 139, 139, 139, 139, 55, 139, 62, 13, 21, 139, 139, 0, 139, 76, 66, 139, 0, 139, 139, 0, 7, 58, 139, 0, 139, 46, 139, 50, 0, 0, 139, 139, 0, 56, 0, 0, 0, 0, 0, 0, 55, 139, 139, 40, 139, 102, 139, 139, 125, 87, 0, 139, 60, 0, 139, 139, 58, 7, 7, 7, 139, 0, 139, 11, 0, 0, 139, 139, 56, 0, 0, 40, 0, 102, 0, 139, 139, 15, 139, 139, 0, 139, 0, 99, 8, 7, 7, 7, 7, 47, 0, 101, 0, 0, 139, 139, 0, 0, 15, 0, 16, 139, 139, 52, 0, 139, 99, 7, 7, 7, 5, 101, 0, 0, 139, 139, 16, 0, 0, 126, 139, 0, 139, 7, 7, 7, 0, 0, 131, 139, 126, 0, 14, 0, 139, 4, 7, 7, 131, 0, 139, 14, 0, 139, 7, 7, 0, 130, 0, 74, 7, 7, 130, 74, 7, 7, 7, 7, 7, 7, 7, 7, 2, 7, 7, 7, 7, 3, 0 } ; static yyconst int yy_ec[256] = { 0, 1, 1, 1, 1, 1, 1, 1, 1, 2, 3, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 4, 5, 6, 1, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 20, 21, 22, 23, 24, 1, 1, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 38, 25, 1, 26, 27, 28, 1, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 38, 54, 54, 54, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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[55] = { 0, 1, 1, 2, 1, 1, 3, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 4, 1, 5, 1, 1, 1, 5, 1, 1, 1, 1, 5, 4, 5, 5, 5, 5, 4, 4, 5, 5, 5, 5, 4, 4, 4, 4, 5, 5, 4, 4, 4, 4, 5, 5, 5, 5, 3 } ; static yyconst short int yy_base[940] = { 0, 0, 53, 0, 0, 0, 57, 2260, 29, 62, 65, 66, 31, 65, 39, 41, 75, 82, 63, 69, 46, 129, 74, 87, 59, 64, 91, 84, 93, 117, 165, 113, 150, 149, 171, 130, 176, 113, 133, 186, 195, 199, 210, 104, 218, 229, 235, 245, 240, 200, 290, 249, 281, 76, 267, 2926, 2212, 2190, 124, 223, 302, 2926, 232, 0, 2180, 2158, 2195, 2192, 123, 224, 2193, 2185, 177, 216, 309, 323, 313, 2926, 325, 327, 2926, 2926, 283, 320, 2145, 2141, 307, 308, 314, 2126, 2111, 2926, 326, 325, 2926, 0, 2134, 343, 2926, 344, 351, 358, 359, 366, 367, 374, 379, 382, 395, 396, 386, 389, 419, 424, 447, 427, 435, 436, 452, 455, 460, 467, 468, 485, 491, 468, 236, 476, 481, 496, 478, 499, 505, 511, 514, 523, 524, 533, 373, 536, 539, 549, 558, 561, 563, 577, 585, 582, 594, 602, 607, 608, 610, 624, 626, 623, 660, 671, 2149, 86, 2097, 255, 679, 2926, 690, 360, 2131, 2926, 343, 302, 570, 681, 675, 681, 659, 2092, 2077, 2078, 2067, 197, 343, 117, 265, 385, 722, 731, 453, 2926, 702, 727, 580, 729, 730, 2083, 2097, 2084, 2083, 2071, 2067, 2050, 2018, 2048, 2012, 2926, 591, 736, 737, 743, 0, 407, 461, 721, 723, 669, 726, 738, 741, 750, 740, 758, 753, 756, 768, 770, 783, 784, 785, 793, 764, 805, 802, 807, 810, 857, 808, 820, 825, 833, 838, 851, 835, 859, 530, 869, 874, 879, 884, 887, 893, 906, 903, 905, 954, 942, 915, 920, 929, 923, 937, 938, 951, 963, 965, 973, 981, 989, 990, 1003, 1004, 1012, 953, 1021, 1022, 1002, 1027, 1030, 1035, 1036, 1083, 1052, 1055, 1049, 1061, 1064, 1067, 1070, 1115, 1121, 1941, 1131, 1989, 1936, 1933, 1139, 678, 883, 347, 432, 1112, 0, 507, 1941, 1934, 1101, 1117, 1916, 1916, 1901, 1912, 410, 455, 429, 165, 814, 1150, 1163, 1922, 1921, 1914, 1910, 1907, 1878, 1863, 2926, 2926, 2926, 2926, 2926, 2926, 1856, 2926, 1851, 951, 1845, 1841, 1818, 1801, 1783, 1778, 1000, 582, 1161, 1120, 1141, 1144, 1162, 1146, 1147, 1161, 1198, 1174, 1171, 1177, 1187, 1189, 1192, 1195, 1204, 1209, 1758, 1218, 1217, 1223, 1270, 1320, 1232, 1240, 1244, 1250, 1253, 1267, 1265, 1289, 1286, 1266, 1283, 1295, 1336, 1298, 1318, 1312, 1717, 1321, 1326, 1335, 1338, 1344, 1354, 1353, 1362, 1372, 1370, 1375, 976, 2926, 1378, 1388, 1387, 1393, 1401, 1402, 1403, 1411, 1417, 1425, 1419, 1420, 1433, 1442, 1441, 1441, 1447, 1455, 1456, 1459, 1467, 1472, 1475, 1473, 1481, 1487, 1489, 1495, 1532, 2926, 1504, 1507, 1509, 1510, 1524, 1525, 1559, 1570, 1578, 1706, 1717, 1589, 906, 1118, 442, 542, 1264, 1698, 1686, 1525, 1540, 1696, 0, 1689, 0, 585, 1712, 601, 1696, 1586, 875, 2926, 2926, 2926, 1677, 1674, 1621, 1617, 1566, 1637, 1568, 861, 1567, 1586, 1584, 1587, 1659, 1589, 1660, 1662, 1590, 1665, 1675, 1677, 1391, 1690, 1691, 1582, 1564, 309, 1563, 1556, 505, 1533, 1549, 1693, 1696, 1699, 1703, 1711, 1709, 1721, 1719, 1727, 1729, 1739, 1768, 1739, 1524, 2926, 1744, 1745, 1751, 2926, 1761, 1764, 1763, 1768, 1780, 1779, 1784, 1789, 1801, 1798, 1799, 1807, 1815, 1821, 1814, 1824, 1836, 1830, 1842, 1839, 1842, 1854, 1856, 1855, 1859, 1874, 1870, 1873, 1871, 1886, 1887, 1923, 1934, 1942, 1552, 2926, 1953, 925, 1053, 645, 1575, 1933, 1539, 712, 1916, 0, 2926, 0, 0, 1559, 1542, 1526, 1522, 1517, 1341, 1886, 1958, 2926, 2001, 1493, 1289, 2926, 1697, 1922, 1478, 1935, 1937, 1943, 1952, 1949, 2025, 1951, 1458, 2055, 2027, 2024, 1463, 1452, 2026, 2043, 2926, 1440, 2926, 1432, 1443, 1431, 1432, 1428, 1409, 1411, 2046, 2045, 2058, 2062, 2063, 2075, 2078, 2077, 2087, 1802, 2926, 2096, 2926, 2093, 2101, 2093, 2112, 2113, 2113, 2116, 2134, 2131, 2139, 2129, 2147, 2148, 2149, 2163, 2155, 2168, 2169, 2173, 2185, 2187, 2179, 2188, 2197, 2200, 2222, 2200, 2201, 2250, 2254, 2260, 1406, 2265, 1431, 1426, 1377, 0, 806, 2205, 2926, 0, 1402, 1388, 1377, 2269, 2273, 2926, 1358, 1761, 2926, 1829, 2270, 1339, 2271, 2278, 2062, 2287, 2295, 2298, 1320, 2303, 2306, 2215, 2284, 2926, 1315, 2293, 1314, 1296, 1279, 1282, 1272, 1250, 1262, 1245, 2294, 2298, 2308, 2310, 2320, 2318, 2323, 2335, 2338, 2926, 2332, 2340, 2339, 2348, 2351, 2353, 2363, 2354, 2366, 2166, 2370, 2369, 2378, 2386, 2383, 2384, 2392, 1374, 2404, 2398, 1240, 1276, 1236, 2406, 2407, 2401, 1234, 2419, 2423, 2424, 2427, 2437, 2926, 1216, 1210, 2439, 2449, 1204, 2454, 1197, 1196, 1198, 1188, 1197, 1180, 2926, 1184, 2449, 2464, 2455, 2465, 2467, 2470, 2473, 2481, 2487, 2489, 2490, 2495, 2503, 1170, 2504, 2509, 2517, 2518, 1184, 2519, 2527, 1165, 1879, 2532, 2535, 1158, 2544, 2541, 2547, 2550, 1160, 1153, 2551, 2560, 1149, 2557, 1139, 1137, 1123, 1126, 1103, 1098, 2926, 2563, 2573, 2572, 2578, 2581, 2586, 2596, 2587, 2595, 1096, 2605, 2604, 1081, 2613, 2614, 2926, 721, 1068, 1069, 2622, 1055, 2619, 2627, 1037, 1046, 2628, 2636, 2926, 1033, 1039, 2926, 1004, 2926, 994, 2639, 2647, 2644, 2650, 2655, 1005, 2658, 999, 2660, 2663, 998, 994, 988, 966, 2668, 958, 2673, 958, 952, 2676, 2678, 930, 938, 2926, 924, 2686, 2694, 2693, 2694, 887, 2709, 2926, 860, 858, 869, 0, 2926, 841, 813, 2708, 2708, 2926, 815, 798, 2709, 2725, 802, 2722, 763, 753, 747, 695, 702, 2724, 2737, 2926, 687, 2738, 652, 2741, 0, 641, 643, 2926, 623, 2742, 2926, 589, 2756, 588, 575, 527, 2755, 530, 2757, 509, 508, 2926, 2926, 500, 474, 473, 425, 431, 375, 352, 241, 0, 214, 224, 225, 54, 0, 2926, 2803, 2808, 2813, 2818, 2823, 2825, 2830, 2835, 2840, 2845, 2850, 2855, 2860, 2865, 2870, 2875, 2880, 2885, 2890, 2895, 2900, 2905, 2910, 2915, 2920 } ; static yyconst short int yy_def[940] = { 0, 914, 1, 915, 915, 1, 1, 914, 914, 914, 914, 914, 916, 917, 914, 914, 918, 919, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 920, 920, 30, 31, 31, 31, 31, 33, 36, 36, 31, 31, 36, 31, 36, 42, 42, 36, 36, 914, 914, 914, 921, 914, 31, 31, 914, 914, 914, 914, 914, 914, 914, 914, 916, 916, 916, 917, 917, 917, 917, 918, 914, 918, 918, 919, 922, 919, 914, 919, 919, 914, 914, 21, 914, 914, 914, 914, 914, 914, 914, 914, 914, 923, 914, 914, 924, 914, 920, 914, 920, 920, 920, 920, 920, 920, 920, 920, 920, 920, 920, 36, 36, 920, 920, 920, 920, 920, 920, 920, 920, 920, 920, 920, 920, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 914, 914, 925, 914, 914, 914, 914, 914, 914, 914, 921, 914, 921, 921, 914, 914, 926, 36, 119, 914, 914, 916, 916, 917, 917, 918, 918, 922, 922, 922, 922, 914, 919, 919, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 924, 914, 914, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 914, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 914, 119, 119, 119, 119, 119, 119, 119, 119, 119, 114, 114, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 114, 119, 119, 119, 119, 119, 119, 119, 914, 914, 914, 914, 925, 914, 914, 914, 914, 914, 921, 921, 914, 926, 926, 926, 926, 119, 119, 914, 914, 916, 916, 917, 917, 918, 918, 922, 919, 919, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 119, 119, 119, 119, 119, 119, 119, 114, 119, 119, 119, 119, 119, 119, 119, 119, 119, 914, 119, 119, 119, 114, 914, 119, 119, 36, 119, 119, 119, 119, 119, 119, 119, 119, 119, 114, 119, 119, 119, 914, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 914, 914, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, 387, 119, 119, 119, 119, 387, 387, 387, 387, 387, 387, 387, 387, 387, 914, 914, 387, 387, 387, 387, 387, 387, 914, 914, 914, 914, 914, 914, 914, 914, 921, 921, 914, 926, 926, 119, 119, 914, 927, 916, 928, 917, 929, 918, 930, 919, 931, 914, 914, 914, 914, 914, 914, 914, 119, 914, 119, 914, 119, 119, 119, 387, 387, 387, 387, 387, 914, 387, 387, 387, 914, 387, 387, 914, 914, 914, 914, 914, 914, 914, 914, 387, 387, 387, 119, 119, 119, 119, 119, 119, 119, 119, 114, 387, 914, 914, 387, 119, 119, 914, 119, 119, 119, 387, 387, 119, 119, 387, 387, 387, 387, 387, 387, 387, 119, 387, 387, 387, 387, 387, 119, 119, 119, 119, 387, 387, 119, 119, 119, 119, 119, 914, 914, 914, 914, 914, 914, 914, 914, 921, 932, 914, 926, 933, 119, 934, 914, 935, 916, 936, 917, 917, 937, 918, 938, 919, 919, 914, 914, 914, 920, 914, 920, 119, 914, 119, 119, 119, 119, 119, 119, 119, 914, 119, 119, 119, 914, 914, 119, 119, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 119, 119, 119, 387, 387, 387, 387, 387, 387, 914, 914, 387, 914, 387, 387, 119, 119, 119, 387, 387, 387, 387, 387, 387, 387, 387, 387, 119, 119, 119, 119, 387, 387, 387, 387, 387, 387, 387, 114, 119, 119, 914, 914, 914, 914, 914, 939, 921, 926, 933, 933, 387, 914, 916, 917, 917, 918, 919, 919, 914, 914, 920, 914, 920, 920, 914, 920, 920, 920, 920, 920, 920, 914, 914, 920, 387, 387, 914, 914, 387, 914, 914, 914, 914, 914, 914, 914, 914, 119, 387, 387, 387, 387, 387, 387, 387, 387, 914, 387, 387, 119, 119, 119, 119, 119, 119, 119, 914, 387, 119, 119, 119, 119, 119, 119, 914, 119, 119, 914, 921, 926, 119, 119, 119, 914, 119, 387, 387, 119, 387, 914, 914, 914, 387, 387, 914, 387, 914, 914, 914, 914, 914, 914, 914, 914, 119, 119, 119, 119, 119, 119, 119, 387, 387, 387, 387, 387, 387, 914, 387, 387, 387, 387, 914, 387, 387, 914, 926, 387, 387, 914, 387, 387, 387, 387, 914, 914, 119, 119, 914, 119, 914, 914, 914, 914, 914, 914, 914, 119, 119, 119, 119, 119, 119, 119, 119, 119, 914, 119, 119, 914, 119, 119, 914, 926, 926, 926, 119, 914, 119, 119, 914, 914, 119, 119, 914, 914, 914, 914, 914, 914, 914, 387, 387, 387, 119, 119, 914, 119, 914, 119, 119, 926, 926, 926, 926, 119, 914, 119, 914, 914, 119, 119, 914, 914, 914, 914, 119, 119, 387, 387, 914, 387, 914, 926, 926, 926, 926, 914, 914, 914, 387, 119, 914, 914, 914, 119, 119, 914, 119, 926, 926, 926, 914, 914, 119, 119, 914, 914, 119, 914, 387, 926, 926, 926, 914, 914, 387, 914, 914, 387, 926, 926, 914, 387, 914, 387, 926, 926, 914, 914, 926, 926, 926, 926, 926, 926, 926, 926, 926, 926, 926, 926, 926, 926, 0, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914 } ; static yyconst short int yy_nxt[2981] = { 0, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 15, 19, 15, 20, 15, 21, 22, 23, 15, 24, 25, 26, 27, 15, 15, 28, 29, 30, 29, 31, 32, 33, 34, 35, 29, 36, 29, 37, 38, 39, 40, 41, 42, 29, 43, 44, 45, 46, 29, 47, 29, 29, 8, 48, 49, 50, 51, 48, 49, 50, 51, 56, 58, 64, 59, 60, 59, 60, 62, 67, 52, 56, 61, 56, 52, 57, 71, 65, 56, 80, 81, 172, 53, 75, 91, 57, 53, 57, 159, 76, 77, 56, 57, 159, 56, 56, 56, 68, 56, 54, 913, 56, 92, 54, 93, 57, 56, 72, 57, 57, 57, 69, 57, 94, 78, 57, 56, 173, 71, 56, 57, 73, 95, 56, 58, 56, 59, 67, 79, 82, 57, 82, 96, 57, 97, 143, 100, 57, 98, 57, 107, 99, 99, 99, 99, 100, 83, 108, 128, 100, 179, 109, 99, 99, 110, 311, 84, 99, 99, 101, 85, 56, 86, 101, 99, 100, 71, 87, 99, 88, 89, 124, 99, 99, 129, 57, 99, 111, 71, 90, 96, 112, 97, 99, 99, 113, 98, 116, 99, 117, 99, 114, 118, 102, 103, 115, 453, 100, 99, 119, 60, 67, 60, 104, 181, 99, 120, 61, 125, 121, 105, 106, 122, 130, 99, 126, 127, 71, 123, 99, 99, 131, 133, 59, 99, 59, 99, 132, 67, 99, 134, 100, 59, 99, 62, 309, 135, 139, 99, 136, 156, 137, 157, 158, 99, 144, 138, 159, 99, 145, 167, 140, 912, 146, 141, 911, 150, 142, 910, 99, 182, 147, 99, 151, 148, 149, 71, 100, 180, 160, 99, 99, 56, 152, 99, 99, 99, 100, 244, 154, 153, 168, 99, 170, 99, 99, 161, 909, 159, 155, 162, 163, 164, 158, 150, 169, 92, 159, 171, 176, 914, 151, 60, 167, 60, 99, 292, 165, 99, 61, 75, 152, 312, 56, 75, 914, 76, 77, 174, 160, 76, 77, 56, 184, 185, 184, 75, 57, 75, 914, 186, 187, 76, 77, 76, 77, 161, 83, 195, 197, 92, 591, 93, 204, 167, 199, 297, 67, 167, 592, 190, 191, 188, 196, 198, 200, 205, 206, 210, 96, 97, 97, 295, 192, 98, 98, 96, 159, 97, 207, 296, 189, 98, 96, 96, 97, 97, 294, 211, 98, 98, 96, 96, 97, 97, 439, 185, 98, 98, 96, 310, 97, 313, 187, 96, 98, 97, 96, 908, 97, 98, 907, 212, 98, 213, 215, 217, 214, 99, 216, 96, 96, 97, 97, 67, 99, 98, 98, 99, 260, 218, 99, 220, 212, 209, 222, 223, 219, 99, 99, 71, 224, 99, 167, 96, 225, 97, 221, 339, 96, 98, 97, 96, 167, 97, 98, 226, 228, 98, 228, 96, 96, 97, 97, 185, 450, 98, 98, 906, 67, 313, 187, 96, 227, 97, 231, 233, 96, 98, 97, 96, 905, 97, 98, 452, 96, 98, 97, 340, 440, 232, 98, 96, 96, 97, 97, 451, 548, 98, 98, 235, 242, 341, 242, 229, 211, 230, 236, 238, 234, 96, 237, 97, 99, 904, 245, 98, 300, 239, 300, 99, 99, 240, 99, 99, 903, 99, 246, 99, 247, 99, 249, 248, 99, 99, 241, 99, 99, 251, 250, 242, 99, 242, 99, 99, 253, 595, 243, 99, 252, 99, 99, 99, 167, 902, 99, 99, 99, 901, 99, 254, 99, 596, 99, 255, 900, 99, 99, 99, 99, 99, 899, 257, 256, 258, 99, 99, 898, 99, 99, 99, 99, 295, 549, 263, 99, 381, 159, 99, 259, 261, 99, 99, 262, 264, 99, 266, 294, 267, 67, 265, 99, 316, 99, 316, 99, 99, 317, 99, 340, 99, 897, 71, 99, 99, 99, 268, 269, 332, 99, 270, 271, 99, 339, 896, 272, 558, 99, 273, 99, 99, 190, 191, 99, 99, 274, 275, 99, 99, 99, 277, 99, 561, 894, 192, 276, 99, 99, 212, 281, 99, 278, 99, 99, 99, 282, 167, 279, 99, 99, 99, 280, 99, 99, 99, 283, 99, 284, 285, 99, 286, 99, 287, 158, 892, 99, 99, 159, 99, 99, 99, 289, 99, 287, 158, 300, 645, 300, 159, 289, 438, 287, 158, 295, 891, 159, 159, 890, 159, 160, 289, 163, 293, 158, 99, 437, 92, 159, 298, 888, 160, 304, 301, 75, 99, 99, 288, 294, 160, 76, 77, 99, 649, 99, 649, 99, 302, 288, 887, 160, 222, 303, 184, 185, 184, 288, 224, 99, 75, 186, 187, 184, 185, 184, 76, 77, 288, 885, 186, 187, 314, 318, 320, 318, 320, 884, 319, 321, 333, 335, 333, 335, 831, 334, 336, 337, 99, 337, 99, 342, 338, 99, 832, 99, 228, 99, 228, 99, 99, 99, 343, 344, 99, 99, 315, 99, 99, 883, 348, 345, 99, 346, 99, 99, 99, 99, 99, 99, 99, 349, 347, 99, 99, 99, 882, 99, 99, 350, 99, 99, 99, 351, 99, 99, 99, 99, 649, 352, 649, 881, 353, 356, 99, 359, 99, 185, 354, 355, 99, 99, 99, 313, 187, 357, 358, 99, 99, 99, 99, 99, 99, 99, 879, 360, 362, 99, 361, 99, 877, 99, 99, 363, 99, 373, 99, 99, 876, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 364, 873, 364, 99, 466, 99, 466, 376, 374, 375, 99, 99, 377, 99, 99, 872, 99, 379, 99, 75, 99, 378, 99, 99, 99, 565, 566, 99, 438, 99, 365, 380, 366, 159, 573, 367, 99, 99, 871, 368, 99, 870, 369, 437, 99, 370, 371, 99, 99, 372, 869, 547, 99, 382, 99, 383, 159, 99, 99, 99, 384, 867, 99, 99, 99, 99, 546, 387, 99, 99, 159, 99, 99, 99, 385, 159, 99, 386, 99, 389, 388, 390, 99, 99, 99, 914, 391, 914, 99, 398, 99, 99, 99, 99, 99, 99, 392, 393, 99, 393, 99, 99, 864, 400, 99, 99, 394, 99, 99, 399, 863, 332, 99, 862, 99, 99, 403, 401, 99, 393, 402, 393, 99, 99, 190, 191, 99, 99, 394, 99, 859, 415, 397, 404, 99, 395, 99, 192, 99, 858, 99, 99, 99, 99, 99, 396, 99, 857, 99, 856, 99, 99, 99, 405, 99, 459, 406, 459, 99, 99, 460, 855, 99, 854, 407, 409, 99, 99, 99, 853, 99, 410, 408, 852, 99, 99, 411, 850, 99, 99, 99, 99, 99, 845, 412, 418, 844, 99, 99, 99, 99, 99, 99, 99, 413, 416, 417, 99, 159, 99, 99, 99, 414, 159, 419, 99, 99, 99, 99, 843, 99, 99, 99, 99, 99, 99, 99, 842, 839, 420, 421, 99, 838, 422, 99, 99, 423, 99, 423, 425, 99, 426, 427, 99, 99, 424, 836, 99, 99, 99, 99, 99, 99, 428, 99, 99, 99, 834, 99, 99, 99, 833, 99, 99, 429, 99, 99, 438, 431, 430, 432, 158, 159, 547, 433, 159, 432, 158, 159, 828, 92, 159, 441, 99, 433, 99, 432, 158, 546, 99, 826, 159, 433, 163, 436, 158, 99, 160, 820, 159, 444, 445, 819, 160, 75, 99, 818, 817, 99, 437, 76, 77, 99, 160, 288, 99, 99, 75, 463, 99, 288, 160, 816, 76, 77, 464, 461, 815, 461, 99, 288, 462, 99, 814, 99, 99, 99, 811, 288, 99, 99, 99, 99, 99, 465, 99, 99, 455, 454, 99, 99, 466, 810, 466, 468, 469, 99, 99, 807, 99, 99, 99, 99, 802, 799, 99, 99, 796, 786, 99, 99, 470, 99, 99, 785, 99, 99, 472, 471, 784, 99, 467, 99, 99, 99, 783, 99, 99, 99, 782, 99, 99, 99, 781, 99, 473, 780, 99, 99, 99, 99, 778, 474, 99, 99, 477, 99, 775, 99, 476, 774, 99, 99, 99, 769, 766, 99, 99, 99, 547, 99, 478, 99, 479, 159, 479, 490, 99, 99, 492, 167, 99, 92, 765, 550, 99, 99, 493, 99, 99, 491, 99, 743, 99, 494, 99, 742, 741, 99, 99, 495, 496, 99, 99, 99, 99, 740, 210, 480, 97, 99, 99, 99, 98, 99, 501, 99, 497, 739, 498, 99, 99, 481, 364, 99, 364, 499, 99, 99, 738, 737, 99, 99, 99, 99, 99, 99, 500, 99, 503, 99, 503, 502, 99, 99, 75, 736, 505, 506, 734, 99, 657, 658, 482, 729, 483, 99, 99, 484, 99, 504, 507, 485, 99, 509, 486, 99, 99, 487, 488, 99, 99, 489, 99, 723, 99, 99, 714, 209, 714, 99, 71, 512, 99, 99, 510, 99, 511, 99, 99, 513, 516, 99, 99, 479, 67, 479, 514, 99, 99, 99, 515, 99, 99, 517, 519, 762, 99, 99, 67, 99, 99, 719, 99, 518, 99, 99, 99, 521, 99, 99, 99, 520, 99, 99, 99, 99, 99, 522, 585, 167, 99, 99, 99, 523, 167, 99, 99, 99, 99, 99, 99, 99, 586, 717, 686, 99, 99, 99, 99, 99, 99, 99, 526, 685, 99, 99, 99, 99, 684, 99, 524, 99, 99, 99, 99, 99, 525, 99, 527, 99, 99, 529, 683, 99, 682, 681, 99, 99, 531, 99, 680, 528, 679, 99, 99, 99, 99, 530, 677, 99, 99, 99, 99, 99, 99, 99, 532, 676, 671, 99, 99, 99, 99, 99, 99, 533, 535, 99, 99, 534, 99, 664, 209, 99, 99, 99, 99, 99, 99, 99, 71, 99, 99, 99, 99, 71, 503, 99, 503, 99, 99, 99, 67, 99, 423, 99, 423, 99, 536, 99, 537, 99, 99, 424, 99, 99, 99, 611, 67, 99, 99, 99, 99, 99, 553, 99, 99, 538, 539, 99, 99, 540, 472, 541, 158, 654, 99, 99, 159, 99, 99, 99, 542, 99, 541, 158, 647, 99, 167, 159, 542, 643, 541, 158, 99, 598, 597, 159, 99, 75, 160, 542, 163, 545, 158, 76, 77, 572, 159, 567, 574, 160, 594, 99, 99, 99, 593, 288, 546, 160, 99, 99, 99, 590, 99, 99, 99, 575, 288, 563, 160, 99, 99, 99, 99, 589, 288, 581, 99, 576, 99, 578, 99, 99, 99, 99, 462, 288, 555, 555, 462, 555, 555, 555, 555, 555, 555, 555, 555, 555, 555, 555, 555, 555, 568, 555, 569, 555, 555, 555, 570, 555, 555, 555, 555, 571, 571, 571, 571, 571, 571, 571, 571, 571, 571, 571, 571, 571, 571, 571, 571, 571, 571, 571, 571, 571, 571, 571, 571, 571, 571, 555, 577, 460, 99, 99, 460, 99, 582, 71, 99, 99, 99, 579, 99, 99, 99, 99, 99, 580, 99, 99, 99, 584, 96, 583, 97, 99, 560, 99, 98, 99, 556, 99, 587, 99, 99, 588, 99, 554, 552, 99, 99, 99, 99, 99, 99, 99, 599, 99, 99, 99, 99, 601, 551, 99, 99, 99, 99, 604, 544, 600, 602, 99, 543, 99, 99, 99, 99, 99, 508, 603, 606, 99, 99, 99, 99, 99, 607, 99, 608, 605, 608, 99, 99, 99, 99, 99, 210, 99, 97, 610, 99, 99, 98, 99, 99, 99, 613, 99, 99, 609, 614, 612, 475, 99, 615, 338, 99, 99, 99, 99, 338, 99, 608, 99, 608, 99, 99, 99, 99, 99, 99, 617, 616, 99, 99, 99, 619, 99, 336, 99, 99, 99, 99, 696, 99, 618, 99, 622, 621, 620, 99, 99, 99, 99, 99, 336, 624, 623, 99, 99, 99, 99, 99, 99, 96, 99, 97, 99, 99, 627, 98, 99, 626, 625, 99, 99, 99, 99, 334, 99, 99, 99, 334, 99, 628, 99, 458, 629, 99, 99, 99, 457, 99, 630, 99, 99, 99, 99, 456, 99, 99, 632, 99, 99, 99, 633, 99, 75, 631, 99, 99, 99, 99, 76, 77, 321, 99, 99, 99, 635, 99, 634, 99, 99, 636, 99, 99, 99, 99, 803, 804, 805, 99, 99, 99, 99, 637, 639, 99, 99, 638, 99, 99, 640, 321, 641, 158, 319, 99, 99, 159, 319, 99, 99, 642, 159, 641, 158, 317, 317, 159, 159, 642, 449, 641, 158, 448, 447, 92, 159, 93, 650, 160, 642, 163, 644, 158, 99, 99, 75, 159, 446, 99, 160, 99, 76, 77, 665, 663, 288, 99, 160, 99, 443, 442, 435, 434, 99, 99, 99, 288, 99, 160, 666, 99, 99, 670, 99, 288, 99, 167, 99, 292, 99, 99, 99, 668, 99, 99, 288, 651, 651, 667, 651, 651, 651, 651, 651, 651, 651, 651, 651, 651, 651, 651, 651, 659, 651, 660, 651, 651, 651, 661, 651, 651, 651, 651, 662, 662, 662, 662, 662, 662, 662, 662, 662, 662, 662, 662, 662, 662, 662, 662, 662, 662, 662, 662, 662, 662, 662, 662, 662, 662, 651, 669, 672, 331, 672, 675, 99, 99, 99, 99, 330, 329, 328, 99, 99, 99, 99, 99, 99, 99, 99, 678, 687, 688, 96, 99, 97, 99, 99, 327, 98, 673, 99, 326, 99, 99, 99, 99, 99, 99, 99, 691, 690, 99, 674, 325, 324, 99, 99, 99, 99, 99, 689, 99, 99, 99, 693, 99, 99, 323, 322, 308, 99, 307, 99, 99, 692, 99, 694, 99, 697, 306, 695, 99, 99, 699, 99, 305, 99, 167, 99, 99, 99, 99, 99, 291, 99, 99, 99, 698, 700, 701, 99, 99, 99, 99, 99, 167, 209, 202, 99, 99, 99, 99, 702, 99, 99, 99, 703, 99, 706, 99, 706, 706, 99, 706, 99, 201, 99, 99, 99, 99, 99, 704, 705, 99, 99, 99, 99, 99, 99, 194, 193, 71, 99, 99, 99, 99, 99, 99, 99, 71, 709, 67, 99, 99, 67, 708, 99, 178, 99, 99, 707, 99, 177, 757, 99, 99, 99, 99, 99, 99, 710, 712, 711, 99, 99, 99, 99, 714, 99, 714, 99, 713, 99, 99, 99, 99, 99, 99, 99, 176, 99, 99, 99, 99, 175, 99, 99, 99, 99, 99, 720, 716, 99, 99, 99, 640, 715, 642, 158, 642, 99, 641, 158, 914, 733, 642, 159, 642, 158, 914, 642, 163, 644, 158, 99, 75, 99, 159, 914, 75, 914, 76, 77, 914, 160, 76, 77, 914, 160, 914, 96, 96, 97, 97, 160, 914, 98, 98, 96, 160, 97, 288, 721, 724, 98, 288, 722, 96, 672, 97, 672, 288, 914, 98, 725, 96, 288, 97, 96, 914, 97, 98, 99, 726, 98, 914, 96, 727, 97, 99, 914, 99, 98, 99, 99, 914, 99, 730, 99, 914, 914, 99, 735, 99, 728, 744, 99, 745, 99, 914, 731, 746, 732, 99, 748, 99, 99, 99, 99, 747, 914, 99, 914, 99, 749, 99, 914, 99, 99, 99, 99, 750, 99, 99, 751, 752, 99, 99, 99, 99, 99, 99, 914, 99, 99, 753, 99, 99, 99, 99, 754, 99, 914, 99, 756, 99, 914, 755, 99, 99, 99, 99, 99, 99, 99, 99, 99, 914, 99, 99, 99, 914, 914, 99, 99, 99, 99, 99, 99, 758, 759, 760, 761, 99, 99, 99, 99, 914, 914, 99, 99, 99, 99, 99, 99, 99, 763, 99, 764, 99, 768, 99, 914, 99, 99, 99, 99, 99, 99, 99, 914, 99, 99, 99, 99, 99, 767, 99, 99, 99, 914, 99, 99, 914, 914, 914, 99, 99, 99, 99, 99, 770, 771, 99, 99, 99, 914, 99, 772, 914, 914, 914, 773, 776, 99, 777, 99, 99, 99, 787, 779, 789, 99, 914, 99, 99, 99, 790, 99, 99, 99, 788, 99, 99, 99, 99, 99, 99, 914, 914, 99, 99, 99, 99, 99, 99, 99, 99, 791, 99, 99, 99, 792, 914, 99, 99, 793, 99, 99, 914, 99, 794, 99, 99, 99, 99, 99, 795, 99, 99, 99, 99, 99, 914, 99, 914, 914, 99, 99, 99, 797, 914, 99, 99, 99, 99, 99, 99, 99, 914, 914, 914, 99, 99, 99, 99, 99, 798, 99, 800, 99, 914, 801, 99, 914, 914, 99, 99, 806, 99, 99, 99, 99, 809, 99, 99, 99, 808, 99, 99, 99, 99, 99, 99, 813, 99, 99, 99, 812, 99, 99, 914, 99, 99, 99, 822, 914, 99, 99, 821, 99, 99, 99, 99, 99, 914, 914, 914, 99, 99, 99, 99, 823, 99, 99, 99, 99, 99, 99, 99, 825, 914, 99, 99, 99, 99, 99, 824, 99, 827, 914, 914, 99, 99, 99, 99, 99, 99, 914, 829, 830, 99, 99, 99, 99, 99, 99, 914, 835, 99, 99, 99, 99, 914, 99, 99, 99, 99, 99, 99, 837, 840, 914, 99, 99, 99, 841, 99, 99, 99, 914, 847, 99, 99, 846, 99, 914, 99, 99, 99, 848, 849, 99, 99, 851, 99, 99, 99, 99, 914, 99, 99, 99, 99, 914, 99, 99, 99, 99, 99, 99, 99, 860, 99, 99, 99, 99, 914, 99, 99, 99, 914, 914, 99, 99, 99, 99, 99, 861, 99, 865, 99, 99, 99, 99, 914, 914, 99, 866, 99, 914, 99, 99, 99, 868, 99, 99, 99, 875, 99, 914, 914, 914, 99, 99, 99, 99, 99, 99, 99, 99, 878, 99, 874, 99, 99, 914, 914, 914, 99, 914, 99, 99, 99, 880, 99, 99, 99, 99, 99, 99, 914, 914, 886, 99, 99, 99, 893, 99, 99, 889, 99, 895, 99, 99, 99, 914, 914, 914, 914, 99, 99, 99, 914, 99, 99, 99, 55, 55, 55, 55, 55, 63, 914, 63, 63, 63, 66, 914, 66, 66, 66, 70, 70, 70, 70, 70, 74, 74, 74, 74, 74, 99, 99, 166, 166, 166, 166, 166, 183, 183, 183, 183, 183, 203, 203, 914, 914, 203, 208, 914, 208, 208, 208, 290, 290, 290, 290, 290, 299, 914, 299, 299, 299, 555, 914, 555, 555, 555, 557, 914, 557, 557, 557, 559, 914, 559, 559, 559, 562, 562, 562, 562, 562, 564, 564, 564, 564, 564, 646, 646, 646, 646, 646, 648, 914, 648, 648, 648, 651, 914, 651, 651, 651, 652, 914, 652, 652, 652, 653, 914, 653, 653, 653, 655, 655, 655, 655, 655, 656, 656, 656, 656, 656, 718, 718, 718, 718, 718, 7, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914 } ; static yyconst short int yy_chk[2981] = { 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, 2, 2, 2, 2, 6, 6, 6, 6, 8, 9, 12, 9, 10, 11, 10, 11, 13, 2, 14, 10, 15, 6, 8, 16, 12, 20, 18, 19, 53, 2, 17, 22, 14, 6, 15, 159, 17, 17, 24, 20, 159, 9, 18, 25, 13, 11, 2, 912, 19, 23, 6, 23, 24, 22, 16, 9, 18, 25, 13, 11, 26, 17, 19, 27, 53, 181, 23, 22, 16, 28, 26, 58, 28, 58, 68, 17, 21, 27, 21, 29, 23, 29, 43, 43, 26, 29, 28, 31, 31, 31, 43, 43, 37, 21, 31, 37, 29, 68, 31, 37, 37, 31, 181, 21, 35, 31, 31, 21, 21, 21, 29, 35, 38, 312, 21, 35, 21, 21, 35, 38, 38, 38, 21, 33, 32, 72, 21, 30, 32, 30, 33, 32, 32, 30, 33, 32, 33, 33, 32, 33, 30, 30, 32, 312, 30, 34, 33, 49, 179, 49, 30, 72, 34, 34, 49, 36, 34, 30, 30, 34, 39, 36, 36, 36, 73, 34, 36, 39, 39, 40, 59, 39, 59, 36, 39, 69, 40, 40, 41, 62, 40, 62, 179, 40, 42, 41, 41, 48, 41, 48, 48, 42, 44, 41, 48, 42, 44, 51, 42, 911, 44, 42, 910, 45, 42, 909, 44, 73, 44, 44, 45, 44, 44, 182, 46, 69, 48, 45, 126, 48, 45, 46, 46, 45, 47, 126, 47, 46, 51, 126, 52, 47, 47, 48, 907, 52, 47, 50, 50, 50, 50, 54, 51, 52, 50, 52, 161, 82, 54, 60, 169, 60, 54, 161, 50, 54, 60, 74, 54, 182, 52, 76, 82, 74, 74, 54, 50, 76, 76, 50, 75, 75, 75, 78, 52, 79, 82, 75, 75, 78, 78, 79, 79, 50, 83, 86, 87, 93, 484, 93, 92, 168, 88, 169, 180, 296, 484, 83, 83, 78, 86, 87, 88, 92, 92, 97, 99, 97, 99, 165, 83, 97, 99, 100, 165, 100, 92, 168, 79, 100, 101, 102, 101, 102, 165, 100, 101, 102, 103, 104, 103, 104, 296, 183, 103, 104, 105, 180, 105, 183, 183, 106, 105, 106, 107, 906, 107, 106, 905, 101, 107, 102, 104, 106, 103, 138, 105, 108, 109, 108, 109, 309, 138, 108, 109, 110, 138, 107, 111, 108, 106, 209, 110, 110, 107, 111, 111, 311, 110, 110, 297, 112, 111, 112, 109, 209, 113, 112, 113, 115, 439, 115, 113, 112, 114, 115, 114, 116, 117, 116, 117, 186, 309, 116, 117, 904, 310, 186, 186, 114, 113, 114, 115, 117, 118, 114, 118, 119, 903, 119, 118, 311, 120, 119, 120, 210, 297, 116, 120, 121, 122, 121, 122, 310, 439, 121, 122, 119, 124, 210, 124, 114, 125, 114, 119, 120, 118, 123, 119, 123, 125, 902, 127, 123, 300, 121, 300, 125, 127, 122, 130, 125, 901, 128, 127, 127, 127, 130, 128, 127, 128, 130, 123, 124, 128, 130, 129, 242, 129, 242, 124, 131, 132, 487, 124, 129, 131, 132, 131, 129, 440, 900, 131, 133, 132, 897, 134, 133, 132, 487, 133, 134, 896, 134, 133, 135, 136, 134, 894, 136, 135, 137, 135, 136, 892, 137, 135, 136, 139, 170, 440, 140, 137, 242, 170, 139, 137, 139, 140, 139, 139, 141, 140, 142, 170, 143, 450, 141, 141, 190, 142, 190, 141, 143, 190, 144, 340, 142, 891, 452, 143, 142, 144, 143, 143, 204, 144, 143, 144, 145, 340, 890, 145, 450, 147, 146, 145, 146, 204, 204, 145, 147, 146, 147, 146, 147, 148, 149, 146, 452, 888, 204, 148, 148, 149, 148, 151, 148, 149, 150, 151, 149, 152, 548, 150, 149, 150, 151, 150, 152, 150, 151, 153, 152, 154, 155, 153, 156, 154, 156, 156, 885, 155, 153, 156, 154, 155, 153, 157, 154, 157, 157, 172, 548, 172, 157, 162, 294, 162, 162, 171, 883, 294, 162, 882, 171, 156, 164, 164, 164, 164, 174, 294, 171, 164, 171, 879, 157, 174, 172, 188, 213, 174, 156, 164, 162, 188, 188, 213, 552, 173, 552, 213, 172, 157, 877, 164, 173, 173, 184, 184, 184, 162, 173, 173, 189, 184, 184, 185, 185, 185, 189, 189, 164, 873, 185, 185, 188, 191, 192, 191, 192, 872, 191, 192, 205, 206, 205, 206, 803, 205, 206, 207, 211, 207, 212, 211, 207, 214, 803, 211, 228, 212, 228, 211, 214, 212, 212, 214, 214, 215, 189, 218, 216, 871, 218, 215, 215, 216, 218, 216, 215, 217, 218, 216, 220, 219, 217, 221, 217, 219, 870, 220, 217, 220, 221, 220, 219, 221, 221, 222, 219, 223, 649, 222, 649, 869, 222, 225, 223, 228, 222, 313, 223, 224, 224, 225, 226, 313, 313, 226, 227, 224, 225, 226, 227, 224, 225, 226, 867, 229, 231, 227, 230, 230, 864, 227, 229, 232, 231, 234, 230, 232, 863, 229, 230, 231, 234, 229, 232, 231, 234, 235, 232, 233, 859, 233, 236, 466, 235, 466, 237, 235, 235, 236, 237, 238, 240, 236, 858, 238, 240, 237, 455, 240, 239, 237, 238, 240, 455, 455, 238, 295, 239, 233, 241, 233, 295, 466, 233, 239, 241, 855, 233, 239, 854, 233, 295, 241, 233, 233, 243, 241, 233, 853, 437, 244, 243, 243, 244, 437, 245, 243, 244, 245, 850, 246, 244, 245, 247, 437, 248, 245, 246, 546, 248, 247, 246, 246, 546, 247, 247, 248, 249, 248, 250, 248, 251, 249, 253, 251, 253, 250, 254, 251, 249, 250, 254, 251, 249, 251, 252, 255, 252, 254, 257, 845, 256, 254, 255, 252, 256, 257, 255, 843, 332, 257, 842, 256, 258, 259, 257, 256, 393, 258, 393, 258, 259, 332, 332, 258, 259, 393, 260, 839, 270, 253, 261, 253, 252, 260, 332, 270, 838, 260, 261, 270, 262, 252, 252, 252, 836, 261, 834, 262, 263, 261, 262, 262, 339, 263, 339, 263, 264, 339, 833, 263, 832, 264, 265, 264, 265, 266, 831, 264, 266, 264, 828, 265, 266, 267, 826, 265, 266, 273, 267, 268, 820, 267, 273, 818, 273, 267, 268, 269, 273, 267, 268, 268, 271, 272, 269, 547, 271, 272, 269, 269, 547, 274, 274, 271, 272, 275, 816, 271, 272, 274, 276, 277, 275, 274, 815, 811, 275, 276, 277, 810, 277, 276, 277, 278, 281, 278, 279, 279, 280, 281, 280, 281, 278, 807, 279, 281, 282, 280, 279, 283, 282, 280, 284, 282, 805, 285, 283, 282, 804, 284, 283, 284, 285, 284, 298, 286, 285, 286, 286, 298, 438, 287, 286, 287, 287, 438, 799, 298, 287, 298, 278, 289, 278, 289, 289, 438, 303, 796, 289, 293, 293, 293, 293, 303, 286, 785, 293, 303, 304, 784, 287, 314, 304, 783, 782, 342, 293, 314, 314, 304, 289, 286, 342, 304, 315, 342, 342, 287, 293, 781, 315, 315, 343, 341, 780, 341, 343, 289, 341, 344, 778, 346, 347, 343, 775, 293, 344, 343, 346, 347, 344, 345, 346, 347, 315, 314, 348, 345, 349, 774, 349, 350, 351, 348, 345, 769, 351, 348, 345, 350, 765, 762, 352, 351, 757, 743, 350, 351, 352, 352, 350, 741, 353, 352, 354, 353, 740, 355, 349, 353, 356, 354, 739, 353, 355, 354, 738, 356, 355, 357, 737, 356, 357, 736, 358, 349, 357, 349, 734, 358, 357, 358, 361, 360, 731, 358, 360, 730, 362, 361, 360, 723, 719, 361, 360, 362, 441, 365, 362, 362, 363, 441, 363, 365, 365, 366, 367, 718, 365, 441, 717, 441, 366, 367, 367, 368, 366, 366, 369, 686, 367, 368, 368, 685, 684, 369, 368, 369, 370, 369, 371, 374, 370, 683, 569, 363, 569, 371, 374, 370, 569, 371, 374, 370, 370, 682, 371, 363, 375, 363, 364, 373, 364, 372, 372, 375, 681, 680, 373, 375, 376, 372, 373, 378, 373, 372, 377, 376, 377, 376, 378, 376, 563, 679, 378, 379, 677, 380, 563, 563, 364, 671, 364, 379, 380, 364, 382, 377, 380, 364, 379, 383, 364, 382, 379, 364, 364, 382, 383, 364, 384, 664, 383, 385, 714, 659, 714, 384, 655, 386, 385, 384, 384, 377, 385, 377, 386, 387, 388, 387, 386, 479, 654, 479, 387, 388, 387, 389, 387, 388, 387, 390, 392, 714, 389, 391, 653, 390, 389, 647, 392, 391, 391, 395, 390, 396, 391, 392, 390, 395, 395, 392, 397, 396, 395, 397, 479, 646, 398, 397, 396, 398, 645, 397, 396, 398, 399, 400, 401, 398, 479, 643, 598, 399, 400, 401, 402, 399, 400, 401, 405, 597, 403, 402, 405, 406, 596, 402, 403, 403, 404, 405, 406, 403, 404, 405, 406, 404, 407, 408, 595, 404, 594, 593, 409, 407, 410, 408, 592, 407, 590, 409, 411, 410, 408, 409, 586, 410, 408, 411, 412, 413, 414, 411, 413, 585, 581, 412, 413, 414, 415, 412, 413, 414, 417, 416, 418, 415, 417, 573, 568, 415, 416, 418, 419, 417, 416, 418, 562, 417, 420, 419, 421, 561, 503, 419, 503, 420, 422, 421, 560, 420, 423, 421, 423, 422, 422, 425, 426, 422, 426, 423, 427, 428, 425, 503, 559, 426, 425, 427, 428, 426, 444, 427, 428, 429, 430, 429, 430, 431, 444, 431, 431, 558, 429, 430, 431, 444, 429, 430, 432, 444, 432, 432, 551, 445, 549, 432, 433, 543, 433, 433, 445, 489, 488, 433, 445, 454, 431, 436, 436, 436, 436, 454, 454, 465, 436, 463, 467, 432, 486, 463, 467, 465, 485, 431, 436, 433, 463, 467, 465, 483, 463, 467, 465, 468, 432, 454, 436, 469, 470, 468, 472, 482, 433, 475, 469, 470, 468, 472, 469, 470, 468, 472, 462, 436, 464, 464, 461, 464, 464, 464, 464, 464, 464, 464, 464, 464, 464, 464, 464, 464, 464, 464, 464, 464, 464, 464, 464, 464, 464, 464, 464, 464, 464, 464, 464, 464, 464, 464, 464, 464, 464, 464, 464, 464, 464, 464, 464, 464, 464, 464, 464, 464, 464, 464, 464, 464, 464, 464, 471, 460, 471, 473, 459, 474, 476, 453, 476, 471, 473, 473, 474, 471, 473, 476, 474, 474, 477, 476, 478, 478, 571, 477, 571, 477, 451, 478, 571, 477, 448, 478, 480, 480, 481, 481, 490, 446, 443, 491, 480, 481, 492, 490, 480, 481, 491, 490, 493, 492, 491, 494, 442, 492, 495, 493, 494, 497, 435, 493, 495, 495, 434, 494, 497, 495, 496, 494, 381, 496, 499, 497, 498, 496, 499, 497, 500, 496, 501, 498, 501, 499, 502, 498, 500, 499, 660, 505, 660, 502, 506, 500, 660, 502, 505, 500, 507, 506, 505, 501, 509, 506, 359, 507, 510, 338, 509, 507, 511, 510, 337, 512, 608, 509, 608, 511, 510, 509, 512, 511, 510, 513, 512, 513, 514, 501, 515, 501, 336, 515, 513, 514, 516, 608, 513, 514, 515, 518, 517, 516, 515, 518, 519, 516, 517, 335, 520, 519, 518, 519, 520, 517, 518, 519, 662, 517, 662, 520, 521, 523, 662, 520, 522, 521, 522, 521, 523, 524, 334, 521, 523, 522, 333, 526, 524, 522, 331, 525, 524, 525, 526, 329, 528, 527, 526, 527, 525, 529, 322, 528, 525, 530, 527, 528, 529, 531, 527, 564, 529, 530, 532, 531, 533, 564, 564, 321, 530, 532, 531, 533, 530, 532, 531, 533, 534, 535, 537, 534, 536, 766, 766, 766, 535, 537, 534, 536, 535, 537, 534, 536, 536, 538, 539, 540, 320, 540, 540, 319, 538, 539, 540, 318, 538, 539, 541, 550, 541, 541, 317, 316, 550, 541, 542, 308, 542, 542, 307, 306, 550, 542, 550, 553, 540, 545, 545, 545, 545, 572, 553, 565, 545, 305, 553, 541, 572, 565, 565, 574, 572, 540, 574, 542, 575, 302, 301, 292, 291, 574, 576, 575, 541, 574, 545, 575, 578, 576, 580, 577, 542, 576, 290, 578, 288, 580, 577, 578, 578, 580, 577, 545, 567, 567, 577, 567, 567, 567, 567, 567, 567, 567, 567, 567, 567, 567, 567, 567, 567, 567, 567, 567, 567, 567, 567, 567, 567, 567, 567, 567, 567, 567, 567, 567, 567, 567, 567, 567, 567, 567, 567, 567, 567, 567, 567, 567, 567, 567, 567, 567, 567, 567, 567, 567, 567, 567, 579, 582, 202, 582, 583, 584, 579, 587, 583, 201, 200, 199, 584, 579, 587, 583, 584, 579, 587, 583, 588, 599, 600, 667, 588, 667, 600, 599, 198, 667, 582, 588, 197, 600, 599, 588, 582, 600, 599, 601, 603, 602, 603, 582, 196, 195, 601, 582, 602, 603, 601, 601, 602, 603, 604, 605, 606, 605, 194, 193, 178, 604, 177, 606, 605, 604, 607, 606, 605, 610, 176, 607, 612, 607, 614, 610, 175, 607, 166, 612, 613, 614, 610, 612, 160, 614, 610, 613, 613, 615, 616, 613, 617, 615, 616, 618, 158, 96, 90, 617, 615, 616, 618, 617, 615, 616, 618, 619, 622, 626, 620, 626, 706, 619, 706, 622, 89, 620, 621, 622, 619, 620, 620, 621, 619, 621, 623, 624, 625, 621, 85, 84, 71, 623, 624, 625, 627, 623, 624, 625, 70, 628, 67, 627, 626, 66, 627, 627, 65, 628, 629, 626, 630, 64, 706, 626, 628, 629, 633, 630, 628, 629, 631, 630, 631, 633, 632, 634, 637, 633, 637, 631, 632, 632, 634, 631, 635, 632, 634, 636, 57, 638, 639, 635, 650, 56, 636, 635, 638, 639, 636, 650, 638, 639, 674, 650, 640, 637, 640, 640, 641, 674, 641, 641, 7, 674, 642, 641, 642, 642, 0, 644, 644, 644, 644, 637, 656, 637, 644, 0, 657, 0, 656, 656, 0, 640, 657, 657, 0, 641, 0, 663, 665, 663, 665, 642, 0, 663, 665, 666, 644, 666, 640, 663, 665, 666, 641, 663, 668, 672, 668, 672, 642, 0, 668, 666, 669, 644, 669, 670, 0, 670, 669, 675, 668, 670, 0, 673, 669, 673, 675, 0, 678, 673, 675, 687, 0, 688, 672, 678, 0, 0, 687, 678, 688, 670, 687, 689, 688, 690, 0, 672, 689, 673, 689, 691, 690, 692, 689, 691, 690, 0, 693, 0, 692, 692, 691, 0, 692, 693, 691, 697, 694, 693, 694, 695, 697, 695, 697, 698, 699, 694, 697, 0, 695, 694, 698, 699, 695, 700, 698, 699, 701, 0, 702, 704, 700, 0, 703, 701, 700, 702, 704, 701, 703, 702, 704, 705, 0, 707, 708, 703, 0, 0, 705, 703, 707, 708, 705, 709, 707, 708, 709, 710, 711, 712, 709, 710, 0, 0, 709, 711, 712, 713, 710, 711, 712, 715, 710, 716, 713, 721, 722, 0, 713, 715, 716, 720, 721, 722, 716, 0, 715, 722, 720, 721, 715, 720, 720, 721, 724, 0, 725, 726, 0, 0, 0, 724, 727, 725, 726, 724, 724, 725, 726, 727, 728, 0, 732, 727, 0, 0, 0, 728, 732, 732, 733, 728, 733, 732, 744, 735, 746, 735, 0, 733, 746, 744, 747, 733, 735, 744, 745, 746, 735, 745, 747, 746, 748, 0, 0, 749, 745, 747, 750, 748, 745, 747, 749, 748, 751, 750, 749, 749, 0, 750, 752, 751, 753, 754, 0, 751, 755, 752, 755, 753, 754, 752, 756, 753, 754, 755, 756, 758, 0, 755, 0, 0, 759, 756, 758, 758, 0, 756, 758, 759, 760, 761, 763, 759, 0, 0, 0, 760, 761, 763, 764, 760, 761, 763, 763, 767, 0, 764, 768, 0, 0, 764, 767, 768, 771, 768, 767, 770, 772, 768, 772, 771, 770, 773, 770, 771, 776, 772, 770, 777, 773, 772, 779, 776, 773, 777, 0, 776, 787, 779, 788, 0, 777, 779, 787, 787, 777, 789, 788, 787, 0, 0, 0, 790, 789, 788, 791, 790, 789, 788, 790, 792, 794, 791, 790, 793, 0, 791, 792, 794, 795, 793, 792, 794, 797, 0, 0, 795, 793, 798, 797, 795, 793, 0, 800, 801, 798, 797, 800, 801, 798, 797, 0, 806, 808, 800, 801, 806, 0, 800, 801, 808, 809, 812, 806, 808, 812, 0, 806, 809, 812, 813, 821, 809, 812, 0, 822, 823, 813, 821, 822, 0, 813, 821, 823, 824, 825, 822, 823, 827, 825, 822, 824, 827, 0, 829, 824, 825, 830, 0, 827, 825, 829, 835, 827, 830, 829, 840, 837, 830, 835, 840, 0, 841, 835, 837, 0, 0, 840, 837, 841, 846, 840, 841, 841, 847, 848, 849, 846, 847, 0, 0, 846, 848, 849, 0, 847, 848, 849, 851, 847, 860, 851, 861, 865, 0, 0, 0, 860, 851, 861, 865, 860, 851, 861, 865, 866, 868, 860, 874, 866, 0, 0, 0, 868, 0, 874, 866, 868, 868, 874, 866, 875, 878, 880, 886, 0, 0, 875, 875, 878, 880, 886, 875, 878, 880, 886, 889, 893, 889, 895, 0, 0, 0, 0, 893, 889, 895, 0, 893, 889, 895, 915, 915, 915, 915, 915, 916, 0, 916, 916, 916, 917, 0, 917, 917, 917, 918, 918, 918, 918, 918, 919, 919, 919, 919, 919, 920, 920, 921, 921, 921, 921, 921, 922, 922, 922, 922, 922, 923, 923, 0, 0, 923, 924, 0, 924, 924, 924, 925, 925, 925, 925, 925, 926, 0, 926, 926, 926, 927, 0, 927, 927, 927, 928, 0, 928, 928, 928, 929, 0, 929, 929, 929, 930, 930, 930, 930, 930, 931, 931, 931, 931, 931, 932, 932, 932, 932, 932, 933, 0, 933, 933, 933, 934, 0, 934, 934, 934, 935, 0, 935, 935, 935, 936, 0, 936, 936, 936, 937, 937, 937, 937, 937, 938, 938, 938, 938, 938, 939, 939, 939, 939, 939, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914, 914 } ; 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 (C) 2005 Laurent Debreu (Laurent.Debreu@imag.fr) */ /* Cyril Mazauric (Cyril.Mazauric@imag.fr) */ /* */ /* This program is free software; you can redistribute it and/or modify */ /* it */ /* */ /* This program is distributed in the hope that it will be useful, */ /* but WITHOUT ANY WARRANTY; without even the implied warranty of */ /* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the */ /* GNU General Public License for more details. */ /* */ /******************************************************************************/ #define parameter 1 #define character 2 #line 20 "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; /******************************************************************************/ /**************PETITS PB NON PREVUS *******************************************/ /******************************************************************************/ /* NEXTLINF77 un ligne fortran 77 peut commencer par - &a=b or on */ /* a prevu seulement & a=b avec l'espace entre le symbole */ /* de la 7eme et le debut de la ligne de commande */ /* le ! est aussi interdit comme symbole de la 7 eme colonne */ /* Normalement NEXTLINEF77 \n+[ ]{5}[^ ] */ /******************************************************************************/ #define YY_USER_ACTION \ {\ if (firstpass == 0) \ {\ strcat(curbuf,yytext); \ strcpy(motparse,yytext);\ colnum = colnum + strlen(motparse);\ /*printf("motparse = %s %d\n",motparse,strlen(motparse));*/\ ECHO; \ }\ strcpy(motparse1,yytext);\ /*if ( firstpass == 1 ) printf("yytext = %s %d\n",yytext,strlen(yytext));*/\ } #line 1398 "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 82 "fortran.lex" #line 1554 "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 >= 915 ) 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] != 2926 ); 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 83 "fortran.lex" { if (firstpass == 0) { fseek(fortranout,-1,1); strcpy(&curbuf[strlen(curbuf)-1],"\0"); } yyless(yyleng-1); strcpy(yylval.na,yytext); return TOK_NAME; } YY_BREAK case 2: YY_RULE_SETUP #line 93 "fortran.lex" {return TOK_DONOTTREAT;} YY_BREAK case 3: YY_RULE_SETUP #line 94 "fortran.lex" {return TOK_ENDDONOTTREAT;} YY_BREAK case 4: YY_RULE_SETUP #line 95 "fortran.lex" return TOK_DEBUT; YY_BREAK case 5: YY_RULE_SETUP #line 96 "fortran.lex" return TOK_FIN; YY_BREAK case 6: YY_RULE_SETUP #line 97 "fortran.lex" return TOK_OMP; YY_BREAK case 7: YY_RULE_SETUP #line 98 "fortran.lex" return TOK_DOLLAR; YY_BREAK case 8: YY_RULE_SETUP #line 100 "fortran.lex" {return TOK_SUBROUTINE;} YY_BREAK case 9: YY_RULE_SETUP #line 101 "fortran.lex" {return TOK_PROGRAM;} YY_BREAK case 10: YY_RULE_SETUP #line 102 "fortran.lex" {return TOK_ALLOCATE;} YY_BREAK case 11: YY_RULE_SETUP #line 103 "fortran.lex" {return TOK_DEALLOCATE;} YY_BREAK case 12: YY_RULE_SETUP #line 104 "fortran.lex" {return TOK_RESULT;} YY_BREAK case 13: YY_RULE_SETUP #line 105 "fortran.lex" {return TOK_FUNCTION;} YY_BREAK case 14: YY_RULE_SETUP #line 106 "fortran.lex" {strcpy(yylval.na,yytext);return TOK_ENDSUBROUTINE;} YY_BREAK case 15: YY_RULE_SETUP #line 107 "fortran.lex" {strcpy(yylval.na,yytext);return TOK_ENDPROGRAM;} YY_BREAK case 16: YY_RULE_SETUP #line 108 "fortran.lex" {strcpy(yylval.na,yytext);return TOK_ENDFUNCTION;} YY_BREAK case 17: YY_RULE_SETUP #line 109 "fortran.lex" {strcpy(yylval.na,yytext);return TOK_ENDUNIT;} YY_BREAK case 18: YY_RULE_SETUP #line 110 "fortran.lex" return TOK_INCLUDE; YY_BREAK case 19: YY_RULE_SETUP #line 111 "fortran.lex" {return TOK_USE;} YY_BREAK case 20: YY_RULE_SETUP #line 112 "fortran.lex" {return TOK_REWIND;} YY_BREAK case 21: YY_RULE_SETUP #line 113 "fortran.lex" return TOK_IMPLICIT; YY_BREAK case 22: YY_RULE_SETUP #line 114 "fortran.lex" return TOK_NONE; YY_BREAK case 23: YY_RULE_SETUP #line 115 "fortran.lex" return TOK_CALL; YY_BREAK case 24: YY_RULE_SETUP #line 116 "fortran.lex" return TOK_TRUE; YY_BREAK case 25: YY_RULE_SETUP #line 117 "fortran.lex" return TOK_FALSE; YY_BREAK case 26: YY_RULE_SETUP #line 118 "fortran.lex" {return TOK_POINT_TO;} YY_BREAK case 27: YY_RULE_SETUP #line 119 "fortran.lex" {strcpy(yylval.na,yytext);return TOK_DASTER;} YY_BREAK case 28: YY_RULE_SETUP #line 120 "fortran.lex" {strcpy(yylval.na,yytext);return TOK_EQ;} YY_BREAK case 29: YY_RULE_SETUP #line 121 "fortran.lex" {strcpy(yylval.na,yytext);return TOK_GT;} YY_BREAK case 30: YY_RULE_SETUP #line 122 "fortran.lex" {strcpy(yylval.na,yytext);return TOK_GE;} YY_BREAK case 31: YY_RULE_SETUP #line 123 "fortran.lex" {strcpy(yylval.na,yytext);return TOK_LT;} YY_BREAK case 32: YY_RULE_SETUP #line 124 "fortran.lex" {strcpy(yylval.na,yytext);return TOK_LE;} YY_BREAK case 33: YY_RULE_SETUP #line 125 "fortran.lex" {strcpy(yylval.na,yytext);return TOK_NE;} YY_BREAK case 34: YY_RULE_SETUP #line 126 "fortran.lex" {strcpy(yylval.na,yytext);return TOK_NOT;} YY_BREAK case 35: YY_RULE_SETUP #line 127 "fortran.lex" {strcpy(yylval.na,yytext);return TOK_OR;} YY_BREAK case 36: YY_RULE_SETUP #line 128 "fortran.lex" {strcpy(yylval.na,yytext);return TOK_XOR;} YY_BREAK case 37: YY_RULE_SETUP #line 129 "fortran.lex" {strcpy(yylval.na,yytext);return TOK_AND;} YY_BREAK case 38: YY_RULE_SETUP #line 130 "fortran.lex" {return TOK_MODULE;} YY_BREAK case 39: YY_RULE_SETUP #line 131 "fortran.lex" {return TOK_DOWHILE;} YY_BREAK case 40: YY_RULE_SETUP #line 132 "fortran.lex" return TOK_ENDMODULE; YY_BREAK case 41: YY_RULE_SETUP #line 133 "fortran.lex" return TOK_ENDDO; YY_BREAK case 42: YY_RULE_SETUP #line 134 "fortran.lex" {return TOK_PLAINDO;} YY_BREAK case 43: YY_RULE_SETUP #line 135 "fortran.lex" {strcpy(yylval.na,yytext);return TOK_REAL;} YY_BREAK case 44: YY_RULE_SETUP #line 136 "fortran.lex" {strcpy(yylval.na,yytext);return TOK_INTEGER;} YY_BREAK case 45: YY_RULE_SETUP #line 137 "fortran.lex" {strcpy(yylval.na,yytext);return TOK_LOGICAL;} YY_BREAK case 46: YY_RULE_SETUP #line 138 "fortran.lex" {strcpy(yylval.na,yytext);return TOK_CHARACTER;} YY_BREAK case 47: YY_RULE_SETUP #line 139 "fortran.lex" {return TOK_ALLOCATABLE;} YY_BREAK case 48: YY_RULE_SETUP #line 140 "fortran.lex" return TOK_CLOSE; YY_BREAK case 49: YY_RULE_SETUP #line 141 "fortran.lex" return TOK_INQUIRE; YY_BREAK case 50: YY_RULE_SETUP #line 142 "fortran.lex" {return TOK_DIMENSION;} YY_BREAK case 51: YY_RULE_SETUP #line 143 "fortran.lex" return TOK_PAUSE; YY_BREAK case 52: YY_RULE_SETUP #line 144 "fortran.lex" return TOK_EQUIVALENCE; YY_BREAK case 53: YY_RULE_SETUP #line 145 "fortran.lex" return TOK_STOP; YY_BREAK case 54: YY_RULE_SETUP #line 146 "fortran.lex" return TOK_WHERE; YY_BREAK case 55: YY_RULE_SETUP #line 147 "fortran.lex" return TOK_ENDWHERE; YY_BREAK case 56: YY_RULE_SETUP #line 148 "fortran.lex" return TOK_ELSEWHERE; YY_BREAK case 57: YY_RULE_SETUP #line 149 "fortran.lex" {return TOK_COMPLEX;} YY_BREAK case 58: YY_RULE_SETUP #line 150 "fortran.lex" {return TOK_CONTAINS;} YY_BREAK case 59: YY_RULE_SETUP #line 151 "fortran.lex" {return TOK_ONLY;} YY_BREAK case 60: YY_RULE_SETUP #line 152 "fortran.lex" {return TOK_PARAMETER;} YY_BREAK case 61: YY_RULE_SETUP #line 153 "fortran.lex" {return TOK_COMMON;} YY_BREAK case 62: YY_RULE_SETUP #line 154 "fortran.lex" {return TOK_EXTERNAL;} YY_BREAK case 63: YY_RULE_SETUP #line 155 "fortran.lex" {return TOK_INTENT;} YY_BREAK case 64: YY_RULE_SETUP #line 156 "fortran.lex" {return TOK_KIND;} YY_BREAK case 65: YY_RULE_SETUP #line 157 "fortran.lex" {return TOK_POINTER;} YY_BREAK case 66: YY_RULE_SETUP #line 158 "fortran.lex" {return TOK_OPTIONAL;} YY_BREAK case 67: YY_RULE_SETUP #line 159 "fortran.lex" {return TOK_SAVE;} YY_BREAK case 68: YY_RULE_SETUP #line 160 "fortran.lex" {return TOK_TYPE;} YY_BREAK case 69: YY_RULE_SETUP #line 161 "fortran.lex" {return TOK_ENDTYPE;} YY_BREAK case 70: YY_RULE_SETUP #line 162 "fortran.lex" return TOK_OPEN; YY_BREAK case 71: YY_RULE_SETUP #line 163 "fortran.lex" return TOK_RETURN; YY_BREAK case 72: YY_RULE_SETUP #line 164 "fortran.lex" return TOK_EXIT; YY_BREAK case 73: YY_RULE_SETUP #line 165 "fortran.lex" return TOK_PRINT; YY_BREAK case 74: YY_RULE_SETUP #line 166 "fortran.lex" {return TOK_PROCEDURE;} YY_BREAK case 75: YY_RULE_SETUP #line 167 "fortran.lex" {return TOK_READ;} YY_BREAK case 76: YY_RULE_SETUP #line 168 "fortran.lex" {return TOK_NAMELIST;} YY_BREAK case 77: YY_RULE_SETUP #line 169 "fortran.lex" {return TOK_WRITE;} YY_BREAK case 78: YY_RULE_SETUP #line 170 "fortran.lex" {return TOK_TARGET;} YY_BREAK case 79: YY_RULE_SETUP #line 171 "fortran.lex" {return TOK_PUBLIC;} YY_BREAK case 80: YY_RULE_SETUP #line 172 "fortran.lex" {return TOK_PRIVATE;} YY_BREAK case 81: YY_RULE_SETUP #line 173 "fortran.lex" {return TOK_IN;} YY_BREAK case 82: YY_RULE_SETUP #line 174 "fortran.lex" {return TOK_DATA;} YY_BREAK case 83: YY_RULE_SETUP #line 175 "fortran.lex" return TOK_CONTINUE; YY_BREAK case 84: YY_RULE_SETUP #line 176 "fortran.lex" {return TOK_PLAINGOTO;} YY_BREAK case 85: YY_RULE_SETUP #line 177 "fortran.lex" {return TOK_OUT;} YY_BREAK case 86: YY_RULE_SETUP #line 178 "fortran.lex" {return TOK_INOUT;} YY_BREAK case 87: YY_RULE_SETUP #line 179 "fortran.lex" {return TOK_INTRINSIC;} YY_BREAK case 88: YY_RULE_SETUP #line 180 "fortran.lex" {return TOK_THEN;} YY_BREAK case 89: YY_RULE_SETUP #line 181 "fortran.lex" {return TOK_ELSEIF;} YY_BREAK case 90: YY_RULE_SETUP #line 182 "fortran.lex" {return TOK_ELSE;} YY_BREAK case 91: YY_RULE_SETUP #line 183 "fortran.lex" {return TOK_ENDIF;} YY_BREAK case 92: YY_RULE_SETUP #line 184 "fortran.lex" {return TOK_LOGICALIF;} YY_BREAK case 93: YY_RULE_SETUP #line 185 "fortran.lex" {return TOK_SUM;} YY_BREAK case 94: YY_RULE_SETUP #line 186 "fortran.lex" {return TOK_MAX;} YY_BREAK case 95: YY_RULE_SETUP #line 187 "fortran.lex" {return TOK_TANH;} YY_BREAK case 96: YY_RULE_SETUP #line 188 "fortran.lex" {return TOK_MAXVAL;} YY_BREAK case 97: YY_RULE_SETUP #line 189 "fortran.lex" {return TOK_TRIM;} YY_BREAK case 98: YY_RULE_SETUP #line 190 "fortran.lex" {return TOK_SQRT;} YY_BREAK case 99: YY_RULE_SETUP #line 191 "fortran.lex" {return TOK_SELECTCASE;} YY_BREAK case 100: YY_RULE_SETUP #line 192 "fortran.lex" {return TOK_CASE;} YY_BREAK case 101: YY_RULE_SETUP #line 193 "fortran.lex" {return TOK_CASEDEFAULT;} YY_BREAK case 102: YY_RULE_SETUP #line 194 "fortran.lex" {return TOK_ENDSELECT;} YY_BREAK case 103: YY_RULE_SETUP #line 195 "fortran.lex" {return TOK_FILE;} YY_BREAK case 104: YY_RULE_SETUP #line 196 "fortran.lex" {return TOK_EXIST;} YY_BREAK case 105: YY_RULE_SETUP #line 197 "fortran.lex" {return TOK_MIN;} YY_BREAK case 106: YY_RULE_SETUP #line 198 "fortran.lex" {return TOK_INT;} YY_BREAK case 107: YY_RULE_SETUP #line 199 "fortran.lex" {return TOK_NINT;} YY_BREAK case 108: YY_RULE_SETUP #line 200 "fortran.lex" {return TOK_FLOAT;} YY_BREAK case 109: YY_RULE_SETUP #line 201 "fortran.lex" {return TOK_EXP;} YY_BREAK case 110: YY_RULE_SETUP #line 202 "fortran.lex" {return TOK_COS;} YY_BREAK case 111: YY_RULE_SETUP #line 203 "fortran.lex" {return TOK_COSH;} YY_BREAK case 112: YY_RULE_SETUP #line 204 "fortran.lex" {return TOK_ACOS;} YY_BREAK case 113: YY_RULE_SETUP #line 205 "fortran.lex" {return TOK_SIN;} YY_BREAK case 114: YY_RULE_SETUP #line 206 "fortran.lex" {return TOK_SINH;} YY_BREAK case 115: YY_RULE_SETUP #line 207 "fortran.lex" {return TOK_ASIN;} YY_BREAK case 116: YY_RULE_SETUP #line 208 "fortran.lex" {return TOK_LOG;} YY_BREAK case 117: YY_RULE_SETUP #line 209 "fortran.lex" {return TOK_TAN;} YY_BREAK case 118: YY_RULE_SETUP #line 210 "fortran.lex" {return TOK_ATAN;} YY_BREAK case 119: YY_RULE_SETUP #line 211 "fortran.lex" {return TOK_ABS;} YY_BREAK case 120: YY_RULE_SETUP #line 212 "fortran.lex" {return TOK_MOD;} YY_BREAK case 121: YY_RULE_SETUP #line 213 "fortran.lex" {return TOK_SIGN;} YY_BREAK case 122: YY_RULE_SETUP #line 214 "fortran.lex" {return TOK_MINLOC;} YY_BREAK case 123: YY_RULE_SETUP #line 215 "fortran.lex" {return TOK_MAXLOC;} YY_BREAK case 124: YY_RULE_SETUP #line 216 "fortran.lex" {return TOK_MINVAL;} YY_BREAK case 125: YY_RULE_SETUP #line 217 "fortran.lex" {return TOK_INTERFACE;} YY_BREAK case 126: YY_RULE_SETUP #line 218 "fortran.lex" {return TOK_ENDINTERFACE;} YY_BREAK case 127: YY_RULE_SETUP #line 219 "fortran.lex" {return TOK_LEFTAB;} YY_BREAK case 128: YY_RULE_SETUP #line 220 "fortran.lex" {return TOK_RIGHTAB;} YY_BREAK case 129: YY_RULE_SETUP #line 221 "fortran.lex" {return TOK_FORMAT;} YY_BREAK case 130: YY_RULE_SETUP #line 222 "fortran.lex" {strcpy(yylval.na,yytext);return TOK_DOUBLEPRECISION;} YY_BREAK case 131: YY_RULE_SETUP #line 223 "fortran.lex" {strcpy(yylval.na,yytext);return TOK_DOUBLECOMPLEX;} YY_BREAK case 132: YY_RULE_SETUP #line 224 "fortran.lex" {return '\n';} YY_BREAK case 133: YY_RULE_SETUP #line 225 "fortran.lex" {strcpy(yylval.na,yytext);return TOK_SLASH;} YY_BREAK case 134: YY_RULE_SETUP #line 226 "fortran.lex" {strcpy(yylval.na,yytext);return TOK_DSLASH;} YY_BREAK case 135: YY_RULE_SETUP #line 227 "fortran.lex" {strcpy(yylval.na,yytext);return TOK_CHAR_CUT;} YY_BREAK case 136: YY_RULE_SETUP #line 228 "fortran.lex" {strcpy(yylval.na,yytext);return TOK_CHAR_CONSTANT;} YY_BREAK case 137: YY_RULE_SETUP #line 229 "fortran.lex" {strcpy(yylval.na,yytext);return TOK_CHAR_MESSAGE;} YY_BREAK case 138: YY_RULE_SETUP #line 230 "fortran.lex" {strcpy(yylval.na,yytext);return TOK_CHAR_INT;} YY_BREAK case 139: YY_RULE_SETUP #line 231 "fortran.lex" {strcpy(yylval.na,yytext);return TOK_NAME;} YY_BREAK case 140: YY_RULE_SETUP #line 232 "fortran.lex" {strcpy(yylval.na,yytext);return TOK_CSTREAL;} YY_BREAK case 141: YY_RULE_SETUP #line 233 "fortran.lex" {strcpy(yylval.na,yytext);return TOK_CSTREALDP;} YY_BREAK case 142: YY_RULE_SETUP #line 234 "fortran.lex" {strcpy(yylval.na,yytext);return TOK_CSTREALQP;} YY_BREAK case 143: *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 235 "fortran.lex" {strcpy(yylval.na,yytext);return TOK_CSTREAL;} YY_BREAK case 144: YY_RULE_SETUP #line 236 "fortran.lex" {return TOK_POINT;} YY_BREAK case 145: YY_RULE_SETUP #line 237 "fortran.lex" {strcpy(yylval.na,yytext);return TOK_CSTINT;} YY_BREAK case 146: YY_RULE_SETUP #line 238 "fortran.lex" {} YY_BREAK case 147: YY_RULE_SETUP #line 239 "fortran.lex" {return TOK_QUOTE;} YY_BREAK case 148: YY_RULE_SETUP #line 240 "fortran.lex" {strcpy(yylval.na,yytext);return (int) *yytext;} YY_BREAK case 149: YY_RULE_SETUP #line 241 "fortran.lex" {return (int) *yytext;} YY_BREAK case 150: YY_RULE_SETUP #line 242 "fortran.lex" {return (int) *yytext;} YY_BREAK case 151: YY_RULE_SETUP #line 243 "fortran.lex" {return (int) *yytext;} YY_BREAK case 152: YY_RULE_SETUP #line 244 "fortran.lex" {return (int) *yytext;} YY_BREAK case 153: YY_RULE_SETUP #line 245 "fortran.lex" {colnum=0;line_num_fortran++;line_num_fortran_common++; return (int) *yytext;} YY_BREAK case 154: *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 246 "fortran.lex" YY_BREAK case 155: YY_RULE_SETUP #line 247 "fortran.lex" {if (newlinef90 == 0) return TOK_LABEL; else newlinef90 = 0;} YY_BREAK case 156: YY_RULE_SETUP #line 248 "fortran.lex" YY_BREAK case 157: YY_RULE_SETUP #line 249 "fortran.lex" {colnum=colnum-1+tabsize;} YY_BREAK case 158: YY_RULE_SETUP #line 250 "fortran.lex" ; YY_BREAK case 159: YY_RULE_SETUP #line 251 "fortran.lex" {line_num_fortran++;line_num_fortran_common++;newlinef90=1;colnum=0;} YY_BREAK case 160: YY_RULE_SETUP #line 252 "fortran.lex" {line_num_fortran++;line_num_fortran_common++;colnum=0;} YY_BREAK case 161: YY_RULE_SETUP #line 253 "fortran.lex" { tmp = strstr(motparse1,"contains"); if ( !tmp ) tmp = strstr(motparse1,"CONTAINS"); if ( !tmp ) tmp = strstr(motparse1,"Contains"); if ( tmp ) { if ( strlen(motparse1) == strlen(tmp)+1 ) { return TOK_CONTAINS; } else { colnum=0;line_num_fortran++;line_num_fortran_common++; } } else { colnum=0;line_num_fortran++;line_num_fortran_common++; } } YY_BREAK case 162: YY_RULE_SETUP #line 273 "fortran.lex" { 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 163: YY_RULE_SETUP #line 277 "fortran.lex" { 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 164: YY_RULE_SETUP #line 281 "fortran.lex" ECHO; YY_BREAK #line 2498 "fortran.yy.c" case YY_STATE_EOF(INITIAL): case YY_STATE_EOF(parameter): case YY_STATE_EOF(character): yyterminate(); case YY_END_OF_BUFFER: { /* Amount of text matched not including the EOB char. */ int yy_amount_of_matched_text = (int) (yy_cp - yytext_ptr) - 1; /* Undo the effects of YY_DO_BEFORE_ACTION. */ *yy_cp = yy_hold_char; YY_RESTORE_YY_MORE_OFFSET if ( yy_current_buffer->yy_buffer_status == YY_BUFFER_NEW ) { /* We're scanning a new file or input source. It's * possible that this happened because the user * just pointed yyin at a new source and called * yylex(). If so, then we have to assure * consistency between yy_current_buffer and our * globals. Here is the right place to do so, because * this is the first action (other than possibly a * back-up) that will match for the new input source. */ yy_n_chars = yy_current_buffer->yy_n_chars; yy_current_buffer->yy_input_file = yyin; yy_current_buffer->yy_buffer_status = YY_BUFFER_NORMAL; } /* Note that here we test for yy_c_buf_p "<=" to the position * of the first EOB in the buffer, since yy_c_buf_p will * already have been incremented past the NUL character * (since all states make transitions on EOB to the * end-of-buffer state). Contrast this with the test * in input(). */ if ( yy_c_buf_p <= &yy_current_buffer->yy_ch_buf[yy_n_chars] ) { /* This was really a NUL. */ yy_state_type yy_next_state; yy_c_buf_p = yytext_ptr + yy_amount_of_matched_text; yy_current_state = yy_get_previous_state(); /* Okay, we're now positioned to make the NUL * transition. We couldn't have * yy_get_previous_state() go ahead and do it * for us because it doesn't know how to deal * with the possibility of jamming (and we don't * want to build jamming into it because then it * will run more slowly). */ yy_next_state = yy_try_NUL_trans( yy_current_state ); yy_bp = yytext_ptr + YY_MORE_ADJ; if ( yy_next_state ) { /* Consume the NUL. */ yy_cp = ++yy_c_buf_p; yy_current_state = yy_next_state; goto yy_match; } else { yy_cp = yy_c_buf_p; goto yy_find_action; } } else switch ( yy_get_next_buffer() ) { case EOB_ACT_END_OF_FILE: { yy_did_buffer_switch_on_eof = 0; if ( yywrap() ) { /* Note: because we've taken care in * yy_get_next_buffer() to have set up * yytext, we can now set up * yy_c_buf_p so that if some total * hoser (like flex itself) wants to * call the scanner after we return the * YY_NULL, it'll still work - another * YY_NULL will get returned. */ yy_c_buf_p = yytext_ptr + YY_MORE_ADJ; yy_act = YY_STATE_EOF(YY_START); goto do_action; } else { if ( ! yy_did_buffer_switch_on_eof ) YY_NEW_FILE; } break; } case EOB_ACT_CONTINUE_SCAN: yy_c_buf_p = yytext_ptr + yy_amount_of_matched_text; yy_current_state = yy_get_previous_state(); yy_cp = yy_c_buf_p; yy_bp = yytext_ptr + YY_MORE_ADJ; goto yy_match; case EOB_ACT_LAST_MATCH: yy_c_buf_p = &yy_current_buffer->yy_ch_buf[yy_n_chars]; yy_current_state = yy_get_previous_state(); yy_cp = yy_c_buf_p; yy_bp = yytext_ptr + YY_MORE_ADJ; goto yy_find_action; } break; } default: YY_FATAL_ERROR( "fatal flex scanner internal error--no action found" ); } /* end of action switch */ } /* end of scanning one token */ } /* end of yylex */ /* yy_get_next_buffer - try to read in a new buffer * * Returns a code representing an action: * EOB_ACT_LAST_MATCH - * EOB_ACT_CONTINUE_SCAN - continue scanning from current position * EOB_ACT_END_OF_FILE - end of file */ static int yy_get_next_buffer() { register char *dest = yy_current_buffer->yy_ch_buf; register char *source = yytext_ptr; register int number_to_move, i; int ret_val; if ( yy_c_buf_p > &yy_current_buffer->yy_ch_buf[yy_n_chars + 1] ) YY_FATAL_ERROR( "fatal flex scanner internal error--end of buffer missed" ); if ( yy_current_buffer->yy_fill_buffer == 0 ) { /* Don't try to fill the buffer, so this is an EOF. */ if ( yy_c_buf_p - yytext_ptr - YY_MORE_ADJ == 1 ) { /* We matched a single character, the EOB, so * treat this as a final EOF. */ return EOB_ACT_END_OF_FILE; } else { /* We matched some text prior to the EOB, first * process it. */ return EOB_ACT_LAST_MATCH; } } /* Try to read more data. */ /* First move last chars to start of buffer. */ number_to_move = (int) (yy_c_buf_p - yytext_ptr) - 1; for ( i = 0; i < number_to_move; ++i ) *(dest++) = *(source++); if ( yy_current_buffer->yy_buffer_status == YY_BUFFER_EOF_PENDING ) /* don't do the read, it's not guaranteed to return an EOF, * just force an EOF */ yy_current_buffer->yy_n_chars = yy_n_chars = 0; else { int num_to_read = yy_current_buffer->yy_buf_size - number_to_move - 1; while ( num_to_read <= 0 ) { /* Not enough room in the buffer - grow it. */ #ifdef YY_USES_REJECT YY_FATAL_ERROR( "input buffer overflow, can't enlarge buffer because scanner uses REJECT" ); #else /* just a shorter name for the current buffer */ YY_BUFFER_STATE b = yy_current_buffer; int yy_c_buf_p_offset = (int) (yy_c_buf_p - b->yy_ch_buf); if ( b->yy_is_our_buffer ) { int new_size = b->yy_buf_size * 2; if ( new_size <= 0 ) b->yy_buf_size += b->yy_buf_size / 8; else b->yy_buf_size *= 2; b->yy_ch_buf = (char *) /* Include room in for 2 EOB chars. */ yy_flex_realloc( (void *) b->yy_ch_buf, b->yy_buf_size + 2 ); } else /* Can't grow it, we don't own it. */ b->yy_ch_buf = 0; if ( ! b->yy_ch_buf ) YY_FATAL_ERROR( "fatal error - scanner input buffer overflow" ); yy_c_buf_p = &b->yy_ch_buf[yy_c_buf_p_offset]; num_to_read = yy_current_buffer->yy_buf_size - number_to_move - 1; #endif } if ( num_to_read > YY_READ_BUF_SIZE ) num_to_read = YY_READ_BUF_SIZE; /* Read in more data. */ YY_INPUT( (&yy_current_buffer->yy_ch_buf[number_to_move]), yy_n_chars, num_to_read ); yy_current_buffer->yy_n_chars = yy_n_chars; } if ( yy_n_chars == 0 ) { if ( number_to_move == YY_MORE_ADJ ) { ret_val = EOB_ACT_END_OF_FILE; yyrestart( yyin ); } else { ret_val = EOB_ACT_LAST_MATCH; yy_current_buffer->yy_buffer_status = YY_BUFFER_EOF_PENDING; } } else ret_val = EOB_ACT_CONTINUE_SCAN; yy_n_chars += number_to_move; yy_current_buffer->yy_ch_buf[yy_n_chars] = YY_END_OF_BUFFER_CHAR; yy_current_buffer->yy_ch_buf[yy_n_chars + 1] = YY_END_OF_BUFFER_CHAR; yytext_ptr = &yy_current_buffer->yy_ch_buf[0]; return ret_val; } /* yy_get_previous_state - get the state just before the EOB char was reached */ static yy_state_type yy_get_previous_state() { register yy_state_type yy_current_state; register char *yy_cp; yy_current_state = yy_start; yy_current_state += YY_AT_BOL(); for ( yy_cp = yytext_ptr + YY_MORE_ADJ; yy_cp < yy_c_buf_p; ++yy_cp ) { register YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1); if ( yy_accept[yy_current_state] ) { yy_last_accepting_state = yy_current_state; yy_last_accepting_cpos = yy_cp; } while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) { yy_current_state = (int) yy_def[yy_current_state]; if ( yy_current_state >= 915 ) 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 >= 915 ) 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 == 914); return yy_is_jam ? 0 : yy_current_state; } #ifndef YY_NO_UNPUT #ifdef YY_USE_PROTOS static void yyunput( int c, register char *yy_bp ) #else static void yyunput( c, yy_bp ) int c; register char *yy_bp; #endif { register char *yy_cp = yy_c_buf_p; /* undo effects of setting up yytext */ *yy_cp = yy_hold_char; if ( yy_cp < yy_current_buffer->yy_ch_buf + 2 ) { /* need to shift things up to make room */ /* +2 for EOB chars. */ register int number_to_move = yy_n_chars + 2; register char *dest = &yy_current_buffer->yy_ch_buf[ yy_current_buffer->yy_buf_size + 2]; register char *source = &yy_current_buffer->yy_ch_buf[number_to_move]; while ( source > yy_current_buffer->yy_ch_buf ) *--dest = *--source; yy_cp += (int) (dest - source); yy_bp += (int) (dest - source); yy_current_buffer->yy_n_chars = yy_n_chars = yy_current_buffer->yy_buf_size; if ( yy_cp < yy_current_buffer->yy_ch_buf + 2 ) YY_FATAL_ERROR( "flex scanner push-back overflow" ); } *--yy_cp = (char) c; yytext_ptr = yy_bp; yy_hold_char = *yy_cp; yy_c_buf_p = yy_cp; } #endif /* ifndef YY_NO_UNPUT */ #ifdef __cplusplus static int yyinput() #else static int input() #endif { int c; *yy_c_buf_p = yy_hold_char; if ( *yy_c_buf_p == YY_END_OF_BUFFER_CHAR ) { /* yy_c_buf_p now points to the character we want to return. * If this occurs *before* the EOB characters, then it's a * valid NUL; if not, then we've hit the end of the buffer. */ if ( yy_c_buf_p < &yy_current_buffer->yy_ch_buf[yy_n_chars] ) /* This was really a NUL. */ *yy_c_buf_p = '\0'; else { /* need more input */ int offset = yy_c_buf_p - yytext_ptr; ++yy_c_buf_p; switch ( yy_get_next_buffer() ) { case EOB_ACT_LAST_MATCH: /* This happens because yy_g_n_b() * sees that we've accumulated a * token and flags that we need to * try matching the token before * proceeding. But for input(), * there's no matching to consider. * So convert the EOB_ACT_LAST_MATCH * to EOB_ACT_END_OF_FILE. */ /* Reset buffer status. */ yyrestart( yyin ); /* fall through */ case EOB_ACT_END_OF_FILE: { if ( yywrap() ) return EOF; if ( ! yy_did_buffer_switch_on_eof ) YY_NEW_FILE; #ifdef __cplusplus return yyinput(); #else return input(); #endif } case EOB_ACT_CONTINUE_SCAN: yy_c_buf_p = yytext_ptr + offset; break; } } } c = *(unsigned char *) yy_c_buf_p; /* cast for 8-bit char's */ *yy_c_buf_p = '\0'; /* preserve yytext */ yy_hold_char = *++yy_c_buf_p; yy_current_buffer->yy_at_bol = (c == '\n'); return c; } #ifdef YY_USE_PROTOS void yyrestart( FILE *input_file ) #else void yyrestart( input_file ) FILE *input_file; #endif { if ( ! yy_current_buffer ) yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE ); yy_init_buffer( yy_current_buffer, input_file ); yy_load_buffer_state(); } #ifdef YY_USE_PROTOS void yy_switch_to_buffer( YY_BUFFER_STATE new_buffer ) #else void yy_switch_to_buffer( new_buffer ) YY_BUFFER_STATE new_buffer; #endif { if ( yy_current_buffer == new_buffer ) return; if ( yy_current_buffer ) { /* Flush out information for old buffer. */ *yy_c_buf_p = yy_hold_char; yy_current_buffer->yy_buf_pos = yy_c_buf_p; yy_current_buffer->yy_n_chars = yy_n_chars; } yy_current_buffer = new_buffer; yy_load_buffer_state(); /* We don't actually know whether we did this switch during * EOF (yywrap()) processing, but the only time this flag * is looked at is after yywrap() is called, so it's safe * to go ahead and always set it. */ yy_did_buffer_switch_on_eof = 1; } #ifdef YY_USE_PROTOS void yy_load_buffer_state( void ) #else void yy_load_buffer_state() #endif { yy_n_chars = yy_current_buffer->yy_n_chars; yytext_ptr = yy_c_buf_p = yy_current_buffer->yy_buf_pos; yyin = yy_current_buffer->yy_input_file; yy_hold_char = *yy_c_buf_p; } #ifdef YY_USE_PROTOS YY_BUFFER_STATE yy_create_buffer( FILE *file, int size ) #else YY_BUFFER_STATE yy_create_buffer( file, size ) FILE *file; int size; #endif { YY_BUFFER_STATE b; b = (YY_BUFFER_STATE) yy_flex_alloc( sizeof( struct yy_buffer_state ) ); if ( ! b ) YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" ); b->yy_buf_size = size; /* yy_ch_buf has to be 2 characters longer than the size given because * we need to put in 2 end-of-buffer characters. */ b->yy_ch_buf = (char *) yy_flex_alloc( b->yy_buf_size + 2 ); if ( ! b->yy_ch_buf ) YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" ); b->yy_is_our_buffer = 1; yy_init_buffer( b, file ); return b; } #ifdef YY_USE_PROTOS void yy_delete_buffer( YY_BUFFER_STATE b ) #else void yy_delete_buffer( b ) YY_BUFFER_STATE b; #endif { if ( ! b ) return; if ( b == yy_current_buffer ) yy_current_buffer = (YY_BUFFER_STATE) 0; if ( b->yy_is_our_buffer ) yy_flex_free( (void *) b->yy_ch_buf ); yy_flex_free( (void *) b ); } #ifdef YY_USE_PROTOS void yy_init_buffer( YY_BUFFER_STATE b, FILE *file ) #else void yy_init_buffer( b, file ) YY_BUFFER_STATE b; FILE *file; #endif { yy_flush_buffer( b ); b->yy_input_file = file; b->yy_fill_buffer = 1; #if YY_ALWAYS_INTERACTIVE b->yy_is_interactive = 1; #else #if YY_NEVER_INTERACTIVE b->yy_is_interactive = 0; #else b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0; #endif #endif } #ifdef YY_USE_PROTOS void yy_flush_buffer( YY_BUFFER_STATE b ) #else void yy_flush_buffer( b ) YY_BUFFER_STATE b; #endif { if ( ! b ) return; b->yy_n_chars = 0; /* We always need two end-of-buffer characters. The first causes * a transition to the end-of-buffer state. The second causes * a jam in that state. */ b->yy_ch_buf[0] = YY_END_OF_BUFFER_CHAR; b->yy_ch_buf[1] = YY_END_OF_BUFFER_CHAR; b->yy_buf_pos = &b->yy_ch_buf[0]; b->yy_at_bol = 1; b->yy_buffer_status = YY_BUFFER_NEW; if ( b == yy_current_buffer ) yy_load_buffer_state(); } #ifndef YY_NO_SCAN_BUFFER #ifdef YY_USE_PROTOS YY_BUFFER_STATE yy_scan_buffer( char *base, yy_size_t size ) #else YY_BUFFER_STATE yy_scan_buffer( base, size ) char *base; yy_size_t size; #endif { YY_BUFFER_STATE b; if ( size < 2 || base[size-2] != YY_END_OF_BUFFER_CHAR || base[size-1] != YY_END_OF_BUFFER_CHAR ) /* They forgot to leave room for the EOB's. */ return 0; b = (YY_BUFFER_STATE) yy_flex_alloc( sizeof( struct yy_buffer_state ) ); if ( ! b ) YY_FATAL_ERROR( "out of dynamic memory in yy_scan_buffer()" ); b->yy_buf_size = size - 2; /* "- 2" to take care of EOB's */ b->yy_buf_pos = b->yy_ch_buf = base; b->yy_is_our_buffer = 0; b->yy_input_file = 0; b->yy_n_chars = b->yy_buf_size; b->yy_is_interactive = 0; b->yy_at_bol = 1; b->yy_fill_buffer = 0; b->yy_buffer_status = YY_BUFFER_NEW; yy_switch_to_buffer( b ); return b; } #endif #ifndef YY_NO_SCAN_STRING #ifdef YY_USE_PROTOS YY_BUFFER_STATE yy_scan_string( yyconst char *yy_str ) #else YY_BUFFER_STATE yy_scan_string( yy_str ) yyconst char *yy_str; #endif { int len; for ( len = 0; yy_str[len]; ++len ) ; return yy_scan_bytes( yy_str, len ); } #endif #ifndef YY_NO_SCAN_BYTES #ifdef YY_USE_PROTOS YY_BUFFER_STATE yy_scan_bytes( yyconst char *bytes, int len ) #else YY_BUFFER_STATE yy_scan_bytes( bytes, len ) yyconst char *bytes; int len; #endif { YY_BUFFER_STATE b; char *buf; yy_size_t n; int i; /* Get memory for full buffer, including space for trailing EOB's. */ n = len + 2; buf = (char *) yy_flex_alloc( n ); if ( ! buf ) YY_FATAL_ERROR( "out of dynamic memory in yy_scan_bytes()" ); for ( i = 0; i < len; ++i ) buf[i] = bytes[i]; buf[len] = buf[len+1] = YY_END_OF_BUFFER_CHAR; b = yy_scan_buffer( buf, n ); if ( ! b ) YY_FATAL_ERROR( "bad buffer in yy_scan_bytes()" ); /* It's okay to grow etc. this buffer, and we should throw it * away when we're done. */ b->yy_is_our_buffer = 1; return b; } #endif #ifndef YY_NO_PUSH_STATE #ifdef YY_USE_PROTOS static void yy_push_state( int new_state ) #else static void yy_push_state( new_state ) int new_state; #endif { if ( yy_start_stack_ptr >= yy_start_stack_depth ) { yy_size_t new_size; yy_start_stack_depth += YY_START_STACK_INCR; new_size = yy_start_stack_depth * sizeof( int ); if ( ! yy_start_stack ) yy_start_stack = (int *) yy_flex_alloc( new_size ); else yy_start_stack = (int *) yy_flex_realloc( (void *) yy_start_stack, new_size ); if ( ! yy_start_stack ) YY_FATAL_ERROR( "out of memory expanding start-condition stack" ); } yy_start_stack[yy_start_stack_ptr++] = YY_START; BEGIN(new_state); } #endif #ifndef YY_NO_POP_STATE static void yy_pop_state() { if ( --yy_start_stack_ptr < 0 ) YY_FATAL_ERROR( "start-condition stack underflow" ); BEGIN(yy_start_stack[yy_start_stack_ptr]); } #endif #ifndef YY_NO_TOP_STATE static int yy_top_state() { return yy_start_stack[yy_start_stack_ptr - 1]; } #endif #ifndef YY_EXIT_FAILURE #define YY_EXIT_FAILURE 2 #endif #ifdef YY_USE_PROTOS static void yy_fatal_error( yyconst char msg[] ) #else static void yy_fatal_error( msg ) char msg[]; #endif { (void) fprintf( stderr, "%s\n", msg ); exit( YY_EXIT_FAILURE ); } /* Redefine yyless() so it works in section 3 code. */ #undef yyless #define yyless(n) \ do \ { \ /* Undo effects of setting up yytext. */ \ yytext[yyleng] = yy_hold_char; \ yy_c_buf_p = yytext + n; \ yy_hold_char = *yy_c_buf_p; \ *yy_c_buf_p = '\0'; \ yyleng = n; \ } \ while ( 0 ) /* Internal utility routines. */ #ifndef yytext_ptr #ifdef YY_USE_PROTOS static void yy_flex_strncpy( char *s1, yyconst char *s2, int n ) #else static void yy_flex_strncpy( s1, s2, n ) char *s1; yyconst char *s2; int n; #endif { register int i; for ( i = 0; i < n; ++i ) s1[i] = s2[i]; } #endif #ifdef YY_NEED_STRLEN #ifdef YY_USE_PROTOS static int yy_flex_strlen( yyconst char *s ) #else static int yy_flex_strlen( s ) yyconst char *s; #endif { register int n; for ( n = 0; s[n]; ++n ) ; return n; } #endif #ifdef YY_USE_PROTOS static void *yy_flex_alloc( yy_size_t size ) #else static void *yy_flex_alloc( size ) yy_size_t size; #endif { return (void *) malloc( size ); } #ifdef YY_USE_PROTOS static void *yy_flex_realloc( void *ptr, yy_size_t size ) #else static void *yy_flex_realloc( ptr, size ) void *ptr; yy_size_t size; #endif { /* The cast to (char *) in the following accommodates both * implementations that use char* generic pointers, and those * that use void* generic pointers. It works with the latter * because both ANSI C and C++ allow castless assignment from * any pointer type to void*, and deal with argument conversions * as though doing an assignment. */ return (void *) realloc( (char *) ptr, size ); } #ifdef YY_USE_PROTOS static void yy_flex_free( void *ptr ) #else static void yy_flex_free( ptr ) void *ptr; #endif { free( ptr ); } #if YY_MAIN int main() { yylex(); return 0; } #endif #line 281 "fortran.lex" fortranerror(char *s) { if (!strcasecmp(curfile,mainfile)) { printf("%s line %d, fichier %s\n",s,line_num_fortran,curfile); } else { printf("%s line %d, fichier %s\n",s,line_num_fortran_common,curfile); } } int fortranwrap() { }