#ifndef lint static char yysccsid[] = "@(#)yaccpar 1.9 (Berkeley) 02/21/93"; #endif #define YYBYACC 1 #define YYMAJOR 1 #define YYMINOR 9 #define yyclearin (yychar=(-1)) #define yyerrok (yyerrflag=0) #define YYRECOVERING (yyerrflag!=0) #define yyparse fortranparse #define yylex fortranlex #define yyerror fortranerror #define yychar fortranchar #define yyval fortranval #define yylval fortranlval #define yydebug fortrandebug #define yynerrs fortrannerrs #define yyerrflag fortranerrflag #define yyss fortranss #define yyssp fortranssp #define yyvs fortranvs #define yyvsp fortranvsp #define yylhs fortranlhs #define yylen fortranlen #define yydefred fortrandefred #define yydgoto fortrandgoto #define yysindex fortransindex #define yyrindex fortranrindex #define yygindex fortrangindex #define yytable fortrantable #define yycheck fortrancheck #define yyname fortranname #define yyrule fortranrule #define YYPREFIX "fortran" #line 36 "fortran.y" #include #include #include #include "decl.h" extern int line_num_fortran; extern int line_num_fortran_common; char *tmp; char c_selectorname[LONG_C]; char ligne[LONG_C]; char truename[LONGNOM]; char identcopy[LONG_C]; int c_selectorgiven=0; int incom; listvar *curlistvar; typedim c_selectordim; listcouple *coupletmp; listdim *parcoursdim; int removeline=0; listvar *test; #line 57 "fortran.y" typedef union { char nac[LONG_C]; char na[LONGNOM]; listdim *d; listvar *l; listnom *ln; listcouple *lc; listname *lnn; typedim dim1; variable *v; } YYSTYPE; #line 68 "y.tab.c" #define TOK_BINARY_OP 257 #define TOK_EQV 258 #define TOK_NEQV 259 #define TOK_OR 260 #define TOK_XOR 261 #define TOK_AND 262 #define TOK_NOT 263 #define TOK_LT 264 #define TOK_GT 265 #define TOK_LE 266 #define TOK_GE 267 #define TOK_EQ 268 #define TOK_NE 269 #define TOK_UNARY_OP 270 #define TOK_DSLASH 271 #define TOK_SLASH 272 #define TOK_DASTER 273 #define TOK_SEP 274 #define TOK_SEMICOLON 275 #define TOK_NEXTLINE 276 #define TOK_PARAMETER 277 #define TOK_RESULT 278 #define TOK_ONLY 279 #define TOK_INCLUDE 280 #define TOK_SUBROUTINE 281 #define TOK_PROGRAM 282 #define TOK_FUNCTION 283 #define TOK_OMP 284 #define TOK_DOLLAR 285 #define TOK_FORMAT 286 #define TOK_MAX 287 #define TOK_TANH 288 #define TOK_WHERE 289 #define TOK_ELSEWHERE 290 #define TOK_ENDWHERE 291 #define TOK_MAXVAL 292 #define TOK_TRIM 293 #define TOK_SUM 294 #define TOK_SQRT 295 #define TOK_CASE 296 #define TOK_SELECTCASE 297 #define TOK_FILE 298 #define TOK_END 299 #define TOK_ERR 300 #define TOK_DONOTTREAT 301 #define TOK_ENDDONOTTREAT 302 #define TOK_EXIST 303 #define TOK_MIN 304 #define TOK_FLOAT 305 #define TOK_EXP 306 #define TOK_COS 307 #define TOK_COSH 308 #define TOK_ACOS 309 #define TOK_NINT 310 #define TOK_CYCLE 311 #define TOK_SIN 312 #define TOK_SINH 313 #define TOK_ASIN 314 #define TOK_EQUIVALENCE 315 #define TOK_BACKSPACE 316 #define TOK_LOG 317 #define TOK_TAN 318 #define TOK_ATAN 319 #define TOK_RECURSIVE 320 #define TOK_ABS 321 #define TOK_MOD 322 #define TOK_SIGN 323 #define TOK_MINLOC 324 #define TOK_MAXLOC 325 #define TOK_EXIT 326 #define TOK_MINVAL 327 #define TOK_PUBLIC 328 #define TOK_PRIVATE 329 #define TOK_ALLOCATABLE 330 #define TOK_RETURN 331 #define TOK_THEN 332 #define TOK_ELSEIF 333 #define TOK_ELSE 334 #define TOK_ENDIF 335 #define TOK_PRINT 336 #define TOK_PLAINGOTO 337 #define TOK_CONSTRUCTID 338 #define TOK_LOGICALIF 339 #define TOK_PLAINDO 340 #define TOK_CONTAINS 341 #define TOK_ENDDO 342 #define TOK_MODULE 343 #define TOK_ENDMODULE 344 #define TOK_DOWHILE 345 #define TOK_ALLOCATE 346 #define TOK_OPEN 347 #define TOK_CLOSE 348 #define TOK_INQUIRE 349 #define TOK_WRITE 350 #define TOK_READ 351 #define TOK_REWIND 352 #define TOK_DEALLOCATE 353 #define TOK_NULLIFY 354 #define TOK_FIN 355 #define TOK_DEBUT 356 #define TOK_DIMENSION 357 #define TOK_ENDSELECT 358 #define TOK_EXTERNAL 359 #define TOK_INTENT 360 #define TOK_INTRINSIC 361 #define TOK_NAMELIST 362 #define TOK_CASEDEFAULT 363 #define TOK_OPTIONAL 364 #define TOK_POINTER 365 #define TOK_CONTINUE 366 #define TOK_SAVE 367 #define TOK_TARGET 368 #define TOK_QUOTE 369 #define TOK_IMPLICIT 370 #define TOK_NONE 371 #define TOK_CALL 372 #define TOK_STAT 373 #define TOK_POINT_TO 374 #define TOK_COMMON 375 #define TOK_GLOBAL 376 #define TOK_INTERFACE 377 #define TOK_ENDINTERFACE 378 #define TOK_LEFTAB 379 #define TOK_RIGHTAB 380 #define TOK_PAUSE 381 #define TOK_PROCEDURE 382 #define TOK_STOP 383 #define TOK_NAMEEQ 384 #define TOK_REAL8 385 #define TOK_OUT 386 #define TOK_INOUT 387 #define TOK_IN 388 #define TOK_USE 389 #define TOK_TRUE 390 #define TOK_FALSE 391 #define TOK_LABEL 392 #define TOK_TYPE 393 #define TOK_TYPEPAR 394 #define TOK_ENDTYPE 395 #define TOK_REAL 396 #define TOK_INTEGER 397 #define TOK_LOGICAL 398 #define TOK_DOUBLEPRECISION 399 #define TOK_DOUBLEREAL 400 #define TOK_ENDSUBROUTINE 401 #define TOK_ENDFUNCTION 402 #define TOK_ENDPROGRAM 403 #define TOK_ENDUNIT 404 #define TOK_CHARACTER 405 #define TOK_CHAR_CONSTANT 406 #define TOK_CHAR_CUT 407 #define TOK_DATA 408 #define TOK_CHAR_INT 409 #define TOK_CHAR_MESSAGE 410 #define TOK_CSTREAL 411 #define TOK_CSTREALDP 412 #define TOK_CSTREALQP 413 #define TOK_SFREAL 414 #define TOK_COMPLEX 415 #define TOK_DOUBLECOMPLEX 416 #define TOK_NAME 417 #define TOK_NAME_CHAR 418 #define TOK_PROBTYPE 419 #define TOK_INTERPTYPE 420 #define TOK_VARTYPE 421 #define TOK_BC 422 #define TOK_OP 423 #define TOK_CSTINT 424 #define TOK_COMMENT 425 #define TOK_FILENAME 426 #define YYERRCODE 256 short fortranlhs[] = { -1, 0, 0, 68, 68, 68, 68, 68, 71, 71, 76, 76, 76, 76, 76, 82, 78, 72, 72, 72, 72, 69, 70, 70, 73, 73, 83, 75, 84, 84, 77, 77, 77, 77, 77, 77, 16, 74, 80, 33, 6, 6, 6, 85, 85, 85, 5, 5, 38, 38, 79, 79, 79, 79, 79, 79, 79, 79, 79, 79, 79, 79, 79, 79, 79, 79, 79, 79, 79, 79, 79, 86, 86, 103, 103, 103, 103, 103, 103, 103, 103, 103, 103, 103, 103, 103, 103, 103, 103, 103, 103, 103, 103, 103, 103, 103, 103, 98, 98, 88, 88, 99, 99, 105, 106, 106, 104, 104, 87, 87, 2, 2, 108, 89, 100, 101, 101, 101, 58, 58, 91, 91, 91, 91, 111, 112, 112, 110, 110, 110, 47, 47, 47, 47, 47, 32, 32, 97, 113, 113, 113, 113, 114, 96, 96, 115, 3, 3, 93, 93, 67, 67, 66, 66, 90, 90, 90, 117, 117, 118, 118, 119, 15, 15, 109, 109, 4, 4, 14, 95, 120, 120, 92, 92, 121, 1, 1, 107, 19, 19, 19, 19, 127, 126, 126, 126, 126, 128, 128, 128, 125, 25, 24, 24, 24, 24, 24, 24, 116, 116, 65, 65, 124, 124, 124, 130, 130, 34, 34, 34, 34, 37, 37, 129, 129, 122, 122, 122, 131, 131, 132, 132, 132, 132, 132, 132, 132, 132, 132, 132, 132, 30, 30, 30, 102, 102, 11, 11, 12, 12, 13, 13, 13, 13, 13, 63, 63, 62, 62, 62, 62, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 40, 40, 39, 39, 39, 39, 39, 39, 31, 31, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 59, 59, 59, 59, 60, 60, 41, 41, 41, 133, 49, 49, 49, 49, 36, 48, 42, 50, 50, 52, 52, 51, 51, 53, 53, 53, 53, 53, 53, 53, 28, 27, 27, 27, 27, 27, 27, 27, 27, 26, 26, 26, 26, 55, 55, 54, 57, 57, 56, 56, 123, 123, 134, 35, 94, 94, 94, 94, 135, 17, 9, 9, 10, 7, 7, 8, 8, 81, 81, 81, 81, 81, 81, 81, 81, 81, 81, 81, 81, 81, 81, 81, 81, 81, 81, 81, 81, 81, 81, 81, 20, 23, 22, 21, 143, 143, 143, 141, 141, 141, 146, 146, 146, 145, 145, 18, 18, 148, 148, 144, 147, 149, 149, 136, 136, 136, 136, 136, 136, 136, 136, 136, 136, 136, 136, 157, 150, 150, 156, 156, 151, 151, 154, 159, 159, 160, 160, 158, 162, 161, 161, 163, 163, 155, 155, 153, 153, 153, 153, 153, 153, 171, 171, 172, 172, 172, 173, 173, 174, 174, 168, 168, 178, 178, 177, 177, 166, 166, 170, 170, 170, 170, 170, 179, 179, 181, 181, 181, 181, 181, 181, 181, 181, 165, 165, 176, 176, 167, 167, 167, 169, 180, 180, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, 183, 183, 175, 175, 185, 185, 184, 184, 184, 184, 184, 186, 186, 186, 43, 43, 43, 44, 44, 44, 44, 44, 44, 44, 44, 45, 45, 45, 45, 45, 46, 46, 187, 187, 164, 152, 152, 137, 137, 137, 188, 188, 188, 189, 190, 190, 139, 139, 138, 138, 140, 140, 191, 191, 192, 192, 142, 29, }; short fortranlen[] = { 2, 0, 2, 2, 2, 1, 3, 3, 1, 3, 2, 2, 3, 3, 2, 2, 2, 1, 1, 1, 1, 0, 0, 2, 0, 1, 0, 0, 0, 1, 0, 4, 2, 5, 3, 2, 1, 0, 1, 1, 0, 2, 3, 0, 2, 3, 1, 3, 1, 1, 2, 4, 2, 2, 4, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 4, 3, 3, 2, 3, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 3, 5, 1, 3, 3, 2, 4, 1, 3, 0, 2, 2, 3, 1, 1, 1, 4, 6, 4, 1, 3, 2, 3, 5, 3, 1, 0, 2, 1, 4, 3, 2, 3, 3, 3, 3, 0, 1, 2, 2, 3, 5, 3, 0, 2, 2, 1, 5, 5, 2, 3, 2, 3, 1, 3, 2, 3, 5, 1, 2, 1, 3, 2, 1, 3, 0, 1, 1, 3, 3, 2, 1, 3, 2, 2, 0, 6, 7, 0, 2, 2, 3, 3, 1, 0, 2, 4, 3, 3, 4, 2, 1, 1, 1, 1, 1, 1, 1, 1, 0, 2, 1, 3, 0, 2, 3, 1, 3, 2, 3, 1, 1, 1, 1, 0, 3, 0, 2, 4, 1, 3, 1, 1, 1, 2, 1, 4, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 3, 1, 3, 1, 1, 2, 2, 3, 1, 1, 1, 3, 1, 1, 3, 3, 4, 4, 3, 4, 4, 3, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 3, 4, 4, 4, 4, 1, 3, 1, 1, 1, 2, 2, 2, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 3, 2, 3, 2, 2, 2, 2, 2, 2, 2, 0, 1, 2, 2, 2, 1, 1, 1, 1, 0, 1, 2, 4, 5, 4, 3, 3, 1, 2, 1, 3, 1, 1, 3, 5, 4, 3, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 1, 2, 1, 1, 0, 1, 5, 0, 1, 1, 1, 0, 3, 0, 5, 2, 4, 6, 6, 1, 1, 1, 3, 3, 1, 3, 3, 1, 1, 5, 5, 4, 1, 2, 2, 2, 2, 1, 2, 5, 1, 1, 2, 5, 1, 2, 3, 4, 1, 1, 1, 1, 1, 1, 1, 1, 3, 3, 3, 2, 2, 0, 5, 7, 0, 2, 1, 1, 0, 1, 1, 1, 0, 1, 1, 2, 1, 1, 1, 5, 5, 2, 2, 2, 2, 1, 0, 4, 6, 1, 3, 2, 2, 2, 0, 3, 0, 1, 2, 1, 1, 3, 1, 2, 1, 1, 2, 2, 2, 3, 2, 1, 0, 2, 1, 1, 1, 0, 2, 0, 1, 2, 2, 0, 1, 0, 2, 3, 3, 3, 3, 1, 3, 1, 1, 3, 1, 1, 1, 2, 4, 4, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 1, 1, 3, 3, 3, 3, 2, 3, 2, 2, 2, 2, 3, 1, 1, 1, 3, 0, 1, 2, 4, 2, 2, 5, 0, 1, 2, 1, 1, 1, 3, 3, 3, 3, 3, 3, 1, 1, 1, 3, 5, 5, 5, 5, 7, 1, 3, 1, 8, 2, 1, 1, 3, 1, 1, 1, 4, 1, 3, 1, 3, 0, 4, 1, 3, 0, 1, 0, 2, 3, 1, }; short fortrandefred[] = { 1, 0, 37, 19, 20, 17, 18, 27, 5, 21, 2, 0, 0, 27, 23, 3, 113, 38, 0, 0, 458, 0, 387, 388, 0, 0, 0, 0, 0, 29, 0, 0, 0, 0, 0, 391, 0, 497, 0, 0, 417, 397, 0, 0, 0, 418, 0, 491, 492, 496, 498, 495, 0, 0, 0, 145, 396, 0, 0, 0, 395, 0, 421, 124, 0, 446, 157, 0, 0, 0, 451, 0, 452, 366, 0, 182, 0, 193, 192, 197, 195, 398, 401, 400, 399, 190, 114, 194, 196, 338, 436, 0, 0, 0, 0, 0, 379, 0, 0, 0, 60, 0, 8, 21, 21, 0, 0, 21, 0, 0, 0, 0, 58, 61, 62, 63, 64, 65, 0, 0, 0, 0, 0, 0, 0, 0, 375, 384, 0, 0, 0, 0, 423, 424, 425, 0, 0, 0, 0, 0, 0, 0, 25, 37, 7, 36, 32, 0, 0, 0, 285, 286, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 339, 340, 0, 347, 350, 349, 342, 343, 344, 341, 0, 0, 0, 0, 0, 249, 0, 247, 0, 281, 0, 316, 250, 0, 0, 0, 356, 430, 0, 0, 0, 101, 0, 428, 0, 0, 150, 0, 148, 0, 429, 0, 414, 413, 392, 548, 0, 550, 0, 416, 407, 35, 383, 0, 480, 478, 0, 457, 0, 0, 0, 0, 162, 0, 0, 138, 0, 0, 172, 173, 158, 143, 144, 170, 0, 234, 235, 0, 72, 52, 0, 0, 0, 112, 0, 50, 0, 174, 381, 382, 380, 0, 0, 0, 178, 15, 0, 0, 0, 10, 11, 39, 21, 37, 14, 0, 0, 0, 0, 166, 165, 0, 0, 0, 0, 0, 0, 0, 0, 120, 0, 0, 137, 0, 0, 0, 0, 159, 0, 0, 179, 0, 210, 0, 367, 0, 389, 0, 0, 433, 385, 0, 0, 0, 0, 0, 0, 422, 431, 0, 0, 440, 445, 0, 453, 514, 515, 494, 0, 0, 0, 0, 0, 0, 0, 0, 0, 454, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 249, 0, 0, 0, 0, 0, 0, 0, 0, 0, 348, 0, 352, 346, 345, 317, 0, 319, 0, 317, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 282, 0, 0, 393, 0, 0, 0, 0, 0, 109, 152, 0, 0, 0, 0, 570, 0, 0, 0, 0, 0, 551, 556, 0, 0, 0, 0, 0, 560, 564, 0, 0, 74, 75, 78, 73, 79, 76, 81, 82, 83, 84, 85, 80, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 77, 96, 0, 97, 0, 139, 0, 0, 0, 0, 0, 0, 220, 222, 0, 224, 0, 226, 227, 228, 229, 230, 221, 0, 218, 216, 174, 110, 0, 0, 180, 0, 0, 203, 0, 0, 0, 9, 16, 12, 13, 0, 0, 0, 0, 0, 123, 0, 0, 0, 70, 0, 0, 0, 126, 121, 141, 0, 0, 161, 0, 0, 184, 0, 212, 0, 0, 0, 0, 0, 207, 181, 0, 0, 0, 412, 571, 0, 405, 0, 0, 433, 437, 0, 0, 0, 0, 447, 484, 485, 0, 0, 0, 0, 481, 499, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 468, 0, 516, 0, 0, 469, 0, 0, 0, 0, 0, 0, 456, 49, 48, 41, 0, 46, 0, 0, 0, 252, 0, 0, 0, 251, 258, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 272, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 324, 0, 0, 0, 0, 248, 0, 0, 0, 0, 0, 0, 307, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 306, 0, 0, 0, 0, 0, 0, 0, 0, 394, 104, 0, 103, 102, 66, 0, 0, 0, 0, 0, 0, 477, 476, 479, 0, 0, 0, 378, 0, 163, 0, 99, 0, 171, 51, 0, 223, 0, 0, 0, 0, 111, 0, 0, 204, 0, 245, 0, 238, 0, 240, 434, 31, 0, 54, 167, 0, 0, 136, 0, 0, 0, 0, 0, 0, 129, 0, 0, 0, 160, 0, 0, 0, 0, 189, 186, 208, 0, 0, 0, 368, 0, 0, 0, 0, 450, 442, 0, 489, 490, 0, 0, 0, 0, 474, 475, 0, 0, 0, 526, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 42, 0, 33, 386, 0, 253, 254, 257, 261, 262, 263, 264, 265, 260, 266, 267, 268, 269, 270, 271, 273, 274, 275, 276, 256, 0, 0, 0, 248, 532, 0, 536, 0, 534, 0, 259, 0, 0, 322, 0, 327, 0, 330, 0, 0, 0, 0, 0, 0, 0, 0, 153, 390, 0, 0, 0, 553, 376, 561, 377, 565, 98, 0, 0, 0, 147, 232, 233, 231, 0, 219, 217, 0, 0, 206, 0, 0, 237, 0, 0, 122, 0, 0, 0, 0, 0, 0, 115, 128, 0, 117, 140, 146, 185, 0, 187, 0, 0, 0, 0, 0, 0, 0, 0, 448, 0, 0, 0, 500, 0, 482, 0, 0, 527, 517, 47, 44, 0, 0, 0, 0, 0, 361, 0, 0, 0, 0, 0, 321, 105, 0, 557, 0, 100, 0, 0, 199, 225, 0, 0, 239, 0, 244, 119, 0, 0, 0, 0, 0, 188, 214, 0, 364, 0, 371, 370, 369, 426, 427, 0, 435, 488, 0, 0, 0, 45, 0, 541, 543, 542, 353, 0, 0, 328, 0, 0, 563, 0, 0, 175, 0, 116, 0, 0, 0, 524, 0, 0, 0, 0, 201, 176, 0, 373, 372, 0, 0, 0, 0, 0, 0, 0, 0, }; short fortrandgoto[] = { 1, 262, 263, 91, 286, 598, 353, 927, 928, 742, 743, 512, 710, 711, 287, 242, 146, 313, 222, 92, 93, 94, 95, 96, 97, 98, 189, 190, 191, 553, 843, 192, 722, 280, 311, 193, 194, 542, 599, 195, 356, 196, 197, 385, 386, 387, 893, 723, 198, 199, 640, 814, 815, 816, 395, 396, 205, 211, 724, 663, 645, 200, 357, 713, 422, 910, 433, 100, 10, 276, 11, 101, 12, 143, 13, 14, 102, 103, 277, 104, 105, 106, 107, 0, 108, 776, 255, 215, 245, 109, 110, 111, 112, 113, 114, 115, 116, 117, 478, 208, 118, 293, 498, 479, 483, 209, 428, 503, 264, 289, 294, 119, 297, 120, 300, 121, 839, 122, 304, 305, 252, 505, 265, 953, 272, 123, 308, 124, 544, 737, 509, 499, 500, 641, 954, 125, 126, 441, 683, 449, 452, 127, 128, 202, 129, 320, 554, 130, 228, 0, 131, 325, 132, 133, 134, 135, 136, 274, 137, 329, 561, 562, 138, 563, 225, 139, 332, 140, 345, 141, 235, 0, 0, 0, 582, 583, 346, 587, 0, 568, 347, 570, 571, 349, 584, 585, 763, 0, 443, 444, 0, 0, 0, }; short fortransindex[] = { 0, 121, 0, 0, 0, 0, 0, 0, 0, 0, 0, 27287, -307, 0, 0, 0, 0, 0, -289, -289, 0, 111, 0, 0,25188, 118, 1476, 147, 153, 0,25188, 91, 107, 1476, 163, 0, 27, 0, -13,25188, 0, 0, -250, -178, 27, 0, 208, 0, 0, 0, 0, 0, -14, 215, 229, 0, 0, 201, 201, -151, 0, 244, 0, 0, -237, 0, 0, -89, 27, 27, 0, -100, 0, 0, -101, 0, 27, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 284, 35, 27, 27, 27, 0, 290, 134, 280, 0, 79, 0, 0, 0, -5, -307, 0, 138, -9, 387, 388, 0, 0, 0, 0, 0, 0, 42, -117, 404, 387, -110, 225, -312, 43, 0, 0, 3999, 54,25188, 41, 0, 0, 0, 1476, 420, 425, 59, 437,25721, 437, 0, 0, 0, 0, 0, 444,25188,25188, 0, 0,25188, 446, 448, 450,25188,25188,25188, 455, 456, 466, 478, 480, 486, 487, 497, 503, 504, 509, 513, 25188, 515, 524, 528, 532, 533,25241, 0, 0, 539, 0, 0, 0, 0, 0, 0, 0,25188, 18, 149, 542,25188, 0, 548, 0, 553, 0, 563, 0, 0, 8597, 115,25188, 0, 0, 8597, 190, 570, 0,25188, 0, 8597, 558, 0, 222, 0, 222, 0,25188, 0, 0, 0, 0,25188, 0,25903, 0, 0, 0, 0, 190, 0, 0,25380, 0, 190, 190, 222, 3040, 0, 224, 190, 0,25188, 609, 0, 0, 0, 0, 0, 0, 610, 0, 0, 201, 0, 0, 255, 1930, 603, 0, 651, 0, -289, 0, 0, 0, 0, 283,25428, -312, 0, 0, 665,27287, -307, 0, 0, 0, 0, 0, 0, -289, 648, 296, 675, 0, 0, 19, 308, 19, -12, 86, -11, 665, 308, 0, 190, 19, 0, 313, 665, 318, 692, 0, -10, 3093, 0,24098, 0, 703, 0, 711, 0, 717, 732, 0, 0, 387, 190, 8597,25188,25188, 190, 0, 0, 360, 4498, 0, 0, 25685, 0, 0, 0, 0,25188,25188,25188,25188, 740, 25685, 149, 553, 1423, 0, 764, 209, 0, 9398,25241, 0, 8, 535,25936, 3157, 236, 8597,25188,25188,25188, 281,26019, 461,25188,25188,25188,25188,25188,25188,25188, 25188,25188,25188,25188,25188,26043,25188,25188,25188,25188, 25188,25241, 0, 781, 451, 786, 789, 0, 8597,25188, 790,26094, 0,25188, 0, 0, 0, 0, 48, 0, 190, 0,24299,25188,25188,25188,25188,25188,25188,25188, 25188,25188,25188,25188,25188,25188,25188, 2012,25188,24438, 24486, 0,25188,25188, 0,26169, 665, 475, 147,26191, 0, 0, 791, 791,26213,27040, 0, 796, 553, 563, 793, 801, 0, 0, 798, 256, 799, 796, 797, 0, 0, 568, 791, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 800, 0, 571, 0, 8597, 577, 802, 428, 27, 665, 0, 0, 665, 0, 807, 0, 0, 0, 0, 0, 0, 119, 0, 0, 0, 0, 444, 436, 0,24627, 8597, 0, 819, 2554, 665, 0, 0, 0, 0, 444,25188, 599, 296, 387, 0, 387, 233,25188, 0, 447, 449, 233, 0, 0, 0, 387, 665, 0, 692, 318, 0, 3093, 0, 24251, 817, 8597, 824,24675, 0, 0, -225, 190, 190, 0, 0, 806, 0, 8597, 8597, 0, 0, 445, 8597, 827, 826, 0, 0, 0, 9456, 9398, 605, 100, 0, 0, 8597, 8597, 8597, 8597,25188, 333, 1423, 538, 553, 8597, 0, 828, 0, 8597, 1423, 0, 9398, 9398, 9398, 9398, 9398, 598, 0, 0, 0, 0, 614, 0, 833, 1476,25188, 0, 618, 619,26276, 0, 0, 0,26327, 26349,26446,26468,26509,26582,26604,26626,26701,26742,26764, 26859, 0, 626, 634, 636, 638, 642, 831, 834, 835, 26881,25241, 0,25241,25241, 644,25188, 0, 822, 840, 24813, 553, 841,25188, 0, 8597, 2081, 2081, 2226, 2226, 3157, 84, 84, 84, 84, 84, 84, 90, 90, 48, 25188,25188, 0, 8597, 48,25188, 84,25188, 84, 8597, 8597, 0, 0, 190, 0, 0, 0, 468, 551,25188, 24813, -278, 845, 0, 0, 0, -278, 846, 190, 0, 3040, 0,25188, 0,25188, 0, 0, 852, 0, -170, 1930, 843, 485, 0, 665, 864, 0,25188, 0, 646, 0, 6917, 0, 0, 0, 8597, 0, 0, 318, 308, 0, 321, 550, 635,26934, 643, 870, 0, 645, 190, 852, 0, 878,24675, 817, 506, 0, 0, 0, 862, 547, 880, 0, 793, 797,25188, 665, 0, 0, 4498, 0, 0,24813, 631, 544,25685, 0, 0, 8597, 0, 656, 0, 8597, 8597, 1423, 8597, 828, 250, 598, 598, 598, 38, -1, 0, 10, 0, 0, 8597, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,25563,25563, 25563, 0, 0, 8597, 0, 8597, 0, 8597, 0, 885, 25188, 0,24866, 0, 883, 0, 7337, 548, 84, 84, 48, 84, 84, 665, 0, 0,26997, 658, 867, 0, 0, 0, 0, 0, 0, 8597, 660,25616, 0, 0, 0, 0, 891, 0, 0, 665, 852, 0, 8597, 2554, 0,25005, 692, 0, 149, 233, 233, 233, 233, 233, 0, 0, 233, 0, 0, 0, 0, 817, 0,24675, 28, 516, 517, 894, 895,27113, 665, 0, 896,24169, 190, 0, 209, 0, 2501, 8597, 0, 0, 0, 0, 662, 879, 898, 900, 902, 0, 903,25188, 7757,24813, 25188, 0, 0, 904, 0, 190, 0,25053, 8597, 0, 0, 852, 0, 0, 8597, 0, 0, 184, 184, 906, 491, 677, 0, 0, 573, 0, 917, 0, 0, 0, 0, 0,25188, 0, 0, 801, 909, 8597, 0,25188, 0, 0, 0, 0, 8597,25188, 0, 8177,25188, 0, 927, 0, 0, 911, 0, 557, 559,27166, 0,27187, 8597,25188, 8597, 0, 0,25188, 0, 0,25188,25188, 8597, 8597, 8597,27272,25188, 8597, }; short fortranrindex[] = { 0, 5433, 0, 0, 0, 0, 0, 0, 0, 0, 0, 223,23906, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,23602, 560, 560, 0, 0, 0, 0, 0, 0, 0, 0, 0,22995, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 560, 3577, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 18370, 579, 0, 0, 0, 0, 4, -15, 52, 0, 23145, 0, 0, 0, 0,23906, 0, 0, 0, 5953, 13515, 0, 0, 0, 0, 0, 0, 0,18586,13666, 580, 0, 11, 0, 0, 0, 0, 0,23298, 0, 0, 0, 0, 0, 0,18739,18890, 0, 0, 0, 0, 0, 0, 0, 0, 0,16959, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1107, 2724, 1277, 0, 0, 1646, 0, 2894, 0, 1816, 0, 0, 125, 0, 0, 0, 0,19043, 0,19194, 0, 0, 0,13884, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,19347, 0, 0, 0, 0, 0, 0,19498, 0, 0, 29, 0, 0, 0, 0, 0, 0,19651, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 223,23906, 0, 0, 0, 0, 0, 0, 0, 0, 0,19802, 0, 0, 0,14035, 0, 954, 580, 0, 908,14035, 0, 30, 0, 0, 0, 908, 0,14191, 0, 0, 0, 0, 960, 0, 0, 0,19955, 0, 0, 0, 0, 0,20106,23449, 20259, 0, 0, 0, 0, 0, 0, 987, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9631, 0,10472,10208, 5640, 0,20410, 0,10627, 0,23753, 0, 0,20563, 0, 6171, 0, 673, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4668, 0,17110,17263, 3263, 0, 0, 25786, 0, 0, 972, 0, 0, 0, 0, 3433, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5271, 0, 0, 0, 0, 0, 0, 0, 0, 674, 0, 0, 0, 0, 0,20714,20867, 0, 0, 0, 165, 0, 510, 995, 679, 0, 0, 6497, 869, 9017, 526, 995, 0, 0, 0,21018, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,21171, 0, 0, 0, 680, 0, 0, 0, 0,14404, 0, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,21322, 0, 0, 0, 40, 0, 0, 0, 24, 0, 0, 0, 0,21322, 0, 0, 0, 580, 0,14555, 356, 0, 0, 0, 0, 356, 0, 0, 0, 580,14404, 0,14711, 0, 0, 0, 0, 5618, 1012, 708, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,21475,21626, 0, 0, 0, 709, 0, 1013, 0, 0, 0, 63, 0, 0, 1014, 0, 0,12251,12465,12620,12834, 0, 1014,25857,17479, 4299, 14924, 0,21779, 0,14924, 5802, 0, 0, 0, 0, 0, 0,10891, 0, 0, 0, 0, 0, 0,21930, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,27019, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1021, 2185, 0, 0, 0,11727, 9782,10051, 9111, 9262, 6322, 6591, 6742, 7011, 7162, 7431, 7582, 4838, 5101, 3696, 0, 0, 0,11882, 3866, 0, 7851, 0, 8002, 164, 212, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1025, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,17632, 0, 0, 0, 0, 0, 0,12989, 0, 0, 710, 0, 0, 0, 720, 0, 0, 0,15080, 0, 0, 0,14035, 0, 0, 795, 0, 0, 0, 16, 0, 0, 0, 17632, 0, 0, 0, 1012, 0, 0, 0, 0, 0, 0,22083, 0, 995, 995, 0, 24, 0, 0, 0, 0, 0, 0, 729, 0, 0, 0, 0,13203, 698, 0, 0,15293,15449, 5802,15662,22234,13358,11046,11309, 11464,12096, 0, 0, 0, 0, 0, 730, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,15818, 0,15974, 0,16130, 0,27293, 1028, 0, 737, 0, 1030, 0, 738, 2355, 8271, 8422, 4129, 8691, 8842, 674, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 742, 0, 0, 0, 0, 0, 0, 0, 0, 0,12989,16286, 0, 744, 0, 0, 749,16437, 0, 467, 356, 356, 356, 356, 356, 0, 0, 356, 0, 0, 0, 0, 1012, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 0, 0, 0, 0, 750, 0,25857,14924, 0, 0, 0, 0, 0, 590, 0, 0, 0, 0, 0, 0, 751, 0, 768, 0, 0, 0, 0, 0, 0, 0,17848, 0, 0,16286,16655, 0, 720, 0, 0, 93, 146, 31, 44, 0, 0, 0,18001, 0,22387, 0, 0, 0, 0, 0, 0, 0, 0, 777, 0,16806, 0, 0, 0, 0, 0, 0, 778, 0, 0, 779, 0, 0, 0,16655, 0, 0, 0, 0, 0,22538, 0, 0, 783, 0,22691, 0, 0, 0, 0, 0, 0, 0, 788,18217,22842, 1031, 0, 1036, }; short fortrangindex[] = { 0, 0, 0, 0, 813, 303, -401, 0, 126, 0, 211, -255, 0, 232, 565, 285, -2, 0, -23, 0, 0, 0, 0, 0, 0, 0, 0, -120, 7, 0, 0, -328, 0, 0, 815, -135, 0, -305, 339, -152, 181, -137, 0, 766, 736, -326, -686, -234, -220, 0, 718, 221, 438, 371, -189, 0, -26, -371, -495, 0, 0, -169, -24, 273, -397, 0, -98, 0, 0, 1117, 0, 0, 0, -39, -56, 1119, 865, 0, 53, 0, 0, 0, 0, 0, 0, 0, 0, 65, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1065, 452, 458, 716, 0, 0, 0, -30, 627, 0, -277, 0, 0, 0, -667, 0, -281, 620, 0, 654, 0, 194, 0, 0, 0, 0, 608, -649, 0, 0, 457, 0, 0, 0, 1032, 612, -392, 613, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -230, 0, 0, 0, 0, 0, 0, 602, 0, 0, 0, 0, 0, 412, 607, 0, 219, 0, 0, 0, 0, 0, 0, 0, 0, -408, 0, 0, 0, 0, -317, 414, 1033, -335, -688, 0, -522, 0, -226, 0, 0, 0, 0, }; #define YYTABLESIZE 27711 short fortrantable[] = { 201, 442, 206, 343, 546, 400, 212, 218, 388, 206, 450, 440, 592, 522, 569, 226, 440, 147, 99, 531, 342, 230, 536, 639, 577, 384, 234, 224, 525, 202, 539, 285, 593, 528, 729, 71, 391, 221, 926, 108, 530, 595, 383, 202, 191, 249, 250, 535, 191, 597, 595, 890, 595, 257, 740, 183, 630, 688, 394, 764, 127, 236, 191, 766, 866, 236, 243, 281, 236, 183, 266, 267, 268, 133, 133, 133, 133, 888, 324, 259, 589, 291, 447, 71, 205, 236, 869, 351, 134, 433, 299, 301, 433, 260, 439, 829, 526, 217, 205, 439, 338, 214, 322, 704, 338, 309, 321, 338, 420, 326, 421, 206, 310, 433, 894, 895, 715, 216, 142, 434, 240, 241, 238, 239, 354, 355, 417, 415, 145, 416, 288, 9, 417, 362, 246, 317, 131, 131, 131, 89, 453, 758, 589, 333, 420, 334, 421, 376, 247, 213, 420, 148, 421, 389, 240, 241, 425, 278, 203, 423, 282, 240, 241, 701, 392, 213, 402, 227, 399, 402, 761, 236, 673, 424, 271, 581, 270, 702, 767, 426, 913, 388, 762, 402, 762, 236, 430, 207, 762, 132, 132, 132, 741, 210, 343, 435, 721, 888, 384, 937, 436, 721, 314, 219, 343, 403, 433, 580, 403, 433, 389, 342, 343, 388, 427, 383, 840, 841, 842, 923, 482, 342, 403, 30, 579, 516, 859, 253, 254, 342, 628, 860, 698, 30, 592, 699, 735, 514, 438, 229, 739, 446, 592, 448, 451, 952, 508, 383, 231, 481, 755, 589, 333, 404, 334, 236, 404, 714, 592, 213, 524, 529, 504, 527, 642, 307, 89, 306, 202, 237, 404, 768, 769, 770, 771, 772, 150, 603, 151, 731, 602, 517, 99, 543, 244, 543, 248, 191, 127, 551, 240, 241, 589, 333, 183, 334, 398, 685, 555, 556, 295, 165, 165, 133, 560, 532, 803, 302, 805, 807, 590, 591, 572, 573, 574, 575, 134, 251, 261, 442, 486, 419, 607, 205, 450, 602, 389, 552, 258, 440, 440, 557, 269, 515, 338, 338, 606, 361, 273, 363, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 874, 875, 275, 391, 418, 419, 631, 344, 350, 917, 418, 419, 938, 131, 887, 887, 922, 887, 212, 588, 590, 591, 760, 589, 333, 2, 334, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 664, 665, 667, 669, 236, 670, 671, 279, 202, 232, 296, 3, 4, 303, 284, 581, 233, 223, 439, 439, 538, 323, 596, 581, 132, 283, 592, 191, 5, 6, 393, 596, 433, 596, 183, 868, 343, 288, 290, 592, 592, 592, 592, 592, 853, 883, 897, 580, 71, 854, 220, 925, 108, 342, 298, 580, 847, 343, 343, 343, 343, 343, 830, 205, 579, 292, 312, 832, 440, 697, 327, 328, 579, 440, 342, 342, 342, 342, 342, 803, 805, 807, 330, 331, 319, 30, 588, 590, 591, 392, 352, 810, 358, 712, 359, 762, 360, 719, 877, 720, 716, 364, 365, 383, 30, 383, 383, 725, 609, 730, 28, 602, 366, 30, 30, 130, 130, 130, 130, 7, 130, 543, 675, 543, 367, 674, 368, 543, 590, 591, 30, 30, 369, 370, 721, 721, 721, 721, 721, 859, 857, 721, 858, 371, 860, 604, 605, 887, 754, 372, 373, 439, 8, 315, 592, 374, 439, 555, 759, 375, 555, 377, 438, 448, 623, 624, 625, 626, 627, 314, 378, 924, 397, 554, 379, 903, 554, 636, 380, 381, 521, 777, 523, 206, 778, 390, 417, 415, 398, 416, 533, 882, 589, 333, 394, 334, 401, 912, 859, 857, 856, 858, 581, 860, 420, 403, 421, 391, 855, 402, 588, 590, 591, 89, 804, 690, 806, 808, 689, 389, 429, 30, 431, 817, 694, 343, 819, 693, 934, 918, 919, 920, 921, 338, 580, 902, 338, 338, 338, 338, 338, 338, 342, 820, 821, 432, 717, 480, 822, 520, 823, 579, 757, 810, 30, 756, 338, 936, 338, 484, 485, 774, 827, 817, 773, 779, 780, 501, 602, 602, 383, 383, 383, 794, 881, 836, 602, 482, 487, 417, 415, 795, 416, 796, 602, 797, 602, 824, 602, 798, 849, 809, 602, 851, 602, 448, 850, 420, 403, 421, 448, 502, 834, 886, 475, 905, 885, 907, 900, 939, 693, 511, 773, 506, 475, 518, 543, 178, 179, 284, 277, 236, 581, 277, 236, 520, 552, 106, 876, 552, 106, 295, 560, 181, 182, 880, 534, 183, 184, 185, 186, 302, 537, 865, 475, 130, 475, 475, 475, 475, 547, 187, 135, 135, 580, 211, 449, 241, 211, 449, 241, 548, 391, 549, 475, 475, 475, 246, 135, 135, 246, 579, 135, 135, 135, 135, 486, 278, 550, 486, 278, 804, 806, 808, 337, 329, 135, 337, 329, 107, 558, 243, 107, 212, 243, 899, 242, 483, 335, 242, 483, 335, 404, 405, 406, 407, 408, 576, 409, 410, 411, 412, 413, 414, 586, 336, 418, 419, 336, 600, 909, 588, 590, 591, 487, 334, 331, 487, 334, 331, 333, 632, 712, 333, 915, 332, 634, 633, 332, 635, 637, 678, 681, 682, 324, 684, 686, 687, 695, 692, 691, 696, 543, 700, 338, 338, 338, 338, 338, 705, 338, 338, 338, 338, 338, 338, 707, 736, 338, 338, 726, 738, 727, 746, 749, 223, 750, 591, 765, 775, 945, 799, 817, 948, 800, 801, 811, 812, 818, 826, 392, 825, 831, 833, 317, 404, 405, 406, 407, 408, 838, 409, 410, 411, 412, 413, 414, 845, 846, 418, 419, 848, 314, 861, 236, 958, 525, 314, 314, 950, 314, 863, 960, 864, 236, 867, 871, 872, 961, 870, 873, 963, 896, 900, 906, 314, 314, 314, 911, 929, 741, 931, 932, 935, 971, 941, 940, 942, 972, 943, 944, 973, 974, 956, 949, 955, 959, 976, 236, 860, 475, 397, 475, 475, 475, 475, 475, 957, 475, 475, 475, 475, 475, 475, 964, 500, 475, 475, 966, 475, 967, 475, 925, 108, 475, 475, 475, 475, 475, 475, 475, 475, 475, 475, 475, 475, 475, 475, 475, 475, 475, 475, 215, 164, 127, 475, 475, 209, 475, 475, 475, 475, 475, 475, 475, 475, 475, 475, 475, 475, 475, 475, 475, 475, 475, 475, 475, 475, 475, 475, 475, 475, 475, 475, 443, 475, 354, 475, 475, 475, 475, 475, 562, 475, 475, 475, 475, 475, 475, 475, 475, 475, 475, 475, 475, 475, 475, 475, 475, 213, 444, 475, 475, 475, 483, 475, 475, 475, 325, 475, 475, 475, 317, 118, 475, 354, 475, 326, 544, 475, 475, 475, 475, 545, 891, 475, 475, 475, 914, 968, 930, 718, 510, 475, 475, 475, 475, 475, 475, 475, 475, 475, 475, 475, 519, 475, 475, 475, 475, 475, 475, 475, 475, 351, 475, 475, 475, 475, 889, 475, 475, 475, 594, 351, 629, 828, 643, 947, 475, 475, 879, 916, 15, 314, 314, 314, 314, 314, 144, 314, 314, 314, 314, 314, 314, 256, 513, 314, 314, 835, 351, 676, 965, 733, 351, 351, 351, 351, 351, 837, 351, 728, 703, 732, 844, 747, 318, 744, 878, 745, 236, 351, 748, 351, 351, 351, 884, 0, 0, 348, 0, 0, 0, 0, 0, 236, 236, 0, 0, 236, 0, 236, 0, 0, 236, 236, 236, 236, 236, 236, 236, 0, 0, 236, 236, 236, 0, 0, 0, 0, 236, 236, 0, 0, 0, 236, 236, 0, 0, 0, 0, 0, 0, 0, 0, 236, 0, 0, 0, 236, 236, 0, 0, 0, 236, 0, 0, 0, 0, 0, 236, 0, 236, 236, 0, 236, 0, 236, 236, 236, 236, 236, 0, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 0, 0, 236, 236, 236, 0, 236, 236, 236, 0, 236, 236, 236, 0, 314, 236, 0, 236, 0, 0, 236, 236, 236, 236, 314, 0, 236, 236, 236, 0, 0, 0, 0, 0, 236, 0, 0, 236, 236, 236, 236, 236, 236, 236, 236, 0, 236, 236, 236, 236, 236, 314, 0, 236, 0, 314, 314, 314, 314, 314, 236, 236, 236, 0, 0, 0, 0, 0, 0, 236, 236, 0, 314, 0, 314, 314, 314, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 351, 0, 351, 351, 351, 351, 351, 0, 351, 351, 351, 351, 351, 351, 0, 351, 351, 351, 0, 351, 0, 351, 0, 0, 351, 351, 351, 351, 351, 351, 351, 0, 0, 351, 351, 351, 0, 0, 0, 0, 351, 351, 0, 0, 0, 351, 351, 0, 0, 0, 0, 0, 0, 0, 0, 351, 0, 0, 0, 351, 351, 0, 0, 0, 351, 0, 0, 0, 0, 0, 351, 0, 351, 351, 0, 351, 0, 351, 351, 351, 351, 351, 0, 351, 351, 351, 351, 351, 351, 351, 351, 351, 351, 351, 351, 351, 351, 351, 351, 0, 578, 351, 351, 351, 0, 351, 351, 351, 0, 351, 351, 351, 0, 0, 351, 0, 351, 0, 0, 351, 351, 351, 351, 204, 351, 351, 351, 351, 0, 0, 0, 0, 0, 351, 0, 0, 351, 351, 351, 351, 351, 351, 351, 351, 0, 351, 351, 351, 351, 351, 0, 0, 351, 188, 0, 0, 150, 0, 151, 351, 351, 351, 0, 0, 0, 0, 0, 0, 351, 351, 314, 0, 314, 314, 314, 314, 314, 0, 314, 314, 314, 314, 314, 314, 0, 314, 314, 314, 0, 314, 0, 314, 0, 0, 314, 314, 314, 314, 314, 314, 314, 0, 0, 314, 314, 314, 0, 0, 0, 0, 314, 314, 0, 0, 0, 314, 314, 0, 0, 0, 0, 0, 0, 0, 0, 314, 0, 0, 0, 314, 314, 0, 0, 0, 314, 0, 0, 0, 0, 0, 314, 0, 314, 314, 0, 314, 0, 314, 314, 314, 314, 314, 0, 314, 314, 314, 314, 314, 314, 314, 314, 314, 314, 314, 314, 314, 314, 314, 314, 0, 0, 314, 314, 314, 0, 314, 314, 314, 0, 314, 314, 314, 0, 318, 314, 0, 314, 0, 0, 314, 314, 314, 314, 318, 314, 314, 314, 314, 0, 0, 0, 0, 0, 314, 0, 0, 314, 314, 314, 314, 314, 314, 314, 314, 0, 314, 314, 314, 314, 314, 318, 0, 314, 0, 318, 318, 318, 318, 318, 314, 314, 314, 0, 0, 0, 0, 0, 0, 314, 314, 0, 318, 0, 318, 318, 318, 0, 152, 153, 0, 0, 0, 154, 155, 156, 157, 0, 0, 0, 0, 0, 0, 0, 0, 158, 159, 160, 161, 162, 163, 164, 0, 165, 166, 167, 0, 149, 168, 169, 170, 0, 171, 172, 173, 174, 175, 0, 176, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 152, 153, 0, 0, 0, 154, 155, 156, 157, 0, 0, 0, 0, 0, 0, 0, 0, 158, 159, 160, 161, 162, 163, 164, 0, 165, 166, 167, 0, 0, 168, 169, 170, 0, 171, 172, 173, 174, 175, 0, 176, 0, 0, 0, 0, 0, 0, 0, 0, 0, 178, 179, 0, 315, 0, 0, 180, 0, 0, 0, 0, 0, 0, 315, 0, 0, 181, 182, 0, 0, 183, 184, 185, 186, 0, 0, 0, 89, 0, 0, 0, 0, 0, 0, 187, 0, 0, 0, 0, 0, 315, 0, 177, 0, 315, 315, 315, 315, 315, 0, 0, 0, 0, 178, 179, 0, 0, 0, 0, 180, 0, 315, 0, 315, 315, 315, 0, 0, 0, 181, 182, 0, 0, 183, 184, 185, 186, 0, 0, 0, 89, 0, 0, 0, 0, 0, 0, 187, 0, 318, 0, 318, 318, 318, 318, 318, 0, 318, 318, 318, 318, 318, 318, 0, 318, 318, 318, 0, 318, 0, 318, 0, 0, 318, 318, 318, 318, 318, 318, 318, 0, 0, 318, 318, 318, 0, 0, 0, 0, 318, 318, 0, 0, 0, 318, 318, 0, 0, 0, 0, 0, 0, 0, 0, 318, 0, 0, 0, 318, 318, 0, 0, 0, 318, 0, 0, 0, 0, 0, 318, 0, 318, 318, 0, 318, 0, 318, 318, 318, 318, 318, 0, 318, 318, 318, 318, 318, 318, 318, 318, 318, 318, 318, 318, 318, 318, 318, 318, 0, 0, 318, 318, 318, 0, 318, 318, 318, 0, 318, 318, 318, 0, 0, 318, 0, 318, 0, 0, 318, 318, 318, 318, 0, 318, 318, 318, 318, 0, 0, 0, 0, 0, 318, 0, 0, 318, 318, 318, 318, 318, 318, 318, 318, 0, 318, 318, 318, 318, 318, 188, 0, 318, 150, 0, 151, 0, 0, 0, 318, 318, 318, 0, 0, 0, 0, 0, 0, 318, 318, 315, 661, 315, 315, 315, 315, 315, 0, 315, 315, 315, 315, 315, 315, 0, 315, 315, 315, 0, 315, 0, 315, 0, 0, 315, 315, 315, 315, 315, 315, 315, 0, 0, 315, 315, 315, 0, 0, 0, 0, 315, 315, 0, 0, 0, 315, 315, 0, 0, 0, 0, 417, 415, 0, 416, 315, 0, 0, 0, 315, 315, 0, 0, 0, 315, 0, 0, 0, 0, 420, 315, 421, 315, 315, 0, 315, 0, 315, 315, 315, 315, 315, 0, 315, 315, 315, 315, 315, 315, 315, 315, 315, 315, 315, 315, 315, 315, 315, 315, 0, 0, 315, 315, 315, 0, 315, 315, 315, 0, 315, 315, 315, 0, 323, 315, 0, 315, 0, 0, 315, 315, 315, 315, 323, 315, 315, 315, 315, 0, 0, 0, 0, 0, 315, 0, 488, 315, 315, 315, 315, 315, 315, 315, 315, 0, 315, 315, 315, 315, 315, 0, 0, 315, 323, 323, 323, 323, 323, 323, 315, 315, 315, 0, 0, 0, 0, 0, 0, 315, 315, 0, 323, 0, 323, 323, 323, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 253, 254, 489, 0, 0, 0, 0, 0, 0, 0, 417, 415, 0, 416, 0, 0, 0, 149, 0, 0, 0, 0, 0, 0, 0, 0, 662, 0, 420, 490, 421, 491, 492, 493, 0, 0, 494, 495, 0, 496, 497, 152, 153, 0, 0, 0, 154, 155, 156, 157, 0, 0, 0, 0, 0, 0, 0, 0, 158, 159, 160, 161, 162, 163, 164, 0, 165, 166, 167, 0, 0, 168, 169, 170, 0, 171, 172, 173, 174, 175, 0, 176, 0, 406, 407, 408, 0, 409, 410, 411, 412, 413, 414, 0, 0, 418, 419, 320, 0, 0, 0, 0, 0, 0, 0, 0, 0, 320, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 177, 320, 0, 0, 0, 320, 320, 320, 320, 320, 0, 178, 179, 0, 0, 0, 0, 180, 0, 0, 0, 0, 320, 0, 320, 320, 320, 181, 182, 0, 0, 183, 184, 185, 186, 0, 0, 0, 89, 0, 0, 0, 0, 0, 0, 187, 0, 0, 0, 0, 323, 0, 323, 323, 323, 323, 323, 0, 323, 323, 323, 323, 323, 323, 0, 323, 323, 323, 0, 323, 0, 323, 0, 0, 323, 323, 323, 323, 323, 323, 323, 0, 0, 323, 323, 323, 0, 0, 0, 0, 323, 323, 0, 0, 0, 323, 323, 408, 0, 409, 410, 411, 412, 413, 414, 323, 0, 418, 419, 323, 323, 0, 0, 0, 323, 0, 0, 0, 0, 0, 323, 0, 323, 323, 0, 323, 0, 323, 323, 323, 323, 323, 0, 323, 323, 323, 323, 323, 323, 323, 323, 323, 323, 323, 323, 323, 323, 323, 323, 0, 578, 323, 323, 323, 0, 323, 323, 323, 0, 323, 323, 323, 0, 0, 323, 0, 323, 0, 0, 323, 323, 323, 323, 0, 323, 323, 323, 323, 0, 0, 0, 0, 0, 323, 0, 0, 323, 323, 323, 323, 323, 323, 323, 323, 0, 323, 323, 323, 323, 323, 0, 0, 323, 188, 0, 709, 150, 0, 151, 323, 323, 323, 0, 0, 0, 0, 0, 0, 323, 323, 320, 708, 320, 320, 320, 320, 320, 0, 320, 320, 320, 320, 320, 320, 0, 320, 320, 320, 0, 320, 0, 320, 0, 0, 320, 320, 320, 320, 320, 320, 320, 0, 0, 320, 320, 320, 0, 0, 0, 0, 320, 320, 0, 0, 0, 320, 320, 0, 0, 0, 0, 0, 0, 0, 0, 320, 0, 0, 0, 320, 320, 0, 0, 0, 320, 0, 0, 0, 0, 0, 320, 0, 320, 320, 0, 320, 0, 320, 320, 320, 320, 320, 0, 320, 320, 320, 320, 320, 320, 320, 320, 320, 320, 320, 320, 320, 320, 320, 320, 0, 0, 320, 320, 320, 0, 320, 320, 320, 0, 320, 320, 320, 0, 280, 320, 0, 320, 0, 0, 320, 320, 320, 320, 280, 320, 320, 320, 320, 0, 0, 0, 0, 0, 320, 0, 0, 320, 320, 320, 320, 320, 320, 320, 320, 0, 320, 320, 320, 320, 320, 280, 0, 320, 0, 280, 280, 280, 280, 280, 320, 320, 320, 0, 0, 0, 0, 0, 0, 320, 320, 0, 280, 0, 280, 280, 280, 0, 152, 153, 0, 0, 0, 154, 155, 156, 157, 0, 0, 0, 0, 0, 0, 0, 0, 158, 159, 160, 161, 162, 163, 164, 0, 165, 166, 167, 0, 149, 168, 169, 170, 0, 171, 172, 173, 174, 175, 0, 176, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 152, 153, 0, 0, 0, 154, 155, 156, 157, 0, 0, 0, 0, 0, 0, 0, 0, 158, 159, 160, 161, 162, 163, 164, 0, 165, 166, 167, 0, 0, 168, 169, 170, 0, 171, 172, 173, 174, 175, 0, 176, 0, 0, 0, 0, 0, 0, 0, 0, 0, 178, 179, 0, 279, 0, 0, 180, 0, 0, 0, 0, 0, 0, 279, 0, 0, 181, 182, 0, 0, 183, 184, 185, 186, 0, 0, 0, 892, 0, 0, 0, 0, 0, 0, 187, 0, 0, 0, 0, 0, 0, 0, 177, 0, 279, 279, 279, 279, 279, 0, 0, 0, 0, 178, 179, 0, 0, 0, 0, 180, 0, 279, 0, 279, 279, 279, 0, 0, 0, 181, 182, 0, 0, 183, 184, 185, 186, 0, 0, 0, 89, 0, 0, 0, 0, 0, 0, 187, 0, 280, 0, 280, 280, 280, 280, 280, 0, 280, 280, 280, 280, 280, 280, 0, 280, 280, 280, 0, 280, 0, 280, 0, 0, 280, 280, 280, 280, 280, 280, 280, 0, 0, 280, 280, 280, 0, 0, 0, 0, 280, 280, 0, 0, 0, 280, 280, 0, 0, 0, 0, 0, 0, 0, 0, 280, 0, 0, 0, 280, 280, 0, 0, 0, 280, 0, 0, 0, 0, 0, 280, 0, 280, 280, 0, 280, 0, 280, 280, 280, 280, 280, 0, 280, 280, 280, 280, 280, 280, 280, 280, 280, 280, 280, 280, 280, 280, 280, 280, 0, 0, 280, 280, 280, 0, 280, 280, 280, 0, 280, 280, 280, 0, 0, 280, 0, 280, 0, 0, 280, 280, 280, 280, 0, 280, 280, 280, 280, 0, 0, 0, 0, 0, 280, 0, 0, 280, 280, 280, 280, 280, 280, 280, 280, 0, 280, 280, 280, 280, 280, 0, 0, 280, 188, 0, 540, 150, 0, 151, 280, 280, 0, 0, 0, 0, 0, 0, 0, 280, 280, 279, 0, 279, 279, 279, 279, 279, 0, 279, 279, 279, 279, 279, 279, 0, 279, 279, 279, 0, 279, 0, 279, 0, 0, 279, 279, 279, 279, 279, 279, 279, 0, 0, 279, 279, 279, 0, 0, 0, 0, 279, 279, 0, 0, 0, 279, 279, 0, 0, 417, 415, 0, 416, 0, 0, 279, 0, 0, 0, 279, 279, 0, 0, 0, 279, 0, 0, 420, 0, 421, 279, 0, 279, 279, 0, 279, 0, 279, 279, 279, 279, 279, 0, 279, 279, 279, 279, 279, 279, 279, 279, 279, 279, 279, 279, 279, 279, 279, 279, 0, 0, 279, 279, 279, 0, 279, 279, 279, 0, 279, 279, 279, 0, 538, 279, 0, 279, 0, 0, 279, 279, 279, 279, 538, 279, 279, 279, 279, 0, 0, 0, 0, 0, 279, 0, 0, 279, 279, 279, 279, 279, 279, 279, 279, 0, 279, 279, 279, 279, 279, 0, 0, 279, 0, 250, 250, 250, 538, 250, 279, 279, 279, 0, 0, 0, 0, 0, 0, 279, 279, 0, 0, 0, 250, 250, 250, 0, 0, 454, 0, 0, 0, 455, 456, 457, 458, 0, 0, 0, 0, 0, 0, 0, 0, 459, 460, 461, 462, 463, 464, 465, 0, 466, 467, 468, 0, 149, 469, 470, 471, 0, 0, 472, 473, 474, 475, 0, 476, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 152, 153, 0, 0, 0, 154, 155, 156, 157, 0, 0, 0, 0, 0, 0, 0, 0, 158, 159, 160, 161, 162, 163, 164, 0, 165, 166, 167, 0, 0, 168, 169, 170, 0, 171, 172, 173, 174, 175, 0, 176, 409, 410, 411, 412, 413, 414, 0, 0, 418, 419, 0, 0, 283, 0, 0, 0, 0, 0, 0, 0, 0, 0, 283, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 477, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 283, 0, 177, 0, 283, 283, 283, 283, 283, 0, 0, 0, 0, 178, 179, 0, 0, 0, 0, 180, 0, 283, 0, 0, 283, 0, 0, 0, 0, 181, 182, 0, 0, 183, 184, 185, 186, 0, 0, 0, 541, 0, 0, 0, 0, 0, 0, 187, 0, 538, 0, 250, 250, 250, 250, 250, 0, 250, 250, 250, 250, 250, 250, 0, 0, 250, 250, 0, 538, 0, 538, 0, 0, 538, 538, 538, 538, 538, 538, 538, 0, 0, 538, 538, 538, 0, 0, 0, 0, 538, 538, 0, 0, 0, 538, 538, 0, 0, 0, 0, 0, 0, 0, 0, 538, 0, 0, 0, 538, 538, 0, 0, 0, 538, 0, 0, 0, 0, 0, 538, 0, 538, 538, 0, 538, 0, 538, 538, 538, 538, 538, 0, 538, 538, 538, 538, 538, 538, 538, 538, 538, 538, 538, 538, 538, 538, 538, 538, 0, 0, 538, 538, 538, 0, 538, 538, 538, 0, 538, 538, 538, 0, 0, 538, 0, 538, 0, 0, 538, 538, 538, 538, 0, 538, 538, 538, 538, 0, 0, 0, 0, 0, 538, 0, 0, 538, 538, 538, 538, 538, 538, 538, 538, 0, 538, 538, 538, 538, 538, 0, 0, 538, 0, 0, 0, 0, 0, 0, 538, 538, 538, 0, 0, 0, 0, 0, 0, 538, 538, 283, 0, 283, 283, 283, 283, 283, 289, 283, 283, 283, 283, 283, 283, 0, 283, 283, 289, 0, 283, 0, 283, 0, 0, 283, 283, 283, 283, 283, 283, 283, 0, 0, 283, 283, 283, 0, 0, 0, 0, 283, 283, 0, 0, 289, 283, 283, 0, 289, 289, 289, 289, 289, 0, 0, 283, 0, 0, 0, 283, 283, 0, 0, 0, 283, 289, 0, 0, 289, 0, 283, 0, 283, 283, 0, 283, 0, 283, 283, 283, 283, 283, 0, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, 0, 0, 283, 283, 283, 0, 283, 283, 283, 0, 283, 283, 283, 0, 0, 283, 0, 283, 0, 0, 283, 283, 283, 283, 0, 283, 283, 283, 283, 0, 0, 0, 0, 0, 283, 0, 0, 283, 283, 283, 283, 283, 283, 283, 283, 0, 283, 283, 283, 283, 283, 0, 0, 283, 0, 0, 0, 0, 0, 0, 283, 283, 283, 0, 0, 0, 0, 0, 0, 283, 283, 0, 0, 0, 0, 0, 0, 108, 290, 0, 0, 108, 108, 108, 108, 0, 0, 0, 290, 0, 0, 0, 0, 108, 108, 108, 108, 108, 108, 108, 0, 108, 108, 108, 0, 0, 108, 108, 108, 0, 0, 108, 108, 108, 108, 290, 108, 0, 0, 290, 290, 290, 290, 290, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 290, 0, 0, 290, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 289, 0, 289, 289, 289, 289, 289, 0, 289, 289, 289, 289, 289, 289, 0, 289, 289, 0, 0, 289, 0, 289, 0, 0, 289, 289, 289, 289, 289, 289, 289, 0, 0, 289, 289, 289, 0, 0, 0, 0, 289, 289, 108, 0, 0, 289, 289, 0, 0, 0, 0, 0, 0, 0, 0, 289, 0, 0, 0, 289, 289, 0, 0, 0, 289, 0, 0, 0, 0, 0, 289, 0, 289, 289, 0, 289, 0, 289, 289, 289, 289, 289, 0, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 0, 0, 289, 289, 289, 0, 289, 289, 289, 0, 289, 289, 289, 0, 0, 289, 0, 289, 0, 0, 289, 289, 289, 289, 0, 289, 289, 289, 289, 0, 0, 0, 0, 0, 289, 0, 0, 289, 289, 289, 289, 289, 289, 289, 289, 0, 289, 289, 289, 289, 289, 0, 0, 289, 0, 0, 0, 0, 0, 0, 289, 289, 289, 0, 0, 0, 0, 0, 0, 289, 289, 290, 0, 290, 290, 290, 290, 290, 311, 290, 290, 290, 290, 290, 290, 0, 290, 290, 311, 0, 290, 0, 290, 0, 0, 290, 290, 290, 290, 290, 290, 290, 0, 0, 290, 290, 290, 0, 0, 0, 0, 290, 290, 0, 0, 311, 290, 290, 0, 311, 311, 311, 311, 311, 0, 0, 290, 0, 0, 0, 290, 290, 0, 0, 0, 290, 311, 0, 0, 311, 0, 290, 0, 290, 290, 0, 290, 0, 290, 290, 290, 290, 290, 0, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 290, 0, 0, 290, 290, 290, 0, 290, 290, 290, 0, 290, 290, 290, 0, 0, 290, 0, 290, 0, 0, 290, 290, 290, 290, 0, 290, 290, 290, 290, 0, 0, 0, 0, 0, 290, 0, 0, 290, 290, 290, 290, 290, 290, 290, 290, 0, 290, 290, 290, 290, 290, 0, 0, 290, 0, 0, 0, 0, 0, 0, 290, 290, 290, 0, 20, 0, 0, 0, 0, 290, 290, 0, 0, 0, 0, 0, 0, 0, 519, 0, 0, 0, 0, 0, 0, 0, 0, 0, 519, 26, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 30, 0, 0, 0, 0, 33, 314, 0, 0, 0, 37, 38, 0, 0, 0, 519, 519, 519, 519, 519, 315, 47, 48, 49, 50, 51, 52, 316, 0, 0, 0, 0, 0, 0, 519, 519, 519, 0, 0, 0, 62, 0, 0, 0, 0, 0, 65, 0, 0, 0, 0, 0, 0, 0, 0, 70, 0, 72, 0, 0, 311, 0, 311, 311, 311, 311, 311, 0, 311, 311, 311, 311, 311, 311, 0, 311, 311, 0, 0, 311, 0, 311, 0, 0, 311, 311, 311, 311, 311, 311, 311, 89, 0, 311, 311, 311, 0, 0, 90, 0, 311, 311, 0, 0, 0, 311, 311, 0, 0, 0, 0, 0, 0, 0, 0, 311, 0, 0, 0, 311, 311, 0, 0, 0, 311, 0, 0, 0, 0, 0, 311, 0, 311, 311, 0, 311, 0, 311, 311, 311, 311, 311, 0, 311, 311, 311, 311, 311, 311, 311, 311, 311, 311, 311, 311, 311, 311, 311, 311, 0, 0, 311, 311, 311, 0, 311, 311, 311, 0, 311, 311, 311, 0, 0, 311, 0, 311, 0, 0, 311, 311, 311, 311, 0, 311, 311, 311, 311, 0, 0, 0, 0, 0, 311, 0, 0, 311, 311, 311, 311, 311, 311, 311, 311, 0, 311, 311, 311, 311, 311, 0, 0, 311, 188, 0, 559, 150, 0, 151, 311, 311, 311, 0, 0, 0, 0, 0, 0, 311, 311, 519, 0, 519, 519, 519, 519, 519, 0, 519, 519, 519, 519, 519, 519, 0, 0, 519, 519, 0, 519, 0, 519, 0, 0, 519, 519, 519, 519, 519, 519, 519, 0, 0, 519, 519, 519, 0, 0, 0, 0, 519, 519, 0, 0, 0, 519, 519, 0, 0, 0, 0, 0, 0, 0, 0, 519, 0, 0, 0, 519, 519, 0, 0, 0, 519, 0, 0, 0, 0, 0, 519, 0, 519, 519, 0, 519, 0, 519, 519, 519, 519, 519, 0, 519, 519, 519, 519, 519, 519, 519, 519, 519, 519, 519, 519, 519, 519, 519, 519, 0, 0, 519, 519, 519, 0, 519, 519, 519, 0, 519, 519, 519, 0, 528, 519, 0, 519, 0, 0, 519, 519, 519, 519, 528, 0, 519, 519, 519, 0, 0, 0, 0, 0, 519, 0, 0, 519, 519, 519, 519, 519, 519, 519, 519, 0, 519, 519, 519, 519, 519, 0, 0, 519, 0, 0, 247, 247, 0, 247, 519, 519, 519, 0, 0, 0, 0, 0, 0, 519, 519, 0, 0, 0, 247, 247, 247, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 149, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 152, 153, 0, 0, 0, 154, 155, 156, 157, 0, 0, 0, 0, 0, 0, 0, 0, 158, 159, 160, 161, 162, 163, 164, 0, 165, 166, 167, 0, 0, 168, 169, 170, 0, 171, 172, 173, 174, 175, 0, 176, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 287, 0, 0, 0, 0, 0, 0, 0, 0, 0, 287, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 287, 0, 177, 0, 287, 0, 287, 287, 287, 0, 0, 0, 0, 178, 179, 0, 0, 0, 0, 180, 0, 287, 0, 0, 287, 0, 0, 0, 0, 181, 182, 0, 0, 183, 184, 185, 186, 0, 0, 0, 89, 0, 0, 0, 0, 0, 0, 187, 0, 528, 0, 247, 247, 247, 247, 247, 0, 247, 247, 247, 247, 247, 247, 0, 0, 247, 247, 0, 528, 0, 528, 0, 0, 528, 528, 528, 528, 528, 528, 528, 0, 0, 528, 528, 528, 0, 0, 0, 0, 528, 528, 0, 0, 0, 528, 528, 0, 0, 0, 0, 0, 0, 0, 0, 528, 0, 0, 0, 528, 528, 0, 0, 0, 528, 0, 0, 0, 0, 0, 528, 0, 528, 528, 0, 528, 0, 528, 528, 528, 528, 528, 0, 528, 528, 528, 528, 528, 528, 528, 528, 528, 528, 528, 528, 528, 528, 528, 528, 0, 0, 528, 528, 528, 0, 528, 528, 528, 0, 528, 528, 528, 0, 0, 528, 0, 528, 0, 0, 528, 528, 528, 528, 0, 528, 528, 528, 528, 0, 0, 0, 0, 0, 528, 0, 0, 528, 528, 528, 528, 528, 528, 528, 528, 0, 528, 528, 528, 528, 528, 0, 0, 528, 0, 0, 0, 0, 0, 0, 528, 528, 528, 0, 0, 0, 0, 0, 0, 528, 528, 287, 0, 287, 287, 287, 287, 287, 288, 287, 287, 287, 287, 287, 287, 0, 287, 0, 288, 0, 287, 0, 287, 0, 0, 287, 287, 287, 287, 287, 287, 287, 0, 0, 287, 287, 287, 0, 0, 0, 0, 287, 287, 0, 0, 288, 287, 287, 0, 288, 0, 288, 288, 288, 0, 0, 287, 0, 0, 0, 287, 287, 0, 0, 0, 287, 288, 0, 0, 288, 0, 287, 0, 287, 287, 0, 287, 0, 287, 287, 287, 287, 287, 0, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 0, 0, 287, 287, 287, 0, 287, 287, 287, 0, 287, 287, 287, 0, 0, 287, 0, 287, 0, 0, 287, 287, 287, 287, 0, 287, 287, 287, 287, 0, 0, 0, 0, 0, 287, 0, 0, 287, 287, 287, 287, 287, 287, 287, 287, 0, 287, 287, 287, 287, 287, 0, 0, 287, 0, 0, 0, 0, 0, 0, 287, 287, 287, 0, 0, 0, 0, 0, 0, 287, 287, 0, 0, 0, 0, 0, 0, 0, 308, 0, 0, 0, 0, 0, 0, 0, 0, 0, 308, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 308, 0, 0, 0, 308, 308, 0, 308, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 308, 0, 308, 0, 308, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 288, 0, 288, 288, 288, 288, 288, 0, 288, 288, 288, 288, 288, 288, 0, 288, 0, 0, 0, 288, 0, 288, 0, 0, 288, 288, 288, 288, 288, 288, 288, 0, 0, 288, 288, 288, 0, 0, 0, 0, 288, 288, 0, 0, 0, 288, 288, 0, 0, 0, 0, 0, 0, 0, 0, 288, 0, 0, 0, 288, 288, 0, 0, 0, 288, 0, 0, 0, 0, 0, 288, 0, 288, 288, 0, 288, 22, 288, 288, 288, 288, 288, 0, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, 0, 0, 288, 288, 288, 0, 288, 288, 288, 0, 288, 288, 288, 0, 0, 288, 0, 288, 0, 0, 288, 288, 288, 288, 0, 288, 288, 288, 288, 0, 0, 0, 0, 0, 288, 0, 0, 288, 288, 288, 288, 288, 288, 288, 288, 0, 288, 288, 288, 288, 288, 0, 0, 288, 0, 0, 0, 0, 0, 0, 288, 288, 288, 0, 0, 0, 0, 0, 0, 288, 288, 308, 0, 308, 308, 308, 308, 308, 0, 308, 308, 308, 308, 308, 308, 0, 308, 0, 308, 0, 308, 0, 308, 0, 0, 308, 308, 308, 308, 308, 308, 308, 0, 0, 308, 308, 308, 0, 0, 0, 0, 308, 308, 0, 0, 0, 308, 308, 0, 0, 0, 0, 0, 0, 0, 0, 308, 0, 0, 0, 308, 308, 0, 0, 0, 308, 0, 0, 0, 0, 0, 308, 0, 308, 308, 0, 308, 0, 308, 308, 308, 308, 308, 0, 308, 308, 308, 308, 308, 308, 308, 308, 308, 308, 308, 308, 308, 308, 308, 308, 0, 0, 308, 308, 308, 0, 308, 308, 308, 0, 308, 308, 308, 0, 466, 308, 0, 308, 0, 0, 308, 308, 308, 308, 466, 308, 308, 308, 308, 338, 0, 0, 0, 338, 308, 0, 338, 308, 308, 308, 308, 0, 308, 308, 308, 0, 308, 308, 308, 308, 308, 0, 338, 308, 338, 0, 518, 518, 518, 518, 308, 308, 0, 0, 0, 0, 0, 0, 0, 0, 308, 0, 0, 0, 518, 518, 518, 0, 0, 0, 0, 0, 22, 0, 22, 0, 0, 22, 22, 22, 22, 0, 0, 22, 0, 0, 22, 22, 22, 0, 0, 0, 0, 22, 22, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 22, 0, 0, 0, 22, 22, 0, 0, 0, 22, 0, 0, 0, 0, 0, 22, 0, 22, 22, 0, 22, 0, 22, 22, 22, 22, 22, 0, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 0, 0, 22, 22, 22, 0, 22, 22, 22, 0, 22, 22, 22, 0, 518, 22, 0, 22, 0, 0, 22, 22, 22, 22, 518, 0, 22, 22, 22, 0, 0, 0, 0, 0, 22, 0, 0, 0, 22, 22, 22, 22, 22, 22, 22, 0, 22, 22, 22, 22, 22, 0, 0, 22, 0, 0, 518, 518, 518, 518, 22, 22, 22, 0, 0, 0, 0, 0, 0, 22, 0, 0, 0, 0, 518, 518, 518, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 338, 338, 338, 338, 338, 0, 338, 338, 338, 338, 338, 338, 0, 0, 338, 338, 0, 0, 0, 0, 466, 0, 518, 518, 518, 518, 518, 0, 518, 518, 518, 518, 518, 518, 0, 0, 518, 518, 0, 466, 0, 466, 0, 0, 466, 466, 466, 466, 466, 466, 466, 0, 0, 466, 466, 466, 0, 0, 0, 0, 466, 466, 0, 0, 0, 466, 466, 0, 0, 0, 0, 0, 0, 0, 0, 466, 0, 56, 0, 466, 466, 0, 0, 0, 466, 0, 0, 56, 0, 0, 466, 0, 466, 466, 0, 466, 0, 466, 466, 466, 466, 466, 0, 466, 466, 466, 466, 466, 466, 466, 466, 466, 466, 466, 466, 466, 466, 466, 466, 0, 0, 466, 466, 466, 0, 466, 466, 466, 0, 466, 466, 466, 0, 0, 466, 0, 466, 0, 0, 466, 466, 466, 466, 0, 0, 466, 466, 466, 0, 0, 0, 0, 0, 466, 0, 0, 466, 466, 466, 466, 0, 466, 466, 466, 0, 466, 466, 466, 466, 466, 0, 0, 466, 0, 0, 0, 0, 0, 0, 466, 466, 0, 518, 0, 518, 518, 518, 518, 518, 466, 518, 518, 518, 518, 518, 518, 0, 0, 518, 518, 0, 518, 0, 518, 0, 0, 518, 518, 518, 518, 518, 518, 518, 0, 0, 518, 518, 518, 0, 0, 0, 0, 518, 518, 0, 0, 0, 518, 518, 0, 0, 0, 0, 0, 0, 0, 0, 518, 0, 0, 0, 518, 518, 0, 0, 0, 518, 0, 0, 0, 0, 0, 518, 0, 518, 518, 0, 518, 0, 518, 518, 518, 518, 518, 0, 518, 518, 518, 518, 518, 518, 518, 518, 518, 518, 518, 518, 518, 518, 518, 518, 0, 0, 518, 518, 518, 0, 518, 518, 518, 0, 518, 518, 518, 0, 284, 518, 0, 518, 0, 0, 518, 518, 518, 518, 284, 0, 518, 518, 518, 0, 0, 0, 0, 0, 518, 0, 0, 518, 518, 518, 518, 0, 518, 518, 518, 0, 518, 518, 518, 518, 518, 284, 56, 518, 0, 284, 0, 0, 284, 0, 518, 518, 0, 0, 0, 0, 0, 164, 164, 0, 518, 56, 284, 56, 0, 284, 56, 56, 56, 56, 56, 56, 56, 0, 0, 56, 56, 56, 0, 0, 0, 0, 56, 56, 0, 0, 0, 56, 56, 0, 0, 0, 0, 0, 0, 0, 0, 56, 0, 0, 0, 56, 56, 0, 0, 0, 56, 0, 0, 0, 0, 0, 56, 0, 56, 56, 0, 56, 0, 56, 56, 56, 56, 56, 0, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 0, 0, 56, 56, 56, 0, 56, 56, 56, 0, 56, 56, 56, 0, 305, 56, 0, 56, 0, 0, 56, 56, 56, 56, 305, 0, 56, 56, 56, 0, 0, 0, 0, 0, 56, 0, 0, 56, 56, 56, 56, 56, 56, 56, 56, 0, 56, 56, 56, 56, 56, 305, 0, 56, 0, 305, 0, 0, 305, 0, 56, 56, 56, 0, 0, 0, 0, 0, 0, 56, 56, 0, 305, 0, 0, 305, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 284, 0, 284, 284, 284, 284, 284, 0, 0, 0, 0, 0, 0, 0, 0, 284, 0, 0, 0, 284, 0, 284, 0, 0, 284, 284, 284, 284, 284, 284, 284, 0, 0, 284, 284, 284, 0, 0, 0, 0, 284, 284, 0, 0, 0, 284, 284, 0, 0, 0, 0, 0, 0, 0, 0, 284, 0, 0, 0, 284, 284, 0, 0, 0, 284, 0, 0, 0, 0, 0, 284, 0, 284, 284, 0, 284, 0, 284, 284, 284, 284, 284, 0, 284, 284, 284, 284, 284, 284, 284, 284, 284, 284, 284, 284, 284, 284, 284, 284, 0, 0, 284, 284, 284, 0, 284, 284, 284, 0, 284, 284, 284, 341, 341, 284, 341, 284, 0, 0, 284, 284, 284, 284, 0, 284, 284, 284, 284, 0, 0, 341, 341, 341, 284, 0, 0, 284, 284, 284, 284, 284, 284, 284, 284, 0, 284, 284, 284, 284, 284, 0, 305, 284, 305, 305, 305, 305, 305, 0, 284, 284, 284, 0, 0, 295, 0, 305, 0, 284, 284, 305, 0, 305, 0, 295, 305, 305, 305, 305, 305, 305, 305, 0, 0, 305, 305, 305, 0, 0, 0, 0, 305, 305, 0, 0, 0, 305, 305, 0, 0, 0, 295, 0, 0, 0, 295, 305, 0, 295, 0, 305, 305, 0, 0, 0, 305, 0, 0, 0, 0, 0, 305, 295, 305, 305, 295, 305, 0, 305, 305, 305, 305, 305, 0, 305, 305, 305, 305, 305, 305, 305, 305, 305, 305, 305, 305, 305, 305, 305, 305, 0, 0, 305, 305, 305, 0, 305, 305, 305, 0, 305, 305, 305, 0, 0, 305, 0, 305, 0, 0, 305, 305, 305, 305, 0, 305, 305, 305, 305, 0, 0, 0, 0, 0, 305, 0, 0, 305, 305, 305, 305, 305, 305, 305, 305, 0, 305, 305, 305, 305, 305, 0, 0, 305, 0, 0, 0, 0, 0, 0, 305, 305, 305, 0, 0, 293, 0, 0, 0, 305, 305, 0, 0, 0, 0, 293, 0, 0, 341, 341, 341, 341, 341, 0, 341, 341, 341, 341, 341, 341, 0, 0, 341, 341, 0, 0, 0, 0, 0, 0, 0, 0, 293, 0, 0, 0, 293, 0, 0, 293, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 293, 0, 0, 293, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 295, 0, 295, 295, 295, 295, 295, 0, 0, 0, 0, 0, 0, 0, 0, 295, 0, 0, 0, 295, 0, 295, 0, 0, 295, 295, 295, 295, 295, 295, 295, 0, 0, 295, 295, 295, 0, 0, 0, 0, 295, 295, 0, 0, 0, 295, 295, 0, 0, 0, 0, 0, 0, 0, 0, 295, 0, 0, 0, 295, 295, 0, 0, 0, 295, 0, 0, 341, 0, 0, 295, 0, 295, 295, 0, 295, 0, 295, 295, 295, 295, 295, 0, 295, 295, 295, 295, 295, 295, 295, 295, 295, 295, 295, 295, 295, 295, 295, 295, 0, 0, 295, 295, 295, 0, 295, 295, 295, 0, 295, 295, 295, 417, 415, 295, 416, 295, 0, 0, 295, 295, 295, 295, 0, 295, 295, 295, 295, 852, 0, 420, 403, 421, 295, 0, 0, 295, 295, 295, 295, 295, 295, 295, 295, 0, 295, 295, 295, 295, 295, 0, 293, 295, 293, 293, 293, 293, 293, 0, 295, 295, 295, 0, 0, 299, 0, 293, 0, 295, 295, 293, 0, 293, 0, 299, 293, 293, 293, 293, 293, 293, 293, 0, 0, 293, 293, 293, 0, 0, 0, 0, 293, 293, 0, 0, 0, 293, 293, 0, 0, 0, 299, 0, 0, 0, 299, 293, 0, 299, 0, 293, 293, 0, 0, 0, 293, 0, 0, 0, 0, 0, 293, 299, 293, 293, 299, 293, 0, 293, 293, 293, 293, 293, 0, 293, 293, 293, 293, 293, 293, 293, 293, 293, 293, 293, 293, 293, 293, 293, 293, 0, 0, 293, 293, 293, 0, 293, 293, 293, 0, 293, 293, 293, 0, 0, 293, 0, 293, 0, 0, 293, 293, 293, 293, 0, 293, 293, 293, 293, 0, 0, 0, 0, 0, 293, 0, 0, 293, 293, 293, 293, 293, 293, 293, 293, 0, 293, 293, 293, 293, 293, 0, 0, 293, 0, 0, 0, 0, 0, 0, 293, 293, 293, 0, 0, 297, 0, 0, 0, 293, 293, 0, 0, 0, 0, 297, 0, 0, 404, 405, 406, 407, 408, 0, 409, 410, 411, 412, 413, 414, 0, 0, 418, 419, 0, 0, 0, 0, 0, 0, 0, 0, 297, 0, 0, 0, 297, 0, 0, 297, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 297, 0, 0, 297, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 299, 0, 299, 299, 299, 299, 299, 0, 0, 0, 0, 0, 0, 0, 0, 299, 0, 0, 0, 299, 0, 299, 0, 0, 299, 299, 299, 299, 299, 299, 299, 0, 0, 299, 299, 299, 0, 0, 0, 0, 299, 299, 0, 0, 0, 299, 299, 0, 0, 0, 0, 0, 0, 0, 0, 299, 0, 0, 0, 299, 299, 0, 0, 0, 299, 0, 0, 0, 0, 0, 299, 0, 299, 299, 0, 299, 0, 299, 299, 299, 299, 299, 0, 299, 299, 299, 299, 299, 299, 299, 299, 299, 299, 299, 299, 299, 299, 299, 299, 0, 0, 299, 299, 299, 0, 299, 299, 299, 0, 299, 299, 299, 417, 415, 299, 416, 299, 0, 0, 299, 299, 299, 299, 0, 299, 299, 299, 299, 901, 0, 420, 403, 421, 299, 0, 0, 299, 299, 299, 299, 299, 299, 299, 299, 0, 299, 299, 299, 299, 299, 0, 297, 299, 297, 297, 297, 297, 297, 0, 299, 299, 299, 0, 0, 291, 0, 297, 0, 299, 299, 297, 0, 297, 0, 291, 297, 297, 297, 297, 297, 297, 297, 0, 0, 297, 297, 297, 0, 0, 0, 0, 297, 297, 0, 0, 0, 297, 297, 0, 0, 0, 291, 0, 0, 0, 291, 297, 0, 291, 0, 297, 297, 0, 0, 0, 297, 0, 0, 0, 0, 0, 297, 291, 297, 297, 291, 297, 0, 297, 297, 297, 297, 297, 0, 297, 297, 297, 297, 297, 297, 297, 297, 297, 297, 297, 297, 297, 297, 297, 297, 0, 0, 297, 297, 297, 0, 297, 297, 297, 0, 297, 297, 297, 0, 0, 297, 0, 297, 0, 0, 297, 297, 297, 297, 0, 297, 297, 297, 297, 0, 0, 0, 0, 0, 297, 0, 0, 297, 297, 297, 297, 297, 297, 297, 297, 0, 297, 297, 297, 297, 297, 0, 0, 297, 0, 0, 0, 0, 0, 0, 297, 297, 297, 0, 0, 301, 0, 0, 0, 297, 297, 0, 0, 0, 0, 301, 0, 0, 404, 405, 406, 407, 408, 0, 409, 410, 411, 412, 413, 414, 0, 0, 418, 419, 0, 0, 0, 0, 0, 0, 0, 0, 301, 0, 0, 0, 301, 0, 0, 301, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 301, 0, 0, 301, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 291, 0, 291, 291, 291, 291, 291, 0, 0, 0, 0, 0, 0, 0, 0, 291, 0, 0, 0, 291, 0, 291, 0, 0, 291, 291, 291, 291, 291, 291, 291, 0, 0, 291, 291, 291, 0, 0, 0, 0, 291, 291, 0, 0, 0, 291, 291, 0, 0, 0, 0, 0, 0, 0, 0, 291, 0, 0, 0, 291, 291, 0, 0, 0, 291, 0, 0, 0, 0, 0, 291, 0, 291, 291, 0, 291, 0, 291, 291, 291, 291, 291, 0, 291, 291, 291, 291, 291, 291, 291, 291, 291, 291, 291, 291, 291, 291, 291, 291, 0, 0, 291, 291, 291, 0, 291, 291, 291, 0, 291, 291, 291, 417, 415, 291, 416, 291, 0, 0, 291, 291, 291, 291, 0, 291, 291, 291, 291, 946, 0, 420, 403, 421, 291, 0, 0, 291, 291, 291, 291, 291, 291, 291, 291, 0, 291, 291, 291, 291, 291, 0, 301, 291, 301, 301, 301, 301, 301, 0, 291, 291, 291, 0, 0, 296, 0, 301, 0, 291, 291, 301, 0, 301, 0, 296, 301, 301, 301, 301, 301, 301, 301, 0, 0, 301, 301, 301, 0, 0, 0, 0, 301, 301, 0, 0, 0, 301, 301, 0, 0, 0, 296, 0, 0, 0, 296, 301, 0, 296, 0, 301, 301, 0, 0, 0, 301, 0, 0, 0, 0, 0, 301, 296, 301, 301, 296, 301, 0, 301, 301, 301, 301, 301, 0, 301, 301, 301, 301, 301, 301, 301, 301, 301, 301, 301, 301, 301, 301, 301, 301, 0, 0, 301, 301, 301, 0, 301, 301, 301, 0, 301, 301, 301, 0, 0, 301, 0, 301, 0, 0, 301, 301, 301, 301, 0, 301, 301, 301, 301, 0, 0, 0, 0, 0, 301, 0, 0, 301, 301, 301, 301, 301, 301, 301, 301, 0, 301, 301, 301, 301, 301, 0, 0, 301, 0, 0, 0, 0, 0, 0, 301, 301, 301, 0, 0, 294, 0, 0, 0, 301, 301, 0, 0, 0, 0, 294, 0, 0, 404, 405, 406, 407, 408, 0, 409, 410, 411, 412, 413, 414, 0, 0, 418, 419, 0, 0, 0, 0, 0, 0, 0, 0, 294, 0, 0, 0, 294, 0, 0, 294, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 294, 0, 0, 294, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 296, 0, 296, 296, 296, 296, 296, 0, 0, 0, 0, 0, 0, 0, 0, 296, 0, 0, 0, 296, 0, 296, 0, 0, 296, 296, 296, 296, 296, 296, 296, 0, 0, 296, 296, 296, 0, 0, 0, 0, 296, 296, 0, 0, 0, 296, 296, 0, 0, 0, 0, 0, 0, 0, 0, 296, 0, 0, 0, 296, 296, 0, 0, 0, 296, 0, 0, 0, 0, 0, 296, 0, 296, 296, 0, 296, 0, 296, 296, 296, 296, 296, 0, 296, 296, 296, 296, 296, 296, 296, 296, 296, 296, 296, 296, 296, 296, 296, 296, 0, 0, 296, 296, 296, 0, 296, 296, 296, 0, 296, 296, 296, 417, 415, 296, 416, 296, 0, 0, 296, 296, 296, 296, 0, 296, 296, 296, 296, 962, 0, 420, 403, 421, 296, 0, 0, 296, 296, 296, 296, 296, 296, 296, 296, 0, 296, 296, 296, 296, 296, 0, 294, 296, 294, 294, 294, 294, 294, 0, 296, 296, 296, 0, 0, 312, 0, 294, 0, 296, 296, 294, 0, 294, 0, 312, 294, 294, 294, 294, 294, 294, 294, 0, 0, 294, 294, 294, 0, 0, 0, 0, 294, 294, 0, 0, 0, 294, 294, 0, 0, 0, 312, 0, 0, 0, 312, 294, 0, 312, 0, 294, 294, 0, 0, 0, 294, 0, 0, 0, 0, 0, 294, 312, 294, 294, 312, 294, 0, 294, 294, 294, 294, 294, 0, 294, 294, 294, 294, 294, 294, 294, 294, 294, 294, 294, 294, 294, 294, 294, 294, 0, 0, 294, 294, 294, 0, 294, 294, 294, 0, 294, 294, 294, 0, 0, 294, 0, 294, 0, 0, 294, 294, 294, 294, 0, 294, 294, 294, 294, 0, 0, 0, 0, 0, 294, 0, 0, 294, 294, 294, 294, 294, 294, 294, 294, 0, 294, 294, 294, 294, 294, 0, 0, 294, 0, 0, 0, 0, 0, 0, 294, 294, 294, 0, 0, 310, 0, 0, 0, 294, 294, 0, 0, 0, 0, 310, 0, 0, 404, 405, 406, 407, 408, 0, 409, 410, 411, 412, 413, 414, 0, 0, 418, 419, 0, 0, 0, 0, 0, 0, 0, 0, 310, 0, 0, 0, 310, 0, 0, 310, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 310, 0, 0, 310, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 312, 0, 312, 312, 312, 312, 312, 0, 0, 0, 0, 0, 0, 0, 0, 312, 0, 0, 0, 312, 0, 312, 0, 0, 312, 312, 312, 312, 312, 312, 312, 0, 0, 312, 312, 312, 0, 0, 0, 0, 312, 312, 0, 0, 0, 312, 312, 0, 0, 0, 0, 0, 0, 0, 0, 312, 0, 0, 0, 312, 312, 0, 0, 0, 312, 0, 0, 0, 0, 0, 312, 0, 312, 312, 0, 312, 0, 312, 312, 312, 312, 312, 0, 312, 312, 312, 312, 312, 312, 312, 312, 312, 312, 312, 312, 312, 312, 312, 312, 0, 0, 312, 312, 312, 0, 312, 312, 312, 0, 312, 312, 312, 417, 415, 312, 416, 312, 0, 0, 312, 312, 312, 312, 0, 312, 312, 312, 312, 0, 0, 420, 403, 421, 312, 0, 0, 312, 312, 312, 312, 312, 312, 312, 312, 0, 312, 312, 312, 312, 312, 0, 310, 312, 310, 310, 310, 310, 310, 0, 312, 312, 312, 0, 0, 300, 0, 310, 0, 312, 312, 310, 0, 310, 0, 300, 310, 310, 310, 310, 310, 310, 310, 0, 0, 310, 310, 310, 0, 0, 0, 0, 310, 310, 0, 0, 0, 310, 310, 0, 0, 0, 300, 0, 0, 0, 300, 310, 0, 300, 0, 310, 310, 0, 0, 0, 310, 0, 0, 0, 0, 0, 310, 300, 310, 310, 300, 310, 0, 310, 310, 310, 310, 310, 0, 310, 310, 310, 310, 310, 310, 310, 310, 310, 310, 310, 310, 310, 310, 310, 310, 0, 0, 310, 310, 310, 0, 310, 310, 310, 0, 310, 310, 310, 0, 0, 310, 0, 310, 0, 0, 310, 310, 310, 310, 0, 310, 310, 310, 310, 0, 0, 0, 0, 0, 310, 0, 0, 310, 310, 310, 310, 310, 310, 310, 310, 0, 310, 310, 310, 310, 310, 0, 0, 310, 0, 0, 0, 0, 0, 0, 310, 310, 310, 0, 0, 298, 0, 0, 0, 310, 310, 0, 0, 0, 0, 298, 0, 0, 404, 405, 406, 407, 408, 0, 409, 410, 411, 412, 413, 414, 0, 0, 418, 419, 0, 0, 0, 0, 0, 0, 0, 0, 298, 0, 0, 0, 298, 0, 0, 298, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 298, 0, 0, 298, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 300, 0, 300, 300, 300, 300, 300, 0, 0, 0, 0, 0, 0, 0, 0, 300, 0, 0, 0, 300, 0, 300, 0, 0, 300, 300, 300, 300, 300, 300, 300, 0, 0, 300, 300, 300, 0, 0, 0, 0, 300, 300, 0, 0, 0, 300, 300, 0, 0, 0, 0, 0, 0, 0, 0, 300, 0, 0, 0, 300, 300, 0, 0, 0, 300, 0, 0, 0, 0, 0, 300, 0, 300, 300, 0, 300, 0, 300, 300, 300, 300, 300, 0, 300, 300, 300, 300, 300, 300, 300, 300, 300, 300, 300, 300, 300, 300, 300, 300, 0, 0, 300, 300, 300, 0, 300, 300, 300, 0, 300, 300, 300, 247, 247, 300, 247, 300, 0, 0, 300, 300, 300, 300, 0, 300, 300, 300, 300, 0, 0, 247, 247, 247, 300, 0, 0, 300, 300, 300, 300, 300, 300, 300, 300, 0, 300, 300, 300, 300, 300, 0, 298, 300, 298, 298, 298, 298, 298, 0, 300, 300, 300, 0, 0, 304, 0, 298, 0, 300, 300, 298, 0, 298, 0, 304, 298, 298, 298, 298, 298, 298, 298, 0, 0, 298, 298, 298, 0, 0, 0, 0, 298, 298, 0, 0, 0, 298, 298, 0, 0, 0, 304, 0, 0, 0, 304, 298, 0, 304, 0, 298, 298, 0, 0, 0, 298, 0, 0, 0, 0, 0, 298, 304, 298, 298, 304, 298, 0, 298, 298, 298, 298, 298, 0, 298, 298, 298, 298, 298, 298, 298, 298, 298, 298, 298, 298, 298, 298, 298, 298, 0, 0, 298, 298, 298, 0, 298, 298, 298, 0, 298, 298, 298, 0, 0, 298, 0, 298, 0, 0, 298, 298, 298, 298, 0, 298, 298, 298, 298, 0, 0, 0, 0, 0, 298, 0, 0, 298, 298, 298, 298, 298, 298, 298, 298, 0, 298, 298, 298, 298, 298, 0, 0, 298, 0, 0, 0, 0, 0, 0, 298, 298, 298, 0, 0, 303, 0, 0, 0, 298, 298, 0, 0, 0, 0, 303, 0, 0, 247, 247, 247, 247, 247, 0, 247, 247, 247, 247, 247, 247, 0, 0, 247, 247, 0, 0, 0, 0, 0, 0, 0, 0, 303, 0, 0, 0, 303, 0, 0, 303, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 303, 0, 0, 303, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 304, 0, 304, 304, 304, 304, 0, 0, 0, 0, 0, 0, 0, 0, 0, 304, 0, 0, 0, 304, 0, 304, 0, 0, 304, 304, 304, 304, 304, 304, 304, 0, 0, 304, 304, 304, 0, 0, 0, 0, 304, 304, 0, 0, 0, 304, 304, 0, 0, 0, 0, 0, 0, 0, 0, 304, 0, 0, 0, 304, 304, 0, 0, 0, 304, 0, 0, 0, 0, 0, 304, 567, 304, 304, 333, 304, 334, 304, 304, 304, 304, 304, 0, 304, 304, 304, 304, 304, 304, 304, 304, 304, 304, 304, 304, 304, 304, 304, 304, 0, 0, 304, 304, 304, 0, 304, 304, 304, 0, 304, 304, 304, 0, 0, 304, 0, 304, 0, 0, 304, 304, 304, 304, 0, 304, 304, 304, 304, 0, 753, 0, 751, 150, 304, 151, 0, 304, 304, 304, 304, 304, 304, 304, 304, 0, 304, 304, 304, 304, 304, 576, 303, 304, 303, 303, 303, 303, 0, 0, 304, 304, 304, 0, 0, 0, 0, 303, 0, 304, 304, 303, 0, 303, 0, 0, 303, 303, 303, 303, 303, 303, 303, 0, 0, 303, 303, 303, 0, 0, 0, 0, 303, 303, 0, 0, 0, 303, 303, 0, 0, 0, 0, 0, 0, 0, 0, 303, 0, 0, 0, 303, 303, 0, 0, 0, 303, 0, 0, 0, 0, 0, 303, 0, 303, 303, 0, 303, 0, 303, 303, 303, 303, 303, 0, 303, 303, 303, 303, 303, 303, 303, 303, 303, 303, 303, 303, 303, 303, 303, 303, 0, 0, 303, 303, 303, 0, 303, 303, 303, 0, 303, 303, 303, 0, 338, 303, 0, 303, 0, 0, 303, 303, 303, 303, 338, 303, 303, 303, 303, 0, 0, 0, 0, 0, 303, 0, 0, 303, 303, 303, 303, 303, 303, 303, 303, 0, 303, 303, 303, 303, 303, 338, 0, 303, 338, 338, 338, 338, 338, 338, 303, 303, 303, 0, 0, 0, 0, 0, 0, 303, 303, 0, 0, 0, 0, 0, 0, 0, 0, 336, 337, 338, 0, 0, 339, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 149, 0, 0, 0, 0, 0, 0, 0, 0, 0, 752, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 152, 153, 0, 0, 0, 154, 155, 156, 157, 0, 0, 0, 0, 0, 0, 0, 0, 158, 159, 160, 161, 162, 163, 164, 0, 165, 166, 167, 0, 0, 168, 169, 170, 0, 171, 172, 173, 174, 175, 292, 176, 0, 0, 0, 0, 178, 179, 0, 0, 292, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 181, 182, 0, 0, 183, 184, 185, 186, 0, 0, 0, 340, 0, 0, 0, 292, 0, 0, 187, 292, 0, 0, 292, 0, 0, 0, 0, 0, 0, 0, 0, 177, 0, 0, 0, 0, 292, 0, 0, 292, 0, 0, 178, 179, 0, 0, 0, 0, 180, 0, 0, 0, 0, 0, 0, 0, 0, 0, 181, 182, 0, 0, 183, 184, 185, 186, 0, 0, 0, 89, 0, 0, 0, 0, 0, 0, 187, 0, 0, 0, 0, 0, 0, 338, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 338, 338, 338, 0, 338, 0, 338, 0, 0, 338, 338, 338, 338, 338, 338, 338, 0, 0, 338, 338, 338, 0, 0, 0, 0, 338, 338, 0, 0, 0, 338, 338, 0, 0, 0, 0, 0, 0, 0, 0, 338, 0, 0, 0, 338, 338, 0, 0, 0, 338, 0, 0, 0, 0, 0, 338, 0, 338, 338, 0, 338, 0, 338, 338, 338, 338, 338, 0, 338, 338, 338, 338, 338, 338, 338, 338, 338, 338, 338, 338, 338, 338, 338, 338, 0, 0, 338, 338, 338, 0, 338, 338, 338, 0, 338, 338, 338, 0, 0, 338, 0, 338, 0, 0, 338, 338, 338, 338, 0, 0, 338, 338, 338, 0, 0, 0, 0, 0, 338, 0, 0, 338, 338, 338, 338, 338, 338, 338, 338, 0, 338, 338, 338, 338, 338, 0, 292, 338, 292, 292, 0, 0, 0, 0, 338, 338, 338, 0, 0, 302, 0, 292, 0, 338, 338, 292, 0, 292, 0, 302, 292, 292, 292, 292, 292, 292, 292, 0, 0, 292, 292, 292, 0, 0, 0, 0, 292, 292, 0, 0, 0, 292, 292, 0, 0, 0, 302, 0, 0, 0, 302, 292, 0, 302, 0, 292, 292, 0, 0, 0, 292, 0, 0, 0, 0, 0, 292, 302, 292, 292, 302, 292, 0, 292, 292, 292, 292, 292, 0, 292, 292, 292, 292, 292, 292, 292, 292, 292, 292, 292, 292, 292, 292, 292, 292, 0, 0, 292, 292, 292, 0, 292, 292, 292, 0, 292, 292, 292, 0, 0, 292, 0, 292, 0, 0, 292, 292, 292, 292, 0, 292, 292, 292, 292, 0, 0, 0, 0, 0, 292, 0, 0, 292, 292, 292, 292, 292, 292, 292, 292, 0, 292, 292, 292, 292, 292, 0, 0, 292, 0, 0, 0, 0, 0, 0, 292, 292, 292, 0, 0, 0, 0, 0, 0, 292, 292, 501, 0, 0, 0, 0, 0, 0, 0, 0, 0, 501, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 501, 501, 501, 501, 501, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 302, 0, 302, 302, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 302, 0, 0, 0, 302, 0, 302, 0, 0, 302, 302, 302, 302, 302, 302, 302, 0, 0, 302, 302, 302, 0, 0, 0, 0, 302, 302, 0, 0, 0, 302, 302, 0, 0, 0, 0, 0, 0, 0, 0, 302, 0, 0, 0, 302, 302, 0, 0, 0, 302, 0, 0, 0, 0, 0, 302, 0, 302, 302, 0, 302, 0, 302, 302, 302, 302, 302, 0, 302, 302, 302, 302, 302, 302, 302, 302, 302, 302, 302, 302, 302, 302, 302, 302, 0, 0, 302, 302, 302, 0, 302, 302, 302, 0, 302, 302, 302, 0, 0, 302, 0, 302, 0, 0, 302, 302, 302, 302, 0, 302, 302, 302, 302, 0, 0, 0, 0, 0, 302, 0, 0, 302, 302, 302, 302, 302, 302, 302, 302, 0, 302, 302, 302, 302, 302, 0, 0, 302, 0, 0, 0, 0, 501, 0, 302, 302, 302, 0, 0, 0, 502, 0, 0, 302, 302, 0, 0, 501, 501, 501, 502, 501, 0, 501, 0, 0, 501, 501, 501, 501, 501, 501, 501, 0, 0, 501, 501, 501, 0, 0, 0, 0, 501, 501, 0, 0, 0, 501, 501, 0, 0, 502, 502, 502, 502, 502, 0, 501, 0, 0, 0, 501, 501, 0, 0, 0, 501, 0, 0, 0, 0, 0, 501, 0, 501, 501, 0, 501, 0, 501, 501, 501, 501, 501, 0, 501, 501, 501, 501, 501, 501, 501, 501, 501, 501, 501, 501, 501, 501, 501, 501, 0, 0, 501, 501, 501, 0, 501, 501, 501, 0, 501, 501, 501, 0, 0, 501, 0, 501, 0, 0, 501, 501, 501, 501, 0, 0, 501, 501, 501, 0, 0, 0, 0, 0, 501, 0, 0, 501, 501, 501, 501, 501, 501, 501, 501, 0, 501, 501, 501, 501, 501, 0, 0, 501, 0, 0, 0, 0, 0, 0, 501, 501, 501, 0, 493, 0, 0, 0, 0, 501, 501, 0, 0, 0, 493, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 499, 499, 493, 499, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 502, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 502, 502, 502, 0, 502, 0, 502, 0, 0, 502, 502, 502, 502, 502, 502, 502, 0, 0, 502, 502, 502, 0, 0, 0, 0, 502, 502, 0, 0, 0, 502, 502, 0, 0, 0, 0, 0, 0, 0, 0, 502, 0, 0, 0, 502, 502, 0, 0, 0, 502, 0, 0, 0, 0, 0, 502, 0, 502, 502, 0, 502, 0, 502, 502, 502, 502, 502, 0, 502, 502, 502, 502, 502, 502, 502, 502, 502, 502, 502, 502, 502, 502, 502, 502, 0, 0, 502, 502, 502, 0, 502, 502, 502, 0, 502, 502, 502, 0, 0, 502, 0, 502, 0, 0, 502, 502, 502, 502, 0, 0, 502, 502, 502, 0, 0, 0, 0, 0, 502, 0, 0, 502, 502, 502, 502, 502, 502, 502, 502, 0, 502, 502, 502, 502, 502, 0, 0, 502, 0, 0, 493, 0, 0, 0, 502, 502, 0, 0, 507, 0, 0, 0, 0, 502, 502, 499, 499, 499, 507, 493, 0, 493, 0, 0, 493, 493, 493, 493, 493, 493, 493, 0, 0, 493, 493, 493, 0, 0, 0, 0, 493, 493, 0, 0, 0, 493, 493, 0, 0, 507, 507, 507, 507, 507, 0, 493, 0, 0, 0, 493, 493, 0, 0, 0, 493, 0, 0, 0, 0, 0, 493, 0, 493, 493, 0, 493, 0, 493, 493, 493, 493, 493, 0, 493, 493, 493, 493, 493, 493, 493, 493, 493, 493, 493, 493, 493, 493, 493, 493, 0, 0, 493, 493, 493, 0, 493, 493, 493, 0, 493, 493, 493, 0, 0, 493, 0, 493, 0, 0, 493, 493, 493, 493, 0, 0, 493, 493, 493, 0, 0, 0, 0, 0, 493, 0, 0, 493, 493, 493, 493, 493, 493, 493, 493, 0, 493, 493, 493, 493, 493, 0, 0, 493, 0, 0, 0, 0, 0, 0, 493, 493, 493, 0, 504, 0, 0, 0, 0, 493, 493, 0, 0, 0, 504, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 504, 504, 504, 504, 504, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 507, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 507, 507, 0, 0, 507, 0, 507, 0, 0, 507, 507, 507, 507, 507, 507, 507, 0, 0, 507, 507, 507, 0, 0, 0, 0, 507, 507, 0, 0, 0, 507, 507, 0, 0, 0, 0, 0, 0, 0, 0, 507, 0, 0, 0, 507, 507, 0, 0, 0, 507, 0, 0, 0, 0, 0, 507, 0, 507, 507, 0, 507, 0, 507, 507, 507, 507, 507, 0, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 507, 0, 0, 507, 507, 507, 0, 507, 507, 507, 0, 507, 507, 507, 0, 0, 507, 0, 507, 0, 0, 507, 507, 507, 507, 0, 0, 507, 507, 507, 0, 0, 0, 0, 0, 507, 0, 0, 507, 507, 507, 507, 507, 507, 507, 507, 0, 507, 507, 507, 507, 507, 0, 0, 507, 0, 0, 504, 0, 0, 0, 507, 507, 507, 505, 0, 0, 0, 0, 0, 507, 507, 504, 504, 505, 0, 504, 0, 504, 0, 0, 504, 504, 504, 504, 504, 504, 504, 0, 0, 504, 504, 504, 0, 0, 0, 0, 504, 504, 0, 0, 0, 504, 504, 0, 505, 505, 505, 505, 505, 0, 0, 504, 0, 0, 0, 504, 504, 0, 0, 0, 504, 0, 0, 0, 0, 0, 504, 0, 504, 504, 0, 504, 0, 504, 504, 504, 504, 504, 0, 504, 504, 504, 504, 504, 504, 504, 504, 504, 504, 504, 504, 504, 504, 504, 504, 0, 0, 504, 504, 504, 0, 504, 504, 504, 0, 504, 504, 504, 0, 0, 504, 0, 504, 0, 0, 504, 504, 504, 504, 0, 0, 504, 504, 504, 0, 0, 0, 0, 0, 504, 0, 0, 504, 504, 504, 504, 504, 504, 504, 504, 0, 504, 504, 504, 504, 504, 0, 0, 504, 0, 0, 0, 0, 0, 0, 504, 504, 504, 506, 0, 0, 0, 0, 0, 504, 504, 0, 0, 506, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 506, 506, 506, 506, 506, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 505, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 505, 505, 0, 0, 505, 0, 505, 0, 0, 505, 505, 505, 505, 505, 505, 505, 0, 0, 505, 505, 505, 0, 0, 0, 0, 505, 505, 0, 0, 0, 505, 505, 0, 0, 0, 0, 0, 0, 0, 0, 505, 0, 0, 0, 505, 505, 0, 0, 0, 505, 0, 0, 0, 0, 0, 505, 0, 505, 505, 0, 505, 0, 505, 505, 505, 505, 505, 0, 505, 505, 505, 505, 505, 505, 505, 505, 505, 505, 505, 505, 505, 505, 505, 505, 0, 0, 505, 505, 505, 0, 505, 505, 505, 0, 505, 505, 505, 0, 0, 505, 0, 505, 0, 0, 505, 505, 505, 505, 0, 0, 505, 505, 505, 0, 0, 0, 0, 0, 505, 0, 0, 505, 505, 505, 505, 505, 505, 505, 505, 0, 505, 505, 505, 505, 505, 0, 0, 505, 0, 0, 506, 0, 0, 0, 505, 505, 505, 313, 0, 0, 0, 0, 0, 505, 505, 506, 506, 313, 0, 506, 0, 506, 0, 0, 506, 506, 506, 506, 506, 506, 506, 0, 0, 506, 506, 506, 0, 0, 0, 0, 506, 506, 0, 0, 313, 506, 506, 0, 313, 0, 0, 313, 0, 0, 0, 506, 0, 0, 0, 506, 506, 0, 0, 0, 506, 313, 0, 0, 0, 0, 506, 0, 506, 506, 0, 506, 0, 506, 506, 506, 506, 506, 0, 506, 506, 506, 506, 506, 506, 506, 506, 506, 506, 506, 506, 506, 506, 506, 506, 0, 0, 506, 506, 506, 0, 506, 506, 506, 0, 506, 506, 506, 0, 0, 506, 0, 506, 0, 0, 506, 506, 506, 506, 0, 0, 506, 506, 506, 0, 0, 0, 0, 0, 506, 0, 0, 506, 506, 506, 506, 506, 506, 506, 506, 0, 506, 506, 506, 506, 506, 0, 0, 506, 0, 0, 0, 0, 0, 0, 506, 506, 506, 309, 0, 0, 0, 0, 0, 506, 506, 0, 0, 309, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 309, 0, 0, 0, 309, 0, 0, 309, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 309, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 313, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 313, 0, 0, 0, 313, 0, 313, 0, 0, 313, 313, 313, 313, 313, 313, 313, 0, 0, 313, 313, 313, 0, 0, 0, 0, 313, 313, 0, 0, 0, 313, 313, 0, 0, 0, 0, 0, 0, 0, 0, 313, 0, 0, 0, 313, 313, 0, 0, 0, 313, 0, 0, 0, 0, 0, 313, 0, 313, 313, 0, 313, 0, 313, 313, 313, 313, 313, 0, 313, 313, 313, 313, 313, 313, 313, 313, 313, 313, 313, 313, 313, 313, 313, 313, 0, 0, 313, 313, 313, 0, 313, 313, 313, 0, 313, 313, 313, 0, 503, 313, 0, 313, 0, 0, 313, 313, 313, 313, 503, 313, 313, 313, 313, 0, 0, 0, 0, 0, 313, 0, 0, 313, 313, 313, 313, 313, 313, 313, 313, 0, 313, 313, 313, 313, 313, 0, 0, 313, 0, 503, 309, 503, 503, 503, 313, 313, 313, 0, 0, 0, 0, 0, 0, 313, 313, 309, 0, 0, 0, 309, 0, 309, 0, 0, 309, 309, 309, 309, 309, 309, 309, 0, 0, 309, 309, 309, 0, 0, 0, 0, 309, 309, 0, 0, 0, 309, 309, 0, 0, 0, 0, 0, 0, 0, 0, 309, 0, 0, 0, 309, 309, 0, 0, 0, 309, 0, 0, 0, 0, 0, 309, 0, 309, 309, 0, 309, 0, 309, 309, 309, 309, 309, 0, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 0, 0, 309, 309, 309, 0, 309, 309, 309, 0, 309, 309, 309, 0, 509, 309, 0, 309, 0, 0, 309, 309, 309, 309, 509, 309, 309, 309, 309, 0, 0, 0, 0, 0, 309, 0, 0, 309, 309, 309, 309, 309, 309, 309, 309, 0, 309, 309, 309, 309, 309, 0, 0, 309, 0, 509, 0, 0, 509, 0, 309, 309, 309, 0, 0, 0, 0, 0, 0, 309, 309, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 503, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 503, 0, 0, 0, 503, 0, 503, 0, 0, 503, 503, 503, 503, 503, 503, 503, 0, 0, 503, 503, 503, 0, 0, 0, 0, 503, 503, 0, 0, 0, 503, 503, 0, 0, 0, 0, 0, 0, 0, 0, 503, 0, 0, 0, 503, 503, 0, 0, 0, 503, 0, 0, 0, 0, 0, 503, 0, 503, 503, 0, 503, 0, 503, 503, 503, 503, 503, 0, 503, 503, 503, 503, 503, 503, 503, 503, 503, 503, 503, 503, 503, 503, 503, 503, 0, 0, 503, 503, 503, 0, 503, 503, 503, 0, 503, 503, 503, 0, 512, 503, 0, 503, 0, 0, 503, 503, 503, 503, 512, 0, 503, 503, 503, 0, 0, 0, 0, 0, 503, 0, 0, 503, 503, 503, 503, 503, 503, 503, 503, 0, 503, 503, 503, 503, 503, 0, 0, 503, 0, 512, 509, 0, 512, 0, 503, 503, 503, 0, 0, 0, 0, 0, 0, 503, 503, 509, 0, 0, 0, 509, 0, 509, 0, 0, 509, 509, 509, 509, 509, 509, 509, 0, 0, 509, 509, 509, 0, 0, 0, 0, 509, 509, 0, 0, 0, 509, 509, 0, 0, 0, 0, 0, 0, 0, 0, 509, 0, 0, 0, 509, 509, 0, 0, 0, 509, 0, 0, 0, 0, 0, 509, 0, 509, 509, 0, 509, 0, 509, 509, 509, 509, 509, 0, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 509, 0, 0, 509, 509, 509, 0, 509, 509, 509, 0, 509, 509, 509, 0, 511, 509, 0, 509, 0, 0, 509, 509, 509, 509, 511, 0, 509, 509, 509, 0, 0, 0, 0, 0, 509, 0, 0, 509, 509, 509, 509, 509, 509, 509, 509, 0, 509, 509, 509, 509, 509, 0, 0, 509, 0, 511, 0, 0, 511, 0, 509, 509, 509, 0, 0, 0, 0, 0, 0, 509, 509, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 512, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 512, 0, 0, 0, 512, 0, 512, 0, 0, 512, 512, 512, 512, 512, 512, 512, 0, 0, 512, 512, 512, 0, 0, 0, 0, 512, 512, 0, 0, 0, 512, 512, 0, 0, 0, 0, 0, 0, 0, 0, 512, 0, 0, 0, 512, 512, 0, 0, 0, 512, 0, 0, 0, 0, 0, 512, 0, 512, 512, 0, 512, 0, 512, 512, 512, 512, 512, 0, 512, 512, 512, 512, 512, 512, 512, 512, 512, 512, 512, 512, 512, 512, 512, 512, 0, 0, 512, 512, 512, 0, 512, 512, 512, 0, 512, 512, 512, 0, 510, 512, 0, 512, 0, 0, 512, 512, 512, 512, 510, 0, 512, 512, 512, 0, 0, 0, 0, 0, 512, 0, 0, 512, 512, 512, 512, 512, 512, 512, 512, 0, 512, 512, 512, 512, 512, 0, 0, 512, 0, 510, 511, 0, 510, 0, 512, 512, 512, 0, 0, 0, 0, 0, 0, 512, 512, 511, 0, 0, 0, 511, 0, 511, 0, 0, 511, 511, 511, 511, 511, 511, 511, 0, 0, 511, 511, 511, 0, 0, 0, 0, 511, 511, 0, 0, 0, 511, 511, 0, 0, 0, 0, 0, 0, 0, 0, 511, 0, 0, 0, 511, 511, 0, 0, 0, 511, 0, 0, 0, 0, 0, 511, 0, 511, 511, 0, 511, 0, 511, 511, 511, 511, 511, 0, 511, 511, 511, 511, 511, 511, 511, 511, 511, 511, 511, 511, 511, 511, 511, 511, 0, 0, 511, 511, 511, 0, 511, 511, 511, 0, 511, 511, 511, 0, 236, 511, 0, 511, 0, 0, 511, 511, 511, 511, 236, 0, 511, 511, 511, 0, 0, 0, 0, 0, 511, 0, 0, 511, 511, 511, 511, 511, 511, 511, 511, 0, 511, 511, 511, 511, 511, 0, 0, 511, 0, 0, 236, 0, 236, 0, 511, 511, 511, 0, 0, 0, 0, 0, 0, 511, 511, 0, 0, 0, 0, 236, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 510, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 510, 0, 0, 0, 510, 0, 510, 0, 0, 510, 510, 510, 510, 510, 510, 510, 0, 0, 510, 510, 510, 0, 0, 0, 0, 510, 510, 0, 0, 0, 510, 510, 0, 0, 0, 0, 0, 0, 0, 0, 510, 0, 0, 0, 510, 510, 0, 0, 0, 510, 0, 0, 0, 0, 0, 510, 0, 510, 510, 0, 510, 0, 510, 510, 510, 510, 510, 0, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 510, 0, 0, 510, 510, 510, 0, 510, 510, 510, 0, 510, 510, 510, 0, 513, 510, 0, 510, 0, 0, 510, 510, 510, 510, 513, 0, 510, 510, 510, 0, 0, 0, 0, 0, 510, 0, 0, 510, 510, 510, 510, 510, 510, 510, 510, 0, 510, 510, 510, 510, 510, 0, 0, 510, 0, 513, 236, 0, 513, 0, 510, 510, 510, 0, 0, 0, 0, 0, 0, 510, 510, 0, 0, 0, 0, 236, 0, 236, 0, 0, 236, 236, 236, 236, 236, 236, 236, 0, 0, 236, 236, 236, 0, 0, 0, 0, 236, 236, 0, 0, 0, 236, 236, 0, 0, 0, 0, 0, 0, 0, 0, 236, 0, 0, 0, 236, 236, 0, 0, 0, 236, 0, 0, 0, 0, 0, 236, 0, 236, 236, 0, 236, 0, 236, 236, 236, 236, 236, 0, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 0, 0, 236, 236, 236, 0, 236, 236, 236, 0, 236, 236, 236, 0, 508, 236, 0, 236, 0, 0, 236, 236, 236, 236, 508, 0, 236, 236, 236, 0, 0, 0, 0, 0, 236, 0, 0, 236, 236, 236, 236, 236, 236, 236, 236, 0, 236, 236, 236, 236, 236, 0, 0, 236, 0, 508, 0, 0, 508, 0, 236, 236, 236, 0, 0, 0, 0, 0, 0, 236, 236, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 513, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 513, 0, 0, 0, 513, 0, 513, 0, 0, 513, 513, 513, 513, 513, 513, 513, 0, 0, 513, 513, 513, 0, 0, 0, 0, 513, 513, 0, 0, 0, 513, 513, 0, 0, 0, 0, 0, 0, 0, 0, 513, 57, 0, 0, 513, 513, 0, 0, 0, 513, 0, 57, 0, 0, 0, 513, 0, 513, 513, 0, 513, 0, 513, 513, 513, 513, 513, 0, 513, 513, 513, 513, 513, 513, 513, 513, 513, 513, 513, 513, 513, 513, 513, 513, 0, 0, 513, 513, 513, 0, 513, 513, 513, 0, 513, 513, 513, 0, 0, 513, 0, 513, 0, 0, 513, 513, 513, 513, 0, 0, 513, 513, 513, 0, 0, 0, 0, 0, 513, 0, 0, 513, 513, 513, 513, 513, 513, 513, 513, 0, 513, 513, 513, 513, 513, 0, 0, 513, 0, 0, 508, 0, 0, 0, 513, 513, 513, 0, 0, 0, 0, 0, 0, 513, 513, 508, 0, 0, 0, 508, 0, 508, 0, 0, 508, 508, 508, 508, 508, 508, 508, 0, 0, 508, 508, 508, 0, 0, 0, 0, 508, 508, 0, 0, 0, 508, 508, 0, 0, 0, 0, 0, 142, 0, 0, 508, 0, 0, 0, 508, 508, 0, 142, 0, 508, 0, 0, 0, 0, 0, 508, 0, 508, 508, 0, 508, 0, 508, 508, 508, 508, 508, 0, 508, 508, 508, 508, 508, 508, 508, 508, 508, 508, 508, 508, 508, 508, 508, 508, 0, 0, 508, 508, 508, 0, 508, 508, 508, 0, 508, 508, 508, 0, 0, 508, 0, 508, 0, 0, 508, 508, 508, 508, 0, 0, 508, 508, 508, 0, 0, 0, 0, 0, 508, 0, 0, 508, 508, 508, 508, 508, 508, 508, 508, 0, 508, 508, 508, 508, 508, 0, 0, 508, 0, 0, 0, 0, 57, 0, 508, 508, 508, 0, 0, 0, 0, 0, 0, 508, 508, 0, 0, 164, 164, 0, 0, 57, 0, 57, 0, 0, 57, 57, 57, 57, 57, 57, 57, 0, 0, 57, 57, 57, 0, 0, 0, 0, 57, 57, 0, 0, 0, 57, 57, 0, 0, 0, 0, 0, 0, 0, 0, 57, 0, 0, 0, 57, 57, 0, 0, 0, 57, 0, 0, 0, 0, 0, 57, 0, 57, 57, 0, 57, 0, 57, 57, 57, 57, 57, 0, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 57, 0, 0, 57, 57, 57, 0, 57, 57, 57, 0, 57, 57, 57, 0, 355, 57, 0, 57, 0, 0, 57, 57, 57, 57, 355, 0, 57, 57, 57, 0, 0, 0, 0, 0, 57, 0, 0, 57, 57, 57, 57, 57, 57, 57, 57, 0, 57, 57, 57, 57, 57, 0, 142, 57, 0, 355, 0, 0, 0, 0, 57, 57, 57, 0, 0, 0, 0, 164, 164, 57, 57, 142, 355, 142, 0, 0, 142, 142, 142, 142, 142, 142, 142, 0, 0, 142, 142, 142, 0, 0, 0, 0, 142, 142, 0, 0, 0, 142, 142, 0, 0, 0, 0, 0, 0, 0, 0, 142, 0, 0, 0, 142, 142, 0, 0, 0, 142, 0, 0, 0, 0, 0, 142, 0, 142, 142, 0, 142, 0, 142, 142, 142, 142, 142, 0, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 142, 0, 0, 142, 142, 142, 0, 142, 142, 142, 0, 142, 142, 142, 0, 125, 142, 0, 142, 0, 0, 142, 142, 142, 142, 125, 0, 142, 142, 142, 0, 0, 0, 0, 0, 142, 0, 0, 142, 142, 142, 142, 142, 142, 142, 142, 0, 142, 142, 142, 142, 142, 0, 0, 142, 0, 0, 0, 0, 125, 0, 142, 142, 142, 0, 0, 0, 0, 0, 0, 142, 142, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 355, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 355, 0, 355, 0, 0, 355, 355, 355, 355, 355, 355, 355, 0, 0, 355, 355, 355, 0, 0, 0, 0, 355, 355, 0, 0, 0, 355, 355, 0, 0, 0, 0, 154, 0, 0, 0, 355, 0, 0, 0, 355, 355, 154, 0, 0, 355, 0, 0, 0, 0, 0, 355, 0, 355, 355, 0, 355, 0, 355, 355, 355, 355, 355, 0, 355, 355, 355, 355, 355, 355, 355, 355, 355, 355, 355, 355, 355, 355, 355, 355, 0, 0, 355, 355, 355, 0, 355, 355, 355, 0, 355, 355, 355, 0, 0, 355, 0, 355, 0, 0, 355, 355, 355, 355, 0, 0, 355, 355, 355, 0, 0, 0, 0, 0, 355, 0, 0, 355, 355, 355, 355, 355, 355, 355, 355, 0, 355, 355, 355, 355, 355, 0, 125, 355, 0, 0, 0, 0, 0, 0, 355, 355, 355, 0, 0, 0, 0, 125, 125, 355, 355, 125, 0, 125, 0, 0, 125, 125, 125, 125, 125, 125, 125, 0, 0, 125, 125, 125, 0, 0, 0, 0, 125, 125, 0, 0, 0, 125, 125, 0, 0, 0, 0, 0, 0, 0, 0, 125, 0, 0, 0, 125, 125, 0, 0, 0, 125, 0, 0, 0, 0, 0, 125, 0, 125, 125, 0, 125, 0, 125, 125, 125, 125, 125, 0, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 0, 0, 125, 125, 125, 0, 125, 125, 125, 0, 125, 125, 125, 0, 236, 125, 0, 125, 0, 0, 125, 125, 125, 125, 236, 0, 125, 125, 125, 0, 0, 0, 0, 0, 125, 0, 0, 125, 125, 125, 125, 125, 125, 125, 125, 0, 125, 125, 125, 125, 125, 0, 0, 125, 0, 0, 236, 154, 236, 0, 125, 125, 0, 0, 0, 0, 0, 0, 0, 125, 125, 0, 154, 154, 0, 0, 154, 0, 154, 0, 0, 154, 154, 154, 154, 154, 154, 154, 0, 0, 154, 154, 154, 0, 0, 0, 0, 154, 154, 0, 0, 0, 154, 154, 0, 0, 0, 0, 0, 0, 0, 0, 154, 0, 0, 0, 154, 154, 0, 0, 0, 154, 0, 0, 0, 0, 0, 154, 0, 154, 154, 0, 154, 0, 154, 154, 154, 154, 154, 0, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 154, 0, 0, 154, 154, 154, 0, 154, 154, 154, 164, 154, 154, 154, 0, 0, 154, 0, 154, 0, 164, 154, 154, 154, 154, 0, 0, 154, 154, 154, 0, 0, 0, 0, 0, 154, 0, 0, 154, 154, 154, 154, 154, 154, 154, 154, 0, 154, 154, 154, 154, 154, 0, 0, 154, 0, 0, 0, 0, 0, 0, 154, 154, 154, 0, 0, 0, 0, 0, 0, 154, 154, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 236, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 236, 0, 236, 0, 0, 236, 236, 236, 236, 236, 236, 236, 0, 0, 236, 236, 236, 0, 0, 0, 0, 236, 236, 0, 0, 0, 236, 236, 0, 0, 0, 0, 155, 0, 0, 0, 236, 0, 0, 0, 236, 236, 155, 0, 0, 236, 0, 0, 0, 0, 0, 236, 0, 236, 236, 0, 236, 0, 236, 236, 236, 236, 236, 0, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 236, 0, 0, 236, 236, 236, 0, 236, 236, 236, 0, 236, 236, 236, 0, 0, 236, 0, 236, 0, 0, 236, 236, 236, 236, 0, 0, 236, 236, 236, 0, 0, 0, 0, 0, 236, 0, 0, 236, 236, 236, 236, 236, 236, 236, 236, 0, 236, 236, 236, 236, 236, 0, 164, 236, 0, 0, 0, 0, 0, 0, 236, 236, 236, 0, 0, 0, 0, 164, 164, 236, 236, 164, 0, 164, 0, 0, 164, 164, 164, 164, 164, 164, 164, 0, 0, 164, 164, 164, 0, 0, 0, 0, 164, 164, 0, 0, 0, 164, 164, 0, 0, 0, 0, 0, 0, 0, 0, 164, 0, 0, 0, 164, 164, 0, 0, 0, 164, 0, 0, 0, 0, 0, 164, 0, 164, 164, 0, 164, 0, 164, 164, 164, 164, 164, 0, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 0, 0, 164, 164, 164, 0, 164, 164, 164, 0, 164, 164, 164, 0, 525, 164, 0, 164, 0, 0, 164, 164, 164, 164, 525, 0, 164, 164, 164, 0, 0, 0, 0, 0, 164, 0, 0, 164, 164, 164, 164, 164, 164, 164, 164, 0, 164, 164, 164, 164, 164, 0, 0, 164, 0, 525, 0, 155, 525, 0, 164, 164, 164, 0, 0, 0, 0, 0, 0, 164, 164, 0, 155, 155, 0, 0, 155, 0, 155, 0, 0, 155, 155, 155, 155, 155, 155, 155, 0, 0, 155, 155, 155, 0, 0, 0, 0, 155, 155, 0, 0, 0, 155, 155, 0, 0, 0, 0, 0, 0, 0, 0, 155, 0, 0, 0, 155, 155, 0, 0, 0, 155, 0, 0, 0, 0, 0, 155, 0, 155, 155, 0, 155, 0, 155, 155, 155, 155, 155, 0, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 155, 0, 0, 155, 155, 155, 0, 155, 155, 155, 0, 155, 155, 155, 0, 168, 155, 0, 155, 0, 0, 155, 155, 155, 155, 168, 0, 155, 155, 155, 0, 0, 0, 0, 0, 155, 0, 0, 155, 155, 155, 155, 155, 155, 155, 155, 0, 155, 155, 155, 155, 155, 0, 0, 155, 0, 168, 0, 0, 168, 0, 155, 155, 155, 0, 0, 0, 0, 0, 0, 155, 155, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 525, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 525, 0, 525, 0, 0, 525, 525, 525, 525, 525, 525, 525, 0, 0, 525, 525, 525, 0, 0, 0, 0, 525, 525, 0, 0, 0, 525, 525, 0, 0, 0, 0, 0, 0, 0, 0, 525, 0, 0, 0, 525, 525, 0, 0, 0, 525, 0, 0, 0, 0, 0, 525, 0, 525, 525, 0, 525, 0, 525, 525, 525, 525, 525, 0, 525, 525, 525, 525, 525, 525, 525, 525, 525, 525, 525, 525, 525, 525, 525, 525, 0, 0, 525, 525, 525, 0, 525, 525, 525, 0, 525, 525, 525, 0, 523, 525, 0, 525, 0, 0, 525, 525, 525, 525, 523, 0, 525, 525, 525, 0, 0, 0, 0, 0, 525, 0, 0, 525, 525, 525, 525, 525, 525, 525, 525, 0, 525, 525, 525, 525, 525, 0, 0, 525, 0, 523, 0, 168, 523, 0, 525, 525, 525, 0, 0, 0, 0, 0, 0, 525, 525, 0, 0, 0, 0, 0, 168, 0, 168, 0, 0, 168, 168, 168, 168, 168, 168, 168, 0, 0, 168, 168, 168, 0, 0, 0, 0, 168, 168, 0, 0, 0, 168, 168, 0, 0, 0, 0, 0, 0, 0, 0, 168, 0, 0, 0, 168, 168, 0, 0, 0, 168, 0, 0, 0, 0, 0, 168, 0, 168, 168, 0, 168, 0, 168, 168, 168, 168, 168, 0, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 0, 0, 168, 168, 168, 0, 168, 168, 168, 0, 168, 168, 168, 0, 522, 168, 0, 168, 0, 0, 168, 168, 168, 168, 522, 0, 168, 168, 168, 0, 0, 0, 0, 0, 168, 0, 0, 168, 168, 168, 168, 168, 168, 168, 168, 0, 168, 168, 168, 168, 168, 0, 0, 168, 0, 522, 0, 0, 522, 0, 168, 168, 168, 0, 0, 0, 0, 0, 0, 168, 168, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 523, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 523, 0, 523, 0, 0, 523, 523, 523, 523, 523, 523, 523, 0, 0, 523, 523, 523, 0, 0, 0, 0, 523, 523, 0, 0, 0, 523, 523, 0, 0, 0, 0, 0, 0, 0, 0, 523, 0, 0, 0, 523, 523, 0, 0, 0, 523, 0, 0, 0, 0, 0, 523, 0, 523, 523, 0, 523, 0, 523, 523, 523, 523, 523, 0, 523, 523, 523, 523, 523, 523, 523, 523, 523, 523, 523, 523, 523, 523, 523, 523, 0, 0, 523, 523, 523, 0, 523, 523, 523, 0, 523, 523, 523, 0, 520, 523, 0, 523, 0, 0, 523, 523, 523, 523, 520, 0, 523, 523, 523, 0, 0, 0, 0, 0, 523, 0, 0, 523, 523, 523, 523, 523, 523, 523, 523, 0, 523, 523, 523, 523, 523, 0, 0, 523, 0, 520, 0, 522, 520, 0, 523, 523, 523, 0, 0, 0, 0, 0, 0, 523, 523, 0, 0, 0, 0, 0, 522, 0, 522, 0, 0, 522, 522, 522, 522, 522, 522, 522, 0, 0, 522, 522, 522, 0, 0, 0, 0, 522, 522, 0, 0, 0, 522, 522, 0, 0, 0, 0, 0, 0, 0, 0, 522, 0, 0, 0, 522, 522, 0, 0, 0, 522, 0, 0, 0, 0, 0, 522, 0, 522, 522, 0, 522, 0, 522, 522, 522, 522, 522, 0, 522, 522, 522, 522, 522, 522, 522, 522, 522, 522, 522, 522, 522, 522, 522, 522, 0, 0, 522, 522, 522, 0, 522, 522, 522, 0, 522, 522, 522, 0, 531, 522, 0, 522, 0, 0, 522, 522, 522, 522, 531, 0, 522, 522, 522, 0, 0, 0, 0, 0, 522, 0, 0, 522, 522, 522, 522, 522, 522, 522, 522, 0, 522, 522, 522, 522, 522, 0, 0, 522, 0, 0, 0, 0, 531, 0, 522, 522, 522, 0, 0, 0, 0, 0, 0, 522, 522, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 520, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 520, 0, 520, 0, 0, 520, 520, 520, 520, 520, 520, 520, 0, 0, 520, 520, 520, 0, 0, 0, 0, 520, 520, 0, 0, 0, 520, 520, 0, 0, 0, 0, 0, 0, 0, 0, 520, 535, 0, 0, 520, 520, 0, 0, 0, 520, 0, 535, 0, 0, 0, 520, 0, 520, 520, 0, 520, 0, 520, 520, 520, 520, 520, 0, 520, 520, 520, 520, 520, 520, 520, 520, 520, 520, 520, 520, 520, 520, 520, 520, 0, 535, 520, 520, 520, 0, 520, 520, 520, 0, 520, 520, 520, 0, 0, 520, 0, 520, 0, 0, 520, 520, 520, 520, 0, 0, 520, 520, 520, 0, 0, 0, 0, 0, 520, 0, 0, 520, 520, 520, 520, 520, 520, 520, 520, 0, 520, 520, 520, 520, 520, 0, 0, 520, 0, 0, 0, 531, 0, 0, 520, 520, 520, 0, 0, 0, 0, 0, 0, 520, 520, 0, 0, 0, 0, 0, 531, 0, 531, 0, 0, 531, 531, 531, 531, 531, 531, 531, 0, 0, 531, 531, 531, 0, 0, 0, 0, 531, 531, 0, 0, 0, 531, 531, 0, 0, 0, 0, 0, 0, 0, 0, 531, 533, 0, 0, 531, 531, 0, 0, 0, 531, 0, 533, 0, 0, 0, 531, 0, 531, 531, 0, 531, 0, 531, 531, 531, 531, 531, 0, 531, 531, 531, 531, 531, 531, 531, 531, 531, 531, 531, 531, 531, 531, 531, 531, 0, 533, 531, 531, 531, 0, 531, 531, 531, 0, 531, 531, 531, 0, 0, 531, 0, 531, 0, 0, 531, 531, 531, 531, 0, 531, 531, 531, 531, 0, 0, 0, 0, 0, 531, 0, 0, 531, 531, 531, 531, 531, 531, 531, 531, 0, 531, 531, 531, 531, 531, 0, 0, 531, 0, 0, 0, 535, 0, 0, 531, 531, 531, 0, 0, 0, 0, 0, 0, 531, 531, 0, 0, 0, 0, 0, 535, 0, 535, 0, 0, 535, 535, 535, 535, 535, 535, 535, 0, 0, 535, 535, 535, 0, 0, 0, 0, 535, 535, 0, 0, 0, 535, 535, 0, 0, 0, 0, 0, 0, 0, 0, 535, 198, 0, 0, 535, 535, 0, 0, 0, 535, 0, 198, 0, 0, 0, 535, 0, 535, 535, 0, 535, 0, 535, 535, 535, 535, 535, 0, 535, 535, 535, 535, 535, 535, 535, 535, 535, 535, 535, 535, 535, 535, 535, 535, 0, 198, 535, 535, 535, 0, 535, 535, 535, 0, 535, 535, 535, 0, 0, 535, 0, 535, 198, 0, 535, 535, 535, 535, 0, 535, 535, 535, 535, 0, 0, 0, 0, 0, 535, 0, 0, 535, 535, 535, 535, 535, 535, 535, 535, 0, 535, 535, 535, 535, 535, 0, 0, 535, 0, 0, 0, 533, 0, 0, 535, 535, 535, 0, 0, 0, 0, 0, 0, 535, 535, 0, 0, 0, 0, 0, 533, 0, 533, 0, 0, 533, 533, 533, 533, 533, 533, 533, 0, 0, 533, 533, 533, 0, 0, 0, 0, 533, 533, 0, 0, 0, 533, 533, 0, 0, 0, 0, 156, 0, 0, 0, 533, 0, 0, 0, 533, 533, 156, 0, 0, 533, 0, 0, 0, 0, 0, 533, 0, 533, 533, 0, 533, 0, 533, 533, 533, 533, 533, 0, 533, 533, 533, 533, 533, 533, 533, 533, 533, 533, 533, 533, 533, 533, 533, 533, 0, 0, 533, 533, 533, 0, 533, 533, 533, 0, 533, 533, 533, 0, 0, 533, 0, 533, 0, 0, 533, 533, 533, 533, 0, 533, 533, 533, 533, 0, 0, 0, 0, 0, 533, 0, 0, 533, 533, 533, 533, 533, 533, 533, 533, 0, 533, 533, 533, 533, 533, 0, 0, 533, 0, 0, 0, 198, 0, 0, 533, 533, 533, 0, 0, 0, 0, 0, 0, 533, 533, 0, 0, 0, 0, 0, 198, 0, 198, 0, 0, 198, 198, 198, 198, 198, 198, 198, 0, 0, 198, 198, 198, 0, 0, 0, 0, 198, 198, 0, 0, 0, 198, 198, 0, 0, 0, 0, 0, 0, 0, 0, 198, 0, 0, 0, 198, 198, 0, 0, 0, 198, 0, 0, 0, 0, 0, 198, 0, 198, 198, 0, 198, 0, 198, 198, 198, 198, 198, 0, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 0, 0, 198, 198, 198, 0, 198, 198, 198, 0, 198, 198, 198, 0, 358, 198, 0, 198, 0, 0, 198, 198, 198, 198, 358, 0, 198, 198, 198, 0, 0, 0, 0, 0, 198, 0, 0, 198, 198, 198, 198, 198, 198, 198, 198, 0, 198, 198, 198, 198, 198, 0, 156, 198, 0, 0, 0, 0, 358, 0, 198, 198, 198, 0, 0, 0, 0, 156, 156, 198, 198, 156, 0, 156, 0, 360, 156, 156, 156, 156, 156, 156, 156, 0, 0, 156, 156, 156, 0, 0, 0, 0, 156, 156, 0, 0, 0, 156, 156, 0, 0, 0, 0, 0, 0, 0, 0, 156, 0, 0, 0, 156, 156, 0, 0, 0, 156, 0, 0, 0, 0, 0, 156, 0, 156, 156, 0, 156, 0, 156, 156, 156, 156, 156, 0, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 156, 0, 0, 156, 156, 156, 0, 156, 156, 156, 0, 156, 156, 156, 0, 521, 156, 0, 156, 0, 0, 156, 156, 156, 156, 521, 0, 156, 156, 156, 0, 0, 0, 0, 0, 156, 0, 0, 156, 156, 156, 156, 156, 156, 156, 156, 0, 156, 156, 156, 156, 156, 0, 0, 156, 0, 521, 0, 0, 521, 0, 156, 156, 156, 0, 0, 0, 0, 0, 0, 156, 156, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 358, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 358, 0, 358, 0, 0, 358, 358, 358, 358, 358, 358, 358, 0, 0, 358, 358, 358, 0, 0, 0, 0, 358, 358, 0, 0, 0, 358, 358, 0, 40, 0, 0, 0, 0, 0, 0, 358, 0, 0, 40, 358, 358, 0, 0, 0, 358, 0, 0, 0, 0, 0, 358, 0, 358, 358, 0, 358, 0, 358, 358, 358, 358, 358, 0, 358, 358, 358, 358, 358, 358, 358, 358, 358, 358, 358, 358, 358, 358, 358, 358, 0, 0, 358, 358, 358, 0, 358, 358, 358, 0, 358, 358, 358, 0, 0, 358, 0, 358, 0, 0, 358, 358, 358, 358, 0, 0, 358, 358, 358, 0, 0, 0, 0, 0, 358, 0, 0, 358, 358, 358, 358, 358, 358, 358, 358, 0, 358, 358, 358, 358, 358, 0, 521, 358, 0, 0, 0, 0, 0, 0, 358, 358, 358, 0, 0, 0, 0, 0, 0, 358, 358, 521, 0, 521, 0, 0, 521, 521, 521, 521, 521, 521, 521, 0, 0, 521, 521, 521, 0, 0, 0, 0, 521, 521, 0, 0, 0, 521, 521, 0, 530, 0, 0, 0, 0, 0, 0, 521, 0, 0, 530, 521, 521, 0, 0, 0, 521, 0, 0, 0, 0, 0, 521, 0, 521, 521, 0, 521, 0, 521, 521, 521, 521, 521, 0, 521, 521, 521, 521, 521, 521, 521, 521, 521, 521, 521, 521, 521, 521, 521, 521, 0, 0, 521, 521, 521, 0, 521, 521, 521, 0, 521, 521, 521, 0, 0, 521, 0, 521, 0, 0, 521, 521, 521, 521, 0, 0, 521, 521, 521, 0, 0, 0, 0, 0, 521, 0, 0, 521, 521, 521, 521, 521, 521, 521, 521, 0, 521, 521, 521, 521, 521, 0, 0, 521, 40, 0, 0, 0, 0, 0, 521, 521, 521, 0, 0, 0, 0, 0, 0, 521, 521, 0, 0, 40, 0, 40, 40, 0, 40, 40, 40, 40, 40, 40, 40, 0, 0, 40, 40, 40, 0, 0, 0, 0, 40, 40, 0, 0, 0, 40, 40, 0, 529, 0, 0, 0, 0, 0, 0, 40, 0, 0, 529, 40, 40, 0, 0, 0, 40, 0, 0, 0, 0, 0, 40, 0, 40, 40, 0, 40, 0, 40, 40, 40, 40, 40, 0, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 0, 0, 40, 40, 40, 0, 40, 40, 40, 0, 40, 40, 40, 0, 0, 40, 0, 40, 0, 0, 40, 40, 40, 40, 0, 0, 40, 40, 40, 0, 0, 0, 0, 0, 40, 0, 0, 40, 40, 40, 40, 40, 40, 40, 40, 0, 40, 40, 40, 40, 40, 0, 530, 40, 0, 0, 0, 0, 0, 0, 40, 40, 40, 0, 0, 0, 0, 0, 0, 40, 40, 530, 0, 530, 0, 0, 530, 530, 530, 530, 530, 530, 530, 0, 0, 530, 530, 530, 0, 0, 0, 0, 530, 530, 0, 0, 0, 530, 530, 0, 0, 0, 0, 0, 0, 0, 0, 530, 0, 0, 0, 530, 530, 0, 0, 0, 530, 0, 0, 0, 0, 0, 530, 0, 530, 530, 0, 530, 0, 530, 530, 530, 530, 530, 0, 530, 530, 530, 530, 530, 530, 530, 530, 530, 530, 530, 530, 530, 530, 530, 530, 0, 0, 530, 530, 530, 0, 530, 530, 530, 0, 530, 530, 530, 0, 525, 530, 0, 530, 0, 0, 530, 530, 530, 530, 525, 530, 530, 530, 530, 0, 0, 0, 0, 0, 530, 0, 0, 530, 530, 530, 530, 530, 530, 530, 530, 0, 530, 530, 530, 530, 530, 0, 0, 530, 529, 525, 0, 0, 525, 0, 530, 530, 530, 0, 0, 0, 0, 0, 0, 530, 530, 0, 0, 529, 0, 529, 0, 0, 529, 529, 529, 529, 529, 529, 529, 0, 0, 529, 529, 529, 0, 0, 0, 0, 529, 529, 0, 0, 0, 529, 529, 0, 0, 0, 0, 0, 0, 0, 0, 529, 0, 0, 0, 529, 529, 0, 0, 0, 529, 0, 0, 0, 0, 0, 529, 0, 529, 529, 0, 529, 0, 529, 529, 529, 529, 529, 0, 529, 529, 529, 529, 529, 529, 529, 529, 529, 529, 529, 529, 529, 529, 529, 529, 0, 0, 529, 529, 529, 0, 529, 529, 529, 0, 529, 529, 529, 0, 198, 529, 0, 529, 0, 0, 529, 529, 529, 529, 198, 529, 529, 529, 529, 0, 0, 0, 0, 0, 529, 0, 0, 529, 529, 529, 529, 529, 529, 529, 529, 0, 529, 529, 529, 529, 529, 0, 0, 529, 0, 0, 0, 0, 198, 0, 529, 529, 529, 0, 0, 0, 0, 0, 0, 529, 529, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 525, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 525, 0, 525, 0, 0, 525, 525, 525, 525, 525, 525, 525, 0, 0, 525, 525, 525, 0, 0, 0, 0, 525, 525, 0, 0, 0, 525, 525, 0, 0, 0, 0, 0, 0, 0, 0, 525, 0, 0, 0, 525, 525, 0, 0, 0, 525, 0, 0, 0, 0, 0, 525, 0, 525, 525, 0, 525, 0, 525, 525, 525, 525, 525, 0, 525, 525, 525, 525, 525, 525, 525, 525, 525, 525, 525, 525, 525, 525, 525, 525, 0, 0, 525, 525, 525, 0, 525, 525, 525, 0, 525, 525, 525, 0, 200, 525, 0, 525, 0, 0, 525, 525, 525, 525, 200, 0, 525, 525, 525, 0, 0, 0, 0, 0, 525, 0, 0, 525, 525, 525, 525, 525, 525, 525, 525, 0, 525, 525, 525, 525, 525, 0, 0, 525, 198, 0, 0, 0, 200, 0, 525, 525, 0, 0, 0, 0, 0, 0, 0, 525, 525, 0, 0, 198, 0, 198, 0, 0, 198, 198, 198, 198, 198, 198, 198, 0, 0, 198, 198, 198, 0, 0, 0, 0, 198, 198, 0, 0, 0, 198, 198, 0, 0, 0, 0, 0, 0, 0, 0, 198, 0, 0, 0, 198, 198, 0, 0, 0, 198, 0, 0, 0, 0, 0, 198, 0, 198, 198, 0, 198, 0, 198, 198, 198, 198, 198, 0, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 198, 0, 0, 198, 198, 198, 0, 198, 198, 198, 0, 198, 198, 198, 0, 374, 198, 0, 198, 0, 0, 198, 198, 198, 198, 374, 0, 198, 198, 198, 0, 0, 0, 0, 0, 198, 0, 0, 198, 198, 198, 198, 198, 198, 198, 198, 0, 198, 198, 198, 198, 198, 0, 0, 198, 0, 0, 0, 0, 374, 0, 198, 198, 198, 0, 0, 0, 0, 0, 0, 198, 198, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 200, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 200, 0, 200, 0, 0, 200, 200, 200, 200, 200, 200, 200, 0, 0, 200, 200, 200, 0, 0, 0, 0, 200, 200, 0, 0, 0, 200, 200, 0, 0, 0, 0, 0, 0, 0, 0, 200, 0, 0, 0, 200, 200, 0, 0, 0, 200, 0, 0, 0, 0, 0, 200, 0, 200, 200, 0, 200, 0, 200, 200, 200, 200, 200, 0, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 0, 0, 200, 200, 200, 0, 200, 200, 200, 0, 200, 200, 200, 0, 359, 200, 0, 200, 0, 0, 200, 200, 200, 200, 359, 0, 200, 200, 200, 0, 0, 0, 0, 0, 200, 0, 0, 200, 200, 200, 200, 200, 200, 200, 200, 0, 200, 200, 200, 200, 200, 0, 0, 200, 374, 0, 0, 0, 359, 0, 200, 200, 200, 0, 0, 0, 0, 0, 0, 200, 200, 0, 0, 374, 0, 374, 0, 0, 374, 374, 374, 374, 374, 374, 374, 0, 0, 374, 374, 374, 0, 0, 0, 0, 374, 374, 0, 0, 0, 374, 374, 0, 0, 0, 0, 0, 0, 0, 0, 374, 0, 0, 0, 374, 374, 0, 0, 0, 374, 0, 0, 0, 0, 0, 374, 0, 374, 374, 0, 374, 0, 374, 374, 374, 374, 374, 0, 374, 374, 374, 374, 374, 374, 374, 374, 374, 374, 374, 374, 374, 374, 374, 374, 0, 0, 374, 374, 374, 0, 374, 374, 374, 0, 374, 374, 374, 0, 59, 374, 0, 374, 0, 0, 374, 374, 374, 374, 59, 0, 374, 374, 374, 0, 0, 0, 0, 0, 374, 0, 0, 374, 374, 374, 374, 374, 374, 374, 374, 0, 374, 374, 374, 374, 374, 0, 0, 374, 0, 0, 0, 0, 0, 0, 374, 374, 374, 0, 0, 0, 0, 0, 0, 374, 374, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 359, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 359, 0, 359, 0, 0, 359, 359, 359, 359, 359, 359, 359, 0, 0, 359, 359, 359, 0, 0, 0, 0, 359, 359, 0, 0, 0, 359, 359, 0, 0, 0, 0, 0, 0, 0, 0, 359, 0, 0, 0, 359, 359, 0, 0, 0, 359, 0, 0, 0, 0, 0, 359, 0, 359, 359, 0, 359, 0, 359, 359, 359, 359, 359, 0, 359, 359, 359, 359, 359, 359, 359, 359, 359, 359, 359, 359, 359, 359, 359, 359, 0, 0, 359, 359, 359, 0, 359, 359, 359, 0, 359, 359, 359, 0, 125, 359, 0, 359, 0, 0, 359, 359, 359, 359, 125, 0, 359, 359, 359, 0, 0, 0, 0, 0, 359, 0, 0, 359, 359, 359, 359, 359, 359, 359, 359, 0, 359, 359, 359, 359, 359, 0, 0, 359, 59, 0, 0, 0, 125, 0, 359, 359, 359, 0, 0, 0, 0, 0, 0, 359, 359, 0, 0, 59, 0, 59, 0, 0, 59, 59, 59, 59, 59, 59, 59, 0, 0, 59, 59, 59, 0, 0, 0, 0, 59, 59, 0, 0, 0, 59, 59, 0, 0, 0, 0, 0, 0, 0, 0, 59, 0, 0, 0, 59, 59, 0, 0, 0, 59, 0, 0, 0, 0, 0, 59, 0, 59, 59, 0, 59, 0, 59, 59, 59, 59, 59, 0, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, 0, 0, 59, 59, 59, 0, 59, 59, 59, 0, 59, 59, 59, 0, 432, 59, 0, 59, 0, 0, 59, 59, 59, 59, 432, 0, 59, 59, 59, 0, 0, 0, 0, 0, 59, 0, 0, 59, 59, 59, 59, 59, 59, 59, 59, 0, 59, 59, 59, 59, 59, 0, 0, 59, 0, 0, 0, 0, 0, 0, 59, 59, 59, 0, 0, 0, 0, 0, 0, 59, 59, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 125, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 125, 0, 125, 0, 0, 125, 125, 125, 125, 125, 125, 125, 0, 0, 125, 125, 125, 0, 0, 0, 0, 125, 125, 0, 0, 0, 125, 125, 0, 441, 0, 0, 0, 0, 0, 0, 125, 0, 0, 441, 125, 125, 0, 0, 0, 125, 0, 0, 0, 0, 0, 125, 0, 125, 125, 0, 125, 0, 125, 125, 125, 125, 125, 0, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 125, 0, 0, 125, 125, 125, 0, 125, 125, 125, 0, 125, 125, 125, 0, 0, 125, 0, 125, 0, 0, 125, 125, 125, 125, 0, 0, 125, 125, 125, 0, 0, 0, 0, 0, 125, 0, 0, 125, 125, 125, 125, 125, 125, 125, 125, 0, 125, 125, 125, 125, 125, 0, 0, 125, 432, 0, 0, 0, 0, 0, 125, 125, 0, 0, 0, 0, 0, 0, 0, 125, 125, 0, 0, 432, 0, 432, 0, 0, 432, 432, 432, 432, 432, 432, 432, 0, 0, 432, 432, 432, 0, 0, 0, 0, 432, 432, 0, 0, 0, 432, 432, 0, 357, 0, 0, 0, 0, 0, 0, 432, 0, 0, 357, 432, 432, 0, 0, 0, 432, 0, 0, 0, 0, 0, 432, 0, 432, 432, 0, 432, 0, 432, 432, 432, 432, 432, 0, 432, 432, 432, 432, 432, 432, 432, 432, 432, 432, 432, 432, 432, 432, 432, 432, 0, 0, 432, 432, 432, 0, 432, 432, 432, 0, 432, 432, 432, 0, 0, 432, 0, 432, 0, 0, 432, 432, 432, 432, 0, 0, 432, 432, 432, 0, 0, 0, 0, 0, 432, 0, 0, 432, 432, 432, 432, 432, 432, 432, 432, 0, 432, 432, 432, 432, 432, 0, 441, 432, 0, 0, 0, 0, 0, 0, 432, 432, 432, 0, 0, 0, 0, 0, 0, 432, 432, 441, 0, 441, 0, 0, 441, 441, 441, 441, 441, 441, 441, 0, 0, 441, 441, 441, 0, 0, 0, 0, 441, 441, 0, 0, 0, 441, 441, 0, 69, 0, 0, 0, 0, 0, 0, 441, 0, 0, 69, 441, 441, 0, 0, 0, 441, 0, 0, 0, 0, 0, 441, 0, 441, 441, 0, 441, 0, 441, 441, 441, 441, 441, 0, 441, 441, 441, 441, 441, 441, 441, 441, 441, 441, 441, 441, 441, 441, 441, 441, 0, 0, 441, 441, 441, 0, 441, 441, 441, 0, 441, 441, 441, 0, 0, 441, 0, 441, 0, 0, 441, 441, 441, 441, 0, 0, 441, 441, 441, 0, 0, 0, 0, 0, 441, 0, 0, 441, 441, 441, 441, 441, 441, 441, 441, 0, 441, 441, 441, 441, 441, 0, 0, 441, 357, 0, 0, 0, 0, 0, 441, 441, 441, 0, 0, 0, 0, 0, 0, 441, 441, 0, 0, 357, 0, 357, 0, 0, 357, 357, 357, 357, 357, 357, 357, 0, 0, 357, 357, 357, 0, 0, 0, 0, 357, 357, 0, 0, 0, 357, 357, 0, 53, 0, 0, 0, 0, 0, 0, 357, 0, 0, 53, 357, 357, 0, 0, 0, 357, 0, 0, 0, 0, 0, 357, 0, 357, 357, 0, 357, 0, 357, 357, 357, 357, 357, 0, 357, 357, 357, 357, 357, 357, 357, 357, 357, 357, 357, 357, 357, 357, 357, 357, 0, 0, 357, 357, 357, 0, 357, 357, 357, 0, 357, 357, 357, 0, 0, 357, 0, 357, 0, 0, 357, 357, 357, 357, 0, 0, 357, 357, 357, 0, 0, 0, 0, 0, 357, 0, 0, 357, 357, 357, 357, 357, 357, 357, 357, 0, 357, 357, 357, 357, 357, 0, 69, 357, 0, 0, 0, 0, 0, 0, 357, 357, 357, 0, 0, 0, 0, 0, 0, 357, 357, 69, 0, 69, 0, 0, 69, 69, 69, 69, 69, 69, 69, 0, 0, 69, 69, 69, 0, 0, 0, 0, 69, 69, 0, 0, 0, 69, 69, 0, 169, 0, 0, 0, 0, 0, 0, 69, 0, 0, 169, 69, 69, 0, 0, 0, 69, 0, 0, 0, 0, 0, 69, 0, 69, 69, 0, 69, 0, 69, 69, 69, 69, 69, 0, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 0, 0, 69, 69, 69, 0, 69, 69, 69, 0, 69, 69, 69, 0, 0, 69, 0, 69, 0, 0, 69, 69, 69, 69, 0, 0, 69, 69, 69, 0, 0, 0, 0, 0, 69, 0, 0, 69, 69, 69, 69, 69, 69, 69, 69, 0, 69, 69, 69, 69, 69, 0, 0, 69, 53, 0, 0, 0, 0, 0, 69, 69, 69, 0, 0, 0, 0, 0, 0, 69, 69, 0, 0, 53, 0, 53, 0, 0, 53, 53, 53, 53, 53, 53, 53, 0, 0, 53, 53, 53, 0, 0, 0, 0, 53, 53, 0, 0, 0, 53, 53, 0, 177, 0, 0, 0, 0, 0, 0, 53, 0, 0, 177, 53, 53, 0, 0, 0, 53, 0, 0, 0, 0, 0, 53, 0, 53, 53, 0, 53, 0, 53, 53, 53, 53, 53, 0, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 0, 0, 53, 53, 53, 0, 53, 53, 53, 0, 53, 53, 53, 0, 0, 53, 0, 53, 0, 0, 53, 53, 53, 53, 0, 0, 53, 53, 53, 0, 0, 0, 0, 0, 53, 0, 0, 53, 53, 53, 53, 53, 53, 53, 53, 0, 53, 53, 53, 53, 53, 0, 169, 53, 0, 0, 0, 0, 0, 0, 53, 53, 53, 0, 0, 0, 0, 0, 0, 53, 53, 169, 0, 169, 0, 0, 169, 169, 169, 169, 169, 169, 169, 0, 0, 169, 169, 169, 0, 0, 0, 0, 169, 169, 0, 0, 0, 169, 169, 0, 55, 0, 0, 0, 0, 0, 0, 169, 0, 0, 55, 169, 169, 0, 0, 0, 169, 0, 0, 0, 0, 0, 169, 0, 169, 169, 0, 169, 0, 169, 169, 169, 169, 169, 0, 169, 169, 169, 169, 169, 169, 169, 169, 169, 169, 169, 169, 169, 169, 169, 169, 0, 0, 169, 169, 169, 0, 169, 169, 169, 0, 169, 169, 169, 0, 0, 169, 0, 169, 0, 0, 169, 169, 169, 169, 0, 0, 169, 169, 169, 0, 0, 0, 0, 0, 169, 0, 0, 169, 169, 169, 169, 169, 169, 169, 169, 0, 169, 169, 169, 169, 169, 0, 0, 169, 177, 0, 0, 0, 0, 0, 169, 169, 169, 0, 0, 0, 0, 0, 0, 169, 169, 0, 0, 177, 0, 177, 0, 0, 177, 177, 177, 177, 177, 177, 177, 0, 0, 177, 177, 177, 0, 0, 0, 0, 177, 177, 0, 0, 0, 177, 177, 0, 362, 0, 0, 0, 0, 0, 0, 177, 0, 0, 362, 177, 177, 0, 0, 0, 177, 0, 0, 0, 0, 0, 177, 0, 177, 177, 0, 177, 0, 177, 177, 177, 177, 177, 0, 177, 177, 177, 177, 177, 177, 177, 177, 177, 177, 177, 177, 177, 177, 177, 177, 0, 0, 177, 177, 177, 0, 177, 177, 177, 0, 177, 177, 177, 0, 0, 177, 0, 177, 0, 0, 177, 177, 177, 177, 0, 0, 177, 177, 177, 0, 0, 0, 0, 0, 177, 0, 0, 177, 177, 177, 177, 177, 177, 177, 177, 0, 177, 177, 177, 177, 177, 0, 55, 177, 0, 0, 0, 0, 0, 0, 177, 177, 177, 0, 0, 0, 0, 0, 0, 177, 177, 55, 0, 55, 0, 0, 55, 55, 55, 55, 55, 55, 55, 0, 0, 55, 55, 55, 0, 0, 0, 0, 55, 55, 0, 0, 0, 55, 55, 0, 164, 0, 0, 0, 0, 0, 0, 55, 0, 0, 164, 55, 55, 0, 0, 0, 55, 0, 0, 0, 0, 0, 55, 0, 55, 55, 0, 55, 0, 55, 55, 55, 55, 55, 0, 55, 55, 55, 55, 55, 55, 55, 55, 55, 55, 55, 55, 55, 55, 55, 55, 0, 0, 55, 55, 55, 0, 55, 55, 55, 0, 55, 55, 55, 0, 0, 55, 0, 55, 0, 0, 55, 55, 55, 55, 0, 0, 55, 55, 55, 0, 0, 0, 0, 0, 55, 0, 0, 55, 55, 55, 55, 55, 55, 55, 55, 0, 55, 55, 55, 55, 55, 0, 0, 55, 362, 0, 0, 0, 0, 0, 55, 55, 55, 0, 0, 0, 0, 0, 0, 55, 55, 0, 0, 362, 0, 362, 0, 0, 362, 362, 362, 362, 362, 362, 362, 0, 0, 362, 362, 362, 0, 0, 0, 0, 362, 362, 0, 0, 0, 362, 362, 0, 406, 0, 0, 0, 0, 0, 0, 362, 0, 0, 406, 362, 362, 0, 0, 0, 362, 0, 0, 0, 0, 0, 362, 0, 362, 362, 0, 362, 0, 362, 362, 362, 362, 362, 0, 362, 362, 362, 362, 362, 362, 362, 362, 362, 362, 362, 362, 362, 362, 362, 362, 0, 0, 362, 362, 362, 0, 362, 362, 362, 0, 362, 362, 362, 0, 0, 362, 0, 362, 0, 0, 362, 362, 362, 362, 0, 0, 362, 362, 362, 0, 0, 0, 0, 0, 362, 0, 0, 362, 362, 362, 362, 362, 362, 362, 362, 0, 362, 362, 362, 362, 362, 0, 164, 362, 0, 0, 0, 0, 0, 0, 362, 362, 362, 0, 0, 0, 0, 0, 0, 362, 362, 164, 0, 164, 0, 0, 164, 164, 164, 164, 164, 164, 164, 0, 0, 164, 164, 164, 0, 0, 0, 0, 164, 164, 0, 0, 0, 164, 164, 0, 472, 0, 0, 0, 0, 0, 0, 164, 0, 0, 472, 164, 164, 0, 0, 0, 164, 0, 0, 0, 0, 0, 164, 0, 164, 164, 0, 164, 0, 164, 164, 164, 164, 164, 0, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 0, 0, 164, 164, 164, 0, 164, 164, 164, 0, 164, 164, 164, 0, 0, 164, 0, 164, 0, 0, 164, 164, 164, 164, 0, 0, 164, 164, 164, 0, 0, 0, 0, 0, 164, 0, 0, 164, 164, 164, 164, 164, 164, 164, 164, 0, 164, 164, 164, 164, 164, 0, 0, 164, 406, 0, 0, 0, 0, 0, 164, 164, 164, 0, 0, 0, 0, 0, 0, 164, 164, 0, 0, 406, 0, 406, 0, 0, 406, 406, 406, 406, 406, 406, 406, 0, 0, 406, 406, 406, 0, 0, 0, 0, 406, 406, 0, 0, 0, 406, 406, 0, 34, 0, 0, 0, 0, 0, 0, 406, 0, 0, 34, 406, 406, 0, 0, 0, 406, 0, 0, 0, 0, 0, 406, 0, 406, 406, 0, 406, 0, 406, 406, 406, 406, 406, 0, 406, 406, 406, 406, 406, 406, 406, 406, 406, 406, 406, 406, 406, 406, 406, 406, 0, 0, 406, 406, 406, 0, 406, 406, 406, 0, 406, 406, 406, 0, 0, 406, 0, 406, 0, 0, 406, 406, 406, 406, 0, 0, 406, 406, 406, 0, 0, 0, 0, 0, 406, 0, 0, 406, 406, 406, 406, 406, 406, 406, 406, 0, 406, 406, 406, 406, 406, 0, 472, 406, 0, 0, 0, 0, 0, 0, 406, 406, 406, 0, 0, 0, 0, 0, 0, 406, 406, 472, 0, 472, 0, 0, 472, 472, 472, 472, 472, 472, 472, 0, 0, 472, 472, 472, 0, 0, 0, 0, 472, 472, 0, 0, 0, 472, 472, 0, 151, 0, 0, 0, 0, 0, 0, 472, 0, 0, 151, 472, 472, 0, 0, 0, 472, 0, 0, 0, 0, 0, 472, 0, 472, 472, 0, 472, 0, 472, 472, 472, 472, 472, 0, 472, 472, 472, 472, 472, 472, 472, 472, 472, 472, 472, 472, 472, 472, 472, 472, 0, 0, 472, 472, 472, 0, 472, 472, 472, 0, 472, 472, 472, 0, 0, 472, 0, 472, 0, 0, 472, 472, 472, 472, 0, 0, 472, 472, 472, 0, 0, 0, 0, 0, 472, 0, 0, 472, 472, 472, 472, 472, 472, 472, 472, 0, 472, 472, 472, 472, 472, 0, 0, 472, 34, 0, 0, 0, 0, 0, 472, 472, 472, 0, 0, 0, 0, 0, 0, 472, 472, 0, 0, 34, 0, 34, 0, 0, 34, 34, 34, 34, 34, 34, 34, 0, 0, 34, 34, 34, 0, 0, 0, 0, 34, 34, 0, 0, 0, 34, 34, 0, 149, 0, 0, 0, 0, 0, 0, 34, 0, 0, 149, 34, 34, 0, 0, 0, 34, 0, 0, 0, 0, 0, 34, 0, 34, 34, 0, 34, 0, 34, 34, 34, 34, 34, 0, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 0, 0, 34, 34, 34, 0, 34, 34, 34, 0, 34, 34, 34, 0, 0, 34, 0, 34, 0, 0, 34, 34, 34, 34, 0, 0, 34, 34, 34, 0, 0, 0, 0, 0, 34, 0, 0, 34, 34, 34, 34, 34, 34, 34, 34, 0, 34, 34, 34, 34, 34, 0, 151, 34, 0, 0, 0, 0, 0, 0, 34, 34, 34, 0, 0, 0, 0, 0, 0, 34, 34, 151, 0, 151, 0, 0, 151, 151, 151, 151, 151, 151, 151, 0, 0, 151, 151, 151, 0, 0, 0, 0, 151, 151, 0, 0, 0, 151, 151, 0, 67, 0, 0, 0, 0, 0, 0, 151, 0, 0, 67, 151, 151, 0, 0, 0, 151, 0, 0, 0, 0, 0, 151, 0, 151, 151, 0, 151, 0, 151, 151, 151, 151, 151, 0, 151, 151, 151, 151, 151, 151, 151, 151, 151, 151, 151, 151, 151, 151, 151, 151, 0, 0, 151, 151, 151, 0, 151, 151, 151, 0, 151, 151, 151, 0, 0, 151, 0, 151, 0, 0, 151, 151, 151, 151, 0, 0, 151, 151, 151, 0, 0, 0, 0, 0, 151, 0, 0, 151, 151, 151, 151, 151, 151, 151, 151, 0, 151, 151, 151, 151, 151, 0, 0, 151, 149, 0, 0, 0, 0, 0, 151, 151, 151, 0, 0, 0, 0, 0, 0, 151, 151, 0, 0, 149, 0, 149, 0, 0, 149, 149, 149, 149, 149, 149, 149, 0, 0, 149, 149, 149, 0, 0, 0, 0, 149, 149, 0, 0, 0, 149, 149, 0, 68, 0, 0, 0, 0, 0, 0, 149, 0, 0, 68, 149, 149, 0, 0, 0, 149, 0, 0, 0, 0, 0, 149, 0, 149, 149, 0, 149, 0, 149, 149, 149, 149, 149, 0, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 149, 0, 0, 149, 149, 149, 0, 149, 149, 149, 0, 149, 149, 149, 0, 0, 149, 0, 149, 0, 0, 149, 149, 149, 149, 0, 0, 149, 149, 149, 0, 0, 0, 0, 0, 149, 0, 0, 149, 149, 149, 149, 149, 149, 149, 149, 0, 149, 149, 149, 149, 149, 0, 67, 149, 0, 0, 0, 0, 0, 0, 149, 149, 149, 0, 0, 0, 0, 0, 0, 149, 149, 67, 0, 67, 0, 0, 67, 67, 67, 67, 67, 67, 67, 0, 0, 67, 67, 67, 0, 0, 0, 0, 67, 67, 0, 0, 0, 67, 67, 0, 40, 0, 0, 0, 0, 0, 0, 67, 0, 0, 40, 67, 67, 0, 0, 0, 67, 0, 0, 0, 0, 0, 67, 0, 67, 67, 0, 67, 0, 67, 67, 67, 67, 67, 0, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, 0, 0, 67, 67, 67, 0, 67, 67, 67, 0, 67, 67, 67, 0, 0, 67, 0, 67, 0, 0, 67, 67, 67, 67, 0, 0, 67, 67, 67, 0, 0, 0, 0, 0, 67, 0, 0, 67, 67, 67, 67, 67, 67, 67, 67, 0, 67, 67, 67, 67, 67, 0, 0, 67, 68, 0, 0, 0, 0, 0, 67, 67, 67, 0, 0, 0, 0, 0, 0, 67, 67, 0, 0, 68, 0, 68, 0, 0, 68, 68, 68, 68, 68, 68, 68, 0, 0, 68, 68, 68, 0, 0, 0, 0, 68, 68, 0, 0, 0, 68, 68, 0, 438, 0, 0, 0, 0, 0, 0, 68, 0, 0, 438, 68, 68, 0, 0, 0, 68, 0, 0, 0, 0, 0, 68, 0, 68, 68, 0, 68, 0, 68, 68, 68, 68, 68, 0, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 0, 0, 68, 68, 68, 0, 68, 68, 68, 0, 68, 68, 68, 0, 0, 68, 0, 68, 0, 0, 68, 68, 68, 68, 0, 0, 68, 68, 68, 0, 0, 0, 0, 0, 68, 0, 0, 68, 68, 68, 68, 68, 68, 68, 68, 0, 68, 68, 68, 68, 68, 0, 40, 68, 0, 0, 0, 0, 0, 0, 68, 68, 68, 0, 0, 0, 0, 0, 0, 68, 68, 40, 0, 40, 0, 0, 40, 40, 40, 40, 40, 40, 40, 0, 0, 40, 40, 40, 0, 0, 0, 0, 40, 40, 0, 0, 0, 40, 40, 0, 439, 0, 0, 0, 0, 0, 0, 40, 0, 0, 439, 40, 40, 0, 0, 0, 40, 0, 0, 0, 0, 0, 40, 0, 40, 40, 0, 40, 0, 40, 40, 40, 40, 40, 0, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 40, 0, 0, 40, 40, 40, 0, 40, 40, 40, 0, 40, 40, 40, 0, 0, 40, 0, 40, 0, 0, 40, 40, 40, 40, 0, 0, 40, 40, 40, 0, 0, 0, 0, 0, 40, 0, 0, 40, 40, 40, 40, 40, 40, 40, 40, 0, 40, 40, 40, 40, 40, 0, 0, 40, 438, 0, 0, 0, 0, 0, 40, 40, 40, 0, 0, 0, 0, 0, 0, 40, 40, 0, 0, 438, 0, 438, 0, 0, 438, 438, 438, 438, 438, 438, 438, 0, 0, 438, 438, 438, 0, 0, 0, 0, 438, 438, 0, 0, 0, 438, 438, 0, 467, 0, 0, 0, 0, 0, 0, 438, 0, 0, 467, 438, 438, 0, 0, 0, 438, 0, 0, 0, 0, 0, 438, 0, 438, 438, 0, 438, 0, 438, 438, 438, 438, 438, 0, 438, 438, 438, 438, 438, 438, 438, 438, 438, 438, 438, 438, 438, 438, 438, 438, 0, 0, 438, 438, 438, 0, 438, 438, 438, 0, 438, 438, 438, 0, 0, 438, 0, 438, 0, 0, 438, 438, 438, 438, 0, 0, 438, 438, 438, 0, 0, 0, 0, 0, 438, 0, 0, 438, 438, 438, 438, 438, 438, 438, 438, 0, 438, 438, 438, 438, 438, 0, 439, 438, 0, 0, 0, 0, 0, 0, 438, 438, 438, 0, 0, 0, 0, 0, 0, 438, 438, 439, 0, 439, 0, 0, 439, 439, 439, 439, 439, 439, 439, 0, 0, 439, 439, 439, 0, 0, 0, 0, 439, 439, 0, 0, 0, 439, 439, 0, 43, 0, 0, 0, 0, 0, 0, 439, 0, 0, 43, 439, 439, 0, 0, 0, 439, 0, 0, 0, 0, 0, 439, 0, 439, 439, 0, 439, 0, 439, 439, 439, 439, 439, 0, 439, 439, 439, 439, 439, 439, 439, 439, 439, 439, 439, 439, 439, 439, 439, 439, 0, 0, 439, 439, 439, 0, 439, 439, 439, 0, 439, 439, 439, 0, 0, 439, 0, 439, 0, 0, 439, 439, 439, 439, 0, 0, 439, 439, 439, 0, 0, 0, 0, 0, 439, 0, 0, 439, 439, 439, 439, 439, 439, 439, 439, 0, 439, 439, 439, 439, 439, 0, 0, 439, 467, 0, 0, 0, 0, 0, 439, 439, 439, 0, 0, 0, 0, 0, 0, 439, 439, 0, 0, 467, 0, 467, 0, 0, 467, 467, 467, 467, 467, 467, 467, 0, 0, 467, 467, 467, 0, 0, 0, 0, 467, 467, 0, 0, 0, 467, 467, 0, 363, 0, 0, 0, 0, 0, 0, 467, 0, 0, 363, 467, 467, 0, 0, 0, 467, 0, 0, 0, 0, 0, 467, 0, 467, 467, 0, 467, 0, 467, 467, 467, 467, 467, 0, 467, 467, 467, 467, 467, 467, 467, 467, 467, 467, 467, 467, 467, 467, 467, 467, 0, 0, 467, 467, 467, 0, 467, 467, 467, 0, 467, 467, 467, 0, 0, 467, 0, 467, 0, 0, 467, 467, 467, 467, 0, 0, 467, 467, 467, 0, 0, 0, 0, 0, 467, 0, 0, 467, 467, 467, 467, 467, 467, 467, 467, 0, 467, 467, 467, 467, 467, 0, 43, 467, 0, 0, 0, 0, 0, 0, 467, 467, 467, 0, 0, 0, 0, 0, 0, 467, 467, 43, 0, 43, 0, 0, 43, 43, 43, 43, 43, 43, 43, 0, 0, 43, 43, 43, 0, 0, 0, 0, 43, 43, 0, 0, 0, 43, 43, 0, 473, 0, 0, 0, 0, 0, 0, 43, 0, 0, 473, 43, 43, 0, 0, 0, 43, 0, 0, 0, 0, 0, 43, 0, 43, 43, 0, 43, 0, 43, 43, 43, 43, 43, 0, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, 0, 0, 43, 43, 43, 0, 43, 43, 43, 0, 43, 43, 43, 0, 0, 43, 0, 43, 0, 0, 43, 43, 43, 43, 0, 0, 43, 43, 43, 0, 0, 0, 0, 0, 43, 0, 0, 43, 43, 43, 43, 43, 43, 43, 43, 0, 43, 43, 43, 43, 43, 0, 0, 43, 363, 0, 0, 0, 0, 0, 43, 43, 43, 0, 0, 0, 0, 0, 0, 43, 43, 0, 0, 363, 0, 363, 0, 0, 363, 363, 363, 363, 363, 363, 363, 0, 0, 363, 363, 363, 0, 0, 0, 0, 363, 363, 0, 0, 0, 363, 363, 0, 365, 0, 0, 0, 0, 0, 0, 363, 0, 0, 365, 363, 363, 0, 0, 0, 363, 0, 0, 0, 0, 0, 363, 0, 363, 363, 0, 363, 0, 363, 363, 363, 363, 363, 0, 363, 363, 363, 363, 363, 363, 363, 363, 363, 363, 363, 363, 363, 363, 363, 363, 0, 0, 363, 363, 363, 0, 363, 363, 363, 0, 363, 363, 363, 0, 0, 363, 0, 363, 0, 0, 363, 363, 363, 363, 0, 0, 363, 363, 363, 0, 0, 0, 0, 0, 363, 0, 0, 363, 363, 363, 363, 363, 363, 363, 363, 0, 363, 363, 363, 363, 363, 0, 473, 363, 0, 0, 0, 0, 0, 0, 363, 363, 363, 0, 0, 0, 0, 0, 0, 363, 363, 473, 0, 473, 0, 0, 473, 473, 473, 473, 473, 473, 473, 0, 0, 473, 473, 473, 0, 0, 0, 0, 473, 473, 0, 0, 0, 473, 473, 0, 409, 0, 0, 0, 0, 0, 0, 473, 0, 0, 409, 473, 473, 0, 0, 0, 473, 0, 0, 0, 0, 0, 473, 0, 473, 473, 0, 473, 0, 473, 473, 473, 473, 473, 0, 473, 473, 473, 473, 473, 473, 473, 473, 473, 473, 473, 473, 473, 473, 473, 473, 0, 0, 473, 473, 473, 0, 473, 473, 473, 0, 473, 473, 473, 0, 0, 473, 0, 473, 0, 0, 473, 473, 473, 473, 0, 0, 473, 473, 473, 0, 0, 0, 0, 0, 473, 0, 0, 473, 473, 473, 473, 473, 473, 473, 473, 0, 473, 473, 473, 473, 473, 0, 0, 473, 365, 0, 0, 0, 0, 0, 473, 473, 473, 0, 0, 0, 0, 0, 0, 473, 473, 0, 0, 365, 0, 365, 0, 0, 365, 365, 365, 365, 365, 365, 365, 0, 0, 365, 365, 365, 0, 0, 0, 0, 365, 365, 0, 0, 0, 365, 365, 0, 549, 0, 0, 0, 0, 0, 0, 365, 0, 0, 549, 365, 365, 0, 0, 0, 365, 0, 0, 0, 0, 0, 365, 0, 365, 365, 0, 365, 0, 365, 365, 365, 365, 365, 0, 365, 365, 365, 365, 365, 365, 365, 365, 365, 365, 365, 365, 365, 365, 365, 365, 0, 0, 365, 365, 365, 0, 365, 365, 365, 0, 365, 365, 365, 0, 0, 365, 0, 365, 0, 0, 365, 365, 365, 365, 0, 0, 365, 365, 365, 0, 0, 0, 0, 0, 365, 0, 0, 365, 365, 365, 365, 365, 365, 365, 365, 0, 365, 365, 365, 365, 365, 0, 409, 365, 0, 0, 0, 0, 0, 0, 365, 365, 365, 0, 0, 0, 0, 0, 0, 365, 365, 409, 0, 409, 0, 0, 409, 409, 409, 409, 409, 409, 409, 0, 0, 409, 409, 409, 0, 0, 0, 0, 409, 409, 0, 0, 0, 409, 409, 0, 410, 0, 0, 0, 0, 0, 0, 409, 0, 0, 410, 409, 409, 0, 0, 0, 409, 0, 0, 0, 0, 0, 409, 0, 409, 409, 0, 409, 0, 409, 409, 409, 409, 409, 0, 409, 409, 409, 409, 409, 409, 409, 409, 409, 409, 409, 409, 409, 409, 409, 409, 0, 0, 409, 409, 409, 0, 409, 409, 409, 0, 409, 409, 409, 0, 0, 409, 0, 409, 0, 0, 409, 409, 409, 409, 0, 0, 409, 409, 409, 0, 0, 0, 0, 0, 409, 0, 0, 409, 409, 409, 409, 409, 409, 409, 409, 0, 409, 409, 409, 409, 409, 0, 0, 409, 549, 0, 0, 0, 0, 0, 409, 409, 409, 0, 0, 0, 0, 0, 0, 409, 409, 0, 0, 549, 0, 549, 0, 0, 549, 549, 549, 549, 549, 549, 549, 0, 0, 549, 549, 549, 0, 0, 0, 0, 549, 549, 0, 0, 0, 549, 549, 0, 415, 0, 0, 0, 0, 0, 0, 549, 0, 0, 415, 549, 549, 0, 0, 0, 549, 0, 0, 0, 0, 0, 549, 0, 549, 549, 0, 549, 0, 549, 549, 549, 549, 549, 0, 549, 549, 549, 549, 549, 549, 549, 549, 549, 549, 549, 549, 549, 549, 549, 549, 0, 0, 549, 549, 549, 0, 549, 549, 549, 0, 549, 549, 549, 0, 0, 549, 0, 549, 0, 0, 549, 549, 549, 549, 0, 0, 549, 549, 549, 0, 0, 0, 0, 0, 549, 0, 0, 549, 549, 549, 549, 549, 549, 549, 549, 0, 549, 549, 549, 549, 549, 0, 410, 549, 0, 0, 0, 0, 0, 0, 549, 549, 549, 0, 0, 0, 0, 0, 0, 549, 549, 410, 0, 410, 0, 0, 410, 410, 410, 410, 410, 410, 410, 0, 0, 410, 410, 410, 0, 0, 0, 0, 410, 410, 0, 0, 0, 410, 410, 4, 0, 0, 0, 0, 0, 0, 0, 410, 0, 4, 0, 410, 410, 0, 0, 0, 410, 0, 0, 0, 0, 0, 410, 0, 410, 410, 0, 410, 0, 410, 410, 410, 410, 410, 0, 410, 410, 410, 410, 410, 410, 410, 410, 410, 410, 410, 410, 410, 410, 410, 410, 0, 0, 410, 410, 410, 0, 410, 410, 410, 0, 410, 410, 410, 0, 0, 410, 0, 410, 0, 0, 410, 410, 410, 410, 0, 0, 410, 410, 410, 0, 0, 0, 0, 0, 410, 0, 0, 410, 410, 410, 410, 410, 410, 410, 410, 0, 410, 410, 410, 410, 410, 0, 0, 410, 415, 0, 0, 0, 0, 0, 410, 410, 410, 0, 0, 0, 0, 0, 0, 410, 410, 0, 0, 415, 0, 415, 0, 0, 415, 415, 415, 415, 415, 415, 415, 0, 0, 415, 415, 415, 0, 0, 0, 0, 415, 415, 0, 0, 0, 415, 415, 411, 0, 0, 0, 0, 0, 0, 0, 415, 0, 411, 0, 415, 415, 0, 0, 0, 415, 0, 0, 0, 0, 0, 415, 0, 415, 415, 0, 415, 0, 415, 415, 415, 415, 415, 0, 415, 415, 415, 415, 415, 415, 415, 415, 415, 415, 415, 415, 415, 415, 415, 415, 0, 0, 415, 415, 415, 0, 415, 415, 415, 0, 415, 415, 415, 0, 0, 415, 0, 415, 0, 0, 415, 415, 415, 415, 0, 0, 415, 415, 415, 0, 0, 0, 0, 0, 415, 0, 0, 415, 415, 415, 415, 415, 415, 415, 415, 0, 415, 415, 415, 415, 415, 4, 0, 415, 0, 0, 0, 0, 0, 0, 415, 415, 0, 0, 0, 0, 0, 0, 0, 415, 415, 0, 4, 0, 0, 4, 4, 4, 4, 4, 4, 4, 0, 0, 4, 4, 4, 0, 0, 0, 0, 4, 4, 0, 0, 0, 4, 4, 0, 408, 0, 0, 0, 0, 0, 0, 4, 0, 0, 408, 4, 4, 0, 0, 0, 4, 0, 0, 0, 0, 0, 4, 0, 4, 4, 0, 4, 0, 4, 4, 4, 4, 4, 0, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 0, 0, 4, 4, 4, 0, 4, 4, 4, 0, 4, 4, 4, 0, 0, 4, 0, 4, 0, 0, 4, 4, 4, 4, 0, 0, 4, 4, 4, 0, 0, 0, 0, 0, 4, 0, 0, 4, 4, 4, 4, 4, 4, 4, 4, 0, 4, 4, 4, 4, 4, 0, 0, 4, 411, 0, 0, 0, 0, 0, 4, 4, 4, 0, 0, 0, 0, 0, 0, 4, 4, 0, 0, 411, 0, 411, 0, 0, 411, 411, 411, 411, 411, 411, 411, 0, 0, 411, 411, 411, 0, 0, 0, 0, 411, 411, 0, 0, 0, 411, 411, 0, 354, 0, 0, 0, 0, 0, 0, 411, 0, 0, 354, 411, 411, 0, 0, 0, 411, 0, 0, 0, 0, 0, 411, 0, 411, 411, 0, 411, 0, 411, 411, 411, 411, 411, 0, 411, 411, 411, 411, 411, 411, 411, 411, 411, 411, 411, 411, 411, 411, 411, 411, 0, 0, 411, 411, 411, 0, 411, 411, 411, 0, 411, 411, 411, 0, 0, 411, 0, 411, 0, 0, 411, 411, 411, 411, 0, 0, 411, 411, 411, 0, 0, 0, 0, 0, 411, 0, 0, 411, 411, 411, 411, 411, 411, 411, 411, 0, 411, 411, 411, 411, 411, 0, 408, 411, 0, 0, 0, 0, 0, 0, 411, 411, 411, 0, 0, 0, 0, 0, 0, 0, 411, 408, 0, 408, 0, 0, 408, 408, 408, 408, 408, 408, 408, 0, 0, 408, 408, 408, 0, 0, 0, 0, 408, 408, 0, 0, 0, 408, 408, 0, 455, 0, 0, 0, 0, 0, 0, 408, 0, 0, 455, 408, 408, 0, 0, 0, 408, 0, 0, 0, 0, 0, 408, 0, 408, 408, 0, 408, 0, 408, 408, 408, 408, 408, 0, 408, 408, 408, 408, 408, 408, 408, 408, 408, 408, 408, 408, 408, 408, 408, 408, 0, 0, 408, 408, 408, 0, 408, 408, 408, 0, 408, 408, 408, 0, 0, 408, 0, 408, 0, 0, 408, 408, 408, 408, 0, 0, 408, 408, 408, 0, 0, 0, 0, 0, 408, 0, 0, 408, 408, 408, 408, 408, 408, 408, 408, 0, 408, 408, 408, 408, 408, 0, 0, 408, 354, 0, 0, 0, 0, 0, 408, 408, 0, 0, 0, 0, 0, 0, 0, 408, 408, 0, 0, 354, 0, 354, 0, 0, 354, 354, 354, 354, 354, 354, 354, 0, 0, 354, 354, 354, 0, 0, 0, 0, 354, 354, 0, 0, 0, 354, 354, 0, 24, 0, 0, 0, 0, 0, 0, 354, 0, 0, 24, 354, 354, 0, 0, 0, 354, 0, 0, 0, 0, 0, 354, 0, 354, 354, 0, 354, 0, 354, 354, 354, 354, 354, 0, 354, 354, 354, 354, 354, 354, 354, 354, 354, 354, 354, 354, 354, 354, 354, 354, 0, 0, 354, 354, 354, 0, 354, 354, 354, 0, 354, 354, 354, 0, 0, 354, 0, 354, 0, 0, 354, 354, 354, 354, 0, 0, 354, 354, 354, 0, 0, 0, 0, 0, 354, 0, 0, 354, 354, 354, 354, 0, 354, 354, 354, 0, 354, 354, 354, 354, 354, 0, 455, 354, 0, 0, 0, 0, 0, 0, 354, 354, 0, 0, 0, 0, 0, 0, 0, 0, 354, 455, 0, 455, 0, 0, 455, 455, 455, 455, 455, 455, 455, 0, 0, 455, 455, 455, 0, 0, 0, 0, 455, 455, 0, 0, 0, 455, 455, 0, 0, 0, 0, 0, 0, 0, 0, 455, 0, 0, 0, 455, 455, 0, 0, 0, 455, 0, 0, 0, 0, 0, 455, 0, 455, 455, 0, 455, 0, 455, 455, 455, 455, 455, 0, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 455, 0, 0, 455, 455, 455, 0, 455, 455, 455, 0, 455, 455, 455, 0, 0, 455, 0, 455, 0, 0, 455, 455, 455, 455, 0, 0, 455, 455, 455, 0, 188, 0, 540, 150, 455, 151, 0, 455, 455, 455, 455, 0, 455, 455, 455, 0, 455, 455, 455, 455, 455, 545, 0, 455, 24, 0, 0, 0, 0, 0, 455, 455, 0, 0, 0, 0, 0, 0, 0, 0, 455, 0, 0, 24, 0, 24, 0, 0, 24, 24, 24, 24, 24, 24, 24, 0, 0, 24, 24, 24, 0, 0, 0, 0, 24, 24, 0, 0, 0, 24, 24, 0, 638, 417, 415, 0, 416, 0, 0, 24, 0, 0, 0, 24, 24, 0, 0, 0, 24, 901, 0, 420, 403, 421, 24, 0, 24, 24, 0, 24, 0, 24, 24, 24, 24, 24, 0, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 0, 0, 24, 24, 24, 0, 24, 24, 24, 0, 24, 24, 24, 0, 0, 24, 0, 24, 0, 0, 24, 24, 24, 24, 0, 0, 24, 24, 24, 0, 188, 0, 540, 150, 24, 151, 0, 24, 24, 24, 24, 24, 24, 24, 24, 0, 24, 24, 24, 24, 24, 734, 0, 24, 0, 0, 0, 0, 0, 0, 24, 24, 24, 0, 0, 0, 0, 0, 0, 24, 0, 0, 0, 0, 0, 0, 0, 0, 188, 0, 0, 150, 0, 151, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 644, 149, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 152, 153, 0, 0, 0, 154, 155, 156, 157, 0, 0, 0, 0, 0, 0, 0, 0, 158, 159, 160, 161, 162, 163, 164, 0, 165, 166, 167, 0, 0, 168, 169, 170, 0, 171, 172, 173, 174, 175, 0, 176, 0, 404, 405, 406, 407, 408, 0, 409, 410, 411, 412, 413, 414, 0, 0, 418, 419, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 177, 188, 0, 0, 150, 0, 151, 0, 0, 0, 0, 178, 179, 0, 0, 0, 0, 180, 0, 0, 0, 0, 666, 0, 0, 0, 0, 181, 182, 0, 0, 183, 184, 185, 186, 0, 0, 149, 89, 0, 0, 0, 0, 0, 0, 187, 0, 0, 0, 188, 0, 0, 150, 0, 151, 0, 0, 0, 0, 0, 0, 152, 153, 0, 0, 0, 154, 155, 156, 157, 668, 0, 0, 0, 0, 0, 0, 0, 158, 159, 160, 161, 162, 163, 164, 149, 165, 166, 167, 0, 0, 168, 169, 170, 0, 171, 172, 173, 174, 175, 0, 176, 0, 0, 0, 0, 0, 0, 0, 152, 153, 0, 0, 0, 154, 155, 156, 157, 0, 0, 0, 0, 0, 0, 0, 0, 158, 159, 160, 161, 162, 163, 164, 0, 165, 166, 167, 0, 0, 168, 169, 170, 0, 171, 172, 173, 174, 175, 0, 176, 0, 0, 0, 177, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 178, 179, 0, 0, 0, 0, 180, 0, 0, 0, 0, 0, 0, 0, 0, 0, 181, 182, 0, 0, 183, 184, 185, 186, 0, 0, 188, 89, 706, 150, 0, 151, 0, 0, 187, 0, 0, 177, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 178, 179, 0, 0, 0, 0, 180, 0, 0, 0, 0, 0, 149, 0, 0, 0, 181, 182, 0, 0, 183, 184, 185, 186, 0, 0, 188, 89, 540, 150, 0, 151, 0, 0, 187, 0, 152, 153, 0, 0, 0, 154, 155, 156, 157, 0, 0, 0, 0, 0, 0, 0, 0, 158, 159, 160, 161, 162, 163, 164, 149, 165, 166, 167, 0, 0, 168, 169, 170, 0, 171, 172, 173, 174, 175, 0, 176, 0, 0, 0, 0, 0, 0, 0, 152, 153, 0, 0, 0, 154, 155, 156, 157, 0, 0, 0, 0, 0, 0, 0, 0, 158, 159, 160, 161, 162, 163, 164, 0, 165, 166, 167, 0, 0, 168, 169, 170, 0, 171, 172, 173, 174, 175, 0, 176, 0, 0, 0, 177, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 178, 179, 0, 0, 0, 0, 180, 0, 0, 0, 0, 0, 0, 0, 0, 0, 181, 182, 0, 0, 183, 184, 185, 186, 0, 188, 0, 89, 150, 0, 151, 0, 0, 0, 187, 0, 0, 177, 0, 0, 0, 0, 0, 813, 0, 0, 0, 0, 178, 179, 0, 0, 0, 0, 180, 0, 0, 0, 0, 0, 0, 0, 149, 0, 181, 182, 0, 0, 183, 184, 185, 186, 0, 0, 0, 89, 0, 0, 188, 0, 0, 150, 187, 151, 0, 0, 152, 153, 0, 0, 0, 154, 155, 156, 157, 0, 898, 0, 0, 0, 0, 0, 0, 158, 159, 160, 161, 162, 163, 164, 149, 165, 166, 167, 0, 0, 168, 169, 170, 0, 171, 172, 173, 174, 175, 0, 176, 0, 0, 0, 0, 0, 0, 0, 152, 153, 0, 0, 0, 154, 155, 156, 157, 0, 0, 0, 0, 0, 0, 0, 0, 158, 159, 160, 161, 162, 163, 164, 0, 165, 166, 167, 0, 0, 168, 169, 170, 0, 171, 172, 173, 174, 175, 0, 176, 0, 0, 0, 177, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 178, 179, 0, 0, 0, 0, 180, 0, 0, 0, 0, 0, 0, 0, 0, 0, 181, 182, 0, 0, 183, 184, 185, 186, 0, 0, 0, 89, 188, 0, 709, 150, 0, 151, 187, 0, 0, 177, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 178, 179, 0, 0, 0, 0, 180, 0, 0, 0, 0, 149, 0, 0, 0, 0, 181, 182, 0, 0, 183, 184, 185, 186, 0, 0, 0, 89, 188, 0, 951, 150, 0, 151, 187, 152, 153, 0, 0, 0, 154, 155, 156, 157, 0, 0, 0, 0, 0, 0, 0, 0, 158, 159, 160, 161, 162, 163, 164, 0, 165, 166, 167, 0, 149, 168, 169, 170, 0, 171, 172, 173, 174, 175, 0, 176, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 152, 153, 0, 0, 0, 154, 155, 156, 157, 0, 0, 0, 0, 0, 0, 0, 0, 158, 159, 160, 161, 162, 163, 164, 0, 165, 166, 167, 0, 0, 168, 169, 170, 0, 171, 172, 173, 174, 175, 177, 176, 0, 0, 0, 0, 0, 0, 0, 0, 0, 178, 179, 0, 0, 0, 0, 180, 0, 0, 0, 0, 0, 0, 0, 0, 0, 181, 182, 0, 0, 183, 184, 185, 186, 0, 188, 0, 89, 150, 0, 151, 0, 0, 0, 187, 0, 0, 0, 0, 0, 0, 0, 177, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 178, 179, 0, 0, 0, 0, 180, 0, 0, 0, 0, 0, 149, 0, 0, 0, 181, 182, 0, 0, 183, 184, 185, 186, 0, 382, 0, 89, 150, 0, 151, 0, 0, 0, 187, 0, 152, 153, 0, 0, 0, 154, 155, 156, 157, 0, 0, 0, 0, 0, 0, 0, 0, 158, 159, 160, 161, 162, 163, 164, 149, 165, 166, 167, 0, 0, 168, 169, 170, 0, 171, 172, 173, 174, 175, 0, 176, 0, 0, 0, 0, 0, 0, 0, 152, 153, 0, 0, 0, 154, 155, 156, 157, 0, 0, 0, 0, 0, 0, 0, 0, 158, 159, 160, 161, 162, 163, 164, 0, 165, 166, 167, 0, 0, 168, 169, 170, 0, 171, 172, 173, 174, 175, 0, 176, 0, 0, 0, 177, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 178, 179, 0, 0, 0, 0, 180, 0, 0, 0, 0, 0, 0, 0, 0, 0, 181, 182, 0, 0, 183, 184, 185, 186, 0, 188, 0, 89, 150, 0, 151, 0, 0, 0, 187, 0, 0, 177, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 178, 179, 0, 0, 0, 0, 180, 0, 149, 0, 0, 0, 0, 0, 0, 0, 181, 182, 0, 0, 183, 184, 185, 186, 0, 507, 0, 89, 150, 0, 151, 0, 152, 153, 187, 0, 0, 154, 155, 156, 157, 0, 0, 0, 0, 0, 0, 0, 0, 158, 159, 160, 161, 162, 163, 164, 0, 165, 166, 167, 0, 149, 168, 169, 170, 0, 171, 172, 173, 174, 175, 0, 176, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 152, 153, 0, 0, 0, 154, 155, 156, 157, 0, 0, 0, 0, 0, 0, 0, 0, 158, 159, 160, 161, 162, 163, 164, 0, 165, 166, 167, 0, 0, 168, 169, 170, 0, 171, 172, 173, 174, 175, 177, 176, 0, 0, 0, 0, 0, 0, 0, 0, 0, 178, 179, 0, 0, 0, 0, 180, 0, 0, 0, 0, 0, 0, 0, 0, 0, 181, 182, 0, 0, 183, 184, 185, 186, 0, 382, 0, 89, 150, 0, 151, 0, 0, 0, 187, 0, 0, 0, 0, 0, 0, 0, 177, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 178, 179, 0, 0, 0, 0, 180, 0, 0, 0, 0, 0, 149, 0, 0, 0, 181, 182, 0, 0, 183, 184, 185, 186, 0, 908, 0, 89, 150, 0, 151, 0, 0, 0, 187, 0, 152, 153, 0, 0, 0, 154, 155, 156, 157, 0, 0, 0, 0, 0, 0, 0, 0, 158, 159, 160, 161, 162, 163, 164, 149, 165, 166, 167, 0, 0, 168, 169, 170, 0, 171, 172, 173, 174, 175, 0, 176, 0, 0, 0, 0, 0, 0, 0, 152, 153, 0, 0, 0, 154, 155, 156, 157, 0, 567, 0, 564, 333, 0, 334, 0, 158, 159, 160, 161, 162, 163, 164, 0, 165, 166, 167, 0, 0, 168, 169, 170, 0, 171, 172, 173, 174, 175, 0, 176, 0, 0, 0, 177, 0, 341, 0, 335, 333, 0, 334, 0, 0, 0, 178, 179, 0, 0, 0, 0, 180, 0, 0, 0, 0, 0, 0, 0, 0, 0, 181, 182, 0, 0, 183, 184, 185, 186, 0, 0, 0, 89, 0, 0, 0, 0, 0, 0, 445, 0, 0, 177, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 178, 179, 0, 0, 0, 0, 180, 0, 149, 247, 247, 247, 0, 247, 0, 0, 181, 182, 0, 0, 183, 184, 185, 186, 0, 0, 247, 89, 247, 247, 247, 0, 152, 153, 187, 0, 0, 154, 155, 156, 157, 0, 0, 0, 0, 0, 0, 0, 0, 158, 159, 160, 161, 162, 163, 164, 0, 165, 166, 167, 0, 149, 168, 169, 170, 0, 171, 172, 173, 174, 175, 0, 176, 0, 0, 0, 0, 0, 0, 0, 518, 518, 518, 518, 518, 152, 153, 0, 0, 0, 154, 155, 156, 157, 0, 0, 0, 0, 0, 518, 518, 518, 158, 159, 160, 161, 162, 163, 164, 0, 165, 166, 167, 0, 0, 168, 169, 170, 0, 171, 172, 173, 174, 175, 177, 176, 437, 417, 415, 0, 416, 0, 0, 0, 0, 178, 179, 0, 0, 0, 565, 180, 0, 0, 0, 420, 403, 421, 0, 0, 0, 181, 182, 0, 0, 183, 184, 185, 186, 601, 417, 415, 892, 416, 0, 336, 337, 338, 0, 187, 339, 0, 0, 0, 0, 0, 0, 177, 420, 403, 421, 0, 0, 0, 0, 0, 0, 0, 178, 179, 0, 0, 0, 0, 180, 0, 0, 0, 0, 0, 0, 336, 337, 338, 181, 182, 339, 0, 183, 184, 185, 186, 0, 0, 0, 89, 0, 0, 0, 0, 0, 0, 187, 0, 0, 0, 247, 247, 247, 247, 247, 0, 247, 247, 247, 247, 247, 247, 0, 0, 247, 247, 608, 417, 415, 0, 416, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 178, 179, 0, 0, 420, 403, 421, 0, 0, 622, 417, 415, 0, 416, 0, 0, 181, 182, 0, 0, 183, 184, 185, 186, 0, 0, 0, 566, 420, 403, 421, 0, 0, 0, 187, 0, 178, 179, 0, 0, 518, 518, 518, 518, 518, 0, 518, 518, 518, 518, 518, 518, 181, 182, 518, 518, 183, 184, 185, 186, 638, 417, 415, 340, 416, 0, 0, 0, 0, 0, 187, 0, 0, 0, 0, 0, 0, 0, 0, 420, 403, 421, 0, 0, 0, 0, 404, 405, 406, 407, 408, 0, 409, 410, 411, 412, 413, 414, 0, 0, 418, 419, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 404, 405, 406, 407, 408, 0, 409, 410, 411, 412, 413, 414, 0, 0, 418, 419, 672, 417, 415, 0, 416, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 420, 403, 421, 677, 417, 415, 0, 416, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 420, 403, 421, 679, 417, 415, 0, 416, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 420, 403, 421, 0, 404, 405, 406, 407, 408, 0, 409, 410, 411, 412, 413, 414, 0, 0, 418, 419, 0, 0, 0, 0, 0, 0, 0, 0, 404, 405, 406, 407, 408, 0, 409, 410, 411, 412, 413, 414, 0, 0, 418, 419, 781, 417, 415, 0, 416, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 420, 403, 421, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 404, 405, 406, 407, 408, 0, 409, 410, 411, 412, 413, 414, 0, 0, 418, 419, 782, 417, 415, 0, 416, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 420, 403, 421, 783, 417, 415, 0, 416, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 420, 403, 421, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 404, 405, 406, 407, 408, 0, 409, 410, 411, 412, 413, 414, 0, 0, 418, 419, 0, 0, 0, 0, 0, 0, 404, 405, 406, 407, 408, 0, 409, 410, 411, 412, 413, 414, 0, 0, 418, 419, 0, 0, 0, 0, 0, 0, 404, 405, 406, 407, 408, 0, 409, 410, 411, 412, 413, 414, 0, 0, 418, 419, 784, 417, 415, 0, 416, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 420, 403, 421, 785, 417, 415, 0, 416, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 420, 403, 421, 0, 0, 0, 404, 405, 406, 407, 408, 0, 409, 410, 411, 412, 413, 414, 0, 0, 418, 419, 786, 417, 415, 0, 416, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 420, 403, 421, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 404, 405, 406, 407, 408, 0, 409, 410, 411, 412, 413, 414, 0, 0, 418, 419, 0, 0, 0, 0, 0, 0, 404, 405, 406, 407, 408, 0, 409, 410, 411, 412, 413, 414, 0, 0, 418, 419, 787, 417, 415, 0, 416, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 420, 403, 421, 788, 417, 415, 0, 416, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 420, 403, 421, 789, 417, 415, 0, 416, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 420, 403, 421, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 404, 405, 406, 407, 408, 0, 409, 410, 411, 412, 413, 414, 0, 0, 418, 419, 0, 0, 0, 0, 0, 0, 404, 405, 406, 407, 408, 0, 409, 410, 411, 412, 413, 414, 0, 0, 418, 419, 790, 417, 415, 0, 416, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 420, 403, 421, 0, 0, 0, 404, 405, 406, 407, 408, 0, 409, 410, 411, 412, 413, 414, 0, 0, 418, 419, 791, 417, 415, 0, 416, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 420, 403, 421, 792, 417, 415, 0, 416, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 420, 403, 421, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 404, 405, 406, 407, 408, 0, 409, 410, 411, 412, 413, 414, 0, 0, 418, 419, 0, 0, 0, 0, 0, 0, 404, 405, 406, 407, 408, 0, 409, 410, 411, 412, 413, 414, 0, 0, 418, 419, 0, 0, 0, 0, 0, 0, 404, 405, 406, 407, 408, 0, 409, 410, 411, 412, 413, 414, 0, 0, 418, 419, 793, 417, 415, 0, 416, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 420, 403, 421, 802, 417, 415, 0, 416, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 420, 403, 421, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 404, 405, 406, 407, 408, 0, 409, 410, 411, 412, 413, 414, 0, 0, 418, 419, 862, 417, 415, 0, 416, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 420, 403, 421, 0, 0, 0, 404, 405, 406, 407, 408, 0, 409, 410, 411, 412, 413, 414, 0, 0, 418, 419, 0, 0, 0, 0, 0, 0, 404, 405, 406, 407, 408, 0, 409, 410, 411, 412, 413, 414, 0, 0, 418, 419, 904, 417, 415, 0, 416, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 420, 403, 421, 247, 247, 247, 0, 247, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 247, 247, 247, 417, 415, 680, 416, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 420, 403, 421, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 404, 405, 406, 407, 408, 0, 409, 410, 411, 412, 413, 414, 0, 0, 418, 419, 0, 0, 0, 0, 0, 0, 404, 405, 406, 407, 408, 0, 409, 410, 411, 412, 413, 414, 0, 0, 418, 419, 417, 415, 933, 416, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 420, 403, 421, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 404, 405, 406, 407, 408, 0, 409, 410, 411, 412, 413, 414, 0, 0, 418, 419, 417, 415, 969, 416, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 420, 403, 421, 417, 415, 970, 416, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 420, 403, 421, 0, 0, 0, 0, 0, 404, 405, 406, 407, 408, 0, 409, 410, 411, 412, 413, 414, 0, 0, 418, 419, 0, 0, 0, 0, 0, 0, 247, 247, 247, 247, 247, 0, 247, 247, 247, 247, 247, 247, 0, 0, 247, 247, 0, 0, 0, 0, 0, 404, 405, 406, 407, 408, 0, 409, 410, 411, 412, 413, 414, 0, 0, 418, 419, 417, 415, 975, 416, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 420, 403, 421, 247, 247, 247, 247, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 247, 247, 247, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 404, 405, 406, 407, 408, 0, 409, 410, 411, 412, 413, 414, 0, 0, 418, 419, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 404, 405, 406, 407, 408, 0, 409, 410, 411, 412, 413, 414, 0, 0, 418, 419, 0, 0, 0, 0, 0, 404, 405, 406, 407, 408, 0, 409, 410, 411, 412, 413, 414, 0, 0, 418, 419, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 404, 405, 406, 407, 408, 0, 409, 410, 411, 412, 413, 414, 0, 0, 418, 419, 0, 0, 0, 0, 0, 247, 247, 247, 247, 247, 0, 247, 247, 247, 247, 247, 247, 0, 16, 247, 247, 17, 0, 18, 19, 0, 0, 20, 0, 0, 21, 22, 23, 0, 0, 0, 0, 24, 25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 26, 0, 0, 0, 27, 28, 0, 0, 0, 29, 0, 0, 0, 0, 0, 30, 0, 31, 32, 0, 33, 0, 34, 35, 36, 37, 38, 0, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 0, 0, 55, 56, 57, 0, 58, 59, 60, 0, 61, 62, 63, 0, 0, 64, 0, 65, 0, 0, 66, 67, 68, 69, 0, 0, 70, 71, 72, 0, 0, 0, 0, 0, 73, 0, 0, 0, 74, 75, 76, 77, 78, 79, 80, 0, 81, 82, 83, 84, 85, 0, 0, 86, 0, 0, 0, 0, 0, 0, 87, 88, 89, 0, 0, 0, 0, 0, 0, 90, }; short fortrancheck[] = { 24, 231, 26, 140, 309, 194, 30, 33, 177, 33, 236, 231, 347, 290, 331, 39, 236, 19, 11, 296, 140, 44, 303, 394, 341, 177, 40, 40, 40, 44, 40, 40, 349, 44, 529, 10, 188, 10, 10, 10, 295, 42, 177, 58, 40, 68, 69, 302, 44, 41, 42, 41, 42, 76, 279, 44, 382, 449, 40, 581, 44, 37, 58, 585, 731, 41, 59, 106, 44, 58, 93, 94, 95, 42, 43, 44, 45, 765, 37, 44, 42, 111, 234, 58, 44, 61, 735, 143, 44, 37, 120, 121, 40, 58, 231, 373, 10, 32, 58, 236, 37, 10, 61, 504, 41, 417, 130, 44, 60, 135, 62, 135, 424, 61, 800, 801, 517, 10, 425, 217, 271, 272, 57, 58, 148, 149, 42, 43, 417, 45, 44, 10, 42, 157, 371, 128, 43, 44, 45, 417, 238, 41, 42, 43, 60, 45, 62, 171, 385, 58, 60, 40, 62, 177, 271, 272, 41, 104, 40, 44, 107, 271, 272, 44, 188, 58, 41, 417, 192, 44, 578, 44, 427, 58, 40, 344, 42, 58, 586, 203, 847, 350, 579, 58, 581, 58, 210, 40, 585, 43, 44, 45, 417, 40, 331, 219, 524, 885, 350, 885, 224, 529, 37, 40, 341, 41, 41, 344, 44, 44, 234, 331, 349, 382, 207, 350, 386, 387, 388, 868, 244, 341, 58, 0, 344, 281, 42, 328, 329, 349, 382, 47, 487, 10, 569, 490, 541, 276, 231, 417, 545, 234, 577, 236, 237, 912, 270, 382, 40, 242, 567, 42, 43, 41, 45, 40, 44, 512, 593, 58, 272, 272, 264, 293, 401, 40, 417, 42, 283, 40, 58, 588, 589, 590, 591, 592, 43, 41, 45, 534, 44, 283, 275, 307, 40, 309, 375, 283, 272, 319, 271, 272, 42, 43, 283, 45, 40, 41, 322, 323, 417, 271, 272, 272, 328, 298, 632, 417, 634, 635, 272, 273, 336, 337, 338, 339, 272, 417, 283, 549, 255, 273, 41, 283, 550, 44, 350, 320, 44, 549, 550, 324, 42, 280, 271, 272, 360, 156, 58, 158, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 744, 745, 275, 507, 272, 273, 382, 140, 141, 856, 272, 273, 886, 272, 763, 764, 863, 766, 394, 271, 272, 273, 41, 42, 43, 256, 45, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 374, 423, 424, 406, 417, 417, 119, 284, 285, 122, 417, 578, 424, 424, 549, 550, 424, 374, 417, 586, 272, 281, 755, 417, 301, 302, 406, 417, 374, 417, 417, 734, 567, 44, 44, 768, 769, 770, 771, 772, 719, 756, 811, 578, 417, 720, 417, 417, 417, 567, 44, 586, 705, 588, 589, 590, 591, 592, 682, 417, 578, 417, 417, 687, 682, 486, 44, 40, 586, 687, 588, 589, 590, 591, 592, 799, 800, 801, 417, 40, 424, 256, 271, 272, 273, 507, 40, 637, 40, 511, 40, 886, 40, 521, 747, 523, 518, 40, 40, 632, 275, 634, 635, 525, 41, 533, 281, 44, 40, 284, 285, 42, 43, 44, 45, 392, 47, 539, 41, 541, 40, 44, 40, 545, 272, 273, 301, 302, 40, 40, 856, 857, 858, 859, 860, 42, 43, 863, 45, 40, 47, 358, 359, 938, 566, 40, 40, 682, 425, 37, 883, 40, 687, 41, 576, 40, 44, 40, 549, 550, 377, 378, 379, 380, 381, 37, 40, 870, 417, 41, 40, 824, 44, 390, 40, 40, 289, 601, 291, 601, 602, 40, 42, 43, 40, 45, 299, 41, 42, 43, 40, 45, 37, 846, 42, 43, 44, 45, 765, 47, 60, 61, 62, 753, 722, 40, 271, 272, 273, 417, 632, 41, 634, 635, 44, 637, 44, 392, 58, 641, 41, 756, 644, 44, 877, 857, 858, 859, 860, 37, 765, 818, 40, 41, 42, 43, 44, 45, 756, 661, 662, 417, 41, 417, 666, 44, 668, 765, 41, 799, 425, 44, 60, 881, 62, 44, 44, 41, 680, 681, 44, 41, 41, 58, 44, 44, 799, 800, 801, 41, 37, 693, 44, 695, 417, 42, 43, 41, 45, 41, 44, 41, 44, 674, 44, 41, 708, 41, 44, 41, 44, 682, 44, 60, 61, 62, 687, 44, 689, 41, 0, 41, 44, 41, 44, 41, 44, 40, 44, 424, 10, 61, 734, 390, 391, 417, 41, 41, 885, 44, 44, 44, 41, 41, 746, 44, 44, 417, 750, 406, 407, 753, 417, 410, 411, 412, 413, 417, 44, 730, 40, 272, 42, 43, 44, 45, 41, 424, 390, 391, 885, 41, 41, 41, 44, 44, 44, 44, 908, 40, 60, 61, 62, 41, 406, 407, 44, 885, 410, 411, 412, 413, 41, 41, 40, 44, 44, 799, 800, 801, 41, 41, 424, 44, 44, 41, 424, 41, 44, 811, 44, 813, 41, 41, 41, 44, 44, 44, 258, 259, 260, 261, 262, 61, 264, 265, 266, 267, 268, 269, 44, 41, 272, 273, 44, 278, 838, 271, 272, 273, 41, 41, 41, 44, 44, 44, 41, 44, 850, 44, 852, 41, 44, 380, 44, 44, 44, 44, 40, 44, 37, 41, 41, 44, 40, 272, 44, 417, 870, 40, 258, 259, 260, 261, 262, 417, 264, 265, 266, 267, 268, 269, 41, 44, 272, 273, 417, 41, 417, 61, 41, 424, 44, 273, 44, 40, 898, 44, 900, 901, 44, 44, 58, 41, 41, 332, 908, 417, 41, 41, 881, 258, 259, 260, 261, 262, 42, 264, 265, 266, 267, 268, 269, 58, 417, 272, 273, 41, 37, 272, 0, 933, 40, 42, 43, 906, 45, 272, 940, 272, 10, 41, 58, 374, 946, 417, 44, 949, 41, 44, 61, 60, 61, 62, 41, 417, 417, 41, 41, 41, 962, 41, 61, 41, 966, 41, 41, 969, 970, 374, 44, 272, 41, 975, 44, 47, 256, 417, 258, 259, 260, 261, 262, 44, 264, 265, 266, 267, 268, 269, 41, 271, 272, 273, 61, 275, 417, 277, 417, 417, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 417, 417, 44, 301, 302, 41, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 41, 331, 58, 333, 334, 335, 336, 337, 41, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 41, 41, 357, 358, 359, 44, 361, 362, 363, 41, 365, 366, 367, 41, 272, 370, 41, 372, 41, 41, 375, 376, 377, 378, 41, 775, 381, 382, 383, 850, 957, 873, 520, 271, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 285, 401, 402, 403, 404, 405, 406, 407, 408, 0, 410, 411, 412, 413, 773, 415, 416, 417, 350, 10, 382, 681, 402, 900, 424, 425, 753, 852, 9, 258, 259, 260, 261, 262, 13, 264, 265, 266, 267, 268, 269, 74, 275, 272, 273, 691, 37, 429, 952, 539, 41, 42, 43, 44, 45, 695, 47, 528, 502, 537, 701, 557, 128, 549, 750, 550, 256, 58, 559, 60, 61, 62, 756, -1, -1, 140, -1, -1, -1, -1, -1, 271, 272, -1, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, 0, 370, -1, 372, -1, -1, 375, 376, 377, 378, 10, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, 37, -1, 408, -1, 41, 42, 43, 44, 45, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, -1, 58, -1, 60, 61, 62, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 256, -1, 258, 259, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, 271, 272, 273, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, 40, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, 10, 380, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, 40, -1, -1, 43, -1, 45, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, 256, -1, 258, 259, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, 271, 272, 273, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, 0, 370, -1, 372, -1, -1, 375, 376, 377, 378, 10, 380, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, 37, -1, 408, -1, 41, 42, 43, 44, 45, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, -1, 58, -1, 60, 61, 62, -1, 287, 288, -1, -1, -1, 292, 293, 294, 295, -1, -1, -1, -1, -1, -1, -1, -1, 304, 305, 306, 307, 308, 309, 310, -1, 312, 313, 314, -1, 263, 317, 318, 319, -1, 321, 322, 323, 324, 325, -1, 327, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 287, 288, -1, -1, -1, 292, 293, 294, 295, -1, -1, -1, -1, -1, -1, -1, -1, 304, 305, 306, 307, 308, 309, 310, -1, 312, 313, 314, -1, -1, 317, 318, 319, -1, 321, 322, 323, 324, 325, -1, 327, -1, -1, -1, -1, -1, -1, -1, -1, -1, 390, 391, -1, 0, -1, -1, 396, -1, -1, -1, -1, -1, -1, 10, -1, -1, 406, 407, -1, -1, 410, 411, 412, 413, -1, -1, -1, 417, -1, -1, -1, -1, -1, -1, 424, -1, -1, -1, -1, -1, 37, -1, 379, -1, 41, 42, 43, 44, 45, -1, -1, -1, -1, 390, 391, -1, -1, -1, -1, 396, -1, 58, -1, 60, 61, 62, -1, -1, -1, 406, 407, -1, -1, 410, 411, 412, 413, -1, -1, -1, 417, -1, -1, -1, -1, -1, -1, 424, -1, 256, -1, 258, 259, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, 271, 272, 273, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, 380, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, 40, -1, 408, 43, -1, 45, -1, -1, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, 256, 61, 258, 259, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, 271, 272, 273, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, -1, 42, 43, -1, 45, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, 60, 326, 62, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, 0, 370, -1, 372, -1, -1, 375, 376, 377, 378, 10, 380, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, 277, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, 40, 41, 42, 43, 44, 45, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, -1, 58, -1, 60, 61, 62, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 328, 329, 330, -1, -1, -1, -1, -1, -1, -1, 42, 43, -1, 45, -1, -1, -1, 263, -1, -1, -1, -1, -1, -1, -1, -1, 272, -1, 60, 357, 62, 359, 360, 361, -1, -1, 364, 365, -1, 367, 368, 287, 288, -1, -1, -1, 292, 293, 294, 295, -1, -1, -1, -1, -1, -1, -1, -1, 304, 305, 306, 307, 308, 309, 310, -1, 312, 313, 314, -1, -1, 317, 318, 319, -1, 321, 322, 323, 324, 325, -1, 327, -1, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, 10, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 379, 37, -1, -1, -1, 41, 42, 43, 44, 45, -1, 390, 391, -1, -1, -1, -1, 396, -1, -1, -1, -1, 58, -1, 60, 61, 62, 406, 407, -1, -1, 410, 411, 412, 413, -1, -1, -1, 417, -1, -1, -1, -1, -1, -1, 424, -1, -1, -1, -1, 256, -1, 258, 259, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, 271, 272, 273, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, 262, -1, 264, 265, 266, 267, 268, 269, 311, -1, 272, 273, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, 40, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, 380, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, 40, -1, 42, 43, -1, 45, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, 256, 58, 258, 259, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, 271, 272, 273, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, 0, 370, -1, 372, -1, -1, 375, 376, 377, 378, 10, 380, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, 37, -1, 408, -1, 41, 42, 43, 44, 45, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, -1, 58, -1, 60, 61, 62, -1, 287, 288, -1, -1, -1, 292, 293, 294, 295, -1, -1, -1, -1, -1, -1, -1, -1, 304, 305, 306, 307, 308, 309, 310, -1, 312, 313, 314, -1, 263, 317, 318, 319, -1, 321, 322, 323, 324, 325, -1, 327, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 287, 288, -1, -1, -1, 292, 293, 294, 295, -1, -1, -1, -1, -1, -1, -1, -1, 304, 305, 306, 307, 308, 309, 310, -1, 312, 313, 314, -1, -1, 317, 318, 319, -1, 321, 322, 323, 324, 325, -1, 327, -1, -1, -1, -1, -1, -1, -1, -1, -1, 390, 391, -1, 0, -1, -1, 396, -1, -1, -1, -1, -1, -1, 10, -1, -1, 406, 407, -1, -1, 410, 411, 412, 413, -1, -1, -1, 417, -1, -1, -1, -1, -1, -1, 424, -1, -1, -1, -1, -1, -1, -1, 379, -1, 41, 42, 43, 44, 45, -1, -1, -1, -1, 390, 391, -1, -1, -1, -1, 396, -1, 58, -1, 60, 61, 62, -1, -1, -1, 406, 407, -1, -1, 410, 411, 412, 413, -1, -1, -1, 417, -1, -1, -1, -1, -1, -1, 424, -1, 256, -1, 258, 259, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, 271, 272, 273, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, 380, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, 40, -1, 42, 43, -1, 45, 415, 416, -1, -1, -1, -1, -1, -1, -1, 424, 425, 256, -1, 258, 259, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, 271, 272, 273, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, 42, 43, -1, 45, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, 60, -1, 62, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, 0, 370, -1, 372, -1, -1, 375, 376, 377, 378, 10, 380, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, 41, 42, 43, 44, 45, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, -1, -1, -1, 60, 61, 62, -1, -1, 288, -1, -1, -1, 292, 293, 294, 295, -1, -1, -1, -1, -1, -1, -1, -1, 304, 305, 306, 307, 308, 309, 310, -1, 312, 313, 314, -1, 263, 317, 318, 319, -1, -1, 322, 323, 324, 325, -1, 327, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 287, 288, -1, -1, -1, 292, 293, 294, 295, -1, -1, -1, -1, -1, -1, -1, -1, 304, 305, 306, 307, 308, 309, 310, -1, 312, 313, 314, -1, -1, 317, 318, 319, -1, 321, 322, 323, 324, 325, -1, 327, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, -1, -1, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, 10, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 417, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 37, -1, 379, -1, 41, 42, 43, 44, 45, -1, -1, -1, -1, 390, 391, -1, -1, -1, -1, 396, -1, 58, -1, -1, 61, -1, -1, -1, -1, 406, 407, -1, -1, 410, 411, 412, 413, -1, -1, -1, 417, -1, -1, -1, -1, -1, -1, 424, -1, 256, -1, 258, 259, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, 380, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, -1, -1, -1, -1, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, 256, -1, 258, 259, 260, 261, 262, 0, 264, 265, 266, 267, 268, 269, -1, 271, 272, 10, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, 37, 301, 302, -1, 41, 42, 43, 44, 45, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, 58, -1, -1, 61, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, 380, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, -1, -1, -1, -1, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, -1, -1, -1, -1, -1, -1, 288, 0, -1, -1, 292, 293, 294, 295, -1, -1, -1, 10, -1, -1, -1, -1, 304, 305, 306, 307, 308, 309, 310, -1, 312, 313, 314, -1, -1, 317, 318, 319, -1, -1, 322, 323, 324, 325, 37, 327, -1, -1, 41, 42, 43, 44, 45, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 58, -1, -1, 61, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 256, -1, 258, 259, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, 271, 272, -1, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, 417, -1, -1, 301, 302, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, 380, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, -1, -1, -1, -1, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, 256, -1, 258, 259, 260, 261, 262, 0, 264, 265, 266, 267, 268, 269, -1, 271, 272, 10, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, 37, 301, 302, -1, 41, 42, 43, 44, 45, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, 58, -1, -1, 61, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, 380, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, -1, -1, -1, -1, -1, 415, 416, 417, -1, 286, -1, -1, -1, -1, 424, 425, -1, -1, -1, -1, -1, -1, -1, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, 10, 311, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 326, -1, -1, -1, -1, 331, 332, -1, -1, -1, 336, 337, -1, -1, -1, 41, 42, 43, 44, 45, 346, 347, 348, 349, 350, 351, 352, 353, -1, -1, -1, -1, -1, -1, 60, 61, 62, -1, -1, -1, 366, -1, -1, -1, -1, -1, 372, -1, -1, -1, -1, -1, -1, -1, -1, 381, -1, 383, -1, -1, 256, -1, 258, 259, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, 271, 272, -1, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, 417, -1, 289, 290, 291, -1, -1, 424, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, 380, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, 40, -1, 42, 43, -1, 45, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, 256, -1, 258, 259, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, 0, 370, -1, 372, -1, -1, 375, 376, 377, 378, 10, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, -1, 42, 43, -1, 45, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, -1, -1, -1, 60, 61, 62, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 263, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 287, 288, -1, -1, -1, 292, 293, 294, 295, -1, -1, -1, -1, -1, -1, -1, -1, 304, 305, 306, 307, 308, 309, 310, -1, 312, 313, 314, -1, -1, 317, 318, 319, -1, 321, 322, 323, 324, 325, -1, 327, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, 10, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 37, -1, 379, -1, 41, -1, 43, 44, 45, -1, -1, -1, -1, 390, 391, -1, -1, -1, -1, 396, -1, 58, -1, -1, 61, -1, -1, -1, -1, 406, 407, -1, -1, 410, 411, 412, 413, -1, -1, -1, 417, -1, -1, -1, -1, -1, -1, 424, -1, 256, -1, 258, 259, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, 380, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, -1, -1, -1, -1, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, 256, -1, 258, 259, 260, 261, 262, 0, 264, 265, 266, 267, 268, 269, -1, 271, -1, 10, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, 37, 301, 302, -1, 41, -1, 43, 44, 45, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, 58, -1, -1, 61, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, 380, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, -1, -1, -1, -1, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, -1, -1, -1, -1, -1, -1, -1, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, 10, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 37, -1, -1, -1, 41, 42, -1, 44, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 58, -1, 60, -1, 62, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 256, -1, 258, 259, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, 271, -1, -1, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, 0, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, 380, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, -1, -1, -1, -1, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, 256, -1, 258, 259, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, 271, -1, 273, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, 0, 370, -1, 372, -1, -1, 375, 376, 377, 378, 10, 380, 381, 382, 383, 37, -1, -1, -1, 41, 389, -1, 44, 392, 393, 394, 395, -1, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, 60, 408, 62, -1, 42, 43, 44, 45, 415, 416, -1, -1, -1, -1, -1, -1, -1, -1, 425, -1, -1, -1, 60, 61, 62, -1, -1, -1, -1, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, -1, -1, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, 0, 370, -1, 372, -1, -1, 375, 376, 377, 378, 10, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, -1, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, -1, 42, 43, 44, 45, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, -1, -1, -1, -1, 60, 61, 62, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 258, 259, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, -1, -1, -1, -1, 256, -1, 258, 259, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, 0, -1, 315, 316, -1, -1, -1, 320, -1, -1, 10, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, -1, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, -1, -1, -1, -1, -1, 415, 416, -1, 256, -1, 258, 259, 260, 261, 262, 425, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, 0, 370, -1, 372, -1, -1, 375, 376, 377, 378, 10, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, -1, 397, 398, 399, -1, 401, 402, 403, 404, 405, 37, 256, 408, -1, 41, -1, -1, 44, -1, 415, 416, -1, -1, -1, -1, -1, 271, 272, -1, 425, 275, 58, 277, -1, 61, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, 0, 370, -1, 372, -1, -1, 375, 376, 377, 378, 10, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, 37, -1, 408, -1, 41, -1, -1, 44, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, -1, 58, -1, -1, 61, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 256, -1, 258, 259, 260, 261, 262, -1, -1, -1, -1, -1, -1, -1, -1, 271, -1, -1, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, 42, 43, 370, 45, 372, -1, -1, 375, 376, 377, 378, -1, 380, 381, 382, 383, -1, -1, 60, 61, 62, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, 256, 408, 258, 259, 260, 261, 262, -1, 415, 416, 417, -1, -1, 0, -1, 271, -1, 424, 425, 275, -1, 277, -1, 10, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, 37, -1, -1, -1, 41, 311, -1, 44, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, 58, 328, 329, 61, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, 380, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, -1, -1, -1, -1, -1, 415, 416, 417, -1, -1, 0, -1, -1, -1, 424, 425, -1, -1, -1, -1, 10, -1, -1, 258, 259, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, -1, -1, -1, -1, -1, -1, -1, -1, 37, -1, -1, -1, 41, -1, -1, 44, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 58, -1, -1, 61, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 256, -1, 258, 259, 260, 261, 262, -1, -1, -1, -1, -1, -1, -1, -1, 271, -1, -1, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, 417, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, 42, 43, 370, 45, 372, -1, -1, 375, 376, 377, 378, -1, 380, 381, 382, 383, 58, -1, 60, 61, 62, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, 256, 408, 258, 259, 260, 261, 262, -1, 415, 416, 417, -1, -1, 0, -1, 271, -1, 424, 425, 275, -1, 277, -1, 10, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, 37, -1, -1, -1, 41, 311, -1, 44, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, 58, 328, 329, 61, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, 380, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, -1, -1, -1, -1, -1, 415, 416, 417, -1, -1, 0, -1, -1, -1, 424, 425, -1, -1, -1, -1, 10, -1, -1, 258, 259, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, -1, -1, -1, -1, -1, -1, -1, -1, 37, -1, -1, -1, 41, -1, -1, 44, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 58, -1, -1, 61, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 256, -1, 258, 259, 260, 261, 262, -1, -1, -1, -1, -1, -1, -1, -1, 271, -1, -1, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, 42, 43, 370, 45, 372, -1, -1, 375, 376, 377, 378, -1, 380, 381, 382, 383, 58, -1, 60, 61, 62, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, 256, 408, 258, 259, 260, 261, 262, -1, 415, 416, 417, -1, -1, 0, -1, 271, -1, 424, 425, 275, -1, 277, -1, 10, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, 37, -1, -1, -1, 41, 311, -1, 44, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, 58, 328, 329, 61, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, 380, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, -1, -1, -1, -1, -1, 415, 416, 417, -1, -1, 0, -1, -1, -1, 424, 425, -1, -1, -1, -1, 10, -1, -1, 258, 259, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, -1, -1, -1, -1, -1, -1, -1, -1, 37, -1, -1, -1, 41, -1, -1, 44, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 58, -1, -1, 61, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 256, -1, 258, 259, 260, 261, 262, -1, -1, -1, -1, -1, -1, -1, -1, 271, -1, -1, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, 42, 43, 370, 45, 372, -1, -1, 375, 376, 377, 378, -1, 380, 381, 382, 383, 58, -1, 60, 61, 62, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, 256, 408, 258, 259, 260, 261, 262, -1, 415, 416, 417, -1, -1, 0, -1, 271, -1, 424, 425, 275, -1, 277, -1, 10, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, 37, -1, -1, -1, 41, 311, -1, 44, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, 58, 328, 329, 61, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, 380, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, -1, -1, -1, -1, -1, 415, 416, 417, -1, -1, 0, -1, -1, -1, 424, 425, -1, -1, -1, -1, 10, -1, -1, 258, 259, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, -1, -1, -1, -1, -1, -1, -1, -1, 37, -1, -1, -1, 41, -1, -1, 44, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 58, -1, -1, 61, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 256, -1, 258, 259, 260, 261, 262, -1, -1, -1, -1, -1, -1, -1, -1, 271, -1, -1, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, 42, 43, 370, 45, 372, -1, -1, 375, 376, 377, 378, -1, 380, 381, 382, 383, 58, -1, 60, 61, 62, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, 256, 408, 258, 259, 260, 261, 262, -1, 415, 416, 417, -1, -1, 0, -1, 271, -1, 424, 425, 275, -1, 277, -1, 10, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, 37, -1, -1, -1, 41, 311, -1, 44, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, 58, 328, 329, 61, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, 380, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, -1, -1, -1, -1, -1, 415, 416, 417, -1, -1, 0, -1, -1, -1, 424, 425, -1, -1, -1, -1, 10, -1, -1, 258, 259, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, -1, -1, -1, -1, -1, -1, -1, -1, 37, -1, -1, -1, 41, -1, -1, 44, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 58, -1, -1, 61, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 256, -1, 258, 259, 260, 261, 262, -1, -1, -1, -1, -1, -1, -1, -1, 271, -1, -1, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, 42, 43, 370, 45, 372, -1, -1, 375, 376, 377, 378, -1, 380, 381, 382, 383, -1, -1, 60, 61, 62, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, 256, 408, 258, 259, 260, 261, 262, -1, 415, 416, 417, -1, -1, 0, -1, 271, -1, 424, 425, 275, -1, 277, -1, 10, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, 37, -1, -1, -1, 41, 311, -1, 44, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, 58, 328, 329, 61, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, 380, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, -1, -1, -1, -1, -1, 415, 416, 417, -1, -1, 0, -1, -1, -1, 424, 425, -1, -1, -1, -1, 10, -1, -1, 258, 259, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, -1, -1, -1, -1, -1, -1, -1, -1, 37, -1, -1, -1, 41, -1, -1, 44, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 58, -1, -1, 61, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 256, -1, 258, 259, 260, 261, 262, -1, -1, -1, -1, -1, -1, -1, -1, 271, -1, -1, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, 42, 43, 370, 45, 372, -1, -1, 375, 376, 377, 378, -1, 380, 381, 382, 383, -1, -1, 60, 61, 62, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, 256, 408, 258, 259, 260, 261, 262, -1, 415, 416, 417, -1, -1, 0, -1, 271, -1, 424, 425, 275, -1, 277, -1, 10, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, 37, -1, -1, -1, 41, 311, -1, 44, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, 58, 328, 329, 61, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, 380, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, -1, -1, -1, -1, -1, 415, 416, 417, -1, -1, 0, -1, -1, -1, 424, 425, -1, -1, -1, -1, 10, -1, -1, 258, 259, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, -1, -1, -1, -1, -1, -1, -1, -1, 37, -1, -1, -1, 41, -1, -1, 44, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 58, -1, -1, 61, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 256, -1, 258, 259, 260, 261, -1, -1, -1, -1, -1, -1, -1, -1, -1, 271, -1, -1, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, 40, 328, 329, 43, 331, 45, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, 380, 381, 382, 383, -1, 40, -1, 42, 43, 389, 45, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, 61, 256, 408, 258, 259, 260, 261, -1, -1, 415, 416, 417, -1, -1, -1, -1, 271, -1, 424, 425, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, 0, 370, -1, 372, -1, -1, 375, 376, 377, 378, 10, 380, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, 37, -1, 408, 40, 41, 42, 43, 44, 45, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, -1, -1, -1, -1, -1, -1, -1, -1, 298, 299, 300, -1, -1, 303, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 263, -1, -1, -1, -1, -1, -1, -1, -1, -1, 273, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 287, 288, -1, -1, -1, 292, 293, 294, 295, -1, -1, -1, -1, -1, -1, -1, -1, 304, 305, 306, 307, 308, 309, 310, -1, 312, 313, 314, -1, -1, 317, 318, 319, -1, 321, 322, 323, 324, 325, 0, 327, -1, -1, -1, -1, 390, 391, -1, -1, 10, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 406, 407, -1, -1, 410, 411, 412, 413, -1, -1, -1, 417, -1, -1, -1, 37, -1, -1, 424, 41, -1, -1, 44, -1, -1, -1, -1, -1, -1, -1, -1, 379, -1, -1, -1, -1, 58, -1, -1, 61, -1, -1, 390, 391, -1, -1, -1, -1, 396, -1, -1, -1, -1, -1, -1, -1, -1, -1, 406, 407, -1, -1, 410, 411, 412, 413, -1, -1, -1, 417, -1, -1, -1, -1, -1, -1, 424, -1, -1, -1, -1, -1, -1, 256, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 271, 272, 273, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, 256, 408, 258, 259, -1, -1, -1, -1, 415, 416, 417, -1, -1, 0, -1, 271, -1, 424, 425, 275, -1, 277, -1, 10, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, 37, -1, -1, -1, 41, 311, -1, 44, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, 58, 328, 329, 61, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, 380, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, -1, -1, -1, -1, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, 0, -1, -1, -1, -1, -1, -1, -1, -1, -1, 10, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 41, 42, 43, 44, 45, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 256, -1, 258, 259, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 271, -1, -1, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, 380, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, -1, -1, -1, 256, -1, 415, 416, 417, -1, -1, -1, 0, -1, -1, 424, 425, -1, -1, 271, 272, 273, 10, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, 41, 42, 43, 44, 45, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, -1, -1, -1, -1, -1, 415, 416, 417, -1, 0, -1, -1, -1, -1, 424, 425, -1, -1, -1, 10, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 42, 43, 44, 45, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 256, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 271, 272, 273, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, -1, 256, -1, -1, -1, 415, 416, -1, -1, 0, -1, -1, -1, -1, 424, 425, 271, 272, 273, 10, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, 41, 42, 43, 44, 45, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, -1, -1, -1, -1, -1, 415, 416, 417, -1, 0, -1, -1, -1, -1, 424, 425, -1, -1, -1, 10, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 41, 42, 43, 44, 45, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 256, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 271, 272, -1, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, -1, 256, -1, -1, -1, 415, 416, 417, 0, -1, -1, -1, -1, -1, 424, 425, 271, 272, 10, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, 41, 42, 43, 44, 45, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, -1, -1, -1, -1, -1, 415, 416, 417, 0, -1, -1, -1, -1, -1, 424, 425, -1, -1, 10, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 41, 42, 43, 44, 45, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 256, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 271, 272, -1, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, -1, 256, -1, -1, -1, 415, 416, 417, 0, -1, -1, -1, -1, -1, 424, 425, 271, 272, 10, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, 37, 301, 302, -1, 41, -1, -1, 44, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, 58, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, -1, -1, -1, -1, -1, 415, 416, 417, 0, -1, -1, -1, -1, -1, 424, 425, -1, -1, 10, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 37, -1, -1, -1, 41, -1, -1, 44, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 58, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 256, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 271, -1, -1, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, 0, 370, -1, 372, -1, -1, 375, 376, 377, 378, 10, 380, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, 41, 256, 43, 44, 45, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, 271, -1, -1, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, 0, 370, -1, 372, -1, -1, 375, 376, 377, 378, 10, 380, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, 41, -1, -1, 44, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 256, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 271, -1, -1, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, 0, 370, -1, 372, -1, -1, 375, 376, 377, 378, 10, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, 41, 256, -1, 44, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, 271, -1, -1, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, 0, 370, -1, 372, -1, -1, 375, 376, 377, 378, 10, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, 41, -1, -1, 44, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 256, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 271, -1, -1, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, 0, 370, -1, 372, -1, -1, 375, 376, 377, 378, 10, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, 41, 256, -1, 44, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, 271, -1, -1, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, 0, 370, -1, 372, -1, -1, 375, 376, 377, 378, 10, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, -1, 42, -1, 44, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, -1, -1, -1, -1, 61, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 256, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 271, -1, -1, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, 0, 370, -1, 372, -1, -1, 375, 376, 377, 378, 10, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, 41, 256, -1, 44, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, -1, -1, -1, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, 0, 370, -1, 372, -1, -1, 375, 376, 377, 378, 10, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, 41, -1, -1, 44, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 256, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 271, -1, -1, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, -1, -1, -1, -1, -1, 311, 0, -1, -1, 315, 316, -1, -1, -1, 320, -1, 10, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, -1, 256, -1, -1, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, 271, -1, -1, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, -1, -1, 0, -1, -1, 311, -1, -1, -1, 315, 316, -1, 10, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, -1, -1, -1, 256, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, -1, -1, 271, 272, -1, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, 0, 370, -1, 372, -1, -1, 375, 376, 377, 378, 10, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, 256, 408, -1, 41, -1, -1, -1, -1, 415, 416, 417, -1, -1, -1, -1, 271, 272, 424, 425, 275, 58, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, 0, 370, -1, 372, -1, -1, 375, 376, 377, 378, 10, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, -1, -1, -1, 44, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 256, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, -1, 0, -1, -1, -1, 311, -1, -1, -1, 315, 316, 10, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, 256, 408, -1, -1, -1, -1, -1, -1, 415, 416, 417, -1, -1, -1, -1, 271, 272, 424, 425, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, 0, 370, -1, 372, -1, -1, 375, 376, 377, 378, 10, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, -1, 42, 256, 44, -1, 415, 416, -1, -1, -1, -1, -1, -1, -1, 424, 425, -1, 271, 272, -1, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, 0, 365, 366, 367, -1, -1, 370, -1, 372, -1, 10, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, -1, -1, -1, -1, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 256, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, -1, 0, -1, -1, -1, 311, -1, -1, -1, 315, 316, 10, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, 256, 408, -1, -1, -1, -1, -1, -1, 415, 416, 417, -1, -1, -1, -1, 271, 272, 424, 425, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, 0, 370, -1, 372, -1, -1, 375, 376, 377, 378, 10, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, 41, -1, 256, 44, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, -1, 271, 272, -1, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, 0, 370, -1, 372, -1, -1, 375, 376, 377, 378, 10, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, 41, -1, -1, 44, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 256, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, 0, 370, -1, 372, -1, -1, 375, 376, 377, 378, 10, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, 41, -1, 256, 44, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, -1, -1, -1, -1, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, 0, 370, -1, 372, -1, -1, 375, 376, 377, 378, 10, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, 41, -1, -1, 44, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 256, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, 0, 370, -1, 372, -1, -1, 375, 376, 377, 378, 10, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, 41, -1, 256, 44, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, -1, -1, -1, -1, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, 0, 370, -1, 372, -1, -1, 375, 376, 377, 378, 10, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, -1, -1, -1, 44, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 256, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, -1, -1, -1, -1, -1, 311, 0, -1, -1, 315, 316, -1, -1, -1, 320, -1, 10, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, 44, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, -1, -1, 256, -1, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, -1, -1, -1, -1, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, -1, -1, -1, -1, -1, 311, 0, -1, -1, 315, 316, -1, -1, -1, 320, -1, 10, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, 44, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, 380, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, -1, -1, 256, -1, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, -1, -1, -1, -1, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, -1, -1, -1, -1, -1, 311, 0, -1, -1, 315, 316, -1, -1, -1, 320, -1, 10, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, 44, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, 61, -1, 375, 376, 377, 378, -1, 380, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, -1, -1, 256, -1, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, -1, -1, -1, -1, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, -1, 0, -1, -1, -1, 311, -1, -1, -1, 315, 316, 10, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, 380, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, -1, -1, 256, -1, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, -1, -1, -1, -1, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, 0, 370, -1, 372, -1, -1, 375, 376, 377, 378, 10, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, 256, 408, -1, -1, -1, -1, 44, -1, 415, 416, 417, -1, -1, -1, -1, 271, 272, 424, 425, 275, -1, 277, -1, 61, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, 0, 370, -1, 372, -1, -1, 375, 376, 377, 378, 10, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, 41, -1, -1, 44, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 256, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, 0, -1, -1, -1, -1, -1, -1, 311, -1, -1, 10, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, 256, 408, -1, -1, -1, -1, -1, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, 0, -1, -1, -1, -1, -1, -1, 311, -1, -1, 10, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, 256, -1, -1, -1, -1, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, -1, -1, 275, -1, 277, 278, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, 0, -1, -1, -1, -1, -1, -1, 311, -1, -1, 10, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, 256, 408, -1, -1, -1, -1, -1, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, 0, 370, -1, 372, -1, -1, 375, 376, 377, 378, 10, 380, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, 256, 41, -1, -1, 44, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, -1, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, 0, 370, -1, 372, -1, -1, 375, 376, 377, 378, 10, 380, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, -1, -1, -1, 44, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 256, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, 0, 370, -1, 372, -1, -1, 375, 376, 377, 378, 10, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, 256, -1, -1, -1, 44, -1, 415, 416, -1, -1, -1, -1, -1, -1, -1, 424, 425, -1, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, 0, 370, -1, 372, -1, -1, 375, 376, 377, 378, 10, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, -1, -1, -1, 44, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 256, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, 0, 370, -1, 372, -1, -1, 375, 376, 377, 378, 10, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, 256, -1, -1, -1, 44, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, -1, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, 0, 370, -1, 372, -1, -1, 375, 376, 377, 378, 10, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, -1, -1, -1, -1, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 256, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, 0, 370, -1, 372, -1, -1, 375, 376, 377, 378, 10, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, 256, -1, -1, -1, 44, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, -1, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, 0, 370, -1, 372, -1, -1, 375, 376, 377, 378, 10, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, -1, -1, -1, -1, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 256, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, 0, -1, -1, -1, -1, -1, -1, 311, -1, -1, 10, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, 256, -1, -1, -1, -1, -1, 415, 416, -1, -1, -1, -1, -1, -1, -1, 424, 425, -1, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, 0, -1, -1, -1, -1, -1, -1, 311, -1, -1, 10, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, 256, 408, -1, -1, -1, -1, -1, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, 0, -1, -1, -1, -1, -1, -1, 311, -1, -1, 10, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, 256, -1, -1, -1, -1, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, -1, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, 0, -1, -1, -1, -1, -1, -1, 311, -1, -1, 10, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, 256, 408, -1, -1, -1, -1, -1, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, 0, -1, -1, -1, -1, -1, -1, 311, -1, -1, 10, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, 256, -1, -1, -1, -1, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, -1, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, 0, -1, -1, -1, -1, -1, -1, 311, -1, -1, 10, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, 256, 408, -1, -1, -1, -1, -1, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, 0, -1, -1, -1, -1, -1, -1, 311, -1, -1, 10, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, 256, -1, -1, -1, -1, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, -1, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, 0, -1, -1, -1, -1, -1, -1, 311, -1, -1, 10, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, 256, 408, -1, -1, -1, -1, -1, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, 0, -1, -1, -1, -1, -1, -1, 311, -1, -1, 10, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, 256, -1, -1, -1, -1, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, -1, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, 0, -1, -1, -1, -1, -1, -1, 311, -1, -1, 10, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, 256, 408, -1, -1, -1, -1, -1, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, 0, -1, -1, -1, -1, -1, -1, 311, -1, -1, 10, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, 256, -1, -1, -1, -1, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, -1, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, 0, -1, -1, -1, -1, -1, -1, 311, -1, -1, 10, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, 256, 408, -1, -1, -1, -1, -1, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, 0, -1, -1, -1, -1, -1, -1, 311, -1, -1, 10, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, 256, -1, -1, -1, -1, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, -1, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, 0, -1, -1, -1, -1, -1, -1, 311, -1, -1, 10, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, 256, 408, -1, -1, -1, -1, -1, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, 0, -1, -1, -1, -1, -1, -1, 311, -1, -1, 10, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, 256, -1, -1, -1, -1, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, -1, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, 0, -1, -1, -1, -1, -1, -1, 311, -1, -1, 10, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, 256, 408, -1, -1, -1, -1, -1, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, 0, -1, -1, -1, -1, -1, -1, 311, -1, -1, 10, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, 256, -1, -1, -1, -1, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, -1, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, 0, -1, -1, -1, -1, -1, -1, 311, -1, -1, 10, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, 256, 408, -1, -1, -1, -1, -1, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, 0, -1, -1, -1, -1, -1, -1, 311, -1, -1, 10, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, 256, -1, -1, -1, -1, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, -1, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, 0, -1, -1, -1, -1, -1, -1, 311, -1, -1, 10, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, 256, 408, -1, -1, -1, -1, -1, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, 0, -1, -1, -1, -1, -1, -1, 311, -1, -1, 10, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, 256, -1, -1, -1, -1, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, -1, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, 0, -1, -1, -1, -1, -1, -1, 311, -1, -1, 10, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, 256, 408, -1, -1, -1, -1, -1, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, 0, -1, -1, -1, -1, -1, -1, 311, -1, -1, 10, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, 256, -1, -1, -1, -1, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, -1, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, 0, -1, -1, -1, -1, -1, -1, 311, -1, -1, 10, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, 256, 408, -1, -1, -1, -1, -1, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, 0, -1, -1, -1, -1, -1, -1, 311, -1, -1, 10, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, 256, -1, -1, -1, -1, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, -1, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, 0, -1, -1, -1, -1, -1, -1, 311, -1, -1, 10, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, 256, 408, -1, -1, -1, -1, -1, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, 0, -1, -1, -1, -1, -1, -1, 311, -1, -1, 10, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, 256, -1, -1, -1, -1, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, -1, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, 0, -1, -1, -1, -1, -1, -1, 311, -1, -1, 10, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, 256, 408, -1, -1, -1, -1, -1, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, 0, -1, -1, -1, -1, -1, -1, -1, 311, -1, 10, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, 256, -1, -1, -1, -1, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, -1, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, 0, -1, -1, -1, -1, -1, -1, -1, 311, -1, 10, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, 256, -1, 408, -1, -1, -1, -1, -1, -1, 415, 416, -1, -1, -1, -1, -1, -1, -1, 424, 425, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, 0, -1, -1, -1, -1, -1, -1, 311, -1, -1, 10, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, 256, -1, -1, -1, -1, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, 425, -1, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, 0, -1, -1, -1, -1, -1, -1, 311, -1, -1, 10, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, 256, 408, -1, -1, -1, -1, -1, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, -1, 425, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, 0, -1, -1, -1, -1, -1, -1, 311, -1, -1, 10, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, 256, -1, -1, -1, -1, -1, 415, 416, -1, -1, -1, -1, -1, -1, -1, 424, 425, -1, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, 0, -1, -1, -1, -1, -1, -1, 311, -1, -1, 10, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, 392, 393, 394, 395, -1, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, 256, 408, -1, -1, -1, -1, -1, -1, 415, 416, -1, -1, -1, -1, -1, -1, -1, -1, 425, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, 40, -1, 42, 43, 389, 45, -1, 392, 393, 394, 395, -1, 397, 398, 399, -1, 401, 402, 403, 404, 405, 61, -1, 408, 256, -1, -1, -1, -1, -1, 415, 416, -1, -1, -1, -1, -1, -1, -1, -1, 425, -1, -1, 275, -1, 277, -1, -1, 280, 281, 282, 283, 284, 285, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, 301, 302, -1, 41, 42, 43, -1, 45, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, 58, -1, 60, 61, 62, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, 40, -1, 42, 43, 389, 45, -1, 392, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, 61, -1, 408, -1, -1, -1, -1, -1, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, -1, -1, -1, -1, -1, -1, -1, -1, 40, -1, -1, 43, -1, 45, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 61, 263, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 287, 288, -1, -1, -1, 292, 293, 294, 295, -1, -1, -1, -1, -1, -1, -1, -1, 304, 305, 306, 307, 308, 309, 310, -1, 312, 313, 314, -1, -1, 317, 318, 319, -1, 321, 322, 323, 324, 325, -1, 327, -1, 258, 259, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 379, 40, -1, -1, 43, -1, 45, -1, -1, -1, -1, 390, 391, -1, -1, -1, -1, 396, -1, -1, -1, -1, 61, -1, -1, -1, -1, 406, 407, -1, -1, 410, 411, 412, 413, -1, -1, 263, 417, -1, -1, -1, -1, -1, -1, 424, -1, -1, -1, 40, -1, -1, 43, -1, 45, -1, -1, -1, -1, -1, -1, 287, 288, -1, -1, -1, 292, 293, 294, 295, 61, -1, -1, -1, -1, -1, -1, -1, 304, 305, 306, 307, 308, 309, 310, 263, 312, 313, 314, -1, -1, 317, 318, 319, -1, 321, 322, 323, 324, 325, -1, 327, -1, -1, -1, -1, -1, -1, -1, 287, 288, -1, -1, -1, 292, 293, 294, 295, -1, -1, -1, -1, -1, -1, -1, -1, 304, 305, 306, 307, 308, 309, 310, -1, 312, 313, 314, -1, -1, 317, 318, 319, -1, 321, 322, 323, 324, 325, -1, 327, -1, -1, -1, 379, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 390, 391, -1, -1, -1, -1, 396, -1, -1, -1, -1, -1, -1, -1, -1, -1, 406, 407, -1, -1, 410, 411, 412, 413, -1, -1, 40, 417, 42, 43, -1, 45, -1, -1, 424, -1, -1, 379, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 390, 391, -1, -1, -1, -1, 396, -1, -1, -1, -1, -1, 263, -1, -1, -1, 406, 407, -1, -1, 410, 411, 412, 413, -1, -1, 40, 417, 42, 43, -1, 45, -1, -1, 424, -1, 287, 288, -1, -1, -1, 292, 293, 294, 295, -1, -1, -1, -1, -1, -1, -1, -1, 304, 305, 306, 307, 308, 309, 310, 263, 312, 313, 314, -1, -1, 317, 318, 319, -1, 321, 322, 323, 324, 325, -1, 327, -1, -1, -1, -1, -1, -1, -1, 287, 288, -1, -1, -1, 292, 293, 294, 295, -1, -1, -1, -1, -1, -1, -1, -1, 304, 305, 306, 307, 308, 309, 310, -1, 312, 313, 314, -1, -1, 317, 318, 319, -1, 321, 322, 323, 324, 325, -1, 327, -1, -1, -1, 379, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 390, 391, -1, -1, -1, -1, 396, -1, -1, -1, -1, -1, -1, -1, -1, -1, 406, 407, -1, -1, 410, 411, 412, 413, -1, 40, -1, 417, 43, -1, 45, -1, -1, -1, 424, -1, -1, 379, -1, -1, -1, -1, -1, 58, -1, -1, -1, -1, 390, 391, -1, -1, -1, -1, 396, -1, -1, -1, -1, -1, -1, -1, 263, -1, 406, 407, -1, -1, 410, 411, 412, 413, -1, -1, -1, 417, -1, -1, 40, -1, -1, 43, 424, 45, -1, -1, 287, 288, -1, -1, -1, 292, 293, 294, 295, -1, 58, -1, -1, -1, -1, -1, -1, 304, 305, 306, 307, 308, 309, 310, 263, 312, 313, 314, -1, -1, 317, 318, 319, -1, 321, 322, 323, 324, 325, -1, 327, -1, -1, -1, -1, -1, -1, -1, 287, 288, -1, -1, -1, 292, 293, 294, 295, -1, -1, -1, -1, -1, -1, -1, -1, 304, 305, 306, 307, 308, 309, 310, -1, 312, 313, 314, -1, -1, 317, 318, 319, -1, 321, 322, 323, 324, 325, -1, 327, -1, -1, -1, 379, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 390, 391, -1, -1, -1, -1, 396, -1, -1, -1, -1, -1, -1, -1, -1, -1, 406, 407, -1, -1, 410, 411, 412, 413, -1, -1, -1, 417, 40, -1, 42, 43, -1, 45, 424, -1, -1, 379, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 390, 391, -1, -1, -1, -1, 396, -1, -1, -1, -1, 263, -1, -1, -1, -1, 406, 407, -1, -1, 410, 411, 412, 413, -1, -1, -1, 417, 40, -1, 42, 43, -1, 45, 424, 287, 288, -1, -1, -1, 292, 293, 294, 295, -1, -1, -1, -1, -1, -1, -1, -1, 304, 305, 306, 307, 308, 309, 310, -1, 312, 313, 314, -1, 263, 317, 318, 319, -1, 321, 322, 323, 324, 325, -1, 327, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 287, 288, -1, -1, -1, 292, 293, 294, 295, -1, -1, -1, -1, -1, -1, -1, -1, 304, 305, 306, 307, 308, 309, 310, -1, 312, 313, 314, -1, -1, 317, 318, 319, -1, 321, 322, 323, 324, 325, 379, 327, -1, -1, -1, -1, -1, -1, -1, -1, -1, 390, 391, -1, -1, -1, -1, 396, -1, -1, -1, -1, -1, -1, -1, -1, -1, 406, 407, -1, -1, 410, 411, 412, 413, -1, 40, -1, 417, 43, -1, 45, -1, -1, -1, 424, -1, -1, -1, -1, -1, -1, -1, 379, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 390, 391, -1, -1, -1, -1, 396, -1, -1, -1, -1, -1, 263, -1, -1, -1, 406, 407, -1, -1, 410, 411, 412, 413, -1, 40, -1, 417, 43, -1, 45, -1, -1, -1, 424, -1, 287, 288, -1, -1, -1, 292, 293, 294, 295, -1, -1, -1, -1, -1, -1, -1, -1, 304, 305, 306, 307, 308, 309, 310, 263, 312, 313, 314, -1, -1, 317, 318, 319, -1, 321, 322, 323, 324, 325, -1, 327, -1, -1, -1, -1, -1, -1, -1, 287, 288, -1, -1, -1, 292, 293, 294, 295, -1, -1, -1, -1, -1, -1, -1, -1, 304, 305, 306, 307, 308, 309, 310, -1, 312, 313, 314, -1, -1, 317, 318, 319, -1, 321, 322, 323, 324, 325, -1, 327, -1, -1, -1, 379, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 390, 391, -1, -1, -1, -1, 396, -1, -1, -1, -1, -1, -1, -1, -1, -1, 406, 407, -1, -1, 410, 411, 412, 413, -1, 40, -1, 417, 43, -1, 45, -1, -1, -1, 424, -1, -1, 379, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 390, 391, -1, -1, -1, -1, 396, -1, 263, -1, -1, -1, -1, -1, -1, -1, 406, 407, -1, -1, 410, 411, 412, 413, -1, 40, -1, 417, 43, -1, 45, -1, 287, 288, 424, -1, -1, 292, 293, 294, 295, -1, -1, -1, -1, -1, -1, -1, -1, 304, 305, 306, 307, 308, 309, 310, -1, 312, 313, 314, -1, 263, 317, 318, 319, -1, 321, 322, 323, 324, 325, -1, 327, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 287, 288, -1, -1, -1, 292, 293, 294, 295, -1, -1, -1, -1, -1, -1, -1, -1, 304, 305, 306, 307, 308, 309, 310, -1, 312, 313, 314, -1, -1, 317, 318, 319, -1, 321, 322, 323, 324, 325, 379, 327, -1, -1, -1, -1, -1, -1, -1, -1, -1, 390, 391, -1, -1, -1, -1, 396, -1, -1, -1, -1, -1, -1, -1, -1, -1, 406, 407, -1, -1, 410, 411, 412, 413, -1, 40, -1, 417, 43, -1, 45, -1, -1, -1, 424, -1, -1, -1, -1, -1, -1, -1, 379, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 390, 391, -1, -1, -1, -1, 396, -1, -1, -1, -1, -1, 263, -1, -1, -1, 406, 407, -1, -1, 410, 411, 412, 413, -1, 40, -1, 417, 43, -1, 45, -1, -1, -1, 424, -1, 287, 288, -1, -1, -1, 292, 293, 294, 295, -1, -1, -1, -1, -1, -1, -1, -1, 304, 305, 306, 307, 308, 309, 310, 263, 312, 313, 314, -1, -1, 317, 318, 319, -1, 321, 322, 323, 324, 325, -1, 327, -1, -1, -1, -1, -1, -1, -1, 287, 288, -1, -1, -1, 292, 293, 294, 295, -1, 40, -1, 42, 43, -1, 45, -1, 304, 305, 306, 307, 308, 309, 310, -1, 312, 313, 314, -1, -1, 317, 318, 319, -1, 321, 322, 323, 324, 325, -1, 327, -1, -1, -1, 379, -1, 40, -1, 42, 43, -1, 45, -1, -1, -1, 390, 391, -1, -1, -1, -1, 396, -1, -1, -1, -1, -1, -1, -1, -1, -1, 406, 407, -1, -1, 410, 411, 412, 413, -1, -1, -1, 417, -1, -1, -1, -1, -1, -1, 424, -1, -1, 379, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 390, 391, -1, -1, -1, -1, 396, -1, 263, 41, 42, 43, -1, 45, -1, -1, 406, 407, -1, -1, 410, 411, 412, 413, -1, -1, 58, 417, 60, 61, 62, -1, 287, 288, 424, -1, -1, 292, 293, 294, 295, -1, -1, -1, -1, -1, -1, -1, -1, 304, 305, 306, 307, 308, 309, 310, -1, 312, 313, 314, -1, 263, 317, 318, 319, -1, 321, 322, 323, 324, 325, -1, 327, -1, -1, -1, -1, -1, -1, -1, 41, 42, 43, 44, 45, 287, 288, -1, -1, -1, 292, 293, 294, 295, -1, -1, -1, -1, -1, 60, 61, 62, 304, 305, 306, 307, 308, 309, 310, -1, 312, 313, 314, -1, -1, 317, 318, 319, -1, 321, 322, 323, 324, 325, 379, 327, 41, 42, 43, -1, 45, -1, -1, -1, -1, 390, 391, -1, -1, -1, 273, 396, -1, -1, -1, 60, 61, 62, -1, -1, -1, 406, 407, -1, -1, 410, 411, 412, 413, 41, 42, 43, 417, 45, -1, 298, 299, 300, -1, 424, 303, -1, -1, -1, -1, -1, -1, 379, 60, 61, 62, -1, -1, -1, -1, -1, -1, -1, 390, 391, -1, -1, -1, -1, 396, -1, -1, -1, -1, -1, -1, 298, 299, 300, 406, 407, 303, -1, 410, 411, 412, 413, -1, -1, -1, 417, -1, -1, -1, -1, -1, -1, 424, -1, -1, -1, 258, 259, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, 41, 42, 43, -1, 45, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 390, 391, -1, -1, 60, 61, 62, -1, -1, 41, 42, 43, -1, 45, -1, -1, 406, 407, -1, -1, 410, 411, 412, 413, -1, -1, -1, 417, 60, 61, 62, -1, -1, -1, 424, -1, 390, 391, -1, -1, 258, 259, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, 406, 407, 272, 273, 410, 411, 412, 413, 41, 42, 43, 417, 45, -1, -1, -1, -1, -1, 424, -1, -1, -1, -1, -1, -1, -1, -1, 60, 61, 62, -1, -1, -1, -1, 258, 259, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 258, 259, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, 41, 42, 43, -1, 45, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 60, 61, 62, 41, 42, 43, -1, 45, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 60, 61, 62, 41, 42, 43, -1, 45, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 60, 61, 62, -1, 258, 259, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, -1, -1, -1, -1, -1, -1, -1, -1, 258, 259, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, 41, 42, 43, -1, 45, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 60, 61, 62, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 258, 259, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, 41, 42, 43, -1, 45, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 60, 61, 62, 41, 42, 43, -1, 45, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 60, 61, 62, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 258, 259, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, -1, -1, -1, -1, -1, -1, 258, 259, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, -1, -1, -1, -1, -1, -1, 258, 259, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, 41, 42, 43, -1, 45, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 60, 61, 62, 41, 42, 43, -1, 45, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 60, 61, 62, -1, -1, -1, 258, 259, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, 41, 42, 43, -1, 45, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 60, 61, 62, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 258, 259, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, -1, -1, -1, -1, -1, -1, 258, 259, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, 41, 42, 43, -1, 45, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 60, 61, 62, 41, 42, 43, -1, 45, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 60, 61, 62, 41, 42, 43, -1, 45, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 60, 61, 62, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 258, 259, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, -1, -1, -1, -1, -1, -1, 258, 259, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, 41, 42, 43, -1, 45, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 60, 61, 62, -1, -1, -1, 258, 259, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, 41, 42, 43, -1, 45, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 60, 61, 62, 41, 42, 43, -1, 45, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 60, 61, 62, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 258, 259, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, -1, -1, -1, -1, -1, -1, 258, 259, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, -1, -1, -1, -1, -1, -1, 258, 259, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, 41, 42, 43, -1, 45, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 60, 61, 62, 41, 42, 43, -1, 45, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 60, 61, 62, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 258, 259, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, 41, 42, 43, -1, 45, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 60, 61, 62, -1, -1, -1, 258, 259, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, -1, -1, -1, -1, -1, -1, 258, 259, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, 41, 42, 43, -1, 45, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 60, 61, 62, 41, 42, 43, -1, 45, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 60, 61, 62, 42, 43, 44, 45, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 60, 61, 62, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 258, 259, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, -1, -1, -1, -1, -1, -1, 258, 259, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, 42, 43, 44, 45, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 60, 61, 62, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 258, 259, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, 42, 43, 44, 45, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 60, 61, 62, 42, 43, 44, 45, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 60, 61, 62, -1, -1, -1, -1, -1, 258, 259, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, -1, -1, -1, -1, -1, -1, 258, 259, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, -1, -1, -1, -1, -1, 258, 259, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, 42, 43, 44, 45, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 60, 61, 62, 42, 43, 44, 45, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 60, 61, 62, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 258, 259, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 258, 259, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, -1, -1, -1, -1, -1, 258, 259, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 258, 259, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, -1, 272, 273, -1, -1, -1, -1, -1, 258, 259, 260, 261, 262, -1, 264, 265, 266, 267, 268, 269, -1, 277, 272, 273, 280, -1, 282, 283, -1, -1, 286, -1, -1, 289, 290, 291, -1, -1, -1, -1, 296, 297, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 311, -1, -1, -1, 315, 316, -1, -1, -1, 320, -1, -1, -1, -1, -1, 326, -1, 328, 329, -1, 331, -1, 333, 334, 335, 336, 337, -1, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, -1, -1, 357, 358, 359, -1, 361, 362, 363, -1, 365, 366, 367, -1, -1, 370, -1, 372, -1, -1, 375, 376, 377, 378, -1, -1, 381, 382, 383, -1, -1, -1, -1, -1, 389, -1, -1, -1, 393, 394, 395, 396, 397, 398, 399, -1, 401, 402, 403, 404, 405, -1, -1, 408, -1, -1, -1, -1, -1, -1, 415, 416, 417, -1, -1, -1, -1, -1, -1, 424, }; #define YYFINAL 1 #ifndef YYDEBUG #define YYDEBUG 1 #endif #define YYMAXTOKEN 426 #if YYDEBUG char *fortranname[] = { "end-of-file",0,0,0,0,0,0,0,0,0,"'\\n'",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,"'!'",0,0,0,"'%'",0,0,"'('","')'","'*'","'+'","','","'-'",0,"'/'",0,0,0,0,0, 0,0,0,0,0,"':'",0,"'<'","'='","'>'",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,"'['",0,"']'",0,"'_'",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"TOK_BINARY_OP","TOK_EQV","TOK_NEQV", "TOK_OR","TOK_XOR","TOK_AND","TOK_NOT","TOK_LT","TOK_GT","TOK_LE","TOK_GE", "TOK_EQ","TOK_NE","TOK_UNARY_OP","TOK_DSLASH","TOK_SLASH","TOK_DASTER", "TOK_SEP","TOK_SEMICOLON","TOK_NEXTLINE","TOK_PARAMETER","TOK_RESULT", "TOK_ONLY","TOK_INCLUDE","TOK_SUBROUTINE","TOK_PROGRAM","TOK_FUNCTION", "TOK_OMP","TOK_DOLLAR","TOK_FORMAT","TOK_MAX","TOK_TANH","TOK_WHERE", "TOK_ELSEWHERE","TOK_ENDWHERE","TOK_MAXVAL","TOK_TRIM","TOK_SUM","TOK_SQRT", "TOK_CASE","TOK_SELECTCASE","TOK_FILE","TOK_END","TOK_ERR","TOK_DONOTTREAT", "TOK_ENDDONOTTREAT","TOK_EXIST","TOK_MIN","TOK_FLOAT","TOK_EXP","TOK_COS", "TOK_COSH","TOK_ACOS","TOK_NINT","TOK_CYCLE","TOK_SIN","TOK_SINH","TOK_ASIN", "TOK_EQUIVALENCE","TOK_BACKSPACE","TOK_LOG","TOK_TAN","TOK_ATAN", "TOK_RECURSIVE","TOK_ABS","TOK_MOD","TOK_SIGN","TOK_MINLOC","TOK_MAXLOC", "TOK_EXIT","TOK_MINVAL","TOK_PUBLIC","TOK_PRIVATE","TOK_ALLOCATABLE", "TOK_RETURN","TOK_THEN","TOK_ELSEIF","TOK_ELSE","TOK_ENDIF","TOK_PRINT", "TOK_PLAINGOTO","TOK_CONSTRUCTID","TOK_LOGICALIF","TOK_PLAINDO","TOK_CONTAINS", "TOK_ENDDO","TOK_MODULE","TOK_ENDMODULE","TOK_DOWHILE","TOK_ALLOCATE", "TOK_OPEN","TOK_CLOSE","TOK_INQUIRE","TOK_WRITE","TOK_READ","TOK_REWIND", "TOK_DEALLOCATE","TOK_NULLIFY","TOK_FIN","TOK_DEBUT","TOK_DIMENSION", "TOK_ENDSELECT","TOK_EXTERNAL","TOK_INTENT","TOK_INTRINSIC","TOK_NAMELIST", "TOK_CASEDEFAULT","TOK_OPTIONAL","TOK_POINTER","TOK_CONTINUE","TOK_SAVE", "TOK_TARGET","TOK_QUOTE","TOK_IMPLICIT","TOK_NONE","TOK_CALL","TOK_STAT", "TOK_POINT_TO","TOK_COMMON","TOK_GLOBAL","TOK_INTERFACE","TOK_ENDINTERFACE", "TOK_LEFTAB","TOK_RIGHTAB","TOK_PAUSE","TOK_PROCEDURE","TOK_STOP","TOK_NAMEEQ", "TOK_REAL8","TOK_OUT","TOK_INOUT","TOK_IN","TOK_USE","TOK_TRUE","TOK_FALSE", "TOK_LABEL","TOK_TYPE","TOK_TYPEPAR","TOK_ENDTYPE","TOK_REAL","TOK_INTEGER", "TOK_LOGICAL","TOK_DOUBLEPRECISION","TOK_DOUBLEREAL","TOK_ENDSUBROUTINE", "TOK_ENDFUNCTION","TOK_ENDPROGRAM","TOK_ENDUNIT","TOK_CHARACTER", "TOK_CHAR_CONSTANT","TOK_CHAR_CUT","TOK_DATA","TOK_CHAR_INT","TOK_CHAR_MESSAGE", "TOK_CSTREAL","TOK_CSTREALDP","TOK_CSTREALQP","TOK_SFREAL","TOK_COMPLEX", "TOK_DOUBLECOMPLEX","TOK_NAME","TOK_NAME_CHAR","TOK_PROBTYPE","TOK_INTERPTYPE", "TOK_VARTYPE","TOK_BC","TOK_OP","TOK_CSTINT","TOK_COMMENT","TOK_FILENAME", }; char *fortranrule[] = { "$accept : input", "input :", "input : input line", "line : '\\n' position", "line : thislabel suite_line_list", "line : TOK_COMMENT", "line : keyword cmnt writedeclar", "line : error writedeclar nulcurbuf", "suite_line_list : suite_line", "suite_line_list : suite_line_list TOK_SEMICOLON suite_line", "suite_line : entry fin_line", "suite_line : spec fin_line", "suite_line : before_include filename fin_line", "suite_line : exec cmnt writedeclar", "suite_line : instr fin_line", "instr : ident ':'", "fin_line : position cmnt", "keyword : TOK_DONOTTREAT", "keyword : TOK_ENDDONOTTREAT", "keyword : TOK_OMP", "keyword : TOK_DOLLAR", "position :", "thislabel :", "thislabel : TOK_LABEL nulcurbuf", "cmnt :", "cmnt : TOK_COMMENT", "incomment :", "nulcurbuf :", "opt_recursive :", "opt_recursive : TOK_RECURSIVE", "entry :", "entry : opt_recursive TOK_SUBROUTINE name_routine arglist", "entry : TOK_PROGRAM name_routine", "entry : TOK_FUNCTION name_routine arglist TOK_RESULT arglist1", "entry : TOK_FUNCTION name_routine arglist", "entry : TOK_MODULE TOK_NAME", "name_routine : TOK_NAME", "writedeclar :", "before_include : TOK_INCLUDE", "filename : TOK_CHAR_CONSTANT", "arglist :", "arglist : '(' ')'", "arglist : '(' args ')'", "arglist1 :", "arglist1 : '(' ')'", "arglist1 : '(' args ')'", "args : arg", "args : args ',' arg", "arg : TOK_NAME", "arg : '*'", "spec : type after_type", "spec : TOK_TYPE opt_spec opt_sep opt_name", "spec : TOK_ENDTYPE opt_name", "spec : TOK_POINTER list_couple", "spec : before_parameter '(' paramlist ')'", "spec : before_parameter paramlist", "spec : common", "spec : save", "spec : implicit", "spec : dimension", "spec : public", "spec : private", "spec : use_stat", "spec : module_proc_stmt", "spec : interface", "spec : namelist", "spec : TOK_BACKSPACE '(' expr ')'", "spec : TOK_EXTERNAL opt_sep use_name_list", "spec : TOK_INTRINSIC opt_sep use_intrinsic_list", "spec : TOK_EQUIVALENCE list_expr_equi", "spec : before_data data '\\n'", "opt_spec :", "opt_spec : access_spec", "name_intrinsic : TOK_SUM", "name_intrinsic : TOK_TANH", "name_intrinsic : TOK_MAXVAL", "name_intrinsic : TOK_MIN", "name_intrinsic : TOK_MINVAL", "name_intrinsic : TOK_TRIM", "name_intrinsic : TOK_SQRT", "name_intrinsic : TOK_NINT", "name_intrinsic : TOK_FLOAT", "name_intrinsic : TOK_EXP", "name_intrinsic : TOK_COS", "name_intrinsic : TOK_COSH", "name_intrinsic : TOK_ACOS", "name_intrinsic : TOK_SIN", "name_intrinsic : TOK_SINH", "name_intrinsic : TOK_ASIN", "name_intrinsic : TOK_LOG", "name_intrinsic : TOK_TAN", "name_intrinsic : TOK_ATAN", "name_intrinsic : TOK_MOD", "name_intrinsic : TOK_SIGN", "name_intrinsic : TOK_MINLOC", "name_intrinsic : TOK_MAXLOC", "name_intrinsic : TOK_NAME", "use_intrinsic_list : name_intrinsic", "use_intrinsic_list : use_intrinsic_list ',' name_intrinsic", "list_couple : '(' list_expr ')'", "list_couple : list_couple ',' '(' list_expr ')'", "list_expr_equi : expr_equi", "list_expr_equi : list_expr_equi ',' expr_equi", "expr_equi : '(' list_expr_equi1 ')'", "list_expr_equi1 : ident dims", "list_expr_equi1 : list_expr_equi1 ',' ident dims", "list_expr : expr", "list_expr : list_expr ',' expr", "opt_sep :", "opt_sep : ':' ':'", "after_type : dcl nodimsgiven", "after_type : before_function name_routine arglist", "before_function : TOK_FUNCTION", "before_parameter : TOK_PARAMETER", "before_data : TOK_DATA", "data : TOK_NAME TOK_SLASH datavallist TOK_SLASH", "data : data opt_comma TOK_NAME TOK_SLASH datavallist TOK_SLASH", "data : datanamelist TOK_SLASH datavallist TOK_SLASH", "datavallist : expr_data", "datavallist : expr_data ',' datavallist", "save : before_save varsave", "save : before_save comblock varsave", "save : save opt_comma comblock opt_comma varsave", "save : save ',' varsave", "before_save : TOK_SAVE", "varsave :", "varsave : TOK_NAME dims", "datanamelist : TOK_NAME", "datanamelist : TOK_NAME '(' expr ')'", "datanamelist : datanamelist ',' datanamelist", "expr_data : opt_signe simple_const", "expr_data : expr_data '+' expr_data", "expr_data : expr_data '-' expr_data", "expr_data : expr_data '*' expr_data", "expr_data : expr_data '/' expr_data", "opt_signe :", "opt_signe : signe", "namelist : namelist_action after_namelist", "namelist_action : TOK_NAMELIST ident", "namelist_action : TOK_NAMELIST comblock ident", "namelist_action : namelist_action opt_comma comblock opt_comma ident", "namelist_action : namelist_action ',' ident", "after_namelist :", "interface : TOK_INTERFACE opt_name", "interface : TOK_ENDINTERFACE opt_name", "before_dimension : TOK_DIMENSION", "dimension : before_dimension opt_comma TOK_NAME dims lengspec", "dimension : dimension ',' TOK_NAME dims lengspec", "private : TOK_PRIVATE '\\n'", "private : TOK_PRIVATE opt_sep use_name_list", "public : TOK_PUBLIC '\\n'", "public : TOK_PUBLIC opt_sep use_name_list", "use_name_list : TOK_NAME", "use_name_list : use_name_list ',' TOK_NAME", "common : before_common var_common_list", "common : before_common comblock var_common_list", "common : common opt_comma comblock opt_comma var_common_list", "before_common : TOK_COMMON", "before_common : TOK_GLOBAL TOK_COMMON", "var_common_list : var_common", "var_common_list : var_common_list ',' var_common", "var_common : TOK_NAME dims", "comblock : TOK_DSLASH", "comblock : TOK_SLASH TOK_NAME TOK_SLASH", "opt_comma :", "opt_comma : ','", "paramlist : paramitem", "paramlist : paramlist ',' paramitem", "paramitem : TOK_NAME '=' expr", "module_proc_stmt : TOK_PROCEDURE proc_name_list", "proc_name_list : TOK_NAME", "proc_name_list : proc_name_list ',' TOK_NAME", "implicit : TOK_IMPLICIT TOK_NONE", "implicit : TOK_IMPLICIT TOK_REAL8", "opt_retour :", "dcl : options opt_retour TOK_NAME dims lengspec initial_value", "dcl : dcl ',' opt_retour TOK_NAME dims lengspec initial_value", "nodimsgiven :", "type : typespec selector", "type : before_character c_selector", "type : typename '*' TOK_CSTINT", "type : before_typepar attribute ')'", "before_typepar : TOK_TYPEPAR", "c_selector :", "c_selector : '*' TOK_CSTINT", "c_selector : '*' '(' c_attribute ')'", "c_selector : '(' c_attribute ')'", "c_attribute : TOK_NAME clause opt_clause", "c_attribute : TOK_NAME '=' clause opt_clause", "c_attribute : clause opt_clause", "before_character : TOK_CHARACTER", "typespec : typename", "typename : TOK_INTEGER", "typename : TOK_REAL", "typename : TOK_COMPLEX", "typename : TOK_DOUBLEPRECISION", "typename : TOK_DOUBLECOMPLEX", "typename : TOK_LOGICAL", "lengspec :", "lengspec : '*' proper_lengspec", "proper_lengspec : expr", "proper_lengspec : '(' '*' ')'", "selector :", "selector : '*' proper_selector", "selector : '(' attribute ')'", "proper_selector : expr", "proper_selector : '(' '*' ')'", "attribute : TOK_NAME clause", "attribute : TOK_NAME '=' clause", "attribute : TOK_NAME", "attribute : TOK_CSTINT", "clause : expr", "clause : '*'", "opt_clause :", "opt_clause : ',' TOK_NAME clause", "options :", "options : ':' ':'", "options : ',' attr_spec_list ':' ':'", "attr_spec_list : attr_spec", "attr_spec_list : attr_spec_list ',' attr_spec", "attr_spec : TOK_PARAMETER", "attr_spec : access_spec", "attr_spec : TOK_ALLOCATABLE", "attr_spec : TOK_DIMENSION dims", "attr_spec : TOK_EXTERNAL", "attr_spec : TOK_INTENT '(' intent_spec ')'", "attr_spec : TOK_INTRINSIC", "attr_spec : TOK_OPTIONAL", "attr_spec : TOK_POINTER", "attr_spec : TOK_SAVE", "attr_spec : TOK_TARGET", "intent_spec : TOK_IN", "intent_spec : TOK_OUT", "intent_spec : TOK_INOUT", "access_spec : TOK_PUBLIC", "access_spec : TOK_PRIVATE", "dims :", "dims : '(' dimlist ')'", "dimlist : dim", "dimlist : dimlist ',' dim", "dim : ubound", "dim : ':'", "dim : expr ':'", "dim : ':' expr", "dim : expr ':' ubound", "ubound : '*'", "ubound : expr", "expr : uexpr", "expr : '(' expr ')'", "expr : complex_const", "expr : predefinedfunction", "predefinedfunction : TOK_SUM minmaxlist ')'", "predefinedfunction : TOK_MAX minmaxlist ')'", "predefinedfunction : TOK_TANH '(' minmaxlist ')'", "predefinedfunction : TOK_MAXVAL '(' minmaxlist ')'", "predefinedfunction : TOK_MIN minmaxlist ')'", "predefinedfunction : TOK_MINVAL '(' minmaxlist ')'", "predefinedfunction : TOK_TRIM '(' expr ')'", "predefinedfunction : TOK_SQRT expr ')'", "predefinedfunction : TOK_REAL '(' minmaxlist ')'", "predefinedfunction : TOK_NINT '(' expr ')'", "predefinedfunction : TOK_FLOAT '(' expr ')'", "predefinedfunction : TOK_EXP '(' expr ')'", "predefinedfunction : TOK_COS '(' expr ')'", "predefinedfunction : TOK_COSH '(' expr ')'", "predefinedfunction : TOK_ACOS '(' expr ')'", "predefinedfunction : TOK_SIN '(' expr ')'", "predefinedfunction : TOK_SINH '(' expr ')'", "predefinedfunction : TOK_ASIN '(' expr ')'", "predefinedfunction : TOK_LOG '(' expr ')'", "predefinedfunction : TOK_TAN '(' expr ')'", "predefinedfunction : TOK_ATAN '(' expr ')'", "predefinedfunction : TOK_ABS expr ')'", "predefinedfunction : TOK_MOD '(' minmaxlist ')'", "predefinedfunction : TOK_SIGN '(' minmaxlist ')'", "predefinedfunction : TOK_MINLOC '(' minmaxlist ')'", "predefinedfunction : TOK_MAXLOC '(' minmaxlist ')'", "minmaxlist : expr", "minmaxlist : minmaxlist ',' expr", "uexpr : lhs", "uexpr : simple_const", "uexpr : vec", "uexpr : expr operation", "uexpr : signe expr", "uexpr : TOK_NOT expr", "signe : '+'", "signe : '-'", "operation : '+' expr", "operation : '-' expr", "operation : '*' expr", "operation : TOK_DASTER expr", "operation : TOK_EQ expr", "operation : TOK_EQV expr", "operation : TOK_GT expr", "operation : '>' expr", "operation : TOK_LT expr", "operation : '<' expr", "operation : TOK_GE expr", "operation : '>' '=' expr", "operation : TOK_LE expr", "operation : '<' '=' expr", "operation : TOK_NE expr", "operation : TOK_NEQV expr", "operation : TOK_XOR expr", "operation : TOK_OR expr", "operation : TOK_AND expr", "operation : TOK_SLASH after_slash", "operation : '=' after_equal", "after_slash :", "after_slash : expr", "after_slash : '=' expr", "after_slash : TOK_SLASH expr", "after_equal : '=' expr", "after_equal : expr", "lhs : ident", "lhs : structure_component", "lhs : array_ele_substring_func_ref", "beforefunctionuse :", "array_ele_substring_func_ref : begin_array", "array_ele_substring_func_ref : begin_array substring", "array_ele_substring_func_ref : structure_component '(' funarglist ')'", "array_ele_substring_func_ref : structure_component '(' funarglist ')' substring", "begin_array : ident '(' funarglist ')'", "structure_component : lhs '%' lhs", "vec : TOK_LEFTAB outlist TOK_RIGHTAB", "funarglist : beforefunctionuse", "funarglist : beforefunctionuse funargs", "funargs : funarg", "funargs : funargs ',' funarg", "funarg : expr", "funarg : triplet", "triplet : expr ':' expr", "triplet : expr ':' expr ':' expr", "triplet : ':' expr ':' expr", "triplet : ':' ':' expr", "triplet : ':' expr", "triplet : expr ':'", "triplet : ':'", "ident : TOK_NAME", "simple_const : TOK_TRUE", "simple_const : TOK_FALSE", "simple_const : TOK_CSTINT", "simple_const : TOK_CSTREAL", "simple_const : TOK_CSTREALDP", "simple_const : TOK_CSTREALQP", "simple_const : simple_const TOK_NAME", "simple_const : string_constant opt_substring", "string_constant : TOK_CHAR_CONSTANT", "string_constant : string_constant TOK_CHAR_CONSTANT", "string_constant : TOK_CHAR_MESSAGE", "string_constant : TOK_CHAR_CUT", "opt_substring :", "opt_substring : substring", "substring : '(' optexpr ':' optexpr ')'", "optexpr :", "optexpr : expr", "opt_expr : '\\n'", "opt_expr : expr", "initial_value :", "initial_value : before_initial '=' expr", "before_initial :", "complex_const : '(' uexpr ',' uexpr ')'", "use_stat : word_use module_name", "use_stat : word_use module_name ',' rename_list", "use_stat : word_use module_name ',' TOK_ONLY ':' '\\n'", "use_stat : word_use module_name ',' TOK_ONLY ':' only_list", "word_use : TOK_USE", "module_name : TOK_NAME", "rename_list : rename_name", "rename_list : rename_list ',' rename_name", "rename_name : TOK_NAME TOK_POINT_TO TOK_NAME", "only_list : only_name", "only_list : only_list ',' only_name", "only_name : TOK_NAME TOK_POINT_TO TOK_NAME", "only_name : TOK_NAME", "exec : iffable", "exec : TOK_ALLOCATE '(' allocation_list opt_stat_spec ')'", "exec : TOK_DEALLOCATE '(' allocate_object_list opt_stat_spec ')'", "exec : TOK_NULLIFY '(' pointer_name_list ')'", "exec : word_endunit", "exec : word_endprogram opt_name", "exec : word_endsubroutine opt_name", "exec : word_endfunction opt_name", "exec : TOK_ENDMODULE opt_name", "exec : boucledo", "exec : logif iffable", "exec : TOK_WHERE '(' expr ')' opt_expr", "exec : TOK_ELSEWHERE", "exec : TOK_ENDWHERE", "exec : logif TOK_THEN", "exec : TOK_ELSEIF '(' expr ')' TOK_THEN", "exec : TOK_ELSE", "exec : TOK_ENDIF opt_name", "exec : TOK_CASE caselist ')'", "exec : TOK_SELECTCASE '(' expr ')'", "exec : TOK_CASEDEFAULT", "exec : TOK_ENDSELECT", "exec : TOK_CONTAINS", "word_endsubroutine : TOK_ENDSUBROUTINE", "word_endunit : TOK_ENDUNIT", "word_endprogram : TOK_ENDPROGRAM", "word_endfunction : TOK_ENDFUNCTION", "caselist : expr", "caselist : caselist ',' expr", "caselist : caselist ':' expr", "boucledo : worddo opt_int do_arg", "boucledo : wordwhile expr", "boucledo : TOK_ENDDO optname", "do_arg :", "do_arg : do_var '=' expr ',' expr", "do_arg : do_var '=' expr ',' expr ',' expr", "opt_int :", "opt_int : TOK_CSTINT opt_comma", "opt_name : '\\n'", "opt_name : TOK_NAME", "optname :", "optname : TOK_NAME", "worddo : TOK_PLAINDO", "wordwhile : TOK_DOWHILE", "dotarget :", "dotarget : TOK_CSTINT", "iffable : TOK_CONTINUE", "iffable : ident_dims after_ident_dims", "iffable : goto", "iffable : io", "iffable : call", "iffable : TOK_ALLOCATE '(' allocation_list opt_stat_spec ')'", "iffable : TOK_DEALLOCATE '(' allocate_object_list opt_stat_spec ')'", "iffable : TOK_EXIT optexpr", "iffable : TOK_RETURN opt_expr", "iffable : TOK_CYCLE opt_expr", "iffable : stop opt_expr", "iffable : int_list", "before_dims :", "ident_dims : ident before_dims dims dims", "ident_dims : ident_dims '%' ident before_dims dims dims", "int_list : TOK_CSTINT", "int_list : int_list ',' TOK_CSTINT", "after_ident_dims : '=' expr", "after_ident_dims : TOK_POINT_TO expr", "call : keywordcall opt_call", "opt_call :", "opt_call : '(' opt_callarglist ')'", "opt_callarglist :", "opt_callarglist : callarglist", "keywordcall : before_call TOK_NAME", "before_call : TOK_CALL", "callarglist : callarg", "callarglist : callarglist ',' callarg", "callarg : expr", "callarg : '*' label", "stop : TOK_PAUSE", "stop : TOK_STOP", "io : iofctl ioctl", "io : read option_read", "io : write ioctl", "io : write ioctl outlist", "io : TOK_REWIND after_rewind", "io : TOK_FORMAT", "opt_CHAR_INT :", "opt_CHAR_INT : TOK_CSTINT TOK_NAME", "idfile : '*'", "idfile : TOK_CSTINT", "idfile : ident", "option_print :", "option_print : ',' outlist", "option_inlist :", "option_inlist : inlist", "option_read : ioctl option_inlist", "option_read : infmt opt_inlist", "opt_outlist :", "opt_outlist : outlist", "opt_inlist :", "opt_inlist : ',' inlist", "ioctl : '(' ctllist ')'", "ioctl : '(' fexpr ')'", "after_rewind : '(' ident ')'", "after_rewind : '(' TOK_CSTINT ')'", "after_rewind : TOK_CSTINT", "after_rewind : '(' uexpr ')'", "after_rewind : TOK_NAME", "ctllist : ioclause", "ctllist : ctllist ',' ioclause", "ioclause : fexpr", "ioclause : '*'", "ioclause : TOK_DASTER", "ioclause : TOK_NAME expr", "ioclause : TOK_NAME expr '%' ident_dims", "ioclause : TOK_NAME '(' triplet ')'", "ioclause : TOK_NAME '*'", "ioclause : TOK_NAME TOK_DASTER", "iofctl : TOK_OPEN", "iofctl : TOK_CLOSE", "infmt : unpar_fexpr", "infmt : '*'", "read : TOK_READ", "read : TOK_INQUIRE", "read : TOK_PRINT", "write : TOK_WRITE", "fexpr : unpar_fexpr", "fexpr : '(' fexpr ')'", "unpar_fexpr : lhs", "unpar_fexpr : simple_const", "unpar_fexpr : fexpr addop fexpr", "unpar_fexpr : fexpr '*' fexpr", "unpar_fexpr : fexpr TOK_SLASH fexpr", "unpar_fexpr : fexpr TOK_DASTER fexpr", "unpar_fexpr : addop fexpr", "unpar_fexpr : fexpr TOK_DSLASH fexpr", "unpar_fexpr : TOK_FILE expr", "unpar_fexpr : TOK_EXIST expr", "unpar_fexpr : TOK_ERR expr", "unpar_fexpr : TOK_END expr", "unpar_fexpr : TOK_NAME '=' expr", "addop : '+'", "addop : '-'", "inlist : inelt", "inlist : inlist ',' inelt", "opt_lhs :", "opt_lhs : lhs", "inelt : opt_lhs opt_operation", "inelt : '(' inlist ')' opt_operation", "inelt : predefinedfunction opt_operation", "inelt : simple_const opt_operation", "inelt : '(' inlist ',' dospec ')'", "opt_operation :", "opt_operation : operation", "opt_operation : opt_operation operation", "outlist : uexpr", "outlist : other", "outlist : out2", "out2 : uexpr ',' expr", "out2 : uexpr ',' other", "out2 : other ',' expr", "out2 : other ',' other", "out2 : out2 ',' expr", "out2 : out2 ',' other", "out2 : uexpr", "out2 : predefinedfunction", "other : complex_const", "other : '(' expr ')'", "other : '(' uexpr ',' dospec ')'", "other : '(' other ',' dospec ')'", "other : '(' out2 ',' dospec ')'", "dospec : TOK_NAME '=' expr ',' expr", "dospec : TOK_NAME '=' expr ',' expr ',' expr", "labellist : label", "labellist : labellist ',' label", "label : TOK_CSTINT", "goto : TOK_PLAINGOTO '(' expr ',' expr ')' ',' expr", "goto : TOK_PLAINGOTO label", "allocation_list : allocate_object", "allocation_list : ident_dims", "allocation_list : allocation_list ',' allocate_object", "allocate_object : ident", "allocate_object : structure_component", "allocate_object : array_element", "array_element : ident '(' funargs ')'", "subscript_list : expr", "subscript_list : subscript_list ',' expr", "allocate_object_list : allocate_object", "allocate_object_list : allocate_object_list ',' allocate_object", "opt_stat_spec :", "opt_stat_spec : ',' TOK_STAT '=' ident", "pointer_name_list : ident", "pointer_name_list : pointer_name_list ',' ident", "opt_construct_name :", "opt_construct_name : TOK_NAME", "opt_construct_name_colon :", "opt_construct_name_colon : TOK_CONSTRUCTID ':'", "logif : TOK_LOGICALIF expr ')'", "do_var : ident", }; #endif #ifdef YYSTACKSIZE #undef YYMAXDEPTH #define YYMAXDEPTH YYSTACKSIZE #else #ifdef YYMAXDEPTH #define YYSTACKSIZE YYMAXDEPTH #else #define YYSTACKSIZE 500 #define YYMAXDEPTH 500 #endif #endif int yydebug; int yynerrs; int yyerrflag; int yychar; short *yyssp; YYSTYPE *yyvsp; YYSTYPE yyval; YYSTYPE yylval; short yyss[YYSTACKSIZE]; YYSTYPE yyvs[YYSTACKSIZE]; #define yystacksize YYSTACKSIZE #line 2567 "fortran.y" void processfortran(char *fichier_entree) { extern FILE *fortranin; extern FILE *fortranout; char nomfile[LONG_C]; int c; int confirmyes; /*fortrandebug = 1;*/ if ( mark == 1 ) printf("Firstpass == %d \n",firstpass); /******************************************************************************/ /* 1- Open input and output files */ /******************************************************************************/ strcpy(nomfile,commondirin); strcat(nomfile,"/"); strcat(nomfile,fichier_entree); fortranin=fopen( nomfile,"r"); if (! fortranin) { printf("Error : File %s does not exist\n",nomfile); exit(1); } strcpy(curfile,nomfile); strcpy(nomfile,commondirout); strcat(nomfile,"/"); strcat(nomfile,fichier_entree); strcpy(nomfileoutput,nomfile); Save_Length(nomfileoutput,31); if (firstpass == 1) { if (checkexistcommon == 1) { if (fopen(nomfile,"r")) { printf("Warning : file %s already exist\n",nomfile); confirmyes = 0; while (confirmyes==0) { printf("Override file %s ? [Y/N]\n",nomfile); c=getchar(); getchar(); if (c==79 || c==110) { printf("We stop\n"); exit(1); } if (c==89 || c==121) { confirmyes=1; } } } } } /******************************************************************************/ /* 2- Variables initialization */ /******************************************************************************/ line_num_fortran_common=1; line_num_fortran=1; PublicDeclare = 0; PrivateDeclare = 0; ExternalDeclare = 0; SaveDeclare = 0; pointerdeclare = 0; optionaldeclare = 0; incalldeclare = 0; VarType = 0; VarTypepar = 0; Allocatabledeclare = 0 ; strcpy(NamePrecision," "); VariableIsParameter = 0 ; strcpy(NamePrecision,""); c_star = 0 ; functiondeclarationisdone = 0; insubroutinedeclare = 0 ; strcpy(subroutinename," "); InitialValueGiven = 0 ; strcpy(EmptyChar," "); inmoduledeclare = 0; colnum=0; incom=0; couldaddvariable=1; aftercontainsdeclare = 1; strcpy(nameinttypename,""); /* Name of the file without format */ tmp = strchr(fichier_entree, '.'); strncpy(curfilename,fichier_entree,strlen(fichier_entree)-strlen(tmp)); Save_Length(curfilename,30); /******************************************************************************/ /* 3- Parsing of the input file (1 time) */ /******************************************************************************/ if (firstpass == 0 ) { fortranout=fopen(nomfileoutput,"w"); NewModule_Creation_0(); } fortranparse(); strcpy(curfile,mainfile); if (firstpass == 0 ) fclose(fortranout); } #line 7005 "y.tab.c" #define YYABORT goto yyabort #define YYREJECT goto yyabort #define YYACCEPT goto yyaccept #define YYERROR goto yyerrlab int yyparse() { register int yym, yyn, yystate; #if YYDEBUG register char *yys; extern char *getenv(); if (yys = getenv("YYDEBUG")) { yyn = *yys; if (yyn >= '0' && yyn <= '9') yydebug = yyn - '0'; } #endif yynerrs = 0; yyerrflag = 0; yychar = (-1); yyssp = yyss; yyvsp = yyvs; *yyssp = yystate = 0; yyloop: if (yyn = yydefred[yystate]) goto yyreduce; if (yychar < 0) { if ((yychar = yylex()) < 0) yychar = 0; #if YYDEBUG if (yydebug) { yys = 0; if (yychar <= YYMAXTOKEN) yys = yyname[yychar]; if (!yys) yys = "illegal-symbol"; printf("%sdebug: state %d, reading %d (%s)\n", YYPREFIX, yystate, yychar, yys); } #endif } if ((yyn = yysindex[yystate]) && (yyn += yychar) >= 0 && yyn <= YYTABLESIZE && yycheck[yyn] == yychar) { #if YYDEBUG if (yydebug) printf("%sdebug: state %d, shifting to state %d\n", YYPREFIX, yystate, yytable[yyn]); #endif if (yyssp >= yyss + yystacksize - 1) { goto yyoverflow; } *++yyssp = yystate = yytable[yyn]; *++yyvsp = yylval; yychar = (-1); if (yyerrflag > 0) --yyerrflag; goto yyloop; } if ((yyn = yyrindex[yystate]) && (yyn += yychar) >= 0 && yyn <= YYTABLESIZE && yycheck[yyn] == yychar) { yyn = yytable[yyn]; goto yyreduce; } if (yyerrflag) goto yyinrecovery; #ifdef lint goto yynewerror; #endif yynewerror: yyerror("syntax error"); #ifdef lint goto yyerrlab; #endif yyerrlab: ++yynerrs; yyinrecovery: if (yyerrflag < 3) { yyerrflag = 3; for (;;) { if ((yyn = yysindex[*yyssp]) && (yyn += YYERRCODE) >= 0 && yyn <= YYTABLESIZE && yycheck[yyn] == YYERRCODE) { #if YYDEBUG if (yydebug) printf("%sdebug: state %d, error recovery shifting\ to state %d\n", YYPREFIX, *yyssp, yytable[yyn]); #endif if (yyssp >= yyss + yystacksize - 1) { goto yyoverflow; } *++yyssp = yystate = yytable[yyn]; *++yyvsp = yylval; goto yyloop; } else { #if YYDEBUG if (yydebug) printf("%sdebug: error recovery discarding state %d\n", YYPREFIX, *yyssp); #endif if (yyssp <= yyss) goto yyabort; --yyssp; --yyvsp; } } } else { if (yychar == 0) goto yyabort; #if YYDEBUG if (yydebug) { yys = 0; if (yychar <= YYMAXTOKEN) yys = yyname[yychar]; if (!yys) yys = "illegal-symbol"; printf("%sdebug: state %d, error recovery discards token %d (%s)\n", YYPREFIX, yystate, yychar, yys); } #endif yychar = (-1); goto yyloop; } yyreduce: #if YYDEBUG if (yydebug) printf("%sdebug: state %d, reducing by rule %d (%s)\n", YYPREFIX, yystate, yyn, yyrule[yyn]); #endif yym = yylen[yyn]; yyval = yyvsp[1-yym]; switch (yyn) { case 7: #line 341 "fortran.y" {yyerrok;yyclearin;} break; case 12: #line 349 "fortran.y" { if (inmoduledeclare == 0 ) { pos_end = setposcur(); RemoveWordSET_0(fortranout,pos_curinclude, pos_end-pos_curinclude); } } break; case 17: #line 365 "fortran.y" { /* we should ignore the declaration until the keyword */ /* TOK_ENDDONOTTREAT */ couldaddvariable = 0 ; RemoveWordCUR_0(fortranout,-20,20); } break; case 18: #line 372 "fortran.y" { couldaddvariable = 1 ; RemoveWordCUR_0(fortranout,-24,24); } break; case 21: #line 379 "fortran.y" {pos_cur = setposcur();} break; case 26: #line 388 "fortran.y" {incom = 1;} break; case 27: #line 391 "fortran.y" {if (incom !=1) {strcpy(curbuf,"");incom=0;}} break; case 31: #line 398 "fortran.y" { if ( couldaddvariable == 1 ) { /* open param file */ if ( firstpass == 0 ) { sprintf(ligne,"%s/ParamFile%s.h",nomdir,yyvsp[-1].nac); paramout=fopen(ligne,"w"); if ( retour77 == 0 ) fprintf(paramout,"!\n"); else fprintf(paramout,"C\n"); } Add_SubroutineArgument_Var_1(yyvsp[0].l); if ( inmodulemeet == 1 ) { insubroutinedeclare = 1; /* in the second step we should write the head of */ /* the subroutine sub_loop_ */ writeheadnewsub_0(1); } else { insubroutinedeclare = 1; writeheadnewsub_0(1); } } } break; case 32: #line 426 "fortran.y" { /* open param file */ if ( firstpass == 0 ) { sprintf(ligne,"%s/ParamFile%s.h",nomdir,yyvsp[0].nac); paramout=fopen(ligne,"w"); if ( retour77 == 0 ) fprintf(paramout,"!\n"); else fprintf(paramout,"C\n"); } strcpy(subroutinename,yyvsp[0].nac); /* Common case */ insubroutinedeclare = 1; /* in the second step we should write the head of */ /* the subroutine sub_loop_ */ writeheadnewsub_0(1); } break; case 33: #line 444 "fortran.y" { /* open param file */ if ( firstpass == 0 ) { sprintf(ligne,"%s/ParamFile%s.h",nomdir,yyvsp[-3].nac); paramout=fopen(ligne,"w"); if ( retour77 == 0 ) fprintf(paramout,"!\n"); else fprintf(paramout,"C\n"); } strcpy(subroutinename,yyvsp[-3].nac); if ( inmodulemeet == 1 ) { insubroutinedeclare = 1; /* we should to list of the subroutine argument the */ /* name of the function which has to be defined */ Add_SubroutineArgument_Var_1(yyvsp[-2].l); strcpy(DeclType,""); /* in the second step we should write the head of */ /* the subroutine sub_loop_ */ writeheadnewsub_0(2); } else { insubroutinedeclare = 1; /* we should to list of the subroutine argument */ /* name of the function which has to be defined */ Add_SubroutineArgument_Var_1(yyvsp[-2].l); strcpy(DeclType,""); Add_FunctionType_Var_1(yyvsp[-3].nac); writeheadnewsub_0(2); } } break; case 34: #line 477 "fortran.y" { /* open param file */ if ( firstpass == 0 ) { sprintf(ligne,"%s/ParamFile%s.h",nomdir,yyvsp[-1].nac); paramout=fopen(ligne,"w"); if ( retour77 == 0 ) fprintf(paramout,"!\n"); else fprintf(paramout,"C\n"); } strcpy(subroutinename,yyvsp[-1].nac); if ( inmodulemeet == 1 ) { insubroutinedeclare = 1; /* we should to list of the subroutine argument the */ /* name of the function which has to be defined */ Add_SubroutineArgument_Var_1(yyvsp[0].l); strcpy(DeclType,""); Add_FunctionType_Var_1(yyvsp[-1].nac); /* in the second step we should write the head of */ /* the subroutine sub_loop_ */ writeheadnewsub_0(2); } else { insubroutinedeclare = 1; /* we should to list of the subroutine argument */ /* name of the function which has to be defined */ Add_SubroutineArgument_Var_1(yyvsp[0].l); strcpy(DeclType,""); Add_FunctionType_Var_1(yyvsp[-1].nac); writeheadnewsub_0(2); } } break; case 35: #line 511 "fortran.y" { GlobalDeclaration = 0; strcpy(curmodulename,yyvsp[0].nac); strcpy(subroutinename,""); Add_NameOfModule_1(yyvsp[0].nac); if ( inmoduledeclare == 0 ) { /* To know if there are in the module declaration */ inmoduledeclare = 1; /* to know if a module has been met */ inmodulemeet = 1; /* to know if we are after the keyword contains */ aftercontainsdeclare = 0 ; } } break; case 36: #line 528 "fortran.y" { if ( couldaddvariable == 1 ) { strcpy(yyval.nac,yyvsp[0].nac);strcpy(subroutinename,yyvsp[0].nac); } } break; case 38: #line 537 "fortran.y" { pos_curinclude = setposcur()-9; } break; case 39: #line 541 "fortran.y" { if ( couldaddvariable == 1 ) Add_Include_1(yyvsp[0].nac); } break; case 40: #line 545 "fortran.y" { if ( firstpass == 1 && couldaddvariable == 1) yyval.l=NULL; } break; case 41: #line 548 "fortran.y" { if ( firstpass == 1 && couldaddvariable == 1 ) yyval.l=NULL; } break; case 42: #line 552 "fortran.y" { if ( firstpass == 1 && couldaddvariable == 1 ) yyval.l=yyvsp[-1].l; } break; case 45: #line 559 "fortran.y" { if ( couldaddvariable == 1 ) { Add_SubroutineArgument_Var_1(yyvsp[-1].l); } } break; case 46: #line 566 "fortran.y" { if ( firstpass == 1 && couldaddvariable == 1) { strcpy(nameinttypenameback,nameinttypename); strcpy(nameinttypename,""); curvar=createvar(yyvsp[0].na,NULL); strcpy(nameinttypename,nameinttypenameback); curlistvar=insertvar(NULL,curvar); yyval.l=settype("",curlistvar); } } break; case 47: #line 578 "fortran.y" { if ( firstpass == 1 && couldaddvariable == 1) { strcpy(nameinttypenameback,nameinttypename); strcpy(nameinttypename,""); curvar=createvar(yyvsp[0].na,NULL); strcpy(nameinttypename,nameinttypenameback); yyval.l=insertvar(yyvsp[-2].l,curvar); } } break; case 48: #line 589 "fortran.y" {if ( couldaddvariable == 1 ) strcpy(yyval.na,yyvsp[0].nac);} break; case 49: #line 590 "fortran.y" {if ( couldaddvariable == 1 ) strcpy(yyval.na,"*");} break; case 50: #line 593 "fortran.y" { if ( VarTypepar == 1 ) { couldaddvariable = 1 ; VarTypepar = 0; } } break; case 51: #line 601 "fortran.y" { if ( couldaddvariable == 1 ) { VarType = 1; couldaddvariable = 0 ; } } break; case 52: #line 609 "fortran.y" { if ( VarType == 1 ) couldaddvariable = 1 ; VarType = 0; VarTypepar = 0; } break; case 54: #line 616 "fortran.y" { if ( couldaddvariable == 1 ) { if ( insubroutinedeclare == 0 ) Add_GlobalParameter_Var_1(yyvsp[-1].l); else Add_Parameter_Var_1(yyvsp[-1].l); pos_end = setposcur(); RemoveWordSET_0(fortranout,pos_cur_decl, pos_end-pos_cur_decl); } VariableIsParameter = 0 ; } break; case 55: #line 629 "fortran.y" { if ( couldaddvariable == 1 ) { if ( insubroutinedeclare == 0 ) Add_GlobalParameter_Var_1(yyvsp[0].l); else Add_Parameter_Var_1(yyvsp[0].l); pos_end = setposcur(); RemoveWordSET_0(fortranout,pos_cur_decl, pos_end-pos_cur_decl); } VariableIsParameter = 0 ; } break; case 57: #line 643 "fortran.y" { pos_end = setposcur(); RemoveWordSET_0(fortranout,pos_cursave, pos_end-pos_cursave); } break; case 59: #line 650 "fortran.y" { /* if the variable is a parameter we can suppose that is */ /* value is the same on each grid. It is not useless to */ /* create a copy of it on each grid */ if ( couldaddvariable == 1 ) { Add_Globliste_1(yyvsp[0].l); /* if variableparamlists has been declared in a */ /* subroutine */ if ( insubroutinedeclare == 1 ) { Add_Dimension_Var_1(yyvsp[0].l); } pos_end = setposcur(); RemoveWordSET_0(fortranout,pos_curdimension, pos_end-pos_curdimension); } /* */ PublicDeclare = 0; PrivateDeclare = 0; ExternalDeclare = 0; strcpy(NamePrecision,""); c_star = 0; InitialValueGiven = 0 ; strcpy(IntentSpec,""); VariableIsParameter = 0 ; Allocatabledeclare = 0 ; SaveDeclare = 0; pointerdeclare = 0; optionaldeclare = 0 ; dimsgiven=0; c_selectorgiven=0; strcpy(nameinttypename,""); strcpy(c_selectorname,""); } break; case 60: #line 686 "fortran.y" { if (firstpass == 0) { if (yyvsp[0].lnn) { removeglobfromlist(&(yyvsp[0].lnn)); pos_end = setposcur(); RemoveWordSET_0(fortranout,pos_cur,pos_end-pos_cur); writelistpublic(yyvsp[0].lnn); } } } break; case 70: #line 708 "fortran.y" { /* we should remove the data declaration */ if ( couldaddvariable == 1 && aftercontainsdeclare == 0 ) { pos_end = setposcur(); RemoveWordSET_0(fortranout,pos_curdata, pos_end-pos_curdata); } } break; case 72: #line 720 "fortran.y" { PublicDeclare = 0 ; PrivateDeclare = 0 ; } break; case 110: #line 771 "fortran.y" { /* if the variable is a parameter we can suppose that is*/ /* value is the same on each grid. It is not useless */ /* to create a copy of it on each grid */ if ( couldaddvariable == 1 ) { pos_end = setposcur(); /*if (insubroutinedeclare == 0) { */ RemoveWordSET_0(fortranout,pos_cur_decl, pos_end-pos_cur_decl); /* } else {*/ ReWriteDeclarationAndAddTosubroutine_01(yyvsp[-1].l); pos_cur_decl = setposcur(); /*}*/ if ( firstpass == 0 && GlobalDeclaration == 0 && insubroutinedeclare == 0 ) { sprintf(ligne,"\n#include \"Module_Declar_%s.h\"\n" ,curmodulename); tofich(fortranout,ligne,1); sprintf (ligne, "Module_Declar_%s.h",curmodulename); module_declar = associate(ligne); sprintf (ligne, " "); tofich (module_declar, ligne,1); GlobalDeclaration = 1 ; } yyval.l = yyvsp[-1].l; Add_Globliste_1(yyvsp[-1].l); if ( insubroutinedeclare == 0 ) Add_GlobalParameter_Var_1(yyvsp[-1].l); else { if ( pointerdeclare == 1 ) Add_Pointer_Var_From_List_1(yyvsp[-1].l); Add_Parameter_Var_1(yyvsp[-1].l); } /* if variables has been declared in a subroutine */ if ( insubroutinedeclare == 1 ) { /* Add_SubroutineDeclaration_Var_1($1);*/ } /* If there are a SAVE declarations in module's */ /* subroutines we should remove it from the */ /* subroutines declaration and add it in the */ /* global declarations */ if ( aftercontainsdeclare == 1 && SaveDeclare == 1 && firstpass == 1 ) { if ( inmodulemeet == 0 ) Add_Save_Var_dcl_1(yyvsp[-1].l); else Add_SubroutineDeclarationSave_Var_1(yyvsp[-1].l); } } /* */ PublicDeclare = 0; PrivateDeclare = 0; ExternalDeclare = 0; strcpy(NamePrecision,""); c_star = 0; InitialValueGiven = 0 ; strcpy(IntentSpec,""); VariableIsParameter = 0 ; Allocatabledeclare = 0 ; SaveDeclare = 0; pointerdeclare = 0; optionaldeclare = 0 ; dimsgiven=0; c_selectorgiven=0; strcpy(nameinttypename,""); strcpy(c_selectorname,""); } break; case 111: #line 850 "fortran.y" { /* open param file */ if ( firstpass == 0 ) { sprintf(ligne,"%s/ParamFile%s.h",nomdir,yyvsp[-1].nac); paramout=fopen(ligne,"w"); if ( retour77 == 0 ) fprintf(paramout,"!\n"); else fprintf(paramout,"C\n"); } strcpy(subroutinename,yyvsp[-1].nac); if ( inmodulemeet == 1 ) { insubroutinedeclare = 1; /* we should to list of the subroutine argument the */ /* name of the function which has to be defined */ Add_SubroutineArgument_Var_1(yyvsp[0].l); Add_FunctionType_Var_1(yyvsp[-1].nac); /* in the second step we should write the head of */ /* the subroutine sub_loop_ */ writeheadnewsub_0(2); } else { insubroutinedeclare = 1; /* we should to list of the subroutine argument the */ /* name of the function which has to be defined */ Add_SubroutineArgument_Var_1(yyvsp[0].l); Add_FunctionType_Var_1(yyvsp[-1].nac); /* in the second step we should write the head of */ /* the subroutine sub_loop_ */ writeheadnewsub_0(2); } strcpy(nameinttypename,""); } break; case 112: #line 887 "fortran.y" { functiondeclarationisdone = 1; } break; case 113: #line 893 "fortran.y" { VariableIsParameter = 1; pos_curparameter = setposcur()-9; } break; case 114: #line 898 "fortran.y" { pos_curdata = setposcur()-strlen(yyvsp[0].nac); } break; case 115: #line 902 "fortran.y" { if ( couldaddvariable == 1 ) { if ( aftercontainsdeclare == 1 ) strcpy(ligne,""); else sprintf(ligne,"(/ %s /)",yyvsp[-1].na); Add_Data_Var_1(yyvsp[-3].nac,ligne); } } break; case 116: #line 911 "fortran.y" { if ( couldaddvariable == 1 ) { if ( aftercontainsdeclare == 1 ) strcpy(ligne,""); else sprintf(ligne,"(/ %s /)",yyvsp[-1].na); Add_Data_Var_1(yyvsp[-3].nac,ligne); } } break; case 117: #line 920 "fortran.y" { /*******************************************************/ /*******************************************************/ /*******************************************************/ /*******************************************************/ /*******************************************************/ /*******************************************************/ /*******************************************************/ } break; case 118: #line 931 "fortran.y" { if ( couldaddvariable == 1 ) { strcpy(yyval.na,yyvsp[0].na); } } break; case 119: #line 938 "fortran.y" { if ( couldaddvariable == 1 ) { sprintf(yyval.na,"%s,%s",yyvsp[-2].na,yyvsp[0].na); } } break; case 124: #line 952 "fortran.y" { pos_cursave = setposcur()-4; } break; case 126: #line 958 "fortran.y" { if ( couldaddvariable == 1 ) Add_Save_Var_1(yyvsp[-1].nac,yyvsp[0].d); } break; case 130: #line 967 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,"%s%s",yyvsp[-1].nac,yyvsp[0].nac);} break; case 131: #line 969 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,"%s+%s",yyvsp[-2].na,yyvsp[0].na);} break; case 132: #line 971 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,"%s-%s",yyvsp[-2].na,yyvsp[0].na);} break; case 133: #line 973 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,"%s*%s",yyvsp[-2].na,yyvsp[0].na);} break; case 134: #line 975 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,"%s/%s",yyvsp[-2].na,yyvsp[0].na);} break; case 135: #line 978 "fortran.y" {if ( couldaddvariable == 1 ) strcpy(yyval.nac,"");} break; case 136: #line 980 "fortran.y" {if ( couldaddvariable == 1 ) strcpy(yyval.nac,yyvsp[0].nac);} break; case 145: #line 995 "fortran.y" { positioninblock=0; pos_curdimension = setposcur()-9; } break; case 146: #line 1001 "fortran.y" { if ( couldaddvariable == 1 ) { /* */ curvar=createvar(yyvsp[-2].nac,yyvsp[-1].d); /* */ CreateAndFillin_Curvar("",curvar); /* */ curlistvar=insertvar(NULL,curvar); /* */ yyval.l=settype("",curlistvar); /* */ strcpy(vallengspec,""); } } break; case 147: #line 1017 "fortran.y" { if ( couldaddvariable == 1 ) { /* */ curvar=createvar(yyvsp[-2].nac,yyvsp[-1].d); /* */ CreateAndFillin_Curvar("",curvar); /* */ curlistvar=insertvar(yyvsp[-4].l,curvar); /* */ yyval.l=curlistvar; /* */ strcpy(vallengspec,""); } } break; case 150: #line 1037 "fortran.y" { yyval.lnn=(listname *)NULL; } break; case 151: #line 1041 "fortran.y" { yyval.lnn=yyvsp[0].lnn; } break; case 152: #line 1046 "fortran.y" { yyval.lnn = Insertname(NULL,yyvsp[0].nac); } break; case 153: #line 1050 "fortran.y" { yyval.lnn = Insertname(yyvsp[-2].lnn,yyvsp[0].nac); } break; case 154: #line 1055 "fortran.y" { pos_end = setposcur(); RemoveWordSET_0(fortranout,pos_curcommon, pos_end-pos_curcommon); } break; case 155: #line 1061 "fortran.y" { if ( couldaddvariable == 1 ) { sprintf(charusemodule,"%s",yyvsp[-1].nac); Add_NameOfCommon_1(yyvsp[-1].nac); pos_end = setposcur(); RemoveWordSET_0(fortranout,pos_curcommon, pos_end-pos_curcommon); } } break; case 156: #line 1072 "fortran.y" { if ( couldaddvariable == 1 ) { sprintf(charusemodule,"%s",yyvsp[-2].nac); Add_NameOfCommon_1(yyvsp[-2].nac); pos_end = setposcur(); RemoveWordSET_0(fortranout,pos_curcommon, pos_end-pos_curcommon); } } break; case 157: #line 1084 "fortran.y" { positioninblock=0; pos_curcommon = setposcur()-6; } break; case 158: #line 1089 "fortran.y" { positioninblock=0; pos_curcommon = setposcur()-6-7; } break; case 159: #line 1095 "fortran.y" { if ( couldaddvariable == 1 ) Add_Common_var_1(); } break; case 160: #line 1100 "fortran.y" { if ( couldaddvariable == 1 ) Add_Common_var_1(); } break; case 161: #line 1104 "fortran.y" { if ( couldaddvariable == 1 ) { positioninblock = positioninblock + 1 ; strcpy(commonvar,yyvsp[-1].nac); commondim = yyvsp[0].d; } } break; case 162: #line 1114 "fortran.y" { if ( couldaddvariable == 1 ) { strcpy(yyval.nac,""); positioninblock=0; strcpy(commonblockname,""); } } break; case 163: #line 1123 "fortran.y" { if ( couldaddvariable == 1 ) { strcpy(yyval.nac,yyvsp[-1].nac); positioninblock=0; strcpy(commonblockname,yyvsp[-1].nac); } } break; case 166: #line 1136 "fortran.y" { if ( couldaddvariable == 1 ) yyval.l=insertvar(NULL,yyvsp[0].v); } break; case 167: #line 1140 "fortran.y" { if ( couldaddvariable == 1 ) yyval.l=insertvar(yyvsp[-2].l,yyvsp[0].v); } break; case 168: #line 1145 "fortran.y" { if ( couldaddvariable == 1 ) { curvar=(variable *) malloc(sizeof(variable)); /* */ Init_Variable(curvar); /* */ curvar->v_VariableIsParameter=1; strcpy(curvar->v_nomvar,yyvsp[-2].nac); Save_Length(yyvsp[-2].nac,4); strcpy(curvar->v_subroutinename,subroutinename); Save_Length(subroutinename,11); strcpy(curvar->v_modulename,curmodulename); Save_Length(curmodulename,6); strcpy(curvar->v_initialvalue,yyvsp[0].na); Save_Length(yyvsp[0].na,14); strcpy(curvar->v_commoninfile,mainfile); Save_Length(mainfile,10); yyval.v=curvar; } } break; case 172: #line 1173 "fortran.y" { if ( insubroutinedeclare == 1 ) { Add_ImplicitNoneSubroutine_1(); pos_end = setposcur(); RemoveWordSET_0(fortranout,pos_end-13, 13); } } break; case 175: #line 1187 "fortran.y" { if ( couldaddvariable == 1 ) { /* */ if (dimsgiven == 1) { curvar=createvar(yyvsp[-3].nac,curdim); } else { curvar=createvar(yyvsp[-3].nac,yyvsp[-2].d); } /* */ CreateAndFillin_Curvar(DeclType,curvar); /* */ curlistvar=insertvar(NULL,curvar); if (!strcasecmp(DeclType,"character")) { if (c_selectorgiven == 1) { strcpy(c_selectordim.first,"1"); strcpy(c_selectordim.last,c_selectorname); Save_Length(c_selectorname,1); change_dim_char (insertdim(NULL,c_selectordim),curlistvar); } } yyval.l=settype(DeclType,curlistvar); } strcpy(vallengspec,""); } break; case 176: #line 1219 "fortran.y" { if ( couldaddvariable == 1 ) { if (dimsgiven == 1) { curvar=createvar(yyvsp[-3].nac,curdim); } else { curvar=createvar(yyvsp[-3].nac,yyvsp[-2].d); } /* */ CreateAndFillin_Curvar(yyvsp[-6].l->var->v_typevar,curvar); /* */ strcpy(curvar->v_typevar,(yyvsp[-6].l->var->v_typevar)); Save_Length(yyvsp[-6].l->var->v_typevar,3); /* */ curlistvar=insertvar(yyvsp[-6].l,curvar); if (!strcasecmp(DeclType,"character")) { if (c_selectorgiven == 1) { strcpy(c_selectordim.first,"1"); strcpy(c_selectordim.last,c_selectorname); Save_Length(c_selectorname,1); change_dim_char (insertdim(NULL,c_selectordim),curlistvar); } } yyval.l=curlistvar; } strcpy(vallengspec,""); } break; case 177: #line 1253 "fortran.y" {dimsgiven=0;} break; case 178: #line 1256 "fortran.y" {strcpy(DeclType,yyvsp[-1].nac);} break; case 179: #line 1258 "fortran.y" { strcpy(DeclType,"CHARACTER"); } break; case 180: #line 1262 "fortran.y" { strcpy(DeclType,yyvsp[-2].nac); strcpy(nameinttypename,yyvsp[0].nac); } break; case 181: #line 1267 "fortran.y" { strcpy(DeclType,"TYPE"); } break; case 182: #line 1272 "fortran.y" { /* if ( couldaddvariable == 1 ) VarTypepar = 1 ; couldaddvariable = 0 ; pos_cur_decl = setposcur()-5;*/ pos_cur_decl = setposcur()-5; } break; case 184: #line 1281 "fortran.y" {c_selectorgiven=1;strcpy(c_selectorname,yyvsp[0].nac);} break; case 185: #line 1282 "fortran.y" {c_star = 1;} break; case 190: #line 1290 "fortran.y" { pos_cur_decl = setposcur()-9; } break; case 191: #line 1294 "fortran.y" {strcpy(yyval.nac,yyvsp[0].nac);} break; case 192: #line 1297 "fortran.y" { strcpy(yyval.nac,"INTEGER"); pos_cur_decl = setposcur()-7; } break; case 193: #line 1301 "fortran.y" { strcpy(yyval.nac,"REAL"); pos_cur_decl = setposcur()-4; } break; case 194: #line 1306 "fortran.y" {strcpy(yyval.nac,"COMPLEX"); pos_cur_decl = setposcur()-7;} break; case 195: #line 1309 "fortran.y" { pos_cur_decl = setposcur()-16; strcpy(yyval.nac,"REAL"); strcpy(nameinttypename,"8"); } break; case 196: #line 1315 "fortran.y" {strcpy(yyval.nac,"DOUBLE COMPLEX");} break; case 197: #line 1317 "fortran.y" { strcpy(yyval.nac,"LOGICAL"); pos_cur_decl = setposcur()-7; } break; case 199: #line 1323 "fortran.y" {strcpy(vallengspec,yyvsp[0].na);} break; case 200: #line 1325 "fortran.y" {sprintf(yyval.na,"*%s",yyvsp[0].na);} break; case 201: #line 1326 "fortran.y" {strcpy(yyval.na,"*(*)");} break; case 208: #line 1337 "fortran.y" { if ( strstr(yyvsp[0].na,"0.d0") ) { strcpy(nameinttypename,"8"); sprintf(NamePrecision,""); } else sprintf(NamePrecision,"%s = %s",yyvsp[-2].nac,yyvsp[0].na); } break; case 209: #line 1346 "fortran.y" { strcpy(NamePrecision,yyvsp[0].nac); } break; case 210: #line 1350 "fortran.y" { strcpy(NamePrecision,yyvsp[0].nac); } break; case 211: #line 1354 "fortran.y" {strcpy(CharacterSize,yyvsp[0].na); strcpy(yyval.na,yyvsp[0].na);} break; case 212: #line 1356 "fortran.y" {strcpy(CharacterSize,"*"); strcpy(yyval.na,"*");} break; case 220: #line 1370 "fortran.y" { VariableIsParameter = 1; } break; case 222: #line 1375 "fortran.y" {Allocatabledeclare = 1;} break; case 223: #line 1377 "fortran.y" { dimsgiven=1; curdim=yyvsp[0].d; } break; case 224: #line 1382 "fortran.y" {ExternalDeclare = 1;} break; case 225: #line 1384 "fortran.y" {strcpy(IntentSpec,yyvsp[-1].nac);} break; case 227: #line 1386 "fortran.y" {optionaldeclare = 1 ;} break; case 228: #line 1387 "fortran.y" {pointerdeclare = 1 ;} break; case 229: #line 1388 "fortran.y" { /* if ( inmodulemeet == 1 ) {*/ SaveDeclare = 1 ; /* }*/ } break; case 231: #line 1396 "fortran.y" {strcpy(yyval.nac,yyvsp[0].nac);} break; case 232: #line 1397 "fortran.y" {strcpy(yyval.nac,yyvsp[0].nac);} break; case 233: #line 1398 "fortran.y" {strcpy(yyval.nac,yyvsp[0].nac); } break; case 234: #line 1401 "fortran.y" {PublicDeclare = 1;} break; case 235: #line 1403 "fortran.y" {PrivateDeclare = 1;} break; case 236: #line 1405 "fortran.y" {if ( created_dimensionlist == 1 ) { yyval.d=(listdim *)NULL; } } break; case 237: #line 1411 "fortran.y" {if ( created_dimensionlist == 1 || agrif_parentcall == 1 ) yyval.d=yyvsp[-1].d;} break; case 238: #line 1414 "fortran.y" {if ( created_dimensionlist == 1 || agrif_parentcall == 1 ) yyval.d=insertdim(NULL,yyvsp[0].dim1);} break; case 239: #line 1417 "fortran.y" {if ( couldaddvariable == 1 ) if ( created_dimensionlist == 1 ) yyval.d=insertdim(yyvsp[-2].d,yyvsp[0].dim1);} break; case 240: #line 1420 "fortran.y" { strcpy(yyval.dim1.first,"1"); strcpy(yyval.dim1.last,yyvsp[0].na); Save_Length(yyvsp[0].na,1); } break; case 241: #line 1425 "fortran.y" { strcpy(yyval.dim1.first,""); strcpy(yyval.dim1.last,""); } break; case 242: #line 1429 "fortran.y" { strcpy(yyval.dim1.first,yyvsp[-1].na); Save_Length(yyvsp[-1].na,2); strcpy(yyval.dim1.last,""); } break; case 243: #line 1434 "fortran.y" { strcpy(yyval.dim1.first,""); strcpy(yyval.dim1.last,yyvsp[0].na); Save_Length(yyvsp[0].na,1); } break; case 244: #line 1440 "fortran.y" { strcpy(yyval.dim1.first,yyvsp[-2].na); Save_Length(yyvsp[-2].na,2); strcpy(yyval.dim1.last,yyvsp[0].na); Save_Length(yyvsp[0].na,1); } break; case 245: #line 1447 "fortran.y" {strcpy(yyval.na,"*");} break; case 246: #line 1448 "fortran.y" {strcpy(yyval.na,yyvsp[0].na);} break; case 247: #line 1450 "fortran.y" {if ( couldaddvariable == 1 ) strcpy(yyval.na,yyvsp[0].na);} break; case 248: #line 1452 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,"(%s)",yyvsp[-1].na);} break; case 249: #line 1454 "fortran.y" {if ( couldaddvariable == 1 ) strcpy(yyval.na,yyvsp[0].na);} break; case 250: #line 1456 "fortran.y" {if ( couldaddvariable == 1 ) strcpy(yyval.na,yyvsp[0].na);} break; case 251: #line 1460 "fortran.y" {sprintf(yyval.na,"SUM(%s)",yyvsp[-1].na);} break; case 252: #line 1462 "fortran.y" {sprintf(yyval.na,"MAX(%s)",yyvsp[-1].na);} break; case 253: #line 1464 "fortran.y" {sprintf(yyval.na,"TANH(%s)",yyvsp[-1].na);} break; case 254: #line 1466 "fortran.y" {sprintf(yyval.na,"MAXVAL(%s)",yyvsp[-1].na);} break; case 255: #line 1468 "fortran.y" {sprintf(yyval.na,"MIN(%s)",yyvsp[-1].na);} break; case 256: #line 1470 "fortran.y" {sprintf(yyval.na,"MINVAL(%s)",yyvsp[-1].na);} break; case 257: #line 1472 "fortran.y" {sprintf(yyval.na,"TRIM(%s)",yyvsp[-1].na);} break; case 258: #line 1474 "fortran.y" {sprintf(yyval.na,"SQRT(%s)",yyvsp[-1].na);} break; case 259: #line 1476 "fortran.y" {sprintf(yyval.na,"REAL(%s)",yyvsp[-1].na);} break; case 260: #line 1478 "fortran.y" {sprintf(yyval.na,"NINT(%s)",yyvsp[-1].na);} break; case 261: #line 1480 "fortran.y" {sprintf(yyval.na,"FLOAT(%s)",yyvsp[-1].na);} break; case 262: #line 1482 "fortran.y" {sprintf(yyval.na,"EXP(%s)",yyvsp[-1].na);} break; case 263: #line 1484 "fortran.y" {sprintf(yyval.na,"COS(%s)",yyvsp[-1].na);} break; case 264: #line 1486 "fortran.y" {sprintf(yyval.na,"COSH(%s)",yyvsp[-1].na);} break; case 265: #line 1488 "fortran.y" {sprintf(yyval.na,"ACOS(%s)",yyvsp[-1].na);} break; case 266: #line 1490 "fortran.y" {sprintf(yyval.na,"SIN(%s)",yyvsp[-1].na);} break; case 267: #line 1492 "fortran.y" {sprintf(yyval.na,"SINH(%s)",yyvsp[-1].na);} break; case 268: #line 1494 "fortran.y" {sprintf(yyval.na,"ASIN(%s)",yyvsp[-1].na);} break; case 269: #line 1496 "fortran.y" {sprintf(yyval.na,"LOG(%s)",yyvsp[-1].na);} break; case 270: #line 1498 "fortran.y" {sprintf(yyval.na,"TAN(%s)",yyvsp[-1].na);} break; case 271: #line 1500 "fortran.y" {sprintf(yyval.na,"ATAN(%s)",yyvsp[-1].na);} break; case 272: #line 1502 "fortran.y" {sprintf(yyval.na,"ABS(%s)",yyvsp[-1].na);} break; case 273: #line 1504 "fortran.y" {sprintf(yyval.na,"MOD(%s)",yyvsp[-1].na);} break; case 274: #line 1506 "fortran.y" {sprintf(yyval.na,"SIGN(%s)",yyvsp[-1].na);} break; case 275: #line 1508 "fortran.y" {sprintf(yyval.na,"MINLOC(%s)",yyvsp[-1].na);} break; case 276: #line 1510 "fortran.y" {sprintf(yyval.na,"MAXLOC(%s)",yyvsp[-1].na);} break; case 277: #line 1512 "fortran.y" {strcpy(yyval.na,yyvsp[0].na);} break; case 278: #line 1514 "fortran.y" {if ( couldaddvariable == 1 ) { strcpy(yyval.na,yyvsp[-2].na);strcat(yyval.na,",");strcat(yyval.na,yyvsp[0].na);}} break; case 279: #line 1517 "fortran.y" {if ( couldaddvariable == 1 ) strcpy(yyval.na,yyvsp[0].na);} break; case 280: #line 1519 "fortran.y" {if ( couldaddvariable == 1 ) strcpy(yyval.na,yyvsp[0].nac);} break; case 281: #line 1521 "fortran.y" {if ( couldaddvariable == 1 ) strcpy(yyval.na,yyvsp[0].na);} break; case 282: #line 1523 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,"%s%s",yyvsp[-1].na,yyvsp[0].na);} break; case 283: #line 1525 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,"%s%s",yyvsp[-1].nac,yyvsp[0].na);} break; case 284: #line 1527 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,"%s%s",yyvsp[-1].nac,yyvsp[0].na);} break; case 285: #line 1529 "fortran.y" {if ( couldaddvariable == 1 ) strcpy(yyval.nac,"+");} break; case 286: #line 1530 "fortran.y" {if ( couldaddvariable == 1 ) strcpy(yyval.nac,"-");} break; case 287: #line 1533 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,"+%s",yyvsp[0].na);} break; case 288: #line 1535 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,"-%s",yyvsp[0].na);} break; case 289: #line 1537 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,"*%s",yyvsp[0].na);} break; case 290: #line 1539 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,"%s%s",yyvsp[-1].nac,yyvsp[0].na);} break; case 291: #line 1541 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,"%s%s",yyvsp[-1].nac,yyvsp[0].na);} break; case 292: #line 1543 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,"%s%s",yyvsp[-1].nac,yyvsp[0].na);} break; case 293: #line 1545 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,"%s%s",yyvsp[-1].nac,yyvsp[0].na);} break; case 294: #line 1547 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na," > %s",yyvsp[0].na);} break; case 295: #line 1549 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,"%s%s",yyvsp[-1].nac,yyvsp[0].na);} break; case 296: #line 1551 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na," < %s",yyvsp[0].na);} break; case 297: #line 1553 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,"%s%s",yyvsp[-1].nac,yyvsp[0].na);} break; case 298: #line 1555 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na," >= %s",yyvsp[0].na);} break; case 299: #line 1557 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,"%s%s",yyvsp[-1].nac,yyvsp[0].na);} break; case 300: #line 1559 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na," <= %s",yyvsp[0].na);} break; case 301: #line 1561 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,"%s%s",yyvsp[-1].nac,yyvsp[0].na);} break; case 302: #line 1563 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,"%s%s",yyvsp[-1].nac,yyvsp[0].na);} break; case 303: #line 1565 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,"%s%s",yyvsp[-1].nac,yyvsp[0].na);} break; case 304: #line 1567 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,"%s%s",yyvsp[-1].nac,yyvsp[0].na);} break; case 305: #line 1569 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,"%s%s",yyvsp[-1].nac,yyvsp[0].na);} break; case 306: #line 1571 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,"%s",yyvsp[0].na);} break; case 307: #line 1573 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,"%s",yyvsp[0].na);} break; case 308: #line 1575 "fortran.y" {strcpy(yyval.na,"");} break; case 309: #line 1577 "fortran.y" {sprintf(yyval.na,"/%s",yyvsp[0].na);} break; case 310: #line 1579 "fortran.y" {sprintf(yyval.na,"/= %s",yyvsp[0].na);} break; case 311: #line 1581 "fortran.y" {sprintf(yyval.na,"//%s",yyvsp[0].na);} break; case 312: #line 1584 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,"==%s",yyvsp[0].na);} break; case 313: #line 1586 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,"= %s",yyvsp[0].na);} break; case 314: #line 1589 "fortran.y" {if ( couldaddvariable == 1 ) strcpy(yyval.na,yyvsp[0].nac);} break; case 315: #line 1591 "fortran.y" {if ( couldaddvariable == 1 ) strcpy(yyval.na,yyvsp[0].na);} break; case 316: #line 1593 "fortran.y" {if ( couldaddvariable == 1 ) strcpy(yyval.na,yyvsp[0].na);} break; case 317: #line 1595 "fortran.y" { agrif_parentcall =0; if (!strcasecmp(identcopy,"Agrif_Parent") ) agrif_parentcall =1; if ( Agrif_in_Tok_NAME(identcopy) == 1 ) { inagrifcallargument = 1; Add_SubroutineWhereAgrifUsed_1(subroutinename, curmodulename); } } break; case 318: #line 1608 "fortran.y" { strcpy(yyval.na,yyvsp[0].na); if ( incalldeclare == 0 ) inagrifcallargument = 0; } break; case 319: #line 1613 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na," %s %s ",yyvsp[-1].na,yyvsp[0].na);} break; case 320: #line 1615 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na," %s ( %s )",yyvsp[-3].na,yyvsp[-1].na);} break; case 321: #line 1618 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na," %s ( %s ) %s ",yyvsp[-4].na,yyvsp[-2].na,yyvsp[0].na);} break; case 322: #line 1622 "fortran.y" { if ( couldaddvariable == 1 ) { sprintf(yyval.na," %s ( %s )",yyvsp[-3].nac,yyvsp[-1].na); ModifyTheAgrifFunction_0(yyvsp[-1].na); agrif_parentcall =0; } } break; case 323: #line 1632 "fortran.y" { sprintf(yyval.na," %s %% %s ",yyvsp[-2].na,yyvsp[0].na); if ( incalldeclare == 0 ) inagrifcallargument = 0; } break; case 324: #line 1638 "fortran.y" {sprintf(yyval.na,"(/%s/)",yyvsp[-1].na);} break; case 325: #line 1640 "fortran.y" {strcpy(yyval.na," ");} break; case 326: #line 1642 "fortran.y" {strcpy(yyval.na,yyvsp[0].na);} break; case 327: #line 1644 "fortran.y" {if ( couldaddvariable == 1 ) strcpy(yyval.na,yyvsp[0].na);} break; case 328: #line 1646 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,"%s,%s",yyvsp[-2].na,yyvsp[0].na);} break; case 329: #line 1648 "fortran.y" {strcpy(yyval.na,yyvsp[0].na);} break; case 330: #line 1649 "fortran.y" {strcpy(yyval.na,yyvsp[0].na);} break; case 331: #line 1652 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,"%s :%s",yyvsp[-2].na,yyvsp[0].na);} break; case 332: #line 1654 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,"%s :%s :%s",yyvsp[-4].na,yyvsp[-2].na,yyvsp[0].na);} break; case 333: #line 1657 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,":%s :%s",yyvsp[-2].na,yyvsp[0].na);} break; case 334: #line 1658 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,": : %s",yyvsp[0].na);} break; case 335: #line 1659 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,":%s",yyvsp[0].na);} break; case 336: #line 1660 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,"%s :",yyvsp[-1].na);} break; case 337: #line 1661 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,":");} break; case 338: #line 1663 "fortran.y" { if ( couldaddvariable == 1 ) { if ( Vartonumber(yyvsp[0].nac) == 1 ) { Add_SubroutineWhereAgrifUsed_1(subroutinename, curmodulename); } if (!strcasecmp(yyvsp[0].nac,"Agrif_Parent") ) agrif_parentcall =1; if ( VariableIsNotFunction(yyvsp[0].nac) == 0 ) { if ( inagrifcallargument == 1 ) { if ( !strcasecmp(yyvsp[0].nac,identcopy) ) { strcpy(sameagrifname,identcopy); sameagrifargument = 1; } } strcpy(identcopy,yyvsp[0].nac); pointedvar=0; strcpy(truename,yyvsp[0].nac); if (variscoupled_0(yyvsp[0].nac)) strcpy(truename,getcoupledname_0(yyvsp[0].nac)); /* if ( VarIsNonGridDepend($1) == 0 && Variableshouldberemove($1) == 0 ) { if ( inagrifcallargument == 1 || varisallocatable_0($1) == 1 || varispointer_0($1) == 1 ) { if ((IsinListe(List_UsedInSubroutine_Var,$1) == 1) || (inagrifcallargument == 1)) { if (varistyped_0($1) == 0) { ModifyTheVariableName_0($1); } } else { } } if (variscoupled_0($1) == 1) { printf("mla variable %s est couplee %s\n",$1,getcoupledname_0($1)); ModifyTheVariableNamecoupled_0($1,getcoupledname_0($1)); } if ( inagrifcallargument != 1 || sameagrifargument ==1 ) Add_UsedInSubroutine_Var_1($1); } NotifyAgrifFunction_0($1); */ if ( VarIsNonGridDepend(truename) == 0 && Variableshouldberemove(truename) == 0 ) { if ( inagrifcallargument == 1 || varisallocatable_0(truename) == 1 || varispointer_0(truename) == 1 ) { if ((IsinListe(List_UsedInSubroutine_Var,yyvsp[0].nac) == 1) || (inagrifcallargument == 1)) { if (varistyped_0(truename) == 0) { ModifyTheVariableName_0(truename,strlen(yyvsp[0].nac)); } } } if ( inagrifcallargument != 1 || sameagrifargument ==1 ) Add_UsedInSubroutine_Var_1(truename); } NotifyAgrifFunction_0(truename); } } } break; case 339: #line 1742 "fortran.y" {if ( couldaddvariable == 1 ) strcpy(yyval.nac,".TRUE.");} break; case 340: #line 1743 "fortran.y" {if ( couldaddvariable == 1 ) strcpy(yyval.nac,".FALSE.");} break; case 341: #line 1744 "fortran.y" {if ( couldaddvariable == 1 ) strcpy(yyval.nac,yyvsp[0].nac);} break; case 342: #line 1745 "fortran.y" {if ( couldaddvariable == 1 ) strcpy(yyval.nac,yyvsp[0].nac);} break; case 343: #line 1746 "fortran.y" {if ( couldaddvariable == 1 ) strcpy(yyval.nac,yyvsp[0].nac);} break; case 344: #line 1747 "fortran.y" {if ( couldaddvariable == 1 ) strcpy(yyval.nac,yyvsp[0].nac);} break; case 345: #line 1749 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.nac,"%s%s",yyvsp[-1].nac,yyvsp[0].nac);} break; case 347: #line 1753 "fortran.y" {if ( couldaddvariable == 1 ) strcpy(yyval.nac,yyvsp[0].nac);} break; case 349: #line 1756 "fortran.y" {if ( couldaddvariable == 1 ) strcpy(yyval.nac,yyvsp[0].nac);} break; case 350: #line 1758 "fortran.y" {if ( couldaddvariable == 1 ) strcpy(yyval.nac,yyvsp[0].nac);} break; case 351: #line 1760 "fortran.y" {if ( couldaddvariable == 1 ) strcpy(yyval.na," ");} break; case 352: #line 1761 "fortran.y" {if ( couldaddvariable == 1 ) strcpy(yyval.na,yyvsp[0].na);} break; case 353: #line 1764 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,"(%s :%s)",yyvsp[-3].na,yyvsp[-1].na);} break; case 354: #line 1766 "fortran.y" {if ( couldaddvariable == 1 ) strcpy(yyval.na," ");} break; case 355: #line 1767 "fortran.y" {if ( couldaddvariable == 1 ) strcpy(yyval.na,yyvsp[0].na);} break; case 356: #line 1769 "fortran.y" {if ( couldaddvariable == 1 ) strcpy(yyval.na," ");} break; case 357: #line 1770 "fortran.y" {if ( couldaddvariable == 1 ) strcpy(yyval.na,yyvsp[0].na);} break; case 358: #line 1772 "fortran.y" {InitialValueGiven = 0;} break; case 359: #line 1774 "fortran.y" { if ( couldaddvariable == 1 ) { strcpy(InitValue,yyvsp[0].na); InitialValueGiven = 1; } } break; case 360: #line 1782 "fortran.y" {pos_curinit = setposcur();} break; case 361: #line 1785 "fortran.y" {sprintf(yyval.na,"(%s,%s)",yyvsp[-3].na,yyvsp[-1].na);} break; case 362: #line 1788 "fortran.y" { if ( couldaddvariable == 1 ) { /* if variables has been declared in a subroutine */ if (insubroutinedeclare == 1) { copyuse_0(yyvsp[0].nac); } sprintf(charusemodule,"%s",yyvsp[0].nac); Add_NameOfModuleUsed_1(yyvsp[0].nac); if ( inmoduledeclare == 0 ) { pos_end = setposcur(); RemoveWordSET_0(fortranout,pos_curuse, pos_end-pos_curuse); } } } break; case 363: #line 1808 "fortran.y" { if ( couldaddvariable == 1 ) { if (insubroutinedeclare == 1) { Add_CouplePointed_Var_1(yyvsp[-2].nac,yyvsp[0].lc); } if ( firstpass == 1 ) { if ( insubroutinedeclare == 1 ) { coupletmp = yyvsp[0].lc; strcpy(ligne,""); while ( coupletmp ) { strcat(ligne,coupletmp->c_namevar); strcat(ligne," => "); strcat(ligne,coupletmp->c_namepointedvar); coupletmp = coupletmp->suiv; if ( coupletmp ) strcat(ligne,","); } sprintf(charusemodule,"%s",yyvsp[-2].nac); } Add_NameOfModuleUsed_1(yyvsp[-2].nac); } if ( inmoduledeclare == 0 ) { pos_end = setposcur(); RemoveWordSET_0(fortranout,pos_curuse, pos_end-pos_curuse); } } } break; case 364: #line 1842 "fortran.y" { if ( couldaddvariable == 1 ) { /* if variables has been declared in a subroutine */ if (insubroutinedeclare == 1) { copyuseonly_0(yyvsp[-4].nac); } sprintf(charusemodule,"%s",yyvsp[-4].nac); Add_NameOfModuleUsed_1(yyvsp[-4].nac); if ( inmoduledeclare == 0 ) { pos_end = setposcur(); RemoveWordSET_0(fortranout,pos_curuse, pos_end-pos_curuse); } } } break; case 365: #line 1862 "fortran.y" { if ( couldaddvariable == 1 ) { /* if variables has been declared in a subroutine */ if (insubroutinedeclare == 1) { Add_CouplePointed_Var_1(yyvsp[-4].nac,yyvsp[0].lc); } if ( firstpass == 1 ) { if ( insubroutinedeclare == 1 ) { coupletmp = yyvsp[0].lc; strcpy(ligne,""); while ( coupletmp ) { strcat(ligne,coupletmp->c_namevar); if ( strcasecmp(coupletmp->c_namepointedvar,"") ) strcat(ligne," => "); strcat(ligne,coupletmp->c_namepointedvar); coupletmp = coupletmp->suiv; if ( coupletmp ) strcat(ligne,","); } sprintf(charusemodule,"%s",yyvsp[-4].nac); } Add_NameOfModuleUsed_1(yyvsp[-4].nac); } if ( firstpass == 0 ) { if ( inmoduledeclare == 0 ) { pos_end = setposcur(); RemoveWordSET_0(fortranout,pos_curuse, pos_end-pos_curuse); if (oldfortranout) variableisglobalinmodule(yyvsp[0].lc,yyvsp[-4].nac,oldfortranout,pos_curuseold); } else { /* if we are in the module declare and if the */ /* onlylist is a list of global variable */ variableisglobalinmodule(yyvsp[0].lc, yyvsp[-4].nac, fortranout,pos_curuse); } } } } break; case 366: #line 1913 "fortran.y" { pos_curuse = setposcur()-strlen(yyvsp[0].nac); if (firstpass == 0 && oldfortranout) { pos_curuseold = setposcurname(oldfortranout); } } break; case 367: #line 1921 "fortran.y" {strcpy(yyval.nac,yyvsp[0].nac);} break; case 368: #line 1924 "fortran.y" { if ( couldaddvariable == 1 ) yyval.lc = yyvsp[0].lc; } break; case 369: #line 1928 "fortran.y" { if ( couldaddvariable == 1 ) { /* insert the variable in the list $1 */ yyvsp[0].lc->suiv = yyvsp[-2].lc; yyval.lc = yyvsp[0].lc; } } break; case 370: #line 1938 "fortran.y" { coupletmp =(listcouple *)malloc(sizeof(listcouple)); strcpy(coupletmp->c_namevar,yyvsp[-2].nac); Save_Length(yyvsp[-2].nac,21); strcpy(coupletmp->c_namepointedvar,yyvsp[0].nac); Save_Length(yyvsp[0].nac,22); coupletmp->suiv = NULL; yyval.lc = coupletmp; } break; case 371: #line 1949 "fortran.y" { if ( couldaddvariable == 1 ) yyval.lc = yyvsp[0].lc; } break; case 372: #line 1953 "fortran.y" { if ( couldaddvariable == 1 ) { /* insert the variable in the list $1 */ yyvsp[0].lc->suiv = yyvsp[-2].lc; yyval.lc = yyvsp[0].lc; } } break; case 373: #line 1963 "fortran.y" { coupletmp =(listcouple *)malloc(sizeof(listcouple)); strcpy(coupletmp->c_namevar,yyvsp[-2].nac); Save_Length(yyvsp[-2].nac,21); strcpy(coupletmp->c_namepointedvar,yyvsp[0].nac); Save_Length(yyvsp[0].nac,22); coupletmp->suiv = NULL; yyval.lc = coupletmp; pointedvar=1; Add_UsedInSubroutine_Var_1(yyvsp[-2].nac); } break; case 374: #line 1974 "fortran.y" { coupletmp =(listcouple *)malloc(sizeof(listcouple)); strcpy(coupletmp->c_namevar,yyvsp[0].nac); Save_Length(yyvsp[0].nac,21); strcpy(coupletmp->c_namepointedvar,""); coupletmp->suiv = NULL; yyval.lc = coupletmp; } break; case 376: #line 1985 "fortran.y" { Add_SubroutineWhereAgrifUsed_1(subroutinename, curmodulename); inallocate = 0; } break; case 377: #line 1991 "fortran.y" { Add_SubroutineWhereAgrifUsed_1(subroutinename, curmodulename); inallocate = 0; } break; case 379: #line 1998 "fortran.y" { GlobalDeclaration = 0 ; if ( firstpass == 0 && strcasecmp(subroutinename,"") ) { if ( module_declar && insubroutinedeclare == 0 ) { fclose(module_declar); } } if ( couldaddvariable == 1 && strcasecmp(subroutinename,"") ) { if ( inmodulemeet == 1 ) { /* we are in a module */ if ( insubroutinedeclare == 1 ) { /* it is like an end subroutine */ insubroutinedeclare = 0 ; /* */ pos_cur = setposcur(); closeandcallsubloopandincludeit_0(1); functiondeclarationisdone = 0; } else { /* it is like an end module */ inmoduledeclare = 0 ; inmodulemeet = 0 ; } } else { insubroutinedeclare = 0; /* */ pos_cur = setposcur(); closeandcallsubloopandincludeit_0(2); functiondeclarationisdone = 0; if ( firstpass == 0 ) { if ( retour77 == 0 ) fprintf(paramout,"!\n"); else fprintf(paramout,"C\n"); fclose(paramout); } } } strcpy(subroutinename,""); } break; case 380: #line 2048 "fortran.y" { if ( couldaddvariable == 1 ) { insubroutinedeclare = 0; /* */ pos_cur = setposcur(); closeandcallsubloopandincludeit_0(3); functiondeclarationisdone = 0; if ( firstpass == 0 ) { if ( retour77 == 0 ) fprintf(paramout,"!\n"); else fprintf(paramout,"C\n"); fclose(paramout); } strcpy(subroutinename,""); } } break; case 381: #line 2066 "fortran.y" { if ( couldaddvariable == 1 && strcasecmp(subroutinename,"") ) { insubroutinedeclare = 0; /* */ pos_cur = setposcur(); closeandcallsubloopandincludeit_0(1); functiondeclarationisdone = 0; if ( firstpass == 0 ) { if ( retour77 == 0 ) fprintf(paramout,"!\n"); else fprintf(paramout,"C\n"); fclose(paramout); } strcpy(subroutinename,""); } } break; case 382: #line 2086 "fortran.y" { if ( couldaddvariable == 1 ) { insubroutinedeclare = 0; /* */ pos_cur = setposcur(); closeandcallsubloopandincludeit_0(0); functiondeclarationisdone = 0; if ( firstpass == 0 ) { if ( retour77 == 0 ) fprintf(paramout,"!\n"); else fprintf(paramout,"C\n"); fclose(paramout); } strcpy(subroutinename,""); } } break; case 383: #line 2105 "fortran.y" { if ( couldaddvariable == 1 ) { /* if we never meet the contains keyword */ Remove_Word_end_module_0(strlen(yyvsp[0].nac)); if ( inmoduledeclare == 1 ) { if ( aftercontainsdeclare == 0 ) { Write_GlobalParameter_Declaration_0(); Write_NotGridDepend_Declaration_0(); Write_GlobalType_Declaration_0(); Write_Alloc_Subroutine_For_End_0(); } } inmoduledeclare = 0 ; inmodulemeet = 0 ; Write_Word_end_module_0(); strcpy(curmodulename,""); aftercontainsdeclare = 1; if ( firstpass == 0 ) { if ( module_declar && insubroutinedeclare == 0) { fclose(module_declar); } } GlobalDeclaration = 0 ; } } break; case 397: #line 2151 "fortran.y" { if (inmoduledeclare == 1 ) { Remove_Word_Contains_0(); Write_GlobalParameter_Declaration_0(); Write_GlobalType_Declaration_0(); Write_NotGridDepend_Declaration_0(); Write_Alloc_Subroutine_0(); inmoduledeclare = 0 ; aftercontainsdeclare = 1; } else { if ( couldaddvariable == 1 ) { if ( firstpass == 1 ) List_ContainsSubroutine = Addtolistnom(subroutinename, List_ContainsSubroutine,0); insubroutinedeclare = 0; /* */ closeandcallsubloop_contains_0(); functiondeclarationisdone = 0; if ( firstpass == 0 ) { if ( retour77 == 0 ) fprintf(paramout,"!\n"); else fprintf(paramout,"C\n"); fclose(paramout); } } strcpy(subroutinename,""); } } break; case 398: #line 2186 "fortran.y" { if ( couldaddvariable == 1 ) { strcpy(yyval.nac,yyvsp[0].nac); pos_endsubroutine = setposcur()-strlen(yyvsp[0].nac); functiondeclarationisdone = 0; } } break; case 399: #line 2196 "fortran.y" { if ( couldaddvariable == 1 ) { strcpy(yyval.nac,yyvsp[0].nac); pos_endsubroutine = setposcur()-strlen(yyvsp[0].nac); } } break; case 400: #line 2205 "fortran.y" { if ( couldaddvariable == 1 ) { strcpy(yyval.nac,yyvsp[0].nac); pos_endsubroutine = setposcur()-strlen(yyvsp[0].nac); } } break; case 401: #line 2214 "fortran.y" { if ( couldaddvariable == 1 ) { strcpy(yyval.nac,yyvsp[0].nac); pos_endsubroutine = setposcur()-strlen(yyvsp[0].nac); } } break; case 413: #line 2236 "fortran.y" {strcpy(yyval.nac,"");} break; case 414: #line 2237 "fortran.y" {strcpy(yyval.nac,yyvsp[0].nac);} break; case 426: #line 2257 "fortran.y" { Add_SubroutineWhereAgrifUsed_1(subroutinename, curmodulename); inallocate = 0; } break; case 427: #line 2263 "fortran.y" { Add_SubroutineWhereAgrifUsed_1(subroutinename, curmodulename); inallocate = 0; } break; case 433: #line 2274 "fortran.y" {if ( couldaddvariable == 1 ) created_dimensionlist = 0;} break; case 434: #line 2276 "fortran.y" { created_dimensionlist = 1; if ( agrif_parentcall == 1 ) { ModifyTheAgrifFunction_0(yyvsp[-1].d->dim.last); agrif_parentcall =0; fprintf(fortranout," = "); } } break; case 435: #line 2286 "fortran.y" {created_dimensionlist = 1;} break; case 440: #line 2294 "fortran.y" { inagrifcallargument = 0 ; incalldeclare=0; if ( oldfortranout && !strcasecmp(meetagrifinitgrids,subroutinename) && firstpass == 0 && callmpiinit == 1) { /* pos_end = setposcur(); RemoveWordSET_0(fortranout,pos_curcall, pos_end-pos_curcall); fprintf(oldfortranout," Call MPI_Init (%s) \n" ,mpiinitvar);*/ } if ( oldfortranout && callagrifinitgrids == 1 && firstpass == 0 ) { pos_end = setposcur(); RemoveWordSET_0(fortranout,pos_curcall, pos_end-pos_curcall); strcpy(subofagrifinitgrids,subroutinename); } Instanciation_0(sameagrifname); } break; case 445: #line 2328 "fortran.y" { if (!strcasecmp(yyvsp[0].nac,"MPI_Init") ) { callmpiinit = 1; } else { callmpiinit = 0; } if (!strcasecmp(yyvsp[0].nac,"Agrif_Init_Grids") ) { callagrifinitgrids = 1; strcpy(meetagrifinitgrids,subroutinename); } else callagrifinitgrids = 0; if ( !strcasecmp(yyvsp[0].nac,"Agrif_Open_File") ) { Add_SubroutineWhereAgrifUsed_1(subroutinename, curmodulename); } if ( Vartonumber(yyvsp[0].nac) == 1 ) { incalldeclare=1; inagrifcallargument = 1 ; Add_SubroutineWhereAgrifUsed_1(subroutinename, curmodulename); } } break; case 446: #line 2358 "fortran.y" {pos_curcall=setposcur()-4;} break; case 449: #line 2363 "fortran.y" { if ( callmpiinit == 1 ) { strcpy(mpiinitvar,yyvsp[0].na); if ( firstpass == 1 ) { Add_UsedInSubroutine_Var_1 (mpiinitvar); /* curvar=createvar($1,NULL); curlistvar=insertvar(NULL,curvar); List_Subr outineArgument_Var = AddListvarToListvar (curlistvar,List_SubroutineAr gument_Var,1);*/ } } } break; case 528: #line 2485 "fortran.y" {if ( couldaddvariable == 1 ) strcpy(yyval.na,yyvsp[0].na);} break; case 529: #line 2486 "fortran.y" {if ( couldaddvariable == 1 ) strcpy(yyval.na,yyvsp[0].na);} break; case 530: #line 2487 "fortran.y" {if ( couldaddvariable == 1 ) strcpy(yyval.na,yyvsp[0].na);} break; case 531: #line 2490 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,"%s,%s",yyvsp[-2].na,yyvsp[0].na);} break; case 532: #line 2492 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,"%s,%s",yyvsp[-2].na,yyvsp[0].na);} break; case 533: #line 2494 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,"%s,%s",yyvsp[-2].na,yyvsp[0].na);} break; case 534: #line 2496 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,"%s,%s",yyvsp[-2].na,yyvsp[0].na);} break; case 535: #line 2498 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,"%s,%s",yyvsp[-2].na,yyvsp[0].na);} break; case 536: #line 2500 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,"%s,%s",yyvsp[-2].na,yyvsp[0].na);} break; case 537: #line 2501 "fortran.y" {if ( couldaddvariable == 1 ) strcpy(yyval.na,yyvsp[0].na);} break; case 538: #line 2502 "fortran.y" {if ( couldaddvariable == 1 ) strcpy(yyval.na,yyvsp[0].na);} break; case 539: #line 2505 "fortran.y" {if ( couldaddvariable == 1 ) strcpy(yyval.na,yyvsp[0].na);} break; case 540: #line 2507 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na," (%s)",yyvsp[-1].na);} break; case 541: #line 2509 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,"(%s,%s)",yyvsp[-3].na,yyvsp[-1].na);} break; case 542: #line 2511 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,"(%s,%s)",yyvsp[-3].na,yyvsp[-1].na);} break; case 543: #line 2513 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,"(%s,%s)",yyvsp[-3].na,yyvsp[-1].na);} break; case 544: #line 2517 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,"%s=%s,%s)",yyvsp[-4].nac,yyvsp[-2].na,yyvsp[0].na);} break; case 545: #line 2520 "fortran.y" {if ( couldaddvariable == 1 ) sprintf(yyval.na,"%s=%s,%s,%s)",yyvsp[-6].nac,yyvsp[-4].na,yyvsp[-2].na,yyvsp[0].na);} break; case 554: #line 2536 "fortran.y" {Add_Allocate_Var_1(yyvsp[0].nac,curmodulename);} break; case 557: #line 2541 "fortran.y" {Add_Allocate_Var_1(yyvsp[-3].nac,curmodulename);} break; case 571: #line 2564 "fortran.y" {strcpy(yyval.nac,yyvsp[0].nac);} break; #line 9558 "y.tab.c" } yyssp -= yym; yystate = *yyssp; yyvsp -= yym; yym = yylhs[yyn]; if (yystate == 0 && yym == 0) { #if YYDEBUG if (yydebug) printf("%sdebug: after reduction, shifting from state 0 to\ state %d\n", YYPREFIX, YYFINAL); #endif yystate = YYFINAL; *++yyssp = YYFINAL; *++yyvsp = yyval; if (yychar < 0) { if ((yychar = yylex()) < 0) yychar = 0; #if YYDEBUG if (yydebug) { yys = 0; if (yychar <= YYMAXTOKEN) yys = yyname[yychar]; if (!yys) yys = "illegal-symbol"; printf("%sdebug: state %d, reading %d (%s)\n", YYPREFIX, YYFINAL, yychar, yys); } #endif } if (yychar == 0) goto yyaccept; goto yyloop; } if ((yyn = yygindex[yym]) && (yyn += yystate) >= 0 && yyn <= YYTABLESIZE && yycheck[yyn] == yystate) yystate = yytable[yyn]; else yystate = yydgoto[yym]; #if YYDEBUG if (yydebug) printf("%sdebug: after reduction, shifting from state %d \ to state %d\n", YYPREFIX, *yyssp, yystate); #endif if (yyssp >= yyss + yystacksize - 1) { goto yyoverflow; } *++yyssp = yystate; *++yyvsp = yyval; goto yyloop; yyoverflow: yyerror("yacc stack overflow"); yyabort: return (1); yyaccept: return (0); }