// @generated by antlr-rust-runtime v0.14.2 - do not edit
// project: https://github.com/ophi-dev/antlr-rust-runtime
#[allow(warnings, missing_docs, clippy::all, clippy::pedantic, clippy::nursery)]
#[rustfmt::skip]
mod __antlr4_rust_generated {
use antlr4_runtime::char_stream::CharStream;
use antlr4_runtime::recognizer::RecognizerData;
use antlr4_runtime::token::{TokenId, TokenSink, TokenSource, TokenStoreError};
use antlr4_runtime::atn::LexerAtn;
use antlr4_runtime::atn::lexer_dfa::CompiledLexerDfa;
use antlr4_runtime::atn::serialized::AtnDeserializer;
use antlr4_runtime::{BaseLexer, GeneratedLexer, GrammarMetadata, Lexer, Recognizer};
use std::sync::OnceLock;
pub const EOF: i32 = antlr4_runtime::TOKEN_EOF;
pub const ACTION: i32 = 4;
pub const ARG_ACTION: i32 = 5;
pub const ARG_OR_CHARSET: i32 = 6;
pub const ASSIGN: i32 = 7;
pub const LEXER_CHAR_SET: i32 = 8;
pub const RULE_REF: i32 = 9;
pub const SEMPRED: i32 = 10;
pub const STRING_LITERAL: i32 = 11;
pub const TOKEN_REF: i32 = 12;
pub const UNICODE_ESC: i32 = 13;
pub const UNICODE_EXTENDED_ESC: i32 = 14;
pub const WS: i32 = 15;
pub const ALT: i32 = 16;
pub const BLOCK: i32 = 17;
pub const CLOSURE: i32 = 18;
pub const ELEMENT_OPTIONS: i32 = 19;
pub const EPSILON: i32 = 20;
pub const LEXER_ACTION_CALL: i32 = 21;
pub const LEXER_ALT_ACTION: i32 = 22;
pub const OPTIONAL: i32 = 23;
pub const POSITIVE_CLOSURE: i32 = 24;
pub const RULE: i32 = 25;
pub const RULEMODIFIERS: i32 = 26;
pub const RULES: i32 = 27;
pub const SET: i32 = 28;
pub const WILDCARD: i32 = 29;
pub const DOC_COMMENT: i32 = 30;
pub const BLOCK_COMMENT: i32 = 31;
pub const LINE_COMMENT: i32 = 32;
pub const INT: i32 = 33;
pub const UNTERMINATED_STRING_LITERAL: i32 = 34;
pub const BEGIN_ARGUMENT: i32 = 35;
pub const OPTIONS: i32 = 36;
pub const TOKENS: i32 = 37;
pub const CHANNELS: i32 = 38;
pub const IMPORT: i32 = 39;
pub const FRAGMENT: i32 = 40;
pub const LEXER: i32 = 41;
pub const PARSER: i32 = 42;
pub const GRAMMAR: i32 = 43;
pub const PROTECTED: i32 = 44;
pub const PUBLIC: i32 = 45;
pub const PRIVATE: i32 = 46;
pub const RETURNS: i32 = 47;
pub const LOCALS: i32 = 48;
pub const THROWS: i32 = 49;
pub const CATCH: i32 = 50;
pub const FINALLY: i32 = 51;
pub const MODE: i32 = 52;
pub const COLON: i32 = 53;
pub const COLONCOLON: i32 = 54;
pub const COMMA: i32 = 55;
pub const SEMI: i32 = 56;
pub const LPAREN: i32 = 57;
pub const RPAREN: i32 = 58;
pub const RBRACE: i32 = 59;
pub const RARROW: i32 = 60;
pub const LT: i32 = 61;
pub const GT: i32 = 62;
pub const QUESTION: i32 = 63;
pub const STAR: i32 = 64;
pub const PLUS_ASSIGN: i32 = 65;
pub const PLUS: i32 = 66;
pub const OR: i32 = 67;
pub const DOLLAR: i32 = 68;
pub const RANGE: i32 = 69;
pub const DOT: i32 = 70;
pub const AT: i32 = 71;
pub const POUND: i32 = 72;
pub const NOT: i32 = 73;
pub const ID: i32 = 74;
pub const END_ARGUMENT: i32 = 75;
pub const UNTERMINATED_ARGUMENT: i32 = 76;
pub const ARGUMENT_CONTENT: i32 = 77;
pub const UNTERMINATED_CHAR_SET: i32 = 78;
pub static METADATA: GrammarMetadata = GrammarMetadata::new(
"ANTLRv4Lexer",
&["DOC_COMMENT", "BLOCK_COMMENT", "LINE_COMMENT", "INT", "STRING_LITERAL", "UNTERMINATED_STRING_LITERAL", "BEGIN_ARGUMENT", "ACTION", "NESTED_ACTION", "OPTIONS", "TOKENS", "CHANNELS", "IMPORT", "FRAGMENT", "LEXER", "PARSER", "GRAMMAR", "PROTECTED", "PUBLIC", "PRIVATE", "RETURNS", "LOCALS", "THROWS", "CATCH", "FINALLY", "MODE", "COLON", "COLONCOLON", "COMMA", "SEMI", "LPAREN", "RPAREN", "RBRACE", "RARROW", "LT", "GT", "ASSIGN", "QUESTION", "STAR", "PLUS_ASSIGN", "PLUS", "OR", "DOLLAR", "RANGE", "DOT", "AT", "POUND", "NOT", "ID", "WS", "NESTED_ARGUMENT", "ARGUMENT_ESCAPE", "ARGUMENT_STRING_LITERAL", "ARGUMENT_CHAR_LITERAL", "END_ARGUMENT", "UNTERMINATED_ARGUMENT", "ARGUMENT_CONTENT", "LEXER_CHAR_SET_BODY", "LEXER_CHAR_SET", "UNTERMINATED_CHAR_SET", "ESC_SEQUENCE", "HexDigit", "UnicodeESC", "DoubleQuoteLiteral", "TripleQuoteLiteral", "BacktickQuoteLiteral", "NameChar", "NameStartChar"],
&[None, None, None, None, None, None, None, Some("\'=\'"), None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, Some("\'[\'"), None, None, None, Some("\'import\'"), Some("\'fragment\'"), Some("\'lexer\'"), Some("\'parser\'"), Some("\'grammar\'"), Some("\'protected\'"), Some("\'public\'"), Some("\'private\'"), Some("\'returns\'"), Some("\'locals\'"), Some("\'throws\'"), Some("\'catch\'"), Some("\'finally\'"), Some("\'mode\'"), Some("\':\'"), Some("\'::\'"), Some("\',\'"), Some("\';\'"), Some("\'(\'"), Some("\')\'"), Some("\'}\'"), Some("\'->\'"), Some("\'<\'"), Some("\'>\'"), Some("\'?\'"), Some("\'*\'"), Some("\'+=\'"), Some("\'+\'"), Some("\'|\'"), Some("\'$\'"), Some("\'..\'"), Some("\'.\'"), Some("\'@\'"), Some("\'#\'"), Some("\'~\'"), None, None, None, None, None],
&[None, None, None, None, Some("ACTION"), Some("ARG_ACTION"), Some("ARG_OR_CHARSET"), Some("ASSIGN"), Some("LEXER_CHAR_SET"), Some("RULE_REF"), Some("SEMPRED"), Some("STRING_LITERAL"), Some("TOKEN_REF"), Some("UNICODE_ESC"), Some("UNICODE_EXTENDED_ESC"), Some("WS"), Some("ALT"), Some("BLOCK"), Some("CLOSURE"), Some("ELEMENT_OPTIONS"), Some("EPSILON"), Some("LEXER_ACTION_CALL"), Some("LEXER_ALT_ACTION"), Some("OPTIONAL"), Some("POSITIVE_CLOSURE"), Some("RULE"), Some("RULEMODIFIERS"), Some("RULES"), Some("SET"), Some("WILDCARD"), Some("DOC_COMMENT"), Some("BLOCK_COMMENT"), Some("LINE_COMMENT"), Some("INT"), Some("UNTERMINATED_STRING_LITERAL"), Some("BEGIN_ARGUMENT"), Some("OPTIONS"), Some("TOKENS"), Some("CHANNELS"), Some("IMPORT"), Some("FRAGMENT"), Some("LEXER"), Some("PARSER"), Some("GRAMMAR"), Some("PROTECTED"), Some("PUBLIC"), Some("PRIVATE"), Some("RETURNS"), Some("LOCALS"), Some("THROWS"), Some("CATCH"), Some("FINALLY"), Some("MODE"), Some("COLON"), Some("COLONCOLON"), Some("COMMA"), Some("SEMI"), Some("LPAREN"), Some("RPAREN"), Some("RBRACE"), Some("RARROW"), Some("LT"), Some("GT"), Some("QUESTION"), Some("STAR"), Some("PLUS_ASSIGN"), Some("PLUS"), Some("OR"), Some("DOLLAR"), Some("RANGE"), Some("DOT"), Some("AT"), Some("POUND"), Some("NOT"), Some("ID"), Some("END_ARGUMENT"), Some("UNTERMINATED_ARGUMENT"), Some("ARGUMENT_CONTENT"), Some("UNTERMINATED_CHAR_SET")],
&[None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None],
&["DEFAULT_TOKEN_CHANNEL", "HIDDEN", "", "", "OFF_CHANNEL", "COMMENT"],
&["DEFAULT_MODE", "Argument", "LexerCharSet"],
&[4, 0, 78, 572, 6, -1, 6, -1, 6, -1, 2, 0, 7, 0, 2, 1, 7, 1, 2, 2, 7, 2, 2, 3, 7, 3, 2, 4, 7, 4, 2, 5, 7, 5, 2, 6, 7, 6, 2, 7, 7, 7, 2, 8, 7, 8, 2, 9, 7, 9, 2, 10, 7, 10, 2, 11, 7, 11, 2, 12, 7, 12, 2, 13, 7, 13, 2, 14, 7, 14, 2, 15, 7, 15, 2, 16, 7, 16, 2, 17, 7, 17, 2, 18, 7, 18, 2, 19, 7, 19, 2, 20, 7, 20, 2, 21, 7, 21, 2, 22, 7, 22, 2, 23, 7, 23, 2, 24, 7, 24, 2, 25, 7, 25, 2, 26, 7, 26, 2, 27, 7, 27, 2, 28, 7, 28, 2, 29, 7, 29, 2, 30, 7, 30, 2, 31, 7, 31, 2, 32, 7, 32, 2, 33, 7, 33, 2, 34, 7, 34, 2, 35, 7, 35, 2, 36, 7, 36, 2, 37, 7, 37, 2, 38, 7, 38, 2, 39, 7, 39, 2, 40, 7, 40, 2, 41, 7, 41, 2, 42, 7, 42, 2, 43, 7, 43, 2, 44, 7, 44, 2, 45, 7, 45, 2, 46, 7, 46, 2, 47, 7, 47, 2, 48, 7, 48, 2, 49, 7, 49, 2, 50, 7, 50, 2, 51, 7, 51, 2, 52, 7, 52, 2, 53, 7, 53, 2, 54, 7, 54, 2, 55, 7, 55, 2, 56, 7, 56, 2, 57, 7, 57, 2, 58, 7, 58, 2, 59, 7, 59, 2, 60, 7, 60, 2, 61, 7, 61, 2, 62, 7, 62, 2, 63, 7, 63, 2, 64, 7, 64, 2, 65, 7, 65, 2, 66, 7, 66, 2, 67, 7, 67, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 5, 0, 145, 8, 0, 10, 0, 12, 0, 148, 9, 0, 1, 0, 1, 0, 1, 0, 3, 0, 153, 8, 0, 1, 0, 1, 0, 1, 1, 1, 1, 1, 1, 1, 1, 5, 1, 161, 8, 1, 10, 1, 12, 1, 164, 9, 1, 1, 1, 1, 1, 1, 1, 3, 1, 169, 8, 1, 1, 1, 1, 1, 1, 2, 1, 2, 1, 2, 1, 2, 5, 2, 177, 8, 2, 10, 2, 12, 2, 180, 9, 2, 1, 2, 1, 2, 1, 3, 1, 3, 1, 3, 5, 3, 187, 8, 3, 10, 3, 12, 3, 190, 9, 3, 3, 3, 192, 8, 3, 1, 4, 1, 4, 1, 4, 5, 4, 197, 8, 4, 10, 4, 12, 4, 200, 9, 4, 1, 4, 1, 4, 1, 5, 1, 5, 1, 5, 5, 5, 207, 8, 5, 10, 5, 12, 5, 210, 9, 5, 1, 6, 1, 6, 1, 6, 1, 7, 1, 7, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 5, 8, 227, 8, 8, 10, 8, 12, 8, 230, 9, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 5, 8, 238, 8, 8, 10, 8, 12, 8, 241, 9, 8, 1, 8, 1, 8, 1, 8, 5, 8, 246, 8, 8, 10, 8, 12, 8, 249, 9, 8, 1, 8, 1, 8, 1, 9, 1, 9, 1, 9, 1, 9, 1, 9, 1, 9, 1, 9, 1, 9, 1, 9, 5, 9, 262, 8, 9, 10, 9, 12, 9, 265, 9, 9, 1, 9, 1, 9, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 5, 10, 277, 8, 10, 10, 10, 12, 10, 280, 9, 10, 1, 10, 1, 10, 1, 11, 1, 11, 1, 11, 1, 11, 1, 11, 1, 11, 1, 11, 1, 11, 1, 11, 1, 11, 5, 11, 294, 8, 11, 10, 11, 12, 11, 297, 9, 11, 1, 11, 1, 11, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 13, 1, 13, 1, 13, 1, 13, 1, 13, 1, 13, 1, 13, 1, 13, 1, 13, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 15, 1, 15, 1, 15, 1, 15, 1, 15, 1, 15, 1, 15, 1, 16, 1, 16, 1, 16, 1, 16, 1, 16, 1, 16, 1, 16, 1, 16, 1, 17, 1, 17, 1, 17, 1, 17, 1, 17, 1, 17, 1, 17, 1, 17, 1, 17, 1, 17, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 20, 1, 20, 1, 20, 1, 20, 1, 20, 1, 20, 1, 20, 1, 20, 1, 21, 1, 21, 1, 21, 1, 21, 1, 21, 1, 21, 1, 21, 1, 22, 1, 22, 1, 22, 1, 22, 1, 22, 1, 22, 1, 22, 1, 23, 1, 23, 1, 23, 1, 23, 1, 23, 1, 23, 1, 24, 1, 24, 1, 24, 1, 24, 1, 24, 1, 24, 1, 24, 1, 24, 1, 25, 1, 25, 1, 25, 1, 25, 1, 25, 1, 26, 1, 26, 1, 27, 1, 27, 1, 27, 1, 28, 1, 28, 1, 29, 1, 29, 1, 30, 1, 30, 1, 31, 1, 31, 1, 32, 1, 32, 1, 33, 1, 33, 1, 33, 1, 34, 1, 34, 1, 35, 1, 35, 1, 36, 1, 36, 1, 37, 1, 37, 1, 38, 1, 38, 1, 39, 1, 39, 1, 39, 1, 40, 1, 40, 1, 41, 1, 41, 1, 42, 1, 42, 1, 43, 1, 43, 1, 43, 1, 44, 1, 44, 1, 45, 1, 45, 1, 46, 1, 46, 1, 47, 1, 47, 1, 48, 1, 48, 5, 48, 454, 8, 48, 10, 48, 12, 48, 457, 9, 48, 1, 49, 4, 49, 460, 8, 49, 11, 49, 12, 49, 461, 1, 49, 1, 49, 1, 50, 1, 50, 1, 50, 1, 50, 1, 50, 1, 51, 1, 51, 1, 51, 1, 51, 1, 51, 1, 52, 1, 52, 1, 52, 1, 52, 1, 53, 1, 53, 1, 53, 1, 53, 1, 54, 1, 54, 1, 54, 1, 55, 1, 55, 1, 55, 1, 55, 1, 56, 1, 56, 1, 57, 1, 57, 1, 57, 4, 57, 496, 8, 57, 11, 57, 12, 57, 497, 1, 57, 1, 57, 1, 58, 1, 58, 1, 58, 1, 58, 1, 59, 1, 59, 1, 59, 1, 59, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 3, 60, 515, 8, 60, 1, 61, 1, 61, 1, 62, 1, 62, 1, 62, 1, 62, 1, 62, 3, 62, 524, 8, 62, 3, 62, 526, 8, 62, 3, 62, 528, 8, 62, 3, 62, 530, 8, 62, 1, 63, 1, 63, 1, 63, 5, 63, 535, 8, 63, 10, 63, 12, 63, 538, 9, 63, 1, 63, 1, 63, 1, 64, 1, 64, 1, 64, 1, 64, 1, 64, 1, 64, 5, 64, 548, 8, 64, 10, 64, 12, 64, 551, 9, 64, 1, 64, 1, 64, 1, 64, 1, 64, 1, 65, 1, 65, 1, 65, 5, 65, 560, 8, 65, 10, 65, 12, 65, 563, 9, 65, 1, 65, 1, 65, 1, 66, 1, 66, 3, 66, 569, 8, 66, 1, 67, 1, 67, 7, 146, 162, 228, 247, 536, 549, 561, 0, 68, 3, 30, 5, 31, 7, 32, 9, 33, 11, 11, 13, 34, 15, 35, 17, 4, 19, 0, 21, 36, 23, 37, 25, 38, 27, 39, 29, 40, 31, 41, 33, 42, 35, 43, 37, 44, 39, 45, 41, 46, 43, 47, 45, 48, 47, 49, 49, 50, 51, 51, 53, 52, 55, 53, 57, 54, 59, 55, 61, 56, 63, 57, 65, 58, 67, 59, 69, 60, 71, 61, 73, 62, 75, 7, 77, 63, 79, 64, 81, 65, 83, 66, 85, 67, 87, 68, 89, 69, 91, 70, 93, 71, 95, 72, 97, 73, 99, 74, 101, 15, 103, 0, 105, 0, 107, 0, 109, 0, 111, 75, 113, 76, 115, 77, 117, 0, 119, 8, 121, 78, 123, 0, 125, 0, 127, 0, 129, 0, 131, 0, 133, 0, 135, 0, 137, 0, 3, 0, 1, 2, 12, 2, 0, 10, 10, 13, 13, 1, 0, 49, 57, 1, 0, 48, 57, 4, 0, 10, 10, 13, 13, 39, 39, 92, 92, 5, 0, 34, 34, 39, 39, 92, 92, 96, 96, 123, 123, 3, 0, 9, 10, 12, 13, 32, 32, 1, 0, 92, 93, 8, 0, 34, 34, 39, 39, 92, 92, 98, 98, 102, 102, 110, 110, 114, 114, 116, 116, 3, 0, 48, 57, 65, 70, 97, 102, 4, 0, 10, 10, 13, 13, 34, 34, 92, 92, 5, 0, 48, 57, 95, 95, 183, 183, 768, 879, 8255, 8256, 13, 0, 65, 90, 97, 122, 192, 214, 216, 246, 248, 767, 880, 893, 895, 8191, 8204, 8205, 8304, 8591, 11264, 12271, 12289, 55295, 63744, 64975, 65008, 65533, 603, 0, 3, 1, 0, 0, 0, 0, 5, 1, 0, 0, 0, 0, 7, 1, 0, 0, 0, 0, 9, 1, 0, 0, 0, 0, 11, 1, 0, 0, 0, 0, 13, 1, 0, 0, 0, 0, 15, 1, 0, 0, 0, 0, 17, 1, 0, 0, 0, 0, 21, 1, 0, 0, 0, 0, 23, 1, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 27, 1, 0, 0, 0, 0, 29, 1, 0, 0, 0, 0, 31, 1, 0, 0, 0, 0, 33, 1, 0, 0, 0, 0, 35, 1, 0, 0, 0, 0, 37, 1, 0, 0, 0, 0, 39, 1, 0, 0, 0, 0, 41, 1, 0, 0, 0, 0, 43, 1, 0, 0, 0, 0, 45, 1, 0, 0, 0, 0, 47, 1, 0, 0, 0, 0, 49, 1, 0, 0, 0, 0, 51, 1, 0, 0, 0, 0, 53, 1, 0, 0, 0, 0, 55, 1, 0, 0, 0, 0, 57, 1, 0, 0, 0, 0, 59, 1, 0, 0, 0, 0, 61, 1, 0, 0, 0, 0, 63, 1, 0, 0, 0, 0, 65, 1, 0, 0, 0, 0, 67, 1, 0, 0, 0, 0, 69, 1, 0, 0, 0, 0, 71, 1, 0, 0, 0, 0, 73, 1, 0, 0, 0, 0, 75, 1, 0, 0, 0, 0, 77, 1, 0, 0, 0, 0, 79, 1, 0, 0, 0, 0, 81, 1, 0, 0, 0, 0, 83, 1, 0, 0, 0, 0, 85, 1, 0, 0, 0, 0, 87, 1, 0, 0, 0, 0, 89, 1, 0, 0, 0, 0, 91, 1, 0, 0, 0, 0, 93, 1, 0, 0, 0, 0, 95, 1, 0, 0, 0, 0, 97, 1, 0, 0, 0, 0, 99, 1, 0, 0, 0, 0, 101, 1, 0, 0, 0, 1, 103, 1, 0, 0, 0, 1, 105, 1, 0, 0, 0, 1, 107, 1, 0, 0, 0, 1, 109, 1, 0, 0, 0, 1, 111, 1, 0, 0, 0, 1, 113, 1, 0, 0, 0, 1, 115, 1, 0, 0, 0, 2, 117, 1, 0, 0, 0, 2, 119, 1, 0, 0, 0, 2, 121, 1, 0, 0, 0, 3, 139, 1, 0, 0, 0, 5, 156, 1, 0, 0, 0, 7, 172, 1, 0, 0, 0, 9, 191, 1, 0, 0, 0, 11, 193, 1, 0, 0, 0, 13, 203, 1, 0, 0, 0, 15, 211, 1, 0, 0, 0, 17, 214, 1, 0, 0, 0, 19, 216, 1, 0, 0, 0, 21, 252, 1, 0, 0, 0, 23, 268, 1, 0, 0, 0, 25, 283, 1, 0, 0, 0, 27, 300, 1, 0, 0, 0, 29, 307, 1, 0, 0, 0, 31, 316, 1, 0, 0, 0, 33, 322, 1, 0, 0, 0, 35, 329, 1, 0, 0, 0, 37, 337, 1, 0, 0, 0, 39, 347, 1, 0, 0, 0, 41, 354, 1, 0, 0, 0, 43, 362, 1, 0, 0, 0, 45, 370, 1, 0, 0, 0, 47, 377, 1, 0, 0, 0, 49, 384, 1, 0, 0, 0, 51, 390, 1, 0, 0, 0, 53, 398, 1, 0, 0, 0, 55, 403, 1, 0, 0, 0, 57, 405, 1, 0, 0, 0, 59, 408, 1, 0, 0, 0, 61, 410, 1, 0, 0, 0, 63, 412, 1, 0, 0, 0, 65, 414, 1, 0, 0, 0, 67, 416, 1, 0, 0, 0, 69, 418, 1, 0, 0, 0, 71, 421, 1, 0, 0, 0, 73, 423, 1, 0, 0, 0, 75, 425, 1, 0, 0, 0, 77, 427, 1, 0, 0, 0, 79, 429, 1, 0, 0, 0, 81, 431, 1, 0, 0, 0, 83, 434, 1, 0, 0, 0, 85, 436, 1, 0, 0, 0, 87, 438, 1, 0, 0, 0, 89, 440, 1, 0, 0, 0, 91, 443, 1, 0, 0, 0, 93, 445, 1, 0, 0, 0, 95, 447, 1, 0, 0, 0, 97, 449, 1, 0, 0, 0, 99, 451, 1, 0, 0, 0, 101, 459, 1, 0, 0, 0, 103, 465, 1, 0, 0, 0, 105, 470, 1, 0, 0, 0, 107, 475, 1, 0, 0, 0, 109, 479, 1, 0, 0, 0, 111, 483, 1, 0, 0, 0, 113, 486, 1, 0, 0, 0, 115, 490, 1, 0, 0, 0, 117, 495, 1, 0, 0, 0, 119, 501, 1, 0, 0, 0, 121, 505, 1, 0, 0, 0, 123, 509, 1, 0, 0, 0, 125, 516, 1, 0, 0, 0, 127, 518, 1, 0, 0, 0, 129, 531, 1, 0, 0, 0, 131, 541, 1, 0, 0, 0, 133, 556, 1, 0, 0, 0, 135, 568, 1, 0, 0, 0, 137, 570, 1, 0, 0, 0, 139, 140, 5, 47, 0, 0, 140, 141, 5, 42, 0, 0, 141, 142, 5, 42, 0, 0, 142, 146, 1, 0, 0, 0, 143, 145, 9, 0, 0, 0, 144, 143, 1, 0, 0, 0, 145, 148, 1, 0, 0, 0, 146, 147, 1, 0, 0, 0, 146, 144, 1, 0, 0, 0, 147, 152, 1, 0, 0, 0, 148, 146, 1, 0, 0, 0, 149, 150, 5, 42, 0, 0, 150, 153, 5, 47, 0, 0, 151, 153, 5, 0, 0, 1, 152, 149, 1, 0, 0, 0, 152, 151, 1, 0, 0, 0, 153, 154, 1, 0, 0, 0, 154, 155, 6, 0, 0, 0, 155, 4, 1, 0, 0, 0, 156, 157, 5, 47, 0, 0, 157, 158, 5, 42, 0, 0, 158, 162, 1, 0, 0, 0, 159, 161, 9, 0, 0, 0, 160, 159, 1, 0, 0, 0, 161, 164, 1, 0, 0, 0, 162, 163, 1, 0, 0, 0, 162, 160, 1, 0, 0, 0, 163, 168, 1, 0, 0, 0, 164, 162, 1, 0, 0, 0, 165, 166, 5, 42, 0, 0, 166, 169, 5, 47, 0, 0, 167, 169, 5, 0, 0, 1, 168, 165, 1, 0, 0, 0, 168, 167, 1, 0, 0, 0, 169, 170, 1, 0, 0, 0, 170, 171, 6, 1, 0, 0, 171, 6, 1, 0, 0, 0, 172, 173, 5, 47, 0, 0, 173, 174, 5, 47, 0, 0, 174, 178, 1, 0, 0, 0, 175, 177, 8, 0, 0, 0, 176, 175, 1, 0, 0, 0, 177, 180, 1, 0, 0, 0, 178, 176, 1, 0, 0, 0, 178, 179, 1, 0, 0, 0, 179, 181, 1, 0, 0, 0, 180, 178, 1, 0, 0, 0, 181, 182, 6, 2, 0, 0, 182, 8, 1, 0, 0, 0, 183, 192, 5, 48, 0, 0, 184, 188, 7, 1, 0, 0, 185, 187, 7, 2, 0, 0, 186, 185, 1, 0, 0, 0, 187, 190, 1, 0, 0, 0, 188, 186, 1, 0, 0, 0, 188, 189, 1, 0, 0, 0, 189, 192, 1, 0, 0, 0, 190, 188, 1, 0, 0, 0, 191, 183, 1, 0, 0, 0, 191, 184, 1, 0, 0, 0, 192, 10, 1, 0, 0, 0, 193, 198, 5, 39, 0, 0, 194, 197, 3, 123, 60, 0, 195, 197, 8, 3, 0, 0, 196, 194, 1, 0, 0, 0, 196, 195, 1, 0, 0, 0, 197, 200, 1, 0, 0, 0, 198, 196, 1, 0, 0, 0, 198, 199, 1, 0, 0, 0, 199, 201, 1, 0, 0, 0, 200, 198, 1, 0, 0, 0, 201, 202, 5, 39, 0, 0, 202, 12, 1, 0, 0, 0, 203, 208, 5, 39, 0, 0, 204, 207, 3, 123, 60, 0, 205, 207, 8, 3, 0, 0, 206, 204, 1, 0, 0, 0, 206, 205, 1, 0, 0, 0, 207, 210, 1, 0, 0, 0, 208, 206, 1, 0, 0, 0, 208, 209, 1, 0, 0, 0, 209, 14, 1, 0, 0, 0, 210, 208, 1, 0, 0, 0, 211, 212, 5, 91, 0, 0, 212, 213, 6, 6, 1, 0, 213, 16, 1, 0, 0, 0, 214, 215, 3, 19, 8, 0, 215, 18, 1, 0, 0, 0, 216, 247, 5, 123, 0, 0, 217, 246, 3, 19, 8, 0, 218, 246, 3, 11, 4, 0, 219, 246, 3, 129, 63, 0, 220, 246, 3, 131, 64, 0, 221, 246, 3, 133, 65, 0, 222, 223, 5, 47, 0, 0, 223, 224, 5, 42, 0, 0, 224, 228, 1, 0, 0, 0, 225, 227, 9, 0, 0, 0, 226, 225, 1, 0, 0, 0, 227, 230, 1, 0, 0, 0, 228, 229, 1, 0, 0, 0, 228, 226, 1, 0, 0, 0, 229, 231, 1, 0, 0, 0, 230, 228, 1, 0, 0, 0, 231, 232, 5, 42, 0, 0, 232, 246, 5, 47, 0, 0, 233, 234, 5, 47, 0, 0, 234, 235, 5, 47, 0, 0, 235, 239, 1, 0, 0, 0, 236, 238, 8, 0, 0, 0, 237, 236, 1, 0, 0, 0, 238, 241, 1, 0, 0, 0, 239, 237, 1, 0, 0, 0, 239, 240, 1, 0, 0, 0, 240, 246, 1, 0, 0, 0, 241, 239, 1, 0, 0, 0, 242, 243, 5, 92, 0, 0, 243, 246, 9, 0, 0, 0, 244, 246, 8, 4, 0, 0, 245, 217, 1, 0, 0, 0, 245, 218, 1, 0, 0, 0, 245, 219, 1, 0, 0, 0, 245, 220, 1, 0, 0, 0, 245, 221, 1, 0, 0, 0, 245, 222, 1, 0, 0, 0, 245, 233, 1, 0, 0, 0, 245, 242, 1, 0, 0, 0, 245, 244, 1, 0, 0, 0, 246, 249, 1, 0, 0, 0, 247, 248, 1, 0, 0, 0, 247, 245, 1, 0, 0, 0, 248, 250, 1, 0, 0, 0, 249, 247, 1, 0, 0, 0, 250, 251, 5, 125, 0, 0, 251, 20, 1, 0, 0, 0, 252, 253, 5, 111, 0, 0, 253, 254, 5, 112, 0, 0, 254, 255, 5, 116, 0, 0, 255, 256, 5, 105, 0, 0, 256, 257, 5, 111, 0, 0, 257, 258, 5, 110, 0, 0, 258, 259, 5, 115, 0, 0, 259, 263, 1, 0, 0, 0, 260, 262, 3, 101, 49, 0, 261, 260, 1, 0, 0, 0, 262, 265, 1, 0, 0, 0, 263, 261, 1, 0, 0, 0, 263, 264, 1, 0, 0, 0, 264, 266, 1, 0, 0, 0, 265, 263, 1, 0, 0, 0, 266, 267, 5, 123, 0, 0, 267, 22, 1, 0, 0, 0, 268, 269, 5, 116, 0, 0, 269, 270, 5, 111, 0, 0, 270, 271, 5, 107, 0, 0, 271, 272, 5, 101, 0, 0, 272, 273, 5, 110, 0, 0, 273, 274, 5, 115, 0, 0, 274, 278, 1, 0, 0, 0, 275, 277, 3, 101, 49, 0, 276, 275, 1, 0, 0, 0, 277, 280, 1, 0, 0, 0, 278, 276, 1, 0, 0, 0, 278, 279, 1, 0, 0, 0, 279, 281, 1, 0, 0, 0, 280, 278, 1, 0, 0, 0, 281, 282, 5, 123, 0, 0, 282, 24, 1, 0, 0, 0, 283, 284, 5, 99, 0, 0, 284, 285, 5, 104, 0, 0, 285, 286, 5, 97, 0, 0, 286, 287, 5, 110, 0, 0, 287, 288, 5, 110, 0, 0, 288, 289, 5, 101, 0, 0, 289, 290, 5, 108, 0, 0, 290, 291, 5, 115, 0, 0, 291, 295, 1, 0, 0, 0, 292, 294, 3, 101, 49, 0, 293, 292, 1, 0, 0, 0, 294, 297, 1, 0, 0, 0, 295, 293, 1, 0, 0, 0, 295, 296, 1, 0, 0, 0, 296, 298, 1, 0, 0, 0, 297, 295, 1, 0, 0, 0, 298, 299, 5, 123, 0, 0, 299, 26, 1, 0, 0, 0, 300, 301, 5, 105, 0, 0, 301, 302, 5, 109, 0, 0, 302, 303, 5, 112, 0, 0, 303, 304, 5, 111, 0, 0, 304, 305, 5, 114, 0, 0, 305, 306, 5, 116, 0, 0, 306, 28, 1, 0, 0, 0, 307, 308, 5, 102, 0, 0, 308, 309, 5, 114, 0, 0, 309, 310, 5, 97, 0, 0, 310, 311, 5, 103, 0, 0, 311, 312, 5, 109, 0, 0, 312, 313, 5, 101, 0, 0, 313, 314, 5, 110, 0, 0, 314, 315, 5, 116, 0, 0, 315, 30, 1, 0, 0, 0, 316, 317, 5, 108, 0, 0, 317, 318, 5, 101, 0, 0, 318, 319, 5, 120, 0, 0, 319, 320, 5, 101, 0, 0, 320, 321, 5, 114, 0, 0, 321, 32, 1, 0, 0, 0, 322, 323, 5, 112, 0, 0, 323, 324, 5, 97, 0, 0, 324, 325, 5, 114, 0, 0, 325, 326, 5, 115, 0, 0, 326, 327, 5, 101, 0, 0, 327, 328, 5, 114, 0, 0, 328, 34, 1, 0, 0, 0, 329, 330, 5, 103, 0, 0, 330, 331, 5, 114, 0, 0, 331, 332, 5, 97, 0, 0, 332, 333, 5, 109, 0, 0, 333, 334, 5, 109, 0, 0, 334, 335, 5, 97, 0, 0, 335, 336, 5, 114, 0, 0, 336, 36, 1, 0, 0, 0, 337, 338, 5, 112, 0, 0, 338, 339, 5, 114, 0, 0, 339, 340, 5, 111, 0, 0, 340, 341, 5, 116, 0, 0, 341, 342, 5, 101, 0, 0, 342, 343, 5, 99, 0, 0, 343, 344, 5, 116, 0, 0, 344, 345, 5, 101, 0, 0, 345, 346, 5, 100, 0, 0, 346, 38, 1, 0, 0, 0, 347, 348, 5, 112, 0, 0, 348, 349, 5, 117, 0, 0, 349, 350, 5, 98, 0, 0, 350, 351, 5, 108, 0, 0, 351, 352, 5, 105, 0, 0, 352, 353, 5, 99, 0, 0, 353, 40, 1, 0, 0, 0, 354, 355, 5, 112, 0, 0, 355, 356, 5, 114, 0, 0, 356, 357, 5, 105, 0, 0, 357, 358, 5, 118, 0, 0, 358, 359, 5, 97, 0, 0, 359, 360, 5, 116, 0, 0, 360, 361, 5, 101, 0, 0, 361, 42, 1, 0, 0, 0, 362, 363, 5, 114, 0, 0, 363, 364, 5, 101, 0, 0, 364, 365, 5, 116, 0, 0, 365, 366, 5, 117, 0, 0, 366, 367, 5, 114, 0, 0, 367, 368, 5, 110, 0, 0, 368, 369, 5, 115, 0, 0, 369, 44, 1, 0, 0, 0, 370, 371, 5, 108, 0, 0, 371, 372, 5, 111, 0, 0, 372, 373, 5, 99, 0, 0, 373, 374, 5, 97, 0, 0, 374, 375, 5, 108, 0, 0, 375, 376, 5, 115, 0, 0, 376, 46, 1, 0, 0, 0, 377, 378, 5, 116, 0, 0, 378, 379, 5, 104, 0, 0, 379, 380, 5, 114, 0, 0, 380, 381, 5, 111, 0, 0, 381, 382, 5, 119, 0, 0, 382, 383, 5, 115, 0, 0, 383, 48, 1, 0, 0, 0, 384, 385, 5, 99, 0, 0, 385, 386, 5, 97, 0, 0, 386, 387, 5, 116, 0, 0, 387, 388, 5, 99, 0, 0, 388, 389, 5, 104, 0, 0, 389, 50, 1, 0, 0, 0, 390, 391, 5, 102, 0, 0, 391, 392, 5, 105, 0, 0, 392, 393, 5, 110, 0, 0, 393, 394, 5, 97, 0, 0, 394, 395, 5, 108, 0, 0, 395, 396, 5, 108, 0, 0, 396, 397, 5, 121, 0, 0, 397, 52, 1, 0, 0, 0, 398, 399, 5, 109, 0, 0, 399, 400, 5, 111, 0, 0, 400, 401, 5, 100, 0, 0, 401, 402, 5, 101, 0, 0, 402, 54, 1, 0, 0, 0, 403, 404, 5, 58, 0, 0, 404, 56, 1, 0, 0, 0, 405, 406, 5, 58, 0, 0, 406, 407, 5, 58, 0, 0, 407, 58, 1, 0, 0, 0, 408, 409, 5, 44, 0, 0, 409, 60, 1, 0, 0, 0, 410, 411, 5, 59, 0, 0, 411, 62, 1, 0, 0, 0, 412, 413, 5, 40, 0, 0, 413, 64, 1, 0, 0, 0, 414, 415, 5, 41, 0, 0, 415, 66, 1, 0, 0, 0, 416, 417, 5, 125, 0, 0, 417, 68, 1, 0, 0, 0, 418, 419, 5, 45, 0, 0, 419, 420, 5, 62, 0, 0, 420, 70, 1, 0, 0, 0, 421, 422, 5, 60, 0, 0, 422, 72, 1, 0, 0, 0, 423, 424, 5, 62, 0, 0, 424, 74, 1, 0, 0, 0, 425, 426, 5, 61, 0, 0, 426, 76, 1, 0, 0, 0, 427, 428, 5, 63, 0, 0, 428, 78, 1, 0, 0, 0, 429, 430, 5, 42, 0, 0, 430, 80, 1, 0, 0, 0, 431, 432, 5, 43, 0, 0, 432, 433, 5, 61, 0, 0, 433, 82, 1, 0, 0, 0, 434, 435, 5, 43, 0, 0, 435, 84, 1, 0, 0, 0, 436, 437, 5, 124, 0, 0, 437, 86, 1, 0, 0, 0, 438, 439, 5, 36, 0, 0, 439, 88, 1, 0, 0, 0, 440, 441, 5, 46, 0, 0, 441, 442, 5, 46, 0, 0, 442, 90, 1, 0, 0, 0, 443, 444, 5, 46, 0, 0, 444, 92, 1, 0, 0, 0, 445, 446, 5, 64, 0, 0, 446, 94, 1, 0, 0, 0, 447, 448, 5, 35, 0, 0, 448, 96, 1, 0, 0, 0, 449, 450, 5, 126, 0, 0, 450, 98, 1, 0, 0, 0, 451, 455, 3, 137, 67, 0, 452, 454, 3, 135, 66, 0, 453, 452, 1, 0, 0, 0, 454, 457, 1, 0, 0, 0, 455, 453, 1, 0, 0, 0, 455, 456, 1, 0, 0, 0, 456, 100, 1, 0, 0, 0, 457, 455, 1, 0, 0, 0, 458, 460, 7, 5, 0, 0, 459, 458, 1, 0, 0, 0, 460, 461, 1, 0, 0, 0, 461, 459, 1, 0, 0, 0, 461, 462, 1, 0, 0, 0, 462, 463, 1, 0, 0, 0, 463, 464, 6, 49, 2, 0, 464, 102, 1, 0, 0, 0, 465, 466, 5, 91, 0, 0, 466, 467, 1, 0, 0, 0, 467, 468, 6, 50, 3, 0, 468, 469, 6, 50, 4, 0, 469, 104, 1, 0, 0, 0, 470, 471, 5, 92, 0, 0, 471, 472, 9, 0, 0, 0, 472, 473, 1, 0, 0, 0, 473, 474, 6, 51, 3, 0, 474, 106, 1, 0, 0, 0, 475, 476, 3, 129, 63, 0, 476, 477, 1, 0, 0, 0, 477, 478, 6, 52, 3, 0, 478, 108, 1, 0, 0, 0, 479, 480, 3, 11, 4, 0, 480, 481, 1, 0, 0, 0, 481, 482, 6, 53, 3, 0, 482, 110, 1, 0, 0, 0, 483, 484, 5, 93, 0, 0, 484, 485, 6, 54, 5, 0, 485, 112, 1, 0, 0, 0, 486, 487, 5, 0, 0, 1, 487, 488, 1, 0, 0, 0, 488, 489, 6, 55, 6, 0, 489, 114, 1, 0, 0, 0, 490, 491, 9, 0, 0, 0, 491, 116, 1, 0, 0, 0, 492, 496, 8, 6, 0, 0, 493, 494, 5, 92, 0, 0, 494, 496, 9, 0, 0, 0, 495, 492, 1, 0, 0, 0, 495, 493, 1, 0, 0, 0, 496, 497, 1, 0, 0, 0, 497, 495, 1, 0, 0, 0, 497, 498, 1, 0, 0, 0, 498, 499, 1, 0, 0, 0, 499, 500, 6, 57, 7, 0, 500, 118, 1, 0, 0, 0, 501, 502, 5, 93, 0, 0, 502, 503, 1, 0, 0, 0, 503, 504, 6, 58, 6, 0, 504, 120, 1, 0, 0, 0, 505, 506, 5, 0, 0, 1, 506, 507, 1, 0, 0, 0, 507, 508, 6, 59, 6, 0, 508, 122, 1, 0, 0, 0, 509, 514, 5, 92, 0, 0, 510, 515, 7, 7, 0, 0, 511, 515, 3, 127, 62, 0, 512, 515, 9, 0, 0, 0, 513, 515, 5, 0, 0, 1, 514, 510, 1, 0, 0, 0, 514, 511, 1, 0, 0, 0, 514, 512, 1, 0, 0, 0, 514, 513, 1, 0, 0, 0, 515, 124, 1, 0, 0, 0, 516, 517, 7, 8, 0, 0, 517, 126, 1, 0, 0, 0, 518, 529, 5, 117, 0, 0, 519, 527, 3, 125, 61, 0, 520, 525, 3, 125, 61, 0, 521, 523, 3, 125, 61, 0, 522, 524, 3, 125, 61, 0, 523, 522, 1, 0, 0, 0, 523, 524, 1, 0, 0, 0, 524, 526, 1, 0, 0, 0, 525, 521, 1, 0, 0, 0, 525, 526, 1, 0, 0, 0, 526, 528, 1, 0, 0, 0, 527, 520, 1, 0, 0, 0, 527, 528, 1, 0, 0, 0, 528, 530, 1, 0, 0, 0, 529, 519, 1, 0, 0, 0, 529, 530, 1, 0, 0, 0, 530, 128, 1, 0, 0, 0, 531, 536, 5, 34, 0, 0, 532, 535, 3, 123, 60, 0, 533, 535, 8, 9, 0, 0, 534, 532, 1, 0, 0, 0, 534, 533, 1, 0, 0, 0, 535, 538, 1, 0, 0, 0, 536, 537, 1, 0, 0, 0, 536, 534, 1, 0, 0, 0, 537, 539, 1, 0, 0, 0, 538, 536, 1, 0, 0, 0, 539, 540, 5, 34, 0, 0, 540, 130, 1, 0, 0, 0, 541, 542, 5, 34, 0, 0, 542, 543, 5, 34, 0, 0, 543, 544, 5, 34, 0, 0, 544, 549, 1, 0, 0, 0, 545, 548, 3, 123, 60, 0, 546, 548, 9, 0, 0, 0, 547, 545, 1, 0, 0, 0, 547, 546, 1, 0, 0, 0, 548, 551, 1, 0, 0, 0, 549, 550, 1, 0, 0, 0, 549, 547, 1, 0, 0, 0, 550, 552, 1, 0, 0, 0, 551, 549, 1, 0, 0, 0, 552, 553, 5, 34, 0, 0, 553, 554, 5, 34, 0, 0, 554, 555, 5, 34, 0, 0, 555, 132, 1, 0, 0, 0, 556, 561, 5, 96, 0, 0, 557, 560, 3, 123, 60, 0, 558, 560, 8, 9, 0, 0, 559, 557, 1, 0, 0, 0, 559, 558, 1, 0, 0, 0, 560, 563, 1, 0, 0, 0, 561, 562, 1, 0, 0, 0, 561, 559, 1, 0, 0, 0, 562, 564, 1, 0, 0, 0, 563, 561, 1, 0, 0, 0, 564, 565, 5, 96, 0, 0, 565, 134, 1, 0, 0, 0, 566, 569, 3, 137, 67, 0, 567, 569, 7, 10, 0, 0, 568, 566, 1, 0, 0, 0, 568, 567, 1, 0, 0, 0, 569, 136, 1, 0, 0, 0, 570, 571, 7, 11, 0, 0, 571, 138, 1, 0, 0, 0, 37, 0, 1, 2, 146, 152, 162, 168, 178, 188, 191, 196, 198, 206, 208, 228, 239, 245, 247, 263, 278, 295, 455, 461, 495, 497, 514, 523, 525, 527, 529, 534, 536, 547, 549, 559, 561, 568, 8, 0, 3, 0, 1, 6, 0, 0, 2, 0, 7, 77, 0, 5, 1, 0, 1, 54, 1, 4, 0, 0, 3, 0, 0],
);
pub fn metadata() -> &'static GrammarMetadata {
&METADATA
}
pub fn rule_names() -> &'static [&'static str] {
METADATA.rule_names()
}
pub trait AntlRv4LexerHooks: Sized {
fn handle_begin_argument<I>(&mut self, ctx: &mut antlr4_runtime::LexerSemCtx<'_, I>)
where
I: antlr4_runtime::CharStream;
fn handle_end_argument<I>(&mut self, ctx: &mut antlr4_runtime::LexerSemCtx<'_, I>)
where
I: antlr4_runtime::CharStream;
fn token_emitted(&mut self, _token: antlr4_runtime::TokenView<'_>) {}
}
#[derive(Clone, Debug, Default)]
pub struct AntlRv4LexerTypedHooks<T>(pub T);
impl<T> AntlRv4LexerTypedHooks<T> {
pub const fn new(inner: T) -> Self { Self(inner) }
}
impl<T> antlr4_runtime::SemanticHooks for AntlRv4LexerTypedHooks<T>
where
T: AntlRv4LexerHooks,
{
fn lexer_sempred<I>(&mut self, ctx: &mut antlr4_runtime::LexerSemCtx<'_, I>, rule_index: usize, pred_index: usize) -> Option<bool>
where
I: antlr4_runtime::CharStream,
{
match (rule_index, pred_index) {
_ => None,
}
}
fn lexer_action<I>(&mut self, ctx: &mut antlr4_runtime::LexerSemCtx<'_, I>, action: antlr4_runtime::LexerCustomAction) -> bool
where
I: antlr4_runtime::CharStream,
{
let Ok(rule_index) = usize::try_from(action.rule_index()) else { return false; };
let Ok(action_index) = usize::try_from(action.action_index()) else { return false; };
match (rule_index, action_index) {
(6, 0) => { self.0.handle_begin_argument(ctx); true }
(54, 1) => { self.0.handle_end_argument(ctx); true }
_ => false,
}
}
fn lexer_token_emitted(&mut self, token: antlr4_runtime::TokenView<'_>) {
self.0.token_emitted(token);
}
}
static ATN_CELL: OnceLock<LexerAtn> = OnceLock::new();
/// Deserializes and caches the grammar ATN for all lexer instances.
fn atn() -> &'static LexerAtn {
ATN_CELL.get_or_init(|| {
let serialized = metadata().serialized_atn();
AtnDeserializer::new(&serialized)
.deserialize()
.expect("generated lexer contains a valid ANTLR serialized ATN")
})
}
static LEXER_DFA_DATA: &[u32] = &[1280852999,3,0,4096,4133,4138,0,0,65535,4294967295,1,1,65535,0,2,1,65535,1,2,1,65535,2,3,2,65535,3,2,1,65535,4,2,1,65535,5,2,1,65535,6,4,1,65535,7,2,1,65535,8,5,1,65535,4294967295,6,1,65535,9,7,1,65535,4294967295,2,1,65535,10,8,1,65535,11,9,1,65535,12,2,1,65535,13,2,1,65535,14,2,1,65535,15,2,1,65535,16,2,1,65535,17,2,1,65535,18,10,3,65535,19,2,1,65535,20,11,3,65535,21,12,3,65535,22,13,3,65535,23,14,3,65535,24,15,3,65535,25,16,3,65535,26,17,3,65535,27,18,3,65535,28,19,3,65535,29,20,3,65535,30,21,4,65535,4294967295,2,1,65535,31,2,1,65535,32,2,1,65535,33,2,1,65535,34,22,2,68,4294967295,2,1,65535,35,2,1,65535,36,2,1,65535,37,23,5,70,4294967295,24,6,65535,38,2,1,65535,39,25,3,65535,40,26,3,65535,41,27,3,65535,42,28,3,65535,43,29,3,65535,44,30,3,65535,45,31,3,65535,46,32,3,65535,47,33,3,65535,48,34,3,65535,49,35,3,65535,50,36,3,65535,51,37,3,65535,52,38,3,65535,53,39,3,65535,54,40,3,65535,55,41,7,65535,4294967295,42,8,65535,4294967295,43,4,65535,4294967295,44,4,65535,4294967295,45,9,65535,4294967295,2,1,65535,56,46,10,65535,57,47,2,65535,58,2,1,65535,59,48,5,70,4294967295,49,11,102,4294967295,50,3,65535,60,51,3,65535,61,52,3,65535,62,53,3,65535,63,54,3,65535,64,55,3,65535,65,56,3,65535,66,57,3,65535,67,58,3,65535,68,59,3,65535,69,60,3,65535,70,61,3,65535,71,62,3,65535,72,63,3,65535,73,64,3,65535,74,65,3,65535,75,66,3,65535,76,67,7,65535,4294967295,68,4,65535,4294967295,69,7,124,4294967295,70,8,126,4294967295,71,12,65535,4294967295,72,13,65535,4294967295,73,9,142,4294967295,74,14,65535,4294967295,2,1,65535,77,75,10,68,4294967295,76,2,65535,78,77,5,70,4294967295,2,1,65535,79,78,11,102,4294967295,79,11,102,4294967295,80,15,152,80,81,3,65535,81,82,3,65535,82,83,3,65535,83,84,3,65535,84,85,3,65535,85,86,3,65535,86,87,3,65535,87,88,3,65535,88,10,3,65535,89,89,3,65535,90,90,3,65535,91,91,3,65535,92,92,3,65535,93,93,3,65535,94,94,3,65535,95,95,3,65535,96,96,3,65535,97,97,16,65535,4294967295,98,17,65535,4294967295,99,7,65535,4294967295,100,18,65535,4294967295,101,8,65535,4294967295,102,19,65535,4294967295,103,20,65535,4294967295,104,12,65535,4294967295,105,12,65535,4294967295,106,12,65535,4294967295,107,21,65535,4294967295,108,22,65535,98,109,13,65535,4294967295,110,23,65535,4294967295,111,24,65535,4294967295,112,25,65535,4294967295,109,13,65535,4294967295,113,26,65535,4294967295,109,13,65535,99,114,27,65535,4294967295,115,9,65535,4294967295,116,28,65535,4294967295,117,14,65535,4294967295,118,14,142,4294967295,119,29,65535,4294967295,120,10,65535,100,121,2,65535,101,2,1,65535,102,2,1,65535,103,2,1,65535,104,80,15,152,4294967295,122,15,152,4294967295,10,3,65535,105,123,3,65535,106,124,3,65535,107,125,3,65535,108,126,3,65535,109,127,3,65535,110,10,3,65535,111,128,3,65535,112,129,3,65535,113,130,3,65535,114,131,3,65535,115,132,3,65535,116,133,3,65535,117,134,3,65535,118,135,3,65535,119,136,3,65535,120,137,16,65535,4294967295,138,30,65535,4294967295,139,31,65535,4294967295,140,16,249,4294967295,141,32,65535,4294967295,142,17,124,4294967295,143,7,65535,4294967295,144,18,126,4294967295,145,8,65535,4294967295,146,19,65535,4294967295,108,22,65535,4294967295,147,12,65535,4294967295,148,19,65535,4294967295,149,19,124,4294967295,150,20,65535,4294967295,151,20,126,4294967295,152,33,65535,4294967295,153,34,65535,4294967295,154,21,65535,4294967295,155,21,142,4294967295,156,35,65535,4294967295,157,22,65535,4294967295,158,23,65535,4294967295,159,23,65535,4294967295,160,36,65535,4294967295,161,23,65535,4294967295,162,23,124,4294967295,163,37,65535,4294967295,164,38,65535,4294967295,165,24,65535,4294967295,166,24,126,4294967295,167,39,65535,4294967295,168,33,65535,4294967295,169,40,65535,4294967295,170,41,65535,4294967295,112,25,65535,4294967295,171,25,65535,4294967295,112,25,65535,4294967295,172,42,65535,4294967295,173,43,65535,4294967295,174,26,65535,4294967295,175,26,142,4294967295,176,27,142,4294967295,177,44,65535,4294967295,178,9,65535,4294967295,179,28,333,4294967295,180,45,65535,4294967295,181,14,65535,4294967295,182,46,65535,4294967295,183,29,65535,4294967295,184,29,142,4294967295,45,9,65535,121,185,10,65535,122,3,2,65535,123,2,1,65535,124,186,3,65535,125,187,3,65535,126,188,3,65535,127,189,3,65535,128,10,3,65535,129,10,3,65535,130,190,3,65535,131,10,3,65535,132,191,3,65535,133,192,3,65535,134,10,3,65535,135,193,3,65535,136,10,3,65535,137,194,3,65535,138,195,31,65535,4294967295,196,30,65535,4294967295,197,30,364,4294967295,198,31,65535,4294967295,199,16,65535,4294967295,200,47,65535,4294967295,201,31,65535,4294967295,202,31,364,4294967295,203,48,65535,4294967295,204,49,65535,4294967295,205,16,65535,4294967295,206,16,364,4294967295,207,16,65535,4294967295,208,17,65535,4294967295,209,32,65535,4294967295,210,32,65535,4294967295,2,1,65535,139,211,17,65535,4294967295,212,7,65535,4294967295,213,18,65535,4294967295,214,8,65535,4294967295,215,50,65535,4294967295,216,51,65535,4294967295,217,19,65535,4294967295,218,52,65535,4294967295,219,20,65535,4294967295,220,53,65535,4294967295,221,54,65535,4294967295,168,33,65535,4294967295,222,55,65535,4294967295,223,33,65535,4294967295,224,56,65535,4294967295,153,34,65535,4294967295,225,57,65535,4294967295,226,58,65535,4294967295,227,34,65535,4294967295,153,34,65535,4294967295,228,59,65535,4294967295,153,34,65535,140,229,60,65535,4294967295,230,21,65535,4294967295,231,61,65535,4294967295,232,35,65535,4294967295,233,35,65535,4294967295,234,35,142,4294967295,235,62,65535,4294967295,236,63,65535,4294967295,237,36,65535,4294967295,238,36,464,4294967295,239,64,65535,4294967295,240,65,65535,4294967295,241,66,65535,4294967295,158,23,65535,4294967295,242,23,65535,4294967295,243,67,65535,4294967295,244,37,65535,4294967295,245,37,484,4294967295,246,38,65535,4294967295,247,38,65535,4294967295,248,38,65535,4294967295,249,38,490,4294967295,250,68,65535,4294967295,251,69,65535,4294967295,252,70,65535,4294967295,111,24,65535,4294967295,253,24,65535,4294967295,254,39,65535,4294967295,255,39,507,4294967295,256,33,65535,4294967295,257,40,65535,4294967295,258,40,65535,4294967295,259,71,65535,4294967295,257,40,65535,4294967295,260,40,65535,4294967295,261,40,124,4294967295,262,72,65535,4294967295,263,73,65535,4294967295,170,41,65535,4294967295,264,41,65535,4294967295,265,41,126,4294967295,266,74,65535,4294967295,112,25,65535,4294967295,267,75,65535,4294967295,172,42,65535,4294967295,268,42,65535,4294967295,269,42,142,4294967295,270,43,65535,4294967295,271,43,333,4294967295,272,76,65535,4294967295,273,77,65535,4294967295,113,26,65535,4294967295,274,26,65535,4294967295,275,27,65535,4294967295,276,78,65535,4294967295,277,44,65535,4294967295,278,44,142,4294967295,279,79,65535,4294967295,280,9,65535,4294967295,281,28,65535,4294967295,282,80,65535,4294967295,283,81,65535,4294967295,284,45,65535,4294967295,285,82,333,4294967295,286,82,65535,4294967295,287,8,65535,141,288,14,65535,4294967295,289,46,507,4294967295,290,83,65535,4294967295,291,84,65535,4294967295,292,85,65535,4294967295,293,29,65535,4294967295,294,10,65535,142,295,3,65535,143,10,3,65535,144,296,3,65535,145,10,3,65535,146,297,3,65535,147,10,3,65535,148,298,3,65535,149,10,3,65535,150,299,1,65535,4294967295,2,1,65535,151,300,16,65535,4294967295,301,30,65535,4294967295,302,86,65535,4294967295,303,30,65535,4294967295,304,30,364,4294967295,305,30,65535,4294967295,300,16,65535,4294967295,306,31,65535,4294967295,307,47,65535,4294967295,308,47,610,4294967295,309,87,65535,4294967295,310,88,65535,4294967295,311,31,65535,4294967295,312,31,364,4294967295,313,31,65535,4294967295,314,48,629,4294967295,315,89,65535,4294967295,316,90,65535,4294967295,317,49,249,4294967295,318,31,65535,4294967295,319,16,65535,4294967295,320,16,65535,4294967295,321,32,65535,4294967295,322,91,65535,4294967295,323,92,65535,4294967295,324,17,65535,4294967295,67,7,65535,4294967295,325,18,65535,4294967295,42,8,65535,4294967295,326,50,65535,4294967295,327,93,65535,4294967295,328,87,65535,4294967295,329,50,65535,4294967295,330,50,249,4294967295,331,94,65535,4294967295,332,95,65535,4294967295,216,51,65535,4294967295,333,51,65535,4294967295,334,51,124,4294967295,335,96,65535,4294967295,336,19,65535,4294967295,337,97,65535,4294967295,338,98,65535,4294967295,218,52,65535,4294967295,339,52,65535,4294967295,340,52,126,4294967295,341,99,65535,4294967295,342,20,65535,4294967295,343,53,65535,4294967295,344,33,65535,4294967295,345,53,65535,4294967295,346,53,124,4294967295,347,54,65535,4294967295,348,54,126,4294967295,349,55,65535,4294967295,350,100,65535,4294967295,351,101,65535,4294967295,352,102,65535,4294967295,353,55,65535,4294967295,354,103,65535,4294967295,355,56,65535,4294967295,356,56,142,4294967295,357,104,65535,4294967295,358,57,65535,4294967295,359,57,65535,4294967295,360,105,65535,4294967295,361,57,65535,4294967295,358,57,65535,4294967295,362,57,124,4294967295,363,106,65535,4294967295,364,107,65535,4294967295,365,58,65535,4294967295,226,58,65535,4294967295,366,58,126,4294967295,367,108,65535,4294967295,349,55,65535,4294967295,368,109,65535,4294967295,369,59,65535,4294967295,228,59,65535,4294967295,370,59,142,4294967295,371,110,65535,4294967295,229,60,65535,4294967295,372,60,65535,4294967295,373,60,142,4294967295,374,21,65535,4294967295,375,61,65535,4294967295,376,61,333,4294967295,377,111,65535,4294967295,378,60,65535,4294967295,379,35,65535,4294967295,380,112,65535,4294967295,381,62,65535,4294967295,382,62,65535,4294967295,383,62,142,4294967295,107,21,65535,152,384,63,65535,4294967295,385,63,65535,4294967295,386,113,65535,4294967295,387,63,65535,4294967295,388,63,249,4294967295,389,114,65535,4294967295,390,115,65535,4294967295,391,116,65535,4294967295,392,117,65535,4294967295,160,36,65535,4294967295,393,36,65535,4294967295,394,64,65535,4294967295,395,64,829,4294967295,396,118,65535,4294967295,240,65,65535,4294967295,397,65,65535,4294967295,398,65,124,4294967295,399,119,65535,4294967295,400,120,65535,4294967295,401,80,65535,4294967295,402,66,65535,4294967295,403,66,124,4294967295,404,121,65535,4294967295,405,23,65535,4294967295,406,67,65535,4294967295,407,67,853,4294967295,408,122,65535,4294967295,409,123,65535,4294967295,410,124,65535,4294967295,163,37,65535,4294967295,411,37,65535,4294967295,412,125,65535,4294967295,413,126,65535,4294967295,414,127,65535,4294967295,415,128,65535,4294967295,246,38,65535,4294967295,416,38,65535,4294967295,417,68,65535,4294967295,418,68,887,4294967295,419,129,65535,4294967295,251,69,65535,4294967295,420,69,65535,4294967295,421,69,126,4294967295,422,130,65535,4294967295,423,131,65535,4294967295,424,132,65535,4294967295,425,70,65535,4294967295,426,70,126,4294967295,427,24,65535,4294967295,428,133,65535,4294967295,429,134,65535,4294967295,430,135,65535,4294967295,167,39,65535,4294967295,431,39,65535,4294967295,71,12,65535,4294967295,432,136,65535,4294967295,259,71,65535,4294967295,433,71,65535,4294967295,434,71,464,4294967295,435,137,65535,4294967295,240,65,65535,4294967295,436,138,65535,4294967295,257,40,65535,4294967295,437,40,65535,4294967295,438,139,65535,4294967295,262,72,65535,4294967295,439,72,65535,4294967295,440,72,484,4294967295,441,73,65535,4294967295,442,73,65535,4294967295,441,73,65535,4294967295,443,73,65535,4294967295,444,73,490,4294967295,445,140,65535,4294967295,251,69,65535,4294967295,446,141,65535,4294967295,170,41,65535,4294967295,447,41,65535,4294967295,266,74,65535,4294967295,448,74,65535,4294967295,449,74,507,4294967295,267,75,65535,4294967295,450,75,65535,4294967295,451,75,333,4294967295,272,76,65535,4294967295,452,142,65535,4294967295,172,42,65535,4294967295,453,42,65535,4294967295,454,143,65535,4294967295,455,144,65535,4294967295,173,43,65535,4294967295,456,43,65535,4294967295,457,145,65535,4294967295,272,76,65535,4294967295,458,76,65535,4294967295,459,76,142,4294967295,460,77,65535,4294967295,461,146,65535,4294967295,462,77,65535,4294967295,463,77,992,4294967295,464,26,65535,4294967295,465,27,65535,4294967295,466,78,333,4294967295,467,147,65535,4294967295,468,148,65535,4294967295,469,149,65535,4294967295,470,44,65535,4294967295,471,79,65535,4294967295,472,79,142,4294967295,114,27,65535,153,45,9,65535,4294967295,473,28,65535,4294967295,474,132,65535,4294967295,475,80,464,4294967295,476,81,65535,4294967295,477,81,333,4294967295,478,150,65535,4294967295,479,151,65535,4294967295,480,152,65535,4294967295,481,82,65535,4294967295,482,82,65535,4294967295,116,28,65535,154,483,14,65535,4294967295,484,46,65535,4294967295,485,83,65535,4294967295,486,83,507,4294967295,487,153,65535,4294967295,488,84,65535,4294967295,489,84,65535,4294967295,490,84,142,4294967295,224,56,65535,155,491,85,65535,4294967295,492,154,65535,4294967295,493,155,65535,4294967295,494,85,142,4294967295,495,156,65535,4294967295,491,85,65535,156,496,29,65535,4294967295,46,10,65535,157,497,3,65535,158,10,3,65535,159,498,1,65535,4294967295,2,1,65535,160,499,3,65535,161,500,31,65535,4294967295,501,31,65535,4294967295,502,86,65535,4294967295,503,86,364,4294967295,504,30,65535,4294967295,505,30,65535,4294967295,506,30,65535,4294967295,507,157,65535,4294967295,508,47,65535,4294967295,509,158,65535,4294967295,510,47,65535,4294967295,511,47,364,4294967295,512,47,65535,4294967295,513,50,65535,4294967295,514,159,65535,4294967295,515,87,65535,4294967295,516,87,65535,4294967295,517,87,364,4294967295,518,160,65535,4294967295,519,88,65535,4294967295,520,63,65535,4294967295,521,161,65535,4294967295,522,162,65535,4294967295,523,88,364,4294967295,524,163,65535,4294967295,300,16,65535,4294967295,525,31,65535,4294967295,526,31,65535,4294967295,527,164,65535,4294967295,528,48,65535,4294967295,529,48,364,4294967295,530,48,65535,4294967295,531,165,65535,4294967295,532,89,65535,4294967295,533,89,629,4294967295,534,166,65535,4294967295,535,90,65535,4294967295,536,49,65535,4294967295,537,90,65535,4294967295,538,90,364,4294967295,539,49,65535,4294967295,540,49,364,4294967295,541,49,65535,4294967295,542,157,65535,4294967295,543,16,65535,4294967295,544,16,65535,4294967295,545,49,65535,4294967295,546,167,65535,4294967295,547,168,65535,4294967295,548,91,65535,4294967295,549,91,65535,4294967295,550,91,65535,4294967295,551,169,65535,4294967295,552,170,65535,162,553,92,65535,4294967295,554,171,65535,4294967295,555,172,65535,4294967295,556,173,65535,4294967295,553,92,65535,4294967295,557,149,65535,4294967295,553,92,65535,163,558,17,65535,4294967295,559,18,65535,4294967295,560,87,65535,4294967295,561,93,65535,4294967295,562,93,65535,4294967295,563,93,364,4294967295,564,50,65535,4294967295,565,174,65535,4294967295,566,50,65535,4294967295,567,50,364,4294967295,568,50,65535,4294967295,569,94,65535,4294967295,570,51,65535,4294967295,571,97,65535,4294967295,572,94,65535,4294967295,573,94,65535,4294967295,574,94,124,4294967295,575,175,65535,4294967295,343,53,65535,164,576,95,65535,4294967295,577,176,464,4294967295,578,177,65535,4294967295,579,51,65535,4294967295,580,96,65535,4294967295,581,178,484,4294967295,582,179,65535,4294967295,583,19,65535,4294967295,584,52,65535,4294967295,585,97,65535,4294967295,586,180,490,4294967295,587,95,65535,4294967295,588,98,65535,4294967295,589,98,65535,4294967295,590,98,126,4294967295,221,54,65535,165,591,181,65535,4294967295,592,52,65535,4294967295,593,99,65535,4294967295,594,182,507,4294967295,595,183,65535,4294967295,596,20,65535,4294967295,597,184,65535,4294967295,598,185,65535,4294967295,599,53,65535,4294967295,600,186,65535,4294967295,601,54,65535,4294967295,349,55,65535,4294967295,602,100,65535,4294967295,603,187,65535,4294967295,604,188,65535,4294967295,605,100,65535,4294967295,602,100,65535,4294967295,606,100,124,4294967295,607,189,65535,4294967295,602,100,65535,166,608,190,65535,4294967295,609,191,65535,4294967295,610,101,65535,4294967295,351,101,65535,4294967295,611,101,126,4294967295,612,192,65535,4294967295,351,101,65535,167,352,102,65535,4294967295,613,193,65535,4294967295,614,194,65535,4294967295,615,102,65535,4294967295,616,102,65535,4294967295,617,102,65535,4294967295,618,195,65535,4294967295,619,187,65535,4294967295,349,55,65535,4294967295,620,196,65535,4294967295,349,55,65535,168,621,197,65535,4294967295,622,103,65535,4294967295,354,103,65535,4294967295,623,103,142,4294967295,624,198,65535,4294967295,354,103,65535,169,625,199,65535,4294967295,626,56,65535,4294967295,627,200,65535,4294967295,357,104,65535,4294967295,628,104,65535,4294967295,629,104,142,4294967295,630,201,65535,4294967295,631,105,65535,4294967295,360,105,65535,4294967295,632,105,464,4294967295,633,202,65535,4294967295,634,187,65535,4294967295,578,177,65535,4294967295,358,57,65535,4294967295,635,57,65535,4294967295,636,203,65535,4294967295,637,106,65535,4294967295,363,106,65535,4294967295,638,106,484,4294967295,639,107,65535,4294967295,640,107,65535,4294967295,641,107,65535,4294967295,639,107,65535,4294967295,642,107,490,4294967295,643,204,65535,4294967295,609,191,65535,4294967295,591,181,65535,4294967295,226,58,65535,4294967295,644,58,65535,4294967295,645,108,65535,4294967295,367,108,65535,4294967295,646,108,507,4294967295,647,109,65535,4294967295,368,109,65535,4294967295,648,109,333,4294967295,620,196,65535,4294967295,649,205,65535,4294967295,228,59,65535,4294967295,650,59,65535,4294967295,651,110,65535,4294967295,652,200,333,4294967295,156,35,65535,4294967295,653,60,65535,4294967295,654,21,65535,4294967295,655,206,65535,4294967295,656,61,65535,4294967295,657,207,65535,4294967295,658,208,65535,4294967295,659,111,65535,4294967295,660,111,65535,4294967295,661,209,333,4294967295,662,209,65535,4294967295,663,20,65535,170,664,196,65535,4294967295,665,35,65535,4294967295,666,112,65535,4294967295,667,112,507,4294967295,668,210,65535,4294967295,669,60,65535,4294967295,618,195,65535,4294967295,670,62,65535,4294967295,385,63,65535,4294967295,671,211,65535,4294967295,672,113,65535,4294967295,673,113,1429,4294967295,674,212,65535,4294967295,675,213,65535,4294967295,676,214,65535,4294967295,677,63,65535,4294967295,678,63,364,4294967295,679,63,65535,4294967295,680,215,65535,4294967295,681,114,65535,4294967295,682,114,1452,4294967295,390,115,65535,4294967295,683,115,65535,4294967295,684,115,464,4294967295,685,216,65535,4294967295,686,217,65535,4294967295,687,218,65535,4294967295,688,116,464,4294967295,689,219,65535,4294967295,690,220,65535,4294967295,691,117,65535,4294967295,692,117,464,4294967295,693,221,65535,4294967295,694,36,65535,4294967295,695,222,65535,4294967295,696,223,65535,4294967295,697,224,65535,4294967295,239,64,65535,4294967295,698,64,65535,4294967295,396,118,65535,4294967295,699,118,65535,4294967295,700,225,65535,4294967295,240,65,65535,4294967295,240,65,65535,4294967295,701,65,65535,4294967295,702,226,65535,4294967295,399,119,65535,4294967295,703,119,65535,4294967295,704,120,65535,4294967295,705,66,65535,4294967295,706,131,65535,4294967295,707,120,65535,4294967295,708,120,124,4294967295,709,227,65535,4294967295,67,7,65535,171,710,66,65535,4294967295,711,121,484,4294967295,712,23,65535,4294967295,713,228,65535,4294967295,714,229,65535,4294967295,715,230,65535,4294967295,243,67,65535,4294967295,716,67,65535,4294967295,717,231,65535,4294967295,408,122,65535,4294967295,718,122,65535,4294967295,719,122,484,4294967295,720,123,484,4294967295,721,232,65535,4294967295,722,233,65535,4294967295,723,124,65535,4294967295,724,124,484,4294967295,725,234,65535,4294967295,726,37,65535,4294967295,727,125,65535,4294967295,728,125,65535,4294967295,729,125,65535,4294967295,730,125,1539,4294967295,731,235,65535,4294967295,413,126,65535,4294967295,732,126,65535,4294967295,733,126,490,4294967295,734,236,65535,4294967295,735,237,65535,4294967295,736,238,65535,4294967295,737,127,490,4294967295,738,239,65535,4294967295,739,240,65535,4294967295,740,128,65535,4294967295,741,128,490,4294967295,742,241,65535,4294967295,743,38,65535,4294967295,744,242,65535,4294967295,745,243,65535,4294967295,746,244,65535,4294967295,250,68,65535,4294967295,747,68,65535,4294967295,748,129,65535,4294967295,749,129,65535,4294967295,748,129,65535,4294967295,750,129,65535,4294967295,751,245,65535,4294967295,251,69,65535,4294967295,251,69,65535,4294967295,752,69,65535,4294967295,422,130,65535,4294967295,753,130,65535,4294967295,754,70,65535,4294967295,755,131,490,4294967295,756,132,65535,4294967295,757,132,126,4294967295,42,8,65535,172,758,70,65535,4294967295,759,24,65535,4294967295,428,133,65535,4294967295,760,133,65535,4294967295,761,133,507,4294967295,762,134,507,4294967295,763,246,65535,4294967295,764,135,65535,4294967295,765,135,65535,4294967295,766,135,1604,4294967295,767,39,65535,4294967295,768,136,65535,4294967295,769,247,65535,4294967295,770,136,65535,4294967295,771,248,65535,4294967295,768,136,65535,4294967295,772,136,65535,4294967295,773,136,249,4294967295,774,249,65535,4294967295,390,115,65535,4294967295,775,250,65535,4294967295,259,71,65535,4294967295,776,71,65535,4294967295,435,137,65535,4294967295,777,137,65535,4294967295,778,137,829,4294967295,779,185,65535,4294967295,780,176,65535,4294967295,436,138,65535,4294967295,781,138,65535,4294967295,782,138,124,4294967295,783,178,65535,4294967295,784,40,65535,4294967295,438,139,65535,4294967295,785,139,65535,4294967295,786,139,853,4294967295,408,122,65535,4294967295,787,251,65535,4294967295,262,72,65535,4294967295,788,72,65535,4294967295,789,252,65535,4294967295,413,126,65535,4294967295,790,253,65535,4294967295,441,73,65535,4294967295,791,73,65535,4294967295,445,140,65535,4294967295,792,140,65535,4294967295,793,140,887,4294967295,794,180,65535,4294967295,446,141,65535,4294967295,795,141,65535,4294967295,796,141,126,4294967295,797,182,65535,4294967295,798,41,65535,4294967295,428,133,65535,4294967295,799,254,65535,4294967295,800,255,65535,4294967295,266,74,65535,4294967295,801,74,65535,4294967295,454,143,65535,4294967295,802,256,65535,4294967295,803,257,65535,4294967295,267,75,65535,4294967295,804,75,65535,4294967295,805,142,65535,4294967295,806,258,65535,4294967295,805,142,65535,4294967295,807,142,65535,4294967295,808,142,992,4294967295,809,42,65535,4294967295,454,143,65535,4294967295,810,143,65535,4294967295,811,143,333,4294967295,812,144,65535,4294967295,813,144,65535,4294967295,814,144,1707,4294967295,815,43,65535,4294967295,457,145,65535,4294967295,816,145,65535,4294967295,272,76,65535,4294967295,817,259,65535,4294967295,272,76,65535,4294967295,818,76,65535,4294967295,819,146,65535,4294967295,820,146,1719,4294967295,821,260,65535,4294967295,822,261,65535,4294967295,823,262,65535,4294967295,460,77,65535,4294967295,824,77,65535,4294967295,825,26,65535,4294967295,826,27,65535,4294967295,827,78,65535,4294967295,828,116,65535,4294967295,829,263,65535,4294967295,830,147,65535,4294967295,831,264,333,4294967295,832,264,65535,4294967295,833,18,65535,173,834,265,65535,4294967295,835,148,65535,4294967295,836,148,65535,4294967295,837,148,142,4294967295,838,266,65535,4294967295,839,267,65535,4294967295,840,268,65535,4294967295,841,149,142,4294967295,842,44,65535,4294967295,843,269,65535,4294967295,844,270,65535,4294967295,845,79,65535,4294967295,846,28,65535,4294967295,847,271,65535,4294967295,848,80,65535,4294967295,849,81,65535,4294967295,850,150,65535,4294967295,851,150,507,4294967295,182,46,65535,174,852,151,65535,4294967295,853,151,65535,4294967295,854,272,333,4294967295,855,273,65535,4294967295,856,54,65535,175,857,152,65535,4294967295,858,274,65535,4294967295,859,275,65535,4294967295,860,276,65535,4294967295,861,277,333,4294967295,862,278,65535,176,863,82,65535,4294967295,864,272,65535,4294967295,865,277,65535,4294967295,74,14,65535,4294967295,866,46,65535,4294967295,867,83,65535,4294967295,868,153,65535,4294967295,869,9,65535,177,870,199,65535,4294967295,871,84,65535,4294967295,872,154,65535,4294967295,873,279,507,4294967295,874,280,65535,4294967295,875,85,65535,178,876,281,65535,4294967295,493,155,65535,4294967295,877,155,65535,4294967295,878,155,142,4294967295,879,282,65535,4294967295,880,283,65535,4294967295,491,85,65535,4294967295,881,85,65535,4294967295,882,284,65535,4294967295,883,277,65535,4294967295,884,156,65535,4294967295,885,156,142,4294967295,886,285,65535,4294967295,887,29,65535,4294967295,888,1,65535,4294967295,2,1,65535,179,10,3,65535,180,889,157,65535,4294967295,890,286,65535,4294967295,891,86,65535,4294967295,892,86,65535,4294967295,893,86,364,4294967295,894,86,65535,4294967295,895,287,65535,4294967295,896,30,65535,4294967295,897,30,65535,4294967295,898,157,65535,4294967295,899,287,65535,4294967295,900,288,65535,4294967295,901,289,65535,4294967295,902,157,65535,4294967295,903,157,249,4294967295,904,290,65535,4294967295,137,16,65535,181,905,291,65535,4294967295,906,158,65535,4294967295,907,158,610,4294967295,908,47,65535,4294967295,909,47,65535,4294967295,910,47,65535,4294967295,911,87,65535,4294967295,912,159,65535,4294967295,913,159,65535,4294967295,914,159,610,4294967295,915,292,65535,4294967295,916,293,65535,4294967295,917,87,65535,4294967295,918,87,364,4294967295,919,87,65535,4294967295,920,160,65535,4294967295,921,160,629,4294967295,922,294,65535,4294967295,923,63,65535,4294967295,924,161,65535,4294967295,925,161,610,4294967295,926,295,65535,4294967295,927,292,65535,4294967295,928,296,65535,4294967295,929,297,65535,4294967295,522,162,65535,4294967295,930,162,65535,4294967295,931,162,364,4294967295,932,298,65535,4294967295,933,88,364,4294967295,934,88,65535,4294967295,935,299,65535,4294967295,936,163,65535,4294967295,937,163,629,4294967295,938,31,65535,4294967295,939,31,65535,4294967295,940,164,629,4294967295,941,300,65535,4294967295,942,48,65535,4294967295,943,48,65535,4294967295,944,165,1987,4294967295,945,301,65535,4294967295,946,89,65535,4294967295,947,89,364,4294967295,948,89,65535,4294967295,949,302,65535,4294967295,950,166,65535,4294967295,951,303,629,4294967295,952,9,65535,182,536,49,65535,4294967295,953,90,65535,4294967295,954,304,65535,4294967295,955,305,65535,4294967295,956,90,65535,4294967295,957,90,364,4294967295,958,90,65535,4294967295,959,90,65535,4294967295,960,49,65535,4294967295,961,49,65535,4294967295,962,288,65535,4294967295,963,16,65535,4294967295,137,16,65535,4294967295,964,90,65535,4294967295,965,167,65535,4294967295,552,170,65535,4294967295,966,91,65535,4294967295,967,167,65535,4294967295,968,167,124,4294967295,969,168,65535,4294967295,970,168,126,4294967295,971,306,65535,4294967295,972,307,65535,4294967295,973,169,65535,4294967295,974,169,142,4294967295,975,170,65535,4294967295,976,171,65535,4294967295,977,171,65535,4294967295,978,308,65535,4294967295,979,171,65535,4294967295,980,171,124,4294967295,981,309,65535,4294967295,982,310,65535,4294967295,983,172,65535,4294967295,984,172,126,4294967295,985,311,65535,4294967295,986,306,65535,4294967295,987,312,65535,4294967295,988,313,65535,4294967295,556,173,65535,4294967295,989,173,65535,4294967295,556,173,65535,4294967295,990,314,65535,4294967295,98,17,65535,4294967295,100,18,65535,4294967295,513,50,65535,4294967295,991,93,65535,4294967295,992,93,65535,4294967295,993,93,364,4294967295,994,93,65535,4294967295,995,87,65535,4294967295,996,315,65535,4294967295,997,316,65535,4294967295,565,174,65535,4294967295,998,174,65535,4294967295,999,174,249,4294967295,1000,317,65535,4294967295,1001,87,65535,4294967295,1002,50,65535,4294967295,1003,50,65535,4294967295,1004,51,65535,4294967295,1005,318,65535,4294967295,1006,185,65535,4294967295,1007,94,65535,4294967295,1008,175,65535,4294967295,1009,319,992,4294967295,1010,320,65535,4294967295,1011,321,65535,4294967295,1012,176,65535,4294967295,1013,176,65535,4294967295,1014,322,65535,4294967295,1015,207,65535,4294967295,1016,177,65535,4294967295,1017,177,65535,4294967295,1018,177,124,4294967295,1019,323,65535,4294967295,1020,51,65535,4294967295,1021,324,65535,4294967295,1022,178,65535,4294967295,1023,178,65535,4294967295,1024,325,65535,4294967295,582,179,65535,4294967295,1025,179,65535,4294967295,1026,251,484,4294967295,146,19,65535,4294967295,1027,326,65535,4294967295,1028,327,65535,4294967295,1029,180,65535,4294967295,1030,180,65535,4294967295,1031,180,65535,4294967295,1032,98,65535,4294967295,1033,186,65535,4294967295,1034,98,65535,4294967295,1035,328,65535,4294967295,1036,329,65535,4294967295,1037,181,65535,4294967295,1038,181,65535,4294967295,1039,181,126,4294967295,1040,52,65535,4294967295,1041,330,65535,4294967295,1042,182,65535,4294967295,1043,182,65535,4294967295,595,183,65535,4294967295,1044,183,65535,4294967295,1045,254,507,4294967295,103,20,65535,4294967295,1046,184,65535,4294967295,1047,331,65535,4294967295,1048,247,65535,4294967295,1049,184,65535,4294967295,1050,184,249,4294967295,1051,138,65535,4294967295,598,185,65535,4294967295,1052,185,65535,4294967295,1053,185,124,4294967295,1054,319,65535,4294967295,1055,53,65535,4294967295,1056,176,65535,4294967295,600,186,65535,4294967295,1057,186,65535,4294967295,1058,186,126,4294967295,1059,54,65535,4294967295,634,187,65535,4294967295,1060,332,65535,4294967295,1061,190,65535,4294967295,634,187,65535,4294967295,1062,187,65535,4294967295,1063,187,124,4294967295,1064,333,65535,4294967295,1065,334,65535,4294967295,1066,188,65535,4294967295,604,188,65535,4294967295,1067,335,490,4294967295,1068,336,65535,4294967295,1069,100,65535,183,1070,337,65535,4294967295,1071,100,65535,4294967295,602,100,65535,4294967295,1072,100,65535,4294967295,1073,338,65535,4294967295,1074,189,65535,4294967295,607,189,65535,4294967295,1075,339,992,4294967295,1076,100,65535,184,1077,190,65535,4294967295,1078,340,65535,4294967295,1079,190,65535,4294967295,1061,190,65535,4294967295,1080,341,464,4294967295,1081,342,65535,4294967295,1082,101,65535,185,1083,188,65535,4294967295,609,191,65535,4294967295,1084,191,65535,4294967295,1085,191,126,4294967295,1086,343,65535,4294967295,351,101,65535,4294967295,1087,101,65535,4294967295,1088,344,65535,4294967295,1089,192,65535,4294967295,612,192,65535,4294967295,1090,345,333,4294967295,1091,101,65535,186,1092,193,65535,4294967295,1093,346,65535,4294967295,1094,347,65535,4294967295,1095,193,65535,4294967295,1092,193,65535,4294967295,1096,193,124,4294967295,1097,348,65535,4294967295,1092,193,65535,187,1098,349,65535,4294967295,1099,350,65535,4294967295,1100,194,65535,4294967295,614,194,65535,4294967295,1101,194,126,4294967295,1102,351,65535,4294967295,614,194,65535,188,349,55,65535,4294967295,1103,346,65535,4294967295,352,102,65535,4294967295,352,102,65535,4294967295,1104,352,65535,4294967295,352,102,65535,189,1105,353,65535,4294967295,1106,195,65535,4294967295,1107,195,142,4294967295,1108,354,65535,4294967295,618,195,65535,190,1109,100,65535,4294967295,620,196,65535,4294967295,1110,196,142,4294967295,1111,197,65535,4294967295,621,197,65535,4294967295,1112,355,507,4294967295,1113,356,65535,4294967295,1114,103,65535,191,1115,357,65535,4294967295,1116,333,65535,4294967295,354,103,65535,4294967295,1117,103,65535,4294967295,1118,345,65535,4294967295,624,198,65535,4294967295,1119,198,65535,4294967295,1120,198,142,4294967295,1115,357,65535,4294967295,625,199,65535,4294967295,1121,199,65535,4294967295,1122,199,142,4294967295,1123,56,65535,4294967295,1124,200,65535,4294967295,1125,358,65535,4294967295,156,35,65535,4294967295,1126,104,65535,4294967295,1127,201,65535,4294967295,1128,201,65535,4294967295,1129,359,65535,4294967295,1130,201,65535,4294967295,1127,201,65535,4294967295,1131,201,249,4294967295,1132,360,65535,4294967295,1078,340,65535,4294967295,1133,361,65535,4294967295,360,105,65535,4294967295,1134,105,65535,4294967295,1135,202,65535,4294967295,633,202,65535,4294967295,1136,202,829,4294967295,1137,57,65535,4294967295,1138,203,65535,4294967295,636,203,65535,4294967295,1139,203,853,4294967295,1140,362,65535,4294967295,1141,363,65535,4294967295,363,106,65535,4294967295,1142,106,65535,4294967295,1143,364,65535,4294967295,1144,334,65535,4294967295,1145,365,65535,4294967295,639,107,65535,4294967295,1146,107,65535,4294967295,1147,204,65535,4294967295,643,204,65535,4294967295,1148,204,887,4294967295,1149,58,65535,4294967295,1150,366,65535,4294967295,1151,367,65535,4294967295,367,108,65535,4294967295,1152,108,65535,4294967295,1088,344,65535,4294967295,1153,368,65535,4294967295,368,109,65535,4294967295,1154,109,65535,4294967295,1155,205,65535,4294967295,1156,369,65535,4294967295,1157,205,65535,4294967295,1155,205,65535,4294967295,1158,205,992,4294967295,1159,59,65535,4294967295,1160,370,65535,4294967295,1161,200,65535,4294967295,1162,60,65535,4294967295,107,21,65535,4294967295,655,206,65535,4294967295,1163,206,65535,4294967295,1164,206,333,4294967295,1165,371,65535,4294967295,1166,61,65535,4294967295,1167,329,65535,4294967295,1168,207,65535,4294967295,1169,207,464,4294967295,1170,208,65535,4294967295,1171,208,65535,4294967295,1172,208,333,4294967295,1173,372,65535,4294967295,1174,206,65535,4294967295,1102,351,65535,4294967295,1175,209,65535,4294967295,1176,209,65535,4294967295,1177,209,65535,4294967295,231,61,65535,192,1104,352,65535,4294967295,1178,35,65535,4294967295,1179,373,65535,4294967295,1180,112,65535,4294967295,1181,210,65535,4294967295,1182,210,65535,4294967295,1183,210,507,4294967295,1184,374,65535,4294967295,1185,375,65535,4294967295,1186,62,65535,4294967295,1187,211,65535,4294967295,1188,211,65535,4294967295,1189,211,65535,4294967295,1190,211,2528,4294967295,1191,376,65535,4294967295,1192,377,65535,4294967295,1193,378,65535,4294967295,1194,379,65535,4294967295,1195,211,65535,4294967295,1196,113,364,4294967295,1197,113,65535,4294967295,1198,212,65535,4294967295,1199,212,2551,4294967295,1200,380,65535,4294967295,675,213,65535,4294967295,1201,213,65535,4294967295,1202,213,249,4294967295,1203,381,65535,4294967295,890,286,65535,4294967295,1204,271,65535,4294967295,1205,214,65535,4294967295,1206,214,249,4294967295,1207,382,65535,4294967295,923,63,65535,4294967295,1208,63,65535,4294967295,1209,63,65535,4294967295,1210,215,65535,4294967295,1211,215,2575,4294967295,1212,383,65535,4294967295,1213,384,65535,4294967295,1214,385,65535,4294967295,1215,386,65535,4294967295,1216,114,364,4294967295,1217,114,65535,4294967295,390,115,65535,4294967295,1218,387,65535,4294967295,390,115,65535,4294967295,1219,115,65535,4294967295,685,216,65535,4294967295,1220,216,65535,4294967295,1221,217,65535,4294967295,1222,217,126,4294967295,100,18,65535,193,1223,238,65535,4294967295,1224,218,65535,4294967295,1225,218,124,4294967295,1226,116,65535,4294967295,1227,219,65535,4294967295,1228,117,65535,4294967295,1229,239,65535,4294967295,1230,219,65535,4294967295,1231,219,490,4294967295,1232,388,65535,4294967295,706,131,65535,194,1233,240,65535,4294967295,1234,220,65535,4294967295,1235,240,464,4294967295,1236,8,65535,195,1237,117,65535,4294967295,1238,221,829,4294967295,1239,36,65535,4294967295,695,222,65535,4294967295,1240,222,65535,4294967295,1241,222,829,4294967295,1242,389,65535,4294967295,1243,223,829,4294967295,1244,390,65535,4294967295,1245,391,65535,4294967295,1246,224,65535,4294967295,1247,224,829,4294967295,1248,392,65535,4294967295,1249,64,65535,4294967295,390,115,65535,4294967295,700,225,65535,4294967295,1250,225,65535,4294967295,1251,65,65535,4294967295,702,226,65535,4294967295,1252,226,65535,4294967295,408,122,65535,4294967295,1253,66,65535,4294967295,1254,157,65535,4294967295,1255,284,65535,4294967295,1256,120,65535,4294967295,1257,227,992,4294967295,1258,393,65535,4294967295,1259,66,65535,4294967295,1260,121,65535,4294967295,158,23,65535,4294967295,713,228,65535,4294967295,1261,228,65535,4294967295,1262,228,853,4294967295,1263,229,853,4294967295,1264,394,65535,4294967295,1265,395,65535,4294967295,1266,230,65535,4294967295,1267,230,853,4294967295,1268,396,65535,4294967295,1269,67,65535,4294967295,717,231,65535,4294967295,1270,231,65535,4294967295,408,122,65535,4294967295,1271,397,65535,4294967295,408,122,65535,4294967295,1272,122,65535,4294967295,1273,123,65535,4294967295,1274,232,65535,4294967295,1275,232,484,4294967295,1276,233,853,4294967295,1277,124,65535,4294967295,1278,234,65535,4294967295,1279,398,484,4294967295,1280,9,65535,196,1281,37,65535,4294967295,1282,125,65535,4294967295,728,125,65535,4294967295,1283,399,65535,4294967295,1284,400,65535,4294967295,1285,401,65535,4294967295,1286,125,65535,4294967295,1287,125,364,4294967295,1288,125,65535,4294967295,1289,235,65535,4294967295,1290,235,2707,4294967295,413,126,65535,4294967295,1291,402,65535,4294967295,413,126,65535,4294967295,1292,126,65535,4294967295,734,236,65535,4294967295,1293,236,65535,4294967295,1294,127,65535,4294967295,1295,237,65535,4294967295,1296,237,126,4294967295,1297,218,65535,4294967295,1298,238,65535,4294967295,1299,238,124,4294967295,98,17,65535,197,1300,127,65535,4294967295,1301,128,65535,4294967295,1302,239,65535,4294967295,1303,403,65535,4294967295,1304,7,65535,198,1305,220,65535,4294967295,1306,240,65535,4294967295,1307,404,65535,4294967295,401,80,65535,199,1308,128,65535,4294967295,1309,398,65535,4294967295,1310,241,887,4294967295,1311,38,65535,4294967295,744,242,65535,4294967295,1312,242,65535,4294967295,1313,242,887,4294967295,1314,405,65535,4294967295,1315,243,887,4294967295,1316,406,65535,4294967295,1317,407,65535,4294967295,1318,244,65535,4294967295,1319,244,887,4294967295,1320,408,65535,4294967295,1321,68,65535,4294967295,1322,409,65535,4294967295,413,126,65535,4294967295,751,245,65535,4294967295,1323,245,65535,4294967295,1324,69,65535,4294967295,428,133,65535,4294967295,1325,289,65535,4294967295,1326,131,65535,4294967295,1327,278,65535,4294967295,1328,132,65535,4294967295,1329,70,65535,4294967295,111,24,65535,4294967295,428,133,65535,4294967295,1330,410,65535,4294967295,428,133,65535,4294967295,1331,133,65535,4294967295,1332,134,65535,4294967295,1333,246,65535,4294967295,1334,246,507,4294967295,1335,411,65535,4294967295,1336,412,65535,4294967295,1337,413,65535,4294967295,1338,414,65535,4294967295,764,135,65535,4294967295,1339,135,65535,4294967295,1340,39,65535,4294967295,1341,136,65535,4294967295,1342,184,65535,4294967295,1343,415,65535,4294967295,769,247,65535,4294967295,1344,247,65535,4294967295,1345,247,364,4294967295,1346,416,65535,4294967295,770,136,65535,4294967295,1347,417,65535,4294967295,771,248,65535,4294967295,1348,248,65535,4294967295,1349,248,1429,4294967295,1350,418,65535,4294967295,675,213,65535,4294967295,1351,419,65535,4294967295,1352,136,65535,4294967295,1353,136,364,4294967295,1354,136,65535,4294967295,1355,420,65535,4294967295,774,249,65535,4294967295,1356,249,65535,4294967295,1357,249,1452,4294967295,1358,421,65535,4294967295,1359,422,65535,4294967295,775,250,65535,4294967295,1360,250,65535,4294967295,1361,250,464,4294967295,1362,423,65535,4294967295,1363,71,65535,4294967295,695,222,65535,4294967295,1364,424,65535,4294967295,435,137,65535,4294967295,1365,137,65535,4294967295,1366,138,65535,4294967295,578,177,65535,4294967295,1367,138,65535,4294967295,1368,40,65535,4294967295,713,228,65535,4294967295,1369,425,65535,4294967295,438,139,65535,4294967295,1370,139,65535,4294967295,1371,426,65535,4294967295,787,251,65535,4294967295,1372,251,65535,4294967295,1373,427,65535,4294967295,1374,72,65535,4294967295,1375,252,65535,4294967295,1376,252,65535,4294967295,1375,252,65535,4294967295,1377,252,65535,4294967295,1378,252,1539,4294967295,1379,428,65535,4294967295,1380,429,65535,4294967295,1381,430,65535,4294967295,790,253,65535,4294967295,1382,253,65535,4294967295,1383,253,490,4294967295,1384,431,65535,4294967295,1385,73,65535,4294967295,744,242,65535,4294967295,1386,432,65535,4294967295,445,140,65535,4294967295,1387,140,65535,4294967295,1388,141,65535,4294967295,591,181,65535,4294967295,1389,141,65535,4294967295,1390,41,65535,4294967295,1391,433,65535,4294967295,799,254,65535,4294967295,1392,254,65535,4294967295,1393,434,65535,4294967295,1394,255,65535,4294967295,1394,255,65535,4294967295,1395,255,65535,4294967295,1396,255,1604,4294967295,1397,74,65535,4294967295,802,256,65535,4294967295,1398,256,65535,4294967295,1399,256,333,4294967295,1400,435,65535,4294967295,1401,257,65535,4294967295,1401,257,65535,4294967295,1402,257,65535,4294967295,1403,257,1707,4294967295,1404,75,65535,4294967295,806,258,65535,4294967295,1405,258,65535,4294967295,1406,258,1719,4294967295,821,260,65535,4294967295,1407,436,65535,4294967295,805,142,65535,4294967295,1408,142,65535,4294967295,1409,42,65535,4294967295,454,143,65535,4294967295,1410,437,65535,4294967295,454,143,65535,4294967295,1411,143,65535,4294967295,1412,438,65535,4294967295,1413,439,65535,4294967295,1414,440,65535,4294967295,812,144,65535,4294967295,1415,144,65535,4294967295,1416,43,65535,4294967295,454,143,65535,4294967295,1417,259,65535,4294967295,1418,441,65535,4294967295,1417,259,65535,4294967295,1419,259,65535,4294967295,1420,76,65535,4294967295,1421,442,65535,4294967295,1422,443,65535,4294967295,1423,444,65535,4294967295,461,146,65535,4294967295,1424,146,65535,4294967295,1425,445,65535,4294967295,821,260,65535,4294967295,1426,260,65535,4294967295,1427,260,992,4294967295,1428,261,992,4294967295,1429,446,65535,4294967295,1430,262,65535,4294967295,1431,262,992,4294967295,1432,77,65535,4294967295,113,26,65535,4294967295,114,27,65535,4294967295,1433,78,65535,4294967295,1434,217,65535,4294967295,1435,263,65535,4294967295,1436,263,333,4294967295,1437,447,65535,4294967295,1438,448,65535,4294967295,1439,449,65535,4294967295,1440,264,65535,4294967295,1441,264,65535,4294967295,276,78,65535,200,1442,265,65535,4294967295,1443,265,333,4294967295,1444,450,65535,4294967295,1445,451,65535,4294967295,1446,452,65535,4294967295,1447,148,65535,4294967295,1448,453,65535,4294967295,1449,266,65535,4294967295,1450,266,65535,4294967295,1451,266,142,4294967295,551,169,65535,201,1452,267,65535,4294967295,1453,267,333,4294967295,1454,454,65535,4294967295,840,268,65535,4294967295,1455,268,65535,4294967295,1456,268,142,4294967295,1457,455,65535,4294967295,557,149,65535,4294967295,1458,149,65535,4294967295,1459,44,65535,4294967295,1460,456,65535,4294967295,1461,269,65535,4294967295,1462,269,65535,4294967295,1463,269,142,4294967295,1464,457,65535,4294967295,1465,458,65535,202,1466,270,65535,4294967295,1467,459,65535,4294967295,1468,460,65535,4294967295,1469,270,142,4294967295,1470,461,65535,4294967295,1466,270,65535,203,1471,79,65535,4294967295,116,28,65535,4294967295,1472,291,65535,4294967295,1473,271,1429,4294967295,1474,80,65535,4294967295,1475,81,65535,4294967295,1476,462,65535,4294967295,1477,279,65535,4294967295,1478,150,65535,4294967295,1479,370,65535,4294967295,1480,272,65535,4294967295,1481,272,65535,4294967295,1482,273,65535,4294967295,1483,273,65535,4294967295,371,110,65535,204,1484,274,65535,4294967295,1485,274,65535,4294967295,1486,463,65535,4294967295,1487,274,65535,4294967295,1488,464,464,4294967295,1489,465,65535,4294967295,1490,278,65535,205,1491,466,65535,4294967295,1492,275,65535,4294967295,1493,275,333,4294967295,1494,467,65535,4294967295,1495,468,65535,4294967295,860,276,65535,4294967295,1496,276,65535,4294967295,1497,469,333,4294967295,1498,470,65535,4294967295,1499,471,65535,4294967295,883,277,65535,4294967295,1500,277,65535,4294967295,883,277,65535,206,1501,278,65535,4294967295,1502,472,65535,4294967295,1501,278,65535,207,1503,82,65535,4294967295,1504,272,65535,4294967295,627,200,65535,208,1505,469,65535,4294967295,1506,473,65535,4294967295,1507,46,65535,4294967295,1508,83,65535,4294967295,1509,474,65535,4294967295,1510,357,65535,4294967295,1511,84,65535,4294967295,1512,475,65535,4294967295,1513,279,65535,4294967295,1514,476,65535,4294967295,1513,279,65535,4294967295,1515,279,65535,4294967295,1513,279,65535,209,1516,280,65535,4294967295,1517,477,507,4294967295,1518,478,65535,4294967295,876,281,65535,4294967295,1519,281,65535,4294967295,1520,479,507,4294967295,1521,480,65535,4294967295,493,155,65535,4294967295,1522,481,65535,4294967295,493,155,65535,4294967295,1523,155,65535,4294967295,1524,482,65535,4294967295,879,282,65535,4294967295,1525,282,65535,4294967295,1526,282,142,4294967295,1527,483,65535,4294967295,1528,283,65535,4294967295,1529,484,65535,4294967295,1530,283,65535,4294967295,1531,485,484,4294967295,1532,486,65535,4294967295,1533,85,65535,210,1534,85,65535,4294967295,1535,284,65535,4294967295,1536,487,65535,4294967295,1537,466,65535,4294967295,1538,284,124,4294967295,1539,488,65535,4294967295,1535,284,65535,211,1540,486,65535,4294967295,1541,156,65535,4294967295,495,156,65535,4294967295,1542,156,65535,4294967295,495,156,65535,212,1543,285,65535,4294967295,1544,285,142,4294967295,119,29,65535,4294967295,900,288,65535,4294967295,1545,286,65535,4294967295,1546,214,65535,4294967295,1547,489,65535,4294967295,1548,286,65535,4294967295,1549,157,249,4294967295,1550,490,65535,4294967295,1551,7,65535,213,1552,90,65535,4294967295,1553,86,65535,4294967295,1554,86,65535,4294967295,1555,86,65535,4294967295,1556,288,65535,4294967295,1557,491,65535,4294967295,1558,287,65535,4294967295,1559,287,364,4294967295,1560,492,65535,4294967295,138,30,65535,214,1561,30,65535,4294967295,138,30,65535,4294967295,1562,288,65535,4294967295,1563,493,65535,4294967295,1564,288,65535,4294967295,507,157,65535,4294967295,1565,494,65535,4294967295,1566,288,65535,4294967295,1567,288,3260,4294967295,1568,495,65535,4294967295,1569,496,65535,4294967295,1570,289,1539,4294967295,1571,318,65535,4294967295,1572,497,65535,4294967295,1573,157,65535,4294967295,1574,157,364,4294967295,1575,157,65535,4294967295,1576,290,3287,4294967295,1577,498,65535,4294967295,1578,291,65535,4294967295,1579,499,65535,4294967295,1580,500,65535,4294967295,1581,291,65535,4294967295,1582,501,610,4294967295,1583,8,65535,215,1584,158,65535,4294967295,1585,158,65535,4294967295,1586,158,364,4294967295,1587,158,65535,4294967295,1588,501,65535,4294967295,1589,47,65535,4294967295,1590,47,65535,4294967295,1591,502,65535,4294967295,1592,159,65535,4294967295,1593,503,65535,4294967295,1594,159,65535,4294967295,1595,159,364,4294967295,1596,159,65535,4294967295,1597,504,65535,4294967295,1598,505,65535,4294967295,927,292,65535,4294967295,1599,506,65535,4294967295,1600,292,364,4294967295,1601,507,65535,4294967295,916,293,65535,4294967295,1602,201,65535,4294967295,1603,508,65535,4294967295,1604,293,65535,4294967295,1605,293,364,4294967295,1606,509,65535,4294967295,513,50,65535,4294967295,1607,87,65535,4294967295,1608,87,65535,4294967295,1609,510,65535,4294967295,1610,160,65535,4294967295,1611,160,364,4294967295,1612,160,65535,4294967295,1613,511,65535,4294967295,1614,294,65535,4294967295,1615,294,65535,4294967295,1616,294,629,4294967295,1617,512,65535,4294967295,385,63,65535,4294967295,1618,513,65535,4294967295,1619,161,364,4294967295,1620,161,65535,4294967295,1621,295,65535,4294967295,1622,295,3398,4294967295,1623,292,65535,4294967295,1624,296,65535,4294967295,1625,296,65535,4294967295,1626,514,65535,4294967295,1624,296,65535,4294967295,1627,296,65535,4294967295,1628,136,249,4294967295,1629,515,65535,4294967295,1630,516,65535,4294967295,929,297,65535,4294967295,1631,297,65535,4294967295,1632,517,610,4294967295,1633,518,65535,4294967295,522,162,65535,4294967295,1634,296,65535,4294967295,1635,162,364,4294967295,1636,162,65535,4294967295,1637,519,65535,4294967295,932,298,65535,4294967295,1638,298,65535,4294967295,1639,520,629,4294967295,1640,88,65535,4294967295,1641,88,65535,4294967295,1642,299,65535,4294967295,1643,299,1987,4294967295,1644,521,65535,4294967295,1645,163,364,4294967295,1646,163,65535,4294967295,1647,31,65535,4294967295,198,31,65535,4294967295,1648,164,65535,4294967295,1649,164,364,4294967295,1650,164,65535,4294967295,1651,522,65535,4294967295,1652,300,65535,4294967295,1653,300,629,4294967295,1654,523,65535,4294967295,1655,48,65535,4294967295,1656,48,65535,4294967295,1657,165,65535,4294967295,1658,165,364,4294967295,1659,165,65535,4294967295,1660,271,65535,4294967295,1661,524,65535,4294967295,1662,301,65535,4294967295,1663,525,1987,4294967295,1664,526,65535,4294967295,1665,8,65535,216,1666,89,65535,4294967295,1667,89,65535,4294967295,1668,302,3398,4294967295,1669,527,65535,4294967295,1670,528,65535,4294967295,1671,529,65535,4294967295,1672,303,65535,4294967295,1673,303,65535,4294967295,1674,303,364,4294967295,1675,303,65535,4294967295,1676,48,629,4294967295,1677,530,65535,4294967295,1678,531,65535,4294967295,1679,532,65535,4294967295,1680,304,65535,4294967295,1681,304,65535,4294967295,1682,304,364,4294967295,1683,533,65535,4294967295,1684,305,65535,4294967295,1685,534,65535,4294967295,1686,535,65535,4294967295,1687,536,65535,4294967295,1688,305,364,4294967295,1689,537,65535,4294967295,536,49,65535,4294967295,1690,90,65535,4294967295,1691,90,65535,4294967295,1692,530,65535,4294967295,1693,49,65535,4294967295,1694,49,65535,4294967295,889,157,65535,4294967295,137,16,65535,4294967295,1695,49,65535,4294967295,1696,531,65535,4294967295,1697,538,65535,4294967295,1698,167,65535,4294967295,1699,539,65535,4294967295,1700,168,65535,4294967295,1701,540,65535,4294967295,1702,541,65535,4294967295,986,306,65535,4294967295,1703,542,65535,4294967295,1704,306,65535,4294967295,1465,458,65535,4294967295,972,307,65535,4294967295,1705,543,65535,4294967295,1706,544,65535,4294967295,1707,307,65535,4294967295,972,307,65535,4294967295,1446,452,65535,4294967295,972,307,65535,217,1708,451,65535,4294967295,1709,169,65535,4294967295,1710,534,65535,4294967295,1711,308,65535,4294967295,1712,308,464,4294967295,1713,545,65535,4294967295,1714,546,65535,4294967295,976,171,65535,4294967295,1715,171,65535,4294967295,1716,547,65535,4294967295,1717,309,65535,4294967295,1718,309,484,4294967295,1719,310,65535,4294967295,1720,310,65535,4294967295,1721,310,65535,4294967295,1722,310,490,4294967295,1723,548,65535,4294967295,1724,549,65535,4294967295,555,172,65535,4294967295,1725,172,65535,4294967295,1726,311,65535,4294967295,1727,311,507,4294967295,1728,306,65535,4294967295,1729,312,65535,4294967295,1730,312,65535,4294967295,1731,550,65535,4294967295,1729,312,65535,4294967295,1732,312,65535,4294967295,1733,312,124,4294967295,1734,551,65535,4294967295,1735,552,65535,4294967295,988,313,65535,4294967295,1736,313,65535,4294967295,1737,313,126,4294967295,1738,553,65535,4294967295,556,173,65535,4294967295,1739,554,65535,4294967295,990,314,65535,4294967295,1740,314,65535,4294967295,1741,314,142,4294967295,1742,87,65535,4294967295,1743,93,65535,4294967295,1744,93,65535,4294967295,1745,93,65535,4294967295,1746,502,65535,4294967295,1747,315,65535,4294967295,1748,174,65535,4294967295,1749,555,65535,4294967295,1750,315,65535,4294967295,1751,315,65535,4294967295,1752,318,249,4294967295,1753,556,65535,4294967295,1754,53,65535,218,1755,557,65535,4294967295,1756,316,65535,4294967295,1757,558,1429,4294967295,1758,559,65535,4294967295,1759,174,65535,4294967295,1760,174,364,4294967295,1761,174,65535,4294967295,1762,317,65535,4294967295,1763,560,1452,4294967295,1764,561,65535,4294967295,1765,502,65535,4294967295,1766,50,65535,4294967295,1767,50,65535,4294967295,1768,94,65535,4294967295,1769,562,65535,4294967295,1770,563,65535,4294967295,1771,326,65535,4294967295,1772,318,65535,4294967295,1773,318,65535,4294967295,1774,318,249,4294967295,1775,564,65535,4294967295,1046,184,65535,219,1776,337,65535,4294967295,1777,94,65535,4294967295,1778,565,65535,4294967295,1779,319,65535,4294967295,1780,319,65535,4294967295,1781,566,65535,4294967295,1782,320,65535,4294967295,1783,320,65535,4294967295,1784,567,992,4294967295,1785,568,65535,4294967295,1786,53,65535,220,1787,569,65535,4294967295,1788,570,65535,4294967295,1011,321,65535,4294967295,1789,321,65535,4294967295,1790,430,464,4294967295,1791,176,65535,4294967295,1792,322,65535,4294967295,1793,177,65535,4294967295,1794,328,65535,4294967295,1795,322,65535,4294967295,1796,322,65535,4294967295,1797,322,124,4294967295,1798,571,65535,4294967295,146,19,65535,221,1799,51,65535,4294967295,1800,177,65535,4294967295,1801,323,65535,4294967295,1802,323,484,4294967295,1803,51,65535,4294967295,1804,572,65535,4294967295,1021,324,65535,4294967295,1805,324,65535,4294967295,1806,573,484,4294967295,1807,573,65535,4294967295,1808,178,65535,4294967295,1809,325,65535,4294967295,1810,426,853,4294967295,1811,574,65535,4294967295,1141,363,65535,4294967295,1812,251,65535,4294967295,1813,575,65535,4294967295,1814,326,65535,4294967295,1815,576,1539,4294967295,1816,577,65535,4294967295,1817,578,65535,4294967295,1028,327,65535,4294967295,1818,327,65535,4294967295,1819,421,490,4294967295,1820,579,65535,4294967295,1821,421,65535,4294967295,1822,180,65535,4294967295,1823,316,65535,4294967295,1824,343,65535,4294967295,1825,98,65535,4294967295,1826,181,65535,4294967295,1827,328,65535,4294967295,1828,328,490,4294967295,1829,329,65535,4294967295,1830,329,65535,4294967295,1831,329,126,4294967295,103,20,65535,222,1832,52,65535,4294967295,1833,181,65535,4294967295,1834,52,65535,4294967295,1041,330,65535,4294967295,1835,330,65535,4294967295,1836,435,507,4294967295,1837,182,65535,4294967295,668,210,65535,4294967295,1838,254,65535,4294967295,1839,247,65535,4294967295,1840,331,65535,4294967295,1841,331,65535,4294967295,1842,331,364,4294967295,1843,184,65535,4294967295,1844,580,65535,4294967295,1845,184,65535,4294967295,1846,184,364,4294967295,1847,184,65535,4294967295,1848,185,65535,4294967295,569,94,65535,4294967295,1849,482,65535,4294967295,1850,185,65535,4294967295,1851,581,65535,4294967295,1852,53,65535,4294967295,1853,186,65535,4294967295,338,98,65535,4294967295,1854,582,65535,4294967295,1855,186,65535,4294967295,1856,54,65535,4294967295,1857,332,65535,4294967295,1858,583,65535,4294967295,1859,584,65535,4294967295,1860,332,65535,4294967295,1857,332,65535,4294967295,1861,332,249,4294967295,1862,585,65535,4294967295,1857,332,65535,223,1863,346,65535,4294967295,634,187,65535,4294967295,1140,362,65535,4294967295,1864,187,65535,4294967295,1865,586,65535,4294967295,1866,333,65535,4294967295,1064,333,65535,4294967295,1867,587,484,4294967295,1868,588,65535,4294967295,1869,103,65535,224,1144,334,65535,4294967295,1870,188,65535,4294967295,1144,334,65535,4294967295,1871,334,65535,4294967295,1872,334,490,4294967295,1873,589,65535,4294967295,1874,590,65535,4294967295,1875,335,65535,4294967295,1876,335,65535,4294967295,1877,335,65535,4294967295,1875,335,65535,4294967295,1875,335,65535,4294967295,1878,591,65535,4294967295,1879,335,65535,4294967295,1875,335,65535,225,1880,336,65535,4294967295,1068,336,65535,4294967295,1881,592,1604,4294967295,1882,100,65535,226,1070,337,65535,4294967295,1883,593,65535,4294967295,1070,337,65535,4294967295,1884,337,124,4294967295,1885,339,65535,4294967295,1886,187,65535,4294967295,1887,100,65535,4294967295,1888,338,65535,4294967295,1073,338,65535,4294967295,1889,594,1707,4294967295,1890,100,65535,227,1891,595,65535,4294967295,1892,567,65535,4294967295,1893,339,65535,4294967295,1894,596,65535,4294967295,1895,339,65535,4294967295,1885,339,65535,4294967295,1885,339,65535,4294967295,1896,339,65535,4294967295,1885,339,65535,228,1897,597,65535,4294967295,1078,340,65535,4294967295,1898,340,65535,4294967295,1899,340,464,4294967295,1900,598,65535,4294967295,1901,341,65535,4294967295,1902,569,65535,4294967295,1903,341,65535,4294967295,1904,341,65535,4294967295,1901,341,65535,4294967295,1901,341,65535,4294967295,1905,599,65535,4294967295,1906,341,65535,4294967295,1901,341,65535,229,1907,600,65535,4294967295,1908,342,65535,4294967295,1081,342,65535,4294967295,1909,601,853,4294967295,1910,101,65535,230,1911,334,65535,4294967295,1099,350,65535,4294967295,609,191,65535,4294967295,1150,366,65535,4294967295,1912,191,65535,4294967295,1086,343,65535,4294967295,1913,341,65535,4294967295,1914,602,65535,4294967295,1086,343,65535,4294967295,1915,343,126,4294967295,1916,101,65535,4294967295,1088,344,65535,4294967295,1917,344,65535,4294967295,1918,344,333,4294967295,1919,603,65535,4294967295,1920,604,65535,4294967295,1921,345,65535,4294967295,1118,345,65535,4294967295,1118,345,65535,4294967295,1922,345,65535,4294967295,1118,345,65535,231,1863,346,65535,4294967295,1923,605,65535,4294967295,1924,349,65535,4294967295,1925,346,65535,4294967295,1926,346,65535,4294967295,1927,346,124,4294967295,1928,606,65535,4294967295,1929,607,65535,4294967295,1930,347,65535,4294967295,1094,347,65535,4294967295,1931,608,490,4294967295,1932,609,65535,4294967295,1933,193,65535,232,1934,610,65535,4294967295,1935,193,65535,4294967295,1092,193,65535,4294967295,1936,193,65535,4294967295,1937,611,65535,4294967295,1938,348,65535,4294967295,1097,348,65535,4294967295,1939,612,992,4294967295,1940,193,65535,233,1941,349,65535,4294967295,1942,613,65535,4294967295,1943,349,65535,4294967295,1924,349,65535,4294967295,1944,614,464,4294967295,1945,615,65535,4294967295,1946,194,65535,234,1947,347,65535,4294967295,1948,350,65535,4294967295,1949,350,65535,4294967295,1950,350,126,4294967295,1951,614,65535,4294967295,614,194,65535,4294967295,1952,194,65535,4294967295,1953,616,65535,4294967295,1954,351,65535,4294967295,1955,617,333,4294967295,1956,194,65535,235,1957,193,65535,4294967295,1958,352,65535,4294967295,1959,352,65535,4294967295,1960,352,142,4294967295,1961,353,65535,4294967295,1105,353,65535,4294967295,1962,614,507,4294967295,1963,618,65535,4294967295,1964,195,65535,236,1965,375,65535,4294967295,1966,606,65535,4294967295,618,195,65535,4294967295,1967,195,65535,4294967295,1968,617,65535,4294967295,1969,354,65535,4294967295,1970,354,65535,4294967295,1971,354,142,4294967295,1972,619,65535,4294967295,1973,614,65535,4294967295,1974,614,65535,4294967295,620,196,65535,4294967295,1975,196,65535,4294967295,1976,620,65535,4294967295,1977,355,65535,4294967295,1978,614,65535,4294967295,1979,355,65535,4294967295,1977,355,65535,4294967295,1977,355,65535,4294967295,1980,355,65535,4294967295,1977,355,65535,237,1113,356,65535,4294967295,1981,356,65535,4294967295,1982,614,507,4294967295,1976,620,65535,4294967295,1115,357,65535,4294967295,1983,357,142,4294967295,1984,103,65535,4294967295,1985,621,65535,4294967295,1108,354,65535,4294967295,1986,588,65535,4294967295,624,198,65535,4294967295,624,198,65535,4294967295,1987,198,65535,4294967295,624,198,65535,238,291,84,65535,4294967295,1988,199,65535,4294967295,1989,56,65535,4294967295,1125,358,65535,4294967295,1990,358,65535,4294967295,1991,433,333,4294967295,1992,104,65535,4294967295,1128,201,65535,4294967295,1993,614,65535,4294967295,1994,359,65535,4294967295,1129,359,65535,4294967295,1995,359,1429,4294967295,1996,622,65535,4294967295,1997,614,65535,4294967295,1758,559,65535,4294967295,1998,201,65535,4294967295,1999,201,364,4294967295,2000,201,65535,4294967295,2001,623,65535,4294967295,2002,360,65535,4294967295,1132,360,65535,4294967295,2003,360,1452,4294967295,2004,624,65535,4294967295,2005,625,65535,4294967295,2006,361,65535,4294967295,2007,361,65535,4294967295,2008,361,464,4294967295,2009,626,65535,4294967295,2010,105,65535,4294967295,2011,627,65535,4294967295,2012,628,65535,4294967295,633,202,65535,4294967295,2013,202,65535,4294967295,2014,57,65535,4294967295,1907,600,65535,4294967295,2015,629,65535,4294967295,636,203,65535,4294967295,2016,203,65535,4294967295,1140,362,65535,4294967295,2017,362,65535,4294967295,2018,362,484,4294967295,2019,630,65535,4294967295,2020,363,65535,4294967295,2021,363,65535,4294967295,2022,363,484,4294967295,2023,631,65535,4294967295,2024,106,65535,4294967295,2025,364,65535,4294967295,2025,364,65535,4294967295,2026,364,65535,4294967295,2025,364,65535,4294967295,2027,364,1539,4294967295,2028,632,65535,4294967295,2029,614,65535,4294967295,2030,633,65535,4294967295,2031,365,65535,4294967295,2032,365,65535,4294967295,2033,365,490,4294967295,2034,634,65535,4294967295,2035,107,65535,4294967295,2036,635,65535,4294967295,2037,636,65535,4294967295,643,204,65535,4294967295,2038,204,65535,4294967295,2039,58,65535,4294967295,1150,366,65535,4294967295,2040,366,65535,4294967295,2041,366,507,4294967295,2042,367,65535,4294967295,2043,367,65535,4294967295,2042,367,65535,4294967295,2044,367,1604,4294967295,2045,108,65535,4294967295,2046,368,65535,4294967295,2047,368,65535,4294967295,2046,368,65535,4294967295,2048,368,1707,4294967295,2049,109,65535,4294967295,2050,369,65535,4294967295,1156,369,65535,4294967295,2051,369,1719,4294967295,2052,614,65535,4294967295,2053,637,65535,4294967295,1155,205,65535,4294967295,2054,205,65535,4294967295,2055,59,65535,4294967295,2056,638,65535,4294967295,1160,370,65535,4294967295,2057,370,65535,4294967295,2058,200,65535,4294967295,2059,60,65535,4294967295,658,208,65535,4294967295,2060,206,65535,4294967295,2061,371,65535,4294967295,2061,371,65535,4294967295,2062,462,507,4294967295,341,99,65535,239,2063,61,65535,4294967295,2064,639,65535,4294967295,2065,207,65535,4294967295,2066,206,65535,4294967295,2067,208,65535,4294967295,2068,372,65535,4294967295,2068,372,65535,4294967295,2069,372,507,4294967295,380,112,65535,240,2070,614,65535,4294967295,2071,206,65535,4294967295,2072,209,65535,4294967295,1968,617,65535,4294967295,156,35,65535,4294967295,1179,373,65535,4294967295,2073,373,65535,4294967295,2074,373,507,4294967295,2075,112,65535,4294967295,2076,373,65535,4294967295,2077,210,65535,4294967295,2078,374,65535,4294967295,2079,374,65535,4294967295,2080,21,65535,241,1965,375,65535,4294967295,2081,640,65535,4294967295,1108,354,65535,4294967295,2082,375,142,4294967295,2083,641,65535,4294967295,2084,62,65535,4294967295,2085,125,65535,4294967295,2086,642,65535,4294967295,2087,643,65535,4294967295,2088,644,65535,4294967295,2089,211,364,4294967295,2090,211,65535,4294967295,2091,376,65535,4294967295,2092,376,65534,4294967295,2093,614,65535,4294967295,1192,377,65535,4294967295,2094,377,65535,4294967295,2095,377,1429,4294967295,2096,645,65535,4294967295,2097,614,65535,4294967295,2098,646,65535,4294967295,2099,378,1429,4294967295,2100,614,65535,4294967295,2101,647,65535,4294967295,2102,379,65535,4294967295,2103,379,1429,4294967295,2104,648,65535,4294967295,1188,211,65535,4294967295,2105,113,65535,4294967295,2105,113,65535,4294967295,2106,649,65535,4294967295,2107,650,65535,4294967295,2108,651,65535,4294967295,2109,614,65535,4294967295,2110,212,364,4294967295,2111,212,65535,4294967295,1200,380,65535,4294967295,2112,380,65535,4294967295,2113,248,1429,4294967295,2114,652,65535,4294967295,675,213,65535,4294967295,2115,213,364,4294967295,2116,213,65535,4294967295,2117,653,65535,4294967295,1203,381,65535,4294967295,2118,381,65535,4294967295,2119,249,1452,4294967295,2120,291,65535,4294967295,2121,214,65535,4294967295,2122,214,364,4294967295,2123,214,65535,4294967295,2124,382,1452,4294967295,2125,63,65535,4294967295,2125,63,65535,4294967295,2126,654,65535,4294967295,2127,655,65535,4294967295,2128,656,65535,4294967295,2109,614,65535,4294967295,2129,215,364,4294967295,2130,215,65535,4294967295,2131,657,65535,4294967295,1212,383,65535,4294967295,2132,383,65535,4294967295,2133,383,1452,4294967295,2134,384,1452,4294967295,2135,658,65535,4294967295,2136,659,65535,4294967295,2137,385,65535,4294967295,2138,385,1452,4294967295,2139,660,65535,4294967295,2140,386,65535,4294967295,2141,661,65535,4294967295,2142,386,65535,4294967295,2143,386,65534,4294967295,2144,114,65535,4294967295,2144,114,65535,4294967295,2145,614,65535,4294967295,2146,662,65535,4294967295,1218,387,65535,4294967295,2147,387,65535,4294967295,2148,387,464,4294967295,2149,663,65535,4294967295,2150,115,65535,4294967295,695,222,65535,4294967295,2151,664,65535,4294967295,2152,614,65535,4294967295,2153,217,65535,4294967295,2154,218,65535,4294967295,2155,665,65535,4294967295,2156,218,65535,4294967295,2157,116,65535,4294967295,2158,117,65535,4294967295,2159,614,65535,4294967295,2160,128,65535,4294967295,2161,614,65535,4294967295,2162,219,65535,4294967295,2163,388,1707,4294967295,2164,666,65535,4294967295,2165,220,65535,4294967295,2166,240,65535,4294967295,2167,117,65535,4294967295,2168,221,65535,4294967295,160,36,65535,4294967295,695,222,65535,4294967295,2169,667,65535,4294967295,695,222,65535,4294967295,2170,222,65535,4294967295,2171,389,65535,4294967295,2172,405,484,4294967295,2173,27,65535,242,2174,223,65535,4294967295,2175,614,65535,4294967295,2176,668,65535,4294967295,2177,390,65535,4294967295,2178,390,829,4294967295,2179,669,65535,4294967295,2180,391,65535,4294967295,2181,407,853,4294967295,2182,28,65535,243,2183,224,65535,4294967295,2184,392,65535,4294967295,2185,670,829,4294967295,2186,9,65535,244,2187,64,65535,4294967295,695,222,65535,4294967295,2188,65,65535,4294967295,713,228,65535,4294967295,2189,120,65535,4294967295,900,288,65535,4294967295,2190,487,65535,4294967295,2191,482,65535,4294967295,2192,120,65535,4294967295,2193,227,65535,4294967295,2194,393,65535,4294967295,2195,671,992,4294967295,2196,671,65535,4294967295,2197,7,65535,245,2198,66,65535,4294967295,2199,121,65535,4294967295,713,228,65535,4294967295,2200,672,65535,4294967295,713,228,65535,4294967295,2201,228,65535,4294967295,2202,229,65535,4294967295,2203,614,65535,4294967295,2204,673,65535,4294967295,2205,394,65535,4294967295,2206,674,853,4294967295,2207,18,65535,246,2208,395,65535,4294967295,2209,8,65535,247,2210,230,65535,4294967295,2211,396,65535,4294967295,2212,46,65535,248,2213,67,65535,4294967295,713,228,65535,4294967295,2214,675,65535,4294967295,1271,397,65535,4294967295,2215,397,65535,4294967295,2216,397,484,4294967295,2217,676,65535,4294967295,2218,122,65535,4294967295,2219,123,65535,4294967295,2220,677,65535,4294967295,2221,232,65535,4294967295,2222,233,65535,4294967295,2223,124,65535,4294967295,2224,398,65535,4294967295,163,37,65535,4294967295,2085,125,65535,4294967295,2225,614,65535,4294967295,1283,399,65535,4294967295,2226,399,65535,4294967295,2227,399,1539,4294967295,2228,678,65535,4294967295,2229,614,65535,4294967295,2230,530,65535,4294967295,2231,400,1539,4294967295,2100,614,65535,4294967295,2232,679,65535,4294967295,2233,401,65535,4294967295,2234,401,1539,4294967295,2235,680,65535,4294967295,2085,125,65535,4294967295,2236,125,65535,4294967295,2236,125,65535,4294967295,2237,681,65535,4294967295,2238,682,65535,4294967295,2239,683,65535,4294967295,2240,614,65535,4294967295,2241,235,364,4294967295,2242,235,65535,4294967295,2243,684,65535,4294967295,2244,685,65535,4294967295,1291,402,65535,4294967295,2245,402,65535,4294967295,2246,402,490,4294967295,2247,686,65535,4294967295,2248,126,65535,4294967295,744,242,65535,4294967295,2249,237,65535,4294967295,2250,687,65535,4294967295,2251,237,65535,4294967295,2252,238,65535,4294967295,2253,688,65535,4294967295,2254,614,65535,4294967295,2255,238,65535,4294967295,2256,127,65535,4294967295,2257,614,65535,4294967295,2243,684,65535,4294967295,2258,466,65535,4294967295,2259,403,1604,4294967295,2260,689,65535,4294967295,2261,240,65535,4294967295,2262,464,65535,4294967295,2263,404,1719,4294967295,2264,690,65535,4294967295,2265,128,65535,4294967295,2266,398,65535,4294967295,404,121,65535,249,2267,241,65535,4294967295,246,38,65535,4294967295,744,242,65535,4294967295,2268,691,65535,4294967295,744,242,65535,4294967295,2269,242,65535,4294967295,2270,405,65535,4294967295,409,123,65535,250,2271,243,65535,4294967295,2272,614,65535,4294967295,2273,674,65535,4294967295,2274,406,65535,4294967295,2275,406,887,4294967295,2276,692,65535,4294967295,2277,407,65535,4294967295,722,233,65535,251,2278,244,65535,4294967295,2279,670,65535,4294967295,2280,408,65535,4294967295,2281,693,887,4294967295,2282,9,65535,252,2283,68,65535,4294967295,2284,409,65535,4294967295,2284,409,65535,4294967295,2284,409,65535,4294967295,2285,409,65535,4294967295,2286,694,65535,4294967295,744,242,65535,4294967295,2287,69,65535,4294967295,2288,496,65535,4294967295,2289,131,65535,4294967295,2290,582,65535,4294967295,2291,278,126,4294967295,2292,132,65535,4294967295,2293,70,65535,4294967295,2294,410,65535,4294967295,2294,410,65535,4294967295,2295,410,65535,4294967295,2296,133,65535,4294967295,2297,134,65535,4294967295,2298,695,65535,4294967295,2299,246,65535,4294967295,2300,411,65535,4294967295,2301,447,507,4294967295,2302,27,65535,253,1336,412,65535,4294967295,2303,412,65535,4294967295,2304,412,1604,4294967295,2305,696,65535,4294967295,2306,413,1604,4294967295,2307,697,65535,4294967295,2308,698,65535,4294967295,2309,414,65535,4294967295,2310,414,1604,4294967295,2311,699,65535,4294967295,2312,135,65535,4294967295,167,39,65535,4294967295,2313,136,65535,4294967295,2314,247,65535,4294967295,2315,415,65535,4294967295,2316,415,65535,4294967295,2317,415,610,4294967295,309,87,65535,4294967295,2318,614,65535,4294967295,2314,247,65535,4294967295,2319,247,364,4294967295,2320,247,65535,4294967295,2321,416,65535,4294967295,2322,416,629,4294967295,2323,700,65535,4294967295,2324,417,65535,4294967295,2325,417,65535,4294967295,2324,417,65535,4294967295,2326,417,65535,4294967295,2327,417,2528,4294967295,2328,701,65535,4294967295,1192,377,65535,4294967295,2329,702,65535,4294967295,2325,417,65535,4294967295,2330,248,364,4294967295,2331,248,65535,4294967295,1350,418,65535,4294967295,2332,418,65535,4294967295,2333,418,2551,4294967295,2334,614,65535,4294967295,2335,558,65535,4294967295,1351,419,65535,4294967295,2336,419,65535,4294967295,2337,419,249,4294967295,2338,560,65535,4294967295,2313,136,65535,4294967295,2339,136,65535,4294967295,2339,136,65535,4294967295,1355,420,65535,4294967295,2340,420,65535,4294967295,2341,420,2575,4294967295,1212,383,65535,4294967295,2342,703,65535,4294967295,2343,614,65535,4294967295,2344,249,364,4294967295,2345,249,65535,4294967295,2346,250,65535,4294967295,2347,429,65535,4294967295,1821,421,65535,4294967295,2348,421,65535,4294967295,2349,704,65535,4294967295,2350,430,65535,4294967295,1359,422,65535,4294967295,2351,422,65535,4294967295,1133,361,65535,4294967295,2352,250,65535,4294967295,2353,423,65535,4294967295,2354,423,829,4294967295,2355,71,65535,4294967295,2356,705,65535,4294967295,1364,424,65535,4294967295,2357,424,65535,4294967295,2358,424,829,4294967295,2359,706,65535,4294967295,2360,137,65535,4294967295,2361,580,65535,4294967295,2362,138,65535,4294967295,257,40,65535,4294967295,2363,707,65535,4294967295,1369,425,65535,4294967295,2364,425,65535,4294967295,2365,425,853,4294967295,2366,708,65535,4294967295,2367,139,65535,4294967295,2368,426,65535,4294967295,1141,363,65535,4294967295,1373,427,65535,4294967295,2369,427,65535,4294967295,2370,72,65535,4294967295,2371,252,65535,4294967295,1376,252,65535,4294967295,1283,399,65535,4294967295,2372,709,65535,4294967295,2371,252,65535,4294967295,2373,252,364,4294967295,2374,252,65535,4294967295,1379,428,65535,4294967295,2375,428,65535,4294967295,2376,428,2707,4294967295,2377,253,65535,4294967295,2347,429,65535,4294967295,2378,429,65535,4294967295,2379,710,65535,4294967295,2380,422,65535,4294967295,1381,430,65535,4294967295,2381,430,65535,4294967295,2382,711,65535,4294967295,1145,365,65535,4294967295,2383,253,65535,4294967295,2384,431,65535,4294967295,2385,431,887,4294967295,2386,73,65535,4294967295,2387,712,65535,4294967295,1386,432,65535,4294967295,2388,432,65535,4294967295,2389,432,887,4294967295,2390,713,65535,4294967295,2391,140,65535,4294967295,2392,576,65535,4294967295,2393,141,65535,4294967295,170,41,65535,4294967295,1391,433,65535,4294967295,2394,433,65535,4294967295,668,210,65535,4294967295,1393,434,65535,4294967295,2395,434,65535,4294967295,1336,412,65535,4294967295,2396,714,65535,4294967295,1394,255,65535,4294967295,2397,255,65535,4294967295,2398,74,65535,4294967295,658,208,65535,4294967295,2399,256,65535,4294967295,1400,435,65535,4294967295,2400,435,65535,4294967295,1412,438,65535,4294967295,2401,715,65535,4294967295,1401,257,65535,4294967295,2402,257,65535,4294967295,2403,75,65535,4294967295,1421,442,65535,4294967295,2404,716,65535,4294967295,806,258,65535,4294967295,2405,258,65535,4294967295,1407,436,65535,4294967295,2406,436,65535,4294967295,2407,436,992,4294967295,2408,142,65535,4294967295,172,42,65535,4294967295,2409,437,65535,4294967295,2409,437,65535,4294967295,2410,437,65535,4294967295,2411,143,65535,4294967295,1412,438,65535,4294967295,2412,438,65535,4294967295,2413,438,1707,4294967295,2414,439,1707,4294967295,2415,717,65535,4294967295,2416,440,65535,4294967295,2417,440,1707,4294967295,2418,693,65535,4294967295,2419,144,65535,4294967295,173,43,65535,4294967295,1418,441,65535,4294967295,2420,441,65535,4294967295,821,260,65535,4294967295,2421,76,65535,4294967295,1421,442,65535,4294967295,2422,442,65535,4294967295,2423,442,1719,4294967295,2424,718,65535,4294967295,2425,443,1719,4294967295,2426,719,65535,4294967295,2427,720,65535,4294967295,2428,444,65535,4294967295,2429,444,1719,4294967295,2430,146,65535,4294967295,1425,445,65535,4294967295,2431,445,65535,4294967295,821,260,65535,4294967295,2432,721,65535,4294967295,821,260,65535,4294967295,2433,260,65535,4294967295,2434,261,65535,4294967295,2435,446,65535,4294967295,2436,696,992,4294967295,2437,17,65535,254,2438,262,65535,4294967295,2439,77,65535,4294967295,2440,78,65535,4294967295,2441,378,65535,4294967295,2442,722,65535,4294967295,2443,263,65535,4294967295,2444,447,65535,4294967295,429,134,65535,255,2445,723,65535,4294967295,2446,724,65535,4294967295,2447,448,65535,4294967295,2447,448,65535,4294967295,2448,725,333,4294967295,2449,726,65535,4294967295,2450,541,65535,256,2451,449,65535,4294967295,2452,614,65535,4294967295,2453,727,65535,4294967295,2454,728,65535,4294967295,2455,729,333,4294967295,2456,614,65535,257,2457,264,65535,4294967295,2458,725,65535,4294967295,2459,729,65535,4294967295,2460,265,65535,4294967295,2461,614,65535,4294967295,2462,450,65535,4294967295,2462,450,65535,4294967295,2463,730,333,4294967295,2464,730,65535,4294967295,2465,168,65535,258,2466,731,65535,4294967295,1708,451,65535,4294967295,2467,614,65535,4294967295,2468,451,142,4294967295,2469,732,65535,4294967295,2470,452,65535,4294967295,2471,452,142,4294967295,2472,148,65535,4294967295,2473,453,65535,4294967295,2474,453,507,4294967295,2475,451,65535,4294967295,2476,614,65535,4294967295,2477,266,65535,4294967295,2478,733,65535,4294967295,2479,614,65535,4294967295,839,267,65535,4294967295,2480,267,65535,4294967295,1454,454,65535,4294967295,2481,454,65535,4294967295,2482,554,333,4294967295,840,268,65535,4294967295,2483,614,65535,4294967295,840,268,65535,4294967295,2484,268,65535,4294967295,2485,455,65535,4294967295,2486,734,65535,4294967295,2487,455,65535,4294967295,2488,455,992,4294967295,2489,149,65535,4294967295,177,44,65535,4294967295,2490,456,65535,4294967295,2491,614,507,4294967295,2492,735,65535,4294967295,2493,736,65535,4294967295,2494,737,65535,4294967295,2495,269,65535,4294967295,2496,738,65535,4294967295,1464,457,65535,4294967295,2497,457,65535,4294967295,2498,457,142,4294967295,2493,736,65535,4294967295,2499,458,65535,4294967295,2500,458,142,4294967295,2501,459,65535,4294967295,2502,614,507,4294967295,2503,739,65535,4294967295,2504,270,65535,259,2505,740,65535,4294967295,1468,460,65535,4294967295,2506,460,65535,4294967295,2507,460,142,4294967295,2508,741,65535,4294967295,2509,614,65535,4294967295,1466,270,65535,4294967295,2510,270,65535,4294967295,2254,614,65535,4294967295,2511,729,65535,4294967295,2512,461,65535,4294967295,2513,461,142,4294967295,2514,742,65535,4294967295,2515,79,65535,4294967295,2516,271,65535,4294967295,2516,271,65535,4294967295,2517,271,364,4294967295,2518,271,65535,4294967295,2519,80,65535,4294967295,2520,81,65535,4294967295,2521,462,65535,4294967295,2522,462,65535,4294967295,797,182,65535,260,2523,479,65535,4294967295,2524,477,65535,4294967295,2525,150,65535,4294967295,2526,603,65535,4294967295,2527,433,65535,4294967295,2528,272,65535,4294967295,2529,370,65535,4294967295,2081,640,65535,4294967295,2100,614,65535,4294967295,2530,463,65535,4294967295,2531,463,464,4294967295,2532,743,65535,4294967295,2533,464,65535,4294967295,2533,464,65535,4294967295,2533,464,65535,4294967295,2534,744,65535,4294967295,2535,464,65535,4294967295,2533,464,65535,261,2536,745,65535,4294967295,2537,465,65535,4294967295,2538,614,853,4294967295,2539,278,65535,262,2540,614,65535,4294967295,2541,614,490,4294967295,2542,746,65535,4294967295,2543,284,65535,263,2544,614,65535,4294967295,2545,275,65535,4294967295,859,275,65535,4294967295,2546,747,65535,4294967295,2547,275,65535,4294967295,2548,614,65535,264,2549,467,65535,4294967295,2550,467,65535,4294967295,2551,748,65535,4294967295,2549,467,65535,4294967295,2552,467,65535,4294967295,2553,614,464,4294967295,2554,749,65535,4294967295,2555,750,65535,4294967295,1495,468,65535,4294967295,2556,468,65535,4294967295,2557,751,333,4294967295,860,276,65535,4294967295,2558,614,65535,4294967295,1505,469,65535,4294967295,2559,469,65535,4294967295,1505,469,65535,4294967295,2560,469,65535,4294967295,2561,751,65535,4294967295,1498,470,65535,4294967295,2562,470,65535,4294967295,2563,471,65535,4294967295,2564,752,65535,4294967295,2565,471,65535,4294967295,2566,753,65535,4294967295,2567,277,65535,265,2568,277,65535,4294967295,2569,472,65535,4294967295,2570,472,126,4294967295,286,82,65535,4294967295,2571,754,65535,4294967295,2533,464,65535,4294967295,2572,755,65535,4294967295,2573,473,65535,4294967295,2574,756,333,4294967295,2575,756,65535,4294967295,182,46,65535,4294967295,2576,83,65535,4294967295,2577,474,65535,4294967295,2578,474,65535,4294967295,2579,56,65535,266,2083,641,65535,4294967295,2580,84,65535,4294967295,1512,475,65535,4294967295,2581,475,65535,4294967295,2582,757,65535,4294967295,2583,476,65535,4294967295,2584,758,65535,4294967295,2585,476,65535,4294967295,2586,614,829,4294967295,2587,759,65535,4294967295,2588,279,65535,267,2589,279,65535,4294967295,2587,759,65535,4294967295,2590,477,65535,4294967295,2524,477,65535,4294967295,2591,477,65535,4294967295,2524,477,65535,268,2592,478,65535,4294967295,2593,614,507,4294967295,1512,475,65535,4294967295,2594,614,65535,4294967295,2523,479,65535,4294967295,2595,479,65535,4294967295,2523,479,65535,4294967295,2596,479,65535,4294967295,1521,480,65535,4294967295,2597,480,65535,4294967295,2598,614,507,4294967295,2599,760,65535,4294967295,2600,481,65535,4294967295,2601,761,65535,4294967295,2600,481,65535,4294967295,2602,481,65535,4294967295,2603,614,484,4294967295,2604,762,65535,4294967295,2605,155,65535,4294967295,2606,614,65535,4294967295,2555,750,65535,4294967295,2191,482,65535,4294967295,2607,482,124,4294967295,2608,763,65535,4294967295,1108,354,65535,4294967295,2609,762,65535,4294967295,2610,282,65535,4294967295,879,282,65535,4294967295,2611,282,65535,4294967295,1527,483,65535,4294967295,2612,483,65535,4294967295,2613,483,142,4294967295,2614,484,65535,4294967295,2615,85,65535,269,2616,764,65535,4294967295,2617,485,65535,4294967295,2618,485,65535,4294967295,2619,765,65535,4294967295,2620,485,65535,4294967295,2617,485,65535,4294967295,2621,485,65535,4294967295,2617,485,65535,270,2622,486,65535,4294967295,2623,614,484,4294967295,2624,766,65535,4294967295,2625,85,65535,4294967295,2626,487,65535,4294967295,2627,497,65535,4294967295,2628,487,65535,4294967295,2629,487,124,4294967295,2540,614,65535,4294967295,2630,284,65535,4294967295,1535,284,65535,4294967295,2631,284,65535,4294967295,2632,767,65535,4294967295,2633,488,65535,4294967295,2634,614,992,4294967295,2635,284,65535,271,2630,284,65535,4294967295,2636,156,65535,4294967295,2637,766,65535,4294967295,2638,285,65535,4294967295,886,285,65535,4294967295,2639,285,65535,4294967295,886,285,65535,272,2121,214,65535,4294967295,889,157,65535,4294967295,2640,500,65535,4294967295,2641,489,2528,4294967295,2642,614,65535,4294967295,2643,157,65535,4294967295,2644,157,364,4294967295,2645,490,65534,4294967295,2646,768,65535,4294967295,2647,16,249,4294967295,2648,614,65535,4294967295,2649,769,65535,4294967295,2650,86,65535,4294967295,2650,86,65535,4294967295,890,286,65535,4294967295,2651,491,65535,4294967295,2652,491,65534,4294967295,2653,614,65535,4294967295,2654,287,65535,4294967295,2655,287,364,4294967295,2656,287,65535,4294967295,2657,492,65534,4294967295,2658,770,65535,4294967295,138,30,65535,4294967295,542,157,65535,4294967295,2659,493,65535,4294967295,895,287,65535,4294967295,2660,493,3260,4294967295,542,157,65535,4294967295,2661,501,65535,4294967295,2662,494,65534,4294967295,2663,771,65535,4294967295,2664,614,65535,4294967295,2665,772,65535,4294967295,2666,288,65535,4294967295,2667,288,364,4294967295,2668,288,65535,4294967295,2654,287,65535,4294967295,2669,495,65534,4294967295,2670,773,65535,4294967295,2288,496,65535,4294967295,2671,289,65535,4294967295,2661,501,65535,4294967295,2672,496,65535,4294967295,2673,496,65534,4294967295,2674,774,65535,4294967295,2671,289,65535,4294967295,2675,289,364,4294967295,2676,289,65535,4294967295,2677,563,65535,4294967295,2678,497,65535,4294967295,2679,614,65535,4294967295,2680,775,65535,4294967295,2681,776,65535,4294967295,2682,497,249,4294967295,2683,777,65535,4294967295,2678,497,65535,273,1562,288,65535,4294967295,2684,157,65535,4294967295,2684,157,65535,4294967295,2685,778,65535,4294967295,2686,290,65535,4294967295,2687,290,364,4294967295,2688,290,65535,4294967295,2689,779,65535,4294967295,2690,498,65535,4294967295,2691,780,3287,4294967295,2692,780,65535,4294967295,2693,16,65535,274,2694,499,65535,4294967295,2101,647,65535,4294967295,2695,499,65535,4294967295,2696,679,1429,4294967295,2697,781,65535,4294967295,2698,80,65535,275,2699,489,65535,4294967295,2700,500,65535,4294967295,2701,500,610,4294967295,2702,557,65535,4294967295,2703,614,65535,4294967295,2661,501,65535,4294967295,2704,501,364,4294967295,2705,501,65535,4294967295,2706,47,610,4294967295,2097,614,65535,4294967295,2707,158,65535,4294967295,2708,158,65535,4294967295,2708,158,65535,4294967295,2100,614,65535,4294967295,2709,501,65535,4294967295,2710,501,610,4294967295,2711,782,65535,4294967295,200,47,65535,276,2712,47,65535,4294967295,200,47,65535,4294967295,2713,502,65535,4294967295,2714,783,65535,4294967295,2663,771,65535,4294967295,2715,784,65535,4294967295,2716,502,65535,4294967295,2717,502,65535,4294967295,2718,502,249,4294967295,2719,785,65535,4294967295,326,50,65535,277,2720,614,65535,4294967295,2721,555,65535,4294967295,1593,503,65535,4294967295,2722,503,65535,4294967295,2723,503,610,4294967295,2724,786,65535,4294967295,2725,159,65535,4294967295,2726,159,65535,4294967295,2726,159,65535,4294967295,2727,504,65535,4294967295,2728,292,65535,4294967295,2729,504,65535,4294967295,2730,184,249,4294967295,2731,505,65535,4294967295,2732,505,65535,4294967295,2317,415,610,4294967295,2733,506,65535,4294967295,2734,614,65535,4294967295,2735,787,65535,4294967295,2736,614,65535,4294967295,2737,506,364,4294967295,2738,788,65535,4294967295,2728,292,65535,4294967295,2739,292,364,4294967295,2740,292,65535,4294967295,2741,507,65535,4294967295,2322,416,629,4294967295,2742,789,65535,4294967295,1998,201,65535,4294967295,2743,508,65535,4294967295,1603,508,65535,4294967295,2744,508,610,4294967295,2745,790,65535,4294967295,2733,506,65535,4294967295,2746,293,364,4294967295,2747,293,65535,4294967295,2748,791,65535,4294967295,2749,509,65535,4294967295,1606,509,65535,4294967295,2750,509,629,4294967295,2751,87,65535,4294967295,2751,87,65535,4294967295,2752,792,65535,4294967295,1609,510,65535,4294967295,2753,510,65535,4294967295,2754,510,629,4294967295,2755,160,65535,4294967295,2755,160,65535,4294967295,2756,511,65535,4294967295,2757,511,1987,4294967295,2758,793,65535,4294967295,2759,510,65535,4294967295,2760,294,65535,4294967295,2761,294,364,4294967295,2762,294,65535,4294967295,2763,794,65535,4294967295,2764,512,65535,4294967295,2764,512,65535,4294967295,2491,614,629,4294967295,2765,21,65535,278,1618,513,65535,4294967295,2766,513,65535,4294967295,2767,513,610,4294967295,2768,795,65535,4294967295,2769,161,65535,4294967295,2769,161,65535,4294967295,2770,796,65535,4294967295,2771,797,65535,4294967295,2772,295,364,4294967295,2773,295,65535,4294967295,309,87,65535,4294967295,2313,136,65535,4294967295,1626,514,65535,4294967295,2774,514,65535,4294967295,2775,798,65535,4294967295,675,213,65535,4294967295,2313,136,65535,4294967295,2776,136,364,4294967295,2777,799,65535,4294967295,1629,515,65535,4294967295,2778,515,65535,4294967295,2779,516,65535,4294967295,2780,516,65535,4294967295,2779,516,65535,4294967295,2781,516,65535,4294967295,2782,417,2528,4294967295,2783,800,65535,4294967295,1618,513,65535,4294967295,2784,517,65535,4294967295,2785,801,65535,4294967295,2325,417,65535,4294967295,2784,517,65535,4294967295,2786,517,65535,4294967295,2787,517,364,4294967295,2788,802,65535,4294967295,2789,517,65535,4294967295,1633,518,65535,4294967295,2790,518,65535,4294967295,2791,802,3398,4294967295,1625,296,65535,4294967295,2792,162,65535,4294967295,2792,162,65535,4294967295,1637,519,65535,4294967295,2793,519,65535,4294967295,2794,803,1987,4294967295,1644,521,65535,4294967295,2795,520,65535,4294967295,2796,614,65535,4294967295,2797,803,65535,4294967295,2795,520,65535,4294967295,2798,520,65535,4294967295,2799,520,364,4294967295,2800,520,65535,4294967295,2801,88,65535,4294967295,2801,88,65535,4294967295,2802,804,65535,4294967295,2803,299,364,4294967295,2804,299,65535,4294967295,2805,805,65535,4294967295,1644,521,65535,4294967295,2806,521,65535,4294967295,2807,521,629,4294967295,2808,163,65535,4294967295,2808,163,65535,4294967295,198,31,65535,4294967295,2809,164,65535,4294967295,2809,164,65535,4294967295,2810,522,1987,4294967295,2811,806,65535,4294967295,2812,807,65535,4294967295,2813,537,65535,4294967295,2814,300,65535,4294967295,2815,300,364,4294967295,2816,300,65535,4294967295,2817,523,65535,4294967295,2491,614,629,4294967295,2818,27,65535,279,2819,48,65535,4294967295,203,48,65535,4294967295,2820,165,65535,4294967295,2820,165,65535,4294967295,2120,291,65535,4294967295,2821,524,65535,4294967295,2822,524,1987,4294967295,2823,808,65535,4294967295,2824,809,65535,4294967295,2825,614,65535,4294967295,2826,525,65535,4294967295,2826,525,65535,4294967295,2827,525,364,4294967295,2828,525,65535,4294967295,2829,526,65535,4294967295,2830,28,65535,280,2831,165,1987,4294967295,2832,89,65535,4294967295,2832,89,65535,4294967295,2833,302,65535,4294967295,2834,302,364,4294967295,2835,302,65535,4294967295,2836,527,65535,4294967295,2837,527,3398,4294967295,2838,810,65535,4294967295,2839,528,65535,4294967295,2839,528,65535,4294967295,2491,614,629,4294967295,2840,56,65535,281,2841,529,65535,4294967295,2842,811,65535,4294967295,2843,812,65535,4294967295,2844,614,629,4294967295,2845,813,65535,4294967295,2846,85,65535,282,2847,303,65535,4294967295,2848,303,629,4294967295,203,48,65535,283,1563,493,65535,4294967295,2849,303,65535,4294967295,2849,303,65535,4294967295,2649,769,65535,4294967295,2229,614,65535,4294967295,2850,530,65535,4294967295,2851,530,249,4294967295,204,49,65535,284,2852,531,65535,4294967295,2853,814,65535,4294967295,2854,304,65535,4294967295,2855,531,65535,4294967295,2856,531,249,4294967295,2857,532,65535,4294967295,2858,532,65535,4294967295,2859,532,610,4294967295,2860,815,65535,4294967295,2861,614,65535,4294967295,2854,304,65535,4294967295,2862,304,364,4294967295,2863,304,65535,4294967295,2864,814,65535,4294967295,2865,533,65535,4294967295,2866,533,629,4294967295,2867,534,65535,4294967295,2868,534,65535,4294967295,2869,816,65535,4294967295,2870,534,65535,4294967295,2871,534,249,4294967295,2872,817,65535,4294967295,2873,614,65535,4294967295,2874,535,65535,4294967295,2875,535,610,4294967295,2876,818,65535,4294967295,2860,815,65535,4294967295,2877,614,65535,4294967295,2878,819,65535,4294967295,1687,536,65535,4294967295,2879,536,65535,4294967295,2880,536,364,4294967295,2881,820,65535,4294967295,2868,534,65535,4294967295,2882,305,364,4294967295,2883,305,65535,4294967295,2884,821,65535,4294967295,2885,537,629,4294967295,2886,90,65535,4294967295,2886,90,65535,4294967295,2229,614,65535,4294967295,2887,49,65535,4294967295,204,49,65535,4294967295,2888,90,65535,4294967295,2854,304,65535,4294967295,2253,688,65535,4294967295,2889,723,65535,4294967295,1697,538,65535,4294967295,2890,538,65535,4294967295,2891,538,124,4294967295,2892,822,65535,4294967295,2893,167,65535,4294967295,2894,614,65535,4294967295,1699,539,65535,4294967295,2895,539,65535,4294967295,2896,539,126,4294967295,2897,168,65535,4294967295,2898,540,65535,4294967295,2899,306,65535,4294967295,2900,540,65535,4294967295,2901,540,124,4294967295,2902,541,65535,4294967295,2903,541,126,4294967295,2904,542,65535,4294967295,2905,614,65535,4294967295,2906,823,65535,4294967295,2907,614,65535,4294967295,2908,542,65535,4294967295,2494,737,65535,4294967295,2909,543,65535,4294967295,2910,543,65535,4294967295,2911,824,65535,4294967295,2912,543,65535,4294967295,2909,543,65535,4294967295,2913,543,124,4294967295,2914,825,65535,4294967295,2915,614,65535,4294967295,2916,544,65535,4294967295,1706,544,65535,4294967295,2917,544,126,4294967295,2918,826,65535,4294967295,2904,542,65535,4294967295,2919,451,65535,4294967295,2920,169,65535,4294967295,2868,534,65535,4294967295,2921,827,65535,4294967295,2922,828,65535,4294967295,978,308,65535,4294967295,2923,308,65535,4294967295,2924,545,65535,4294967295,2925,545,829,4294967295,2926,829,65535,4294967295,1714,546,65535,4294967295,2927,546,65535,4294967295,2928,546,124,4294967295,2929,830,65535,4294967295,2930,171,65535,4294967295,2931,547,65535,4294967295,2932,547,853,4294967295,2933,831,65535,4294967295,981,309,65535,4294967295,2934,309,65535,4294967295,2873,614,65535,4294967295,2935,832,65535,4294967295,2936,833,65535,4294967295,1719,310,65535,4294967295,2937,310,65535,4294967295,2938,548,65535,4294967295,2939,548,887,4294967295,2940,614,65535,4294967295,1724,549,65535,4294967295,2941,549,65535,4294967295,2942,549,126,4294967295,2943,834,65535,4294967295,2944,172,65535,4294967295,2945,835,65535,4294967295,2479,614,65535,4294967295,985,311,65535,4294967295,2946,311,65535,4294967295,322,91,65535,4294967295,2947,614,65535,4294967295,1731,550,65535,4294967295,2948,550,65535,4294967295,2949,550,464,4294967295,2950,836,65535,4294967295,1714,546,65535,4294967295,2951,837,65535,4294967295,1729,312,65535,4294967295,2952,312,65535,4294967295,2953,838,65535,4294967295,1734,551,65535,4294967295,2954,551,65535,4294967295,2955,551,484,4294967295,2956,552,65535,4294967295,2957,552,65535,4294967295,2956,552,65535,4294967295,2958,552,65535,4294967295,2959,552,490,4294967295,2960,839,65535,4294967295,1724,549,65535,4294967295,2961,840,65535,4294967295,988,313,65535,4294967295,2962,313,65535,4294967295,1738,553,65535,4294967295,2963,553,65535,4294967295,2964,553,507,4294967295,1739,554,65535,4294967295,2965,554,65535,4294967295,840,268,65535,4294967295,2483,614,65535,4294967295,990,314,65535,4294967295,2966,314,65535,4294967295,2967,614,65535,4294967295,2714,783,65535,4294967295,2968,93,65535,4294967295,2968,93,65535,4294967295,2663,771,65535,4294967295,2969,174,65535,4294967295,2970,318,65535,4294967295,2971,503,65535,4294967295,2972,555,65535,4294967295,2491,614,2528,4294967295,2973,614,65535,4294967295,2734,614,65535,4294967295,2970,318,65535,4294967295,2974,318,364,4294967295,2975,318,65535,4294967295,2728,292,65535,4294967295,2976,556,65535,4294967295,2491,614,65534,4294967295,2977,841,65535,4294967295,2978,184,249,4294967295,2979,316,65535,4294967295,2980,557,65535,4294967295,2980,557,65535,4294967295,2981,842,610,4294967295,2982,54,65535,285,2983,843,65535,4294967295,2335,558,65535,4294967295,2984,558,65535,4294967295,2985,558,364,4294967295,2986,558,65535,4294967295,2967,614,65535,4294967295,2064,639,65535,4294967295,2987,559,65535,4294967295,2988,559,65535,4294967295,2989,559,249,4294967295,2990,844,65535,4294967295,996,315,65535,4294967295,2991,174,65535,4294967295,2991,174,65535,4294967295,2992,845,65535,4294967295,2993,560,65535,4294967295,2994,560,65535,4294967295,2995,560,364,4294967295,2996,560,65535,4294967295,2997,846,65535,4294967295,1764,561,65535,4294967295,2998,561,65535,4294967295,2999,703,1452,4294967295,2663,771,65535,4294967295,3000,50,65535,4294967295,326,50,65535,4294967295,2969,174,65535,4294967295,3001,614,65535,4294967295,3002,847,65535,4294967295,3003,562,65535,4294967295,3003,562,65535,4294967295,3004,562,364,4294967295,3005,848,65535,4294967295,1047,331,65535,286,2677,563,65535,4294967295,2970,318,65535,4294967295,3006,849,65535,4294967295,2677,563,65535,4294967295,3007,563,65535,4294967295,2491,614,3260,4294967295,3008,850,65535,4294967295,3009,575,65535,4294967295,3010,580,65535,4294967295,2970,318,65535,4294967295,2974,318,364,4294967295,3011,564,65535,4294967295,3012,851,3287,4294967295,3013,852,65535,4294967295,3014,614,65535,4294967295,3015,94,65535,4294967295,3016,853,65535,4294967295,1778,565,65535,4294967295,3017,565,65535,4294967295,3018,854,992,4294967295,3019,854,65535,4294967295,3020,319,65535,4294967295,3021,566,65535,4294967295,3022,704,1707,4294967295,3023,855,65535,4294967295,3024,565,65535,4294967295,3025,567,65535,4294967295,3026,567,65535,4294967295,3027,856,65535,4294967295,3028,568,65535,4294967295,3028,568,65535,4294967295,575,175,65535,287,3029,321,65535,4294967295,3030,577,65535,4294967295,3031,569,65535,4294967295,3032,569,65535,4294967295,3033,569,464,4294967295,3034,857,65535,4294967295,780,176,65535,288,3035,578,65535,4294967295,1788,570,65535,4294967295,3036,570,65535,4294967295,2146,662,65535,4294967295,2532,743,65535,4294967295,3037,430,65535,4294967295,3038,176,65535,4294967295,3039,177,65535,4294967295,2713,502,65535,4294967295,3040,51,65535,4294967295,3041,322,65535,4294967295,3042,571,65535,4294967295,3043,571,992,4294967295,3044,858,65535,4294967295,3045,177,65535,4294967295,3046,323,65535,4294967295,216,51,65535,4294967295,3047,572,65535,4294967295,3048,859,65535,4294967295,2217,676,65535,4294967295,2616,764,65535,4294967295,1807,573,65535,4294967295,3049,573,65535,4294967295,3050,573,65535,4294967295,3051,178,65535,4294967295,3052,860,65535,4294967295,3053,426,65535,4294967295,3054,861,65535,4294967295,1811,574,65535,4294967295,3055,574,65535,4294967295,3056,712,853,4294967295,3057,251,65535,4294967295,3009,575,65535,4294967295,3058,326,65535,4294967295,3059,842,65535,4294967295,3009,575,65535,4294967295,3060,575,65535,4294967295,2491,614,65534,4294967295,3061,862,65535,4294967295,3062,863,65535,4294967295,2392,576,65535,4294967295,2392,576,65535,4294967295,3063,576,65535,4294967295,3064,576,364,4294967295,3065,576,65535,4294967295,3066,327,65535,4294967295,3030,577,65535,4294967295,3067,577,65535,4294967295,3068,864,65535,4294967295,3069,570,65535,4294967295,3070,578,65535,4294967295,3071,578,65535,4294967295,3072,578,490,4294967295,1029,180,65535,289,2243,684,65535,4294967295,3073,614,65535,4294967295,3074,421,65535,4294967295,3075,579,65535,4294967295,3076,710,1604,4294967295,3077,865,65535,4294967295,2346,250,65535,4294967295,3078,180,65535,4294967295,2702,557,65535,4294967295,3079,614,65535,4294967295,3080,98,65535,4294967295,2715,784,65535,4294967295,3081,328,65535,4294967295,3082,52,65535,4294967295,3083,329,65535,4294967295,3084,181,65535,4294967295,218,52,65535,4294967295,1509,474,65535,4294967295,3085,435,65535,4294967295,3086,182,65535,4294967295,3087,254,65535,4294967295,1342,184,65535,4294967295,3088,331,65535,4294967295,3089,866,65535,4294967295,3088,331,65535,4294967295,3090,331,364,4294967295,3091,331,65535,4294967295,2314,247,65535,4294967295,3092,614,65535,4294967295,1844,580,65535,4294967295,3093,580,65535,4294967295,3094,580,249,4294967295,3095,851,65535,4294967295,2314,247,65535,4294967295,3096,184,65535,4294967295,3096,184,65535,4294967295,3097,419,65535,4294967295,2606,614,65535,4294967295,2191,482,65535,4294967295,3098,185,65535,4294967295,1851,581,65535,4294967295,3099,581,65535,4294967295,343,53,65535,4294967295,2335,558,65535,4294967295,3100,867,65535,4294967295,2290,582,65535,4294967295,3101,582,126,4294967295,3102,186,65535,4294967295,221,54,65535,4294967295,3103,583,65535,4294967295,3103,583,65535,4294967295,3104,332,65535,4294967295,3105,868,65535,4294967295,3103,583,65535,4294967295,3106,583,65535,4294967295,2491,614,3260,4294967295,3107,869,65535,4294967295,3108,614,65535,4294967295,3109,584,65535,4294967295,1859,584,65535,4294967295,2491,614,1539,4294967295,3110,870,65535,4294967295,3111,332,65535,290,3112,614,65535,4294967295,3104,332,65535,4294967295,3113,332,364,4294967295,3114,332,65535,4294967295,3115,871,65535,4294967295,3116,585,65535,4294967295,1862,585,65535,4294967295,2491,614,3287,4294967295,3117,332,65535,291,3118,187,65535,4294967295,3119,586,65535,4294967295,1865,586,65535,4294967295,2491,614,829,4294967295,3120,872,65535,4294967295,3121,103,65535,292,3122,873,65535,4294967295,3123,587,65535,4294967295,3124,874,65535,4294967295,3125,587,65535,4294967295,3126,875,65535,4294967295,3127,587,65535,4294967295,3123,587,65535,4294967295,3123,587,65535,4294967295,3128,587,65535,4294967295,3123,587,65535,293,3129,604,65535,4294967295,1868,588,65535,4294967295,3130,588,65535,4294967295,3131,614,484,4294967295,3122,873,65535,4294967295,1973,614,65535,4294967295,3132,607,65535,4294967295,1144,334,65535,4294967295,2036,635,65535,4294967295,3133,334,65535,4294967295,3134,589,65535,4294967295,1873,589,65535,4294967295,2491,614,887,4294967295,3135,876,65535,4294967295,3136,103,65535,294,1874,590,65535,4294967295,3137,877,65535,4294967295,1874,590,65535,4294967295,3138,590,65535,4294967295,3139,614,490,4294967295,3140,878,65535,4294967295,3140,878,65535,4294967295,3141,614,65535,4294967295,3142,879,65535,4294967295,3143,591,65535,4294967295,1878,591,65535,4294967295,3144,335,65535,295,3145,335,65535,4294967295,3146,614,65535,4294967295,3147,592,65535,4294967295,3148,880,65535,4294967295,3149,592,65535,4294967295,3150,592,65535,4294967295,3147,592,65535,4294967295,3147,592,65535,4294967295,3151,592,65535,4294967295,3147,592,65535,296,3152,593,65535,4294967295,3153,337,65535,4294967295,3152,593,65535,4294967295,3154,593,65535,4294967295,3155,593,124,4294967295,3153,337,65535,4294967295,1070,337,65535,4294967295,1891,595,65535,4294967295,3156,337,65535,4294967295,1070,337,65535,297,3157,881,65535,4294967295,2734,614,65535,4294967295,3158,100,65535,4294967295,3142,879,65535,4294967295,3159,594,65535,4294967295,3160,882,65535,4294967295,3161,594,65535,4294967295,3162,594,65535,4294967295,3159,594,65535,4294967295,3159,594,65535,4294967295,3163,594,65535,4294967295,3159,594,65535,298,1891,595,65535,4294967295,3164,595,65535,4294967295,3165,614,992,4294967295,3166,567,65535,4294967295,1054,319,65535,299,3167,596,65535,4294967295,1894,596,65535,4294967295,3168,883,65535,4294967295,3169,339,65535,300,3170,614,65535,4294967295,3171,339,65535,4294967295,3172,597,65535,4294967295,3172,597,65535,4294967295,3173,884,65535,4294967295,3174,597,65535,4294967295,3172,597,65535,4294967295,2491,614,1429,4294967295,3175,885,65535,4294967295,3176,101,65535,301,1942,613,65535,4294967295,1078,340,65535,4294967295,2011,627,65535,4294967295,3177,340,65535,4294967295,1900,598,65535,4294967295,3178,878,65535,4294967295,1900,598,65535,4294967295,3179,598,65535,4294967295,3180,614,464,4294967295,3181,598,65535,4294967295,3137,877,65535,4294967295,3029,321,65535,4294967295,3181,598,65535,4294967295,3182,614,65535,4294967295,3183,886,65535,4294967295,3184,599,65535,4294967295,1905,599,65535,4294967295,2491,614,1719,4294967295,3185,341,65535,302,3186,341,65535,4294967295,1907,600,65535,4294967295,3187,600,65535,4294967295,3188,600,853,4294967295,3189,614,65535,4294967295,3190,601,65535,4294967295,3191,887,65535,4294967295,3192,601,65535,4294967295,3193,601,65535,4294967295,3190,601,65535,4294967295,3190,601,65535,4294967295,3194,601,65535,4294967295,3190,601,65535,303,3195,584,65535,4294967295,3196,191,65535,4294967295,3181,598,65535,4294967295,3197,335,65535,4294967295,1914,602,65535,4294967295,3198,602,65535,4294967295,3199,602,126,4294967295,1086,343,65535,4294967295,1919,603,65535,4294967295,3200,343,65535,4294967295,1086,343,65535,304,3201,101,65535,4294967295,1953,616,65535,4294967295,3202,614,65535,4294967295,1088,344,65535,4294967295,3203,344,65535,4294967295,3204,888,65535,4294967295,1919,603,65535,4294967295,3205,614,333,4294967295,3206,604,65535,4294967295,3129,604,65535,4294967295,3207,889,65535,4294967295,3208,345,65535,305,3209,614,65535,4294967295,3210,345,65535,4294967295,3211,605,65535,4294967295,2736,614,65535,4294967295,3212,890,65535,4294967295,3213,605,65535,4294967295,3211,605,65535,4294967295,3214,605,249,4294967295,3215,891,65535,4294967295,3211,605,65535,306,634,187,65535,4294967295,1863,346,65535,4294967295,1863,346,65535,4294967295,3216,892,65535,4294967295,3217,346,65535,4294967295,3218,893,65535,4294967295,3219,606,65535,4294967295,1928,606,65535,4294967295,2491,614,484,4294967295,3220,894,65535,4294967295,3221,195,65535,307,3132,607,65535,4294967295,1947,347,65535,4294967295,3222,607,65535,4294967295,3223,607,65535,4294967295,3224,607,490,4294967295,3225,895,65535,4294967295,3226,614,65535,4294967295,3227,608,65535,4294967295,2004,624,65535,4294967295,3227,608,65535,4294967295,3228,608,65535,4294967295,3227,608,65535,4294967295,3227,608,65535,4294967295,3229,896,65535,4294967295,3230,608,65535,4294967295,3227,608,65535,308,3231,609,65535,4294967295,1932,609,65535,4294967295,2491,614,1604,4294967295,3232,193,65535,309,1934,610,65535,4294967295,3014,614,65535,4294967295,3233,897,65535,4294967295,1934,610,65535,4294967295,3234,610,65535,4294967295,3235,610,124,4294967295,3236,898,65535,4294967295,3237,346,65535,4294967295,3238,193,65535,4294967295,3239,611,65535,4294967295,1937,611,65535,4294967295,2491,614,1707,4294967295,3240,193,65535,310,3241,614,65535,4294967295,3242,612,65535,4294967295,3243,899,65535,4294967295,3244,900,4097,4294967295,2,1,65535,311,2,1,65535,312,3245,901,65535,313,3246,902,65535,314,2,1,65535,315,3247,903,65535,316,2,1,65535,317,3245,901,65535,4294967295,2,1,65535,318,3248,901,4111,4294967295,3246,902,65535,4294967295,2,1,65535,319,3249,902,4113,4294967295,2,1,65535,320,3250,904,65535,4294967295,3251,901,65535,4294967295,3252,905,65535,4294967295,3253,902,65535,4294967295,2,1,65535,321,3254,904,4111,4294967295,3255,901,65535,4294967295,2,1,65535,322,3256,905,4113,4294967295,3257,902,65535,4294967295,3258,904,65535,4294967295,3259,901,65535,4294967295,3260,905,65535,4294967295,3261,902,65535,4294967295,3262,904,65535,4294967295,3245,901,65535,4294967295,3263,905,65535,4294967295,3246,902,65535,4294967295,3264,904,65535,4294967295,3265,905,65535,4294967295,3250,904,65535,4294967295,3252,905,65535,4294967295,3266,906,4134,4294967295,2,1,65535,323,3267,906,65535,324,3268,906,65535,4294967295,2,1,65535,325,4138,0,773,218892809,8224,0,0,0,0,0,0,0,0,0,0,0,0,261,14640,0,0,0,0,0,0,0,0,1029,1514223920,2053201759,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,854531,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10754,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,261,12079,0,0,0,0,0,0,261,10794,0,0,10754,261,10794,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,261,10794,0,0,0,0,0,0,0,0,0,261,23644,0,0,261,32125,0,0,0,0,0,0,0,0,0,0,0,0,10754,261,10794,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6038019,0,0,0,0,0,0,0,0,10754,0,261,10794,0,0,261,10794,0,0,0,261,12079,0,261,10794,0,0,0,261,10794,0,0,0,0,261,12079,0,0,0,0,261,12079,0,0,0,0,0,0,261,10794,0,261,12079,0,261,23644,0,0,0,261,12079,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,261,10794,0,0,0,0,0,0,0,261,10794,0,261,23644,0,0,261,32125,0,0,0,0,261,10794,0,0,0,0,0,261,12079,0,0,0,0,0,0,0,0,261,12079,0,0,0,0,261,12079,0,0,0,0,0,0,0,261,12079,0,0,0,0,0,0,261,10794,0,261,12079,0,0,0,0,261,10794,0,261,12079,0,0,0,0,0,261,10794,0,261,12079,0,0,261,12079,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,261,12079,0,0,0,0,0,0,0,0,0,0,0,773,218892809,8224,0,0,0,6038019,0,0,0,0,0,0,0,0,261,12079,0,0,0,0,0,0,0,0,0,0,0,0,0,261,12079,0,0,0,0,0,0,1546265092,0,261,10794,0,0,0,0,261,10794,0,0,0,0,0,0,0,261,10794,0,0,0,0,0,0,0,261,10794,0,0,261,10794,0,0,0,0,0,0,0,0,261,10794,0,0,0,0,0,0,261,10794,0,261,12079,0,0,0,0,261,10794,0,261,12079,0,0,0,0,0,261,10794,0,261,12079,0,0,0,261,10794,0,0,0,0,261,10794,0,0,0,0,0,0,261,10794,0,0,0,0,0,0,0,261,12079,0,0,0,0,0,0,0,0,261,12079,0,0,0,261,10794,0,261,12079,0,0,0,0,0,0,0,0,0,261,12079,0,0,0,0,0,0,0,0,0,0,0,0,0,261,12079,0,0,0,261,10794,0,261,12079,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,261,10794,0,261,12079,0,0,0,0,0,0,0,0,261,10794,0,261,12079,0,0,0,0,261,10794,0,261,12079,0,0,0,0,0,0,0,261,10794,0,261,12079,0,0,261,10794,0,261,12079,0,0,0,0,0,0,0,0,0,0,0,261,10794,0,261,12079,0,0,0,0,261,12079,0,0,0,0,0,0,0,261,12079,0,0,0,0,0,0,0,0,0,0,0,0,0,261,12079,0,0,0,0,0,0,0,0,0,261,10794,0,0,0,0,0,0,0,0,0,261,32125,0,0,0,0,0,773,218892809,8224,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,261,10794,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,261,10794,0,0,0,0,0,0,0,0,0,261,23644,0,0,261,32125,0,0,0,0,0,261,10794,0,0,0,0,0,0,0,0,0,0,261,10794,0,0,0,0,0,261,10794,0,0,0,0,261,10794,0,0,0,0,0,261,10794,0,0,0,261,10794,0,0,0,0,0,0,261,10794,0,0,0,0,0,0,0,0,0,261,10794,0,0,0,0,261,10794,0,261,12079,0,0,0,261,32125,0,0,0,261,10794,0,261,12079,0,0,0,261,32125,0,0,0,0,261,10794,0,0,0,0,0,0,0,0,0,261,10794,0,261,12079,0,0,0,261,32125,0,0,0,0,261,10794,0,0,0,0,261,10794,0,261,12079,0,0,0,0,0,0,0,0,261,10794,0,261,12079,0,0,0,0,261,10794,0,261,12079,0,0,0,0,0,0,0,261,10794,0,261,12079,0,0,261,10794,0,261,12079,0,0,0,0,0,0,261,10794,0,0,0,0,0,0,0,0,0,261,10794,0,0,0,0,0,0,0,261,10794,0,0,0,0,261,12079,0,0,261,8738,0,0,261,12079,0,0,0,0,0,0,0,0,0,261,12079,0,0,261,10794,0,261,12079,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,261,10794,0,261,12079,0,0,0,0,0,0,261,10794,0,261,12079,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,261,10794,0,261,12079,0,0,0,0,0,0,0,0,0,0,0,261,12079,0,0,0,261,10794,0,261,12079,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,261,10794,0,261,12079,0,0,0,0,0,261,10794,0,261,12079,0,0,0,0,0,0,0,0,261,10794,0,261,12079,0,0,0,0,0,261,12079,0,0,0,0,0,0,0,261,10794,0,261,12079,0,0,0,0,0,0,0,261,10794,0,261,12079,0,0,0,0,261,10794,0,0,0,0,0,261,10794,0,261,12079,0,0,0,0,0,0,0,0,0,0,0,261,10794,0,261,12079,0,0,0,261,10794,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,261,10794,0,261,12079,0,0,0,261,10794,0,261,12079,0,0,0,261,12079,0,0,0,261,10794,0,261,12079,0,0,0,0,0,261,12079,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,261,10794,0,0,0,0,0,0,0,0,0,261,12079,0,0,0,0,0,0,0,0,0,261,10794,0,0,0,0,0,0,0,0,0,0,0,0,0,261,12079,0,0,0,0,0,0,0,0,261,12079,0,0,0,0,0,261,10794,0,261,12079,0,0,0,0,0,0,0,0,0,0,0,0,773,218892809,8224,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,261,10794,0,0,0,261,12079,0,0,0,0,261,10794,0,0,0,0,261,12079,0,0,0,0,0,0,261,10794,0,261,12079,0,0,0,0,0,0,261,12079,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,261,12079,0,0,0,0,0,0,0,0,0,0,0,0,10754,0,261,10794,0,0,261,10794,0,0,0,261,12079,0,261,10794,0,0,261,10794,0,0,0,0,261,12079,0,0,0,0,261,12079,0,0,0,0,0,0,261,10794,0,261,12079,0,261,23644,0,0,0,0,0,0,0,0,0,0,0,0,261,10794,0,0,0,0,0,0,0,0,0,0,0,261,10794,0,0,0,0,261,10794,0,0,0,0,261,10794,0,0,0,0,0,0,261,10794,0,0,0,261,10794,0,0,0,0,0,0,0,261,10794,0,0,0,0,0,0,0,261,10794,0,0,0,0,0,261,10794,0,0,261,10794,0,0,0,0,0,1546265092,0,261,10794,0,0,0,261,10794,0,0,0,0,0,0,261,10794,0,0,0,0,0,0,0,261,10794,0,0,0,0,0,261,10794,0,261,12079,0,0,0,0,0,0,0,0,0,261,10794,0,261,12079,0,0,0,0,0,261,10794,0,261,12079,0,0,0,0,0,261,10794,0,0,0,0,0,0,0,261,10794,0,261,12079,0,0,0,0,0,0,261,10794,0,261,12079,0,0,0,261,32125,0,0,0,261,10794,0,261,12079,0,0,0,261,32125,0,0,0,0,0,0,0,0,261,10794,0,0,0,261,32125,0,0,261,10794,0,0,261,10794,0,261,12079,0,0,0,0,0,0,0,0,0,261,10794,0,0,0,0,261,10794,0,0,0,0,261,10794,0,0,0,0,0,0,0,261,10794,0,261,12079,0,0,0,0,0,0,0,261,10794,0,261,12079,0,0,0,261,10794,0,261,12079,0,0,0,0,0,0,0,0,0,0,0,261,10794,0,261,12079,0,0,0,0,0,0,0,0,0,0,0,0,0,261,10794,0,261,12079,0,0,0,0,0,0,0,261,10794,0,0,0,0,0,0,261,10794,0,0,261,10794,0,0,0,0,0,261,12079,0,261,10794,0,0,0,0,0,0,0,0,261,10794,0,0,0,0,0,0,0,0,261,12079,0,0,0,0,0,0,0,0,0,261,12079,0,0,0,261,10794,0,261,12079,0,0,0,0,0,0,0,0,0,0,0,261,12079,0,0,0,0,0,0,0,0,0,0,0,0,261,10794,0,261,12079,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,261,10794,0,261,12079,0,0,0,0,0,0,0,0,0,0,0,261,10794,0,261,12079,0,0,261,10794,0,261,12079,0,0,0,0,261,12079,0,0,0,0,0,0,0,261,10794,0,261,12079,0,0,0,0,0,0,0,0,0,261,10794,0,261,12079,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,261,8738,0,0,0,0,0,0,0,261,12079,0,0,0,0,0,0,261,10794,0,261,12079,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,261,10794,0,261,12079,0,0,0,0,0,0,0,0,0,0,0,0,261,10794,0,261,12079,0,0,0,0,0,261,12079,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,261,10794,0,0,0,0,261,8738,0,0,261,10794,0,261,12079,0,0,0,0,0,0,0,0,0,261,10794,0,261,12079,0,0,0,0,261,10794,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,261,10794,0,0,0,0,0,0,261,10794,0,261,12079,0,0,0,0,0,261,10794,0,0,0,0,0,0,0,0,0,0,0,0,0,0,261,10794,0,0,0,0,261,10794,0,261,12079,0,0,0,261,10794,0,0,0,0,0,261,10794,0,261,12079,0,0,0,261,10794,0,261,12079,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,261,10794,0,261,12079,0,0,0,0,0,0,0,0,261,10794,0,261,12079,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,261,12079,0,0,0,0,261,10794,0,0,0,0,261,12079,0,0,0,261,10794,0,0,0,0,261,12079,0,0,0,261,10794,0,261,12079,0,0,0,0,0,0,0,261,10794,0,0,0,0,0,0,0,0,0,0,261,32125,0,0,0,0,0,0,0,0,261,12079,0,0,0,261,10794,0,0,261,10794,0,0,0,0,0,0,261,12079,0,0,0,0,0,0,0,0,0,261,10794,0,261,12079,0,0,0,0,0,0,261,32125,0,0,0,261,32125,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,261,32125,0,0,0,0,261,10794,0,261,12079,0,0,0,0,0,0,0,0,261,10794,0,0,0,0,0,0,261,12079,0,0,0,0,0,0,0,0,0,0,261,32125,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,261,12079,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,261,10794,0,0,0,0,0,0,0,261,10794,0,0,0,0,0,0,0,0,0,0,0,261,10794,0,0,0,0,0,0,0,0,261,12079,0,0,0,0,0,0,261,10794,0,261,12079,0,0,0,0,261,10794,0,261,12079,0,0,0,0,0,0,0,0,261,10794,0,261,12079,0,0,0,0,261,12079,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,261,12079,0,0,0,0,0,0,0,0,0,261,10794,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,261,10794,0,0,0,0,0,0,0,261,10794,0,261,23644,0,0,261,32125,0,0,0,0,261,12079,0,0,0,0,0,0,0,261,12079,0,0,0,0,261,12079,0,0,0,0,0,0,261,12079,0,0,0,0,0,0,261,10794,0,261,12079,0,0,0,0,261,10794,0,261,12079,0,0,0,0,0,261,10794,0,261,12079,0,0,0,0,0,0,0,0,0,0,261,10794,0,0,0,0,0,0,261,10794,0,0,0,0,0,0,261,10794,0,0,0,0,0,0,0,0,0,0,261,10794,0,0,0,0,0,0,0,0,261,10794,0,0,0,261,10794,0,0,0,0,0,0,0,261,10794,0,0,0,0,0,0,0,261,10794,0,0,0,0,0,0,0,261,10794,0,0,0,0,261,10794,0,0,0,0,0,261,10794,0,0,0,0,0,0,261,10794,0,0,0,0,261,10794,0,0,0,0,0,0,0,0,0,0,261,10794,0,0,261,10794,0,0,0,0,0,0,0,261,10794,0,0,0,0,0,0,0,0,261,10794,0,0,0,0,0,0,0,0,0,261,12079,0,0,0,0,0,0,261,12079,0,0,0,0,0,0,261,10794,0,261,12079,0,0,0,261,32125,0,0,0,0,0,0,261,10794,0,261,12079,0,0,0,0,0,0,261,10794,0,0,0,0,0,0,0,261,10794,0,261,12079,0,0,0,0,261,32125,0,261,10794,0,261,12079,0,0,0,0,0,261,10794,0,0,0,0,0,261,10794,0,261,12079,0,0,0,0,0,0,0,261,10794,0,261,12079,0,0,0,261,32125,0,0,261,10794,0,0,0,0,0,0,0,261,10794,0,261,12079,0,0,0,0,261,32125,0,0,261,10794,0,261,12079,0,0,0,0,0,0,0,0,0,0,0,261,10794,0,0,0,261,10794,0,0,0,0,0,261,10794,0,261,12079,0,0,0,261,32125,0,0,0,0,261,10794,0,0,0,0,0,261,10794,0,261,12079,0,0,0,0,0,0,0,0,0,261,10794,0,261,12079,0,0,0,0,0,261,10794,0,261,12079,0,0,0,0,0,261,10794,0,0,0,0,0,0,0,261,10794,0,0,0,0,261,10794,0,0,0,261,10794,0,261,12079,0,0,0,0,0,0,0,0,0,261,10794,0,0,0,0,0,0,0,0,0,0,0,261,10794,0,261,12079,0,0,0,261,32125,0,261,10794,0,0,0,0,261,10794,0,0,0,0,0,0,0,0,0,0,0,0,0,261,10794,0,0,0,0,261,8738,0,0,261,10794,0,261,12079,0,0,0,0,0,0,0,0,0,261,10794,0,261,12079,0,0,0,0,261,10794,0,0,0,0,0,0,0,0,0,0,0,0,0,0,261,10794,0,0,0,0,261,10794,0,0,0,0,0,0,0,261,10794,0,261,12079,0,0,0,0,0,261,10794,0,0,0,0,0,0,0,0,0,0,261,10794,0,0,0,0,261,10794,0,261,12079,0,0,0,0,261,10794,0,261,12079,0,0,0,261,10794,0,261,12079,0,0,0,0,0,0,0,0,261,10794,0,0,0,0,0,0,261,10794,0,0,0,0,0,0,0,0,0,261,10794,0,0,0,0,0,0,0,261,12079,0,0,261,10794,0,0,0,0,0,0,261,10794,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,261,12079,0,0,0,261,10794,0,261,12079,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,261,10794,0,261,12079,0,0,0,0,0,0,0,261,10794,0,261,12079,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,261,10794,0,261,12079,0,0,0,0,0,0,0,0,0,0,261,12079,0,0,0,0,0,0,261,10794,0,0,0,0,0,0,0,261,12079,0,0,0,0,0,0,0,0,0,261,12079,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,261,10794,0,0,0,0,0,0,0,0,0,0,0,0,0,0,261,10794,0,261,12079,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,261,10794,0,0,0,0,0,0,0,0,0,0,0,261,12079,0,0,0,0,0,261,12079,0,0,0,0,261,12079,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,261,10794,0,261,12079,0,0,0,0,0,0,0,0,0,0,0,261,10794,0,261,12079,0,0,0,0,0,0,0,0,261,10794,0,261,12079,0,0,0,0,0,0,0,0,0,0,0,0,0,0,261,10794,0,0,0,261,12079,0,0,0,0,261,10794,0,0,0,0,0,261,10794,0,261,12079,0,0,0,0,0,0,0,0,261,10794,0,261,12079,0,0,0,0,261,10794,0,0,0,0,0,0,0,261,10794,0,261,12079,0,0,0,0,0,0,0,0,0,261,10794,0,0,0,0,261,10794,0,0,0,0,261,10794,0,0,0,0,261,10794,0,0,0,0,0,0,0,0,0,261,10794,0,0,0,0,0,261,10794,0,0,261,10794,0,0,0,0,261,8738,0,0,0,0,0,0,261,10794,0,261,12079,0,0,0,261,10794,0,0,0,0,261,10794,0,0,0,0,0,261,10794,0,0,0,0,261,10794,0,0,0,0,0,0,0,0,261,10794,0,0,0,261,10794,0,0,0,0,0,0,0,0,0,261,10794,0,0,0,0,0,0,0,0,0,0,0,261,10794,0,0,0,0,0,0,261,10794,0,261,12079,0,0,261,10794,0,261,12079,0,0,0,0,0,0,0,0,0,261,10794,0,261,12079,0,0,0,261,10794,0,261,12079,0,0,0,0,0,0,0,0,0,261,10794,0,261,12079,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,261,10794,0,0,0,0,0,0,0,0,0,0,0,0,0,261,12079,0,0,0,261,10794,0,0,0,0,0,0,261,10794,0,0,0,0,261,10794,0,0,0,261,10794,0,0,0,261,12079,0,0,0,0,0,0,261,10794,0,261,12079,0,0,0,0,0,0,0,0,261,12079,0,0,0,0,261,10794,0,0,0,0,261,12079,0,0,0,261,10794,0,0,0,0,261,10794,0,0,261,12079,0,0,0,0,0,261,10794,0,261,12079,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,261,10794,0,0,0,0,0,0,0,0,0,0,261,12079,0,0,0,0,0,0,0,0,0,0,261,32125,0,0,261,12079,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,261,10794,0,261,12079,0,0,0,0,261,10794,0,0,0,0,0,261,10794,0,261,12079,0,0,0,0,261,10794,0,261,12079,0,0,0,261,12079,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,261,10794,0,0,0,0,0,261,10794,0,261,12079,0,0,0,0,261,12079,0,0,0,0,0,0,0,0,0,0,0,0,0,0,261,10794,0,261,12079,0,0,0,261,10794,0,0,0,0,0,0,261,10794,0,261,12079,0,0,0,0,0,0,261,10794,0,0,0,0,0,0,0,0,261,10794,0,0,0,261,12079,0,0,0,0,0,0,261,12079,0,0,0,261,32125,0,0,0,0,0,0,0,0,0,0,0,0,0,0,261,12079,0,0,0,0,0,0,0,0,0,0,0,0,0,0,261,12079,0,0,0,0,0,0,0,0,0,0,0,0,0,261,12079,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,261,12079,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,261,32125,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,261,12079,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,261,10794,0,0,0,0,0,0,0,261,10794,0,0,0,0,0,0,0,0,0,261,10794,0,0,0,261,10794,0,0,0,0,0,0,0,0,0,0,0,261,10794,0,0,0,0,261,10794,0,261,12079,0,0,0,0,0,0,0,261,10794,0,261,12079,0,0,0,0,0,261,10794,0,0,0,0,0,261,10794,0,0,0,0,0,0,0,0,261,10794,0,0,0,0,261,10794,0,261,12079,0,0,0,0,0,0,0,0,0,0,0,261,10794,0,261,12079,0,0,0,0,0,0,261,10794,0,261,12079,0,0,0,261,10794,0,261,12079,0,0,0,0,0,0,0,261,10794,0,261,12079,0,0,0,0,261,10794,0,261,12079,0,0,0,0,0,261,10794,0,261,12079,0,0,0,0,0,0,261,10794,0,261,12079,0,0,0,0,0,0,0,0,0,261,10794,0,261,12079,0,0,0,0,0,0,0,0,0,0,261,12079,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,261,12079,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,261,10794,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1546265092,0,261,10794,0,0,0,261,10794,0,0,0,261,12079,0,0,0,0,0,261,10794,0,0,0,0,0,261,12079,0,0,0,0,261,12079,0,0,0,0,0,0,261,10794,0,261,12079,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,261,10794,0,0,0,0,0,0,261,10794,0,0,0,0,0,0,261,10794,0,0,261,10794,0,0,0,0,0,0,0,0,0,0,0,261,10794,0,261,12079,0,0,0,0,261,10794,0,261,12079,0,0,0,0,0,0,0,0,0,0,0,261,12079,0,0,0,261,10794,0,261,12079,0,0,0,0,261,12079,0,0,0,0,0,0,0,0,0,0,261,12079,0,0,0,261,10794,0,261,12079,0,0,0,0,0,0,0,0,0,0,261,10794,0,261,12079,0,0,0,0,0,0,0,0,261,10794,0,261,12079,0,0,0,0,261,10794,0,261,12079,0,0,0,0,0,0,0,261,10794,0,261,12079,0,0,261,10794,0,261,12079,0,0,0,0,0,0,0,0,0,0,0,0,0,261,10794,0,0,0,261,12079,0,0,0,0,0,261,10794,0,0,0,0,0,261,10794,0,0,0,0,0,0,261,10794,0,0,0,0,0,261,10794,0,0,0,0,0,0,0,0,0,261,10794,0,0,0,0,261,10794,0,0,0,0,0,0,0,0,0,261,10794,0,0,0,0,0,0,0,0,261,10794,0,0,0,0,0,0,0,0,261,10794,0,0,0,0,0,0,261,10794,0,0,0,0,0,261,10794,0,0,0,0,261,10794,0,0,0,261,10794,0,0,0,0,0,261,10794,0,0,0,0,0,0,261,10794,0,0,0,261,12079,0,0,0,0,0,0,0,261,10794,0,0,0,0,0,0,261,10794,0,0,0,261,12079,0,261,10794,0,0,0,0,0,0,0,261,10794,0,0,0,0,0,0,0,261,10794,0,0,0,0,0,0,0,261,10794,0,0,0,0,261,10794,0,0,0,0,261,10794,0,0,0,0,0,261,12079,0,0,261,10794,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,261,10794,0,0,0,0,0,0,0,0,0,0,0,261,10794,0,0,0,0,0,0,0,0,0,0,0,0,0,261,10794,0,0,0,0,0,261,10794,0,261,12079,0,0,0,0,0,0,0,0,0,261,10794,0,261,12079,0,0,0,0,261,10794,0,261,12079,0,0,0,0,0,0,0,0,0,261,10794,0,261,12079,0,0,0,261,32125,0,0,261,10794,0,0,0,0,0,0,0,0,0,261,10794,0,261,12079,0,0,0,0,0,0,261,10794,0,0,0,0,0,0,0,261,10794,0,261,12079,0,0,0,0,0,0,0,261,10794,0,261,12079,0,0,0,261,32125,0,0,0,261,10794,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,261,10794,0,261,12079,0,0,0,261,32125,0,261,10794,0,0,0,0,0,261,10794,0,261,12079,0,0,0,0,0,0,0,0,261,10794,0,261,12079,0,0,0,0,0,0,0,0,0,0,261,10794,0,0,0,0,0,0,0,0,0,261,10794,0,261,12079,0,0,0,0,261,10794,0,0,0,0,0,0,0,261,10794,0,261,12079,0,0,0,261,32125,0,0,0,0,0,261,10794,0,0,0,0,0,0,0,0,0,0,0,0,0,261,10794,0,0,261,10794,0,261,12079,0,0,0,0,0,0,0,0,261,10794,0,261,12079,0,0,0,261,32125,0,0,0,0,0,0,0,261,10794,0,261,12079,0,0,0,0,0,0,261,10794,0,0,0,0,0,0,0,0,261,10794,0,261,12079,0,0,0,0,261,32125,0,261,10794,0,261,12079,0,0,0,0,0,0,261,10794,0,0,0,0,0,0,261,10794,0,261,12079,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6118403,0,0,3269,4294967295,4294967295,4294967295,4294967295,131071,4294901761,65537,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294901761,196607,4294901763,327679,393221,524295,655369,786443,917517,917518,917518,917518,917518,1048591,1179665,1310739,1441813,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1507350,4294967295,4294967295,1507327,1572886,1441814,1703961,1769494,1441814,1900572,1966102,1441823,1441824,1441825,1441814,1441814,2228246,2359331,4294901797,4294967295,4294967295,4294967295,4294967295,131071,4294901761,65537,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294901761,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,262148,262148,262148,262148,262148,327679,4294901764,262148,262148,262148,262148,262148,262148,262148,262148,262148,262148,262148,262148,2490372,262148,262148,262148,262148,262148,262148,262148,262148,262148,262148,262148,262148,262148,262148,262148,262148,262148,262148,262148,262148,262148,262148,262148,262148,262148,262148,262183,262148,262148,262148,262148,262148,262148,262148,262148,262148,262148,262148,262148,262148,262148,262148,262148,262148,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,2686975,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294901801,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294901802,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294901803,4294967295,2949119,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,917518,917518,917518,917518,917518,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294901805,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,1441814,1441814,1441814,1441814,1441814,4294967295,4294967295,4294967295,1507327,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,1507327,1507327,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,1441814,1441814,1441814,1441814,1441814,4294967295,4294967295,4294967295,1507327,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,1507327,3080191,1441814,1441814,1441814,1441839,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,1441814,1441814,1441814,1441814,1441814,4294967295,4294967295,4294967295,1507327,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,1507327,1507327,1441814,1441814,1441814,3145750,1441814,1441814,1441814,1441814,1441841,1441814,1441814,1441814,4294901782,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,1441814,1441814,1441814,1441814,1441814,4294967295,4294967295,4294967295,1507327,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,1507327,1507327,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441842,1441814,1441814,1441814,4294901782,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,1441814,1441814,1441814,1441814,1441814,4294967295,4294967295,4294967295,1507327,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,1507327,1507327,1441814,1441814,1441814,1441814,1441814,3342358,1441814,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,1441814,1441814,1441814,1441814,1441814,4294967295,4294967295,4294967295,1507327,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,1507327,1507327,1441814,3407894,1441814,1441814,1441814,1441814,3473430,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,1441814,1441814,1441814,1441814,1441814,4294967295,4294967295,4294967295,1507327,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,1507327,1507327,1441814,1441814,1441814,1441814,1441814,1441814,3538966,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,1441814,1441814,1441814,1441814,1441814,4294967295,4294967295,4294967295,1507327,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,1507327,1507327,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441847,1441814,1441814,1441814,1441814,4294901782,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,1441814,1441814,1441814,1441814,1441814,4294967295,4294967295,4294967295,1507327,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,1507327,3735551,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441849,3801110,1441814,1441814,4294901782,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,1441814,1441814,1441814,1441814,1441814,4294967295,4294967295,4294967295,1507327,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,1507327,1507327,1441814,3866646,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,1441814,1441814,1441814,1441814,1441814,4294967295,4294967295,4294967295,1507327,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,1507327,1507327,1441814,1441814,1441814,1441852,1441814,1441814,3997718,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,4294967295,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228286,2228258,4128802,2228258,2228258,2228258,4194338,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228289,2228258,2228290,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,4294836258,4390946,2228258,262148,262148,262148,262148,262148,262148,262148,262148,262148,262148,262148,262148,262148,262148,262148,262148,262148,262148,262148,262148,262148,262148,262148,262148,262148,262148,262148,262148,262148,262148,262148,262148,262148,262148,262148,262148,262148,262148,262148,262148,262148,262148,262148,262148,262148,262148,262148,262148,262148,262148,262148,262148,262148,262148,262148,262148,262148,262148,4521988,262148,262148,262148,262148,262148,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653128,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,2883628,2883628,2883628,2883628,2883628,2949119,4294901804,2883628,2883628,2883628,2883628,2883628,2883628,2883628,2883628,2883628,2883628,2883628,2883628,2883628,2883628,2883628,2883628,2883628,2883628,2883628,2883628,2883628,2883628,2883628,2883628,2883628,2883628,2883628,2883628,2883628,2883628,2883628,2883628,2883628,2883628,2883628,2883628,2883628,2883628,2883628,2883628,2883628,2883628,2883628,2883628,2883628,2883628,2883628,2883628,2883628,2883628,2883628,2883628,2883628,2883628,2883628,2883628,2883628,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,1441814,1441814,1441814,1441814,1441814,4294967295,4294967295,4294967295,1507327,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,1507327,1507327,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441865,1441814,1441814,4294901782,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,1441814,1441814,1441814,1441814,1441814,4294967295,4294967295,4294967295,1507327,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,1507327,4915199,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,1441814,1441814,1441814,1441814,1441814,4294967295,4294967295,4294967295,1507327,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,1507327,1507327,1441814,1441814,1441814,1441814,1441814,1441814,1441867,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,1441814,1441814,1441814,1441814,1441814,4294967295,4294967295,4294967295,1507327,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,1507327,5046271,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,1441814,1441814,1441814,1441814,1441814,4294967295,4294967295,4294967295,1507327,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,1507327,5111807,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,1441814,1441814,1441814,1441814,1441814,4294967295,4294967295,4294967295,1507327,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,1507327,1507327,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441870,1441814,1441814,1441814,1441814,4294901782,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,1441814,1441814,1441814,1441814,1441814,4294967295,4294967295,4294967295,1507327,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,1507327,1507327,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441871,4294901782,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,1441814,1441814,1441814,1441814,1441814,4294967295,4294967295,4294967295,1507327,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,1507327,1507327,5242902,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,1441814,1441814,1441814,1441814,1441814,4294967295,4294967295,4294967295,1507327,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,1507327,1507327,1441814,1441873,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,1441814,1441814,1441814,1441814,1441814,4294967295,4294967295,4294967295,1507327,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,1507327,1507327,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441874,1441814,1441814,4294901782,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,1441814,1441814,1441814,1441814,1441814,4294967295,4294967295,4294967295,1507327,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,1507327,1507327,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441875,1441814,1441814,1441814,4294901782,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,1441814,1441814,1441814,1441814,1441814,4294967295,4294967295,4294967295,1507327,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,1507327,1507327,1441814,1441814,1441814,5505046,1441814,1441814,5570582,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,1441814,1441814,1441814,1441814,1441814,4294967295,4294967295,4294967295,1507327,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,1507327,1507327,1441878,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,1441814,1441814,1441814,1441814,1441814,4294967295,4294967295,4294967295,1507327,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,1507327,1507327,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441879,1441814,1441814,4294901782,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,1441814,1441814,1441814,1441814,1441814,4294967295,4294967295,4294967295,1507327,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,1507327,1507327,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441880,1441814,1441814,1441814,4294901782,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,1441814,1441814,1441814,1441814,1441814,4294967295,4294967295,4294967295,1507327,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,1507327,1507327,1441814,1441814,1441814,1441814,5832726,1441814,1441814,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,4294967295,5898330,5898330,5898330,5898330,5898330,5963775,4294901850,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898331,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898332,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,4128831,4128831,4128831,4128831,4128831,4194303,4294901823,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,2228287,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128861,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228286,2228258,4128802,2228258,2228318,2228258,6225954,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228289,2228258,2228290,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,4294836258,4390946,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,4325442,4325442,4325442,4325442,4325442,4390911,4294901826,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4390911,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325472,4325442,4325473,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4456516,4456516,4456516,4456516,4456516,4521983,4294901828,4456516,4456516,4456516,4456516,4456516,4456516,4456516,4456516,4456516,4456516,4456516,4456516,6422596,4456516,4456516,4456516,4456516,4456516,4456516,4456516,4456516,4456516,4456516,4456516,4456516,4456516,4456516,4456516,4456516,4456516,4456516,4456516,4456516,4456516,4456516,4456516,4456516,4456516,4456516,4456547,4456516,4456516,4456516,4456516,4456516,4456516,4456516,4456516,4456516,4456516,4456516,4456516,4456516,4456516,4456516,4456516,4456516,262148,262148,262148,262148,262148,327679,4294901764,262148,262148,262148,262148,262148,262148,262148,262148,262148,262148,262148,262148,2490372,262148,262148,262148,262148,6553700,6553700,6553700,6553700,6553700,262148,262148,262148,6553604,6553700,6553700,262244,262148,262148,262148,262148,262148,262148,262148,262148,262148,262148,262183,262148,6553604,6553700,6553700,262244,262148,262148,262148,262148,262148,262148,262148,262148,262148,262148,262148,262148,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653157,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750312,6750311,6881383,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,1441814,1441814,1441814,1441814,1441814,4294967295,4294967295,4294967295,1507327,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,1507327,1507327,6946838,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,1441814,1441814,1441814,1441814,1441814,4294967295,4294967295,4294967295,1507327,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,1507327,1507327,1441814,1441814,1441814,1441814,1441814,1441814,1441899,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,1441814,1441814,1441814,1441814,1441814,4294967295,4294967295,4294967295,1507327,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,1507327,7143423,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,1441814,1441814,1441814,1441814,1441814,4294967295,4294967295,4294967295,1507327,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,1507327,1507327,1441814,1441814,7143446,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,1441814,1441814,1441814,1441814,1441814,4294967295,4294967295,4294967295,1507327,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,1507327,1507327,1441814,1441814,1441814,1441814,1441814,7208982,1441814,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,1441814,1441814,1441814,1441814,1441814,4294967295,4294967295,4294967295,1507327,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,1507327,1507327,1441814,1441814,1441814,1441814,1441814,1441814,7274518,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,1441814,1441814,1441814,1441814,1441814,4294967295,4294967295,4294967295,1507327,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,1507327,1507327,1441814,7340054,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,1441814,1441814,1441814,1441814,1441814,4294967295,4294967295,4294967295,1507327,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,1507327,7471103,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,1441814,1441814,1441814,1441814,1441814,4294967295,4294967295,4294967295,1507327,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,1507327,1507327,1441814,7471126,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,1441814,1441814,1441814,1441814,1441814,4294967295,4294967295,4294967295,1507327,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,1507327,1507327,1441814,1441814,1441814,7536662,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,1441814,1441814,1441814,1441814,1441814,4294967295,4294967295,4294967295,1507327,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,1507327,1507327,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,7602198,1441814,1441814,1441814,4294901782,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,1441814,1441814,1441814,1441814,1441814,4294967295,4294967295,4294967295,1507327,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,1507327,1507327,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441909,1441814,4294901782,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,1441814,1441814,1441814,1441814,1441814,4294967295,4294967295,4294967295,1507327,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,1507327,1507327,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441910,1441814,1441814,4294901782,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,1441814,1441814,1441814,1441814,1441814,4294967295,4294967295,4294967295,1507327,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,1507327,1507327,1441814,1441814,1441814,1441814,1441814,1441911,1441814,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,1441814,1441814,1441814,1441814,1441814,4294967295,4294967295,4294967295,1507327,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,1507327,1507327,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,7864342,1441814,1441814,4294901782,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,1441814,1441814,1441814,1441814,1441814,4294967295,4294967295,4294967295,1507327,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,1507327,1507327,1441814,1441814,1441814,1441814,1441814,1441814,7929878,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,1441814,1441814,1441814,1441814,1441814,4294967295,4294967295,4294967295,1507327,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,1507327,1507327,1441814,7995414,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,4294967295,5898330,5898330,5898330,5898330,5898330,5963775,4294901850,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898274,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898332,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228347,2228258,4128802,2228258,2228258,2228258,4194338,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228289,2228258,2228290,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,2228258,4294836258,4390946,2228258,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,8192090,5898330,5898330,5898330,5898330,5898330,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,8323135,4128831,4128831,4128831,4128831,4128831,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160512,6160478,8454238,6160478,6160514,6160478,8585310,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160516,6160478,6160517,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,4294836318,8781918,6160478,8847495,8847495,8847495,8847495,8847495,8847394,2228359,8847495,8847495,8847495,8847495,8847495,8847495,8847495,8847495,8847495,8847495,8847496,8847495,8978567,8847495,8847498,8847495,6226055,8847495,8847495,8847495,8847495,8847495,8847495,8847495,8847495,8847495,8847495,8847495,8847495,8847495,8847495,8847495,8847495,8847495,8847495,8847495,8847495,8847495,8847495,8847499,8847495,8847500,8847495,8847495,8847495,8847495,8847495,8847495,8847495,8847495,8847495,8847495,8847495,8847495,4294836359,9240711,8847495,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,9371714,4325442,4325442,4325442,4325442,4325442,6357089,6357089,6357089,6357089,6357089,6357026,2228321,6357089,6357089,6357089,6357089,6357089,6357089,6357089,6357089,6357089,6357089,6357054,6357089,9437281,6357089,6357089,6357089,9502817,6357089,6357089,6357089,6357089,6357089,6357089,6357089,6357089,6357089,6357089,6357089,6357089,6357089,6357089,6357089,6357089,6357089,6357089,6357089,6357089,6357089,6357089,6357138,6357089,6357139,6357089,6357089,6357089,6357089,6357089,6357089,6357089,6357089,6357089,6357089,6357089,6357089,4294836321,4391009,6357089,4456516,4456516,4456516,4456516,4456516,4456516,4456516,4456516,4456516,4456516,4456516,4456516,4456516,4456516,4456516,4456516,4456516,4456516,4456516,4456516,4456516,4456516,4456516,4456516,4456516,4456516,4456516,4456516,4456516,4456516,4456516,4456516,4456516,4456516,4456516,4456516,4456516,4456516,4456516,4456516,4456516,4456516,4456516,4456516,4456516,4456516,4456516,4456516,4456516,4456516,4456516,4456516,4456516,4456516,4456516,4456516,4456516,4456516,9699396,4456516,4456516,4456516,4456516,4456516,262148,262148,262148,262148,262148,327679,4294901764,262148,262148,262148,262148,262148,262148,262148,262148,262148,262148,262148,262148,2490372,262148,262148,262148,262148,9765013,9765013,9765013,9765013,9765013,262148,262148,262148,9764868,9765013,9765013,262293,262148,262148,262148,262148,262148,262148,262148,262148,262148,262148,262183,262148,9764868,9765013,9765013,262293,262148,262148,262148,262148,262148,262148,262148,262148,262148,262148,262148,262148,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653157,4653127,9830471,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,4653127,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750312,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750312,6750311,9896039,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,6750311,10027161,10027161,10027161,10027161,10027161,10027161,10027161,10027161,10027161,10027161,10027161,10027161,10027161,10027161,10027161,10027161,10027161,10027161,10027161,10027161,10027161,10027162,10027161,10027161,10027161,10027161,10027161,10027161,10027161,10027161,10027161,10027161,10027161,10027161,10027161,10027161,10027161,10027161,10027161,10027161,10027161,10027161,10027161,10027161,10027161,10027161,10027161,10027161,10027161,10027161,10027161,10027161,10027161,10027161,10027161,10027161,10027161,10027161,10027161,10027161,10027161,10027161,10027161,10027161,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,1441814,1441814,1441814,1441814,1441814,4294967295,4294967295,4294967295,1507327,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,1507327,1507327,1441814,1441814,1441814,1441947,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,1441814,1441814,1441814,1441814,1441814,4294967295,4294967295,4294967295,1507327,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,1507327,1507327,1441814,1441814,1441814,1441814,1441814,1441814,1441948,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,1441814,1441814,1441814,1441814,1441814,4294967295,4294967295,4294967295,1507327,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,1507327,1507327,1441814,1441814,1441814,1441814,1441814,1441949,1441814,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,1441814,1441814,1441814,1441814,1441814,4294967295,4294967295,4294967295,1507327,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,1507327,1507327,1441814,1441814,1441814,1441814,1441814,10354710,1441814,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,1441814,1441814,1441814,1441814,1441814,4294967295,4294967295,4294967295,1507327,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,1507327,1507327,1441814,1441814,1441814,1441814,1441814,10420246,1441814,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,1441814,1441814,1441814,1441814,1441814,4294967295,4294967295,4294967295,1507327,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,1507327,1507327,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441952,1441814,1441814,1441814,4294901782,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,1441814,1441814,1441814,1441814,1441814,4294967295,4294967295,4294967295,1507327,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,1507327,1507327,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441953,1441814,1441814,1441814,4294901782,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,1441814,1441814,1441814,1441814,1441814,4294967295,4294967295,4294967295,1507327,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,1507327,1507327,1441814,1441814,1441814,1441814,1441814,1441954,1441814,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,1441814,1441814,1441814,1441814,1441814,4294967295,4294967295,4294967295,1507327,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,1507327,1507327,1441814,1441814,1441814,1441814,1441814,1441814,10682390,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,1441814,1441814,1441814,1441814,1441814,4294967295,4294967295,4294967295,1507327,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,1507327,1507327,1441814,10747926,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,1441814,1441814,1441814,1441814,1441814,4294967295,4294967295,4294967295,1507327,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,1507327,10878975,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,1441814,1441814,1441814,1441814,1441814,4294967295,4294967295,4294967295,1507327,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,1507327,1507327,1441814,10878998,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,1441814,1441814,1441814,1441814,1441814,4294967295,4294967295,4294967295,1507327,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,1507327,1507327,1441814,1441814,1441814,10944534,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,1441814,1441814,1441814,1441814,1441814,4294967295,4294967295,4294967295,1507327,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,1507327,1507327,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441960,1441814,1441814,1441814,4294901782,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,1441814,1441814,1441814,1441814,1441814,4294967295,4294967295,4294967295,1507327,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,1507327,1507327,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,11075606,1441814,4294901782,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,1441814,1441814,1441814,1441814,1441814,4294967295,4294967295,4294967295,1507327,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,1507327,1507327,1441814,1441814,1441814,1441814,1441814,1441814,1441962,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,4294967295,11206827,11206827,11206827,11206827,11206827,11206828,11272363,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206829,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206830,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,8126588,8126588,8126588,8126588,8126588,8191999,4294901884,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126639,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126640,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,5898330,5898330,5898330,5898330,5898330,5963775,4294901850,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898274,5898330,5898330,5898330,5898330,5898330,5898330,11600049,11600049,11600049,11600049,11600049,5898330,5898330,5898330,11599962,11600049,11600049,5898417,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898332,5898330,11599962,11600049,11600049,5898417,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,8257662,8257662,8257662,8257662,8257662,8323071,4294901886,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,11468926,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257714,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,4128831,4128831,4128831,4128831,4128831,4194303,4294901823,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,2228287,4128831,4128831,4128831,4128831,11731123,11731123,11731123,11731123,11731123,4128831,4128831,4128831,11731007,11731123,11731123,4128947,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128861,4128831,11731007,11731123,11731123,4128947,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,11796660,11796660,11796660,11796660,11796660,11796661,11862196,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796662,11796660,11796660,11796660,11796663,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796664,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,8454273,8454273,8454273,8454273,8454273,8454325,11862145,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,6160513,8454273,8454329,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454330,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160512,6160478,8454238,6160478,6160514,6160478,12255326,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160516,6160478,6160517,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,4294836318,8781918,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160512,6160478,8454238,6160478,6160514,6160478,12320862,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160516,6160478,6160517,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,4294836318,8781918,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160514,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,8716421,8716421,8716421,8716421,8716421,8716469,11862149,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716469,8716421,8716421,8716421,8716477,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716478,8716421,8716479,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,11862197,11862197,11862197,11862197,11862197,11862197,11862197,11862197,11862197,11862197,11862197,11862197,11862197,11862197,11862197,11862197,11862197,11862197,11862197,11862197,11862197,11862208,11862197,11862197,11862197,11862197,11862197,11862197,11862197,11862197,11862197,11862197,11862197,11862197,11862197,11862197,11862197,11862197,11862197,11862197,11862197,11862197,11862197,11862197,11862197,11862197,11862197,11862197,11862197,11862197,11862197,11862197,11862197,11862197,11862197,11862197,11862197,11862197,11862197,11862197,11862197,11862197,11862197,11862197,8847495,8847495,8847495,8847495,8847495,8847394,2228359,8847495,8847495,8847495,8847495,8847495,8847495,8847495,8847495,8847495,8847495,8847496,8847495,8978567,8847495,8847495,8847495,6226055,8847495,8847495,8847495,8847495,8847495,8847495,8847495,8847495,8847495,8847495,8847495,8847495,8847495,8847495,8847495,8847495,8847495,8847495,8847495,8847495,8847495,8847495,8847499,8847495,8847500,8847495,8847495,8847495,8847495,8847495,8847495,8847495,8847495,8847495,8847495,8847495,8847495,4294836359,9240711,8847495,12648641,12648641,12648641,12648641,12648641,12648482,2228417,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648642,12648641,12779713,12648641,12648641,12648641,12845249,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648645,12648641,12648646,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648641,4294836417,9240769,12648641,8978569,8978569,8978569,8978569,8978569,8978466,2228361,8978569,8978569,8978569,8978569,8978569,8978569,8978569,8978569,8978569,8978569,8978631,8978569,8978569,8978569,8978569,8978569,13107337,8978569,8978569,8978569,8978569,8978569,8978569,8978569,8978569,8978569,8978569,8978569,8978569,8978569,8978569,8978569,8978569,8978569,8978569,8978569,8978569,8978569,8978569,8978633,8978569,8978634,8978569,8978569,8978569,8978569,8978569,8978569,8978569,8978569,8978569,8978569,8978569,8978569,4294836361,9240713,8978569,9044106,9044106,9044106,9044106,9044106,9044171,13303946,9044106,9044106,9044106,9044106,9044106,9044106,9044106,9044106,9044106,9044106,9044172,9044106,13435018,9044106,9044174,9044106,13566090,9044106,9044106,9044106,9044106,9044106,9044106,9044106,9044106,9044106,9044106,9044106,9044106,9044106,9044106,9044106,9044106,9044106,9044106,9044106,9044106,9044106,9044106,9044176,9044106,9044177,9044106,9044106,9044106,9044106,9044106,9044106,9044106,9044106,9044106,9044106,9044106,9044106,4294836362,9240714,9044106,9175180,9175180,9175180,9175180,9175180,9175074,2228364,9175180,9175180,9175180,9175180,9175180,9175180,9175180,9175180,9175180,9175180,9175176,9175180,13762700,9175180,9175180,9175180,13828236,9175180,9175180,9175180,9175180,9175180,9175180,9175180,9175180,9175180,9175180,9175180,9175180,9175180,9175180,9175180,9175180,9175180,9175180,9175180,9175180,9175180,9175180,9175252,9175180,9175180,9175180,9175180,9175180,9175180,9175180,9175180,9175180,9175180,9175180,9175180,9175180,9175180,4294836364,9240716,9175180,9306254,9306254,9306254,9306254,9306254,9371647,4294901902,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9371647,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306325,9306254,9306326,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,4325442,4325442,4325442,4325442,4325442,4390911,4294901826,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4390911,4325442,4325442,4325442,4325442,4325442,4325442,14090455,14090455,14090455,14090455,14090455,4325442,4325442,4325442,14090306,14090455,14090455,4325591,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325472,4325442,14090337,14090455,14090455,4325591,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,9437328,9437328,9437328,9437328,9437328,9502719,4294901904,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437247,9437328,6357136,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437400,9437328,9437401,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,6357089,6357089,6357089,6357089,6357089,6357026,2228321,6357089,6357089,6357089,6357089,6357089,6357089,6357089,6357089,6357089,6357089,6357054,6357089,9437281,6357089,6357183,6357089,13828193,6357089,6357089,6357089,6357089,6357089,6357089,6357089,6357089,6357089,6357089,6357089,6357089,6357089,6357089,6357089,6357089,6357089,6357089,6357089,6357089,6357089,6357089,6357138,6357089,6357139,6357089,6357089,6357089,6357089,6357089,6357089,6357089,6357089,6357089,6357089,6357089,6357089,4294836321,4391009,6357089,6357089,6357089,6357089,6357089,6357089,6357089,6357089,6357089,6357089,6357089,6357089,6357089,6357089,6357089,6357089,6357089,6357089,6357089,6357089,6357089,6357089,6357089,6357089,6357089,6357089,6357089,6357089,6357089,6357089,6357089,6357089,6357089,6357089,6357089,6357089,6357089,6357089,6357089,6357089,6357089,6357089,6357089,6357089,6357089,6357089,6357089,6357089,6357089,6357089,6357089,6357089,6357089,6357089,6357089,6357089,6357089,6357089,6357089,14286945,6357089,6357089,6357089,6357089,6357089,9633939,9633939,9633939,9633939,9633939,9633826,2228371,9633939,9633939,9633939,9633939,9633939,9633939,9633939,9633939,9633939,9633939,9633854,9633939,14352531,9633939,9633939,9633939,14418067,9633939,9633939,9633939,9633939,9633939,9633939,9633939,9633939,9633939,9633939,9633939,9633939,9633939,9633939,9633939,9633939,9633939,9633939,9633939,9633939,9633939,9633939,9634013,9633939,9633889,9633939,9633939,9633939,9633939,9633939,9633939,9633939,9633939,9633939,9633939,9633939,9633939,4294836371,14549139,9633939,4456516,4456516,4456516,4456516,4456516,4521983,4294901828,4456516,4456516,4456516,4456516,4456516,4456516,4456516,4456516,4456516,4456516,4456516,4456516,6422596,4456516,4456516,4456516,4456516,14614751,14614751,14614751,14614751,14614751,4456516,4456516,4456516,14614596,14614751,14614751,4456671,4456516,4456516,4456516,4456516,4456516,4456516,4456516,4456516,4456516,4456516,4456547,4456516,14614596,14614751,14614751,4456671,4456516,4456516,4456516,4456516,4456516,4456516,4456516,4456516,4456516,4456516,4456516,4456516,262148,262148,262148,262148,262148,327679,4294901764,262148,262148,262148,262148,262148,262148,262148,262148,262148,262148,262148,262148,2490372,262148,262148,262148,262148,14680288,14680288,14680288,14680288,14680288,262148,262148,262148,14680068,14680288,14680288,262368,262148,262148,262148,262148,262148,262148,262148,262148,262148,262148,262183,262148,14680068,14680288,14680288,262368,262148,262148,262148,262148,262148,262148,262148,262148,262148,262148,262148,262148,10027161,10027161,10027161,10027161,10027161,10027161,10027161,10027161,10027161,10027161,10027161,10027161,10027161,10027161,10027161,10027161,10027161,10027161,10027161,10027161,10027161,10027162,10027161,14745753,10027161,10027161,10027161,10027161,10027161,10027161,10027161,10027161,10027161,10027161,10027161,10027161,10027161,10027161,10027161,10027161,10027161,10027161,10027161,10027161,10027161,10027161,10027161,10027161,10027161,10027161,10027161,10027161,10027161,10027161,10027161,10027161,10027161,10027161,10027161,10027161,10027161,10027161,10027161,10027161,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,1441814,1441814,1441814,1441814,1441814,4294967295,4294967295,4294967295,1507327,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,1507327,1507327,1441814,14811158,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,1441814,1441814,1441814,1441814,1441814,4294967295,4294967295,4294967295,1507327,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,1507327,1507327,1441814,1441814,1441814,1441814,1441814,1442019,1441814,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,1441814,1441814,1441814,1441814,1441814,4294967295,4294967295,4294967295,1507327,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,1507327,1507327,1441814,14942230,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,1441814,1441814,1441814,1441814,1441814,4294967295,4294967295,4294967295,1507327,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,1507327,15073279,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,1441814,1441814,1441814,1441814,1441814,4294967295,4294967295,4294967295,1507327,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,1507327,1507327,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1442022,1441814,1441814,4294901782,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,1441814,1441814,1441814,1441814,1441814,4294967295,4294967295,4294967295,1507327,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,1507327,1507327,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,15138838,1441814,1441814,1441814,4294901782,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,1441814,1441814,1441814,1441814,1441814,4294967295,4294967295,4294967295,1507327,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,1507327,1507327,1441814,1441814,1441814,1441814,1441814,1441814,1442024,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,1441814,1441814,1441814,1441814,1441814,4294967295,4294967295,4294967295,1507327,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,1507327,1507327,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1442025,1441814,1441814,1441814,4294901782,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,1441814,1441814,1441814,1441814,1441814,4294967295,4294967295,4294967295,1507327,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,1507327,1507327,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1442026,1441814,1441814,4294901782,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,1441814,1441814,1441814,1441814,1441814,4294967295,4294967295,4294967295,1507327,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,1507327,1507327,15400982,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,1441814,1441814,1441814,1441814,1441814,4294967295,4294967295,4294967295,1507327,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,1507327,1507327,15466518,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,1441814,1441814,1441814,1441814,1441814,4294967295,4294967295,4294967295,1507327,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,1507327,1507327,1441814,1441814,1441814,1441814,1441814,1441814,1442029,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,1441814,1441814,1441814,1441814,1441814,4294967295,4294967295,4294967295,1507327,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,1507327,1507327,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,15597590,1441814,1441814,1441814,4294901782,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,1441814,1441814,1441814,1441814,1441814,4294967295,4294967295,4294967295,1507327,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,1507327,1507327,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,15663126,1441814,1441814,1441814,4294901782,4294967295,4294967295,11206827,11206827,11206827,11206827,11206827,11206828,11272363,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206896,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206830,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272433,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272434,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925492,15925491,16056563,15925491,15925491,15925491,16122099,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925495,15925491,15925496,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,4294836467,4391155,15925491,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206906,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206907,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,16515243,11206827,11206827,11206827,11206827,11206827,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11469053,11468975,8257711,11468975,11468975,11468975,16646319,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11469055,11468975,11468942,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,4294836399,16777391,11468975,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,16842876,8126588,8126588,8126588,8126588,8126588,5898330,5898330,5898330,5898330,5898330,5963775,4294901850,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898274,5898330,5898330,5898330,5898330,5898330,5898330,16908546,16908546,16908546,16908546,16908546,5898330,5898330,5898330,16908378,16908546,16908546,5898498,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898332,5898330,16908378,16908546,16908546,5898498,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,16973950,8257662,8257662,8257662,8257662,8257662,4128831,4128831,4128831,4128831,4128831,4194303,4294901823,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,2228287,4128831,4128831,4128831,4128831,17039620,17039620,17039620,17039620,17039620,4128831,4128831,4128831,17039423,17039620,17039620,4129028,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128861,4128831,17039423,17039620,17039620,4129028,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,11796660,11796660,11796660,11796660,11796660,11796661,11862196,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796574,11796660,11796660,11796660,11796663,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796664,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160645,6160478,8454238,6160478,6160514,6160478,8585310,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160516,6160478,6160517,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,6160478,4294836318,8781918,6160478,11796660,11796660,11796660,11796660,11796660,11796661,11862196,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796574,11796660,11796660,11796660,11796663,11796660,17170612,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796664,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796663,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,17236148,11796660,11796660,11796660,11796660,11796660,8454273,8454273,8454273,8454273,8454273,8454325,11862145,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,6160513,8454273,8454329,8454273,17301633,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454330,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454329,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,17367169,8454273,8454273,8454273,8454273,8454273,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304074,13304011,17498315,13304011,13304076,13304011,17629387,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304078,13304011,13304079,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,4294836427,4391115,13304011,17826064,17826064,17826064,17826064,17826064,17825886,6160656,17826064,17826064,17826064,17826064,17826064,17826064,17826064,17826064,17826064,17826064,17826065,17826064,17957136,17826064,17826067,17826064,12321040,17826064,17826064,17826064,17826064,17826064,17826064,17826064,17826064,17826064,17826064,17826064,17826064,17826064,17826064,17826064,17826064,17826064,17826064,17826064,17826064,17826064,17826064,17826068,17826064,17826069,17826064,17826064,17826064,17826064,17826064,17826064,17826064,17826064,17826064,17826064,17826064,17826064,4294836496,18219280,17826064,8716421,8716421,8716421,8716421,8716421,8716469,11862149,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716469,8716421,8716421,8716421,8716477,8716421,18284677,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716478,8716421,8716479,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716477,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,18350213,8716421,8716421,8716421,8716421,8716421,12517567,12517567,12517567,12517567,12517567,12517470,6160575,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517504,12517567,18415807,12517567,12517658,12517567,18546879,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517660,12517567,12517661,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517567,4294836415,8782015,12517567,11862197,11862197,11862197,11862197,11862197,11862197,11862197,11862197,11862197,11862197,11862197,11862197,11862197,11862197,11862197,11862197,11862197,11862197,11862197,11862197,11862197,11862208,11862197,13303989,11862197,11862197,11862197,11862197,11862197,11862197,11862197,11862197,11862197,11862197,11862197,11862197,11862197,11862197,11862197,11862197,11862197,11862197,11862197,11862197,11862197,11862197,11862197,11862197,11862197,11862197,11862197,11862197,11862197,11862197,11862197,11862197,11862197,11862197,11862197,11862197,11862197,11862197,11862197,11862197,12648641,12648641,12648641,12648641,12648641,12648482,2228417,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648584,12648641,12779713,12648641,12648641,12648641,12845249,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648645,12648641,12648646,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648641,4294836417,9240769,12648641,12648641,12648641,12648641,12648641,12648641,12648482,2228417,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648734,12648641,12779713,12648641,12648641,12648641,12845249,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648645,12648641,12648646,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648641,4294836417,9240769,12648641,12779715,12779715,12779715,12779715,12779715,12779554,2228419,12779715,12779715,12779715,12779715,12779715,12779715,12779715,12779715,12779715,12779715,12779719,12779715,12779715,12779715,12779715,12779715,18809027,12779715,12779715,12779715,12779715,12779715,12779715,12779715,12779715,12779715,12779715,12779715,12779715,12779715,12779715,12779715,12779715,12779715,12779715,12779715,12779715,12779715,12779715,12779808,12779715,12779809,12779715,12779715,12779715,12779715,12779715,12779715,12779715,12779715,12779715,12779715,12779715,12779715,4294836419,9240771,12779715,12648641,12648641,12648641,12648641,12648641,12648482,2228417,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648584,12648641,12779713,12648641,12648738,12648641,12845249,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648645,12648641,12648646,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648641,4294836417,9240769,12648641,12648641,12648641,12648641,12648641,12648641,12648739,19071169,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648584,12648641,12779713,12648641,12648641,12648641,12845249,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648740,12648641,12648646,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648641,19202241,12648641,12648641,4294836417,9240769,12648641,12976326,12976326,12976326,12976326,12976326,12976162,2228422,12976326,12976326,12976326,12976326,12976326,12976326,12976326,12976326,12976326,12976326,12976264,12976326,19267782,12976326,12976326,12976326,19333318,12976326,12976326,12976326,12976326,12976326,12976326,12976326,12976326,12976326,12976326,12976326,12976326,12976326,12976326,12976326,12976326,12976326,12976326,12976326,12976326,12976326,12976326,12976424,12976326,12976326,12976326,12976326,12976326,12976326,12976326,12976326,12976326,12976326,12976326,12976326,12976326,12976326,4294836422,9240774,12976326,19464489,19464489,19464489,19464489,19464489,19464226,2228521,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464490,19464489,12779817,19464489,19464489,19464489,19595561,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464492,19464489,19464493,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464489,4294836521,9240873,19464489,8978569,8978569,8978569,8978569,8978569,8978466,2228361,8978569,8978569,8978569,8978569,8978569,8978569,8978569,8978569,8978569,8978569,8978631,8978569,8978569,8978569,8978734,8978569,13107337,8978569,8978569,8978569,8978569,8978569,8978569,8978569,8978569,8978569,8978569,8978569,8978569,8978569,8978569,8978569,8978569,8978569,8978569,8978569,8978569,8978569,8978569,8978633,8978569,8978634,8978569,8978569,8978569,8978569,8978569,8978569,8978569,8978569,8978569,8978569,8978569,8978569,4294836361,9240713,8978569,8978569,8978569,8978569,8978569,8978569,8978735,19857545,8978569,8978569,8978569,8978569,8978569,8978569,8978569,8978569,8978569,8978569,8978631,8978569,8978569,8978569,8978569,8978569,13107337,8978569,8978569,8978569,8978569,8978569,8978569,8978569,8978569,8978569,8978569,8978569,8978569,8978569,8978569,8978569,8978569,8978569,8978569,8978569,8978569,8978569,8978569,8978736,8978569,8978634,8978569,8978569,8978569,8978569,8978569,8978569,8978569,8978569,8978569,19988617,8978569,8978569,4294836361,9240713,8978569,13238474,13238474,13238474,13238474,13238474,13238306,2228426,13238474,13238474,13238474,13238474,13238474,13238474,13238474,13238474,13238474,13238474,13238471,13238474,13762762,13238474,13238474,13238474,20054218,13238474,13238474,13238474,13238474,13238474,13238474,13238474,13238474,13238474,13238474,13238474,13238474,13238474,13238474,13238474,13238474,13238474,13238474,13238474,13238474,13238474,13238474,13238579,13238474,13238474,13238474,13238474,13238474,13238474,13238474,13238474,13238474,13238474,13238474,13238474,13238474,13238474,4294836426,9240778,13238474,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304074,13304011,17498315,13304011,13304076,13304011,20185291,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304078,13304011,13304079,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,4294836427,4391115,13304011,20250933,20250933,20250933,20250933,20250933,20250827,13304117,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250934,20250933,20382005,20250933,20250936,20250933,20513077,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250938,20250933,20250939,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250933,4294836533,9240885,20250933,13435085,13435085,13435085,13435085,13435085,13435083,13304013,13435085,13435085,13435085,13435085,13435085,13435085,13435085,13435085,13435085,13435085,13435196,13435085,13435085,13435085,13435197,13435085,20840653,13435085,13435085,13435085,13435085,13435085,13435085,13435085,13435085,13435085,13435085,13435085,13435085,13435085,13435085,13435085,13435085,13435085,13435085,13435085,13435085,13435085,13435085,13435199,13435085,13435200,13435085,13435085,13435085,13435085,13435085,13435085,13435085,13435085,13435085,13435085,13435085,13435085,4294836429,9240781,13435085,9044106,9044106,9044106,9044106,9044106,9044171,13303946,9044106,9044106,9044106,9044106,9044106,9044106,9044106,9044106,9044106,9044106,9044172,9044106,13435018,9044106,9044289,9044106,13566090,9044106,9044106,9044106,9044106,9044106,9044106,9044106,9044106,9044106,9044106,9044106,9044106,9044106,9044106,9044106,9044106,9044106,9044106,9044106,9044106,9044106,9044106,9044176,9044106,9044177,9044106,9044106,9044106,9044106,9044106,9044106,9044106,9044106,9044106,9044106,9044106,9044106,4294836362,9240714,9044106,13697233,13697233,13697233,13697233,13697233,13697227,13304017,13697233,13697233,13697233,13697233,13697233,13697233,13697233,13697233,13697233,13697233,13697228,13697233,21102801,13697233,13697347,13697233,21233873,13697233,13697233,13697233,13697233,13697233,13697233,13697233,13697233,13697233,13697233,13697233,13697233,13697233,13697233,13697233,13697233,13697233,13697233,13697233,13697233,13697233,13697233,13697349,13697233,13697233,13697233,13697233,13697233,13697233,13697233,13697233,13697233,13697233,13697233,13697233,13697233,13697233,4294836433,9240785,13697233,13762770,13762770,13762770,13762770,13762770,13762594,2228434,13762770,13762770,13762770,13762770,13762770,13762770,13762770,13762770,13762770,13762770,13762759,13762770,13762770,13762770,13762770,13762770,21364946,13762770,13762770,13762770,13762770,13762770,13762770,13762770,13762770,13762770,13762770,13762770,13762770,13762770,13762770,13762770,13762770,13762770,13762770,13762770,13762770,13762770,13762770,13762887,13762770,13762762,13762770,13762770,13762770,13762770,13762770,13762770,13762770,13762770,13762770,13762770,13762770,13762770,4294836434,9240786,13762770,9175180,9175180,9175180,9175180,9175180,9175074,2228364,9175180,9175180,9175180,9175180,9175180,9175180,9175180,9175180,9175180,9175180,9175176,9175180,13762700,9175180,9175368,9175180,13828236,9175180,9175180,9175180,9175180,9175180,9175180,9175180,9175180,9175180,9175180,9175180,9175180,9175180,9175180,9175180,9175180,9175180,9175180,9175180,9175180,9175180,9175180,9175252,9175180,9175180,9175180,9175180,9175180,9175180,9175180,9175180,9175180,9175180,9175180,9175180,9175180,9175180,4294836364,9240716,9175180,9175180,9175180,9175180,9175180,9175180,9175137,6357132,9175180,9175180,9175180,9175180,9175180,9175180,9175180,9175180,9175180,9175180,9175369,9175180,13762700,9175180,9175180,9175180,13828236,9175180,9175180,9175180,9175180,9175180,9175180,9175180,9175180,9175180,9175180,9175180,9175180,9175180,9175180,9175180,9175180,9175180,9175180,9175180,9175180,9175180,9175180,9175370,9175180,9175180,9175180,9175180,9175180,9175180,9175180,9175180,9175180,9175180,9175180,21692556,9175180,9175180,4294836364,9240716,9175180,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,21758094,9306254,9306254,9306254,9306254,9306254,14024918,14024918,14024918,14024918,14024918,14024879,11469014,14024918,14024918,14024918,14024918,14024918,14024918,14024918,14024918,14024918,14024918,14024957,14024918,21823702,14024918,14024918,14024918,21889238,14024918,14024918,14024918,14024918,14024918,14024918,14024918,14024918,14024918,14024918,14024918,14024918,14024918,14024918,14024918,14024918,14024918,14024918,14024918,14024918,14024918,14024918,14025039,14024918,14025040,14024918,14024918,14024918,14024918,14024918,14024918,14024918,14024918,14024918,14024918,14024918,14024918,4294836438,16777430,14024918,4325442,4325442,4325442,4325442,4325442,4390911,4294901826,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4390911,4325442,4325442,4325442,4325442,4325442,4325442,22085969,22085969,22085969,22085969,22085969,4325442,4325442,4325442,22085698,22085969,22085969,4325713,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325472,4325442,22085729,22085969,22085969,4325713,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,22151312,9437328,9437328,9437328,9437328,9437328,14221529,14221529,14221529,14221529,14221529,14221346,2228441,14221529,14221529,14221529,14221529,14221529,14221529,14221529,14221529,14221529,14221529,14221651,14221529,22282457,14221529,14221529,14221529,22347993,14221529,14221529,14221529,14221529,14221529,14221529,14221529,14221529,14221529,14221529,14221529,14221529,14221529,14221529,14221529,14221529,14221529,14221529,14221529,14221529,14221529,14221529,14221654,14221529,14221655,14221529,14221529,14221529,14221529,14221529,14221529,14221529,14221529,14221529,14221529,14221529,14221529,4294836441,22544601,14221529,6357089,6357089,6357089,6357089,6357089,6357026,2228321,6357089,6357089,6357089,6357089,6357089,6357089,6357089,6357089,6357089,6357089,6357054,6357089,9437281,6357089,6357089,6357089,9502817,22610265,22610265,22610265,22610265,22610265,6357089,6357089,6357089,22610017,22610265,22610265,6357337,6357089,6357089,6357089,6357089,6357089,6357089,6357089,6357089,6357089,6357089,6357138,6357089,22610067,22610265,22610265,6357337,6357089,6357089,6357089,6357089,6357089,6357089,6357089,6357089,6357089,4294836321,4391009,6357089,14352603,14352603,14352603,14352603,14352603,14417919,4294901979,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352447,14352603,9634011,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352730,14352603,14352731,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,9633939,9633939,9633939,9633939,9633939,9633826,2228371,9633939,9633939,9633939,9633939,9633939,9633939,9633939,9633939,9633939,9633939,9633854,9633939,14352531,9633939,9634140,9633939,22872211,9633939,9633939,9633939,9633939,9633939,9633939,9633939,9633939,9633939,9633939,9633939,9633939,9633939,9633939,9633939,9633939,9633939,9633939,9633939,9633939,9633939,9633939,9634013,9633939,9633889,9633939,9633939,9633939,9633939,9633939,9633939,9633939,9633939,9633939,9633939,9633939,9633939,4294836371,14549139,9633939,9633939,9633939,9633939,9633939,9633939,9633939,9633939,9633939,9633939,9633939,9633939,9633939,9633939,9633939,9633939,9633939,9633939,9633939,9633939,9633939,9633939,9633939,9633939,9633939,9633939,9633939,9633939,9633939,9633939,9633939,9633939,9633939,9633939,9633939,9633939,9633939,9633939,9633939,9633939,9633939,9633939,9633939,9633939,9633939,9633939,9633939,9633939,9633939,9633939,9633939,9633939,9633939,9633939,9633939,9633939,9633939,9633939,9633939,22937747,9633939,9633939,9633939,9633939,9633939,4456516,4456516,4456516,4456516,4456516,4521983,4294901828,4456516,4456516,4456516,4456516,4456516,4456516,4456516,4456516,4456516,4456516,4456516,4456516,6422596,4456516,4456516,4456516,4456516,23003487,23003487,23003487,23003487,23003487,4456516,4456516,4456516,23003204,23003487,23003487,4456799,4456516,4456516,4456516,4456516,4456516,4456516,4456516,4456516,4456516,4456516,4456547,4456516,23003204,23003487,23003487,4456799,4456516,4456516,4456516,4456516,4456516,4456516,4456516,4456516,4456516,4456516,4456516,4456516,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,1441814,1441814,1441814,1441814,1441814,4294967295,4294967295,4294967295,1507327,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,1507327,1507327,1441814,1441814,1441814,1441814,1441814,1442144,1441814,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,1441814,1441814,1441814,1441814,1441814,4294967295,4294967295,4294967295,1507327,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,1507327,1507327,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,23134230,4294901782,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,1441814,1441814,1441814,1441814,1441814,4294967295,4294967295,4294967295,1507327,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,1507327,1507327,1441814,1441814,1441814,1441814,1441814,1441814,1442146,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,1441814,1441814,1441814,1441814,1441814,4294967295,4294967295,4294967295,1507327,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,1507327,1507327,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1442147,1441814,1441814,1441814,4294901782,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,1441814,1441814,1441814,1441814,1441814,4294967295,4294967295,4294967295,1507327,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,1507327,1507327,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,23330838,1441814,1441814,1441814,4294901782,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,1441814,1441814,1441814,1441814,1441814,4294967295,4294967295,4294967295,1507327,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,1507327,1507327,1441814,23396374,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,1441814,1441814,1441814,1441814,1441814,4294967295,4294967295,4294967295,1507327,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,1507327,1507327,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1442150,1441814,1441814,4294901782,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,1441814,1441814,1441814,1441814,1441814,4294967295,4294967295,4294967295,1507327,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,1507327,1507327,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,23527446,1441814,1441814,1441814,4294901782,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,23658495,4294902120,23593320,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294902120,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,1441814,1441814,1441814,1441814,1441814,4294967295,4294967295,4294967295,1507327,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,1507327,1507327,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,23658518,4294967295,4294967295,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925610,15925491,16056563,15925491,15925491,15925491,16122099,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925495,15925491,15925496,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,4294836467,4391155,15925491,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272555,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272434,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272557,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272558,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,24051884,11272364,11272364,11272364,11272364,11272364,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925616,15925491,16056563,15925491,15925491,15925491,16122099,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925495,15925491,15925496,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,4294836467,4391155,15925491,11206827,11206827,11206827,11206827,11206827,11206828,11272363,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11207025,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206830,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,16056565,16056565,16056565,16056565,16056565,16056492,11272437,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056690,16056565,15925493,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056691,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925616,15925491,16056563,15925491,15925620,15925491,24445171,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925495,15925491,15925496,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,4294836467,4391155,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925622,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925623,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,24641779,15925491,15925491,15925491,15925491,15925491,16253176,16253176,16253176,16253176,16253176,16253100,11272440,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253169,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253305,16253176,16253306,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16318713,16318713,16318713,16318713,16318713,16318828,23855353,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318843,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318844,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,11206827,11206827,11206827,11206827,11206827,11206828,11272363,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11207037,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206830,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206828,11272363,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206896,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206830,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,25034923,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206828,11272363,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206896,11206827,11206827,11206827,11206827,11206827,11206827,25100671,25100671,25100671,25100671,25100671,11206827,11206827,11206827,25100459,25100671,25100671,11207039,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206830,11206827,25100459,25100671,25100671,11207039,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,8126588,8126588,8126588,8126588,8126588,8191999,4294901884,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126848,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126640,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11469053,11468975,8257711,11468975,11469185,11468975,25297071,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11469055,11468975,11468942,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,4294836399,16777391,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,8126588,8126588,8126588,8126588,8126588,8191999,4294901884,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126639,8126588,8126588,8126588,8126588,8126588,8126588,25362819,25362819,25362819,25362819,25362819,8126588,8126588,8126588,25362556,25362819,25362819,8126851,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126640,8126588,25362556,25362819,25362819,8126851,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,5898330,5898330,5898330,5898330,5898330,5963775,4294901850,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898274,5898330,5898330,5898330,5898330,5898330,5898330,25428356,25428356,25428356,25428356,25428356,5898330,5898330,5898330,25428058,25428356,25428356,5898628,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898332,5898330,25428058,25428356,25428356,5898628,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,8257662,8257662,8257662,8257662,8257662,8323071,4294901886,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,11468926,8257662,8257662,8257662,8257662,25493893,25493893,25493893,25493893,25493893,8257662,8257662,8257662,25493630,25493893,25493893,8257925,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257714,8257662,25493630,25493893,25493893,8257925,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,4128831,4128831,4128831,4128831,4128831,4194303,4294901823,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,2228287,4128831,4128831,4128831,4128831,25559430,25559430,25559430,25559430,25559430,4128831,4128831,4128831,25559103,25559430,25559430,4129158,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128861,4128831,25559103,25559430,25559430,4129158,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,25624967,25624967,25624967,25624967,25624967,25624968,25690503,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624969,25624967,25624967,25624967,25624970,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624971,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,17170694,17170694,17170694,17170694,17170694,17170635,13304070,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170828,17170694,26018054,17170694,17170830,17170694,26149126,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170832,17170694,17170833,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,4294836486,4391174,17170694,11796660,11796660,11796660,11796660,11796660,11796661,11862196,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796574,11796660,11796660,11796660,11796663,11796660,11796660,26345874,26345874,26345874,26345874,26345874,11796660,11796660,11796660,26345652,26345874,26345874,11796882,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796664,11796660,26345652,26345874,26345874,11796882,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,17301768,17301768,17301768,17301768,17301768,17301707,13304072,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301907,17301768,26476808,17301768,17301909,17301768,26607880,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301911,17301768,17301912,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,4294836488,4391176,17301768,8454273,8454273,8454273,8454273,8454273,8454325,11862145,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,6160513,8454273,8454329,8454273,8454273,26804633,26804633,26804633,26804633,26804633,8454273,8454273,8454273,26804353,26804633,26804633,8454553,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454330,8454273,26804353,26804633,26804633,8454553,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,26870170,26870170,26870170,26870170,26870170,26869941,11862426,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870171,26870170,26870170,26870170,26870172,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870173,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,17498379,17498379,17498379,17498379,17498379,17498293,11862283,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,13304075,17498379,17498526,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498527,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,27263392,27263392,27263392,27263392,27263392,27263179,13304224,27263392,27263392,27263392,27263392,27263392,27263392,27263392,27263392,27263392,27263392,27263393,27263392,27394464,27263392,27263395,27263392,13566368,27263392,27263392,27263392,27263392,27263392,27263392,27263392,27263392,27263392,27263392,27263392,27263392,27263392,27263392,27263392,27263392,27263392,27263392,27263392,27263392,27263392,27263392,27263396,27263392,27263397,27263392,27263392,27263392,27263392,27263392,27263392,27263392,27263392,27263392,27263392,27263392,27263392,4294836640,4391328,27263392,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304076,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,17760527,17760527,17760527,17760527,17760527,17760437,11862287,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760437,17760527,17760527,17760527,17760678,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760679,17760527,17760680,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,27853225,27853225,27853225,27853225,27853225,27852894,6160809,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853226,27853225,27984297,27853225,27853228,27853225,28115369,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853230,27853225,27853231,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853225,4294836649,18219433,27853225,17957138,17957138,17957138,17957138,17957138,17956958,6160658,17957138,17957138,17957138,17957138,17957138,17957138,17957138,17957138,17957138,17957138,17957296,17957138,17957138,17957138,17957297,17957138,28442898,17957138,17957138,17957138,17957138,17957138,17957138,17957138,17957138,17957138,17957138,17957138,17957138,17957138,17957138,17957138,17957138,17957138,17957138,17957138,17957138,17957138,17957138,17957299,17957138,17957300,17957138,17957138,17957138,17957138,17957138,17957138,17957138,17957138,17957138,17957138,17957138,17957138,4294836498,18219282,17957138,17826064,17826064,17826064,17826064,17826064,17825886,6160656,17826064,17826064,17826064,17826064,17826064,17826064,17826064,17826064,17826064,17826064,17826065,17826064,17957136,17826064,17826067,17826064,28639504,17826064,17826064,17826064,17826064,17826064,17826064,17826064,17826064,17826064,17826064,17826064,17826064,17826064,17826064,17826064,17826064,17826064,17826064,17826064,17826064,17826064,17826064,17826068,17826064,17826069,17826064,17826064,17826064,17826064,17826064,17826064,17826064,17826064,17826064,17826064,17826064,17826064,4294836496,18219280,17826064,18153749,18153749,18153749,18153749,18153749,18153566,6160661,18153749,18153749,18153749,18153749,18153749,18153749,18153749,18153749,18153749,18153749,18153745,18153749,28705045,18153749,18153911,18153749,28836117,18153749,18153749,18153749,18153749,18153749,18153749,18153749,18153749,18153749,18153749,18153749,18153749,18153749,18153749,18153749,18153749,18153749,18153749,18153749,18153749,18153749,18153749,18153913,18153749,18153749,18153749,18153749,18153749,18153749,18153749,18153749,18153749,18153749,18153749,18153749,18153749,18153749,4294836501,18219285,18153749,18284823,18284823,18284823,18284823,18284823,18284747,13304087,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284810,18284823,28967191,18284823,18284987,18284823,29098263,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284989,18284823,18284892,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,4294836503,4391191,18284823,8716421,8716421,8716421,8716421,8716421,8716469,11862149,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716469,8716421,8716421,8716421,8716477,8716421,8716421,29229502,29229502,29229502,29229502,29229502,8716421,8716421,8716421,29229189,29229502,29229502,8716734,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716478,8716421,29229247,29229502,29229502,8716734,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,18415897,18415897,18415897,18415897,18415897,18415797,11862297,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415745,18415897,12517657,18415897,18416063,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18416064,18415897,18416065,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415897,12517567,12517567,12517567,12517567,12517567,12517470,6160575,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517504,12517567,18415807,12517567,12517658,12517567,29491391,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517660,12517567,12517661,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517567,4294836415,8782015,12517567,12517567,12517567,12517567,12517567,12517567,12517470,6160575,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517504,12517567,18415807,12517567,12517658,12517567,28836031,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517660,12517567,12517661,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517567,4294836415,8782015,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517658,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517567,29556927,12517567,12517567,12517567,12517567,12517567,18678045,18678045,18678045,18678045,18678045,18677854,6160669,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18677888,18678045,29622557,18678045,18678213,18678045,29753629,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678215,18678045,18677951,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678045,4294836509,29884701,18678045,29950409,29950409,29950409,29950409,29950409,29950195,15925705,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950410,29950409,30081481,29950409,29950409,29950409,30147017,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950413,29950409,29950414,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,4294836681,9241033,29950409,12779715,12779715,12779715,12779715,12779715,12779554,2228419,12779715,12779715,12779715,12779715,12779715,12779715,12779715,12779715,12779715,12779715,12779719,12779715,12779715,12779715,12779983,12779715,18809027,12779715,12779715,12779715,12779715,12779715,12779715,12779715,12779715,12779715,12779715,12779715,12779715,12779715,12779715,12779715,12779715,12779715,12779715,12779715,12779715,12779715,12779715,12779808,12779715,12779809,12779715,12779715,12779715,12779715,12779715,12779715,12779715,12779715,12779715,12779715,12779715,12779715,4294836419,9240771,12779715,12779715,12779715,12779715,12779715,12779715,12779985,30474435,12779715,12779715,12779715,12779715,12779715,12779715,12779715,12779715,12779715,12779715,12779719,12779715,12779715,12779715,12779715,12779715,18809027,12779715,12779715,12779715,12779715,12779715,12779715,12779715,12779715,12779715,12779715,12779715,12779715,12779715,12779715,12779715,12779715,12779715,12779715,12779715,12779715,12779715,12779715,12779986,12779715,12779809,12779715,12779715,12779715,12779715,12779715,12779715,12779715,12779715,12779715,30605507,12779715,12779715,4294836419,9240771,12779715,18940193,18940193,18940193,18940193,18940193,18939938,2228513,18940193,18940193,18940193,18940193,18940193,18940193,18940193,18940193,18940193,18940193,18940103,18940193,19267873,18940193,18940193,18940193,30671137,18940193,18940193,18940193,18940193,18940193,18940193,18940193,18940193,18940193,18940193,18940193,18940193,18940193,18940193,18940193,18940193,18940193,18940193,18940193,18940193,18940193,18940193,18940373,18940193,18940193,18940193,18940193,18940193,18940193,18940193,18940193,18940193,18940193,18940193,18940193,18940193,18940193,4294836513,9240865,18940193,19005730,19005730,19005730,19005730,19005730,19005643,13304098,19005730,19005730,19005730,19005730,19005730,19005730,19005730,19005730,19005730,19005730,19005644,19005730,30802210,19005730,19005911,19005730,30933282,19005730,19005730,19005730,19005730,19005730,19005730,19005730,19005730,19005730,19005730,19005730,19005730,19005730,19005730,19005730,19005730,19005730,19005730,19005730,19005730,19005730,19005730,19005913,19005730,19005914,19005730,19005730,19005730,19005730,19005730,19005730,19005730,19005730,19005730,19005730,19005730,19005730,4294836514,9240866,19005730,19071267,19071267,19071267,19071267,19071267,19071010,2228515,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071451,19071267,31195427,19071267,19071267,19071267,31260963,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071454,19071267,19071455,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,4294836515,4391203,19071267,12648641,12648641,12648641,12648641,12648641,12648482,2228417,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648584,12648641,12779713,12648641,12648641,12648641,12845249,31457760,31457760,31457760,31457760,31457760,12648641,12648641,12648641,31457473,31457760,31457760,12648928,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648645,12648641,31457478,31457760,31457760,12648928,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648641,4294836417,9240769,12648641,19267878,19267878,19267878,19267878,19267878,19267618,2228518,19267878,19267878,19267878,19267878,19267878,19267878,19267878,19267878,19267878,19267878,19267783,19267878,19267878,19267878,19267878,19267878,31523110,19267878,19267878,19267878,19267878,19267878,19267878,19267878,19267878,19267878,19267878,19267878,19267878,19267878,19267878,19267878,19267878,19267878,19267878,19267878,19267878,19267878,19267878,19268066,19267878,19267873,19267878,19267878,19267878,19267878,19267878,19267878,19267878,19267878,19267878,19267878,19267878,19267878,4294836518,9240870,19267878,12976326,12976326,12976326,12976326,12976326,12976162,2228422,12976326,12976326,12976326,12976326,12976326,12976326,12976326,12976326,12976326,12976326,12976264,12976326,19267782,12976326,12976611,12976326,19333318,12976326,12976326,12976326,12976326,12976326,12976326,12976326,12976326,12976326,12976326,12976326,12976326,12976326,12976326,12976326,12976326,12976326,12976326,12976326,12976326,12976326,12976326,12976424,12976326,12976326,12976326,12976326,12976326,12976326,12976326,12976326,12976326,12976326,12976326,12976326,12976326,12976326,4294836422,9240774,12976326,12976326,12976326,12976326,12976326,12976326,12976613,31785158,12976326,12976326,12976326,12976326,12976326,12976326,12976326,12976326,12976326,12976326,12976457,12976326,19267782,12976326,12976326,12976326,19333318,12976326,12976326,12976326,12976326,12976326,12976326,12976326,12976326,12976326,12976326,12976326,12976326,12976326,12976326,12976326,12976326,12976326,12976326,12976326,12976326,12976326,12976326,12976614,12976326,12976326,12976326,12976326,12976326,12976326,12976326,12976326,12976326,12976326,12976326,31916230,12976326,12976326,4294836422,9240774,12976326,19464489,19464489,19464489,19464489,19464489,19464226,2228521,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464391,19464489,12779817,19464489,19464489,19464489,19595561,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464492,19464489,19464493,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464489,4294836521,9240873,19464489,19464489,19464489,19464489,19464489,19464489,19464226,2228521,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464680,19464489,12779817,19464489,19464489,19464489,19595561,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464492,19464489,19464493,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464489,4294836521,9240873,19464489,19464489,19464489,19464489,19464489,19464489,19464226,2228521,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464391,19464489,12779817,19464489,19464681,19464489,19595561,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464492,19464489,19464493,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464489,4294836521,9240873,19464489,19464489,19464489,19464489,19464489,19464489,19464683,32178473,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464391,19464489,12779817,19464489,19464489,19464489,19595561,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464684,19464489,19464493,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464489,32309545,19464489,19464489,4294836521,9240873,19464489,19726637,19726637,19726637,19726637,19726637,19726370,2228525,19726637,19726637,19726637,19726637,19726637,19726637,19726637,19726637,19726637,19726637,19726535,19726637,19267885,19726637,19726637,19726637,32375085,19726637,19726637,19726637,19726637,19726637,19726637,19726637,19726637,19726637,19726637,19726637,19726637,19726637,19726637,19726637,19726637,19726637,19726637,19726637,19726637,19726637,19726637,19726831,19726637,19726637,19726637,19726637,19726637,19726637,19726637,19726637,19726637,19726637,19726637,19726637,19726637,19726637,4294836525,9240877,19726637,19792174,19792174,19792174,19792174,19792174,19792075,13304110,19792174,19792174,19792174,19792174,19792174,19792174,19792174,19792174,19792174,19792174,19792368,19792174,13435182,19792174,19792369,19792174,32637230,19792174,19792174,19792174,19792174,19792174,19792174,19792174,19792174,19792174,19792174,19792174,19792174,19792174,19792174,19792174,19792174,19792174,19792174,19792174,19792174,19792174,19792174,19792371,19792174,19792372,19792174,19792174,19792174,19792174,19792174,19792174,19792174,19792174,19792174,19792174,19792174,19792174,4294836526,9240878,19792174,19857711,19857711,19857711,19857711,19857711,19857442,2228527,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857909,19857711,32899375,19857711,19857711,19857711,32964911,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857912,19857711,19857627,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,4294836527,4391215,19857711,8978569,8978569,8978569,8978569,8978569,8978466,2228361,8978569,8978569,8978569,8978569,8978569,8978569,8978569,8978569,8978569,8978569,8978631,8978569,8978569,8978569,8978569,8978569,13107337,33096185,33096185,33096185,33096185,33096185,8978569,8978569,8978569,33095817,33096185,33096185,8978937,8978569,8978569,8978569,8978569,8978569,8978569,8978569,8978569,8978569,8978569,8978633,8978569,33095882,33096185,33096185,8978937,8978569,8978569,8978569,8978569,8978569,8978569,8978569,8978569,8978569,4294836361,9240713,8978569,13238474,13238474,13238474,13238474,13238474,13238306,2228426,13238474,13238474,13238474,13238474,13238474,13238474,13238474,13238474,13238474,13238474,13238471,13238474,13762762,13238474,13238778,13238474,20054218,13238474,13238474,13238474,13238474,13238474,13238474,13238474,13238474,13238474,13238474,13238474,13238474,13238474,13238474,13238474,13238474,13238474,13238474,13238474,13238474,13238474,13238474,13238579,13238474,13238474,13238474,13238474,13238474,13238474,13238474,13238474,13238474,13238474,13238474,13238474,13238474,13238474,4294836426,9240778,13238474,13238474,13238474,13238474,13238474,13238474,13238619,22741194,13238474,13238474,13238474,13238474,13238474,13238474,13238474,13238474,13238474,13238474,13238780,13238474,13762762,13238474,13238474,13238474,20054218,13238474,13238474,13238474,13238474,13238474,13238474,13238474,13238474,13238474,13238474,13238474,13238474,13238474,13238474,13238474,13238474,13238474,13238474,13238474,13238474,13238474,13238474,13238781,13238474,13238474,13238474,13238474,13238474,13238474,13238474,13238474,13238474,13238474,13238474,33423562,13238474,13238474,4294836426,9240778,13238474,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304074,13304011,17498315,13304011,13304319,13304011,13566155,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304078,13304011,13304079,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,4294836427,4391115,13304011,20250933,20250933,20250933,20250933,20250933,20250827,13304117,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250828,20250933,20382005,20250933,20250936,20250933,20513077,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250938,20250933,20250939,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250933,4294836533,9240885,20250933,20250933,20250933,20250933,20250933,20250933,20250827,13304117,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20251136,20250933,20382005,20250933,20250936,20250933,20513077,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250938,20250933,20250939,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250933,4294836533,9240885,20250933,20382007,20382007,20382007,20382007,20382007,20381899,13304119,20382007,20382007,20382007,20382007,20382007,20382007,20382007,20382007,20382007,20382007,20382012,20382007,20382007,20382007,20382209,20382007,33685815,20382007,20382007,20382007,20382007,20382007,20382007,20382007,20382007,20382007,20382007,20382007,20382007,20382007,20382007,20382007,20382007,20382007,20382007,20382007,20382007,20382007,20382007,20382211,20382007,20382212,20382007,20382007,20382007,20382007,20382007,20382007,20382007,20382007,20382007,20382007,20382007,20382007,4294836535,9240887,20382007,20250933,20250933,20250933,20250933,20250933,20250827,13304117,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250828,20250933,20382005,20250933,20251141,20250933,20513077,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250938,20250933,20250939,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250933,4294836533,9240885,20250933,20250933,20250933,20250933,20250933,20250933,20251142,33947957,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250828,20250933,20382005,20250933,20250936,20250933,20513077,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20251143,20250933,20250939,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250933,34079029,20250933,20250933,4294836533,9240885,20250933,20644155,20644155,20644155,20644155,20644155,20644043,13304123,20644155,20644155,20644155,20644155,20644155,20644155,20644155,20644155,20644155,20644155,20644044,20644155,34144571,20644155,20644362,20644155,34275643,20644155,20644155,20644155,20644155,20644155,20644155,20644155,20644155,20644155,20644155,20644155,20644155,20644155,20644155,20644155,20644155,20644155,20644155,20644155,20644155,20644155,20644155,20644364,20644155,20644155,20644155,20644155,20644155,20644155,20644155,20644155,20644155,20644155,20644155,20644155,20644155,20644155,4294836539,9240891,20644155,34406925,34406925,34406925,34406925,34406925,34406603,13304333,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406926,34406925,20382221,34406925,34406927,34406925,34603533,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406929,34406925,34406930,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406925,4294836749,9241101,34406925,13435085,13435085,13435085,13435085,13435085,13435083,13304013,13435085,13435085,13435085,13435085,13435085,13435085,13435085,13435085,13435085,13435085,13435196,13435085,13435085,13435085,13435411,13435085,20840653,13435085,13435085,13435085,13435085,13435085,13435085,13435085,13435085,13435085,13435085,13435085,13435085,13435085,13435085,13435085,13435085,13435085,13435085,13435085,13435085,13435085,13435085,13435199,13435085,13435200,13435085,13435085,13435085,13435085,13435085,13435085,13435085,13435085,13435085,13435085,13435085,13435085,4294836429,9240781,13435085,13435085,13435085,13435085,13435085,13435085,13435412,34865357,13435085,13435085,13435085,13435085,13435085,13435085,13435085,13435085,13435085,13435085,13435196,13435085,13435085,13435085,13435197,13435085,20840653,13435085,13435085,13435085,13435085,13435085,13435085,13435085,13435085,13435085,13435085,13435085,13435085,13435085,13435085,13435085,13435085,13435085,13435085,13435085,13435085,13435085,13435085,13435413,13435085,13435200,13435085,13435085,13435085,13435085,13435085,13435085,13435085,13435085,13435085,34996429,13435085,13435085,4294836429,9240781,13435085,20971840,20971840,20971840,20971840,20971840,20971723,13304128,20971840,20971840,20971840,20971840,20971840,20971840,20971840,20971840,20971840,20971840,20971836,20971840,21102912,20971840,20972055,20971840,35127616,20971840,20971840,20971840,20971840,20971840,20971840,20971840,20971840,20971840,20971840,20971840,20971840,20971840,20971840,20971840,20971840,20971840,20971840,20971840,20971840,20971840,20971840,20972057,20971840,20971840,20971840,20971840,20971840,20971840,20971840,20971840,20971840,20971840,20971840,20971840,20971840,20971840,4294836544,9240896,20971840,21102914,21102914,21102914,21102914,21102914,21102795,13304130,21102914,21102914,21102914,21102914,21102914,21102914,21102914,21102914,21102914,21102914,21102908,21102914,21102914,21102914,21103130,21102914,35324226,21102914,21102914,21102914,21102914,21102914,21102914,21102914,21102914,21102914,21102914,21102914,21102914,21102914,21102914,21102914,21102914,21102914,21102914,21102914,21102914,21102914,21102914,21103132,21102914,21102912,21102914,21102914,21102914,21102914,21102914,21102914,21102914,21102914,21102914,21102914,21102914,21102914,4294836546,9240898,21102914,13697233,13697233,13697233,13697233,13697233,13697227,13304017,13697233,13697233,13697233,13697233,13697233,13697233,13697233,13697233,13697233,13697233,13697228,13697233,21102801,13697233,13697565,13697233,21233873,13697233,13697233,13697233,13697233,13697233,13697233,13697233,13697233,13697233,13697233,13697233,13697233,13697233,13697233,13697233,13697233,13697233,13697233,13697233,13697233,13697233,13697233,13697349,13697233,13697233,13697233,13697233,13697233,13697233,13697233,13697233,13697233,13697233,13697233,13697233,13697233,13697233,4294836433,9240785,13697233,13697233,13697233,13697233,13697233,13697233,13697448,27787473,13697233,13697233,13697233,13697233,13697233,13697233,13697233,13697233,13697233,13697233,13697566,13697233,21102801,13697233,13697347,13697233,21233873,13697233,13697233,13697233,13697233,13697233,13697233,13697233,13697233,13697233,13697233,13697233,13697233,13697233,13697233,13697233,13697233,13697233,13697233,13697233,13697233,13697233,13697233,13697567,13697233,13697233,13697233,13697233,13697233,13697233,13697233,13697233,13697233,13697233,13697233,35651793,13697233,13697233,4294836433,9240785,13697233,13762770,13762770,13762770,13762770,13762770,13762594,2228434,13762770,13762770,13762770,13762770,13762770,13762770,13762770,13762770,13762770,13762770,13762759,13762770,13762770,13762770,13763105,13762770,21364946,13762770,13762770,13762770,13762770,13762770,13762770,13762770,13762770,13762770,13762770,13762770,13762770,13762770,13762770,13762770,13762770,13762770,13762770,13762770,13762770,13762770,13762770,13762887,13762770,13762762,13762770,13762770,13762770,13762770,13762770,13762770,13762770,13762770,13762770,13762770,13762770,13762770,4294836434,9240786,13762770,13762770,13762770,13762770,13762770,13762770,13762900,22282450,13762770,13762770,13762770,13762770,13762770,13762770,13762770,13762770,13762770,13762770,13763106,13762770,13762770,13762770,13762770,13762770,21364946,13762770,13762770,13762770,13762770,13762770,13762770,13762770,13762770,13762770,13762770,13762770,13762770,13762770,13762770,13762770,13762770,13762770,13762770,13762770,13762770,13762770,13762770,13763107,13762770,13762762,13762770,13762770,13762770,13762770,13762770,13762770,13762770,13762770,13762770,35913938,13762770,13762770,4294836434,9240786,13762770,21496136,21496136,21496136,21496136,21496136,21496011,13304136,21496136,21496136,21496136,21496136,21496136,21496136,21496136,21496136,21496136,21496136,21496012,21496136,35979592,21496136,21496358,21496136,36110664,21496136,21496136,21496136,21496136,21496136,21496136,21496136,21496136,21496136,21496136,21496136,21496136,21496136,21496136,21496136,21496136,21496136,21496136,21496136,21496136,21496136,21496136,21496360,21496136,21496017,21496136,21496136,21496136,21496136,21496136,21496136,21496136,21496136,21496136,21496136,21496136,21496136,4294836552,9240904,21496136,36241961,36241961,36241961,36241961,36241961,36241442,2228777,36241961,36241961,36241961,36241961,36241961,36241961,36241961,36241961,36241961,36241961,36241602,36241961,36307497,36241961,36241961,36241961,36373033,36241961,36241961,36241961,36241961,36241961,36241961,36241961,36241961,36241961,36241961,36241961,36241961,36241961,36241961,36241961,36241961,36241961,36241961,36241961,36241961,36241961,36241961,36241964,36241961,36241606,36241961,36241961,36241961,36241961,36241961,36241961,36241961,36241961,36241961,36241961,36241961,36241961,4294836777,9241129,36241961,9175180,9175180,9175180,9175180,9175180,9175074,2228364,9175180,9175180,9175180,9175180,9175180,9175180,9175180,9175180,9175180,9175180,9175176,9175180,13762700,9175180,9175180,9175180,13828236,36504109,36504109,36504109,36504109,36504109,9175180,9175180,9175180,36503692,36504109,36504109,9175597,9175180,9175180,9175180,9175180,9175180,9175180,9175180,9175180,9175180,9175180,9175252,9175180,36503692,36504109,36504109,9175597,9175180,9175180,9175180,9175180,9175180,9175180,9175180,9175180,9175180,4294836364,9240716,9175180,9306254,9306254,9306254,9306254,9306254,9371647,4294901902,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9371647,9306254,9306254,9306254,9306254,9306254,9306254,36569646,36569646,36569646,36569646,36569646,9306254,9306254,9306254,36569230,36569646,36569646,9306670,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306325,9306254,36569302,36569646,36569646,9306670,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,21823821,21823821,21823821,21823821,21823821,21889023,4294902093,21823821,21823821,21823821,21823821,21823821,21823821,21823821,21823821,21823821,21823821,21823614,21823821,14025037,21823821,21823821,21823821,21823821,21823821,21823821,21823821,21823821,21823821,21823821,21823821,21823821,21823821,21823821,21823821,21823821,21823821,21823821,21823821,21823821,21823821,21823821,21823821,21823821,21823821,21823821,21824047,21823821,21824048,21823821,21823821,21823821,21823821,21823821,21823821,21823821,21823821,21823821,21823821,21823821,21823821,21823821,21823821,21823821,14024918,14024918,14024918,14024918,14024918,14024879,11469014,14024918,14024918,14024918,14024918,14024918,14024918,14024918,14024918,14024918,14024918,14024957,14024918,21823702,14024918,14025265,14024918,36831446,14024918,14024918,14024918,14024918,14024918,14024918,14024918,14024918,14024918,14024918,14024918,14024918,14024918,14024918,14024918,14024918,14024918,14024918,14024918,14024918,14024918,14024918,14025039,14024918,14025040,14024918,14024918,14024918,14024918,14024918,14024918,14024918,14024918,14024918,14024918,14024918,14024918,4294836438,16777430,14024918,14024918,14024918,14024918,14024918,14024918,14024918,14024918,14024918,14024918,14024918,14024918,14024918,14024918,14024918,14024918,14024918,14024918,14024918,14024918,14024918,14024918,14024918,14024918,14024918,14024918,14024918,14024918,14024918,14024918,14024918,14024918,14024918,14024918,14024918,14024918,14024918,14024918,14024918,14024918,14024918,14024918,14024918,14024918,14024918,14024918,14024918,14024918,14024918,14024918,14024918,14024918,14024918,14024918,14024918,14024918,14024918,14024918,14024918,36896982,14024918,14024918,14024918,14024918,14024918,22020432,22020432,22020432,22020432,22020432,22020271,11469136,22020432,22020432,22020432,22020432,22020432,22020432,22020432,22020432,22020432,22020432,22020349,22020432,33227088,22020432,22020432,22020432,36962640,22020432,22020432,22020432,22020432,22020432,22020432,22020432,22020432,22020432,22020432,22020432,22020432,22020432,22020432,22020432,22020432,22020432,22020432,22020432,22020432,22020432,22020432,22020661,22020432,22020310,22020432,22020432,22020432,22020432,22020432,22020432,22020432,22020432,22020432,22020432,22020432,22020432,4294836560,37093712,22020432,4325442,4325442,4325442,4325442,4325442,4390911,4294901826,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4390911,4325442,4325442,4325442,4325442,4325442,4325442,37159479,37159479,37159479,37159479,37159479,4325442,4325442,4325442,37158978,37159479,37159479,4325943,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325472,4325442,37159009,37159479,37159479,4325943,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,9437328,9437328,9437328,9437328,9437328,9502719,4294901904,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437247,9437328,6357136,9437328,9437328,9437328,9437328,37225016,37225016,37225016,37225016,37225016,9437328,9437328,9437328,37224592,37225016,37225016,9437752,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437400,9437328,37224665,37225016,37225016,9437752,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,31195612,31195612,31195612,31195612,31195612,31260671,4294902236,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195705,31195612,19071452,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195706,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,22282580,22282580,22282580,22282580,22282580,22282274,2228564,22282580,22282580,22282580,22282580,22282580,22282580,22282580,22282580,22282580,22282580,22282741,22282580,14221652,22282580,22282580,22282580,37421396,22282580,22282580,22282580,22282580,22282580,22282580,22282580,22282580,22282580,22282580,22282580,22282580,22282580,22282580,22282580,22282580,22282580,22282580,22282580,22282580,22282580,22282580,22282812,22282580,22282813,22282580,22282580,22282580,22282580,22282580,22282580,22282580,22282580,22282580,22282580,22282580,22282580,4294836564,4391252,22282580,14221529,14221529,14221529,14221529,14221529,14221346,2228441,14221529,14221529,14221529,14221529,14221529,14221529,14221529,14221529,14221529,14221529,14221651,14221529,22282457,14221529,14221886,14221529,37683417,14221529,14221529,14221529,14221529,14221529,14221529,14221529,14221529,14221529,14221529,14221529,14221529,14221529,14221529,14221529,14221529,14221529,14221529,14221529,14221529,14221529,14221529,14221654,14221529,14221655,14221529,14221529,14221529,14221529,14221529,14221529,14221529,14221529,14221529,14221529,14221529,14221529,4294836441,22544601,14221529,22479191,22479191,22479191,22479191,22479191,22479191,22479191,22479191,22479191,22479191,22479191,22479191,22479191,22479191,22479191,22479191,22479191,22479191,22479191,22479191,22479191,22479191,22479191,22479191,22479191,22479191,22479191,22479191,22479191,22479191,22479191,22479191,22479191,22479191,22479191,22479191,22479191,22479191,22479191,22479191,22479191,22479191,22479191,22479191,22479191,22479191,22479191,22479191,22479191,22479191,22479191,22479191,22479191,22479191,22479191,22479191,22479191,22479191,37749079,22479191,22479191,22479191,22479191,22479191,22479191,22479191,22479191,22479191,22479191,22478882,2228567,22479191,22479191,22479191,22479191,22479191,22479191,22479191,22479191,22479191,22479191,22479187,22479191,22741335,22479191,22479191,22479191,37814615,22479191,22479191,22479191,22479191,22479191,22479191,22479191,22479191,22479191,22479191,22479191,22479191,22479191,22479191,22479191,22479191,22479191,22479191,22479191,22479191,22479191,22479191,22479190,22479191,22479065,22479191,22479191,22479191,22479191,22479191,22479191,22479191,22479191,22479191,22479191,22479191,22479191,4294836567,37880151,22479191,4128831,4128831,4128831,4128831,4128831,4194303,4294901823,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,2228287,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128984,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,6357089,6357089,6357089,6357089,6357089,6357026,2228321,6357089,6357089,6357089,6357089,6357089,6357089,6357089,6357089,6357089,6357089,6357054,6357089,9437281,6357089,6357089,6357089,9502817,37945923,37945923,37945923,37945923,37945923,6357089,6357089,6357089,37945441,37945923,37945923,6357571,6357089,6357089,6357089,6357089,6357089,6357089,6357089,6357089,6357089,6357089,6357138,6357089,37945491,37945923,37945923,6357571,6357089,6357089,6357089,6357089,6357089,6357089,6357089,6357089,6357089,4294836321,4391009,6357089,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,38011099,14352603,14352603,14352603,14352603,14352603,22741339,22741339,22741339,22741339,22741339,22741026,2228571,22741339,22741339,22741339,22741339,22741339,22741339,22741339,22741339,22741339,22741339,22741493,22741339,22479195,22741339,22741339,22741339,38076763,22741339,22741339,22741339,22741339,22741339,22741339,22741339,22741339,22741339,22741339,22741339,22741339,22741339,22741339,22741339,22741339,22741339,22741339,22741339,22741339,22741339,22741339,22741574,22741339,22741575,22741339,22741339,22741339,22741339,22741339,22741339,22741339,22741339,22741339,22741339,22741339,22741339,4294836571,4391259,22741339,22806876,22806876,22806876,22806876,22806876,22806622,6160732,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806656,22806876,26739036,22806876,22807112,22806876,38338908,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22807114,22806876,22806952,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806876,4294836572,38469980,22806876,38535756,38535756,38535756,38535756,38535756,38535202,2228812,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535304,38535756,38601292,38535756,38535758,38535756,22872652,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535759,38535756,38535760,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,4294836812,38863436,38535756,9633939,9633939,9633939,9633939,9633939,9633826,2228371,9633939,9633939,9633939,9633939,9633939,9633939,9633939,9633939,9633939,9633939,9633854,9633939,14352531,9633939,9633939,9633939,14418067,38928978,38928978,38928978,38928978,38928978,9633939,9633939,9633939,38928531,38928978,38928978,9634386,9633939,9633939,9633939,9633939,9633939,9633939,9633939,9633939,9633939,9633939,9634013,9633939,38928481,38928978,38928978,9634386,9633939,9633939,9633939,9633939,9633939,9633939,9633939,9633939,9633939,4294836371,14549139,9633939,4456516,4456516,4456516,4456516,4456516,4521983,4294901828,4456516,4456516,4456516,4456516,4456516,4456516,4456516,4456516,4456516,4456516,4456516,4456516,6422596,4456516,4456516,4456516,4456516,38994515,38994515,38994515,38994515,38994515,4456516,4456516,4456516,38993988,38994515,38994515,4457043,4456516,4456516,4456516,4456516,4456516,4456516,4456516,4456516,4456516,4456516,4456547,4456516,38993988,38994515,38994515,4457043,4456516,4456516,4456516,4456516,4456516,4456516,4456516,4456516,4456516,4456516,4456516,4456516,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,1441814,1441814,1441814,1441814,1441814,4294967295,4294967295,4294967295,1507327,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,1507327,1507327,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,39059478,1441814,1441814,1441814,4294901782,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,1441814,1441814,1441814,1441814,1441814,4294967295,4294967295,4294967295,1507327,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,1507327,1507327,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1442389,1441814,1441814,4294901782,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,39256063,4294902358,39191126,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294902358,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,1441814,1441814,1441814,1441814,1441814,4294967295,4294967295,4294967295,1507327,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,1507327,1507327,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,39256086,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,1441814,1441814,1441814,1441814,1441814,4294967295,4294967295,4294967295,1507327,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,1507327,1507327,1441814,39321622,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,23658495,4294902120,23593320,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294902120,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,23724031,4294967295,4294967295,11206827,11206827,11206827,11206827,11206827,11206828,11272363,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11207257,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206830,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272794,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272434,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855707,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855708,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272797,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272434,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272433,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272434,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,39714988,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272433,11272364,11272364,11272364,11272364,11272364,11272364,39780959,39780959,39780959,39780959,39780959,11272364,11272364,11272364,39780524,39780959,39780959,11272799,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272434,11272364,39780524,39780959,39780959,11272799,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925856,15925491,16056563,15925491,15925491,15925491,16122099,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925495,15925491,15925496,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,4294836467,4391155,15925491,16056565,16056565,16056565,16056565,16056565,16056492,11272437,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056929,16056565,15925493,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056691,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056931,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056932,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,40173813,16056565,16056565,16056565,16056565,16056565,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24380006,24379764,40305012,24379764,24380008,24379764,40436084,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24380010,24379764,24380011,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,4294836596,8782196,24379764,40632940,40632940,40632940,40632940,40632940,40632563,15925868,40632940,40632940,40632940,40632940,40632940,40632940,40632940,40632940,40632940,40632940,40632941,40632940,40764012,40632940,40632943,40632940,24445548,40632940,40632940,40632940,40632940,40632940,40632940,40632940,40632940,40632940,40632940,40632940,40632940,40632940,40632940,40632940,40632940,40632940,40632940,40632940,40632940,40632940,40632940,40632944,40632940,40632945,40632940,40632940,40632940,40632940,40632940,40632940,40632940,40632940,40632940,40632940,40632940,40632940,4294836844,9241196,40632940,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925874,15925491,16056563,15925491,15925491,15925491,16122099,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925495,15925491,15925496,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,4294836467,4391155,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925616,15925491,16056563,15925491,15925491,15925491,16122099,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925495,15925491,15925496,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,41091315,15925491,15925491,4294836467,4391155,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925616,15925491,16056563,15925491,15925491,15925491,16122099,41157236,41157236,41157236,41157236,41157236,15925491,15925491,15925491,41156851,41157236,41157236,15925876,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925495,15925491,41156856,41157236,41157236,15925876,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,4294836467,4391155,15925491,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253558,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253559,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,41419000,16253176,16253176,16253176,16253176,16253176,24772986,24772986,24772986,24772986,24772986,24772851,15925626,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772976,24772986,41484666,24772986,24772986,24772986,41550202,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24773243,24772986,24773244,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,4294836602,4391290,24772986,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747070,41747069,39977597,41747069,41747069,41747069,41878141,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747072,41747069,41747061,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,4294836861,16777853,41747069,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16319105,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16319106,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,42139897,16318713,16318713,16318713,16318713,16318713,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925892,15925491,16056563,15925491,15925491,15925491,16122099,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925495,15925491,15925496,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,4294836467,4391155,15925491,11206827,11206827,11206827,11206827,11206827,11206828,11272363,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206896,11206827,11206827,11206827,11206827,11206827,11206827,42271365,42271365,42271365,42271365,42271365,11206827,11206827,11206827,42270891,42271365,42271365,11207301,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206830,11206827,42270891,42271365,42271365,11207301,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206828,11272363,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206896,11206827,11206827,11206827,11206827,11206827,11206827,42336902,42336902,42336902,42336902,42336902,11206827,11206827,11206827,42336427,42336902,42336902,11207302,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206830,11206827,42336427,42336902,42336902,11207302,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11469447,11468975,8257711,11468975,11468975,11468975,16646319,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11469055,11468975,11468942,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,11468975,4294836399,16777391,11468975,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25232008,25231745,42533249,25231745,25232010,25231745,42664321,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25232012,25231745,25232013,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,4294836609,42860929,25231745,42926735,42926735,42926735,42926735,42926735,42926255,11469455,42926735,42926735,42926735,42926735,42926735,42926735,42926735,42926735,42926735,42926735,42926736,42926735,43057807,42926735,42926738,42926735,25297551,42926735,42926735,42926735,42926735,42926735,42926735,42926735,42926735,42926735,42926735,42926735,42926735,42926735,42926735,42926735,42926735,42926735,42926735,42926735,42926735,42926735,42926735,42926739,42926735,42926740,42926735,42926735,42926735,42926735,42926735,42926735,42926735,42926735,42926735,42926735,42926735,42926735,4294836879,43319951,42926735,8126588,8126588,8126588,8126588,8126588,8191999,4294901884,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126639,8126588,8126588,8126588,8126588,8126588,8126588,43385494,43385494,43385494,43385494,43385494,8126588,8126588,8126588,43384956,43385494,43385494,8127126,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126640,8126588,43384956,43385494,43385494,8127126,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8257662,8257662,8257662,8257662,8257662,8323071,4294901886,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,11468926,8257662,8257662,8257662,8257662,43451031,43451031,43451031,43451031,43451031,8257662,8257662,8257662,43450494,43451031,43451031,8258199,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257714,8257662,43450494,43451031,43451031,8258199,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,25624967,25624967,25624967,25624967,25624967,25624968,25690503,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25625240,25624967,25624967,25624967,25624970,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624971,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690777,25690504,25690504,25690504,25690778,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690779,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24380060,24379764,40305012,24379764,24380008,24379764,40436084,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24380010,24379764,24380011,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,4294836596,8782196,24379764,25624967,25624967,25624967,25624967,25624967,25624968,25690503,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25625240,25624967,25624967,25624967,25624970,25624967,43843975,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624971,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25625246,25624967,25624967,25624967,25624970,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25625247,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,44040583,25624967,25624967,25624967,25624967,25624967,44106401,44106401,44106401,44106401,44106401,44105822,6161057,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106402,44106401,44237473,44106401,44106404,44106401,44368545,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106406,44106401,44106407,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,4294836897,44565153,44106401,26018189,26018189,26018189,26018189,26018189,26017973,11862413,26018189,26018189,26018189,26018189,26018189,26018189,26018189,26018189,26018189,26018189,26018196,26018189,17170829,26018189,26018473,26018189,26018189,26018189,26018189,26018189,26018189,26018189,26018189,26018189,26018189,26018189,26018189,26018189,26018189,26018189,26018189,26018189,26018189,26018189,26018189,26018189,26018189,26018189,26018189,26018474,26018189,26018189,26018189,26018189,26018189,26018189,26018189,26018189,26018189,26018189,26018189,26018189,26018189,26018189,26018189,26018189,26018189,17170694,17170694,17170694,17170694,17170694,17170635,13304070,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170828,17170694,26018054,17170694,17171115,17170694,30933254,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170832,17170694,17170833,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,4294836486,4391174,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170830,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,44826886,17170694,17170694,17170694,17170694,17170694,26280337,26280337,26280337,26280337,26280337,26280117,11862417,26280337,26280337,26280337,26280337,26280337,26280337,26280337,26280337,26280337,26280337,26280030,26280337,26280337,26280337,26280621,26280337,26280337,26280337,26280337,26280337,26280337,26280337,26280337,26280337,26280337,26280337,26280337,26280337,26280337,26280337,26280337,26280337,26280337,26280337,26280337,26280337,26280337,26280337,26280337,26280622,26280337,26280623,26280337,26280337,26280337,26280337,26280337,26280337,26280337,26280337,26280337,26280337,26280337,26280337,26280337,26280337,26280337,11796660,11796660,11796660,11796660,11796660,11796661,11862196,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796574,11796660,11796660,11796660,11796663,11796660,11796660,45089456,45089456,45089456,45089456,45089456,11796660,11796660,11796660,45088948,45089456,45089456,11797168,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796664,11796660,45088948,45089456,45089456,11797168,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,44237475,44237475,44237475,44237475,44237475,44236981,11862691,44237475,44237475,44237475,44237475,44237475,44237475,44237475,44237475,44237475,44237475,44237489,44237475,44106403,44237475,44237490,44237475,44237475,44237475,44237475,44237475,44237475,44237475,44237475,44237475,44237475,44237475,44237475,44237475,44237475,44237475,44237475,44237475,44237475,44237475,44237475,44237475,44237475,44237475,44237475,44237491,44237475,44237475,44237475,44237475,44237475,44237475,44237475,44237475,44237475,44237475,44237475,44237475,44237475,44237475,44237475,44237475,44237475,26476948,26476948,26476948,26476948,26476948,26476638,6160788,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26477236,26476948,17301908,26476948,26477237,26476948,45482388,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26477239,26476948,26476986,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,4294836628,45613460,26476948,17301768,17301768,17301768,17301768,17301768,17301707,13304072,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301907,17301768,26476808,17301768,17302201,17301768,32637192,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301911,17301768,17301912,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,4294836488,4391176,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301909,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,45744392,17301768,17301768,17301768,17301768,17301768,26739096,26739096,26739096,26739096,26739096,26738869,11862424,26739096,26739096,26739096,26739096,26739096,26739096,26739096,26739096,26739096,26739096,26738817,26739096,22806936,26739096,26739387,26739096,26739096,26739096,26739096,26739096,26739096,26739096,26739096,26739096,26739096,26739096,26739096,26739096,26739096,26739096,26739096,26739096,26739096,26739096,26739096,26739096,26739096,26739096,26739096,26739388,26739096,26739389,26739096,26739096,26739096,26739096,26739096,26739096,26739096,26739096,26739096,26739096,26739096,26739096,26739096,26739096,26739096,8454273,8454273,8454273,8454273,8454273,8454325,11862145,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,6160513,8454273,8454329,8454273,8454273,46006974,46006974,46006974,46006974,46006974,8454273,8454273,8454273,46006401,46006974,46006974,8454846,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454330,8454273,46006401,46006974,46006974,8454846,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,26870170,26870170,26870170,26870170,26870170,26869941,11862426,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26869963,26870170,26870170,26870170,26870172,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870173,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304511,13304011,17498315,13304011,13304076,13304011,20185291,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304078,13304011,13304079,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,13304011,4294836427,4391115,13304011,26870170,26870170,26870170,26870170,26870170,26869941,11862426,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26869963,26870170,26870170,26870170,26870172,26870170,46137754,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870173,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870172,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,46203290,26870170,26870170,26870170,26870170,26870170,17498379,17498379,17498379,17498379,17498379,17498293,11862283,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,13304075,17498379,17498526,17498379,46268683,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498527,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498526,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,46334219,17498379,17498379,17498379,17498379,17498379,27263392,27263392,27263392,27263392,27263392,27263179,13304224,27263392,27263392,27263392,27263392,27263392,27263392,27263392,27263392,27263392,27263392,27263393,27263392,27394464,27263392,27263684,27263392,17629600,27263392,27263392,27263392,27263392,27263392,27263392,27263392,27263392,27263392,27263392,27263392,27263392,27263392,27263392,27263392,27263392,27263392,27263392,27263392,27263392,27263392,27263392,27263396,27263392,27263397,27263392,27263392,27263392,27263392,27263392,27263392,27263392,27263392,27263392,27263392,27263392,27263392,4294836640,4391328,27263392,46465733,46465733,46465733,46465733,46465733,46465118,6161093,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465734,46465733,46596805,46465733,46465736,46465733,46727877,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465738,46465733,46465739,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,4294836933,46924485,46465733,27394466,27394466,27394466,27394466,27394466,27394142,6160802,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394765,27394466,47055266,27394466,27394767,27394466,47186338,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394769,27394466,27394770,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,4294836642,47382946,27394466,47448788,47448788,47448788,47448788,47448788,47448158,6161108,47448788,47448788,47448788,47448788,47448788,47448788,47448788,47448788,47448788,47448788,47448789,47448788,47579860,47448788,47448791,47448788,47710932,47448788,47448788,47448788,47448788,47448788,47448788,47448788,47448788,47448788,47448788,47448788,47448788,47448788,47448788,47448788,47448788,47448788,47448788,47448788,47448788,47448788,47448788,47448793,47448788,47448794,47448788,47448788,47448788,47448788,47448788,47448788,47448788,47448788,47448788,47448788,47448788,47448788,4294836948,8782548,47448788,27263392,27263392,27263392,27263392,27263392,27263179,13304224,27263392,27263392,27263392,27263392,27263392,27263392,27263392,27263392,27263392,27263392,27263707,27263392,47055264,27263392,27263684,27263392,28639648,27263392,27263392,27263392,27263392,27263392,27263392,27263392,27263392,27263392,27263392,27263392,27263392,27263392,27263392,27263392,27263392,27263392,27263392,27263392,27263392,27263392,27263392,27263708,27263392,27263709,27263392,27263392,27263392,27263392,27263392,27263392,27263392,27263392,27263392,27263392,27263392,27263392,4294836640,48103840,27263392,27591077,27591077,27591077,27591077,27591077,27590750,6160805,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27590929,27591077,48169381,27591077,27591392,27591077,48300453,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591394,27591077,27591395,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,4294836645,48497061,27591077,17760527,17760527,17760527,17760527,17760527,17760437,11862287,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760437,17760527,17760527,17760527,17760678,17760527,48562447,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760679,17760527,17760680,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760678,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,48627983,17760527,17760527,17760527,17760527,17760527,27787688,27787688,27787688,27787688,27787688,27787467,13304232,27787688,27787688,27787688,27787688,27787688,27787688,27787688,27787688,27787688,27787688,27787530,27787688,48693672,27787688,27788008,27787688,48824744,27787688,27787688,27787688,27787688,27787688,27787688,27787688,27787688,27787688,27787688,27787688,27787688,27787688,27787688,27787688,27787688,27787688,27787688,27787688,27787688,27787688,27787688,27788010,27787688,27788005,27787688,27787688,27787688,27787688,27787688,27787688,27787688,27787688,27787688,27787688,27787688,27787688,4294836648,4391336,27787688,27853225,27853225,27853225,27853225,27853225,27852894,6160809,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853073,27853225,27984297,27853225,27853228,27853225,28115369,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853230,27853225,27853231,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853225,4294836649,18219433,27853225,27853225,27853225,27853225,27853225,27853225,27852894,6160809,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853547,27853225,27984297,27853225,27853228,27853225,28115369,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853230,27853225,27853231,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853225,4294836649,18219433,27853225,27984299,27984299,27984299,27984299,27984299,27983966,6160811,27984299,27984299,27984299,27984299,27984299,27984299,27984299,27984299,27984299,27984299,27984304,27984299,27984299,27984299,27984620,27984299,49086891,27984299,27984299,27984299,27984299,27984299,27984299,27984299,27984299,27984299,27984299,27984299,27984299,27984299,27984299,27984299,27984299,27984299,27984299,27984299,27984299,27984299,27984299,27984622,27984299,27984623,27984299,27984299,27984299,27984299,27984299,27984299,27984299,27984299,27984299,27984299,27984299,27984299,4294836651,18219435,27984299,27853225,27853225,27853225,27853225,27853225,27852894,6160809,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853073,27853225,27984297,27853225,27853228,27853225,49283497,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853230,27853225,27853231,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853225,4294836649,18219433,27853225,27853225,27853225,27853225,27853225,27853225,27853553,49349033,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853073,27853225,27984297,27853225,27853228,27853225,28115369,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853554,27853225,27853231,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853225,49480105,27853225,27853225,4294836649,18219433,27853225,28246447,28246447,28246447,28246447,28246447,28246110,6160815,28246447,28246447,28246447,28246447,28246447,28246447,28246447,28246447,28246447,28246447,28246289,28246447,49545647,28246447,28246773,28246447,49676719,28246447,28246447,28246447,28246447,28246447,28246447,28246447,28246447,28246447,28246447,28246447,28246447,28246447,28246447,28246447,28246447,28246447,28246447,28246447,28246447,28246447,28246447,28246775,28246447,28246447,28246447,28246447,28246447,28246447,28246447,28246447,28246447,28246447,28246447,28246447,28246447,28246447,4294836655,18219439,28246447,49808120,49808120,49808120,49808120,49808120,49807454,6161144,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49808121,49808120,27984632,49808120,49808122,49808120,50004728,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49808124,49808120,49808125,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49808120,4294836984,18219768,49808120,17957138,17957138,17957138,17957138,17957138,17956958,6160658,17957138,17957138,17957138,17957138,17957138,17957138,17957138,17957138,17957138,17957138,17957296,17957138,17957138,17957138,17957297,17957138,50200850,17957138,17957138,17957138,17957138,17957138,17957138,17957138,17957138,17957138,17957138,17957138,17957138,17957138,17957138,17957138,17957138,17957138,17957138,17957138,17957138,17957138,17957138,17957299,17957138,17957300,17957138,17957138,17957138,17957138,17957138,17957138,17957138,17957138,17957138,17957138,17957138,17957138,4294836498,18219282,17957138,17957138,17957138,17957138,17957138,17957138,17957631,50266386,17957138,17957138,17957138,17957138,17957138,17957138,17957138,17957138,17957138,17957138,17957296,17957138,17957138,17957138,17957297,17957138,28442898,17957138,17957138,17957138,17957138,17957138,17957138,17957138,17957138,17957138,17957138,17957138,17957138,17957138,17957138,17957138,17957138,17957138,17957138,17957138,17957138,17957138,17957138,17957632,17957138,17957300,17957138,17957138,17957138,17957138,17957138,17957138,17957138,17957138,17957138,50397458,17957138,17957138,4294836498,18219282,17957138,28574132,28574132,28574132,28574132,28574132,28573790,6160820,28574132,28574132,28574132,28574132,28574132,28574132,28574132,28574132,28574132,28574132,28574128,28574132,28705204,28574132,28574466,28574132,50528692,28574132,28574132,28574132,28574132,28574132,28574132,28574132,28574132,28574132,28574132,28574132,28574132,28574132,28574132,28574132,28574132,28574132,28574132,28574132,28574132,28574132,28574132,28574468,28574132,28574132,28574132,28574132,28574132,28574132,28574132,28574132,28574132,28574132,28574132,28574132,28574132,28574132,4294836660,18219444,28574132,28705206,28705206,28705206,28705206,28705206,28704862,6160822,28705206,28705206,28705206,28705206,28705206,28705206,28705206,28705206,28705206,28705206,28705200,28705206,28705206,28705206,28705541,28705206,50725302,28705206,28705206,28705206,28705206,28705206,28705206,28705206,28705206,28705206,28705206,28705206,28705206,28705206,28705206,28705206,28705206,28705206,28705206,28705206,28705206,28705206,28705206,28705543,28705206,28705204,28705206,28705206,28705206,28705206,28705206,28705206,28705206,28705206,28705206,28705206,28705206,28705206,4294836662,18219446,28705206,18153749,18153749,18153749,18153749,18153749,18153566,6160661,18153749,18153749,18153749,18153749,18153749,18153749,18153749,18153749,18153749,18153749,18153745,18153749,28705045,18153749,18153911,18153749,50856213,18153749,18153749,18153749,18153749,18153749,18153749,18153749,18153749,18153749,18153749,18153749,18153749,18153749,18153749,18153749,18153749,18153749,18153749,18153749,18153749,18153749,18153749,18153913,18153749,18153749,18153749,18153749,18153749,18153749,18153749,18153749,18153749,18153749,18153749,18153749,18153749,18153749,4294836501,18219285,18153749,18153749,18153749,18153749,18153749,18153749,18153663,12517653,18153749,18153749,18153749,18153749,18153749,18153749,18153749,18153749,18153749,18153749,18154249,18153749,28705045,18153749,18153911,18153749,28836117,18153749,18153749,18153749,18153749,18153749,18153749,18153749,18153749,18153749,18153749,18153749,18153749,18153749,18153749,18153749,18153749,18153749,18153749,18153749,18153749,18153749,18153749,18154250,18153749,18153749,18153749,18153749,18153749,18153749,18153749,18153749,18153749,18153749,18153749,51052821,18153749,18153749,4294836501,18219285,18153749,28967354,28967354,28967354,28967354,28967354,28967093,11862458,28967354,28967354,28967354,28967354,28967354,28967354,28967354,28967354,28967354,28967354,28967179,28967354,18284986,28967354,28967692,28967354,28967354,28967354,28967354,28967354,28967354,28967354,28967354,28967354,28967354,28967354,28967354,28967354,28967354,28967354,28967354,28967354,28967354,28967354,28967354,28967354,28967354,28967354,28967354,28967693,28967354,28967486,28967354,28967354,28967354,28967354,28967354,28967354,28967354,28967354,28967354,28967354,28967354,28967354,28967354,28967354,28967354,18284823,18284823,18284823,18284823,18284823,18284747,13304087,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284810,18284823,28967191,18284823,18285326,18284823,36110615,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284989,18284823,18284892,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,4294836503,4391191,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284987,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,51314967,18284823,18284823,18284823,18284823,18284823,8716421,8716421,8716421,8716421,8716421,8716469,11862149,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716469,8716421,8716421,8716421,8716477,8716421,8716421,51381008,51381008,51381008,51381008,51381008,8716421,8716421,8716421,51380357,51381008,51381008,8717072,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716478,8716421,51380415,51381008,51381008,8717072,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,18415897,18415897,18415897,18415897,18415897,18415797,11862297,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415745,18415897,12517657,18415897,18416063,18415897,51446041,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18416064,18415897,18416065,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18416063,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415897,51511577,18415897,18415897,18415897,18415897,18415897,29426113,29426113,29426113,29426113,29426113,29425758,6160833,29426113,29426113,29426113,29426113,29426113,29426113,29426113,29426113,29426113,29426113,29426451,29426113,51642817,29426113,29426453,29426113,51773889,29426113,29426113,29426113,29426113,29426113,29426113,29426113,29426113,29426113,29426113,29426113,29426113,29426113,29426113,29426113,29426113,29426113,29426113,29426113,29426113,29426113,29426113,29426455,29426113,29426456,29426113,29426113,29426113,29426113,29426113,29426113,29426113,29426113,29426113,29426113,29426113,29426113,4294836673,51970497,29426113,18284823,18284823,18284823,18284823,18284823,18284747,13304087,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284810,18284823,28967191,18284823,18284987,18284823,52035863,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284989,18284823,18284892,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,4294836503,4391191,18284823,12517567,12517567,12517567,12517567,12517567,12517470,6160575,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517504,12517567,18415807,12517567,12517658,12517567,18546879,52101915,52101915,52101915,52101915,52101915,12517567,12517567,12517567,52101311,52101915,52101915,12518171,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517660,12517567,52101405,52101915,52101915,12518171,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517567,4294836415,8782015,12517567,29622724,29622724,29622724,29622724,29622724,29622453,11862468,29622724,29622724,29622724,29622724,29622724,29622724,29622724,29622724,29622724,29622724,29622401,29622724,18678212,29622724,29623068,29622724,29622724,29622724,29622724,29622724,29622724,29622724,29622724,29622724,29622724,29622724,29622724,29622724,29622724,29622724,29622724,29622724,29622724,29622724,29622724,29622724,29622724,29622724,29622724,29623069,29622724,29623070,29622724,29622724,29622724,29622724,29622724,29622724,29622724,29622724,29622724,29622724,29622724,29622724,29622724,29622724,29622724,18678045,18678045,18678045,18678045,18678045,18677854,6160669,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18677888,18678045,29622557,18678045,18678213,18678045,52363549,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678215,18678045,18677951,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678045,4294836509,29884701,18678045,18678045,18678045,18678045,18678045,18678045,18677854,6160669,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18677888,18678045,29622557,18678045,18678213,18678045,52429085,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678215,18678045,18677951,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678045,4294836509,29884701,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678213,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678045,52494621,18678045,18678045,18678045,18678045,18678045,29950409,29950409,29950409,29950409,29950409,29950195,15925705,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950573,29950409,30081481,29950409,29950409,29950409,30147017,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950413,29950409,29950414,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,4294836681,9241033,29950409,29950409,29950409,29950409,29950409,29950409,29950195,15925705,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950754,29950409,30081481,29950409,29950409,29950409,30147017,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950413,29950409,29950414,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,4294836681,9241033,29950409,30081483,30081483,30081483,30081483,30081483,30081267,15925707,30081483,30081483,30081483,30081483,30081483,30081483,30081483,30081483,30081483,30081483,30081827,30081483,30081483,30081483,30081483,30081483,52691403,30081483,30081483,30081483,30081483,30081483,30081483,30081483,30081483,30081483,30081483,30081483,30081483,30081483,30081483,30081483,30081483,30081483,30081483,30081483,30081483,30081483,30081483,30081829,30081483,30081830,30081483,30081483,30081483,30081483,30081483,30081483,30081483,30081483,30081483,30081483,30081483,30081483,4294836683,9241035,30081483,29950409,29950409,29950409,29950409,29950409,29950195,15925705,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950573,29950409,30081481,29950409,29950759,29950409,30147017,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950413,29950409,29950414,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,4294836681,9241033,29950409,29950409,29950409,29950409,29950409,29950409,29950760,52953545,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950761,29950409,30081481,29950409,29950409,29950409,30147017,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950762,29950409,29950414,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,53150153,29950409,29950409,4294836681,9241033,29950409,30278094,30278094,30278094,30278094,30278094,30277875,15925710,30278094,30278094,30278094,30278094,30278094,30278094,30278094,30278094,30278094,30278094,30278253,30278094,53215694,30278094,30278094,30278094,53281230,30278094,30278094,30278094,30278094,30278094,30278094,30278094,30278094,30278094,30278094,30278094,30278094,30278094,30278094,30278094,30278094,30278094,30278094,30278094,30278094,30278094,30278094,30278446,30278094,30278094,30278094,30278094,30278094,30278094,30278094,30278094,30278094,30278094,30278094,30278094,30278094,30278094,4294836686,9241038,30278094,30343631,30343631,30343631,30343631,30343631,30343371,13304271,30343631,30343631,30343631,30343631,30343631,30343631,30343631,30343631,30343631,30343631,30343664,30343631,30802383,30343631,30343983,30343631,53477839,30343631,30343631,30343631,30343631,30343631,30343631,30343631,30343631,30343631,30343631,30343631,30343631,30343631,30343631,30343631,30343631,30343631,30343631,30343631,30343631,30343631,30343631,30343985,30343631,30343986,30343631,30343631,30343631,30343631,30343631,30343631,30343631,30343631,30343631,30343631,30343631,30343631,4294836687,9241039,30343631,30409168,30409168,30409168,30409168,30409168,30474239,4294902224,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409523,30409168,53739984,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409525,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30474705,30474705,30474705,30474705,30474705,30474274,2228689,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30475062,30474705,53936593,30474705,30474705,30474705,54002129,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30475065,30474705,30475066,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,4294836689,4391377,30474705,12779715,12779715,12779715,12779715,12779715,12779554,2228419,12779715,12779715,12779715,12779715,12779715,12779715,12779715,12779715,12779715,12779715,12779719,12779715,12779715,12779715,12779715,12779715,18809027,54199099,54199099,54199099,54199099,54199099,12779715,12779715,12779715,54198467,54199099,54199099,12780347,12779715,12779715,12779715,12779715,12779715,12779715,12779715,12779715,12779715,12779715,12779808,12779715,54198561,54199099,54199099,12780347,12779715,12779715,12779715,12779715,12779715,12779715,12779715,12779715,12779715,4294836419,9240771,12779715,18940193,18940193,18940193,18940193,18940193,18939938,2228513,18940193,18940193,18940193,18940193,18940193,18940193,18940193,18940193,18940193,18940193,18940103,18940193,19267873,18940193,18940732,18940193,30671137,18940193,18940193,18940193,18940193,18940193,18940193,18940193,18940193,18940193,18940193,18940193,18940193,18940193,18940193,18940193,18940193,18940193,18940193,18940193,18940193,18940193,18940193,18940373,18940193,18940193,18940193,18940193,18940193,18940193,18940193,18940193,18940193,18940193,18940193,18940193,18940193,18940193,4294836513,9240865,18940193,18940193,18940193,18940193,18940193,18940193,18940734,54395169,18940193,18940193,18940193,18940193,18940193,18940193,18940193,18940193,18940193,18940193,18940412,18940193,19267873,18940193,18940193,18940193,30671137,18940193,18940193,18940193,18940193,18940193,18940193,18940193,18940193,18940193,18940193,18940193,18940193,18940193,18940193,18940193,18940193,18940193,18940193,18940193,18940193,18940193,18940193,18940735,18940193,18940193,18940193,18940193,18940193,18940193,18940193,18940193,18940193,18940193,18940193,54526241,18940193,18940193,4294836513,9240865,18940193,30802390,30802390,30802390,30802390,30802390,30802123,13304278,30802390,30802390,30802390,30802390,30802390,30802390,30802390,30802390,30802390,30802390,30802236,30802390,30802390,30802390,30802753,30802390,54657494,30802390,30802390,30802390,30802390,30802390,30802390,30802390,30802390,30802390,30802390,30802390,30802390,30802390,30802390,30802390,30802390,30802390,30802390,30802390,30802390,30802390,30802390,30802435,30802390,30802755,30802390,30802390,30802390,30802390,30802390,30802390,30802390,30802390,30802390,30802390,30802390,30802390,4294836694,9241046,30802390,19005730,19005730,19005730,19005730,19005730,19005643,13304098,19005730,19005730,19005730,19005730,19005730,19005730,19005730,19005730,19005730,19005730,19005644,19005730,30802210,19005730,19006276,19005730,30933282,19005730,19005730,19005730,19005730,19005730,19005730,19005730,19005730,19005730,19005730,19005730,19005730,19005730,19005730,19005730,19005730,19005730,19005730,19005730,19005730,19005730,19005730,19005913,19005730,19005914,19005730,19005730,19005730,19005730,19005730,19005730,19005730,19005730,19005730,19005730,19005730,19005730,4294836514,9240866,19005730,19005730,19005730,19005730,19005730,19005730,19005702,17170722,19005730,19005730,19005730,19005730,19005730,19005730,19005730,19005730,19005730,19005730,19005644,19005730,30802210,19005730,19005911,19005730,30933282,19005730,19005730,19005730,19005730,19005730,19005730,19005730,19005730,19005730,19005730,19005730,19005730,19005730,19005730,19005730,19005730,19005730,19005730,19005730,19005730,19005730,19005730,19006277,19005730,19005914,19005730,19005730,19005730,19005730,19005730,19005730,19005730,19005730,19005730,54919458,19005730,19005730,4294836514,9240866,19005730,31064538,31064538,31064538,31064538,31064538,31064267,13304282,31064538,31064538,31064538,31064538,31064538,31064538,31064538,31064538,31064538,31064538,31064268,31064538,54985178,31064538,31064904,31064538,55116250,31064538,31064538,31064538,31064538,31064538,31064538,31064538,31064538,31064538,31064538,31064538,31064538,31064538,31064538,31064538,31064538,31064538,31064538,31064538,31064538,31064538,31064538,31064588,31064538,31064538,31064538,31064538,31064538,31064538,31064538,31064538,31064538,31064538,31064538,31064538,31064538,31064538,4294836698,9241050,31064538,55182154,55182154,55182154,55182154,55182154,55181346,2229066,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182155,55182154,55313226,55182154,55182154,55182154,55378762,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182158,55182154,55182159,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,4294837066,55575370,55182154,31195612,31195612,31195612,31195612,31195612,31260671,4294902236,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195638,31195612,19071452,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195706,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,19071267,19071267,19071267,19071267,19071267,19071010,2228515,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071451,19071267,31195427,19071267,19071729,19071267,12845347,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071454,19071267,19071455,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,4294836515,4391203,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,55640355,19071267,19071267,19071267,19071267,19071267,31392223,31392223,31392223,31392223,31392223,31457279,4294902239,31392223,31392223,31392223,31392223,31392223,31392223,31392223,31392223,31392223,31392223,31391778,31392223,31392223,31392223,31392223,31392223,31392223,31392223,31392223,31392223,31392223,31392223,31392223,31392223,31392223,31392223,31392223,31392223,31392223,31392223,31392223,31392223,31392223,31392223,31392223,31392223,31392223,31392223,31392223,31392594,31392223,31392229,31392223,31392223,31392223,31392223,31392223,31392223,31392223,31392223,31392223,31392223,31392223,31392223,31392223,31392223,31392223,12648641,12648641,12648641,12648641,12648641,12648482,2228417,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648584,12648641,12779713,12648641,12648641,12648641,12845249,55771987,55771987,55771987,55771987,55771987,12648641,12648641,12648641,55771329,55771987,55771987,12649299,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648645,12648641,55771334,55771987,55771987,12649299,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648641,4294836417,9240769,12648641,19267878,19267878,19267878,19267878,19267878,19267618,2228518,19267878,19267878,19267878,19267878,19267878,19267878,19267878,19267878,19267878,19267878,19267783,19267878,19267878,19267878,19268436,19267878,31523110,19267878,19267878,19267878,19267878,19267878,19267878,19267878,19267878,19267878,19267878,19267878,19267878,19267878,19267878,19267878,19267878,19267878,19267878,19267878,19267878,19267878,19267878,19268066,19267878,19267873,19267878,19267878,19267878,19267878,19267878,19267878,19267878,19267878,19267878,19267878,19267878,19267878,4294836518,9240870,19267878,19267878,19267878,19267878,19267878,19267878,19268438,55968038,19267878,19267878,19267878,19267878,19267878,19267878,19267878,19267878,19267878,19267878,19268130,19267878,19267878,19267878,19267878,19267878,31523110,19267878,19267878,19267878,19267878,19267878,19267878,19267878,19267878,19267878,19267878,19267878,19267878,19267878,19267878,19267878,19267878,19267878,19267878,19267878,19267878,19267878,19267878,19268439,19267878,19267873,19267878,19267878,19267878,19267878,19267878,19267878,19267878,19267878,19267878,56099110,19267878,19267878,4294836518,9240870,19267878,31654371,31654371,31654371,31654371,31654371,31654091,13304291,31654371,31654371,31654371,31654371,31654371,31654371,31654371,31654371,31654371,31654371,31654092,31654371,56164835,31654371,31654746,31654371,56295907,31654371,31654371,31654371,31654371,31654371,31654371,31654371,31654371,31654371,31654371,31654371,31654371,31654371,31654371,31654371,31654371,31654371,31654371,31654371,31654371,31654371,31654371,31654748,31654371,31654362,31654371,31654371,31654371,31654371,31654371,31654371,31654371,31654371,31654371,31654371,31654371,31654371,4294836707,9241059,31654371,31719908,31719908,31719908,31719908,31719908,31784959,4294902244,31719908,31719908,31719908,31719908,31719908,31719908,31719908,31719908,31719908,31719908,31719599,31719908,31719908,31719908,31719908,31719908,31719908,31719908,31719908,31719908,31719908,31719908,31719908,31719908,31719908,31719908,31719908,31719908,31719908,31719908,31719908,31719908,31719908,31719908,31719908,31719908,31719908,31719908,31719908,31720285,31719908,31720286,31719908,31719908,31719908,31719908,31719908,31719908,31719908,31719908,31719908,31719908,31719908,31719908,31719908,31719908,31719908,31785445,31785445,31785445,31785445,31785445,31784994,2228709,31785445,31785445,31785445,31785445,31785445,31785445,31785445,31785445,31785445,31785445,31785435,31785445,56558053,31785445,31785445,31785445,56623589,31785445,31785445,31785445,31785445,31785445,31785445,31785445,31785445,31785445,31785445,31785445,31785445,31785445,31785445,31785445,31785445,31785445,31785445,31785445,31785445,31785445,31785445,31785825,31785445,31785826,31785445,31785445,31785445,31785445,31785445,31785445,31785445,31785445,31785445,31785445,31785445,31785445,4294836709,4391397,31785445,12976326,12976326,12976326,12976326,12976326,12976162,2228422,12976326,12976326,12976326,12976326,12976326,12976326,12976326,12976326,12976326,12976326,12976264,12976326,19267782,12976326,12976326,12976326,19333318,56820579,56820579,56820579,56820579,56820579,12976326,12976326,12976326,56819910,56820579,56820579,12976995,12976326,12976326,12976326,12976326,12976326,12976326,12976326,12976326,12976326,12976326,12976424,12976326,56819910,56820579,56820579,12976995,12976326,12976326,12976326,12976326,12976326,12976326,12976326,12976326,12976326,4294836422,9240774,12976326,56886116,56886116,56886116,56886116,56886116,56885491,15926116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886117,56886116,30081892,56886116,56886116,56886116,57017188,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886119,56886116,56886120,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,4294837092,9241444,56886116,32047593,32047593,32047593,32047593,32047593,32047307,13304297,32047593,32047593,32047593,32047593,32047593,32047593,32047593,32047593,32047593,32047593,32047600,32047593,30802409,32047593,32047977,32047593,57278953,32047593,32047593,32047593,32047593,32047593,32047593,32047593,32047593,32047593,32047593,32047593,32047593,32047593,32047593,32047593,32047593,32047593,32047593,32047593,32047593,32047593,32047593,32047979,32047593,32047980,32047593,32047593,32047593,32047593,32047593,32047593,32047593,32047593,32047593,32047593,32047593,32047593,4294836713,9241065,32047593,32113130,32113130,32113130,32113130,32113130,32178175,4294902250,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113517,32113130,57541098,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113519,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32178667,32178667,32178667,32178667,32178667,32178210,2228715,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32179056,32178667,57737707,32178667,32178667,32178667,57803243,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32179059,32178667,32179060,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,4294836715,4391403,32178667,19464489,19464489,19464489,19464489,19464489,19464226,2228521,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464391,19464489,12779817,19464489,19464489,19464489,19595561,58000245,58000245,58000245,58000245,58000245,19464489,19464489,19464489,57999657,58000245,58000245,19465077,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464492,19464489,57999661,58000245,58000245,19465077,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464489,4294836521,9240873,19464489,19726637,19726637,19726637,19726637,19726637,19726370,2228525,19726637,19726637,19726637,19726637,19726637,19726637,19726637,19726637,19726637,19726637,19726535,19726637,19267885,19726637,19727222,19726637,32375085,19726637,19726637,19726637,19726637,19726637,19726637,19726637,19726637,19726637,19726637,19726637,19726637,19726637,19726637,19726637,19726637,19726637,19726637,19726637,19726637,19726637,19726637,19726831,19726637,19726637,19726637,19726637,19726637,19726637,19726637,19726637,19726637,19726637,19726637,19726637,19726637,19726637,4294836525,9240877,19726637,19726637,19726637,19726637,19726637,19726637,19727224,58196269,19726637,19726637,19726637,19726637,19726637,19726637,19726637,19726637,19726637,19726637,19726844,19726637,19267885,19726637,19726637,19726637,32375085,19726637,19726637,19726637,19726637,19726637,19726637,19726637,19726637,19726637,19726637,19726637,19726637,19726637,19726637,19726637,19726637,19726637,19726637,19726637,19726637,19726637,19726637,19727225,19726637,19726637,19726637,19726637,19726637,19726637,19726637,19726637,19726637,19726637,19726637,58327341,19726637,19726637,4294836525,9240877,19726637,58393467,58393467,58393467,58393467,58393467,58392779,13304699,58393467,58393467,58393467,58393467,58393467,58393467,58393467,58393467,58393467,58393467,58393468,58393467,20382587,58393467,58393469,58393467,58590075,58393467,58393467,58393467,58393467,58393467,58393467,58393467,58393467,58393467,58393467,58393467,58393467,58393467,58393467,58393467,58393467,58393467,58393467,58393467,58393467,58393467,58393467,58393105,58393467,58393471,58393467,58393467,58393467,58393467,58393467,58393467,58393467,58393467,58393467,58393467,58393467,58393467,4294837115,9241467,58393467,19792174,19792174,19792174,19792174,19792174,19792075,13304110,19792174,19792174,19792174,19792174,19792174,19792174,19792174,19792174,19792174,19792174,19792368,19792174,13435182,19792174,19792768,19792174,32637230,19792174,19792174,19792174,19792174,19792174,19792174,19792174,19792174,19792174,19792174,19792174,19792174,19792174,19792174,19792174,19792174,19792174,19792174,19792174,19792174,19792174,19792174,19792371,19792174,19792372,19792174,19792174,19792174,19792174,19792174,19792174,19792174,19792174,19792174,19792174,19792174,19792174,4294836526,9240878,19792174,19792174,19792174,19792174,19792174,19792174,19792136,17301806,19792174,19792174,19792174,19792174,19792174,19792174,19792174,19792174,19792174,19792174,19792368,19792174,13435182,19792174,19792369,19792174,32637230,19792174,19792174,19792174,19792174,19792174,19792174,19792174,19792174,19792174,19792174,19792174,19792174,19792174,19792174,19792174,19792174,19792174,19792174,19792174,19792174,19792174,19792174,19792769,19792174,19792372,19792174,19792174,19792174,19792174,19792174,19792174,19792174,19792174,19792174,58851630,19792174,19792174,4294836526,9240878,19792174,32768500,32768500,32768500,32768500,32768500,32768203,13304308,32768500,32768500,32768500,32768500,32768500,32768500,32768500,32768500,32768500,32768500,32768496,32768500,21103092,32768500,32768899,32768500,58982900,32768500,32768500,32768500,32768500,32768500,32768500,32768500,32768500,32768500,32768500,32768500,32768500,32768500,32768500,32768500,32768500,32768500,32768500,32768500,32768500,32768500,32768500,32768537,32768500,32768500,32768500,32768500,32768500,32768500,32768500,32768500,32768500,32768500,32768500,32768500,32768500,32768500,4294836724,9241076,32768500,55313228,55313228,55313228,55313228,55313228,55377919,4294902604,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313285,55313228,55182156,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313286,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313228,32899574,32899574,32899574,32899574,32899574,32899106,2228726,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899411,32899574,19857910,32899574,32899574,32899574,59179510,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899976,32899574,32899216,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899574,4294836726,59310582,32899574,19857711,19857711,19857711,19857711,19857711,19857442,2228527,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857909,19857711,32899375,19857711,19858175,19857711,13107503,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857912,19857711,19857627,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,4294836527,4391215,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,59375919,19857711,19857711,19857711,19857711,19857711,8978569,8978569,8978569,8978569,8978569,8978466,2228361,8978569,8978569,8978569,8978569,8978569,8978569,8978569,8978569,8978569,8978569,8978631,8978569,8978569,8978569,8978569,8978569,13107337,59442059,59442059,59442059,59442059,59442059,8978569,8978569,8978569,59441289,59442059,59442059,8979339,8978569,8978569,8978569,8978569,8978569,8978569,8978569,8978569,8978569,8978569,8978633,8978569,59441354,59442059,59442059,8979339,8978569,8978569,8978569,8978569,8978569,8978569,8978569,8978569,8978569,4294836361,9240713,8978569,33161722,33161722,33161722,33161722,33161722,33161419,13304314,33161722,33161722,33161722,33161722,33161722,33161722,33161722,33161722,33161722,33161722,33161712,33161722,35979770,33161722,33162124,33161722,59572730,33161722,33161722,33161722,33161722,33161722,33161722,33161722,33161722,33161722,33161722,33161722,33161722,33161722,33161722,33161722,33161722,33161722,33161722,33161722,33161722,33161722,33161722,33162126,33161722,33161716,33161722,33161722,33161722,33161722,33161722,33161722,33161722,33161722,33161722,33161722,33161722,33161722,4294836730,9241082,33161722,33227259,33227259,33227259,33227259,33227259,33292287,4294902267,33227259,33227259,33227259,33227259,33227259,33227259,33227259,33227259,33227259,33227259,33226878,33227259,22020603,33227259,33227259,33227259,33227259,33227259,33227259,33227259,33227259,33227259,33227259,33227259,33227259,33227259,33227259,33227259,33227259,33227259,33227259,33227259,33227259,33227259,33227259,33227259,33227259,33227259,33227259,33227663,33227259,33227664,33227259,33227259,33227259,33227259,33227259,33227259,33227259,33227259,33227259,33227259,33227259,33227259,33227259,33227259,33227259,59835281,59835281,59835281,59835281,59835281,59834402,2229137,59835281,59835281,59835281,59835281,59835281,59835281,59835281,59835281,59835281,59835281,59834666,59835281,36307857,59835281,59835281,59835281,59900817,59835281,59835281,59835281,59835281,59835281,59835281,59835281,59835281,59835281,59835281,59835281,59835281,59835281,59835281,59835281,59835281,59835281,59835281,59835281,59835281,59835281,59835281,59835283,59835281,59834669,59835281,59835281,59835281,59835281,59835281,59835281,59835281,59835281,59835281,59835281,59835281,59835281,4294837137,9241489,59835281,13238474,13238474,13238474,13238474,13238474,13238306,2228426,13238474,13238474,13238474,13238474,13238474,13238474,13238474,13238474,13238474,13238474,13238471,13238474,13762762,13238474,13238474,13238474,20054218,60031892,60031892,60031892,60031892,60031892,13238474,13238474,13238474,60031178,60031892,60031892,13239188,13238474,13238474,13238474,13238474,13238474,13238474,13238474,13238474,13238474,13238474,13238579,13238474,60031178,60031892,60031892,13239188,13238474,13238474,13238474,13238474,13238474,13238474,13238474,13238474,13238474,4294836426,9240778,13238474,60097429,60097429,60097429,60097429,60097429,60097430,60162965,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097431,60097429,60294037,60097429,60097433,60097429,60425109,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097435,60097429,60097436,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,4294837141,9241493,60097429,20382007,20382007,20382007,20382007,20382007,20381899,13304119,20382007,20382007,20382007,20382007,20382007,20382007,20382007,20382007,20382007,20382007,20382012,20382007,20382007,20382007,20382621,20382007,33685815,20382007,20382007,20382007,20382007,20382007,20382007,20382007,20382007,20382007,20382007,20382007,20382007,20382007,20382007,20382007,20382007,20382007,20382007,20382007,20382007,20382007,20382007,20382211,20382007,20382212,20382007,20382007,20382007,20382007,20382007,20382007,20382007,20382007,20382007,20382007,20382007,20382007,4294836535,9240887,20382007,20382007,20382007,20382007,20382007,20382007,20382622,60686647,20382007,20382007,20382007,20382007,20382007,20382007,20382007,20382007,20382007,20382007,20382012,20382007,20382007,20382007,20382209,20382007,33685815,20382007,20382007,20382007,20382007,20382007,20382007,20382007,20382007,20382007,20382007,20382007,20382007,20382007,20382007,20382007,20382007,20382007,20382007,20382007,20382007,20382007,20382007,20382623,20382007,20382212,20382007,20382007,20382007,20382007,20382007,20382007,20382007,20382007,20382007,60817719,20382007,20382007,4294836535,9240887,20382007,33817092,33817092,33817092,33817092,33817092,33816779,13304324,33817092,33817092,33817092,33817092,33817092,33817092,33817092,33817092,33817092,33817092,33816892,33817092,34144772,33817092,33817505,33817092,60948996,33817092,33817092,33817092,33817092,33817092,33817092,33817092,33817092,33817092,33817092,33817092,33817092,33817092,33817092,33817092,33817092,33817092,33817092,33817092,33817092,33817092,33817092,33817507,33817092,33817092,33817092,33817092,33817092,33817092,33817092,33817092,33817092,33817092,33817092,33817092,33817092,33817092,4294836740,9241092,33817092,33948166,33948166,33948166,33948166,33948166,33947851,13304326,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948580,33948166,61145606,33948166,33948582,33948166,61276678,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948584,33948166,33948585,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,4294836742,4391430,33948166,20250933,20250933,20250933,20250933,20250933,20250827,13304117,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250828,20250933,20382005,20250933,20250936,20250933,20513077,61473706,61473706,61473706,61473706,61473706,20250933,20250933,20250933,61473077,61473706,61473706,20251562,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250938,20250933,61473083,61473706,61473706,20251562,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250933,4294836533,9240885,20250933,34144777,34144777,34144777,34144777,34144777,34144459,13304329,34144777,34144777,34144777,34144777,34144777,34144777,34144777,34144777,34144777,34144777,34144572,34144777,34144777,34144777,34145195,34144777,61604361,34144777,34144777,34144777,34144777,34144777,34144777,34144777,34144777,34144777,34144777,34144777,34144777,34144777,34144777,34144777,34144777,34144777,34144777,34144777,34144777,34144777,34144777,34145197,34144777,34144772,34144777,34144777,34144777,34144777,34144777,34144777,34144777,34144777,34144777,34144777,34144777,34144777,4294836745,9241097,34144777,20644155,20644155,20644155,20644155,20644155,20644043,13304123,20644155,20644155,20644155,20644155,20644155,20644155,20644155,20644155,20644155,20644155,20644044,20644155,34144571,20644155,20644782,20644155,34275643,20644155,20644155,20644155,20644155,20644155,20644155,20644155,20644155,20644155,20644155,20644155,20644155,20644155,20644155,20644155,20644155,20644155,20644155,20644155,20644155,20644155,20644155,20644364,20644155,20644155,20644155,20644155,20644155,20644155,20644155,20644155,20644155,20644155,20644155,20644155,20644155,20644155,4294836539,9240891,20644155,20644155,20644155,20644155,20644155,20644155,20644783,61800763,20644155,20644155,20644155,20644155,20644155,20644155,20644155,20644155,20644155,20644155,20644382,20644155,34144571,20644155,20644362,20644155,34275643,20644155,20644155,20644155,20644155,20644155,20644155,20644155,20644155,20644155,20644155,20644155,20644155,20644155,20644155,20644155,20644155,20644155,20644155,20644155,20644155,20644155,20644155,20644784,20644155,20644155,20644155,20644155,20644155,20644155,20644155,20644155,20644155,20644155,20644155,61931835,20644155,20644155,4294836539,9240891,20644155,34406925,34406925,34406925,34406925,34406925,34406603,13304333,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406716,34406925,20382221,34406925,34406927,34406925,34603533,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406929,34406925,34406930,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406925,4294836749,9241101,34406925,34406925,34406925,34406925,34406925,34406925,34406603,13304333,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34407346,34406925,20382221,34406925,34406927,34406925,34603533,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406929,34406925,34406930,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406925,4294836749,9241101,34406925,34406925,34406925,34406925,34406925,34406925,34406603,13304333,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406716,34406925,20382221,34406925,34407347,34406925,34603533,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406929,34406925,34406930,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406925,4294836749,9241101,34406925,34406925,34406925,34406925,34406925,34406925,34407348,62128653,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406716,34406925,20382221,34406925,34406927,34406925,34603533,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34407349,34406925,34406930,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406925,62259725,34406925,34406925,4294836749,9241101,34406925,34734610,34734610,34734610,34734610,34734610,34734283,13304338,34734610,34734610,34734610,34734610,34734610,34734610,34734610,34734610,34734610,34734610,34734396,34734610,34144786,34734610,34735031,34734610,62390802,34734610,34734610,34734610,34734610,34734610,34734610,34734610,34734610,34734610,34734610,34734610,34734610,34734610,34734610,34734610,34734610,34734610,34734610,34734610,34734610,34734610,34734610,34735033,34734610,34734610,34734610,34734610,34734610,34734610,34734610,34734610,34734610,34734610,34734610,34734610,34734610,34734610,4294836754,9241106,34734610,34865684,34865684,34865684,34865684,34865684,34865355,13304340,34865684,34865684,34865684,34865684,34865684,34865684,34865684,34865684,34865684,34865684,34866106,34865684,46268948,34865684,34866107,34865684,62652948,34865684,34865684,34865684,34865684,34865684,34865684,34865684,34865684,34865684,34865684,34865684,34865684,34865684,34865684,34865684,34865684,34865684,34865684,34865684,34865684,34865684,34865684,34866109,34865684,34866110,34865684,34865684,34865684,34865684,34865684,34865684,34865684,34865684,34865684,34865684,34865684,34865684,4294836756,4391444,34865684,13435085,13435085,13435085,13435085,13435085,13435083,13304013,13435085,13435085,13435085,13435085,13435085,13435085,13435085,13435085,13435085,13435085,13435196,13435085,13435085,13435085,13435197,13435085,20840653,62849983,62849983,62849983,62849983,62849983,13435085,13435085,13435085,62849229,62849983,62849983,13435839,13435085,13435085,13435085,13435085,13435085,13435085,13435085,13435085,13435085,13435085,13435199,13435085,62849344,62849983,62849983,13435839,13435085,13435085,13435085,13435085,13435085,13435085,13435085,13435085,13435085,4294836429,9240781,13435085,20971840,20971840,20971840,20971840,20971840,20971723,13304128,20971840,20971840,20971840,20971840,20971840,20971840,20971840,20971840,20971840,20971840,20971836,20971840,21102912,20971840,20972480,20971840,35127616,20971840,20971840,20971840,20971840,20971840,20971840,20971840,20971840,20971840,20971840,20971840,20971840,20971840,20971840,20971840,20971840,20971840,20971840,20971840,20971840,20971840,20971840,20972057,20971840,20971840,20971840,20971840,20971840,20971840,20971840,20971840,20971840,20971840,20971840,20971840,20971840,20971840,4294836544,9240896,20971840,20971840,20971840,20971840,20971840,20971840,20972481,62980416,20971840,20971840,20971840,20971840,20971840,20971840,20971840,20971840,20971840,20971840,20972482,20971840,21102912,20971840,20972055,20971840,35127616,20971840,20971840,20971840,20971840,20971840,20971840,20971840,20971840,20971840,20971840,20971840,20971840,20971840,20971840,20971840,20971840,20971840,20971840,20971840,20971840,20971840,20971840,20972483,20971840,20971840,20971840,20971840,20971840,20971840,20971840,20971840,20971840,20971840,20971840,63177024,20971840,20971840,4294836544,9240896,20971840,21102914,21102914,21102914,21102914,21102914,21102795,13304130,21102914,21102914,21102914,21102914,21102914,21102914,21102914,21102914,21102914,21102914,21102908,21102914,21102914,21102914,21103557,21102914,35324226,21102914,21102914,21102914,21102914,21102914,21102914,21102914,21102914,21102914,21102914,21102914,21102914,21102914,21102914,21102914,21102914,21102914,21102914,21102914,21102914,21102914,21102914,21103132,21102914,21102912,21102914,21102914,21102914,21102914,21102914,21102914,21102914,21102914,21102914,21102914,21102914,21102914,4294836546,9240898,21102914,21102914,21102914,21102914,21102914,21102914,21103558,63308098,21102914,21102914,21102914,21102914,21102914,21102914,21102914,21102914,21102914,21102914,21103559,21102914,21102914,21102914,21103130,21102914,35324226,21102914,21102914,21102914,21102914,21102914,21102914,21102914,21102914,21102914,21102914,21102914,21102914,21102914,21102914,21102914,21102914,21102914,21102914,21102914,21102914,21102914,21102914,21103560,21102914,21102912,21102914,21102914,21102914,21102914,21102914,21102914,21102914,21102914,21102914,63504706,21102914,21102914,4294836546,9240898,21102914,63570890,63570890,63570890,63570890,63570890,63570123,13304778,63570890,63570890,63570890,63570890,63570890,63570890,63570890,63570890,63570890,63570890,63570230,63570890,63636426,63570890,63570892,63570890,63767498,63570890,63570890,63570890,63570890,63570890,63570890,63570890,63570890,63570890,63570890,63570890,63570890,63570890,63570890,63570890,63570890,63570890,63570890,63570890,63570890,63570890,63570890,63570894,63570890,63570235,63570890,63570890,63570890,63570890,63570890,63570890,63570890,63570890,63570890,63570890,63570890,63570890,4294837194,9241546,63570890,13697233,13697233,13697233,13697233,13697233,13697227,13304017,13697233,13697233,13697233,13697233,13697233,13697233,13697233,13697233,13697233,13697233,13697228,13697233,21102801,13697233,13697347,13697233,21233873,63898575,63898575,63898575,63898575,63898575,13697233,13697233,13697233,63897809,63898575,63898575,13697999,13697233,13697233,13697233,13697233,13697233,13697233,13697233,13697233,13697233,13697233,13697349,13697233,63897809,63898575,63898575,13697999,13697233,13697233,13697233,13697233,13697233,13697233,13697233,13697233,13697233,4294836433,9240785,13697233,35717665,35717665,35717665,35717665,35717665,35717323,13304353,35717665,35717665,35717665,35717665,35717665,35717665,35717665,35717665,35717665,35717665,35717616,35717665,35979809,35717665,35718096,35717665,64029217,35717665,35717665,35717665,35717665,35717665,35717665,35717665,35717665,35717665,35717665,35717665,35717665,35717665,35717665,35717665,35717665,35717665,35717665,35717665,35717665,35717665,35717665,35718098,35717665,35717620,35717665,35717665,35717665,35717665,35717665,35717665,35717665,35717665,35717665,35717665,35717665,35717665,4294836769,9241121,35717665,64160723,64160723,64160723,64160723,64160723,64159778,2229203,64160723,64160723,64160723,64160723,64160723,64160723,64160723,64160723,64160723,64160723,64160042,64160723,36307923,64160723,64160723,64160723,64226259,64160723,64160723,64160723,64160723,64160723,64160723,64160723,64160723,64160723,64160723,64160723,64160723,64160723,64160723,64160723,64160723,64160723,64160723,64160723,64160723,64160723,64160723,64160725,64160723,64160045,64160723,64160723,64160723,64160723,64160723,64160723,64160723,64160723,64160723,64160723,64160723,64160723,4294837203,9241555,64160723,13762770,13762770,13762770,13762770,13762770,13762594,2228434,13762770,13762770,13762770,13762770,13762770,13762770,13762770,13762770,13762770,13762770,13762759,13762770,13762770,13762770,13762770,13762770,21364946,64357334,64357334,64357334,64357334,64357334,13762770,13762770,13762770,64356562,64357334,64357334,13763542,13762770,13762770,13762770,13762770,13762770,13762770,13762770,13762770,13762770,13762770,13762887,13762770,64356554,64357334,64357334,13763542,13762770,13762770,13762770,13762770,13762770,13762770,13762770,13762770,13762770,4294836434,9240786,13762770,35979813,35979813,35979813,35979813,35979813,35979467,13304357,35979813,35979813,35979813,35979813,35979813,35979813,35979813,35979813,35979813,35979813,35979580,35979813,35979813,35979813,35980247,35979813,64487973,35979813,35979813,35979813,35979813,35979813,35979813,35979813,35979813,35979813,35979813,35979813,35979813,35979813,35979813,35979813,35979813,35979813,35979813,35979813,35979813,35979813,35979813,35979804,35979813,35979584,35979813,35979813,35979813,35979813,35979813,35979813,35979813,35979813,35979813,35979813,35979813,35979813,4294836773,9241125,35979813,21496136,21496136,21496136,21496136,21496136,21496011,13304136,21496136,21496136,21496136,21496136,21496136,21496136,21496136,21496136,21496136,21496136,21496012,21496136,35979592,21496136,21496793,21496136,36110664,21496136,21496136,21496136,21496136,21496136,21496136,21496136,21496136,21496136,21496136,21496136,21496136,21496136,21496136,21496136,21496136,21496136,21496136,21496136,21496136,21496136,21496136,21496360,21496136,21496017,21496136,21496136,21496136,21496136,21496136,21496136,21496136,21496136,21496136,21496136,21496136,21496136,4294836552,9240904,21496136,21496136,21496136,21496136,21496136,21496136,21496087,18284872,21496136,21496136,21496136,21496136,21496136,21496136,21496136,21496136,21496136,21496136,21496794,21496136,35979592,21496136,21496358,21496136,36110664,21496136,21496136,21496136,21496136,21496136,21496136,21496136,21496136,21496136,21496136,21496136,21496136,21496136,21496136,21496136,21496136,21496136,21496136,21496136,21496136,21496136,21496136,21496795,21496136,21496017,21496136,21496136,21496136,21496136,21496136,21496136,21496136,21496136,21496136,64749896,21496136,21496136,4294836552,9240904,21496136,36241961,36241961,36241961,36241961,36241961,36241442,2228777,36241961,36241961,36241961,36241961,36241961,36241961,36241961,36241961,36241961,36241961,36241544,36241961,36307497,36241961,36241961,36241961,36373033,36241961,36241961,36241961,36241961,36241961,36241961,36241961,36241961,36241961,36241961,36241961,36241961,36241961,36241961,36241961,36241961,36241961,36241961,36241961,36241961,36241961,36241961,36241964,36241961,36241606,36241961,36241961,36241961,36241961,36241961,36241961,36241961,36241961,36241961,36241961,36241961,36241961,4294836777,9241129,36241961,36307498,36307498,36307498,36307498,36307498,36306978,2228778,36307498,36307498,36307498,36307498,36307498,36307498,36307498,36307498,36307498,36307498,36307143,36307498,36307498,36307498,36307498,36307498,64815658,36307498,36307498,36307498,36307498,36307498,36307498,36307498,36307498,36307498,36307498,36307498,36307498,36307498,36307498,36307498,36307498,36307498,36307498,36307498,36307498,36307498,36307498,36307934,36307498,36307233,36307498,36307498,36307498,36307498,36307498,36307498,36307498,36307498,36307498,36307498,36307498,36307498,4294836778,9241130,36307498,36241961,36241961,36241961,36241961,36241961,36241442,2228777,36241961,36241961,36241961,36241961,36241961,36241961,36241961,36241961,36241961,36241961,36241544,36241961,36307497,36241961,36242399,36241961,36373033,36241961,36241961,36241961,36241961,36241961,36241961,36241961,36241961,36241961,36241961,36241961,36241961,36241961,36241961,36241961,36241961,36241961,36241961,36241961,36241961,36241961,36241961,36241964,36241961,36241606,36241961,36241961,36241961,36241961,36241961,36241961,36241961,36241961,36241961,36241961,36241961,36241961,4294836777,9241129,36241961,36241961,36241961,36241961,36241961,36241961,36242401,65077801,36241961,36241961,36241961,36241961,36241961,36241961,36241961,36241961,36241961,36241961,36241737,36241961,36307497,36241961,36241961,36241961,36373033,36241961,36241961,36241961,36241961,36241961,36241961,36241961,36241961,36241961,36241961,36241961,36241961,36241961,36241961,36241961,36241961,36241961,36241961,36241961,36241961,36241961,36241961,36242402,36241961,36241606,36241961,36241961,36241961,36241961,36241961,36241961,36241961,36241961,36241961,65208873,36241961,36241961,4294836777,9241129,36241961,9175180,9175180,9175180,9175180,9175180,9175074,2228364,9175180,9175180,9175180,9175180,9175180,9175180,9175180,9175180,9175180,9175180,9175176,9175180,13762700,9175180,9175180,9175180,13828236,65274852,65274852,65274852,65274852,65274852,9175180,9175180,9175180,65273996,65274852,65274852,9176036,9175180,9175180,9175180,9175180,9175180,9175180,9175180,9175180,9175180,9175180,9175252,9175180,65273996,65274852,65274852,9176036,9175180,9175180,9175180,9175180,9175180,9175180,9175180,9175180,9175180,4294836364,9240716,9175180,9306254,9306254,9306254,9306254,9306254,9371647,4294901902,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9371647,9306254,9306254,9306254,9306254,9306254,9306254,65340389,65340389,65340389,65340389,65340389,9306254,9306254,9306254,65339534,65340389,65340389,9307109,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306325,9306254,65339606,65340389,65340389,9307109,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,21823821,21823821,21823821,21823821,21823821,21823821,21823821,21823821,21823821,21823821,21823821,21823821,21823821,21823821,21823821,21823821,21823821,21823821,21823821,21823821,21823821,21823821,21823821,21823821,21823821,21823821,21823821,21823821,21823821,21823821,21823821,21823821,21823821,21823821,21823821,21823821,21823821,21823821,21823821,21823821,21823821,21823821,21823821,21823821,21823821,21823821,21823821,21823821,21823821,21823821,21823821,21823821,21823821,21823821,21823821,21823821,21823821,21823821,65405261,21823821,21823821,21823821,21823821,21823821,36700720,36700720,36700720,36700720,36700720,36700335,11469360,36700720,36700720,36700720,36700720,36700720,36700720,36700720,36700720,36700720,36700720,36701159,36700720,65536560,36700720,36700720,36700720,65602096,36700720,36700720,36700720,36700720,36700720,36700720,36700720,36700720,36700720,36700720,36700720,36700720,36700720,36700720,36700720,36700720,36700720,36700720,36700720,36700720,36700720,36700720,36701162,36700720,36701163,36700720,36700720,36700720,36700720,36700720,36700720,36700720,36700720,36700720,36700720,36700720,36700720,4294836784,65798704,36700720,36766257,36766257,36766257,36766257,36766257,36766081,25231921,36766257,36766257,36766257,36766257,36766257,36766257,36766257,36766257,36766257,36766257,36766344,36766257,65864241,36766257,36766702,36766257,65995313,36766257,36766257,36766257,36766257,36766257,36766257,36766257,36766257,36766257,36766257,36766257,36766257,36766257,36766257,36766257,36766257,36766257,36766257,36766257,36766257,36766257,36766257,36766704,36766257,36766705,36766257,36766257,36766257,36766257,36766257,36766257,36766257,36766257,36766257,36766257,36766257,36766257,4294836785,42861105,36766257,43254420,43254420,43254420,43254420,43254420,43253935,11469460,43254420,43254420,43254420,43254420,43254420,43254420,43254420,43254420,43254420,43254420,43254416,43254420,66192020,43254420,43254771,43254420,36831892,43254420,43254420,43254420,43254420,43254420,43254420,43254420,43254420,43254420,43254420,43254420,43254420,43254420,43254420,43254420,43254420,43254420,43254420,43254420,43254420,43254420,43254420,43254772,43254420,43254420,43254420,43254420,43254420,43254420,43254420,43254420,43254420,43254420,43254420,43254420,43254420,43254420,4294836884,43319956,43254420,14024918,14024918,14024918,14024918,14024918,14024879,11469014,14024918,14024918,14024918,14024918,14024918,14024918,14024918,14024918,14024918,14024918,14024957,14024918,21823702,14024918,14024918,14024918,21889238,66388981,66388981,66388981,66388981,66388981,14024918,14024918,14024918,66388182,66388981,66388981,14025717,14024918,14024918,14024918,14024918,14024918,14024918,14024918,14024918,14024918,14024918,14025039,14024918,66388304,66388981,66388981,14025717,14024918,14024918,14024918,14024918,14024918,14024918,14024918,14024918,14024918,4294836438,16777430,14024918,22020432,22020432,22020432,22020432,22020432,22020271,11469136,22020432,22020432,22020432,22020432,22020432,22020432,22020432,22020432,22020432,22020432,22020349,22020432,33227088,22020432,22021110,22020432,66519376,22020432,22020432,22020432,22020432,22020432,22020432,22020432,22020432,22020432,22020432,22020432,22020432,22020432,22020432,22020432,22020432,22020432,22020432,22020432,22020432,22020432,22020432,22020661,22020432,22020310,22020432,22020432,22020432,22020432,22020432,22020432,22020432,22020432,22020432,22020432,22020432,22020432,4294836560,37093712,22020432,22020432,22020432,22020432,22020432,22020432,22020432,22020432,22020432,22020432,22020432,22020432,22020432,22020432,22020432,22020432,22020432,22020432,22020432,22020432,22020432,22020432,22020432,22020432,22020432,22020432,22020432,22020432,22020432,22020432,22020432,22020432,22020432,22020432,22020432,22020432,22020432,22020432,22020432,22020432,22020432,22020432,22020432,22020432,22020432,22020432,22020432,22020432,22020432,22020432,22020432,22020432,22020432,22020432,22020432,22020432,22020432,22020432,22020432,66584912,22020432,22020432,22020432,22020432,22020432,9437328,9437328,9437328,9437328,9437328,9502719,4294901904,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437247,9437328,6357136,9437328,9437328,9437328,9437328,66651129,66651129,66651129,66651129,66651129,9437328,9437328,9437328,66650256,66651129,66651129,9438201,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437400,9437328,66650329,66651129,66651129,9438201,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,32899574,32899574,32899574,32899574,32899574,32899106,2228726,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32900090,32899574,19857910,32899574,32899574,32899574,59179510,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899976,32899574,32899216,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899574,4294836726,59310582,32899574,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,66781660,31195612,31195612,31195612,31195612,31195612,22282580,22282580,22282580,22282580,22282580,22282274,2228564,22282580,22282580,22282580,22282580,22282580,22282580,22282580,22282580,22282580,22282580,22282741,22282580,14221652,22282580,22283028,22282580,21365076,22282580,22282580,22282580,22282580,22282580,22282580,22282580,22282580,22282580,22282580,22282580,22282580,22282580,22282580,22282580,22282580,22282580,22282580,22282580,22282580,22282580,22282580,22282812,22282580,22282813,22282580,22282580,22282580,22282580,22282580,22282580,22282580,22282580,22282580,22282580,22282580,22282580,4294836564,4391252,22282580,22282580,22282580,22282580,22282580,22282580,22282580,22282580,22282580,22282580,22282580,22282580,22282580,22282580,22282580,22282580,22282580,22282580,22282580,22282580,22282580,22282580,22282580,22282580,22282580,22282580,22282580,22282580,22282580,22282580,22282580,22282580,22282580,22282580,22282580,22282580,22282580,22282580,22282580,22282580,22282580,22282580,22282580,22282580,22282580,22282580,22282580,22282580,22282580,22282580,22282580,22282580,22282580,22282580,22282580,22282580,22282580,22282580,22282580,66847060,22282580,22282580,22282580,22282580,22282580,37552701,37552701,37552701,37552701,37552701,37552162,2228797,37552701,37552701,37552701,37552701,37552701,37552701,37552701,37552701,37552701,37552701,37552467,37552701,38208061,37552701,37552701,37552701,66912829,37552701,37552701,37552701,37552701,37552701,37552701,37552701,37552701,37552701,37552701,37552701,37552701,37552701,37552701,37552701,37552701,37552701,37552701,37552701,37552701,37552701,37552701,37553150,37552701,37552475,37552701,37552701,37552701,37552701,37552701,37552701,37552701,37552701,37552701,37552701,37552701,37552701,4294836797,67043901,37552701,37618238,37618238,37618238,37618238,37618238,37617758,6160958,37618238,37618238,37618238,37618238,37618238,37618238,37618238,37618238,37618238,37618238,37618356,37618238,51446334,37618238,37618688,37618238,67174974,37618238,37618238,37618238,37618238,37618238,37618238,37618238,37618238,37618238,37618238,37618238,37618238,37618238,37618238,37618238,37618238,37618238,37618238,37618238,37618238,37618238,37618238,37618690,37618238,37618691,37618238,37618238,37618238,37618238,37618238,37618238,37618238,37618238,37618238,37618238,37618238,37618238,4294836798,67371582,37618238,67437573,67437573,67437573,67437573,67437573,67436578,2229253,67437573,67437573,67437573,67437573,67437573,67437573,67437573,67437573,67437573,67437573,67437574,67437573,67568645,67437573,67437576,67437573,37684229,67437573,67437573,67437573,67437573,67437573,67437573,67437573,67437573,67437573,67437573,67437573,67437573,67437573,67437573,67437573,67437573,67437573,67437573,67437573,67437573,67437573,67437573,67437577,67437573,67437573,67437573,67437573,67437573,67437573,67437573,67437573,67437573,67437573,67437573,67437573,67437573,67437573,4294837253,67765253,67437573,22479191,22479191,22479191,22479191,22479191,22478882,2228567,22479191,22479191,22479191,22479191,22479191,22479191,22479191,22479191,22479191,22479191,22479187,22479191,22741335,22479191,22479191,22479191,37814615,67830795,67830795,67830795,67830795,67830795,22479191,22479191,22479191,67830103,67830795,67830795,22479883,22479191,22479191,22479191,22479191,22479191,22479191,22479191,22479191,22479191,22479191,22479190,22479191,67829977,67830795,67830795,22479883,22479191,22479191,22479191,22479191,22479191,22479191,22479191,22479191,22479191,4294836567,37880151,22479191,22479191,22479191,22479191,22479191,22479191,22478882,2228567,22479191,22479191,22479191,22479191,22479191,22479191,22479191,22479191,22479191,22479191,22479187,22479191,22741335,22479191,22479884,22479191,67961175,22479191,22479191,22479191,22479191,22479191,22479191,22479191,22479191,22479191,22479191,22479191,22479191,22479191,22479191,22479191,22479191,22479191,22479191,22479191,22479191,22479191,22479191,22479190,22479191,22479065,22479191,22479191,22479191,22479191,22479191,22479191,22479191,22479191,22479191,22479191,22479191,22479191,4294836567,37880151,22479191,6357089,6357089,6357089,6357089,6357089,6357026,2228321,6357089,6357089,6357089,6357089,6357089,6357089,6357089,6357089,6357089,6357089,6357054,6357089,9437281,6357089,6357089,6357089,9502817,68027406,68027406,68027406,68027406,68027406,6357089,6357089,6357089,68026465,68027406,68027406,6358030,6357089,6357089,6357089,6357089,6357089,6357089,6357089,6357089,6357089,6357089,6357138,6357089,68026515,68027406,68027406,6358030,6357089,6357089,6357089,6357089,6357089,6357089,6357089,6357089,6357089,4294836321,4391009,6357089,14352603,14352603,14352603,14352603,14352603,14417919,4294901979,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352447,14352603,9634011,14352603,14352603,14352603,14352603,68092943,68092943,68092943,68092943,68092943,14352603,14352603,14352603,68092123,68092943,68092943,14353423,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352730,14352603,68092251,68092943,68092943,14353423,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,22741339,22741339,22741339,22741339,22741339,22741026,2228571,22741339,22741339,22741339,22741339,22741339,22741339,22741339,22741339,22741339,22741339,22741493,22741339,22479195,22741339,22741790,22741339,20054363,22741339,22741339,22741339,22741339,22741339,22741339,22741339,22741339,22741339,22741339,22741339,22741339,22741339,22741339,22741339,22741339,22741339,22741339,22741339,22741339,22741339,22741339,22741574,22741339,22741575,22741339,22741339,22741339,22741339,22741339,22741339,22741339,22741339,22741339,22741339,22741339,22741339,4294836571,4391259,22741339,22741339,22741339,22741339,22741339,22741339,22741339,22741339,22741339,22741339,22741339,22741339,22741339,22741339,22741339,22741339,22741339,22741339,22741339,22741339,22741339,22741339,22741339,22741339,22741339,22741339,22741339,22741339,22741339,22741339,22741339,22741339,22741339,22741339,22741339,22741339,22741339,22741339,22741339,22741339,22741339,22741339,22741339,22741339,22741339,22741339,22741339,22741339,22741339,22741339,22741339,22741339,22741339,22741339,22741339,22741339,22741339,22741339,22741339,68157787,22741339,22741339,22741339,22741339,22741339,38208071,38208071,38208071,38208071,38208071,38207522,2228807,38208071,38208071,38208071,38208071,38208071,38208071,38208071,38208071,38208071,38208071,38207989,38208071,37552711,38208071,38208071,38208071,68223559,38208071,38208071,38208071,38208071,38208071,38208071,38208071,38208071,38208071,38208071,38208071,38208071,38208071,38208071,38208071,38208071,38208071,38208071,38208071,38208071,38208071,38208071,38208510,38208071,38207835,38208071,38208071,38208071,38208071,38208071,38208071,38208071,38208071,38208071,38208071,38208071,38208071,4294836807,68289095,38208071,22806876,22806876,22806876,22806876,22806876,22806622,6160732,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806656,22806876,26739036,22806876,22807112,22806876,68354396,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22807114,22806876,22806952,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806876,4294836572,38469980,22806876,22806876,22806876,22806876,22806876,22806876,22806622,6160732,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806656,22806876,26739036,22806876,22807112,22806876,48300380,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22807114,22806876,22806952,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806876,4294836572,38469980,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22807112,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806876,68419932,22806876,22806876,22806876,22806876,22806876,38535756,38535756,38535756,38535756,38535756,38535202,2228812,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535304,38535756,38601292,38535756,38535756,38535756,22872652,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535759,38535756,38535760,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,4294836812,38863436,38535756,38601293,38601293,38601293,38601293,38601293,38600738,2228813,38601293,38601293,38601293,38601293,38601293,38601293,38601293,38601293,38601293,38601293,38600903,38601293,38601293,38601293,38601293,38601293,68485709,38601293,38601293,38601293,38601293,38601293,38601293,38601293,38601293,38601293,38601293,38601293,38601293,38601293,38601293,38601293,38601293,38601293,38601293,38601293,38601293,38601293,38601293,38601750,38601293,38601751,38601293,38601293,38601293,38601293,38601293,38601293,38601293,38601293,38601293,38601293,38601293,38601293,4294836813,68682317,38601293,38666830,38666830,38666830,38666830,38666830,38666443,13304398,38666830,38666830,38666830,38666830,38666830,38666830,38666830,38666830,38666830,38666830,38666444,38666830,68747854,38666830,38667290,38666830,68878926,38666830,38666830,38666830,38666830,38666830,38666830,38666830,38666830,38666830,38666830,38666830,38666830,38666830,38666830,38666830,38666830,38666830,38666830,38666830,38666830,38666830,38666830,38667292,38666830,38667293,38666830,38666830,38666830,38666830,38666830,38666830,38666830,38666830,38666830,38666830,38666830,38666830,4294836814,38863438,38666830,38535756,38535756,38535756,38535756,38535756,38535315,9634380,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38536222,38535756,38601292,38535756,38535756,38535756,22872652,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38536223,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,69206604,38535756,38535756,4294836812,38863436,38535756,38797904,38797904,38797904,38797904,38797904,38797346,2228816,38797904,38797904,38797904,38797904,38797904,38797904,38797904,38797904,38797904,38797904,38798369,38797904,69337680,38797904,38797904,38797904,69403216,38797904,38797904,38797904,38797904,38797904,38797904,38797904,38797904,38797904,38797904,38797904,38797904,38797904,38797904,38797904,38797904,38797904,38797904,38797904,38797904,38797904,38797904,38798372,38797904,38798373,38797904,38797904,38797904,38797904,38797904,38797904,38797904,38797904,38797904,38797904,38797904,38797904,4294836816,4391504,38797904,9633939,9633939,9633939,9633939,9633939,9633826,2228371,9633939,9633939,9633939,9633939,9633939,9633939,9633939,9633939,9633939,9633939,9633854,9633939,14352531,9633939,9633939,9633939,14418067,69600294,69600294,69600294,69600294,69600294,9633939,9633939,9633939,69599379,69600294,69600294,9634854,9633939,9633939,9633939,9633939,9633939,9633939,9633939,9633939,9633939,9633939,9634013,9633939,69599329,69600294,69600294,9634854,9633939,9633939,9633939,9633939,9633939,9633939,9633939,9633939,9633939,4294836371,14549139,9633939,4294967295,4294967295,4294967295,4294967295,69730303,4294902823,69665831,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294902823,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,1441814,1441814,1441814,1441814,1441814,4294967295,4294967295,4294967295,1507327,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,1507327,1507327,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,69730326,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,39256063,4294902358,39191126,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294902358,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,39321599,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,1441814,1441814,1441814,1441814,1441814,4294967295,4294967295,4294967295,1507327,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,1507327,1507327,1441814,1442857,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,1441814,4294901782,4294967295,4294967295,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15926314,15925491,16056563,15925491,15925491,15925491,16122099,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925495,15925491,15925496,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,4294836467,4391155,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15926315,15925491,16056563,15925491,15925491,15925491,16122099,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925495,15925491,15925496,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,4294836467,4391155,15925491,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23856172,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855708,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23856173,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23856174,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,70189420,23855468,23855468,23855468,23855468,23855468,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11273264,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272434,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272433,11272364,11272364,11272364,11272364,11272364,11272364,70321201,70321201,70321201,70321201,70321201,11272364,11272364,11272364,70320300,70321201,70321201,11273265,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272434,11272364,70320300,70321201,70321201,11273265,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272433,11272364,11272364,11272364,11272364,11272364,11272364,70386738,70386738,70386738,70386738,70386738,11272364,11272364,11272364,70385836,70386738,70386738,11273266,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272434,11272364,70385836,70386738,70386738,11273266,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,70452275,70452275,70452275,70452275,70452275,70452276,70517811,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452277,70452275,70648883,70452275,70452275,70452275,70714419,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452280,70452275,70452281,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,4294837299,70911027,70452275,16056565,16056565,16056565,16056565,16056565,16056492,11272437,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16057403,16056565,15925493,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056691,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,39977570,39977570,39977570,39977570,39977570,39977324,23855714,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39978044,39977570,41747042,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39978045,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,16056565,16056565,16056565,16056565,16056565,16056492,11272437,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16057406,16056565,15925493,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056691,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056492,11272437,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056690,16056565,15925493,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056691,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,71237877,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056492,11272437,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056690,16056565,15925493,16056565,16056565,16056565,16056565,71304256,71304256,71304256,71304256,71304256,16056565,16056565,16056565,71303413,71304256,71304256,16057408,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056691,16056565,71303413,71304256,71304256,16057408,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,25624967,25624967,25624967,25624967,25624967,25624968,25690503,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25625665,25624967,25624967,25624967,25624970,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624971,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,40305255,40305255,40305255,40305255,40305255,40305032,25690727,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305730,40305255,24380007,40305255,40305731,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305732,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24380006,24379764,40305012,24379764,24380008,24379764,71631220,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24380010,24379764,24380011,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,4294836596,8782196,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24380006,24379764,40305012,24379764,24380008,24379764,71696756,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24380010,24379764,24380011,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,4294836596,8782196,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24380487,24379764,24379764,24379764,24380008,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24380488,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,71893364,24379764,24379764,24379764,24379764,24379764,40567403,40567403,40567403,40567403,40567403,40567176,25690731,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567449,40567403,40567403,40567403,40567882,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567883,40567403,40567884,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40632940,40632940,40632940,40632940,40632940,40632563,15925868,40632940,40632940,40632940,40632940,40632940,40632940,40632940,40632940,40632940,40632940,40632941,40632940,40764012,40632940,40632940,40632940,24445548,40632940,40632940,40632940,40632940,40632940,40632940,40632940,40632940,40632940,40632940,40632940,40632940,40632940,40632940,40632940,40632940,40632940,40632940,40632940,40632940,40632940,40632940,40632944,40632940,40632945,40632940,40632940,40632940,40632940,40632940,40632940,40632940,40632940,40632940,40632940,40632940,40632940,4294836844,9241196,40632940,29950409,29950409,29950409,29950409,29950409,29950195,15925705,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29951053,29950409,30081481,29950409,29950409,29950409,30147017,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950413,29950409,29950414,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,4294836681,9241033,29950409,40764014,40764014,40764014,40764014,40764014,40763635,15925870,40764014,40764014,40764014,40764014,40764014,40764014,40764014,40764014,40764014,40764014,40764195,40764014,40764014,40764014,40764014,40764014,72221294,40764014,40764014,40764014,40764014,40764014,40764014,40764014,40764014,40764014,40764014,40764014,40764014,40764014,40764014,40764014,40764014,40764014,40764014,40764014,40764014,40764014,40764014,40764495,40764014,40764496,40764014,40764014,40764014,40764014,40764014,40764014,40764014,40764014,40764014,40764014,40764014,40764014,4294836846,9241198,40764014,40829551,40829551,40829551,40829551,40829551,40830033,72417903,40829551,40829551,40829551,40829551,40829551,40829551,40829551,40829551,40829551,40829551,40830034,40829551,72548975,40829551,40830036,40829551,72680047,40829551,40829551,40829551,40829551,40829551,40829551,40829551,40829551,40829551,40829551,40829551,40829551,40829551,40829551,40829551,40829551,40829551,40829551,40829551,40829551,40829551,40829551,40830038,40829551,40830039,40829551,40829551,40829551,40829551,40829551,40829551,40829551,40829551,40829551,40829551,40829551,40829551,4294836847,9241199,40829551,40632940,40632940,40632940,40632940,40632940,40632563,15925868,40632940,40632940,40632940,40632940,40632940,40632940,40632940,40632940,40632940,40632940,40633129,40632940,40764012,40632940,40632940,40632940,24445548,40632940,40632940,40632940,40632940,40632940,40632940,40632940,40632940,40632940,40632940,40632940,40632940,40632940,40632940,40632940,40632940,40632940,40632940,40632940,40632940,40632940,40632940,40633432,40632940,40632945,40632940,40632940,40632940,40632940,40632940,40632940,40632940,40632940,40632940,72942188,40632940,40632940,4294836844,9241196,40632940,40960625,40960625,40960625,40960625,40960625,40960243,15925873,40960625,40960625,40960625,40960625,40960625,40960625,40960625,40960625,40960625,40960625,40960621,40960625,73007729,40960625,40960625,40960625,73073265,40960625,40960625,40960625,40960625,40960625,40960625,40960625,40960625,40960625,40960625,40960625,40960625,40960625,40960625,40960625,40960625,40960625,40960625,40960625,40960625,40960625,40960625,40961116,40960625,40960625,40960625,40960625,40960625,40960625,40960625,40960625,40960625,40960625,40960625,40960625,40960625,40960625,4294836849,9241201,40960625,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925616,15925491,16056563,15925491,15925491,15925491,16122099,73204829,73204829,73204829,73204829,73204829,15925491,15925491,15925491,73203955,73204829,73204829,15926365,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925495,15925491,73203960,73204829,73204829,15926365,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,4294836467,4391155,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925616,15925491,16056563,15925491,15925491,15925491,16122099,73270366,73270366,73270366,73270366,73270366,15925491,15925491,15925491,73269491,73270366,73270366,15926366,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925495,15925491,73269496,73270366,73270366,15926366,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,4294836467,4391155,15925491,41222773,41222773,41222773,41222773,41222773,41222508,23855733,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222747,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41223263,41222773,41223264,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,16253176,16253176,16253176,16253176,16253176,16253100,11272440,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253533,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253305,16253176,16253306,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253100,11272440,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253169,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253305,16253176,16253306,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,73466104,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253100,11272440,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253169,16253176,16253176,16253176,16253176,16253176,16253176,73532514,73532514,73532514,73532514,73532514,16253176,16253176,16253176,73531640,73532514,73532514,16254050,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253305,16253176,73531770,73532514,73532514,16254050,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,41484921,41484921,41484921,41484921,41484921,41484460,11272825,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484658,41484921,24773241,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41485411,41484921,41485412,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,24772986,24772986,24772986,24772986,24772986,24772851,15925626,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772976,24772986,41484666,24772986,24773708,24772986,73073018,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24773243,24772986,24773244,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,4294836602,4391290,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24773733,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24773734,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,73859450,24772986,24772986,24772986,24772986,24772986,41681532,41681532,41681532,41681532,41681532,41681139,15925884,41681532,41681532,41681532,41681532,41681532,41681532,41681532,41681532,41681532,41681532,41681264,41681532,73925244,41681532,41681532,41681532,73990780,41681532,41681532,41681532,41681532,41681532,41681532,41681532,41681532,41681532,41681532,41681532,41681532,41681532,41681532,41681532,41681532,41681532,41681532,41681532,41681532,41681532,41681532,41682026,41681532,41681274,41681532,41681532,41681532,41681532,41681532,41681532,41681532,41681532,41681532,41681532,41681532,41681532,4294836860,74121852,41681532,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747564,41747069,39977597,41747069,41747069,41747069,41878141,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747072,41747069,41747061,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,4294836861,16777853,41747069,16318713,16318713,16318713,16318713,16318713,16318828,23855353,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16319597,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318844,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747564,41747069,39977597,41747069,41747566,41747069,74383997,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747072,41747069,41747061,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,4294836861,16777853,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747568,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747569,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,74580605,41747069,41747069,41747069,41747069,41747069,16318713,16318713,16318713,16318713,16318713,16318828,23855353,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16319603,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318844,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318828,23855353,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318843,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318844,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,74711289,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318828,23855353,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318843,16318713,16318713,16318713,16318713,16318713,16318713,74777717,74777717,74777717,74777717,74777717,16318713,16318713,16318713,74776825,74777717,74777717,16319605,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318844,16318713,74776825,74777717,74777717,16319605,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,70452275,70452275,70452275,70452275,70452275,70452276,70517811,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452342,70452275,70648883,70452275,70452275,70452275,70714419,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452280,70452275,70452281,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,4294837299,70911027,70452275,11206827,11206827,11206827,11206827,11206827,11206828,11272363,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206896,11206827,11206827,11206827,11206827,11206827,11206827,74908791,74908791,74908791,74908791,74908791,11206827,11206827,11206827,74907819,74908791,74908791,11207799,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206830,11206827,74907819,74908791,74908791,11207799,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206828,11272363,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206896,11206827,11206827,11206827,11206827,11206827,11206827,74974328,74974328,74974328,74974328,74974328,11206827,11206827,11206827,74973355,74974328,74974328,11207800,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206830,11206827,74973355,74974328,74974328,11207800,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,16318713,16318713,16318713,16318713,16318713,16318828,23855353,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16319609,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318844,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,75105402,75105402,75105402,75105402,75105402,75105403,75170938,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105404,75105402,75105402,75105402,75105405,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105406,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,42533513,42533513,42533513,42533513,42533513,42534011,75170441,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,25232009,42533513,42534015,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42534016,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25232008,25231745,42533249,25231745,25232010,25231745,75563393,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25232012,25231745,25232013,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,4294836609,42860929,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25232008,25231745,42533249,25231745,25232010,25231745,75628929,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25232012,25231745,25232013,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,4294836609,42860929,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25232010,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,42795661,42795661,42795661,42795661,42795661,42796155,75170445,42795661,42795661,42795661,42795661,42795661,42795661,42795661,42795661,42795661,42795661,42796155,42795661,42795661,42795661,42796163,42795661,42795661,42795661,42795661,42795661,42795661,42795661,42795661,42795661,42795661,42795661,42795661,42795661,42795661,42795661,42795661,42795661,42795661,42795661,42795661,42795661,42795661,42795661,42795661,42796164,42795661,42795569,42795661,42795661,42795661,42795661,42795661,42795661,42795661,42795661,42795661,42795661,42795661,42795661,42795661,42795661,42795661,75170939,75170939,75170939,75170939,75170939,75170939,75170939,75170939,75170939,75170939,75170939,75170939,75170939,75170939,75170939,75170939,75170939,75170939,75170939,75170939,75170939,75170949,75170939,75170939,75170939,75170939,75170939,75170939,75170939,75170939,75170939,75170939,75170939,75170939,75170939,75170939,75170939,75170939,75170939,75170939,75170939,75170939,75170939,75170939,75170939,75170939,75170939,75170939,75170939,75170939,75170939,75170939,75170939,75170939,75170939,75170939,75170939,75170939,75170939,75170939,75170939,75170939,75170939,75170939,42926735,42926735,42926735,42926735,42926735,42926255,11469455,42926735,42926735,42926735,42926735,42926735,42926735,42926735,42926735,42926735,42926735,42926736,42926735,43057807,42926735,42926735,42926735,25297551,42926735,42926735,42926735,42926735,42926735,42926735,42926735,42926735,42926735,42926735,42926735,42926735,42926735,42926735,42926735,42926735,42926735,42926735,42926735,42926735,42926735,42926735,42926739,42926735,42926740,42926735,42926735,42926735,42926735,42926735,42926735,42926735,42926735,42926735,42926735,42926735,42926735,4294836879,43319951,42926735,75891846,75891846,75891846,75891846,75891846,75890863,11469958,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75891847,75891846,76022918,75891846,75891846,75891846,76088454,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75891850,75891846,75891851,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75891846,4294837382,43320454,75891846,43057809,43057809,43057809,43057809,43057809,43057327,11469457,43057809,43057809,43057809,43057809,43057809,43057809,43057809,43057809,43057809,43057809,43058316,43057809,43057809,43057809,43057809,43057809,76350097,43057809,43057809,43057809,43057809,43057809,43057809,43057809,43057809,43057809,43057809,43057809,43057809,43057809,43057809,43057809,43057809,43057809,43057809,43057809,43057809,43057809,43057809,43058318,43057809,43058319,43057809,43057809,43057809,43057809,43057809,43057809,43057809,43057809,43057809,43057809,43057809,43057809,4294836881,43319953,43057809,43123346,43123346,43123346,43123346,43123346,43123856,76546706,43123346,43123346,43123346,43123346,43123346,43123346,43123346,43123346,43123346,43123346,43123857,43123346,76677778,43123346,43123859,43123346,76808850,43123346,43123346,43123346,43123346,43123346,43123346,43123346,43123346,43123346,43123346,43123346,43123346,43123346,43123346,43123346,43123346,43123346,43123346,43123346,43123346,43123346,43123346,43123861,43123346,43123862,43123346,43123346,43123346,43123346,43123346,43123346,43123346,43123346,43123346,43123346,43123346,43123346,4294836882,43319954,43123346,43254420,43254420,43254420,43254420,43254420,43253935,11469460,43254420,43254420,43254420,43254420,43254420,43254420,43254420,43254420,43254420,43254420,43254416,43254420,66192020,43254420,43254420,43254420,36831892,43254420,43254420,43254420,43254420,43254420,43254420,43254420,43254420,43254420,43254420,43254420,43254420,43254420,43254420,43254420,43254420,43254420,43254420,43254420,43254420,43254420,43254420,43254772,43254420,43254420,43254420,43254420,43254420,43254420,43254420,43254420,43254420,43254420,43254420,43254420,43254420,43254420,4294836884,43319956,43254420,8126588,8126588,8126588,8126588,8126588,8191999,4294901884,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126639,8126588,8126588,8126588,8126588,8126588,8126588,77005975,77005975,77005975,77005975,77005975,8126588,8126588,8126588,77004924,77005975,77005975,8127639,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126640,8126588,77004924,77005975,77005975,8127639,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8257662,8257662,8257662,8257662,8257662,8323071,4294901886,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,11468926,8257662,8257662,8257662,8257662,77071512,77071512,77071512,77071512,77071512,8257662,8257662,8257662,77070462,77071512,77071512,8258712,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257714,8257662,77070462,77071512,77071512,8258712,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24380569,24379764,40305012,24379764,24380008,24379764,40436084,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24380010,24379764,24380011,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,4294836596,8782196,24379764,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25691290,25690504,25690504,25690504,25690778,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690779,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690777,25690504,25690504,25690504,25690778,25690504,72417672,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690779,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25691291,25690504,25690504,25690504,25690778,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25691292,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,77398408,25690504,25690504,25690504,25690504,25690504,25624967,25624967,25624967,25624967,25624967,25624968,25690503,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25625758,25624967,25624967,25624967,25624970,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624971,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,43844253,43844253,43844253,43844253,43844253,43844689,72417949,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844767,43844253,77595293,43844253,43844769,43844253,77726365,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844771,43844253,43844772,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,4294836893,4391581,43844253,25624967,25624967,25624967,25624967,25624967,25624968,25690503,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25625765,25624967,25624967,25624967,25624970,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624971,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624968,25690503,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25625240,25624967,25624967,25624967,25624970,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624971,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,77988231,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624968,25690503,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25625240,25624967,25624967,25624967,25624970,25624967,25624967,78054567,78054567,78054567,78054567,78054567,25624967,25624967,25624967,78053767,78054567,78054567,25625767,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624971,25624967,78053767,78054567,78054567,25625767,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,44106401,44106401,44106401,44106401,44106401,44105822,6161057,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106920,44106401,44237473,44106401,44106404,44106401,44368545,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106406,44106401,44106407,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,4294836897,44565153,44106401,17170694,17170694,17170694,17170694,17170694,17170635,13304070,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17171625,17170694,26018054,17170694,17170830,17170694,26149126,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170832,17170694,17170833,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,4294836486,4391174,17170694,44237475,44237475,44237475,44237475,44237475,44236981,11862691,44237475,44237475,44237475,44237475,44237475,44237475,44237475,44237475,44237475,44237475,44237064,44237475,44106403,44237475,44237490,44237475,44237475,44237475,44237475,44237475,44237475,44237475,44237475,44237475,44237475,44237475,44237475,44237475,44237475,44237475,44237475,44237475,44237475,44237475,44237475,44237475,44237475,44237475,44237475,44237491,44237475,44237475,44237475,44237475,44237475,44237475,44237475,44237475,44237475,44237475,44237475,44237475,44237475,44237475,44237475,44237475,44237475,44106401,44106401,44106401,44106401,44106401,44105822,6161057,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106920,44106401,44237473,44106401,44106404,44106401,78250657,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106406,44106401,44106407,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,4294836897,44565153,44106401,44106401,44106401,44106401,44106401,44106401,44105822,6161057,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106920,44106401,44237473,44106401,44106404,44106401,46727841,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106406,44106401,44106407,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,4294836897,44565153,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106404,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,78316193,44106401,44106401,44106401,44106401,44106401,44499623,44499623,44499623,44499623,44499623,44499125,11862695,44499623,44499623,44499623,44499623,44499623,44499623,44499623,44499623,44499623,44499623,44499147,44499623,44499623,44499623,44500140,44499623,44499623,44499623,44499623,44499623,44499623,44499623,44499623,44499623,44499623,44499623,44499623,44499623,44499623,44499623,44499623,44499623,44499623,44499623,44499623,44499623,44499623,44499623,44499623,44500141,44499623,44500142,44499623,44499623,44499623,44499623,44499623,44499623,44499623,44499623,44499623,44499623,44499623,44499623,44499623,44499623,44499623,26018189,26018189,26018189,26018189,26018189,26017973,11862413,26018189,26018189,26018189,26018189,26018189,26018189,26018189,26018189,26018189,26018189,26018196,26018189,17170829,26018189,26018473,26018189,78578061,26018189,26018189,26018189,26018189,26018189,26018189,26018189,26018189,26018189,26018189,26018189,26018189,26018189,26018189,26018189,26018189,26018189,26018189,26018189,26018189,26018189,26018189,26018474,26018189,26018189,26018189,26018189,26018189,26018189,26018189,26018189,26018189,26018189,26018189,26018189,26018189,26018189,26018189,26018189,26018189,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146288,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,78709669,61146021,61146021,61146021,61146021,61146021,49349361,49349361,49349361,49349361,49349361,49348702,6161137,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349810,49349361,78840561,49349361,49349812,49349361,78971633,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349814,49349361,49349815,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,4294836977,8782577,49349361,17170694,17170694,17170694,17170694,17170694,17170635,13304070,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170828,17170694,26018054,17170694,17170830,17170694,26149126,79168696,79168696,79168696,79168696,79168696,17170694,17170694,17170694,79167750,79168696,79168696,17171640,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170832,17170694,79167889,79168696,79168696,17171640,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,4294836486,4391174,17170694,26280337,26280337,26280337,26280337,26280337,26280117,11862417,26280337,26280337,26280337,26280337,26280337,26280337,26280337,26280337,26280337,26280337,26280030,26280337,26280337,26280337,26280621,26280337,79233425,26280337,26280337,26280337,26280337,26280337,26280337,26280337,26280337,26280337,26280337,26280337,26280337,26280337,26280337,26280337,26280337,26280337,26280337,26280337,26280337,26280337,26280337,26280622,26280337,26280623,26280337,26280337,26280337,26280337,26280337,26280337,26280337,26280337,26280337,26280337,26280337,26280337,26280337,26280337,26280337,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61408442,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61408169,79365033,61408169,61408169,61408169,61408169,61408169,45023919,45023919,45023919,45023919,45023919,45023435,13304495,45023919,45023919,45023919,45023919,45023919,45023919,45023919,45023919,45023919,45023919,45023628,45023919,79430319,45023919,45024445,45023919,79561391,45023919,45023919,45023919,45023919,45023919,45023919,45023919,45023919,45023919,45023919,45023919,45023919,45023919,45023919,45023919,45023919,45023919,45023919,45023919,45023919,45023919,45023919,45024447,45023919,45024441,45023919,45023919,45023919,45023919,45023919,45023919,45023919,45023919,45023919,45023919,45023919,45023919,4294836911,4391599,45023919,11796660,11796660,11796660,11796660,11796660,11796661,11862196,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796574,11796660,11796660,11796660,11796663,11796660,11796660,79692992,79692992,79692992,79692992,79692992,11796660,11796660,11796660,79691956,79692992,79692992,11797696,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796664,11796660,79691956,79692992,79692992,11797696,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,11796660,17301768,17301768,17301768,17301768,17301768,17301707,13304072,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17302721,17301768,26476808,17301768,17301909,17301768,26607880,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301911,17301768,17301912,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,4294836488,4391176,17301768,44237475,44237475,44237475,44237475,44237475,44236981,11862691,44237475,44237475,44237475,44237475,44237475,44237475,44237475,44237475,44237475,44237475,44237064,44237475,44106403,44237475,44237490,44237475,79823523,44237475,44237475,44237475,44237475,44237475,44237475,44237475,44237475,44237475,44237475,44237475,44237475,44237475,44237475,44237475,44237475,44237475,44237475,44237475,44237475,44237475,44237475,44237491,44237475,44237475,44237475,44237475,44237475,44237475,44237475,44237475,44237475,44237475,44237475,44237475,44237475,44237475,44237475,44237475,44237475,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889604,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,80020675,79889603,79889603,79889603,79889603,79889603,26018189,26018189,26018189,26018189,26018189,26017973,11862413,26018189,26018189,26018189,26018189,26018189,26018189,26018189,26018189,26018189,26018189,26019014,26018189,17170829,26018189,26018473,26018189,26018189,26018189,26018189,26018189,26018189,26018189,26018189,26018189,26018189,26018189,26018189,26018189,26018189,26018189,26018189,26018189,26018189,26018189,26018189,26018189,26018189,26018189,26018189,26018474,26018189,26018189,26018189,26018189,26018189,26018189,26018189,26018189,26018189,26018189,26018189,26018189,26018189,26018189,26018189,26018189,26018189,26476948,26476948,26476948,26476948,26476948,26476638,6160788,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26477236,26476948,17301908,26476948,26477237,26476948,80150932,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26477239,26476948,26476986,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,4294836628,45613460,26476948,26476948,26476948,26476948,26476948,26476948,26476638,6160788,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26477236,26476948,17301908,26476948,26477237,26476948,47186324,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26477239,26476948,26476986,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,4294836628,45613460,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26477237,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,80216468,26476948,26476948,26476948,26476948,26476948,50266879,50266879,50266879,50266879,50266879,50266206,6161151,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50267337,50266879,80347903,50266879,50267339,50266879,80478975,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50267341,50266879,50266564,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,4294836991,8782591,50266879,17301768,17301768,17301768,17301768,17301768,17301707,13304072,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301907,17301768,26476808,17301768,17301909,17301768,26607880,80610510,80610510,80610510,80610510,80610510,17301768,17301768,17301768,80609544,80610510,80610510,17302734,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301911,17301768,80609688,80610510,80610510,17302734,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,4294836488,4391176,17301768,26739096,26739096,26739096,26739096,26739096,26738869,11862424,26739096,26739096,26739096,26739096,26739096,26739096,26739096,26739096,26739096,26739096,26738817,26739096,22806936,26739096,26739387,26739096,80675224,26739096,26739096,26739096,26739096,26739096,26739096,26739096,26739096,26739096,26739096,26739096,26739096,26739096,26739096,26739096,26739096,26739096,26739096,26739096,26739096,26739096,26739096,26739388,26739096,26739389,26739096,26739096,26739096,26739096,26739096,26739096,26739096,26739096,26739096,26739096,26739096,26739096,26739096,26739096,26739096,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784720,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784446,80806846,62784446,62784446,62784446,62784446,62784446,45941437,45941437,45941437,45941437,45941437,45940939,13304509,45941437,45941437,45941437,45941437,45941437,45941437,45941437,45941437,45941437,45941437,45941139,45941437,67895997,45941437,45941970,45941437,80937661,45941437,45941437,45941437,45941437,45941437,45941437,45941437,45941437,45941437,45941437,45941437,45941437,45941437,45941437,45941437,45941437,45941437,45941437,45941437,45941437,45941437,45941437,45941972,45941437,45941967,45941437,45941437,45941437,45941437,45941437,45941437,45941437,45941437,45941437,45941437,45941437,45941437,4294836925,4391613,45941437,8454273,8454273,8454273,8454273,8454273,8454325,11862145,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,6160513,8454273,8454329,8454273,8454273,81069269,81069269,81069269,81069269,81069269,8454273,8454273,8454273,81068161,81069269,81069269,8455381,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454330,8454273,81068161,81069269,81069269,8455381,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,81134806,81134806,81134806,81134806,81134806,81134807,81200342,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134808,81134806,81134806,81134806,81134809,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134810,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,46138048,46138048,46138048,46138048,46138048,46137547,13304512,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138587,46138048,79889088,46138048,46138588,46138048,81593024,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138590,46138048,46138591,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,4294836928,55575232,46138048,26870170,26870170,26870170,26870170,26870170,26869941,11862426,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26869963,26870170,26870170,26870170,26870172,26870170,26870170,81790176,81790176,81790176,81790176,81790176,26870170,26870170,26870170,81789338,81790176,81790176,26871008,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870173,26870170,81789338,81790176,81790176,26871008,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,46269122,46269122,46269122,46269122,46269122,46268619,13304514,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269665,46269122,34865858,46269122,46269666,46269122,81986242,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269668,46269122,46269159,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,4294836930,59310786,46269122,17498379,17498379,17498379,17498379,17498379,17498293,11862283,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,13304075,17498379,17498526,17498379,17498379,82117861,82117861,82117861,82117861,82117861,17498379,17498379,17498379,82116875,82117861,82117861,17499365,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498527,17498379,82116875,82117861,82117861,17499365,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,46465733,46465733,46465733,46465733,46465733,46465118,6161093,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465755,46465733,46596805,46465733,46465736,46465733,46727877,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465738,46465733,46465739,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,4294836933,46924485,46465733,82183398,82183398,82183398,82183398,82183398,82182347,13305062,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183399,82183398,82314470,82183398,82183401,82183398,82445542,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183403,82183398,82183404,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,4294837478,4392166,82183398,46596807,46596807,46596807,46596807,46596807,46596190,6161095,46596807,46596807,46596807,46596807,46596807,46596807,46596807,46596807,46596807,46596807,46597357,46596807,46596807,46596807,46597358,46596807,82772679,46596807,46596807,46596807,46596807,46596807,46596807,46596807,46596807,46596807,46596807,46596807,46596807,46596807,46596807,46596807,46596807,46596807,46596807,46596807,46596807,46596807,46596807,46597360,46596807,46597361,46596807,46596807,46596807,46596807,46596807,46596807,46596807,46596807,46596807,46596807,46596807,46596807,4294836935,82969287,46596807,46465733,46465733,46465733,46465733,46465733,46465118,6161093,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465755,46465733,46596805,46465733,46465736,46465733,83034821,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465738,46465733,46465739,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,4294836933,46924485,46465733,46465733,46465733,46465733,46465733,46465733,46465697,44106437,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46466292,46465733,46596805,46465733,46465736,46465733,46727877,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46466293,46465733,46465739,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,83231429,46465733,46465733,4294836933,46924485,46465733,46858955,46858955,46858955,46858955,46858955,46858334,6161099,46858955,46858955,46858955,46858955,46858955,46858955,46858955,46858955,46858955,46858955,46858971,46858955,83296971,46858955,46859512,46858955,83428043,46858955,46858955,46858955,46858955,46858955,46858955,46858955,46858955,46858955,46858955,46858955,46858955,46858955,46858955,46858955,46858955,46858955,46858955,46858955,46858955,46858955,46858955,46859514,46858955,46858955,46858955,46858955,46858955,46858955,46858955,46858955,46858955,46858955,46858955,46858955,46858955,46858955,4294836939,83559115,46858955,82314472,82314472,82314472,82314472,82314472,82313310,6161640,82314472,82314472,82314472,82314472,82314472,82314472,82314472,82314472,82314472,82314472,82314492,82314472,83690728,82314472,82314494,82314472,83821800,82314472,82314472,82314472,82314472,82314472,82314472,82314472,82314472,82314472,82314472,82314472,82314472,82314472,82314472,82314472,82314472,82314472,82314472,82314472,82314472,82314472,82314472,82314496,82314472,82314497,82314472,82314472,82314472,82314472,82314472,82314472,82314472,82314472,82314472,82314472,82314472,82314472,4294837480,84018408,82314472,47055566,47055566,47055566,47055566,47055566,47055051,13304526,47055566,47055566,47055566,47055566,47055566,47055566,47055566,47055566,47055566,47055566,47056131,47055566,27394766,47055566,47056132,47055566,84214478,47055566,47055566,47055566,47055566,47055566,47055566,47055566,47055566,47055566,47055566,47055566,47055566,47055566,47055566,47055566,47055566,47055566,47055566,47055566,47055566,47055566,47055566,47056134,47055566,47055583,47055566,47055566,47055566,47055566,47055566,47055566,47055566,47055566,47055566,47055566,47055566,47055566,4294836942,4391630,47055566,27394466,27394466,27394466,27394466,27394466,27394142,6160802,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394765,27394466,47055266,27394466,27394767,27394466,84345250,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394769,27394466,27394770,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,4294836642,47382946,27394466,27394466,27394466,27394466,27394466,27394466,27394452,26476962,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394765,27394466,27394466,27394466,27394767,27394466,47186338,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27395336,27394466,27394770,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,84476322,27394466,27394466,4294836642,47382946,27394466,47317714,47317714,47317714,47317714,47317714,47317086,6161106,47317714,47317714,47317714,47317714,47317714,47317714,47317714,47317714,47317714,47317714,47317709,47317714,84542162,47317714,47318283,47317714,84673234,47317714,47317714,47317714,47317714,47317714,47317714,47317714,47317714,47317714,47317714,47317714,47317714,47317714,47317714,47317714,47317714,47317714,47317714,47317714,47317714,47317714,47317714,47318285,47317714,47317714,47317714,47317714,47317714,47317714,47317714,47317714,47317714,47317714,47317714,47317714,47317714,47317714,4294836946,84804306,47317714,84870415,84870415,84870415,84870415,84870415,84869214,6161679,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870416,84870415,85001487,84870415,84870418,84870415,85132559,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870420,84870415,84870421,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,4294837519,85329167,84870415,47579862,47579862,47579862,47579862,47579862,47579230,6161110,47579862,47579862,47579862,47579862,47579862,47579862,47579862,47579862,47579862,47579862,47580439,47579862,85459670,47579862,47580441,47579862,85590742,47579862,47579862,47579862,47579862,47579862,47579862,47579862,47579862,47579862,47579862,47579862,47579862,47579862,47579862,47579862,47579862,47579862,47579862,47579862,47579862,47579862,47579862,47580443,47579862,47580444,47579862,47579862,47579862,47579862,47579862,47579862,47579862,47579862,47579862,47579862,47579862,47579862,4294836950,85787350,47579862,47448788,47448788,47448788,47448788,47448788,47448158,6161108,47448788,47448788,47448788,47448788,47448788,47448788,47448788,47448788,47448788,47448788,47448789,47448788,47579860,47448788,47448791,47448788,85852884,47448788,47448788,47448788,47448788,47448788,47448788,47448788,47448788,47448788,47448788,47448788,47448788,47448788,47448788,47448788,47448788,47448788,47448788,47448788,47448788,47448788,47448788,47448793,47448788,47448794,47448788,47448788,47448788,47448788,47448788,47448788,47448788,47448788,47448788,47448788,47448788,47448788,4294836948,8782548,47448788,47448788,47448788,47448788,47448788,47448788,47448158,6161108,47448788,47448788,47448788,47448788,47448788,47448788,47448788,47448788,47448788,47448788,47448789,47448788,47579860,47448788,47448791,47448788,12321492,47448788,47448788,47448788,47448788,47448788,47448788,47448788,47448788,47448788,47448788,47448788,47448788,47448788,47448788,47448788,47448788,47448788,47448788,47448788,47448788,47448788,47448788,47448793,47448788,47448794,47448788,47448788,47448788,47448788,47448788,47448788,47448788,47448788,47448788,47448788,47448788,47448788,4294836948,8782548,47448788,47448788,47448788,47448788,47448788,47448788,47448158,6161108,47448788,47448788,47448788,47448788,47448788,47448788,47448788,47448788,47448788,47448788,47449375,47448788,85459668,47448788,47448791,47448788,85983956,47448788,47448788,47448788,47448788,47448788,47448788,47448788,47448788,47448788,47448788,47448788,47448788,47448788,47448788,47448788,47448788,47448788,47448788,47448788,47448788,47448788,47448788,47449377,47448788,47449378,47448788,47448788,47448788,47448788,47448788,47448788,47448788,47448788,47448788,47448788,47448788,47448788,4294836948,86180564,47448788,47842010,47842010,47842010,47842010,47842010,47841374,6161114,47842010,47842010,47842010,47842010,47842010,47842010,47842010,47842010,47842010,47842010,47841553,47842010,86246106,47842010,47842597,47842010,52429530,47842010,47842010,47842010,47842010,47842010,47842010,47842010,47842010,47842010,47842010,47842010,47842010,47842010,47842010,47842010,47842010,47842010,47842010,47842010,47842010,47842010,47842010,47842598,47842010,47842599,47842010,47842010,47842010,47842010,47842010,47842010,47842010,47842010,47842010,47842010,47842010,47842010,4294836954,86508250,47842010,82183398,82183398,82183398,82183398,82183398,82182347,13305062,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183465,82183398,82314470,82183398,82183401,82183398,82445542,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183403,82183398,82183404,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,4294837478,4392166,82183398,48038621,48038621,48038621,48038621,48038621,48038091,13304541,48038621,48038621,48038621,48038621,48038621,48038621,48038621,48038621,48038621,48038621,48038305,48038621,47317725,48038621,48039210,48038621,52036317,48038621,48038621,48038621,48038621,48038621,48038621,48038621,48038621,48038621,48038621,48038621,48038621,48038621,48038621,48038621,48038621,48038621,48038621,48038621,48038621,48038621,48038621,48039211,48038621,48038309,48038621,48038621,48038621,48038621,48038621,48038621,48038621,48038621,48038621,48038621,48038621,48038621,4294836957,4391645,48038621,48169695,48169695,48169695,48169695,48169695,48169054,6161119,48169695,48169695,48169695,48169695,48169695,48169695,48169695,48169695,48169695,48169695,48169392,48169695,48169695,48169695,48170284,48169695,86835935,48169695,48169695,48169695,48169695,48169695,48169695,48169695,48169695,48169695,48169695,48169695,48169695,48169695,48169695,48169695,48169695,48169695,48169695,48169695,48169695,48169695,48169695,48170286,48169695,48170287,48169695,48169695,48169695,48169695,48169695,48169695,48169695,48169695,48169695,48169695,48169695,48169695,4294836959,87032543,48169695,27591077,27591077,27591077,27591077,27591077,27590750,6160805,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27590929,27591077,48169381,27591077,27591392,27591077,87097765,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591394,27591077,27591395,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,4294836645,48497061,27591077,27591077,27591077,27591077,27591077,27591077,27591004,22806949,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591986,27591077,48169381,27591077,27591392,27591077,48300453,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591987,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,87294373,27591077,27591077,4294836645,48497061,27591077,48431843,48431843,48431843,48431843,48431843,48431307,13304547,48431843,48431843,48431843,48431843,48431843,48431843,48431843,48431843,48431843,48431843,48431521,48431843,87360227,48431843,48432438,48431843,87491299,48431843,48431843,48431843,48431843,48431843,48431843,48431843,48431843,48431843,48431843,48431843,48431843,48431843,48431843,48431843,48431843,48431843,48431843,48431843,48431843,48431843,48431843,48432440,48431843,48432441,48431843,48431843,48431843,48431843,48431843,48431843,48431843,48431843,48431843,48431843,48431843,48431843,4294836963,4391651,48431843,48562917,48562917,48562917,48562917,48562917,48562379,13304549,48562917,48562917,48562917,48562917,48562917,48562917,48562917,48562917,48562917,48562917,48562442,48562917,62784229,48562917,48563514,48562917,87753445,48562917,48562917,48562917,48562917,48562917,48562917,48562917,48562917,48562917,48562917,48562917,48562917,48562917,48562917,48562917,48562917,48562917,48562917,48562917,48562917,48562917,48562917,48563516,48562917,48562600,48562917,48562917,48562917,48562917,48562917,48562917,48562917,48562917,48562917,48562917,48562917,48562917,4294836965,14549733,48562917,17760527,17760527,17760527,17760527,17760527,17760437,11862287,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760437,17760527,17760527,17760527,17760678,17760527,17760527,87885117,87885117,87885117,87885117,87885117,17760527,17760527,17760527,87884047,87885117,87885117,17761597,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760679,17760527,87884200,87885117,87885117,17761597,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,48693991,48693991,48693991,48693991,48693991,48693429,11862759,48693991,48693991,48693991,48693991,48693991,48693991,48693991,48693991,48693991,48693991,48693515,48693991,27788007,48693991,48694590,48693991,48693991,48693991,48693991,48693991,48693991,48693991,48693991,48693991,48693991,48693991,48693991,48693991,48693991,48693991,48693991,48693991,48693991,48693991,48693991,48693991,48693991,48693991,48693991,48694029,48693991,48694591,48693991,48693991,48693991,48693991,48693991,48693991,48693991,48693991,48693991,48693991,48693991,48693991,48693991,48693991,48693991,27787688,27787688,27787688,27787688,27787688,27787467,13304232,27787688,27787688,27787688,27787688,27787688,27787688,27787688,27787688,27787688,27787688,27787530,27787688,48693672,27787688,27788608,27787688,21234088,27787688,27787688,27787688,27787688,27787688,27787688,27787688,27787688,27787688,27787688,27787688,27787688,27787688,27787688,27787688,27787688,27787688,27787688,27787688,27787688,27787688,27787688,27788010,27787688,27788005,27787688,27787688,27787688,27787688,27787688,27787688,27787688,27787688,27787688,27787688,27787688,27787688,4294836648,4391336,27787688,27787688,27787688,27787688,27787688,27787688,27787688,27787688,27787688,27787688,27787688,27787688,27787688,27787688,27787688,27787688,27787688,27787688,27787688,27787688,27787688,27787688,27788008,27787688,27787688,27787688,27787688,27787688,27787688,27787688,27787688,27787688,27787688,27787688,27787688,27787688,27787688,27787688,27787688,27787688,27787688,27787688,27787688,27787688,27787688,27787688,27787688,27787688,27787688,27787688,27787688,27787688,27787688,27787688,27787688,27787688,27787688,27787688,27787688,88146344,27787688,27787688,27787688,27787688,27787688,88212802,88212802,88212802,88212802,88212802,88211828,24380738,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212803,88212802,88343874,88212802,88212805,88212802,88474946,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212807,88212802,88212808,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,4294837570,18220354,88212802,27984299,27984299,27984299,27984299,27984299,27983966,6160811,27984299,27984299,27984299,27984299,27984299,27984299,27984299,27984299,27984299,27984299,27984304,27984299,27984299,27984299,27984620,27984299,88670635,27984299,27984299,27984299,27984299,27984299,27984299,27984299,27984299,27984299,27984299,27984299,27984299,27984299,27984299,27984299,27984299,27984299,27984299,27984299,27984299,27984299,27984299,27984622,27984299,27984623,27984299,27984299,27984299,27984299,27984299,27984299,27984299,27984299,27984299,27984299,27984299,27984299,4294836651,18219435,27984299,27984299,27984299,27984299,27984299,27984299,27985226,88736171,27984299,27984299,27984299,27984299,27984299,27984299,27984299,27984299,27984299,27984299,27984304,27984299,27984299,27984299,27984620,27984299,49086891,27984299,27984299,27984299,27984299,27984299,27984299,27984299,27984299,27984299,27984299,27984299,27984299,27984299,27984299,27984299,27984299,27984299,27984299,27984299,27984299,27984299,27984299,27985227,27984299,27984623,27984299,27984299,27984299,27984299,27984299,27984299,27984299,27984299,27984299,88867243,27984299,27984299,4294836651,18219435,27984299,49218287,49218287,49218287,49218287,49218287,49217630,6161135,49218287,49218287,49218287,49218287,49218287,49218287,49218287,49218287,49218287,49218287,49217968,49218287,49545967,49218287,49218893,49218287,88998639,49218287,49218287,49218287,49218287,49218287,49218287,49218287,49218287,49218287,49218287,49218287,49218287,49218287,49218287,49218287,49218287,49218287,49218287,49218287,49218287,49218287,49218287,49218895,49218287,49218287,49218287,49218287,49218287,49218287,49218287,49218287,49218287,49218287,49218287,49218287,49218287,49218287,4294836975,18219759,49218287,82183398,82183398,82183398,82183398,82183398,82182347,13305062,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82182561,82183398,82314470,82183398,82183401,82183398,82445542,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183403,82183398,82183404,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,4294837478,4392166,82183398,27853225,27853225,27853225,27853225,27853225,27852894,6160809,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853073,27853225,27984297,27853225,27853228,27853225,28115369,89130320,89130320,89130320,89130320,89130320,27853225,27853225,27853225,89129385,89130320,89130320,27854160,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853230,27853225,89129391,89130320,89130320,27854160,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853225,4294836649,18219433,27853225,49545972,49545972,49545972,49545972,49545972,49545310,6161140,49545972,49545972,49545972,49545972,49545972,49545972,49545972,49545972,49545972,49545972,49545648,49545972,49545972,49545972,49546577,49545972,89260788,49545972,49545972,49545972,49545972,49545972,49545972,49545972,49545972,49545972,49545972,49545972,49545972,49545972,49545972,49545972,49545972,49545972,49545972,49545972,49545972,49545972,49545972,49546579,49545972,49545967,49545972,49545972,49545972,49545972,49545972,49545972,49545972,49545972,49545972,49545972,49545972,49545972,4294836980,18219764,49545972,28246447,28246447,28246447,28246447,28246447,28246110,6160815,28246447,28246447,28246447,28246447,28246447,28246447,28246447,28246447,28246447,28246447,28246289,28246447,49545647,28246447,28246773,28246447,89391535,28246447,28246447,28246447,28246447,28246447,28246447,28246447,28246447,28246447,28246447,28246447,28246447,28246447,28246447,28246447,28246447,28246447,28246447,28246447,28246447,28246447,28246447,28246775,28246447,28246447,28246447,28246447,28246447,28246447,28246447,28246447,28246447,28246447,28246447,28246447,28246447,28246447,4294836655,18219439,28246447,28246447,28246447,28246447,28246447,28246447,28247381,89457071,28246447,28246447,28246447,28246447,28246447,28246447,28246447,28246447,28246447,28246447,28246793,28246447,49545647,28246447,28246773,28246447,49676719,28246447,28246447,28246447,28246447,28246447,28246447,28246447,28246447,28246447,28246447,28246447,28246447,28246447,28246447,28246447,28246447,28246447,28246447,28246447,28246447,28246447,28246447,28247382,28246447,28246447,28246447,28246447,28246447,28246447,28246447,28246447,28246447,28246447,28246447,89588143,28246447,28246447,4294836655,18219439,28246447,49808120,49808120,49808120,49808120,49808120,49807454,6161144,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49807792,49808120,27984632,49808120,49808122,49808120,50004728,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49808124,49808120,49808125,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49808120,4294836984,18219768,49808120,49808120,49808120,49808120,49808120,49808120,49807454,6161144,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49808728,49808120,27984632,49808120,49808122,49808120,50004728,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49808124,49808120,49808125,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49808120,4294836984,18219768,49808120,49808120,49808120,49808120,49808120,49808120,49807454,6161144,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49807792,49808120,27984632,49808120,49808122,49808120,89719544,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49808124,49808120,49808125,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49808120,4294836984,18219768,49808120,49808120,49808120,49808120,49808120,49808120,49808730,89785080,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49807792,49808120,27984632,49808120,49808122,49808120,50004728,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49808731,49808120,49808125,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49808120,89916152,49808120,49808120,4294836984,18219768,49808120,50135805,50135805,50135805,50135805,50135805,50135134,6161149,50135805,50135805,50135805,50135805,50135805,50135805,50135805,50135805,50135805,50135805,50135472,50135805,49545981,50135805,50136413,50135805,90047229,50135805,50135805,50135805,50135805,50135805,50135805,50135805,50135805,50135805,50135805,50135805,50135805,50135805,50135805,50135805,50135805,50135805,50135805,50135805,50135805,50135805,50135805,50136415,50135805,50135805,50135805,50135805,50135805,50135805,50135805,50135805,50135805,50135805,50135805,50135805,50135805,50135805,4294836989,18219773,50135805,17957138,17957138,17957138,17957138,17957138,17956958,6160658,17957138,17957138,17957138,17957138,17957138,17957138,17957138,17957138,17957138,17957138,17957296,17957138,17957138,17957138,17957297,17957138,28442898,90178912,90178912,90178912,90178912,90178912,17957138,17957138,17957138,90177810,90178912,90178912,17958240,17957138,17957138,17957138,17957138,17957138,17957138,17957138,17957138,17957138,17957138,17957299,17957138,90177972,90178912,90178912,17958240,17957138,17957138,17957138,17957138,17957138,17957138,17957138,17957138,17957138,4294836498,18219282,17957138,28574132,28574132,28574132,28574132,28574132,28573790,6160820,28574132,28574132,28574132,28574132,28574132,28574132,28574132,28574132,28574132,28574132,28574128,28574132,28705204,28574132,28574466,28574132,90243508,28574132,28574132,28574132,28574132,28574132,28574132,28574132,28574132,28574132,28574132,28574132,28574132,28574132,28574132,28574132,28574132,28574132,28574132,28574132,28574132,28574132,28574132,28574468,28574132,28574132,28574132,28574132,28574132,28574132,28574132,28574132,28574132,28574132,28574132,28574132,28574132,28574132,4294836660,18219444,28574132,28574132,28574132,28574132,28574132,28574132,28574494,52298164,28574132,28574132,28574132,28574132,28574132,28574132,28574132,28574132,28574132,28574132,28575074,28574132,28705204,28574132,28574466,28574132,50528692,28574132,28574132,28574132,28574132,28574132,28574132,28574132,28574132,28574132,28574132,28574132,28574132,28574132,28574132,28574132,28574132,28574132,28574132,28574132,28574132,28574132,28574132,28575075,28574132,28574132,28574132,28574132,28574132,28574132,28574132,28574132,28574132,28574132,28574132,90440116,28574132,28574132,4294836660,18219444,28574132,28705206,28705206,28705206,28705206,28705206,28704862,6160822,28705206,28705206,28705206,28705206,28705206,28705206,28705206,28705206,28705206,28705206,28705200,28705206,28705206,28705206,28705541,28705206,90505654,28705206,28705206,28705206,28705206,28705206,28705206,28705206,28705206,28705206,28705206,28705206,28705206,28705206,28705206,28705206,28705206,28705206,28705206,28705206,28705206,28705206,28705206,28705543,28705206,28705204,28705206,28705206,28705206,28705206,28705206,28705206,28705206,28705206,28705206,28705206,28705206,28705206,4294836662,18219446,28705206,28705206,28705206,28705206,28705206,28705206,28705556,51642806,28705206,28705206,28705206,28705206,28705206,28705206,28705206,28705206,28705206,28705206,28706150,28705206,28705206,28705206,28705541,28705206,50725302,28705206,28705206,28705206,28705206,28705206,28705206,28705206,28705206,28705206,28705206,28705206,28705206,28705206,28705206,28705206,28705206,28705206,28705206,28705206,28705206,28705206,28705206,28706151,28705206,28705204,28705206,28705206,28705206,28705206,28705206,28705206,28705206,28705206,28705206,90702262,28705206,28705206,4294836662,18219446,28705206,90768745,90768745,90768745,90768745,90768745,90767454,6161769,90768745,90768745,90768745,90768745,90768745,90768745,90768745,90768745,90768745,90768745,90767786,90768745,90834281,90768745,90768747,90768745,90965353,90768745,90768745,90768745,90768745,90768745,90768745,90768745,90768745,90768745,90768745,90768745,90768745,90768745,90768745,90768745,90768745,90768745,90768745,90768745,90768745,90768745,90768745,90768749,90768745,90767791,90768745,90768745,90768745,90768745,90768745,90768745,90768745,90768745,90768745,90768745,90768745,90768745,4294837609,18220393,90768745,18153749,18153749,18153749,18153749,18153749,18153566,6160661,18153749,18153749,18153749,18153749,18153749,18153749,18153749,18153749,18153749,18153749,18153745,18153749,28705045,18153749,18153911,18153749,28836117,91096430,91096430,91096430,91096430,91096430,18153749,18153749,18153749,91095317,91096430,91096430,18154862,18153749,18153749,18153749,18153749,18153749,18153749,18153749,18153749,18153749,18153749,18153913,18153749,91095317,91096430,91096430,18154862,18153749,18153749,18153749,18153749,18153749,18153749,18153749,18153749,18153749,4294836501,18219285,18153749,28967354,28967354,28967354,28967354,28967354,28967093,11862458,28967354,28967354,28967354,28967354,28967354,28967354,28967354,28967354,28967354,28967354,28967179,28967354,18284986,28967354,28967692,28967354,91161018,28967354,28967354,28967354,28967354,28967354,28967354,28967354,28967354,28967354,28967354,28967354,28967354,28967354,28967354,28967354,28967354,28967354,28967354,28967354,28967354,28967354,28967354,28967693,28967354,28967486,28967354,28967354,28967354,28967354,28967354,28967354,28967354,28967354,28967354,28967354,28967354,28967354,28967354,28967354,28967354,48693991,48693991,48693991,48693991,48693991,48693991,48693991,48693991,48693991,48693991,48693991,48693991,48693991,48693991,48693991,48693991,48693991,48693991,48693991,48693991,48693991,48694590,48693991,48693991,48693991,48693991,48693991,48693991,48693991,48693991,48693991,48693991,48693991,48693991,48693991,48693991,48693991,48693991,48693991,48693991,48693991,48693991,48693991,48693991,48693991,48693991,48693991,48693991,48693991,48693991,48693991,48693991,48693991,48693991,48693991,48693991,48693991,48693991,91226855,48693991,48693991,48693991,48693991,48693991,18284823,18284823,18284823,18284823,18284823,18284747,13304087,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284810,18284823,28967191,18284823,18284987,18284823,29098263,91293041,91293041,91293041,91293041,91293041,18284823,18284823,18284823,91291927,91293041,91293041,18285937,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284989,18284823,91291996,91293041,91293041,18285937,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,4294836503,4391191,18284823,8716421,8716421,8716421,8716421,8716421,8716469,11862149,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716469,8716421,8716421,8716421,8716477,8716421,8716421,91358578,91358578,91358578,91358578,91358578,8716421,8716421,8716421,91357317,91358578,91358578,8717682,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716478,8716421,91357375,91358578,91358578,8717682,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,51446545,51446545,51446545,51446545,51446545,51445963,13304593,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446163,51446545,37618449,51446545,51447155,51446545,91489041,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51447157,51446545,51447158,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,4294837009,4391697,51446545,18415897,18415897,18415897,18415897,18415897,18415797,11862297,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415745,18415897,12517657,18415897,18416063,18415897,18415897,91686263,91686263,91686263,91686263,91686263,18415897,18415897,18415897,91685145,91686263,91686263,18417015,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18416064,18415897,91685313,91686263,91686263,18417015,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415897,78841011,78841011,78841011,78841011,78841011,78839989,11863219,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841208,78841011,49349811,78841011,78841209,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841210,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,51643156,51643156,51643156,51643156,51643156,51642462,6161172,51643156,51643156,51643156,51643156,51643156,51643156,51643156,51643156,51643156,51643156,51643593,51643156,29426452,51643156,51643771,51643156,92013332,51643156,51643156,51643156,51643156,51643156,51643156,51643156,51643156,51643156,51643156,51643156,51643156,51643156,51643156,51643156,51643156,51643156,51643156,51643156,51643156,51643156,51643156,51643773,51643156,51643774,51643156,51643156,51643156,51643156,51643156,51643156,51643156,51643156,51643156,51643156,51643156,51643156,4294837012,8782612,51643156,29426113,29426113,29426113,29426113,29426113,29425758,6160833,29426113,29426113,29426113,29426113,29426113,29426113,29426113,29426113,29426113,29426113,29426451,29426113,51642817,29426113,29426453,29426113,92209601,29426113,29426113,29426113,29426113,29426113,29426113,29426113,29426113,29426113,29426113,29426113,29426113,29426113,29426113,29426113,29426113,29426113,29426113,29426113,29426113,29426113,29426113,29426455,29426113,29426456,29426113,29426113,29426113,29426113,29426113,29426113,29426113,29426113,29426113,29426113,29426113,29426113,4294836673,51970497,29426113,29426113,29426113,29426113,29426113,29426113,29425758,6160833,29426113,29426113,29426113,29426113,29426113,29426113,29426113,29426113,29426113,29426113,29426451,29426113,51642817,29426113,29426453,29426113,92275137,29426113,29426113,29426113,29426113,29426113,29426113,29426113,29426113,29426113,29426113,29426113,29426113,29426113,29426113,29426113,29426113,29426113,29426113,29426113,29426113,29426113,29426113,29426455,29426113,29426456,29426113,29426113,29426113,29426113,29426113,29426113,29426113,29426113,29426113,29426113,29426113,29426113,4294836673,51970497,29426113,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905921,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905304,92406552,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51904606,6161176,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905299,51905304,52298520,51905304,51905921,51905304,92472088,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905303,51905304,51904961,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905304,4294837016,92537624,51905304,8454273,8454273,8454273,8454273,8454273,8454325,11862145,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,6160513,8454273,8454329,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454592,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,8454273,48038621,48038621,48038621,48038621,48038621,48038091,13304541,48038621,48038621,48038621,48038621,48038621,48038621,48038621,48038621,48038621,48038621,48038305,48038621,47317725,48038621,48039301,48038621,36111069,48038621,48038621,48038621,48038621,48038621,48038621,48038621,48038621,48038621,48038621,48038621,48038621,48038621,48038621,48038621,48038621,48038621,48038621,48038621,48038621,48038621,48038621,48039211,48038621,48038309,48038621,48038621,48038621,48038621,48038621,48038621,48038621,48038621,48038621,48038621,48038621,48038621,4294836957,4391645,48038621,12517567,12517567,12517567,12517567,12517567,12517470,6160575,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517504,12517567,18415807,12517567,12517658,12517567,18546879,92669318,92669318,92669318,92669318,92669318,12517567,12517567,12517567,92668095,92669318,92669318,12518790,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517660,12517567,92668189,92669318,92669318,12518790,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517567,4294836415,8782015,12517567,29622724,29622724,29622724,29622724,29622724,29622453,11862468,29622724,29622724,29622724,29622724,29622724,29622724,29622724,29622724,29622724,29622724,29622401,29622724,18678212,29622724,29623068,29622724,92733892,29622724,29622724,29622724,29622724,29622724,29622724,29622724,29622724,29622724,29622724,29622724,29622724,29622724,29622724,29622724,29622724,29622724,29622724,29622724,29622724,29622724,29622724,29623069,29622724,29623070,29622724,29622724,29622724,29622724,29622724,29622724,29622724,29622724,29622724,29622724,29622724,29622724,29622724,29622724,29622724,29622724,29622724,29622724,29622724,29622724,29622724,29622724,29622724,29622724,29622724,29622724,29622724,29622724,29622724,29622724,29622724,29622724,29622724,29622724,29622724,29622724,29623068,29622724,29622724,29622724,29622724,29622724,29622724,29622724,29622724,29622724,29622724,29622724,29622724,29622724,29622724,29622724,29622724,29622724,29622724,29622724,29622724,29622724,29622724,29622724,29622724,29622724,29622724,29622724,29622724,29622724,29622724,29622724,29622724,29622724,29622724,29622724,29622724,92799428,29622724,29622724,29622724,29622724,29622724,52298526,52298526,52298526,52298526,52298526,52297822,6161182,52298526,52298526,52298526,52298526,52298526,52298526,52298526,52298526,52298526,52298526,52298953,52298526,51905310,52298526,52299145,52298526,92930846,52298526,52298526,52298526,52298526,52298526,52298526,52298526,52298526,52298526,52298526,52298526,52298526,52298526,52298526,52298526,52298526,52298526,52298526,52298526,52298526,52298526,52298526,52299147,52298526,52299148,52298526,52298526,52298526,52298526,52298526,52298526,52298526,52298526,52298526,52298526,52298526,52298526,4294837022,8782622,52298526,18284823,18284823,18284823,18284823,18284823,18284747,13304087,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284810,18284823,28967191,18284823,18284987,18284823,93126935,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284989,18284823,18284892,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,4294836503,4391191,18284823,18678045,18678045,18678045,18678045,18678045,18677854,6160669,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18677888,18678045,29622557,18678045,18678213,18678045,29753629,93193614,93193614,93193614,93193614,93193614,18678045,18678045,18678045,93192477,93193614,93193614,18679182,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678215,18678045,93192383,93193614,93193614,18679182,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678045,4294836509,29884701,18678045,93259151,93259151,93259151,93259151,93259151,93257971,15926671,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259152,93259151,30082447,93259151,93259151,93259151,93390223,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259154,93259151,93259155,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,4294837647,9241999,93259151,30081483,30081483,30081483,30081483,30081483,30081267,15925707,30081483,30081483,30081483,30081483,30081483,30081483,30081483,30081483,30081483,30081483,30081827,30081483,30081483,30081483,30082452,30081483,52691403,30081483,30081483,30081483,30081483,30081483,30081483,30081483,30081483,30081483,30081483,30081483,30081483,30081483,30081483,30081483,30081483,30081483,30081483,30081483,30081483,30081483,30081483,30081829,30081483,30081830,30081483,30081483,30081483,30081483,30081483,30081483,30081483,30081483,30081483,30081483,30081483,30081483,4294836683,9241035,30081483,30081483,30081483,30081483,30081483,30081483,30082454,93716939,30081483,30081483,30081483,30081483,30081483,30081483,30081483,30081483,30081483,30081483,30082455,30081483,30081483,30081483,30081483,30081483,52691403,30081483,30081483,30081483,30081483,30081483,30081483,30081483,30081483,30081483,30081483,30081483,30081483,30081483,30081483,30081483,30081483,30081483,30081483,30081483,30081483,30081483,30081483,30082456,30081483,30081830,30081483,30081483,30081483,30081483,30081483,30081483,30081483,30081483,30081483,93913547,30081483,30081483,4294836683,9241035,30081483,52822822,52822822,52822822,52822822,52822822,52822259,15926054,52822822,52822822,52822822,52822822,52822822,52822822,52822822,52822822,52822822,52822822,52822819,52822822,53216038,52822822,52822822,52822822,93979430,52822822,52822822,52822822,52822822,52822822,52822822,52822822,52822822,52822822,52822822,52822822,52822822,52822822,52822822,52822822,52822822,52822822,52822822,52822822,52822822,52822822,52822822,52823451,52822822,52822822,52822822,52822822,52822822,52822822,52822822,52822822,52822822,52822822,52822822,52822822,52822822,52822822,4294837030,9241382,52822822,52888359,52888359,52888359,52888359,52888359,52888657,72418087,52888359,52888359,52888359,52888359,52888359,52888359,52888359,52888359,52888359,52888359,52888658,52888359,94110503,52888359,52888989,52888359,94241575,52888359,52888359,52888359,52888359,52888359,52888359,52888359,52888359,52888359,52888359,52888359,52888359,52888359,52888359,52888359,52888359,52888359,52888359,52888359,52888359,52888359,52888359,52888991,52888359,52888992,52888359,52888359,52888359,52888359,52888359,52888359,52888359,52888359,52888359,52888359,52888359,52888359,4294837031,9241383,52888359,52953896,52953896,52953896,52953896,52953896,52953331,15926056,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52954529,52953896,94503720,52953896,52953896,52953896,94569256,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52954532,52953896,52954533,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,4294837032,4391720,52953896,29950409,29950409,29950409,29950409,29950409,29950195,15925705,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29951398,29950409,30081481,29950409,29950409,29950409,30147017,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950413,29950409,29950414,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,4294836681,9241033,29950409,29950409,29950409,29950409,29950409,29950409,29950195,15925705,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950573,29950409,30081481,29950409,29950409,29950409,30147017,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950413,29950409,29950414,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,94831049,29950409,29950409,4294836681,9241033,29950409,29950409,29950409,29950409,29950409,29950409,29950195,15925705,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950573,29950409,30081481,29950409,29950409,29950409,30147017,94897576,94897576,94897576,94897576,94897576,29950409,29950409,29950409,94896585,94897576,94897576,29951400,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950413,29950409,94896590,94897576,94897576,29951400,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,4294836681,9241033,29950409,53216044,53216044,53216044,53216044,53216044,53215475,15926060,53216044,53216044,53216044,53216044,53216044,53216044,53216044,53216044,53216044,53216044,53216035,53216044,53216044,53216044,53216044,53216044,94962476,53216044,53216044,53216044,53216044,53216044,53216044,53216044,53216044,53216044,53216044,53216044,53216044,53216044,53216044,53216044,53216044,53216044,53216044,53216044,53216044,53216044,53216044,53216682,53216044,53216038,53216044,53216044,53216044,53216044,53216044,53216044,53216044,53216044,53216044,53216044,53216044,53216044,4294837036,9241388,53216044,30278094,30278094,30278094,30278094,30278094,30277875,15925710,30278094,30278094,30278094,30278094,30278094,30278094,30278094,30278094,30278094,30278094,30278253,30278094,53215694,30278094,30279083,30278094,53281230,30278094,30278094,30278094,30278094,30278094,30278094,30278094,30278094,30278094,30278094,30278094,30278094,30278094,30278094,30278094,30278094,30278094,30278094,30278094,30278094,30278094,30278094,30278446,30278094,30278094,30278094,30278094,30278094,30278094,30278094,30278094,30278094,30278094,30278094,30278094,30278094,30278094,4294836686,9241038,30278094,30278094,30278094,30278094,30278094,30278094,30279085,95224270,30278094,30278094,30278094,30278094,30278094,30278094,30278094,30278094,30278094,30278094,30279086,30278094,53215694,30278094,30278094,30278094,53281230,30278094,30278094,30278094,30278094,30278094,30278094,30278094,30278094,30278094,30278094,30278094,30278094,30278094,30278094,30278094,30278094,30278094,30278094,30278094,30278094,30278094,30278094,30279087,30278094,30278094,30278094,30278094,30278094,30278094,30278094,30278094,30278094,30278094,30278094,95420878,30278094,30278094,4294836686,9241038,30278094,30343631,30343631,30343631,30343631,30343631,30343371,13304271,30343631,30343631,30343631,30343631,30343631,30343631,30343631,30343631,30343631,30343631,30343664,30343631,30802383,30343631,30344625,30343631,53477839,30343631,30343631,30343631,30343631,30343631,30343631,30343631,30343631,30343631,30343631,30343631,30343631,30343631,30343631,30343631,30343631,30343631,30343631,30343631,30343631,30343631,30343631,30343985,30343631,30343986,30343631,30343631,30343631,30343631,30343631,30343631,30343631,30343631,30343631,30343631,30343631,30343631,4294836687,9241039,30343631,30343631,30343631,30343631,30343631,30343631,30344626,95551951,30343631,30343631,30343631,30343631,30343631,30343631,30343631,30343631,30343631,30343631,30343664,30343631,30802383,30343631,30343983,30343631,53477839,30343631,30343631,30343631,30343631,30343631,30343631,30343631,30343631,30343631,30343631,30343631,30343631,30343631,30343631,30343631,30343631,30343631,30343631,30343631,30343631,30343631,30343631,30344627,30343631,30343986,30343631,30343631,30343631,30343631,30343631,30343631,30343631,30343631,30343631,95683023,30343631,30343631,4294836687,9241039,30343631,53609266,53609266,53609266,53609266,53609266,53608651,13304626,53609266,53609266,53609266,53609266,53609266,53609266,53609266,53609266,53609266,53609266,53608944,53609266,54985522,53609266,53609909,53609266,95814450,53609266,53609266,53609266,53609266,53609266,53609266,53609266,53609266,53609266,53609266,53609266,53609266,53609266,53609266,53609266,53609266,53609266,53609266,53609266,53609266,53609266,53609266,53609379,53609266,53609266,53609266,53609266,53609266,53609266,53609266,53609266,53609266,53609266,53609266,53609266,53609266,53609266,4294837042,9241394,53609266,53674803,53674803,53674803,53674803,53674803,53674159,11469619,53674803,53674803,53674803,53674803,53674803,53674803,53674803,53674803,53674803,53674803,53674983,53674803,57475891,53674803,53674803,53674803,95879987,53674803,53674803,53674803,53674803,53674803,53674803,53674803,53674803,53674803,53674803,53674803,53674803,53674803,53674803,53674803,53674803,53674803,53674803,53674803,53674803,53674803,53674803,53675448,53674803,53674317,53674803,53674803,53674803,53674803,53674803,53674803,53674803,53674803,53674803,53674803,53674803,53674803,4294837043,96011059,53674803,53740340,53740340,53740340,53740340,53740340,53739695,11469620,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740986,53740340,30409524,53740340,53740340,53740340,96142132,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740988,53740340,53740004,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,4294837044,16778036,53740340,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409168,96272848,30409168,30409168,30409168,30409168,30409168,96339390,96339390,96339390,96339390,96339390,96337954,2229694,96339390,96339390,96339390,96339390,96339390,96339390,96339390,96339390,96339390,96339390,96339391,96339390,96470462,96339390,96339390,96339390,96535998,96339390,96339390,96339390,96339390,96339390,96339390,96339390,96339390,96339390,96339390,96339390,96339390,96339390,96339390,96339390,96339390,96339390,96339390,96339390,96339390,96339390,96339390,96339394,96339390,96339395,96339390,96339390,96339390,96339390,96339390,96339390,96339390,96339390,96339390,96339390,96339390,96339390,4294837694,96732606,96339390,53936951,53936951,53936951,53936951,53936951,53936162,2229047,53936951,53936951,53936951,53936951,53936951,53936951,53936951,53936951,53936951,53936951,53937605,53936951,30475063,53936951,53936951,53936951,96863031,53936951,53936951,53936951,53936951,53936951,53936951,53936951,53936951,53936951,53936951,53936951,53936951,53936951,53936951,53936951,53936951,53936951,53936951,53936951,53936951,53936951,53936951,53937607,53936951,53936991,53936951,53936951,53936951,53936951,53936951,53936951,53936951,53936951,53936951,53936951,53936951,53936951,4294837047,96994103,53936951,30474705,30474705,30474705,30474705,30474705,30474274,2228689,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30475062,30474705,53936593,30474705,30475594,30474705,18809297,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30475065,30474705,30475066,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,4294836689,4391377,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,97059281,30474705,30474705,30474705,30474705,30474705,54133562,54133562,54133562,54133562,54133562,54198271,4294902586,54133562,54133562,54133562,54133562,54133562,54133562,54133562,54133562,54133562,54133562,54133238,54133562,56755002,54133562,54133562,54133562,54133562,54133562,54133562,54133562,54133562,54133562,54133562,54133562,54133562,54133562,54133562,54133562,54133562,54133562,54133562,54133562,54133562,54133562,54133562,54133562,54133562,54133562,54133562,54134218,54133562,54133566,54133562,54133562,54133562,54133562,54133562,54133562,54133562,54133562,54133562,54133562,54133562,54133562,54133562,54133562,54133562,12779715,12779715,12779715,12779715,12779715,12779554,2228419,12779715,12779715,12779715,12779715,12779715,12779715,12779715,12779715,12779715,12779715,12779719,12779715,12779715,12779715,12779715,12779715,18809027,97191371,97191371,97191371,97191371,97191371,12779715,12779715,12779715,97190083,97191371,97191371,12781003,12779715,12779715,12779715,12779715,12779715,12779715,12779715,12779715,12779715,12779715,12779808,12779715,97190177,97191371,97191371,12781003,12779715,12779715,12779715,12779715,12779715,12779715,12779715,12779715,12779715,4294836419,9240771,12779715,54264636,54264636,54264636,54264636,54264636,54264011,13304636,54264636,54264636,54264636,54264636,54264636,54264636,54264636,54264636,54264636,54264636,54264304,54264636,56165180,54264636,54265292,54264636,97321788,54264636,54264636,54264636,54264636,54264636,54264636,54264636,54264636,54264636,54264636,54264636,54264636,54264636,54264636,54264636,54264636,54264636,54264636,54264636,54264636,54264636,54264636,54265294,54264636,54264626,54264636,54264636,54264636,54264636,54264636,54264636,54264636,54264636,54264636,54264636,54264636,54264636,4294837052,9241404,54264636,54330173,54330173,54330173,54330173,54330173,54394879,4294902589,54330173,54330173,54330173,54330173,54330173,54330173,54330173,54330173,54330173,54330173,54330163,54330173,97452861,54330173,54330173,54330173,54330173,54330173,54330173,54330173,54330173,54330173,54330173,54330173,54330173,54330173,54330173,54330173,54330173,54330173,54330173,54330173,54330173,54330173,54330173,54330173,54330173,54330173,54330173,54330832,54330173,54330833,54330173,54330173,54330173,54330173,54330173,54330173,54330173,54330173,54330173,54330173,54330173,54330173,54330173,54330173,54330173,54395710,54395710,54395710,54395710,54395710,54394914,2229054,54395710,54395710,54395710,54395710,54395710,54395710,54395710,54395710,54395710,54395710,54395702,54395710,97649470,54395710,54395710,54395710,97715006,54395710,54395710,54395710,54395710,54395710,54395710,54395710,54395710,54395710,54395710,54395710,54395710,54395710,54395710,54395710,54395710,54395710,54395710,54395710,54395710,54395710,54395710,54396372,54395710,54396373,54395710,54395710,54395710,54395710,54395710,54395710,54395710,54395710,54395710,54395710,54395710,54395710,4294837054,4391742,54395710,18940193,18940193,18940193,18940193,18940193,18939938,2228513,18940193,18940193,18940193,18940193,18940193,18940193,18940193,18940193,18940193,18940193,18940103,18940193,19267873,18940193,18940193,18940193,30671137,97912278,97912278,97912278,97912278,97912278,18940193,18940193,18940193,97911073,97912278,97912278,18941398,18940193,18940193,18940193,18940193,18940193,18940193,18940193,18940193,18940193,18940193,18940373,18940193,97911073,97912278,97912278,18941398,18940193,18940193,18940193,18940193,18940193,18940193,18940193,18940193,18940193,4294836513,9240865,18940193,30802390,30802390,30802390,30802390,30802390,30802123,13304278,30802390,30802390,30802390,30802390,30802390,30802390,30802390,30802390,30802390,30802390,30802236,30802390,30802390,30802390,30803415,30802390,54657494,30802390,30802390,30802390,30802390,30802390,30802390,30802390,30802390,30802390,30802390,30802390,30802390,30802390,30802390,30802390,30802390,30802390,30802390,30802390,30802390,30802390,30802390,30802435,30802390,30802755,30802390,30802390,30802390,30802390,30802390,30802390,30802390,30802390,30802390,30802390,30802390,30802390,4294836694,9241046,30802390,54723395,54723395,54723395,54723395,54723395,54722763,13304643,54723395,54723395,54723395,54723395,54723395,54723395,54723395,54723395,54723395,54723395,54722876,54723395,54985539,54723395,54724056,54723395,98108227,54723395,54723395,54723395,54723395,54723395,54723395,54723395,54723395,54723395,54723395,54723395,54723395,54723395,54723395,54723395,54723395,54723395,54723395,54723395,54723395,54723395,54723395,54723491,54723395,54723395,54723395,54723395,54723395,54723395,54723395,54723395,54723395,54723395,54723395,54723395,54723395,54723395,4294837059,9241411,54723395,19005730,19005730,19005730,19005730,19005730,19005643,13304098,19005730,19005730,19005730,19005730,19005730,19005730,19005730,19005730,19005730,19005730,19005644,19005730,30802210,19005730,19005911,19005730,30933282,98174426,98174426,98174426,98174426,98174426,19005730,19005730,19005730,98173218,98174426,98174426,19006938,19005730,19005730,19005730,19005730,19005730,19005730,19005730,19005730,19005730,19005730,19005913,19005730,98173402,98174426,98174426,19006938,19005730,19005730,19005730,19005730,19005730,19005730,19005730,19005730,19005730,4294836514,9240866,19005730,54985543,54985543,54985543,54985543,54985543,54984907,13304647,54985543,54985543,54985543,54985543,54985543,54985543,54985543,54985543,54985543,54985543,54985020,54985543,54985543,54985543,54986203,54985543,98304839,54985543,54985543,54985543,54985543,54985543,54985543,54985543,54985543,54985543,54985543,54985543,54985543,54985543,54985543,54985543,54985543,54985543,54985543,54985543,54985543,54985543,54985543,54985645,54985543,54985539,54985543,54985543,54985543,54985543,54985543,54985543,54985543,54985543,54985543,54985543,54985543,54985543,4294837063,9241415,54985543,31064538,31064538,31064538,31064538,31064538,31064267,13304282,31064538,31064538,31064538,31064538,31064538,31064538,31064538,31064538,31064538,31064538,31064268,31064538,54985178,31064538,31065565,31064538,55116250,31064538,31064538,31064538,31064538,31064538,31064538,31064538,31064538,31064538,31064538,31064538,31064538,31064538,31064538,31064538,31064538,31064538,31064538,31064538,31064538,31064538,31064538,31064588,31064538,31064538,31064538,31064538,31064538,31064538,31064538,31064538,31064538,31064538,31064538,31064538,31064538,31064538,4294836698,9241050,31064538,55182154,55182154,55182154,55182154,55182154,55181346,2229066,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182814,55182154,55313226,55182154,55182154,55182154,55378762,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182158,55182154,55182159,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,4294837066,55575370,55182154,19071267,19071267,19071267,19071267,19071267,19071010,2228515,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19072479,19071267,31195427,19071267,19071267,19071267,31260963,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071454,19071267,19071455,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,4294836515,4391203,19071267,55313228,55313228,55313228,55313228,55313228,55377919,4294902604,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55312687,55313228,55182156,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313286,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55182154,55182154,55182154,55182154,55182154,55181346,2229066,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182814,55182154,55313226,55182154,55181985,55182154,98566986,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182158,55182154,55182159,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,4294837066,55575370,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,98632522,55182154,55182154,55182154,55182154,55182154,55509839,55509839,55509839,55509839,55509839,55574527,4294902607,55509839,55509839,55509839,55509839,55509839,55509839,55509839,55509839,55509839,55509839,55509026,55509839,55509839,55509839,55509839,55509839,55509839,55509839,55509839,55509839,55509839,55509839,55509839,55509839,55509839,55509839,55509839,55509839,55509839,55509839,55509839,55509839,55509839,55509839,55509839,55509839,55509839,55509839,55509839,55510498,55509839,55510499,55509839,55509839,55509839,55509839,55509839,55509839,55509839,55509839,55509839,55509839,55509839,55509839,55509839,55509839,55509839,19071267,19071267,19071267,19071267,19071267,19071010,2228515,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071451,19071267,31195427,19071267,19071267,19071267,31260963,98829796,98829796,98829796,98829796,98829796,19071267,19071267,19071267,98828579,98829796,98829796,19072484,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071454,19071267,98828767,98829796,98829796,19072484,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,4294836515,4391203,19071267,31392223,31392223,31392223,31392223,31392223,31392223,31392223,31392223,31392223,31392223,31392223,31392223,31392223,31392223,31392223,31392223,31392223,31392223,31392223,31392223,31392223,31392223,31392223,31392223,31392223,31392223,31392223,31392223,31392223,31392223,31392223,31392223,31392223,31392223,31392223,31392223,31392223,31392223,31392223,31392223,31392223,31392223,31392223,31392223,31392223,31392223,31392223,31392223,31392223,31392223,31392223,31392223,31392223,31392223,31392223,31392223,31392223,31392223,98894303,31392223,31392223,31392223,31392223,31392223,12648641,12648641,12648641,12648641,12648641,12648482,2228417,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648584,12648641,12779713,12648641,12648641,12648641,12845249,98960870,98960870,98960870,98960870,98960870,12648641,12648641,12648641,98959553,98960870,98960870,12649958,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648645,12648641,98959558,98960870,98960870,12649958,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648641,12648641,4294836417,9240769,12648641,55837524,55837524,55837524,55837524,55837524,55836875,13304660,55837524,55837524,55837524,55837524,55837524,55837524,55837524,55837524,55837524,55837524,55837168,55837524,56165204,55837524,55838183,55837524,99091284,55837524,55837524,55837524,55837524,55837524,55837524,55837524,55837524,55837524,55837524,55837524,55837524,55837524,55837524,55837524,55837524,55837524,55837524,55837524,55837524,55837524,55837524,55838185,55837524,55837490,55837524,55837524,55837524,55837524,55837524,55837524,55837524,55837524,55837524,55837524,55837524,55837524,4294837076,9241428,55837524,55903061,55903061,55903061,55903061,55903061,55967743,4294902613,55903061,55903061,55903061,55903061,55903061,55903061,55903061,55903061,55903061,55903061,55903027,55903061,56492885,55903061,55903061,55903061,55903061,55903061,55903061,55903061,55903061,55903061,55903061,55903061,55903061,55903061,55903061,55903061,55903061,55903061,55903061,55903061,55903061,55903061,55903061,55903061,55903061,55903061,55903061,55903722,55903061,55903723,55903061,55903061,55903061,55903061,55903061,55903061,55903061,55903061,55903061,55903061,55903061,55903061,55903061,55903061,55903061,55968598,55968598,55968598,55968598,55968598,55967778,2229078,55968598,55968598,55968598,55968598,55968598,55968598,55968598,55968598,55968598,55968598,55968566,55968598,99353430,55968598,55968598,55968598,99418966,55968598,55968598,55968598,55968598,55968598,55968598,55968598,55968598,55968598,55968598,55968598,55968598,55968598,55968598,55968598,55968598,55968598,55968598,55968598,55968598,55968598,55968598,55969262,55968598,55969263,55968598,55968598,55968598,55968598,55968598,55968598,55968598,55968598,55968598,55968598,55968598,55968598,4294837078,4391766,55968598,19267878,19267878,19267878,19267878,19267878,19267618,2228518,19267878,19267878,19267878,19267878,19267878,19267878,19267878,19267878,19267878,19267878,19267783,19267878,19267878,19267878,19267878,19267878,31523110,99616240,99616240,99616240,99616240,99616240,19267878,19267878,19267878,99615014,99616240,99616240,19269104,19267878,19267878,19267878,19267878,19267878,19267878,19267878,19267878,19267878,19267878,19268066,19267878,99615009,99616240,99616240,19269104,19267878,19267878,19267878,19267878,19267878,19267878,19267878,19267878,19267878,4294836518,9240870,19267878,56165209,56165209,56165209,56165209,56165209,56164555,13304665,56165209,56165209,56165209,56165209,56165209,56165209,56165209,56165209,56165209,56165209,56164668,56165209,56165209,56165209,56165873,56165209,99746649,56165209,56165209,56165209,56165209,56165209,56165209,56165209,56165209,56165209,56165209,56165209,56165209,56165209,56165209,56165209,56165209,56165209,56165209,56165209,56165209,56165209,56165209,56165293,56165209,56165187,56165209,56165209,56165209,56165209,56165209,56165209,56165209,56165209,56165209,56165209,56165209,56165209,4294837081,9241433,56165209,31654371,31654371,31654371,31654371,31654371,31654091,13304291,31654371,31654371,31654371,31654371,31654371,31654371,31654371,31654371,31654371,31654371,31654092,31654371,56164835,31654371,31655411,31654371,56295907,31654371,31654371,31654371,31654371,31654371,31654371,31654371,31654371,31654371,31654371,31654371,31654371,31654371,31654371,31654371,31654371,31654371,31654371,31654371,31654371,31654371,31654371,31654748,31654371,31654362,31654371,31654371,31654371,31654371,31654371,31654371,31654371,31654371,31654371,31654371,31654371,31654371,4294836707,9241059,31654371,31654371,31654371,31654371,31654371,31654371,31655412,99877347,31654371,31654371,31654371,31654371,31654371,31654371,31654371,31654371,31654371,31654371,31654874,31654371,56164835,31654371,31654746,31654371,56295907,31654371,31654371,31654371,31654371,31654371,31654371,31654371,31654371,31654371,31654371,31654371,31654371,31654371,31654371,31654371,31654371,31654371,31654371,31654371,31654371,31654371,31654371,31655413,31654371,31654362,31654371,31654371,31654371,31654371,31654371,31654371,31654371,31654371,31654371,100008419,31654371,31654371,4294836707,9241059,31654371,31719908,31719908,31719908,31719908,31719908,31719908,31719908,31719908,31719908,31719908,31719908,31719908,31719908,31719908,31719908,31719908,31719908,31719908,31719908,31719908,31719908,31719908,31719908,31719908,31719908,31719908,31719908,31719908,31719908,31719908,31719908,31719908,31719908,31719908,31719908,31719908,31719908,31719908,31719908,31719908,31719908,31719908,31719908,31719908,31719908,31719908,31719908,31719908,31719908,31719908,31719908,31719908,31719908,31719908,31719908,31719908,31719908,31719908,100073956,31719908,31719908,31719908,31719908,31719908,56492894,56492894,56492894,56492894,56492894,56492207,11469662,56492894,56492894,56492894,56492894,56492894,56492894,56492894,56492894,56492894,56492894,56493498,56492894,55903070,56492894,56492894,56492894,100139870,56492894,56492894,56492894,56492894,56492894,56492894,56492894,56492894,56492894,56492894,56492894,56492894,56492894,56492894,56492894,56492894,56492894,56492894,56492894,56492894,56492894,56492894,56493561,56492894,56493519,56492894,56492894,56492894,56492894,56492894,56492894,56492894,56492894,56492894,56492894,56492894,56492894,4294837086,16778078,56492894,56558431,56558431,56558431,56558431,56558431,56623103,4294902623,56558431,56558431,56558431,56558431,56558431,56558431,56558431,56558431,56558431,56558431,56558070,56558431,31785823,56558431,56558431,56558431,56558431,56558431,56558431,56558431,56558431,56558431,56558431,56558431,56558431,56558431,56558431,56558431,56558431,56558431,56558431,56558431,56558431,56558431,56558431,56558431,56558431,56558431,56558431,56559098,56558431,56559084,56558431,56558431,56558431,56558431,56558431,56558431,56558431,56558431,56558431,56558431,56558431,56558431,56558431,56558431,56558431,31785445,31785445,31785445,31785445,31785445,31784994,2228709,31785445,31785445,31785445,31785445,31785445,31785445,31785445,31785445,31785445,31785445,31785435,31785445,56558053,31785445,31786325,31785445,19333605,31785445,31785445,31785445,31785445,31785445,31785445,31785445,31785445,31785445,31785445,31785445,31785445,31785445,31785445,31785445,31785445,31785445,31785445,31785445,31785445,31785445,31785445,31785825,31785445,31785826,31785445,31785445,31785445,31785445,31785445,31785445,31785445,31785445,31785445,31785445,31785445,31785445,4294836709,4391397,31785445,31785445,31785445,31785445,31785445,31785445,31785445,31785445,31785445,31785445,31785445,31785445,31785445,31785445,31785445,31785445,31785445,31785445,31785445,31785445,31785445,31785445,31785445,31785445,31785445,31785445,31785445,31785445,31785445,31785445,31785445,31785445,31785445,31785445,31785445,31785445,31785445,31785445,31785445,31785445,31785445,31785445,31785445,31785445,31785445,31785445,31785445,31785445,31785445,31785445,31785445,31785445,31785445,31785445,31785445,31785445,31785445,31785445,31785445,100336101,31785445,31785445,31785445,31785445,31785445,56755042,56755042,56755042,56755042,56755042,56754210,2229090,56755042,56755042,56755042,56755042,56755042,56755042,56755042,56755042,56755042,56755042,56754651,56755042,54133602,56755042,56755042,56755042,100402018,56755042,56755042,56755042,56755042,56755042,56755042,56755042,56755042,56755042,56755042,56755042,56755042,56755042,56755042,56755042,56755042,56755042,56755042,56755042,56755042,56755042,56755042,56755709,56755042,56754661,56755042,56755042,56755042,56755042,56755042,56755042,56755042,56755042,56755042,56755042,56755042,56755042,4294837090,100533090,56755042,12976326,12976326,12976326,12976326,12976326,12976162,2228422,12976326,12976326,12976326,12976326,12976326,12976326,12976326,12976326,12976326,12976326,12976264,12976326,19267782,12976326,12976326,12976326,19333318,100599295,100599295,100599295,100599295,100599295,12976326,12976326,12976326,100597958,100599295,100599295,12977663,12976326,12976326,12976326,12976326,12976326,12976326,12976326,12976326,12976326,12976326,12976424,12976326,100597958,100599295,100599295,12977663,12976326,12976326,12976326,12976326,12976326,12976326,12976326,12976326,12976326,4294836422,9240774,12976326,56886116,56886116,56886116,56886116,56886116,56885491,15926116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886784,56886116,30081892,56886116,56886116,56886116,57017188,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886119,56886116,56886120,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,4294837092,9241444,56886116,56886116,56886116,56886116,56886116,56886116,56885491,15926116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886785,56886116,30081892,56886116,56886116,56886116,57017188,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886119,56886116,56886120,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,4294837092,9241444,56886116,56886116,56886116,56886116,56886116,56886116,56885491,15926116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886784,56886116,30081892,56886116,56886786,56886116,57017188,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886119,56886116,56886120,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,4294837092,9241444,56886116,56886116,56886116,56886116,56886116,56886116,56886788,100926308,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886789,56886116,30081892,56886116,56886116,56886116,57017188,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886790,56886116,56886120,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,101122916,56886116,56886116,4294837092,9241444,56886116,57148264,57148264,57148264,57148264,57148264,57147635,15926120,57148264,57148264,57148264,57148264,57148264,57148264,57148264,57148264,57148264,57148264,57148928,57148264,53216104,57148264,57148264,57148264,101188456,57148264,57148264,57148264,57148264,57148264,57148264,57148264,57148264,57148264,57148264,57148264,57148264,57148264,57148264,57148264,57148264,57148264,57148264,57148264,57148264,57148264,57148264,57148937,57148264,57148264,57148264,57148264,57148264,57148264,57148264,57148264,57148264,57148264,57148264,57148264,57148264,57148264,4294837096,9241448,57148264,32047593,32047593,32047593,32047593,32047593,32047307,13304297,32047593,32047593,32047593,32047593,32047593,32047593,32047593,32047593,32047593,32047593,32047600,32047593,30802409,32047593,32048650,32047593,57278953,32047593,32047593,32047593,32047593,32047593,32047593,32047593,32047593,32047593,32047593,32047593,32047593,32047593,32047593,32047593,32047593,32047593,32047593,32047593,32047593,32047593,32047593,32047979,32047593,32047980,32047593,32047593,32047593,32047593,32047593,32047593,32047593,32047593,32047593,32047593,32047593,32047593,4294836713,9241065,32047593,32047593,32047593,32047593,32047593,32047593,32048651,101384681,32047593,32047593,32047593,32047593,32047593,32047593,32047593,32047593,32047593,32047593,32047600,32047593,30802409,32047593,32047977,32047593,57278953,32047593,32047593,32047593,32047593,32047593,32047593,32047593,32047593,32047593,32047593,32047593,32047593,32047593,32047593,32047593,32047593,32047593,32047593,32047593,32047593,32047593,32047593,32048652,32047593,32047980,32047593,32047593,32047593,32047593,32047593,32047593,32047593,32047593,32047593,101515753,32047593,32047593,4294836713,9241065,32047593,57410412,57410412,57410412,57410412,57410412,57409739,13304684,57410412,57410412,57410412,57410412,57410412,57410412,57410412,57410412,57410412,57410412,57410032,57410412,54985580,57410412,57411086,57410412,101647212,57410412,57410412,57410412,57410412,57410412,57410412,57410412,57410412,57410412,57410412,57410412,57410412,57410412,57410412,57410412,57410412,57410412,57410412,57410412,57410412,57410412,57410412,57410489,57410412,57410412,57410412,57410412,57410412,57410412,57410412,57410412,57410412,57410412,57410412,57410412,57410412,57410412,4294837100,9241452,57410412,57475949,57475949,57475949,57475949,57475949,57475247,11469677,57475949,57475949,57475949,57475949,57475949,57475949,57475949,57475949,57475949,57475949,57476624,57475949,53674861,57475949,57475949,57475949,101778285,57475949,57475949,57475949,57475949,57475949,57475949,57475949,57475949,57475949,57475949,57475949,57475949,57475949,57475949,57475949,57475949,57475949,57475949,57475949,57475949,57475949,57475949,57476626,57475949,57475579,57475949,57475949,57475949,57475949,57475949,57475949,57475949,57475949,57475949,57475949,57475949,57475949,4294837101,16778093,57475949,57541486,57541486,57541486,57541486,57541486,57540783,11469678,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57542163,57541486,32113518,57541486,57541486,57541486,101974894,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57542165,57541486,57541600,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,4294837102,102105966,57541486,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113130,102171114,32113130,32113130,32113130,32113130,32113130,96470464,96470464,96470464,96470464,96470464,96469026,2229696,96470464,96470464,96470464,96470464,96470464,96470464,96470464,96470464,96470464,96470464,96470552,96470464,96339392,96470464,96470464,96470464,102303168,96470464,96470464,96470464,96470464,96470464,96470464,96470464,96470464,96470464,96470464,96470464,96470464,96470464,96470464,96470464,96470464,96470464,96470464,96470464,96470464,96470464,96470464,96470466,96470464,96470554,96470464,96470464,96470464,96470464,96470464,96470464,96470464,96470464,96470464,96470464,96470464,96470464,4294837696,102434240,96470464,57738097,57738097,57738097,57738097,57738097,57737250,2229105,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738780,57738097,32179057,57738097,57738097,57738097,102564721,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738695,57738097,57738782,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,4294837105,102695793,57738097,32178667,32178667,32178667,32178667,32178667,32178210,2228715,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32179056,32178667,57737707,32178667,32179546,32178667,19595755,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32179059,32178667,32179060,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,4294836715,4391403,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,102760939,32178667,32178667,32178667,32178667,32178667,57934708,57934708,57934708,57934708,57934708,57999359,4294902644,57934708,57934708,57934708,57934708,57934708,57934708,57934708,57934708,57934708,57934708,57934127,57934708,102826868,57934708,57934708,57934708,57934708,57934708,57934708,57934708,57934708,57934708,57934708,57934708,57934708,57934708,57934708,57934708,57934708,57934708,57934708,57934708,57934708,57934708,57934708,57934708,57934708,57934708,57934708,57935394,57934708,57934712,57934708,57934708,57934708,57934708,57934708,57934708,57934708,57934708,57934708,57934708,57934708,57934708,57934708,57934708,57934708,19464489,19464489,19464489,19464489,19464489,19464226,2228521,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464391,19464489,12779817,19464489,19464489,19464489,19595561,102958627,102958627,102958627,102958627,102958627,19464489,19464489,19464489,102957353,102958627,102958627,19465763,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464492,19464489,102957357,102958627,102958627,19465763,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464489,4294836521,9240873,19464489,58065782,58065782,58065782,58065782,58065782,58065099,13304694,58065782,58065782,58065782,58065782,58065782,58065782,58065782,58065782,58065782,58065782,58065392,58065782,56165238,58065782,58066468,58065782,103089014,58065782,58065782,58065782,58065782,58065782,58065782,58065782,58065782,58065782,58065782,58065782,58065782,58065782,58065782,58065782,58065782,58065782,58065782,58065782,58065782,58065782,58065782,58066470,58065782,58065772,58065782,58065782,58065782,58065782,58065782,58065782,58065782,58065782,58065782,58065782,58065782,58065782,4294837110,9241462,58065782,58131319,58131319,58131319,58131319,58131319,58195967,4294902647,58131319,58131319,58131319,58131319,58131319,58131319,58131319,58131319,58131319,58131319,58131309,58131319,103220087,58131319,58131319,58131319,58131319,58131319,58131319,58131319,58131319,58131319,58131319,58131319,58131319,58131319,58131319,58131319,58131319,58131319,58131319,58131319,58131319,58131319,58131319,58131319,58131319,58131319,58131319,58132008,58131319,58132009,58131319,58131319,58131319,58131319,58131319,58131319,58131319,58131319,58131319,58131319,58131319,58131319,58131319,58131319,58131319,58196856,58196856,58196856,58196856,58196856,58196002,2229112,58196856,58196856,58196856,58196856,58196856,58196856,58196856,58196856,58196856,58196856,58196848,58196856,103416696,58196856,58196856,58196856,103482232,58196856,58196856,58196856,58196856,58196856,58196856,58196856,58196856,58196856,58196856,58196856,58196856,58196856,58196856,58196856,58196856,58196856,58196856,58196856,58196856,58196856,58196856,58197548,58196856,58197549,58196856,58196856,58196856,58196856,58196856,58196856,58196856,58196856,58196856,58196856,58196856,58196856,4294837112,4391800,58196856,19726637,19726637,19726637,19726637,19726637,19726370,2228525,19726637,19726637,19726637,19726637,19726637,19726637,19726637,19726637,19726637,19726637,19726535,19726637,19267885,19726637,19726637,19726637,32375085,103679534,103679534,103679534,103679534,103679534,19726637,19726637,19726637,103678253,103679534,103679534,19727918,19726637,19726637,19726637,19726637,19726637,19726637,19726637,19726637,19726637,19726637,19726831,19726637,103678253,103679534,103679534,19727918,19726637,19726637,19726637,19726637,19726637,19726637,19726637,19726637,19726637,4294836525,9240877,19726637,58393467,58393467,58393467,58393467,58393467,58392779,13304699,58393467,58393467,58393467,58393467,58393467,58393467,58393467,58393467,58393467,58393467,58393072,58393467,20382587,58393467,58393469,58393467,58590075,58393467,58393467,58393467,58393467,58393467,58393467,58393467,58393467,58393467,58393467,58393467,58393467,58393467,58393467,58393467,58393467,58393467,58393467,58393467,58393467,58393467,58393467,58393105,58393467,58393471,58393467,58393467,58393467,58393467,58393467,58393467,58393467,58393467,58393467,58393467,58393467,58393467,4294837115,9241467,58393467,58393467,58393467,58393467,58393467,58393467,58392779,13304699,58393467,58393467,58393467,58393467,58393467,58393467,58393467,58393467,58393467,58393467,58394159,58393467,20382587,58393467,58393469,58393467,58590075,58393467,58393467,58393467,58393467,58393467,58393467,58393467,58393467,58393467,58393467,58393467,58393467,58393467,58393467,58393467,58393467,58393467,58393467,58393467,58393467,58393467,58393467,58393105,58393467,58393471,58393467,58393467,58393467,58393467,58393467,58393467,58393467,58393467,58393467,58393467,58393467,58393467,4294837115,9241467,58393467,58393467,58393467,58393467,58393467,58393467,58392779,13304699,58393467,58393467,58393467,58393467,58393467,58393467,58393467,58393467,58393467,58393467,58393072,58393467,20382587,58393467,58394160,58393467,58590075,58393467,58393467,58393467,58393467,58393467,58393467,58393467,58393467,58393467,58393467,58393467,58393467,58393467,58393467,58393467,58393467,58393467,58393467,58393467,58393467,58393467,58393467,58393105,58393467,58393471,58393467,58393467,58393467,58393467,58393467,58393467,58393467,58393467,58393467,58393467,58393467,58393467,4294837115,9241467,58393467,58655615,58655615,58655615,58655615,58655615,58654923,13304703,58655615,58655615,58655615,58655615,58655615,58655615,58655615,58655615,58655615,58655615,58655216,58655615,34145151,58655615,58656305,58655615,103940991,58655615,58655615,58655615,58655615,58655615,58655615,58655615,58655615,58655615,58655615,58655615,58655615,58655615,58655615,58655615,58655615,58655615,58655615,58655615,58655615,58655615,58655615,58655673,58655615,58655615,58655615,58655615,58655615,58655615,58655615,58655615,58655615,58655615,58655615,58655615,58655615,58655615,4294837119,9241471,58655615,19792174,19792174,19792174,19792174,19792174,19792075,13304110,19792174,19792174,19792174,19792174,19792174,19792174,19792174,19792174,19792174,19792174,19792368,19792174,13435182,19792174,19792369,19792174,32637230,104007219,104007219,104007219,104007219,104007219,19792174,19792174,19792174,104005934,104007219,104007219,19793459,19792174,19792174,19792174,19792174,19792174,19792174,19792174,19792174,19792174,19792174,19792371,19792174,104006132,104007219,104007219,19793459,19792174,19792174,19792174,19792174,19792174,19792174,19792174,19792174,19792174,4294836526,9240878,19792174,32768500,32768500,32768500,32768500,32768500,32768203,13304308,32768500,32768500,32768500,32768500,32768500,32768500,32768500,32768500,32768500,32768500,32768496,32768500,21103092,32768500,32769588,32768500,58982900,32768500,32768500,32768500,32768500,32768500,32768500,32768500,32768500,32768500,32768500,32768500,32768500,32768500,32768500,32768500,32768500,32768500,32768500,32768500,32768500,32768500,32768500,32768537,32768500,32768500,32768500,32768500,32768500,32768500,32768500,32768500,32768500,32768500,32768500,32768500,32768500,32768500,4294836724,9241076,32768500,19857711,19857711,19857711,19857711,19857711,19857442,2228527,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19858997,19857711,32899375,19857711,19857711,19857711,32964911,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857912,19857711,19857627,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,4294836527,4391215,19857711,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313228,104203084,55313228,55313228,55313228,55313228,55313228,32899574,32899574,32899574,32899574,32899574,32899106,2228726,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899411,32899574,19857910,32899574,32899476,32899574,104268278,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899976,32899574,32899216,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899574,4294836726,59310582,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899574,104333814,32899574,32899574,32899574,32899574,32899574,19857711,19857711,19857711,19857711,19857711,19857442,2228527,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857909,19857711,32899375,19857711,19857711,19857711,32964911,104400441,104400441,104400441,104400441,104400441,19857711,19857711,19857711,104399151,104400441,104400441,19859001,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857912,19857711,104399067,104400441,104400441,19859001,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,4294836527,4391215,19857711,8978569,8978569,8978569,8978569,8978569,8978466,2228361,8978569,8978569,8978569,8978569,8978569,8978569,8978569,8978569,8978569,8978569,8978631,8978569,8978569,8978569,8978569,8978569,13107337,104465978,104465978,104465978,104465978,104465978,8978569,8978569,8978569,104464521,104465978,104465978,8980026,8978569,8978569,8978569,8978569,8978569,8978569,8978569,8978569,8978569,8978569,8978633,8978569,104464586,104465978,104465978,8980026,8978569,8978569,8978569,8978569,8978569,8978569,8978569,8978569,8978569,4294836361,9240713,8978569,33161722,33161722,33161722,33161722,33161722,33161419,13304314,33161722,33161722,33161722,33161722,33161722,33161722,33161722,33161722,33161722,33161722,33161712,33161722,35979770,33161722,33162811,33161722,59572730,33161722,33161722,33161722,33161722,33161722,33161722,33161722,33161722,33161722,33161722,33161722,33161722,33161722,33161722,33161722,33161722,33161722,33161722,33161722,33161722,33161722,33161722,33162126,33161722,33161716,33161722,33161722,33161722,33161722,33161722,33161722,33161722,33161722,33161722,33161722,33161722,33161722,4294836730,9241082,33161722,33161722,33161722,33161722,33161722,33161722,33162631,92733946,33161722,33161722,33161722,33161722,33161722,33161722,33161722,33161722,33161722,33161722,33162812,33161722,35979770,33161722,33162124,33161722,59572730,33161722,33161722,33161722,33161722,33161722,33161722,33161722,33161722,33161722,33161722,33161722,33161722,33161722,33161722,33161722,33161722,33161722,33161722,33161722,33161722,33161722,33161722,33162813,33161722,33161716,33161722,33161722,33161722,33161722,33161722,33161722,33161722,33161722,33161722,104727034,33161722,33161722,4294836730,9241082,33161722,33227259,33227259,33227259,33227259,33227259,33227259,33227259,33227259,33227259,33227259,33227259,33227259,33227259,33227259,33227259,33227259,33227259,33227259,33227259,33227259,33227259,33227259,33227259,33227259,33227259,33227259,33227259,33227259,33227259,33227259,33227259,33227259,33227259,33227259,33227259,33227259,33227259,33227259,33227259,33227259,33227259,33227259,33227259,33227259,33227259,33227259,33227259,33227259,33227259,33227259,33227259,33227259,33227259,33227259,33227259,33227259,33227259,33227259,104792571,33227259,33227259,33227259,33227259,33227259,59769744,59769744,59769744,59769744,59769744,59769007,11469712,59769744,59769744,59769744,59769744,59769744,59769744,59769744,59769744,59769744,59769744,59770384,59769744,65733520,59769744,59769744,59769744,104858512,59769744,59769744,59769744,59769744,59769744,59769744,59769744,59769744,59769744,59769744,59769744,59769744,59769744,59769744,59769744,59769744,59769744,59769744,59769744,59769744,59769744,59769744,59770433,59769744,59770434,59769744,59769744,59769744,59769744,59769744,59769744,59769744,59769744,59769744,59769744,59769744,59769744,4294837136,16778128,59769744,59835281,59835281,59835281,59835281,59835281,59834402,2229137,59835281,59835281,59835281,59835281,59835281,59835281,59835281,59835281,59835281,59835281,59834567,59835281,36307857,59835281,59835281,59835281,59900817,59835281,59835281,59835281,59835281,59835281,59835281,59835281,59835281,59835281,59835281,59835281,59835281,59835281,59835281,59835281,59835281,59835281,59835281,59835281,59835281,59835281,59835281,59835283,59835281,59834669,59835281,59835281,59835281,59835281,59835281,59835281,59835281,59835281,59835281,59835281,59835281,59835281,4294837137,9241489,59835281,59835281,59835281,59835281,59835281,59835281,59834402,2229137,59835281,59835281,59835281,59835281,59835281,59835281,59835281,59835281,59835281,59835281,59834567,59835281,36307857,59835281,59835971,59835281,59900817,59835281,59835281,59835281,59835281,59835281,59835281,59835281,59835281,59835281,59835281,59835281,59835281,59835281,59835281,59835281,59835281,59835281,59835281,59835281,59835281,59835281,59835281,59835283,59835281,59834669,59835281,59835281,59835281,59835281,59835281,59835281,59835281,59835281,59835281,59835281,59835281,59835281,4294837137,9241489,59835281,59835281,59835281,59835281,59835281,59835281,59835973,105186193,59835281,59835281,59835281,59835281,59835281,59835281,59835281,59835281,59835281,59835281,59834876,59835281,36307857,59835281,59835281,59835281,59900817,59835281,59835281,59835281,59835281,59835281,59835281,59835281,59835281,59835281,59835281,59835281,59835281,59835281,59835281,59835281,59835281,59835281,59835281,59835281,59835281,59835281,59835281,59835974,59835281,59834669,59835281,59835281,59835281,59835281,59835281,59835281,59835281,59835281,59835281,105317265,59835281,59835281,4294837137,9241489,59835281,13238474,13238474,13238474,13238474,13238474,13238306,2228426,13238474,13238474,13238474,13238474,13238474,13238474,13238474,13238474,13238474,13238474,13238471,13238474,13762762,13238474,13238474,13238474,20054218,105383496,105383496,105383496,105383496,105383496,13238474,13238474,13238474,105382090,105383496,105383496,13239880,13238474,13238474,13238474,13238474,13238474,13238474,13238474,13238474,13238474,13238474,13238579,13238474,105382090,105383496,105383496,13239880,13238474,13238474,13238474,13238474,13238474,13238474,13238474,13238474,13238474,4294836426,9240778,13238474,60097429,60097429,60097429,60097429,60097429,60097430,60162965,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60098121,60097429,60294037,60097429,60097433,60097429,60425109,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097435,60097429,60097436,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,4294837141,9241493,60097429,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60163658,60162966,105579414,60162966,60163660,60162966,105710486,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60163662,60162966,60163663,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,4294837142,4391830,60162966,60097429,60097429,60097429,60097429,60097429,60097430,60162965,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60098128,60097429,60294037,60097429,60097433,60097429,60425109,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097435,60097429,60097436,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,4294837141,9241493,60097429,60294040,60294040,60294040,60294040,60294040,60294038,60162968,60294040,60294040,60294040,60294040,60294040,60294040,60294040,60294040,60294040,60294040,60294737,60294040,60294040,60294040,60294738,60294040,106103704,60294040,60294040,60294040,60294040,60294040,60294040,60294040,60294040,60294040,60294040,60294040,60294040,60294040,60294040,60294040,60294040,60294040,60294040,60294040,60294040,60294040,60294040,60294740,60294040,60294741,60294040,60294040,60294040,60294040,60294040,60294040,60294040,60294040,60294040,60294040,60294040,60294040,4294837144,9241496,60294040,60097429,60097429,60097429,60097429,60097429,60097430,60162965,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60098121,60097429,60294037,60097429,60098134,60097429,60425109,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097435,60097429,60097436,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,4294837141,9241493,60097429,60097429,60097429,60097429,60097429,60097429,60098135,106365845,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60098136,60097429,60294037,60097429,60097433,60097429,60425109,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60098137,60097429,60097436,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,106562453,60097429,60097429,4294837141,9241493,60097429,60556188,60556188,60556188,60556188,60556188,60556182,60162972,60556188,60556188,60556188,60556188,60556188,60556188,60556188,60556188,60556188,60556188,60556873,60556188,106627996,60556188,60556892,60556188,106759068,60556188,60556188,60556188,60556188,60556188,60556188,60556188,60556188,60556188,60556188,60556188,60556188,60556188,60556188,60556188,60556188,60556188,60556188,60556188,60556188,60556188,60556188,60556894,60556188,60556188,60556188,60556188,60556188,60556188,60556188,60556188,60556188,60556188,60556188,60556188,60556188,60556188,4294837148,9241500,60556188,60687262,60687262,60687262,60687262,60687262,60686539,13304734,60687262,60687262,60687262,60687262,60687262,60687262,60687262,60687262,60687262,60687262,60687967,60687262,106955678,60687262,60687969,60687262,107086750,60687262,60687262,60687262,60687262,60687262,60687262,60687262,60687262,60687262,60687262,60687262,60687262,60687262,60687262,60687262,60687262,60687262,60687262,60687262,60687262,60687262,60687262,60687971,60687262,60687972,60687262,60687262,60687262,60687262,60687262,60687262,60687262,60687262,60687262,60687262,60687262,60687262,4294837150,4391838,60687262,20382007,20382007,20382007,20382007,20382007,20381899,13304119,20382007,20382007,20382007,20382007,20382007,20382007,20382007,20382007,20382007,20382007,20382012,20382007,20382007,20382007,20382209,20382007,33685815,107284069,107284069,107284069,107284069,107284069,20382007,20382007,20382007,107282743,107284069,107284069,20383333,20382007,20382007,20382007,20382007,20382007,20382007,20382007,20382007,20382007,20382007,20382211,20382007,107282948,107284069,107284069,20383333,20382007,20382007,20382007,20382007,20382007,20382007,20382007,20382007,20382007,4294836535,9240887,20382007,33817092,33817092,33817092,33817092,33817092,33816779,13304324,33817092,33817092,33817092,33817092,33817092,33817092,33817092,33817092,33817092,33817092,33816892,33817092,34144772,33817092,33818214,33817092,60948996,33817092,33817092,33817092,33817092,33817092,33817092,33817092,33817092,33817092,33817092,33817092,33817092,33817092,33817092,33817092,33817092,33817092,33817092,33817092,33817092,33817092,33817092,33817507,33817092,33817092,33817092,33817092,33817092,33817092,33817092,33817092,33817092,33817092,33817092,33817092,33817092,33817092,4294836740,9241092,33817092,33817092,33817092,33817092,33817092,33817092,33818215,107414020,33817092,33817092,33817092,33817092,33817092,33817092,33817092,33817092,33817092,33817092,33817538,33817092,34144772,33817092,33817505,33817092,60948996,33817092,33817092,33817092,33817092,33817092,33817092,33817092,33817092,33817092,33817092,33817092,33817092,33817092,33817092,33817092,33817092,33817092,33817092,33817092,33817092,33817092,33817092,33818216,33817092,33817092,33817092,33817092,33817092,33817092,33817092,33817092,33817092,33817092,33817092,107545092,33817092,33817092,4294836740,9241092,33817092,46138048,46138048,46138048,46138048,46138048,46137547,13304512,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138986,46138048,79889088,46138048,46138588,46138048,81593024,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138590,46138048,46138591,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,4294836928,55575232,46138048,61146021,61146021,61146021,61146021,61146021,61145269,11862949,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61145794,61146021,33948581,61146021,61146288,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61145770,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,33948166,33948166,33948166,33948166,33948166,33947851,13304326,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948580,33948166,61145606,33948166,33949291,33948166,20513286,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948584,33948166,33948585,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,4294836742,4391430,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948582,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,107741702,33948166,33948166,33948166,33948166,33948166,61408169,61408169,61408169,61408169,61408169,61407413,11862953,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61407435,61408169,61408169,61408169,61408442,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61407918,61408169,61408175,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61408169,20250933,20250933,20250933,20250933,20250933,20250827,13304117,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250828,20250933,20382005,20250933,20250936,20250933,20513077,107808365,107808365,107808365,107808365,107808365,20250933,20250933,20250933,107807029,107808365,107808365,20252269,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250938,20250933,107807035,107808365,107808365,20252269,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250933,4294836533,9240885,20250933,34144777,34144777,34144777,34144777,34144777,34144459,13304329,34144777,34144777,34144777,34144777,34144777,34144777,34144777,34144777,34144777,34144777,34144572,34144777,34144777,34144777,34145902,34144777,61604361,34144777,34144777,34144777,34144777,34144777,34144777,34144777,34144777,34144777,34144777,34144777,34144777,34144777,34144777,34144777,34144777,34144777,34144777,34144777,34144777,34144777,34144777,34145197,34144777,34144772,34144777,34144777,34144777,34144777,34144777,34144777,34144777,34144777,34144777,34144777,34144777,34144777,4294836745,9241097,34144777,34144777,34144777,34144777,34144777,34144777,34145903,107938313,34144777,34144777,34144777,34144777,34144777,34144777,34144777,34144777,34144777,34144777,34145223,34144777,34144777,34144777,34145195,34144777,61604361,34144777,34144777,34144777,34144777,34144777,34144777,34144777,34144777,34144777,34144777,34144777,34144777,34144777,34144777,34144777,34144777,34144777,34144777,34144777,34144777,34144777,34144777,34145904,34144777,34144772,34144777,34144777,34144777,34144777,34144777,34144777,34144777,34144777,34144777,108069385,34144777,34144777,4294836745,9241097,34144777,61801391,61801391,61801391,61801391,61801391,61800651,13304751,61801391,61801391,61801391,61801391,61801391,61801391,61801391,61801391,61801391,61801391,61801380,61801391,108135343,61801391,61802099,61801391,108266415,61801391,61801391,61801391,61801391,61801391,61801391,61801391,61801391,61801391,61801391,61801391,61801391,61801391,61801391,61801391,61801391,61801391,61801391,61801391,61801391,61801391,61801391,61801663,61801391,61802101,61801391,61801391,61801391,61801391,61801391,61801391,61801391,61801391,61801391,61801391,61801391,61801391,4294837167,4391855,61801391,20644155,20644155,20644155,20644155,20644155,20644043,13304123,20644155,20644155,20644155,20644155,20644155,20644155,20644155,20644155,20644155,20644155,20644044,20644155,34144571,20644155,20644362,20644155,34275643,108398198,108398198,108398198,108398198,108398198,20644155,20644155,20644155,108396859,108398198,108398198,20645494,20644155,20644155,20644155,20644155,20644155,20644155,20644155,20644155,20644155,20644155,20644364,20644155,108396859,108398198,108398198,20645494,20644155,20644155,20644155,20644155,20644155,20644155,20644155,20644155,20644155,4294836539,9240891,20644155,108463735,108463735,108463735,108463735,108463735,108462998,60163703,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463736,108463735,60294775,108463735,108463737,108463735,108660343,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463739,108463735,108463740,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,4294837879,9242231,108463735,62129076,62129076,62129076,62129076,62129076,62128331,13304756,62129076,62129076,62129076,62129076,62129076,62129076,62129076,62129076,62129076,62129076,62129789,62129076,108921780,62129076,62129791,62129076,109052852,62129076,62129076,62129076,62129076,62129076,62129076,62129076,62129076,62129076,62129076,62129076,62129076,62129076,62129076,62129076,62129076,62129076,62129076,62129076,62129076,62129076,62129076,62129793,62129076,62129794,62129076,62129076,62129076,62129076,62129076,62129076,62129076,62129076,62129076,62129076,62129076,62129076,4294837172,4391860,62129076,34406925,34406925,34406925,34406925,34406925,34406603,13304333,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406716,34406925,20382221,34406925,34406927,34406925,34603533,109250179,109250179,109250179,109250179,109250179,34406925,34406925,34406925,109249037,109250179,109250179,34408067,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406929,34406925,109249042,109250179,109250179,34408067,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406925,4294836749,9241101,34406925,34734610,34734610,34734610,34734610,34734610,34734283,13304338,34734610,34734610,34734610,34734610,34734610,34734610,34734610,34734610,34734610,34734610,34734396,34734610,34144786,34734610,34735748,34734610,62390802,34734610,34734610,34734610,34734610,34734610,34734610,34734610,34734610,34734610,34734610,34734610,34734610,34734610,34734610,34734610,34734610,34734610,34734610,34734610,34734610,34734610,34734610,34735033,34734610,34734610,34734610,34734610,34734610,34734610,34734610,34734610,34734610,34734610,34734610,34734610,34734610,34734610,4294836754,9241106,34734610,34734610,34734610,34734610,34734610,34734610,34735749,109380114,34734610,34734610,34734610,34734610,34734610,34734610,34734610,34734610,34734610,34734610,34735042,34734610,34144786,34734610,34735031,34734610,62390802,34734610,34734610,34734610,34734610,34734610,34734610,34734610,34734610,34734610,34734610,34734610,34734610,34734610,34734610,34734610,34734610,34734610,34734610,34734610,34734610,34734610,34734610,34735750,34734610,34734610,34734610,34734610,34734610,34734610,34734610,34734610,34734610,34734610,34734610,109511186,34734610,34734610,4294836754,9241106,34734610,79889603,79889603,79889603,79889603,79889603,79888565,11863235,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79890056,79889603,46138563,79889603,79889604,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889075,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,34865684,34865684,34865684,34865684,34865684,34865355,13304340,34865684,34865684,34865684,34865684,34865684,34865684,34865684,34865684,34865684,34865684,34866106,34865684,46268948,34865684,34866825,34865684,20840980,34865684,34865684,34865684,34865684,34865684,34865684,34865684,34865684,34865684,34865684,34865684,34865684,34865684,34865684,34865684,34865684,34865684,34865684,34865684,34865684,34865684,34865684,34866109,34865684,34866110,34865684,34865684,34865684,34865684,34865684,34865684,34865684,34865684,34865684,34865684,34865684,34865684,4294836756,4391444,34865684,34865684,34865684,34865684,34865684,34865684,34865684,34865684,34865684,34865684,34865684,34865684,34865684,34865684,34865684,34865684,34865684,34865684,34865684,34865684,34865684,34865684,34866107,34865684,34865684,34865684,34865684,34865684,34865684,34865684,34865684,34865684,34865684,34865684,34865684,34865684,34865684,34865684,34865684,34865684,34865684,34865684,34865684,34865684,34865684,34865684,34865684,34865684,34865684,34865684,34865684,34865684,34865684,34865684,34865684,34865684,34865684,34865684,34865684,109707796,34865684,34865684,34865684,34865684,34865684,62784446,62784446,62784446,62784446,62784446,62783669,11862974,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62783755,62784446,48563134,62784446,62784720,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784188,62784446,62784449,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784446,13435085,13435085,13435085,13435085,13435085,13435083,13304013,13435085,13435085,13435085,13435085,13435085,13435085,13435085,13435085,13435085,13435085,13435196,13435085,13435085,13435085,13435197,13435085,20840653,109774475,109774475,109774475,109774475,109774475,13435085,13435085,13435085,109773005,109774475,109774475,13436555,13435085,13435085,13435085,13435085,13435085,13435085,13435085,13435085,13435085,13435085,13435199,13435085,109773120,109774475,109774475,13436555,13435085,13435085,13435085,13435085,13435085,13435085,13435085,13435085,13435085,4294836429,9240781,13435085,62981057,62981057,62981057,62981057,62981057,62980299,13304769,62981057,62981057,62981057,62981057,62981057,62981057,62981057,62981057,62981057,62981057,62981050,62981057,109839297,62981057,62981773,62981057,109970369,62981057,62981057,62981057,62981057,62981057,62981057,62981057,62981057,62981057,62981057,62981057,62981057,62981057,62981057,62981057,62981057,62981057,62981057,62981057,62981057,62981057,62981057,62981332,62981057,62981775,62981057,62981057,62981057,62981057,62981057,62981057,62981057,62981057,62981057,62981057,62981057,62981057,4294837185,4391873,62981057,110102160,110102160,110102160,110102160,110102160,110100683,13305488,110102160,110102160,110102160,110102160,110102160,110102160,110102160,110102160,110102160,110102160,110101006,110102160,63637136,110102160,110102161,110102160,110233232,110102160,110102160,110102160,110102160,110102160,110102160,110102160,110102160,110102160,110102160,110102160,110102160,110102160,110102160,110102160,110102160,110102160,110102160,110102160,110102160,110102160,110102160,110102163,110102160,110101010,110102160,110102160,110102160,110102160,110102160,110102160,110102160,110102160,110102160,110102160,110102160,110102160,4294837904,9242256,110102160,20971840,20971840,20971840,20971840,20971840,20971723,13304128,20971840,20971840,20971840,20971840,20971840,20971840,20971840,20971840,20971840,20971840,20971836,20971840,21102912,20971840,20972055,20971840,35127616,110364308,110364308,110364308,110364308,110364308,20971840,20971840,20971840,110362944,110364308,110364308,20973204,20971840,20971840,20971840,20971840,20971840,20971840,20971840,20971840,20971840,20971840,20972057,20971840,110362944,110364308,110364308,20973204,20971840,20971840,20971840,20971840,20971840,20971840,20971840,20971840,20971840,4294836544,9240896,20971840,63308742,63308742,63308742,63308742,63308742,63307979,13304774,63308742,63308742,63308742,63308742,63308742,63308742,63308742,63308742,63308742,63308742,63308730,63308742,88015814,63308742,63309461,63308742,110494662,63308742,63308742,63308742,63308742,63308742,63308742,63308742,63308742,63308742,63308742,63308742,63308742,63308742,63308742,63308742,63308742,63308742,63308742,63308742,63308742,63308742,63308742,63309463,63308742,63309464,63308742,63308742,63308742,63308742,63308742,63308742,63308742,63308742,63308742,63308742,63308742,63308742,4294837190,4391878,63308742,110691993,110691993,110691993,110691993,110691993,110690507,13305497,110691993,110691993,110691993,110691993,110691993,110691993,110691993,110691993,110691993,110691993,110690830,110691993,63637145,110691993,110691994,110691993,110823065,110691993,110691993,110691993,110691993,110691993,110691993,110691993,110691993,110691993,110691993,110691993,110691993,110691993,110691993,110691993,110691993,110691993,110691993,110691993,110691993,110691993,110691993,110691996,110691993,110690834,110691993,110691993,110691993,110691993,110691993,110691993,110691993,110691993,110691993,110691993,110691993,110691993,4294837913,9242265,110691993,21102914,21102914,21102914,21102914,21102914,21102795,13304130,21102914,21102914,21102914,21102914,21102914,21102914,21102914,21102914,21102914,21102914,21102908,21102914,21102914,21102914,21103130,21102914,35324226,110954141,110954141,110954141,110954141,110954141,21102914,21102914,21102914,110952770,110954141,110954141,21104285,21102914,21102914,21102914,21102914,21102914,21102914,21102914,21102914,21102914,21102914,21103132,21102914,110952768,110954141,110954141,21104285,21102914,21102914,21102914,21102914,21102914,21102914,21102914,21102914,21102914,4294836546,9240898,21102914,63570890,63570890,63570890,63570890,63570890,63570123,13304778,63570890,63570890,63570890,63570890,63570890,63570890,63570890,63570890,63570890,63570890,63570124,63570890,63636426,63570890,63570892,63570890,63767498,63570890,63570890,63570890,63570890,63570890,63570890,63570890,63570890,63570890,63570890,63570890,63570890,63570890,63570890,63570890,63570890,63570890,63570890,63570890,63570890,63570890,63570890,63570894,63570890,63570235,63570890,63570890,63570890,63570890,63570890,63570890,63570890,63570890,63570890,63570890,63570890,63570890,4294837194,9241546,63570890,63636427,63636427,63636427,63636427,63636427,63635659,13304779,63636427,63636427,63636427,63636427,63636427,63636427,63636427,63636427,63636427,63636427,63635772,63636427,63636427,63636427,63637150,63636427,111084491,63636427,63636427,63636427,63636427,63636427,63636427,63636427,63636427,63636427,63636427,63636427,63636427,63636427,63636427,63636427,63636427,63636427,63636427,63636427,63636427,63636427,63636427,63637152,63636427,63635972,63636427,63636427,63636427,63636427,63636427,63636427,63636427,63636427,63636427,63636427,63636427,63636427,4294837195,9241547,63636427,63570890,63570890,63570890,63570890,63570890,63570123,13304778,63570890,63570890,63570890,63570890,63570890,63570890,63570890,63570890,63570890,63570890,63570124,63570890,63636426,63570890,63571617,63570890,63767498,63570890,63570890,63570890,63570890,63570890,63570890,63570890,63570890,63570890,63570890,63570890,63570890,63570890,63570890,63570890,63570890,63570890,63570890,63570890,63570890,63570890,63570890,63570894,63570890,63570235,63570890,63570890,63570890,63570890,63570890,63570890,63570890,63570890,63570890,63570890,63570890,63570890,4294837194,9241546,63570890,63570890,63570890,63570890,63570890,63570890,63571618,111281098,63570890,63570890,63570890,63570890,63570890,63570890,63570890,63570890,63570890,63570890,63570462,63570890,63636426,63570890,63570892,63570890,63767498,63570890,63570890,63570890,63570890,63570890,63570890,63570890,63570890,63570890,63570890,63570890,63570890,63570890,63570890,63570890,63570890,63570890,63570890,63570890,63570890,63570890,63570890,63571619,63570890,63570235,63570890,63570890,63570890,63570890,63570890,63570890,63570890,63570890,63570890,111412170,63570890,63570890,4294837194,9241546,63570890,13697233,13697233,13697233,13697233,13697233,13697227,13304017,13697233,13697233,13697233,13697233,13697233,13697233,13697233,13697233,13697233,13697233,13697228,13697233,21102801,13697233,13697347,13697233,21233873,111478437,111478437,111478437,111478437,111478437,13697233,13697233,13697233,111476945,111478437,111478437,13698725,13697233,13697233,13697233,13697233,13697233,13697233,13697233,13697233,13697233,13697233,13697349,13697233,111476945,111478437,111478437,13698725,13697233,13697233,13697233,13697233,13697233,13697233,13697233,13697233,13697233,4294836433,9240785,13697233,35717665,35717665,35717665,35717665,35717665,35717323,13304353,35717665,35717665,35717665,35717665,35717665,35717665,35717665,35717665,35717665,35717665,35717616,35717665,35979809,35717665,35718822,35717665,64029217,35717665,35717665,35717665,35717665,35717665,35717665,35717665,35717665,35717665,35717665,35717665,35717665,35717665,35717665,35717665,35717665,35717665,35717665,35717665,35717665,35717665,35717665,35718098,35717665,35717620,35717665,35717665,35717665,35717665,35717665,35717665,35717665,35717665,35717665,35717665,35717665,35717665,4294836769,9241121,35717665,35717665,35717665,35717665,35717665,35717665,35717905,51446305,35717665,35717665,35717665,35717665,35717665,35717665,35717665,35717665,35717665,35717665,35718823,35717665,35979809,35717665,35718096,35717665,64029217,35717665,35717665,35717665,35717665,35717665,35717665,35717665,35717665,35717665,35717665,35717665,35717665,35717665,35717665,35717665,35717665,35717665,35717665,35717665,35717665,35717665,35717665,35718824,35717665,35717620,35717665,35717665,35717665,35717665,35717665,35717665,35717665,35717665,35717665,111739425,35717665,35717665,4294836769,9241121,35717665,64160723,64160723,64160723,64160723,64160723,64159778,2229203,64160723,64160723,64160723,64160723,64160723,64160723,64160723,64160723,64160723,64160723,64159943,64160723,36307923,64160723,64160723,64160723,64226259,64160723,64160723,64160723,64160723,64160723,64160723,64160723,64160723,64160723,64160723,64160723,64160723,64160723,64160723,64160723,64160723,64160723,64160723,64160723,64160723,64160723,64160723,64160725,64160723,64160045,64160723,64160723,64160723,64160723,64160723,64160723,64160723,64160723,64160723,64160723,64160723,64160723,4294837203,9241555,64160723,64160723,64160723,64160723,64160723,64160723,64159778,2229203,64160723,64160723,64160723,64160723,64160723,64160723,64160723,64160723,64160723,64160723,64159943,64160723,36307923,64160723,64161450,64160723,64226259,64160723,64160723,64160723,64160723,64160723,64160723,64160723,64160723,64160723,64160723,64160723,64160723,64160723,64160723,64160723,64160723,64160723,64160723,64160723,64160723,64160723,64160723,64160725,64160723,64160045,64160723,64160723,64160723,64160723,64160723,64160723,64160723,64160723,64160723,64160723,64160723,64160723,4294837203,9241555,64160723,64160723,64160723,64160723,64160723,64160723,64161452,111936467,64160723,64160723,64160723,64160723,64160723,64160723,64160723,64160723,64160723,64160723,64160290,64160723,36307923,64160723,64160723,64160723,64226259,64160723,64160723,64160723,64160723,64160723,64160723,64160723,64160723,64160723,64160723,64160723,64160723,64160723,64160723,64160723,64160723,64160723,64160723,64160723,64160723,64160723,64160723,64161453,64160723,64160045,64160723,64160723,64160723,64160723,64160723,64160723,64160723,64160723,64160723,112067539,64160723,64160723,4294837203,9241555,64160723,13762770,13762770,13762770,13762770,13762770,13762594,2228434,13762770,13762770,13762770,13762770,13762770,13762770,13762770,13762770,13762770,13762770,13762759,13762770,13762770,13762770,13762770,13762770,21364946,112133807,112133807,112133807,112133807,112133807,13762770,13762770,13762770,112132306,112133807,112133807,13764271,13762770,13762770,13762770,13762770,13762770,13762770,13762770,13762770,13762770,13762770,13762887,13762770,112132298,112133807,112133807,13764271,13762770,13762770,13762770,13762770,13762770,13762770,13762770,13762770,13762770,4294836434,9240786,13762770,35979813,35979813,35979813,35979813,35979813,35979467,13304357,35979813,35979813,35979813,35979813,35979813,35979813,35979813,35979813,35979813,35979813,35979580,35979813,35979813,35979813,35980976,35979813,64487973,35979813,35979813,35979813,35979813,35979813,35979813,35979813,35979813,35979813,35979813,35979813,35979813,35979813,35979813,35979813,35979813,35979813,35979813,35979813,35979813,35979813,35979813,35979804,35979813,35979584,35979813,35979813,35979813,35979813,35979813,35979813,35979813,35979813,35979813,35979813,35979813,35979813,4294836773,9241125,35979813,112264881,112264881,112264881,112264881,112264881,112263371,13305521,112264881,112264881,112264881,112264881,112264881,112264881,112264881,112264881,112264881,112264881,112263478,112264881,112330417,112264881,112264883,112264881,112461489,112264881,112264881,112264881,112264881,112264881,112264881,112264881,112264881,112264881,112264881,112264881,112264881,112264881,112264881,112264881,112264881,112264881,112264881,112264881,112264881,112264881,112264881,112264142,112264881,112263483,112264881,112264881,112264881,112264881,112264881,112264881,112264881,112264881,112264881,112264881,112264881,112264881,4294837937,9242289,112264881,21496136,21496136,21496136,21496136,21496136,21496011,13304136,21496136,21496136,21496136,21496136,21496136,21496136,21496136,21496136,21496136,21496136,21496012,21496136,35979592,21496136,21496358,21496136,36110664,112527029,112527029,112527029,112527029,112527029,21496136,21496136,21496136,112525640,112527029,112527029,21497525,21496136,21496136,21496136,21496136,21496136,21496136,21496136,21496136,21496136,21496136,21496360,21496136,112525521,112527029,112527029,21497525,21496136,21496136,21496136,21496136,21496136,21496136,21496136,21496136,21496136,4294836552,9240904,21496136,36307498,36307498,36307498,36307498,36307498,36306978,2228778,36307498,36307498,36307498,36307498,36307498,36307498,36307498,36307498,36307498,36307498,36307143,36307498,36307498,36307498,36308662,36307498,64815658,36307498,36307498,36307498,36307498,36307498,36307498,36307498,36307498,36307498,36307498,36307498,36307498,36307498,36307498,36307498,36307498,36307498,36307498,36307498,36307498,36307498,36307498,36307934,36307498,36307233,36307498,36307498,36307498,36307498,36307498,36307498,36307498,36307498,36307498,36307498,36307498,36307498,4294836778,9241130,36307498,36307498,36307498,36307498,36307498,36307498,36308664,112722474,36307498,36307498,36307498,36307498,36307498,36307498,36307498,36307498,36307498,36307498,36307490,36307498,36307498,36307498,36307498,36307498,64815658,36307498,36307498,36307498,36307498,36307498,36307498,36307498,36307498,36307498,36307498,36307498,36307498,36307498,36307498,36307498,36307498,36307498,36307498,36307498,36307498,36307498,36307498,36308665,36307498,36307233,36307498,36307498,36307498,36307498,36307498,36307498,36307498,36307498,36307498,112853546,36307498,36307498,4294836778,9241130,36307498,64947167,64947167,64947167,64947167,64947167,64946379,13304799,64947167,64947167,64947167,64947167,64947167,64947167,64947167,64947167,64947167,64947167,64946380,64947167,112919519,64947167,64947900,64947167,113050591,64947167,64947167,64947167,64947167,64947167,64947167,64947167,64947167,64947167,64947167,64947167,64947167,64947167,64947167,64947167,64947167,64947167,64947167,64947167,64947167,64947167,64947167,64947902,64947167,64946650,64947167,64947167,64947167,64947167,64947167,64947167,64947167,64947167,64947167,64947167,64947167,64947167,4294837215,9241567,64947167,65012704,65012704,65012704,65012704,65012704,65077247,4294902752,65012704,65012704,65012704,65012704,65012704,65012704,65012704,65012704,65012704,65012704,65011887,65012704,65012704,65012704,65012704,65012704,65012704,65012704,65012704,65012704,65012704,65012704,65012704,65012704,65012704,65012704,65012704,65012704,65012704,65012704,65012704,65012704,65012704,65012704,65012704,65012704,65012704,65012704,65012704,65013439,65012704,65013440,65012704,65012704,65012704,65012704,65012704,65012704,65012704,65012704,65012704,65012704,65012704,65012704,65012704,65012704,65012704,65078241,65078241,65078241,65078241,65078241,65077282,2229217,65078241,65078241,65078241,65078241,65078241,65078241,65078241,65078241,65078241,65078241,65077723,65078241,102630369,65078241,65078241,65078241,113312737,65078241,65078241,65078241,65078241,65078241,65078241,65078241,65078241,65078241,65078241,65078241,65078241,65078241,65078241,65078241,65078241,65078241,65078241,65078241,65078241,65078241,65078241,65078978,65078241,65078817,65078241,65078241,65078241,65078241,65078241,65078241,65078241,65078241,65078241,65078241,65078241,65078241,4294837217,4391905,65078241,36241961,36241961,36241961,36241961,36241961,36241442,2228777,36241961,36241961,36241961,36241961,36241961,36241961,36241961,36241961,36241961,36241961,36241544,36241961,36307497,36241961,36241961,36241961,36373033,113444547,113444547,113444547,113444547,113444547,36241961,36241961,36241961,113443369,113444547,113444547,36243139,36241961,36241961,36241961,36241961,36241961,36241961,36241961,36241961,36241961,36241961,36241964,36241961,113443014,113444547,113444547,36243139,36241961,36241961,36241961,36241961,36241961,36241961,36241961,36241961,36241961,4294836777,9241129,36241961,9175180,9175180,9175180,9175180,9175180,9175074,2228364,9175180,9175180,9175180,9175180,9175180,9175180,9175180,9175180,9175180,9175180,9175176,9175180,13762700,9175180,9175180,9175180,13828236,113510084,113510084,113510084,113510084,113510084,9175180,9175180,9175180,113508492,113510084,113510084,9176772,9175180,9175180,9175180,9175180,9175180,9175180,9175180,9175180,9175180,9175180,9175252,9175180,113508492,113510084,113510084,9176772,9175180,9175180,9175180,9175180,9175180,9175180,9175180,9175180,9175180,4294836364,9240716,9175180,9306254,9306254,9306254,9306254,9306254,9371647,4294901902,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9371647,9306254,9306254,9306254,9306254,9306254,9306254,113575621,113575621,113575621,113575621,113575621,9306254,9306254,9306254,113574030,113575621,113575621,9307845,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306325,9306254,113574102,113575621,113575621,9307845,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,21823821,21823821,21823821,21823821,21823821,21889023,4294902093,21823821,21823821,21823821,21823821,21823821,21823821,21823821,21823821,21823821,21823821,21823614,21823821,14025037,21823821,21823821,21823821,21823821,113641158,113641158,113641158,113641158,113641158,21823821,21823821,21823821,113639757,113641158,113641158,21825222,21823821,21823821,21823821,21823821,21823821,21823821,21823821,21823821,21823821,21823821,21824047,21823821,113639984,113641158,113641158,21825222,21823821,21823821,21823821,21823821,21823821,21823821,21823821,21823821,21823821,21823821,21823821,21823821,30409168,30409168,30409168,30409168,30409168,30474239,4294902224,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30410439,30409168,53739984,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409525,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409168,65537000,65537000,65537000,65537000,65537000,65536175,11469800,65537000,65537000,65537000,65537000,65537000,65537000,65537000,65537000,65537000,65537000,65537552,65537000,36701160,65537000,65537000,65537000,113771496,65537000,65537000,65537000,65537000,65537000,65537000,65537000,65537000,65537000,65537000,65537000,65537000,65537000,65537000,65537000,65537000,65537000,65537000,65537000,65537000,65537000,65537000,65537737,65537000,65537738,65537000,65537000,65537000,65537000,65537000,65537000,65537000,65537000,65537000,65537000,65537000,65537000,4294837224,16778216,65537000,36700720,36700720,36700720,36700720,36700720,36700335,11469360,36700720,36700720,36700720,36700720,36700720,36700720,36700720,36700720,36700720,36700720,36701159,36700720,65536560,36700720,36701899,36700720,114033200,36700720,36700720,36700720,36700720,36700720,36700720,36700720,36700720,36700720,36700720,36700720,36700720,36700720,36700720,36700720,36700720,36700720,36700720,36700720,36700720,36700720,36700720,36701162,36700720,36701163,36700720,36700720,36700720,36700720,36700720,36700720,36700720,36700720,36700720,36700720,36700720,36700720,4294836784,65798704,36700720,65733611,65733611,65733611,65733611,65733611,65733611,65733611,65733611,65733611,65733611,65733611,65733611,65733611,65733611,65733611,65733611,65733611,65733611,65733611,65733611,65733611,65733611,65733611,65733611,65733611,65733611,65733611,65733611,65733611,65733611,65733611,65733611,65733611,65733611,65733611,65733611,65733611,65733611,65733611,65733611,65733611,65733611,65733611,65733611,65733611,65733611,65733611,65733611,65733611,65733611,65733611,65733611,65733611,65733611,65733611,65733611,65733611,65733611,114099179,65733611,65733611,65733611,65733611,65733611,65733611,65733611,65733611,65733611,65733611,65732783,11469803,65733611,65733611,65733611,65733611,65733611,65733611,65733611,65733611,65733611,65733611,65733607,65733611,59769835,65733611,65733611,65733611,114164715,65733611,65733611,65733611,65733611,65733611,65733611,65733611,65733611,65733611,65733611,65733611,65733611,65733611,65733611,65733611,65733611,65733611,65733611,65733611,65733611,65733611,65733611,65733610,65733611,65733168,65733611,65733611,65733611,65733611,65733611,65733611,65733611,65733611,65733611,65733611,65733611,65733611,4294837227,114230251,65733611,8257662,8257662,8257662,8257662,8257662,8323071,4294901886,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,11468926,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8258095,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,65864685,65864685,65864685,65864685,65864685,65864827,75170797,65864685,65864685,65864685,65864685,65864685,65864685,65864685,65864685,65864685,65864685,65864329,65864685,36766701,65864685,65865424,65864685,65864685,65864685,65864685,65864685,65864685,65864685,65864685,65864685,65864685,65864685,65864685,65864685,65864685,65864685,65864685,65864685,65864685,65864685,65864685,65864685,65864685,65864685,65864685,65865425,65864685,65865426,65864685,65864685,65864685,65864685,65864685,65864685,65864685,65864685,65864685,65864685,65864685,65864685,65864685,65864685,65864685,36766257,36766257,36766257,36766257,36766257,36766081,25231921,36766257,36766257,36766257,36766257,36766257,36766257,36766257,36766257,36766257,36766257,36766344,36766257,65864241,36766257,36766702,36766257,114491953,36766257,36766257,36766257,36766257,36766257,36766257,36766257,36766257,36766257,36766257,36766257,36766257,36766257,36766257,36766257,36766257,36766257,36766257,36766257,36766257,36766257,36766257,36766704,36766257,36766705,36766257,36766257,36766257,36766257,36766257,36766257,36766257,36766257,36766257,36766257,36766257,36766257,4294836785,42861105,36766257,36766257,36766257,36766257,36766257,36766257,36766081,25231921,36766257,36766257,36766257,36766257,36766257,36766257,36766257,36766257,36766257,36766257,36766344,36766257,65864241,36766257,36766702,36766257,114557489,36766257,36766257,36766257,36766257,36766257,36766257,36766257,36766257,36766257,36766257,36766257,36766257,36766257,36766257,36766257,36766257,36766257,36766257,36766257,36766257,36766257,36766257,36766704,36766257,36766705,36766257,36766257,36766257,36766257,36766257,36766257,36766257,36766257,36766257,36766257,36766257,36766257,4294836785,42861105,36766257,36766257,36766257,36766257,36766257,36766257,36766257,36766257,36766257,36766257,36766257,36766257,36766257,36766257,36766257,36766257,36766257,36766257,36766257,36766257,36766257,36766257,36766702,36766257,36766257,36766257,36766257,36766257,36766257,36766257,36766257,36766257,36766257,36766257,36766257,36766257,36766257,36766257,36766257,36766257,36766257,36766257,36766257,36766257,36766257,36766257,36766257,36766257,36766257,36766257,36766257,36766257,36766257,36766257,36766257,36766257,36766257,36766257,36766257,114623025,36766257,36766257,36766257,36766257,36766257,66126833,66126833,66126833,66126833,66126833,66126209,25232369,66126833,66126833,66126833,66126833,66126833,66126833,66126833,66126833,66126833,66126833,66126472,66126833,114689009,66126833,66127575,66126833,114820081,66126833,66126833,66126833,66126833,66126833,66126833,66126833,66126833,66126833,66126833,66126833,66126833,66126833,66126833,66126833,66126833,66126833,66126833,66126833,66126833,66126833,66126833,66127577,66126833,66126385,66126833,66126833,66126833,66126833,66126833,66126833,66126833,66126833,66126833,66126833,66126833,66126833,4294837233,114951153,66126833,66192370,66192370,66192370,66192370,66192370,66191535,11469810,66192370,66192370,66192370,66192370,66192370,66192370,66192370,66192370,66192370,66192370,66192524,66192370,66192370,66192370,66192370,66192370,115016690,66192370,66192370,66192370,66192370,66192370,66192370,66192370,66192370,66192370,66192370,66192370,66192370,66192370,66192370,66192370,66192370,66192370,66192370,66192370,66192370,66192370,66192370,66193116,66192370,66192527,66192370,66192370,66192370,66192370,66192370,66192370,66192370,66192370,66192370,66192370,66192370,66192370,4294837234,43320306,66192370,66257907,66257907,66257907,66257907,66257907,66258064,76547059,66257907,66257907,66257907,66257907,66257907,66257907,66257907,66257907,66257907,66257907,66258065,66257907,115147763,66257907,66258654,66257907,115278835,66257907,66257907,66257907,66257907,66257907,66257907,66257907,66257907,66257907,66257907,66257907,66257907,66257907,66257907,66257907,66257907,66257907,66257907,66257907,66257907,66257907,66257907,66258656,66257907,66258070,66257907,66257907,66257907,66257907,66257907,66257907,66257907,66257907,66257907,66257907,66257907,66257907,4294837235,43320307,66257907,43254420,43254420,43254420,43254420,43254420,43253974,14025364,43254420,43254420,43254420,43254420,43254420,43254420,43254420,43254420,43254420,43254420,43255521,43254420,66192020,43254420,43254420,43254420,36831892,43254420,43254420,43254420,43254420,43254420,43254420,43254420,43254420,43254420,43254420,43254420,43254420,43254420,43254420,43254420,43254420,43254420,43254420,43254420,43254420,43254420,43254420,43255522,43254420,43254420,43254420,43254420,43254420,43254420,43254420,43254420,43254420,43254420,43254420,115540628,43254420,43254420,4294836884,43319956,43254420,14024918,14024918,14024918,14024918,14024918,14024879,11469014,14024918,14024918,14024918,14024918,14024918,14024918,14024918,14024918,14024918,14024918,14024957,14024918,21823702,14024918,14024918,14024918,21889238,115607268,115607268,115607268,115607268,115607268,14024918,14024918,14024918,115605718,115607268,115607268,14026468,14024918,14024918,14024918,14024918,14024918,14024918,14024918,14024918,14024918,14024918,14025039,14024918,115605840,115607268,115607268,14026468,14024918,14024918,14024918,14024918,14024918,14024918,14024918,14024918,14024918,4294836438,16777430,14024918,66454518,66454518,66454518,66454518,66454518,66453889,25232374,66454518,66454518,66454518,66454518,66454518,66454518,66454518,66454518,66454518,66454518,66454152,66454518,115672054,66454518,66455270,66454518,115803126,66454518,66454518,66454518,66454518,66454518,66454518,66454518,66454518,66454518,66454518,66454518,66454518,66454518,66454518,66454518,66454518,66454518,66454518,66454518,66454518,66454518,66454518,66455272,66454518,66455273,66454518,66454518,66454518,66454518,66454518,66454518,66454518,66454518,66454518,66454518,66454518,66454518,4294837238,115999734,66454518,116066027,116066027,116066027,116066027,116066027,116064431,11470571,116066027,116066027,116066027,116066027,116066027,116066027,116066027,116066027,116066027,116066027,116064912,116066027,116131563,116066027,116066029,116066027,66520811,116066027,116066027,116066027,116066027,116066027,116066027,116066027,116066027,116066027,116066027,116066027,116066027,116066027,116066027,116066027,116066027,116066027,116066027,116066027,116066027,116066027,116066027,116066030,116066027,116066031,116066027,116066027,116066027,116066027,116066027,116066027,116066027,116066027,116066027,116066027,116066027,116066027,4294837995,116393707,116066027,22020432,22020432,22020432,22020432,22020432,22020271,11469136,22020432,22020432,22020432,22020432,22020432,22020432,22020432,22020432,22020432,22020432,22020349,22020432,33227088,22020432,22020432,22020432,36962640,116459249,116459249,116459249,116459249,116459249,22020432,22020432,22020432,116457808,116459249,116459249,22021873,22020432,22020432,22020432,22020432,22020432,22020432,22020432,22020432,22020432,22020432,22020661,22020432,116457686,116459249,116459249,22021873,22020432,22020432,22020432,22020432,22020432,22020432,22020432,22020432,22020432,4294836560,37093712,22020432,9437328,9437328,9437328,9437328,9437328,9502719,4294901904,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437247,9437328,6357136,9437328,9437328,9437328,9437328,116524786,116524786,116524786,116524786,116524786,9437328,9437328,9437328,116523152,116524786,116524786,9438962,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437400,9437328,116523225,116524786,116524786,9438962,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,94504354,94504354,94504354,94504354,94504354,94503084,11273634,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504691,94504354,52954530,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504692,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,31195612,31195612,31195612,31195612,31195612,31260671,4294902236,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195638,31195612,19071452,31195612,31195612,31195612,31195612,116721397,116721397,116721397,116721397,116721397,31195612,31195612,31195612,116720092,116721397,116721397,31196917,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195706,31195612,116720092,116721397,116721397,31196917,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,22282580,22282580,22282580,22282580,22282580,22282274,2228564,22282580,22282580,22282580,22282580,22282580,22282580,22282580,22282580,22282580,22282580,22282741,22282580,14221652,22282580,22282580,22282580,37421396,116786934,116786934,116786934,116786934,116786934,22282580,22282580,22282580,116785492,116786934,116786934,22284022,22282580,22282580,22282580,22282580,22282580,22282580,22282580,22282580,22282580,22282580,22282812,22282580,116785725,116786934,116786934,22284022,22282580,22282580,22282580,22282580,22282580,22282580,22282580,22282580,22282580,4294836564,4391252,22282580,37552701,37552701,37552701,37552701,37552701,37552162,2228797,37552701,37552701,37552701,37552701,37552701,37552701,37552701,37552701,37552701,37552701,37552467,37552701,38208061,37552701,37553911,37552701,116916797,37552701,37552701,37552701,37552701,37552701,37552701,37552701,37552701,37552701,37552701,37552701,37552701,37552701,37552701,37552701,37552701,37552701,37552701,37552701,37552701,37552701,37552701,37553150,37552701,37552475,37552701,37552701,37552701,37552701,37552701,37552701,37552701,37552701,37552701,37552701,37552701,37552701,4294836797,67043901,37552701,37552701,37552701,37552701,37552701,37552701,37552701,37552701,37552701,37552701,37552701,37552701,37552701,37552701,37552701,37552701,37552701,37552701,37552701,37552701,37552701,37552701,37552701,37552701,37552701,37552701,37552701,37552701,37552701,37552701,37552701,37552701,37552701,37552701,37552701,37552701,37552701,37552701,37552701,37552701,37552701,37552701,37552701,37552701,37552701,37552701,37552701,37552701,37552701,37552701,37552701,37552701,37552701,37552701,37552701,37552701,37552701,37552701,37552701,116982333,37552701,37552701,37552701,37552701,37552701,37618238,37618238,37618238,37618238,37618238,37617758,6160958,37618238,37618238,37618238,37618238,37618238,37618238,37618238,37618238,37618238,37618238,37618356,37618238,51446334,37618238,37618688,37618238,117047870,37618238,37618238,37618238,37618238,37618238,37618238,37618238,37618238,37618238,37618238,37618238,37618238,37618238,37618238,37618238,37618238,37618238,37618238,37618238,37618238,37618238,37618238,37618690,37618238,37618691,37618238,37618238,37618238,37618238,37618238,37618238,37618238,37618238,37618238,37618238,37618238,37618238,4294836798,67371582,37618238,37618238,37618238,37618238,37618238,37618238,37617758,6160958,37618238,37618238,37618238,37618238,37618238,37618238,37618238,37618238,37618238,37618238,37618356,37618238,51446334,37618238,37618688,37618238,84673086,37618238,37618238,37618238,37618238,37618238,37618238,37618238,37618238,37618238,37618238,37618238,37618238,37618238,37618238,37618238,37618238,37618238,37618238,37618238,37618238,37618238,37618238,37618690,37618238,37618691,37618238,37618238,37618238,37618238,37618238,37618238,37618238,37618238,37618238,37618238,37618238,37618238,4294836798,67371582,37618238,67896332,67896332,67896332,67896332,67896332,67896332,67896332,67896332,67896332,67896332,67896332,67896332,67896332,67896332,67896332,67896332,67896332,67896332,67896332,67896332,67896332,67897083,67896332,67896332,67896332,67896332,67896332,67896332,67896332,67896332,67896332,67896332,67896332,67896332,67896332,67896332,67896332,67896332,67896332,67896332,67896332,67896332,67896332,67896332,67896332,67896332,67896332,67896332,67896332,67896332,67896332,67896332,67896332,67896332,67896332,67896332,67896332,67896332,117179404,67896332,67896332,67896332,67896332,67896332,67306499,67306499,67306499,67306499,67306499,67305566,6161411,67306499,67306499,67306499,67306499,67306499,67306499,67306499,67306499,67306499,67306499,67306164,67306499,92734467,67306499,67307261,67306499,117310467,67306499,67306499,67306499,67306499,67306499,67306499,67306499,67306499,67306499,67306499,67306499,67306499,67306499,67306499,67306499,67306499,67306499,67306499,67306499,67306499,67306499,67306499,67306498,67306499,67306046,67306499,67306499,67306499,67306499,67306499,67306499,67306499,67306499,67306499,67306499,67306499,67306499,4294837251,117376003,67306499,17498379,17498379,17498379,17498379,17498379,17498293,11862283,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,13304075,17498379,17498526,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498893,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,67437573,67437573,67437573,67437573,67437573,67436578,2229253,67437573,67437573,67437573,67437573,67437573,67437573,67437573,67437573,67437573,67437573,67437574,67437573,67568645,67437573,67437573,67437573,37684229,67437573,67437573,67437573,67437573,67437573,67437573,67437573,67437573,67437573,67437573,67437573,67437573,67437573,67437573,67437573,67437573,67437573,67437573,67437573,67437573,67437573,67437573,67437577,67437573,67437573,67437573,67437573,67437573,67437573,67437573,67437573,67437573,67437573,67437573,67437573,67437573,67437573,4294837253,67765253,67437573,117442304,117442304,117442304,117442304,117442304,117440546,2230016,117442304,117442304,117442304,117442304,117442304,117442304,117442304,117442304,117442304,117442304,117442305,117442304,117573376,117442304,117442304,117442304,117638912,117442304,117442304,117442304,117442304,117442304,117442304,117442304,117442304,117442304,117442304,117442304,117442304,117442304,117442304,117442304,117442304,117442304,117442304,117442304,117442304,117442304,117442304,117442308,117442304,117442309,117442304,117442304,117442304,117442304,117442304,117442304,117442304,117442304,117442304,117442304,117442304,117442304,4294838016,117835520,117442304,67568647,67568647,67568647,67568647,67568647,67567650,2229255,67568647,67568647,67568647,67568647,67568647,67568647,67568647,67568647,67568647,67568647,67569415,67568647,67437575,67568647,67568647,67568647,117965831,67568647,67568647,67568647,67568647,67568647,67568647,67568647,67568647,67568647,67568647,67568647,67568647,67568647,67568647,67568647,67568647,67568647,67568647,67568647,67568647,67568647,67568647,67569417,67568647,67568205,67568647,67568647,67568647,67568647,67568647,67568647,67568647,67568647,67568647,67568647,67568647,67568647,4294837255,4391943,67568647,67634184,67634184,67634184,67634184,67634184,67633355,13304840,67634184,67634184,67634184,67634184,67634184,67634184,67634184,67634184,67634184,67634184,67634954,67634184,118162440,67634184,67634956,67634184,118293512,67634184,67634184,67634184,67634184,67634184,67634184,67634184,67634184,67634184,67634184,67634184,67634184,67634184,67634184,67634184,67634184,67634184,67634184,67634184,67634184,67634184,67634184,67634958,67634184,67634959,67634184,67634184,67634184,67634184,67634184,67634184,67634184,67634184,67634184,67634184,67634184,67634184,4294837256,67765256,67634184,69338146,69338146,69338146,69338146,69338146,69337431,22479906,69338146,69338146,69338146,69338146,69338146,69338146,69338146,69338146,69338146,69338146,69338896,69338146,69338146,69338146,69338146,69338146,67961890,69338146,69338146,69338146,69338146,69338146,69338146,69338146,69338146,69338146,69338146,69338146,69338146,69338146,69338146,69338146,69338146,69338146,69338146,69338146,69338146,69338146,69338146,69338897,69338146,69338146,69338146,69338146,69338146,69338146,69338146,69338146,69338146,69338146,69338146,118621218,69338146,69338146,4294837282,118686754,69338146,118753044,118753044,118753044,118753044,118753044,118751266,2230036,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118752262,118753044,118818580,118753044,118753044,118753044,104269588,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118752265,118753044,118752261,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118753044,4294838036,118884116,118753044,22479191,22479191,22479191,22479191,22479191,22478882,2228567,22479191,22479191,22479191,22479191,22479191,22479191,22479191,22479191,22479191,22479191,22479187,22479191,22741335,22479191,22479191,22479191,37814615,118949655,118949655,118949655,118949655,118949655,22479191,22479191,22479191,118948183,118949655,118949655,22480663,22479191,22479191,22479191,22479191,22479191,22479191,22479191,22479191,22479191,22479191,22479190,22479191,118948057,118949655,118949655,22480663,22479191,22479191,22479191,22479191,22479191,22479191,22479191,22479191,22479191,4294836567,37880151,22479191,67896332,67896332,67896332,67896332,67896332,67895390,6161420,67896332,67896332,67896332,67896332,67896332,67896332,67896332,67896332,67896332,67896332,67895988,67896332,45941772,67896332,67897083,67896332,119014412,67896332,67896332,67896332,67896332,67896332,67896332,67896332,67896332,67896332,67896332,67896332,67896332,67896332,67896332,67896332,67896332,67896332,67896332,67896332,67896332,67896332,67896332,67896322,67896332,67896639,67896332,67896332,67896332,67896332,67896332,67896332,67896332,67896332,67896332,67896332,67896332,67896332,4294837260,119079948,67896332,69338146,69338146,69338146,69338146,69338146,69337122,2229282,69338146,69338146,69338146,69338146,69338146,69338146,69338146,69338146,69338146,69338146,69338118,69338146,68617250,69338146,69338906,69338146,67961890,69338146,69338146,69338146,69338146,69338146,69338146,69338146,69338146,69338146,69338146,69338146,69338146,69338146,69338146,69338146,69338146,69338146,69338146,69338146,69338146,69338146,69338146,69338121,69338146,69338907,69338146,69338146,69338146,69338146,69338146,69338146,69338146,69338146,69338146,69338146,69338146,69338146,4294837282,118686754,69338146,14352603,14352603,14352603,14352603,14352603,14417919,4294901979,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352447,14352603,9634011,14352603,14352603,14352603,14352603,119277340,119277340,119277340,119277340,119277340,14352603,14352603,14352603,119275739,119277340,119277340,14354204,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352730,14352603,119275867,119277340,119277340,14354204,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,22741339,22741339,22741339,22741339,22741339,22741026,2228571,22741339,22741339,22741339,22741339,22741339,22741339,22741339,22741339,22741339,22741339,22741493,22741339,22479195,22741339,22741339,22741339,38076763,119342877,119342877,119342877,119342877,119342877,22741339,22741339,22741339,119341403,119342877,119342877,22742813,22741339,22741339,22741339,22741339,22741339,22741339,22741339,22741339,22741339,22741339,22741574,22741339,119341639,119342877,119342877,22742813,22741339,22741339,22741339,22741339,22741339,22741339,22741339,22741339,22741339,4294836571,4391259,22741339,38208071,38208071,38208071,38208071,38208071,38207522,2228807,38208071,38208071,38208071,38208071,38208071,38208071,38208071,38208071,38208071,38208071,38207989,38208071,37552711,38208071,38209310,38208071,68485703,38208071,38208071,38208071,38208071,38208071,38208071,38208071,38208071,38208071,38208071,38208071,38208071,38208071,38208071,38208071,38208071,38208071,38208071,38208071,38208071,38208071,38208071,38208510,38208071,38207835,38208071,38208071,38208071,38208071,38208071,38208071,38208071,38208071,38208071,38208071,38208071,38208071,4294836807,68289095,38208071,4325442,4325442,4325442,4325442,4325442,4390911,4294901826,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4390911,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325722,4325442,4325473,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,48562917,48562917,48562917,48562917,48562917,48562379,13304549,48562917,48562917,48562917,48562917,48562917,48562917,48562917,48562917,48562917,48562917,48562442,48562917,62784229,48562917,48563514,48562917,119472869,48562917,48562917,48562917,48562917,48562917,48562917,48562917,48562917,48562917,48562917,48562917,48562917,48562917,48562917,48562917,48562917,48562917,48562917,48562917,48562917,48562917,48562917,48563516,48562917,48562600,48562917,48562917,48562917,48562917,48562917,48562917,48562917,48562917,48562917,48562917,48562917,48562917,4294836965,14549733,48562917,22806876,22806876,22806876,22806876,22806876,22806622,6160732,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806656,22806876,26739036,22806876,22807112,22806876,38338908,119539488,119539488,119539488,119539488,119539488,22806876,22806876,22806876,119538012,119539488,119539488,22808352,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22807114,22806876,119538088,119539488,119539488,22808352,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806876,4294836572,38469980,22806876,38601293,38601293,38601293,38601293,38601293,38600738,2228813,38601293,38601293,38601293,38601293,38601293,38601293,38601293,38601293,38601293,38601293,38600903,38601293,38601293,38601293,38602529,38601293,68485709,38601293,38601293,38601293,38601293,38601293,38601293,38601293,38601293,38601293,38601293,38601293,38601293,38601293,38601293,38601293,38601293,38601293,38601293,38601293,38601293,38601293,38601293,38601750,38601293,38601751,38601293,38601293,38601293,38601293,38601293,38601293,38601293,38601293,38601293,38601293,38601293,38601293,4294836813,68682317,38601293,119670562,119670562,119670562,119670562,119670562,119669309,37553954,119670562,119670562,119670562,119670562,119670562,119670562,119670562,119670562,119670562,119670562,119670563,119670562,119670562,119670562,119670562,119670562,116918050,119670562,119670562,119670562,119670562,119670562,119670562,119670562,119670562,119670562,119670562,119670562,119670562,119670562,119670562,119670562,119670562,119670562,119670562,119670562,119670562,119670562,119670562,119670564,119670562,119670562,119670562,119670562,119670562,119670562,119670562,119670562,119670562,119670562,119670562,119867170,119670562,119670562,4294838050,119932706,119670562,68617239,68617239,68617239,68617239,68617239,68616226,2229271,68617239,68617239,68617239,68617239,68617239,68617239,68617239,68617239,68617239,68617239,68617991,68617239,69338135,68617239,68617239,68617239,119997463,68617239,68617239,68617239,68617239,68617239,68617239,68617239,68617239,68617239,68617239,68617239,68617239,68617239,68617239,68617239,68617239,68617239,68617239,68617239,68617239,68617239,68617239,68618024,68617239,68618025,68617239,68617239,68617239,68617239,68617239,68617239,68617239,68617239,68617239,68617239,68617239,68617239,4294837271,4391959,68617239,38535756,38535756,38535756,38535756,38535756,38535202,2228812,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535304,38535756,38601292,38535756,38535756,38535756,22872652,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38536214,38535756,38535760,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,4294836812,38863436,38535756,68748313,68748313,68748313,68748313,68748313,68747467,13304857,68748313,68748313,68748313,68748313,68748313,68748313,68748313,68748313,68748313,68748313,68747580,68748313,68748313,68748313,68749098,68748313,120259609,68748313,68748313,68748313,68748313,68748313,68748313,68748313,68748313,68748313,68748313,68748313,68748313,68748313,68748313,68748313,68748313,68748313,68748313,68748313,68748313,68748313,68748313,68749100,68748313,68749101,68748313,68748313,68748313,68748313,68748313,68748313,68748313,68748313,68748313,68748313,68748313,68748313,4294837273,68682777,68748313,38666830,38666830,38666830,38666830,38666830,38666443,13304398,38666830,38666830,38666830,38666830,38666830,38666830,38666830,38666830,38666830,38666830,38666444,38666830,68747854,38666830,38668078,38666830,68878926,38666830,38666830,38666830,38666830,38666830,38666830,38666830,38666830,38666830,38666830,38666830,38666830,38666830,38666830,38666830,38666830,38666830,38666830,38666830,38666830,38666830,38666830,38667292,38666830,38667293,38666830,38666830,38666830,38666830,38666830,38666830,38666830,38666830,38666830,38666830,38666830,38666830,4294836814,38863438,38666830,38666830,38666830,38666830,38666830,38666830,38666981,48562766,38666830,38666830,38666830,38666830,38666830,38666830,38666830,38666830,38666830,38666830,38668079,38666830,68747854,38666830,38667290,38666830,68878926,38666830,38666830,38666830,38666830,38666830,38666830,38666830,38666830,38666830,38666830,38666830,38666830,38666830,38666830,38666830,38666830,38666830,38666830,38666830,38666830,38666830,38666830,38668080,38666830,38666830,38666830,38666830,38666830,38666830,38666830,38666830,38666830,38666830,38666830,120652366,38666830,38666830,4294836814,38863438,38666830,69010461,69010461,69010461,69010461,69010461,69009611,13304861,69010461,69010461,69010461,69010461,69010461,69010461,69010461,69010461,69010461,69010461,69011250,69010461,119145501,69010461,69011251,69010461,120849437,69010461,69010461,69010461,69010461,69010461,69010461,69010461,69010461,69010461,69010461,69010461,69010461,69010461,69010461,69010461,69010461,69010461,69010461,69010461,69010461,69010461,69010461,69011253,69010461,69011254,69010461,69010461,69010461,69010461,69010461,69010461,69010461,69010461,69010461,69010461,69010461,69010461,4294837277,4391965,69010461,121046839,121046839,121046839,121046839,121046839,121045026,2230071,121046839,121046839,121046839,121046839,121046839,121046839,121046839,121046839,121046839,121046839,121045186,121046839,121112375,121046839,121046839,121046839,121177911,121046839,121046839,121046839,121046839,121046839,121046839,121046839,121046839,121046839,121046839,121046839,121046839,121046839,121046839,121046839,121046839,121046839,121046839,121046839,121046839,121046839,121046839,121046842,121046839,121046843,121046839,121046839,121046839,121046839,121046839,121046839,121046839,121046839,121046839,121046839,121046839,121046839,4294838071,121374519,121046839,38535756,38535756,38535756,38535756,38535756,38535202,2228812,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535304,38535756,38601292,38535756,38535756,38535756,22872652,121440061,121440061,121440061,121440061,121440061,38535756,38535756,38535756,121438796,121440061,121440061,38537021,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535759,38535756,121438800,121440061,121440061,38537021,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,4294836812,38863436,38535756,121505598,121505598,121505598,121505598,121505598,121503778,2230078,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505599,121505598,121636670,121505598,121505598,121505598,98567998,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505601,121505598,121505602,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,4294838078,121833278,121505598,69338146,69338146,69338146,69338146,69338146,69337122,2229282,69338146,69338146,69338146,69338146,69338146,69338146,69338146,69338146,69338146,69338146,69338118,69338146,68617250,69338146,69338146,69338146,67961890,69338146,69338146,69338146,69338146,69338146,69338146,69338146,69338146,69338146,69338146,69338146,69338146,69338146,69338146,69338146,69338146,69338146,69338146,69338146,69338146,69338146,69338146,69338121,69338146,69338907,69338146,69338146,69338146,69338146,69338146,69338146,69338146,69338146,69338146,69338146,69338146,69338146,4294837282,118686754,69338146,38797904,38797904,38797904,38797904,38797904,38797346,2228816,38797904,38797904,38797904,38797904,38797904,38797904,38797904,38797904,38797904,38797904,38798369,38797904,69337680,38797904,38798631,38797904,13828688,38797904,38797904,38797904,38797904,38797904,38797904,38797904,38797904,38797904,38797904,38797904,38797904,38797904,38797904,38797904,38797904,38797904,38797904,38797904,38797904,38797904,38797904,38798372,38797904,38798373,38797904,38797904,38797904,38797904,38797904,38797904,38797904,38797904,38797904,38797904,38797904,38797904,4294836816,4391504,38797904,38797904,38797904,38797904,38797904,38797904,38797409,6357584,38797904,38797904,38797904,38797904,38797904,38797904,38797904,38797904,38797904,38797904,38799172,38797904,68616784,38797904,38797904,38797904,121963088,38797904,38797904,38797904,38797904,38797904,38797904,38797904,38797904,38797904,38797904,38797904,38797904,38797904,38797904,38797904,38797904,38797904,38797904,38797904,38797904,38797904,38797904,38799174,38797904,38797904,38797904,38797904,38797904,38797904,38797904,38797904,38797904,38797904,38797904,122094160,38797904,38797904,4294836816,122159696,38797904,69534757,69534757,69534757,69534757,69534757,69533730,2229285,69534757,69534757,69534757,69534757,69534757,69534757,69534757,69534757,69534757,69534757,69534753,69534757,119669797,69534757,69534757,69534757,122225701,69534757,69534757,69534757,69534757,69534757,69534757,69534757,69534757,69534757,69534757,69534757,69534757,69534757,69534757,69534757,69534757,69534757,69534757,69534757,69534757,69534757,69534757,69535562,69534757,69534288,69534757,69534757,69534757,69534757,69534757,69534757,69534757,69534757,69534757,69534757,69534757,69534757,4294837285,14550053,69534757,9633939,9633939,9633939,9633939,9633939,9633826,2228371,9633939,9633939,9633939,9633939,9633939,9633939,9633939,9633939,9633939,9633939,9633854,9633939,14352531,9633939,9633939,9633939,14418067,122357579,122357579,122357579,122357579,122357579,9633939,9633939,9633939,122355859,122357579,122357579,9635659,9633939,9633939,9633939,9633939,9633939,9633939,9633939,9633939,9633939,9633939,9634013,9633939,122355809,122357579,122357579,9635659,9633939,9633939,9633939,9633939,9633939,9633939,9633939,9633939,9633939,4294836371,14549139,9633939,4294967295,4294967295,4294967295,4294967295,69730303,4294902823,69665831,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294902823,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,4294967295,69795839,4294967295,4294967295,70452275,70452275,70452275,70452275,70452275,70452276,70517811,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70453068,70452275,70648883,70452275,70452275,70452275,70714419,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452280,70452275,70452281,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,4294837299,70911027,70452275,122488653,122488653,122488653,122488653,122488653,122487027,15927117,122488653,122488653,122488653,122488653,122488653,122488653,122488653,122488653,122488653,122488653,122488654,122488653,122619725,122488653,122488653,122488653,122685261,122488653,122488653,122488653,122488653,122488653,122488653,122488653,122488653,122488653,122488653,122488653,122488653,122488653,122488653,122488653,122488653,122488653,122488653,122488653,122488653,122488653,122488653,122488657,122488653,122488658,122488653,122488653,122488653,122488653,122488653,122488653,122488653,122488653,122488653,122488653,122488653,122488653,4294838093,122881869,122488653,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23856980,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855708,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23856981,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855708,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855707,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855708,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,123076972,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855707,23855468,23855468,23855468,23855468,23855468,23855468,123144023,123144023,123144023,123144023,123144023,23855468,23855468,23855468,123142508,123144023,123144023,23856983,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855708,23855468,123142508,123144023,123144023,23856983,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70518616,70517812,123274292,70517812,70517812,70517812,123339828,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70518619,70517812,70518620,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,4294837300,123536436,70517812,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272433,11272364,11272364,11272364,11272364,11272364,11272364,123602782,123602782,123602782,123602782,123602782,11272364,11272364,11272364,123601068,123602782,123602782,11274078,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272434,11272364,123601068,123602782,123602782,11274078,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272433,11272364,11272364,11272364,11272364,11272364,11272364,123668319,123668319,123668319,123668319,123668319,11272364,11272364,11272364,123666604,123668319,123668319,11274079,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272434,11272364,123666604,123668319,123668319,11274079,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,70452275,70452275,70452275,70452275,70452275,70452276,70517811,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70453088,70452275,70648883,70452275,70452275,70452275,70714419,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452280,70452275,70452281,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,4294837299,70911027,70452275,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70518625,70517812,123274292,70517812,70517812,70517812,123339828,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70518619,70517812,70518620,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,4294837300,123536436,70517812,123864930,123864930,123864930,123864930,123864930,123863283,15927138,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864931,123864930,123996002,123864930,123864930,123864930,124061538,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864934,123864930,123864935,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,4294838114,4392802,123864930,70648886,70648886,70648886,70648886,70648886,70647980,11273270,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70649704,70648886,70452278,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70649705,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70452275,70452275,70452275,70452275,70452275,70452276,70517811,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70453088,70452275,70648883,70452275,70453098,70452275,124453939,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452280,70452275,70452281,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,4294837299,70911027,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70453100,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70453101,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,124650547,70452275,70452275,70452275,70452275,70452275,70845497,70845497,70845497,70845497,70845497,70844588,11273273,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70844656,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70846319,70845497,70846320,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,124847985,124847985,124847985,124847985,124847985,124846323,15927153,124847985,124847985,124847985,124847985,124847985,124847985,124847985,124847985,124847985,124847985,124847986,124847985,124979057,124847985,124847985,124847985,125044593,124847985,124847985,124847985,124847985,124847985,124847985,124847985,124847985,124847985,124847985,124847985,124847985,124847985,124847985,124847985,124847985,124847985,124847985,124847985,124847985,124847985,124847985,124847989,124847985,124846713,124847985,124847985,124847985,124847985,124847985,124847985,124847985,124847985,124847985,124847985,124847985,124847985,4294838129,125175665,124847985,39977570,39977570,39977570,39977570,39977570,39977324,23855714,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39978871,39977570,41747042,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39978045,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39978872,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39978873,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,125436514,39977570,39977570,39977570,39977570,39977570,16056565,16056565,16056565,16056565,16056565,16056492,11272437,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16058235,16056565,15925493,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056691,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056492,11272437,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056690,16056565,15925493,16056565,16056565,16056565,16056565,125568892,125568892,125568892,125568892,125568892,16056565,16056565,16056565,125567221,125568892,125568892,16058236,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056691,16056565,125567221,125568892,125568892,16058236,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056492,11272437,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056690,16056565,15925493,16056565,16056565,16056565,16056565,125634429,125634429,125634429,125634429,125634429,16056565,16056565,16056565,125632757,125634429,125634429,16058237,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056691,16056565,125632757,125634429,125634429,16058237,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24381310,24379764,40305012,24379764,24380008,24379764,40436084,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24380010,24379764,24380011,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,4294836596,8782196,24379764,40305255,40305255,40305255,40305255,40305255,40305032,25690727,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40306559,40305255,24380007,40305255,40305731,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305732,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305032,25690727,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305730,40305255,24380007,40305255,40305731,40305255,125829735,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305732,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40306561,40305255,40305255,40305255,40305731,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40306562,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,126026343,40305255,40305255,40305255,40305255,40305255,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72419204,72418385,126157905,72418385,72419206,72418385,126288977,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72419208,72418385,72419209,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,4294837329,4392017,72418385,126486410,126486410,126486410,126486410,126486410,126484852,24381322,126486410,126486410,126486410,126486410,126486410,126486410,126486410,126486410,126486410,126486410,126486411,126486410,126617482,126486410,126486413,126486410,71698314,126486410,126486410,126486410,126486410,126486410,126486410,126486410,126486410,126486410,126486410,126486410,126486410,126486410,126486410,126486410,126486410,126486410,126486410,126486410,126486410,126486410,126486410,126486414,126486410,126486415,126486410,126486410,126486410,126486410,126486410,126486410,126486410,126486410,126486410,126486410,126486410,126486410,4294838154,18220938,126486410,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24381328,24379764,40305012,24379764,24380008,24379764,40436084,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24380010,24379764,24380011,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,4294836596,8782196,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24380006,24379764,40305012,24379764,24380008,24379764,40436084,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24380010,24379764,24380011,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,126943604,24379764,24379764,4294836596,8782196,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24380006,24379764,40305012,24379764,24380008,24379764,40436084,127010706,127010706,127010706,127010706,127010706,24379764,24379764,24379764,127009140,127010706,127010706,24381330,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24380010,24379764,127009387,127010706,127010706,24381330,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,4294836596,8782196,24379764,40567403,40567403,40567403,40567403,40567403,40567176,25690731,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567449,40567403,40567403,40567403,40567882,40567403,127074923,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567883,40567403,40567884,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40568724,40567403,40567403,40567403,40567882,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40568725,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,127271531,40567403,40567403,40567403,40567403,40567403,72090700,72090700,72090700,72090700,72090700,72089972,24380492,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090214,72090700,127337548,72090700,72091544,72090700,127468620,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72091546,72090700,72091547,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,4294837324,8782924,72090700,29950409,29950409,29950409,29950409,29950409,29950195,15925705,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29951900,29950409,30081481,29950409,29950409,29950409,30147017,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950413,29950409,29950414,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,4294836681,9241033,29950409,40764014,40764014,40764014,40764014,40764014,40763635,15925870,40764014,40764014,40764014,40764014,40764014,40764014,40764014,40764014,40764014,40764014,40764195,40764014,40764014,40764014,40765341,40764014,72221294,40764014,40764014,40764014,40764014,40764014,40764014,40764014,40764014,40764014,40764014,40764014,40764014,40764014,40764014,40764014,40764014,40764014,40764014,40764014,40764014,40764014,40764014,40764495,40764014,40764496,40764014,40764014,40764014,40764014,40764014,40764014,40764014,40764014,40764014,40764014,40764014,40764014,4294836846,9241198,40764014,40764014,40764014,40764014,40764014,40764014,40765299,124977774,40764014,40764014,40764014,40764014,40764014,40764014,40764014,40764014,40764014,40764014,40764823,40764014,40764014,40764014,40764014,40764014,72221294,40764014,40764014,40764014,40764014,40764014,40764014,40764014,40764014,40764014,40764014,40764014,40764014,40764014,40764014,40764014,40764014,40764014,40764014,40764014,40764014,40764014,40764014,40765342,40764014,40764496,40764014,40764014,40764014,40764014,40764014,40764014,40764014,40764014,40764014,127861358,40764014,40764014,4294836846,9241198,40764014,72352848,72352848,72352848,72352848,72352848,72351987,15926352,72352848,72352848,72352848,72352848,72352848,72352848,72352848,72352848,72352848,72352848,72352547,72352848,73008208,72352848,72352848,72352848,127927376,72352848,72352848,72352848,72352848,72352848,72352848,72352848,72352848,72352848,72352848,72352848,72352848,72352848,72352848,72352848,72352848,72352848,72352848,72352848,72352848,72352848,72352848,72353697,72352848,72352848,72352848,72352848,72352848,72352848,72352848,72352848,72352848,72352848,72352848,72352848,72352848,72352848,4294837328,9241680,72352848,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72419204,72418385,126157905,72418385,72419206,72418385,128058449,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72419208,72418385,72419209,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,4294837329,4392017,72418385,128124835,128124835,128124835,128124835,128124835,128123985,72419235,128124835,128124835,128124835,128124835,128124835,128124835,128124835,128124835,128124835,128124835,128124836,128124835,128255907,128124835,128124838,128124835,128386979,128124835,128124835,128124835,128124835,128124835,128124835,128124835,128124835,128124835,128124835,128124835,128124835,128124835,128124835,128124835,128124835,128124835,128124835,128124835,128124835,128124835,128124835,128124840,128124835,128124841,128124835,128124835,128124835,128124835,128124835,128124835,128124835,128124835,128124835,128124835,128124835,128124835,4294838179,9242531,128124835,72549459,72549459,72549459,72549459,72549459,72549457,72418387,72549459,72549459,72549459,72549459,72549459,72549459,72549459,72549459,72549459,72549459,72550314,72549459,72549459,72549459,72550315,72549459,128713811,72549459,72549459,72549459,72549459,72549459,72549459,72549459,72549459,72549459,72549459,72549459,72549459,72549459,72549459,72549459,72549459,72549459,72549459,72549459,72549459,72549459,72549459,72550317,72549459,72550318,72549459,72549459,72549459,72549459,72549459,72549459,72549459,72549459,72549459,72549459,72549459,72549459,4294837331,9241683,72549459,40829551,40829551,40829551,40829551,40829551,40830033,72417903,40829551,40829551,40829551,40829551,40829551,40829551,40829551,40829551,40829551,40829551,40830034,40829551,72548975,40829551,40830895,40829551,72680047,40829551,40829551,40829551,40829551,40829551,40829551,40829551,40829551,40829551,40829551,40829551,40829551,40829551,40829551,40829551,40829551,40829551,40829551,40829551,40829551,40829551,40829551,40830038,40829551,40830039,40829551,40829551,40829551,40829551,40829551,40829551,40829551,40829551,40829551,40829551,40829551,40829551,4294836847,9241199,40829551,40829551,40829551,40829551,40829551,40829551,40830033,72417903,40829551,40829551,40829551,40829551,40829551,40829551,40829551,40829551,40829551,40829551,40830896,40829551,72548975,40829551,40830036,40829551,72680047,40829551,40829551,40829551,40829551,40829551,40829551,40829551,40829551,40829551,40829551,40829551,40829551,40829551,40829551,40829551,40829551,40829551,40829551,40829551,40829551,40829551,40829551,40830897,40829551,40830039,40829551,40829551,40829551,40829551,40829551,40829551,40829551,40829551,40829551,129106543,40829551,40829551,4294836847,9241199,40829551,72811607,72811607,72811607,72811607,72811607,72811601,72418391,72811607,72811607,72811607,72811607,72811607,72811607,72811607,72811607,72811607,72811607,72811602,72811607,129172567,72811607,72812468,72811607,129303639,72811607,72811607,72811607,72811607,72811607,72811607,72811607,72811607,72811607,72811607,72811607,72811607,72811607,72811607,72811607,72811607,72811607,72811607,72811607,72811607,72811607,72811607,72812470,72811607,72811607,72811607,72811607,72811607,72811607,72811607,72811607,72811607,72811607,72811607,72811607,72811607,72811607,4294837335,9241687,72811607,40632940,40632940,40632940,40632940,40632940,40632563,15925868,40632940,40632940,40632940,40632940,40632940,40632940,40632940,40632940,40632940,40632940,40632941,40632940,40764012,40632940,40632940,40632940,24445548,40632940,40632940,40632940,40632940,40632940,40632940,40632940,40632940,40632940,40632940,40632940,40632940,40632940,40632940,40632940,40632940,40632940,40632940,40632940,40632940,40632940,40632940,40632944,40632940,40632945,40632940,40632940,40632940,40632940,40632940,40632940,40632940,40632940,40632940,129434220,40632940,40632940,4294836844,9241196,40632940,40632940,40632940,40632940,40632940,40632940,40632563,15925868,40632940,40632940,40632940,40632940,40632940,40632940,40632940,40632940,40632940,40632940,40632941,40632940,40764012,40632940,40632940,40632940,24445548,129501112,129501112,129501112,129501112,129501112,40632940,40632940,40632940,129499756,129501112,129501112,40634296,40632940,40632940,40632940,40632940,40632940,40632940,40632940,40632940,40632940,40632940,40632944,40632940,129499761,129501112,129501112,40634296,40632940,40632940,40632940,40632940,40632940,40632940,40632940,40632940,40632940,4294836844,9241196,40632940,73008218,73008218,73008218,73008218,73008218,73007347,15926362,73008218,73008218,73008218,73008218,73008218,73008218,73008218,73008218,73008218,73008218,73007907,73008218,73008218,73008218,73008218,73008218,129565786,73008218,73008218,73008218,73008218,73008218,73008218,73008218,73008218,73008218,73008218,73008218,73008218,73008218,73008218,73008218,73008218,73008218,73008218,73008218,73008218,73008218,73008218,73009082,73008218,73008208,73008218,73008218,73008218,73008218,73008218,73008218,73008218,73008218,73008218,73008218,73008218,73008218,4294837338,9241690,73008218,40960625,40960625,40960625,40960625,40960625,40960243,15925873,40960625,40960625,40960625,40960625,40960625,40960625,40960625,40960625,40960625,40960625,40960621,40960625,73007729,40960625,40961979,40960625,73073265,40960625,40960625,40960625,40960625,40960625,40960625,40960625,40960625,40960625,40960625,40960625,40960625,40960625,40960625,40960625,40960625,40960625,40960625,40960625,40960625,40960625,40960625,40961116,40960625,40960625,40960625,40960625,40960625,40960625,40960625,40960625,40960625,40960625,40960625,40960625,40960625,40960625,4294836849,9241201,40960625,40960625,40960625,40960625,40960625,40960625,40960378,24773233,40960625,40960625,40960625,40960625,40960625,40960625,40960625,40960625,40960625,40960625,40961454,40960625,73007729,40960625,40960625,40960625,73073265,40960625,40960625,40960625,40960625,40960625,40960625,40960625,40960625,40960625,40960625,40960625,40960625,40960625,40960625,40960625,40960625,40960625,40960625,40960625,40960625,40960625,40960625,40961980,40960625,40960625,40960625,40960625,40960625,40960625,40960625,40960625,40960625,40960625,40960625,129827441,40960625,40960625,4294836849,9241201,40960625,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925616,15925491,16056563,15925491,15925491,15925491,16122099,129894334,129894334,129894334,129894334,129894334,15925491,15925491,15925491,129892595,129894334,129894334,15927230,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925495,15925491,129892600,129894334,129894334,15927230,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,4294836467,4391155,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925616,15925491,16056563,15925491,15925491,15925491,16122099,129959871,129959871,129959871,129959871,129959871,15925491,15925491,15925491,129958131,129959871,129959871,15927231,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925495,15925491,129958136,129959871,129959871,15927231,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,4294836467,4391155,15925491,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41224128,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41224129,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,130155125,41222773,41222773,41222773,41222773,41222773,73401440,73401440,73401440,73401440,73401440,73400957,41747552,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73401452,73401440,130221152,73401440,73401440,73401440,130286688,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73402309,73401440,73402310,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73401440,4294837344,16778336,73401440,16253176,16253176,16253176,16253176,16253176,16253100,11272440,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253169,16253176,16253176,16253176,16253176,16253176,16253176,130484167,130484167,130484167,130484167,130484167,16253176,16253176,16253176,130482424,130484167,130484167,16254919,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253305,16253176,130482554,130484167,130484167,16254919,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253100,11272440,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253169,16253176,16253176,16253176,16253176,16253176,16253176,130549704,130549704,130549704,130549704,130549704,16253176,16253176,16253176,130547960,130549704,130549704,16254920,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253305,16253176,130548090,130549704,130549704,16254920,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41486281,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41486282,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,130744953,41484921,41484921,41484921,41484921,41484921,73663588,73663588,73663588,73663588,73663588,73662707,15926372,73663588,73663588,73663588,73663588,73663588,73663588,73663588,73663588,73663588,73663588,73664460,73663588,130876516,73663588,73663588,73663588,130942052,73663588,73663588,73663588,73663588,73663588,73663588,73663588,73663588,73663588,73663588,73663588,73663588,73663588,73663588,73663588,73663588,73663588,73663588,73663588,73663588,73663588,73663588,73664463,73663588,73664464,73663588,73663588,73663588,73663588,73663588,73663588,73663588,73663588,73663588,73663588,73663588,73663588,4294837348,131138660,73663588,24772986,24772986,24772986,24772986,24772986,24772851,15925626,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24773234,24772986,41484666,24772986,24772986,24772986,41550202,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24773243,24772986,24773244,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,4294836602,4391290,24772986,24772986,24772986,24772986,24772986,24772986,24772851,15925626,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772976,24772986,41484666,24772986,24772986,24772986,41550202,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24773243,24772986,24773244,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,131203450,24772986,24772986,4294836602,4391290,24772986,24772986,24772986,24772986,24772986,24772986,24772851,15925626,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772976,24772986,41484666,24772986,24772986,24772986,41550202,131270611,131270611,131270611,131270611,131270611,24772986,24772986,24772986,131268986,131270611,131270611,24774611,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24773243,24772986,131269244,131270611,131270611,24774611,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,4294836602,4391290,24772986,73925736,73925736,73925736,73925736,73925736,73924780,11273320,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73924978,73925736,41682024,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73926612,73925736,73926613,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73925736,41681532,41681532,41681532,41681532,41681532,41681139,15925884,41681532,41681532,41681532,41681532,41681532,41681532,41681532,41681532,41681532,41681532,41681264,41681532,73925244,41681532,41682902,41681532,131531388,41681532,41681532,41681532,41681532,41681532,41681532,41681532,41681532,41681532,41681532,41681532,41681532,41681532,41681532,41681532,41681532,41681532,41681532,41681532,41681532,41681532,41681532,41682026,41681532,41681274,41681532,41681532,41681532,41681532,41681532,41681532,41681532,41681532,41681532,41681532,41681532,41681532,4294836860,74121852,41681532,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598297,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598298,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131794904,131598296,131598296,131598296,131598296,131598296,4325442,4325442,4325442,4325442,4325442,4390911,4294901826,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4390911,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4327388,4325442,4325473,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41748445,41747069,39977597,41747069,41747069,41747069,41878141,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747072,41747069,41747061,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,4294836861,16777853,41747069,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74319838,74318958,132056174,74318958,74319840,74318958,132187246,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74319842,74318958,74319843,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,4294837358,42861678,74318958,132384740,132384740,132384740,132384740,132384740,132383357,41748452,132384740,132384740,132384740,132384740,132384740,132384740,132384740,132384740,132384740,132384740,132384741,132384740,132515812,132384740,132384743,132384740,74385380,132384740,132384740,132384740,132384740,132384740,132384740,132384740,132384740,132384740,132384740,132384740,132384740,132384740,132384740,132384740,132384740,132384740,132384740,132384740,132384740,132384740,132384740,132384744,132384740,132384745,132384740,132384740,132384740,132384740,132384740,132384740,132384740,132384740,132384740,132384740,132384740,132384740,4294838244,43321316,132384740,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41748458,41747069,39977597,41747069,41747069,41747069,41878141,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747072,41747069,41747061,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,4294836861,16777853,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747564,41747069,39977597,41747069,41747069,41747069,41878141,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747072,41747069,41747061,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,132842109,41747069,41747069,4294836861,16777853,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747564,41747069,39977597,41747069,41747069,41747069,41878141,132909036,132909036,132909036,132909036,132909036,41747069,41747069,41747069,132907645,132909036,132909036,41748460,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747072,41747069,132907637,132909036,132909036,41748460,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,4294836861,16777853,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41748461,41747069,39977597,41747069,41747069,41747069,41878141,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747072,41747069,41747061,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,4294836861,16777853,41747069,16318713,16318713,16318713,16318713,16318713,16318828,23855353,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318843,16318713,16318713,16318713,16318713,16318713,16318713,133040110,133040110,133040110,133040110,133040110,16318713,16318713,16318713,133038329,133040110,133040110,16320494,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318844,16318713,133038329,133040110,133040110,16320494,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318828,23855353,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318843,16318713,16318713,16318713,16318713,16318713,16318713,133105647,133105647,133105647,133105647,133105647,16318713,16318713,16318713,133103865,133105647,133105647,16320495,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318844,16318713,133103865,133105647,133105647,16320495,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,123864930,123864930,123864930,123864930,123864930,123863283,15927138,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123865072,123864930,123996002,123864930,123864930,123864930,124061538,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864934,123864930,123864935,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,4294838114,4392802,123864930,11206827,11206827,11206827,11206827,11206827,11206828,11272363,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206896,11206827,11206827,11206827,11206827,11206827,11206827,133236721,133236721,133236721,133236721,133236721,11206827,11206827,11206827,133234859,133236721,133236721,11208689,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206830,11206827,133234859,133236721,133236721,11208689,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41748466,41747069,39977597,41747069,41747069,41747069,41878141,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747072,41747069,41747061,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,4294836861,16777853,41747069,75105402,75105402,75105402,75105402,75105402,75105403,75170938,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75104641,75105402,75105402,75105402,75105405,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105406,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25233395,25231745,42533249,25231745,25232010,25231745,42664321,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25232012,25231745,25232013,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,25231745,4294836609,42860929,25231745,75105402,75105402,75105402,75105402,75105402,75105403,75170938,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75104641,75105402,75105402,75105402,75105405,75105402,133432442,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105406,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105405,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,133497978,75105402,75105402,75105402,75105402,75105402,42533513,42533513,42533513,42533513,42533513,42534011,75170441,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,25232009,42533513,42534015,42533513,133563017,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42534016,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42534015,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,133628553,42533513,42533513,42533513,42533513,42533513,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76548088,76547216,133760144,76547216,76548090,76547216,133891216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76548092,76547216,76548093,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,4294837392,16778384,76547216,134088702,134088702,134088702,134088702,134088702,134087041,25233406,134088702,134088702,134088702,134088702,134088702,134088702,134088702,134088702,134088702,134088702,134088703,134088702,134219774,134088702,134088705,134088702,75630590,134088702,134088702,134088702,134088702,134088702,134088702,134088702,134088702,134088702,134088702,134088702,134088702,134088702,134088702,134088702,134088702,134088702,134088702,134088702,134088702,134088702,134088702,134088706,134088702,134088707,134088702,134088702,134088702,134088702,134088702,134088702,134088702,134088702,134088702,134088702,134088702,134088702,4294838270,134481918,134088702,42795661,42795661,42795661,42795661,42795661,42796155,75170445,42795661,42795661,42795661,42795661,42795661,42795661,42795661,42795661,42795661,42795661,42796155,42795661,42795661,42795661,42796163,42795661,134546061,42795661,42795661,42795661,42795661,42795661,42795661,42795661,42795661,42795661,42795661,42795661,42795661,42795661,42795661,42795661,42795661,42795661,42795661,42795661,42795661,42795661,42795661,42796164,42795661,42795569,42795661,42795661,42795661,42795661,42795661,42795661,42795661,42795661,42795661,42795661,42795661,42795661,42795661,42795661,42795661,42795661,42795661,42795661,42795661,42795661,42795661,42795661,42795661,42795661,42795661,42795661,42795661,42795661,42795661,42795661,42795661,42795661,42795661,42795661,42795661,42795661,42796163,42795661,42795661,42795661,42795661,42795661,42795661,42795661,42795661,42795661,42795661,42795661,42795661,42795661,42795661,42795661,42795661,42795661,42795661,42795661,42795661,42795661,42795661,42795661,42795661,42795661,42795661,42795661,42795661,42795661,42795661,42795661,42795661,42795661,42795661,42795661,42795661,134611597,42795661,42795661,42795661,42795661,42795661,75170939,75170939,75170939,75170939,75170939,75170939,75170939,75170939,75170939,75170939,75170939,75170939,75170939,75170939,75170939,75170939,75170939,75170939,75170939,75170939,75170939,75170949,75170939,76547195,75170939,75170939,75170939,75170939,75170939,75170939,75170939,75170939,75170939,75170939,75170939,75170939,75170939,75170939,75170939,75170939,75170939,75170939,75170939,75170939,75170939,75170939,75170939,75170939,75170939,75170939,75170939,75170939,75170939,75170939,75170939,75170939,75170939,75170939,75170939,75170939,75170939,75170939,75170939,75170939,75891846,75891846,75891846,75891846,75891846,75890863,11469958,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75891344,75891846,76022918,75891846,75891846,75891846,76088454,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75891850,75891846,75891851,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75891846,4294837382,43320454,75891846,75891846,75891846,75891846,75891846,75891846,75890863,11469958,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75892743,75891846,76022918,75891846,75891846,75891846,76088454,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75891850,75891846,75891851,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75891846,4294837382,43320454,75891846,76022920,76022920,76022920,76022920,76022920,76021935,11469960,76022920,76022920,76022920,76022920,76022920,76022920,76022920,76022920,76022920,76022920,76022924,76022920,76022920,76022920,76022920,76022920,134743176,76022920,76022920,76022920,76022920,76022920,76022920,76022920,76022920,76022920,76022920,76022920,76022920,76022920,76022920,76022920,76022920,76022920,76022920,76022920,76022920,76022920,76022920,76023817,76022920,76023818,76022920,76022920,76022920,76022920,76022920,76022920,76022920,76022920,76022920,76022920,76022920,76022920,4294837384,43320456,76022920,75891846,75891846,75891846,75891846,75891846,75890863,11469958,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75891344,75891846,76022918,75891846,75892747,75891846,76088454,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75891850,75891846,75891851,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75891846,4294837382,43320454,75891846,75891846,75891846,75891846,75891846,75891846,75891508,53740678,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75891344,75891846,76022918,75891846,75891846,75891846,76088454,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75892748,75891846,75891851,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75891846,135070854,75891846,75891846,4294837382,43320454,75891846,76219531,76219531,76219531,76219531,76219531,76218543,11469963,76219531,76219531,76219531,76219531,76219531,76219531,76219531,76219531,76219531,76219531,76219024,76219531,135136395,76219531,76219531,76219531,135201931,76219531,76219531,76219531,76219531,76219531,76219531,76219531,76219531,76219531,76219531,76219531,76219531,76219531,76219531,76219531,76219531,76219531,76219531,76219531,76219531,76219531,76219531,76220432,76219531,76219531,76219531,76219531,76219531,76219531,76219531,76219531,76219531,76219531,76219531,76219531,76219531,76219531,4294837387,43320459,76219531,135333905,135333905,135333905,135333905,135333905,135332015,11470865,135333905,135333905,135333905,135333905,135333905,135333905,135333905,135333905,135333905,135333905,135333906,135333905,76023825,135333905,135333905,135333905,135464977,135333905,135333905,135333905,135333905,135333905,135333905,135333905,135333905,135333905,135333905,135333905,135333905,135333905,135333905,135333905,135333905,135333905,135333905,135333905,135333905,135333905,135333905,135333908,135333905,135333909,135333905,135333905,135333905,135333905,135333905,135333905,135333905,135333905,135333905,135333905,135333905,135333905,4294838289,43321361,135333905,43057809,43057809,43057809,43057809,43057809,43057327,11469457,43057809,43057809,43057809,43057809,43057809,43057809,43057809,43057809,43057809,43057809,43058316,43057809,43057809,43057809,43059222,43057809,76350097,43057809,43057809,43057809,43057809,43057809,43057809,43057809,43057809,43057809,43057809,43057809,43057809,43057809,43057809,43057809,43057809,43057809,43057809,43057809,43057809,43057809,43057809,43058318,43057809,43058319,43057809,43057809,43057809,43057809,43057809,43057809,43057809,43057809,43057809,43057809,43057809,43057809,4294836881,43319953,43057809,43057809,43057809,43057809,43057809,43057809,43058029,57475729,43057809,43057809,43057809,43057809,43057809,43057809,43057809,43057809,43057809,43057809,43058316,43057809,43057809,43057809,43057809,43057809,76350097,43057809,43057809,43057809,43057809,43057809,43057809,43057809,43057809,43057809,43057809,43057809,43057809,43057809,43057809,43057809,43057809,43057809,43057809,43057809,43057809,43057809,43057809,43059223,43057809,43058319,43057809,43057809,43057809,43057809,43057809,43057809,43057809,43057809,43057809,135791249,43057809,43057809,4294836881,43319953,43057809,76481679,76481679,76481679,76481679,76481679,76480687,11469967,76481679,76481679,76481679,76481679,76481679,76481679,76481679,76481679,76481679,76481679,76481676,76481679,66192527,76481679,76481679,76481679,135857295,76481679,76481679,76481679,76481679,76481679,76481679,76481679,76481679,76481679,76481679,76481679,76481679,76481679,76481679,76481679,76481679,76481679,76481679,76481679,76481679,76481679,76481679,76482586,76481679,76481679,76481679,76481679,76481679,76481679,76481679,76481679,76481679,76481679,76481679,76481679,76481679,76481679,4294837391,43320463,76481679,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76548088,76547216,133760144,76547216,76548090,76547216,135988368,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76548092,76547216,76548093,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,4294837392,16778384,76547216,136054812,136054812,136054812,136054812,136054812,136053904,76548124,136054812,136054812,136054812,136054812,136054812,136054812,136054812,136054812,136054812,136054812,136054813,136054812,136185884,136054812,136054815,136054812,136316956,136054812,136054812,136054812,136054812,136054812,136054812,136054812,136054812,136054812,136054812,136054812,136054812,136054812,136054812,136054812,136054812,136054812,136054812,136054812,136054812,136054812,136054812,136054817,136054812,136054818,136054812,136054812,136054812,136054812,136054812,136054812,136054812,136054812,136054812,136054812,136054812,136054812,4294838300,43321372,136054812,76678290,76678290,76678290,76678290,76678290,76678288,76547218,76678290,76678290,76678290,76678290,76678290,76678290,76678290,76678290,76678290,76678290,76679203,76678290,76678290,76678290,76679204,76678290,136643730,76678290,76678290,76678290,76678290,76678290,76678290,76678290,76678290,76678290,76678290,76678290,76678290,76678290,76678290,76678290,76678290,76678290,76678290,76678290,76678290,76678290,76678290,76679206,76678290,76679207,76678290,76678290,76678290,76678290,76678290,76678290,76678290,76678290,76678290,76678290,76678290,76678290,4294837394,43320466,76678290,43123346,43123346,43123346,43123346,43123346,43123856,76546706,43123346,43123346,43123346,43123346,43123346,43123346,43123346,43123346,43123346,43123346,43123857,43123346,76677778,43123346,43124776,43123346,76808850,43123346,43123346,43123346,43123346,43123346,43123346,43123346,43123346,43123346,43123346,43123346,43123346,43123346,43123346,43123346,43123346,43123346,43123346,43123346,43123346,43123346,43123346,43123861,43123346,43123862,43123346,43123346,43123346,43123346,43123346,43123346,43123346,43123346,43123346,43123346,43123346,43123346,4294836882,43319954,43123346,76940438,76940438,76940438,76940438,76940438,76940432,76547222,76940438,76940438,76940438,76940438,76940438,76940438,76940438,76940438,76940438,76940438,76940433,76940438,136905878,76940438,76941354,76940438,137036950,76940438,76940438,76940438,76940438,76940438,76940438,76940438,76940438,76940438,76940438,76940438,76940438,76940438,76940438,76940438,76940438,76940438,76940438,76940438,76940438,76940438,76940438,76941356,76940438,76940438,76940438,76940438,76940438,76940438,76940438,76940438,76940438,76940438,76940438,76940438,76940438,76940438,4294837398,43320470,76940438,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25692205,25690504,25690504,25690504,25690778,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690779,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25692206,25690504,25690504,25690504,25690778,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690779,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690777,25690504,25690504,25690504,25690778,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690779,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,137298312,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690777,25690504,25690504,25690504,25690778,25690504,25690504,137365552,137365552,137365552,137365552,137365552,25690504,25690504,25690504,137363848,137365552,137365552,25692208,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690779,25690504,137363848,137365552,137365552,25692208,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24381489,24379764,40305012,24379764,24380008,24379764,40436084,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24380010,24379764,24380011,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,4294836596,8782196,24379764,137496626,137496626,137496626,137496626,137496626,137494900,24381490,137496626,137496626,137496626,137496626,137496626,137496626,137496626,137496626,137496626,137496626,137496627,137496626,137627698,137496626,137496629,137496626,137758770,137496626,137496626,137496626,137496626,137496626,137496626,137496626,137496626,137496626,137496626,137496626,137496626,137496626,137496626,137496626,137496626,137496626,137496626,137496626,137496626,137496626,137496626,137496631,137496626,137496632,137496626,137496626,137496626,137496626,137496626,137496626,137496626,137496626,137496626,137496626,137496626,137496626,4294838322,137955378,137496626,77595808,77595808,77595808,77595808,77595808,77595016,25691296,77595808,77595808,77595808,77595808,77595808,77595808,77595808,77595808,77595808,77595808,77596730,77595808,43844768,77595808,77596731,77595808,77595808,77595808,77595808,77595808,77595808,77595808,77595808,77595808,77595808,77595808,77595808,77595808,77595808,77595808,77595808,77595808,77595808,77595808,77595808,77595808,77595808,77595808,77595808,77596732,77595808,77595808,77595808,77595808,77595808,77595808,77595808,77595808,77595808,77595808,77595808,77595808,77595808,77595808,77595808,77595808,77595808,43844253,43844253,43844253,43844253,43844253,43844689,72417949,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844767,43844253,77595293,43844253,43845693,43844253,94241437,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844771,43844253,43844772,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,4294836893,4391581,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43845694,43844253,43844253,43844253,43844769,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43845695,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,138412701,43844253,43844253,43844253,43844253,43844253,77857956,77857956,77857956,77857956,77857956,77857160,25691300,77857956,77857956,77857956,77857956,77857956,77857956,77857956,77857956,77857956,77857956,77857432,77857956,77857956,77857956,77858881,77857956,77857956,77857956,77857956,77857956,77857956,77857956,77857956,77857956,77857956,77857956,77857956,77857956,77857956,77857956,77857956,77857956,77857956,77857956,77857956,77857956,77857956,77857956,77857956,77858882,77857956,77858883,77857956,77857956,77857956,77857956,77857956,77857956,77857956,77857956,77857956,77857956,77857956,77857956,77857956,77857956,77857956,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24381508,24379764,40305012,24379764,24380008,24379764,40436084,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24380010,24379764,24380011,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,4294836596,8782196,24379764,25624967,25624967,25624967,25624967,25624967,25624968,25690503,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25625240,25624967,25624967,25624967,25624970,25624967,25624967,138741829,138741829,138741829,138741829,138741829,25624967,25624967,25624967,138740103,138741829,138741829,25626693,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624971,25624967,138740103,138741829,138741829,25626693,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624968,25690503,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25625240,25624967,25624967,25624967,25624970,25624967,25624967,138807366,138807366,138807366,138807366,138807366,25624967,25624967,25624967,138805639,138807366,138807366,25626694,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624971,25624967,138805639,138807366,138807366,25626694,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,17170694,17170694,17170694,17170694,17170694,17170635,13304070,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17172551,17170694,26018054,17170694,17170830,17170694,26149126,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170832,17170694,17170833,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,4294836486,4391174,17170694,124389226,124389226,124389226,124389226,124389226,124389448,138938218,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389449,124389226,139069290,124389226,124389451,124389226,139200362,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389453,124389226,124389454,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,4294838122,139396970,124389226,46138048,46138048,46138048,46138048,46138048,46137547,13304512,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138587,46138048,79889088,46138048,46138588,46138048,139461312,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138590,46138048,46138591,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,4294836928,55575232,46138048,44106401,44106401,44106401,44106401,44106401,44105822,6161057,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106920,44106401,44237473,44106401,44106404,44106401,44368545,139528273,139528273,139528273,139528273,139528273,44106401,44106401,44106401,139526817,139528273,139528273,44107857,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106406,44106401,139526823,139528273,139528273,44107857,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,4294836897,44565153,44106401,44499623,44499623,44499623,44499623,44499623,44499125,11862695,44499623,44499623,44499623,44499623,44499623,44499623,44499623,44499623,44499623,44499623,44499147,44499623,44499623,44499623,44500140,44499623,139592359,44499623,44499623,44499623,44499623,44499623,44499623,44499623,44499623,44499623,44499623,44499623,44499623,44499623,44499623,44499623,44499623,44499623,44499623,44499623,44499623,44499623,44499623,44500141,44499623,44500142,44499623,44499623,44499623,44499623,44499623,44499623,44499623,44499623,44499623,44499623,44499623,44499623,44499623,44499623,44499623,81724639,81724639,81724639,81724639,81724639,81724639,81724639,81724639,81724639,81724639,81724639,81724639,81724639,81724639,81724639,81724639,81724639,81724639,81724639,81724639,81724639,81725523,81724639,81724639,81724639,81724639,81724639,81724639,81724639,81724639,81724639,81724639,81724639,81724639,81724639,81724639,81724639,81724639,81724639,81724639,81724639,81724639,81724639,81724639,81724639,81724639,81724639,81724639,81724639,81724639,81724639,81724639,81724639,81724639,81724639,81724639,81724639,81724639,139723999,81724639,81724639,81724639,81724639,81724639,78513326,78513326,78513326,78513326,78513326,78512222,6161582,78513326,78513326,78513326,78513326,78513326,78513326,78513326,78513326,78513326,78513326,78513320,78513326,139789486,78513326,78514262,78513326,139920558,78513326,78513326,78513326,78513326,78513326,78513326,78513326,78513326,78513326,78513326,78513326,78513326,78513326,78513326,78513326,78513326,78513326,78513326,78513326,78513326,78513326,78513326,78514264,78513326,78514265,78513326,78513326,78513326,78513326,78513326,78513326,78513326,78513326,78513326,78513326,78513326,78513326,4294837422,140117166,78513326,78578863,78578863,78578863,78578863,78578863,78577867,13305007,78578863,78578863,78578863,78578863,78578863,78578863,78578863,78578863,78578863,78578863,78579803,78578863,140248239,78578863,78579805,78578863,140379311,78578863,78578863,78578863,78578863,78578863,78578863,78578863,78578863,78578863,78578863,78578863,78578863,78578863,78578863,78578863,78578863,78578863,78578863,78578863,78578863,78578863,78578863,78579807,78578863,78578876,78578863,78578863,78578863,78578863,78578863,78578863,78578863,78578863,78578863,78578863,78578863,78578863,4294837423,96994479,78578863,61146021,61146021,61146021,61146021,61146021,61145269,11862949,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61145794,61146021,33948581,61146021,61146288,61146021,108921765,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61145770,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61145269,11862949,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61145794,61146021,33948581,61146021,61146288,61146021,61146021,140511328,140511328,140511328,140511328,140511328,61146021,61146021,61146021,140510117,140511328,140511328,61147232,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61145770,61146021,140510117,140511328,140511328,61147232,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,140576865,140576865,140576865,140576865,140576865,140574814,6162529,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576866,140576865,140707937,140576865,140576868,140576865,140839009,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576870,140576865,140576871,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,4294838369,141035617,140576865,78841011,78841011,78841011,78841011,78841011,78839989,11863219,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841034,78841011,49349811,78841011,78841209,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841210,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,49349361,49349361,49349361,49349361,49349361,49348702,6161137,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349810,49349361,78840561,49349361,49349812,49349361,141099761,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349814,49349361,49349815,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,4294836977,8782577,49349361,49349361,49349361,49349361,49349361,49349361,49348702,6161137,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349810,49349361,78840561,49349361,49349812,49349361,28115697,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349814,49349361,49349815,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,4294836977,8782577,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349812,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,141165297,49349361,49349361,49349361,49349361,49349361,79103159,79103159,79103159,79103159,79103159,79102133,11863223,79103159,79103159,79103159,79103159,79103159,79103159,79103159,79103159,79103159,79103159,79102046,79103159,79103159,79103159,79104107,79103159,79103159,79103159,79103159,79103159,79103159,79103159,79103159,79103159,79103159,79103159,79103159,79103159,79103159,79103159,79103159,79103159,79103159,79103159,79103159,79103159,79103159,79103159,79103159,79104108,79103159,79103317,79103159,79103159,79103159,79103159,79103159,79103159,79103159,79103159,79103159,79103159,79103159,79103159,79103159,79103159,79103159,17170694,17170694,17170694,17170694,17170694,17170635,13304070,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170828,17170694,26018054,17170694,17170830,17170694,26149126,141363309,141363309,141363309,141363309,141363309,17170694,17170694,17170694,141361414,141363309,141363309,17172589,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170832,17170694,141361553,141363309,141363309,17172589,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,4294836486,4391174,17170694,79234233,79234233,79234233,79234233,79234233,79233227,13305017,79234233,79234233,79234233,79234233,79234233,79234233,79234233,79234233,79234233,79234233,79233420,79234233,141427897,79234233,79235183,79234233,141558969,79234233,79234233,79234233,79234233,79234233,79234233,79234233,79234233,79234233,79234233,79234233,79234233,79234233,79234233,79234233,79234233,79234233,79234233,79234233,79234233,79234233,79234233,79235185,79234233,79233711,79234233,79234233,79234233,79234233,79234233,79234233,79234233,79234233,79234233,79234233,79234233,79234233,4294837433,100533433,79234233,61408169,61408169,61408169,61408169,61408169,61407413,11862953,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61407435,61408169,61408169,61408169,61408442,61408169,141689769,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61407918,61408169,61408175,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61407413,11862953,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61407435,61408169,61408169,61408169,61408442,61408169,61408169,141756531,141756531,141756531,141756531,141756531,61408169,61408169,61408169,141755305,141756531,141756531,61409395,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61407918,61408169,141755311,141756531,141756531,61409395,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61408169,79430844,79430844,79430844,79430844,79430844,79429813,11863228,79430844,79430844,79430844,79430844,79430844,79430844,79430844,79430844,79430844,79430844,79430036,79430844,45024444,79430844,79431796,79430844,79430844,79430844,79430844,79430844,79430844,79430844,79430844,79430844,79430844,79430844,79430844,79430844,79430844,79430844,79430844,79430844,79430844,79430844,79430844,79430844,79430844,79430844,79430844,79431797,79430844,79431798,79430844,79430844,79430844,79430844,79430844,79430844,79430844,79430844,79430844,79430844,79430844,79430844,79430844,79430844,79430844,45023919,45023919,45023919,45023919,45023919,45023435,13304495,45023919,45023919,45023919,45023919,45023919,45023919,45023919,45023919,45023919,45023919,45023628,45023919,79430319,45023919,45025399,45023919,55116463,45023919,45023919,45023919,45023919,45023919,45023919,45023919,45023919,45023919,45023919,45023919,45023919,45023919,45023919,45023919,45023919,45023919,45023919,45023919,45023919,45023919,45023919,45024447,45023919,45024441,45023919,45023919,45023919,45023919,45023919,45023919,45023919,45023919,45023919,45023919,45023919,45023919,4294836911,4391599,45023919,61801391,61801391,61801391,61801391,61801391,61801391,61801391,61801391,61801391,61801391,61801391,61801391,61801391,61801391,61801391,61801391,61801391,61801391,61801391,61801391,61801391,61802099,61801391,61801391,61801391,61801391,61801391,61801391,61801391,61801391,61801391,61801391,61801391,61801391,61801391,61801391,61801391,61801391,61801391,61801391,61801391,61801391,61801391,61801391,61801391,61801391,61801391,61801391,61801391,61801391,61801391,61801391,61801391,61801391,61801391,61801391,61801391,61801391,142082991,61801391,61801391,61801391,61801391,61801391,139069514,139069514,139069514,139069514,139069514,139068631,81201226,139069514,139069514,139069514,139069514,139069514,139069514,139069514,139069514,139069514,139069514,139069561,139069514,124389450,139069514,139069562,139069514,139069514,139069514,139069514,139069514,139069514,139069514,139069514,139069514,139069514,139069514,139069514,139069514,139069514,139069514,139069514,139069514,139069514,139069514,139069514,139069514,139069514,139069514,139069514,139069563,139069514,139069514,139069514,139069514,139069514,139069514,139069514,139069514,139069514,139069514,139069514,139069514,139069514,139069514,139069514,139069514,139069514,79824066,79824066,79824066,79824066,79824066,79823051,13305026,79824066,79824066,79824066,79824066,79824066,79824066,79824066,79824066,79824066,79824066,79825020,79824066,142410946,79824066,79825022,79824066,142542018,79824066,79824066,79824066,79824066,79824066,79824066,79824066,79824066,79824066,79824066,79824066,79824066,79824066,79824066,79824066,79824066,79824066,79824066,79824066,79824066,79824066,79824066,79825024,79824066,79825025,79824066,79824066,79824066,79824066,79824066,79824066,79824066,79824066,79824066,79824066,79824066,79824066,4294837442,102433986,79824066,79889603,79889603,79889603,79889603,79889603,79888565,11863235,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79888916,79889603,46138563,79889603,79889604,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889075,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79888565,11863235,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79888916,79889603,46138563,79889603,79889604,79889603,142738627,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889075,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79888565,11863235,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79888916,79889603,46138563,79889603,79889604,79889603,79889603,142805123,142805123,142805123,142805123,142805123,79889603,79889603,79889603,142804163,142805123,142805123,79890563,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889075,79889603,142804163,142805123,142805123,79890563,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,26476948,26476948,26476948,26476948,26476948,26476638,6160788,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26478724,26476948,17301908,26476948,26477237,26476948,45482388,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26477239,26476948,26476986,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,4294836628,45613460,26476948,46269122,46269122,46269122,46269122,46269122,46268619,13304514,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269665,46269122,34865858,46269122,46269666,46269122,142934722,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269668,46269122,46269159,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,4294836930,59310786,46269122,26476948,26476948,26476948,26476948,26476948,26476638,6160788,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26477236,26476948,17301908,26476948,26477237,26476948,45482388,143001734,143001734,143001734,143001734,143001734,26476948,26476948,26476948,142999956,143001734,143001734,26478726,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26477239,26476948,142999994,143001734,143001734,26478726,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,4294836628,45613460,26476948,140707939,140707939,140707939,140707939,140707939,140705973,11864163,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707975,140707939,140576867,140707939,140707976,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707977,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,80348362,80348362,80348362,80348362,80348362,80347230,6161610,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80347923,80348362,50267338,80348362,80349322,80348362,143328458,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80349324,80348362,80347417,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,4294837450,143459530,80348362,50266879,50266879,50266879,50266879,50266879,50266206,6161151,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50267337,50266879,80347903,50266879,50267339,50266879,143524607,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50267341,50266879,50266564,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,4294836991,8782591,50266879,50266879,50266879,50266879,50266879,50266879,50266206,6161151,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50267337,50266879,80347903,50266879,50267339,50266879,28443391,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50267341,50266879,50266564,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,4294836991,8782591,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50267339,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,143590143,50266879,50266879,50266879,50266879,50266879,17301768,17301768,17301768,17301768,17301768,17301707,13304072,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301907,17301768,26476808,17301768,17301909,17301768,26607880,143657104,143657104,143657104,143657104,143657104,17301768,17301768,17301768,143655176,143657104,143657104,17303696,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301911,17301768,143655320,143657104,143657104,17303696,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,4294836488,4391176,17301768,80676047,80676047,80676047,80676047,80676047,80675019,13305039,80676047,80676047,80676047,80676047,80676047,80676047,80676047,80676047,80676047,80676047,80675219,80676047,116851919,80676047,80677009,80676047,143787215,80676047,80676047,80676047,80676047,80676047,80676047,80676047,80676047,80676047,80676047,80676047,80676047,80676047,80676047,80676047,80676047,80676047,80676047,80676047,80676047,80676047,80676047,80677011,80676047,80675517,80676047,80676047,80676047,80676047,80676047,80676047,80676047,80676047,80676047,80676047,80676047,80676047,4294837455,68289743,80676047,62784446,62784446,62784446,62784446,62784446,62783669,11862974,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62783755,62784446,48563134,62784446,62784720,62784446,110625726,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784188,62784446,62784449,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62783669,11862974,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62783755,62784446,48563134,62784446,62784720,62784446,62784446,143919252,143919252,143919252,143919252,143919252,62784446,62784446,62784446,143918014,143919252,143919252,62785684,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784188,62784446,143918017,143919252,143919252,62785684,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784446,45941437,45941437,45941437,45941437,45941437,45940939,13304509,45941437,45941437,45941437,45941437,45941437,45941437,45941437,45941437,45941437,45941437,45941139,45941437,67895997,45941437,45942933,45941437,58983101,45941437,45941437,45941437,45941437,45941437,45941437,45941437,45941437,45941437,45941437,45941437,45941437,45941437,45941437,45941437,45941437,45941437,45941437,45941437,45941437,45941437,45941437,45941972,45941437,45941967,45941437,45941437,45941437,45941437,45941437,45941437,45941437,45941437,45941437,45941437,45941437,45941437,4294836925,4391613,45941437,62981057,62981057,62981057,62981057,62981057,62981057,62981057,62981057,62981057,62981057,62981057,62981057,62981057,62981057,62981057,62981057,62981057,62981057,62981057,62981057,62981057,62981773,62981057,62981057,62981057,62981057,62981057,62981057,62981057,62981057,62981057,62981057,62981057,62981057,62981057,62981057,62981057,62981057,62981057,62981057,62981057,62981057,62981057,62981057,62981057,62981057,62981057,62981057,62981057,62981057,62981057,62981057,62981057,62981057,62981057,62981057,62981057,62981057,144049089,62981057,62981057,62981057,62981057,62981057,81134806,81134806,81134806,81134806,81134806,81134807,81200342,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81135767,81134806,81134806,81134806,81134809,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134810,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81201304,81200343,81200343,81200343,81201305,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81201306,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60164251,60162966,105579414,60162966,60163660,60162966,105710486,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60163662,60162966,60163663,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,4294837142,4391830,60162966,81134806,81134806,81134806,81134806,81134806,81134807,81200342,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81135767,81134806,81134806,81134806,81134809,81134806,144442582,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134810,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81135773,81134806,81134806,81134806,81134809,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81135774,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,144639190,81134806,81134806,81134806,81134806,81134806,33948166,33948166,33948166,33948166,33948166,33947851,13304326,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33949856,33948166,61145606,33948166,33948582,33948166,61276678,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948584,33948166,33948585,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,4294836742,4391430,33948166,46138048,46138048,46138048,46138048,46138048,46137547,13304512,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138587,46138048,79889088,46138048,46139553,46138048,144835264,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138590,46138048,46138591,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,4294836928,55575232,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138588,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,144900800,46138048,46138048,46138048,46138048,46138048,81724639,81724639,81724639,81724639,81724639,81723573,11863263,81724639,81724639,81724639,81724639,81724639,81724639,81724639,81724639,81724639,81724639,81723595,81724639,81724639,81724639,81725523,81724639,81724639,81724639,81724639,81724639,81724639,81724639,81724639,81724639,81724639,81724639,81724639,81724639,81724639,81724639,81724639,81724639,81724639,81724639,81724639,81724639,81724639,81724639,81724639,81724589,81724639,81725604,81724639,81724639,81724639,81724639,81724639,81724639,81724639,81724639,81724639,81724639,81724639,81724639,81724639,81724639,81724639,26870170,26870170,26870170,26870170,26870170,26869941,11862426,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26869963,26870170,26870170,26870170,26870172,26870170,26870170,145033381,145033381,145033381,145033381,145033381,26870170,26870170,26870170,145031578,145033381,145033381,26871973,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870173,26870170,145031578,145033381,145033381,26871973,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,61146021,61146021,61146021,61146021,61146021,61145269,11862949,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61147302,61146021,33948581,61146021,61146288,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61145770,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,46269122,46269122,46269122,46269122,46269122,46268619,13304514,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269665,46269122,34865858,46269122,46270631,46269122,145228482,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269668,46269122,46269159,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,4294836930,59310786,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269666,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,145294018,46269122,46269122,46269122,46269122,46269122,17498379,17498379,17498379,17498379,17498379,17498293,11862283,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,13304075,17498379,17498526,17498379,17498379,145361066,145361066,145361066,145361066,145361066,17498379,17498379,17498379,145359115,145361066,145361066,17500330,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498527,17498379,145359115,145361066,145361066,17500330,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,145426603,145426603,145426603,145426603,145426603,145426504,138938539,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426604,145426603,145557675,145426603,145426606,145426603,145688747,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426608,145426603,145426609,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,4294838443,145885355,145426603,82314472,82314472,82314472,82314472,82314472,82313310,6161640,82314472,82314472,82314472,82314472,82314472,82314472,82314472,82314472,82314472,82314472,82313933,82314472,83690728,82314472,82314494,82314472,83821800,82314472,82314472,82314472,82314472,82314472,82314472,82314472,82314472,82314472,82314472,82314472,82314472,82314472,82314472,82314472,82314472,82314472,82314472,82314472,82314472,82314472,82314472,82314496,82314472,82314497,82314472,82314472,82314472,82314472,82314472,82314472,82314472,82314472,82314472,82314472,82314472,82314472,4294837480,84018408,82314472,82183398,82183398,82183398,82183398,82183398,82182347,13305062,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82182561,82183398,82314470,82183398,82184371,82183398,30934246,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183403,82183398,82183404,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,4294837478,4392166,82183398,82183398,82183398,82183398,82183398,82183398,82182406,17171686,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82182875,82183398,83690726,82183398,82183401,82183398,49284326,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82184372,82183398,82184373,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,146146534,82183398,82183398,4294837478,48104678,82183398,82576620,82576620,82576620,82576620,82576620,82575454,6161644,82576620,82576620,82576620,82576620,82576620,82576620,82576620,82576620,82576620,82576620,82575633,82576620,146212076,82576620,82577592,82576620,146343148,82576620,82576620,82576620,82576620,82576620,82576620,82576620,82576620,82576620,82576620,82576620,82576620,82576620,82576620,82576620,82576620,82576620,82576620,82576620,82576620,82576620,82576620,82577594,82576620,82577595,82576620,82576620,82576620,82576620,82576620,82576620,82576620,82576620,82576620,82576620,82576620,82576620,4294837484,146539756,82576620,146606269,146606269,146606269,146606269,146606269,146604235,13306045,146606269,146606269,146606269,146606269,146606269,146606269,146606269,146606269,146606269,146606269,146606270,146606269,82315453,146606269,146606271,146606269,146802877,146606269,146606269,146606269,146606269,146606269,146606269,146606269,146606269,146606269,146606269,146606269,146606269,146606269,146606269,146606269,146606269,146606269,146606269,146606269,146606269,146606269,146606269,146606273,146606269,146606274,146606269,146606269,146606269,146606269,146606269,146606269,146606269,146606269,146606269,146606269,146606269,146606269,4294838461,4393149,146606269,46596807,46596807,46596807,46596807,46596807,46596190,6161095,46596807,46596807,46596807,46596807,46596807,46596807,46596807,46596807,46596807,46596807,46597357,46596807,46596807,46596807,46597358,46596807,146997959,46596807,46596807,46596807,46596807,46596807,46596807,46596807,46596807,46596807,46596807,46596807,46596807,46596807,46596807,46596807,46596807,46596807,46596807,46596807,46596807,46596807,46596807,46597360,46596807,46597361,46596807,46596807,46596807,46596807,46596807,46596807,46596807,46596807,46596807,46596807,46596807,46596807,4294836935,82969287,46596807,147065028,147065028,147065028,147065028,147065028,147064957,142411972,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065029,147065028,147065028,147065028,147065030,147065028,147261636,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065032,147065028,147065033,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147458244,147065028,147065028,4294838468,147523780,147065028,82904305,82904305,82904305,82904305,82904305,82903134,6161649,82904305,82904305,82904305,82904305,82904305,82904305,82904305,82904305,82904305,82904305,82904301,82904305,83297521,82904305,82905292,82904305,147653873,82904305,82904305,82904305,82904305,82904305,82904305,82904305,82904305,82904305,82904305,82904305,82904305,82904305,82904305,82904305,82904305,82904305,82904305,82904305,82904305,82904305,82904305,82905294,82904305,82904305,82904305,82904305,82904305,82904305,82904305,82904305,82904305,82904305,82904305,82904305,82904305,82904305,4294837489,147784945,82904305,46465733,46465733,46465733,46465733,46465733,46465118,6161093,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465755,46465733,46596805,46465733,46465736,46465733,46727877,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46466288,46465733,46465739,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,4294836933,46924485,46465733,147851472,147851472,147851472,147851472,147851472,147849419,13306064,147851472,147851472,147851472,147851472,147851472,147851472,147851472,147851472,147851472,147851472,147851473,147851472,147065040,147851472,147851474,147851472,139462864,147851472,147851472,147851472,147851472,147851472,147851472,147851472,147851472,147851472,147851472,147851472,147851472,147851472,147851472,147851472,147851472,147851472,147851472,147851472,147851472,147851472,147851472,147851475,147851472,147851476,147851472,147851472,147851472,147851472,147851472,147851472,147851472,147851472,147851472,147851472,147851472,147851472,4294838480,55576784,147851472,46465733,46465733,46465733,46465733,46465733,46465118,6161093,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46467285,46465733,46596805,46465733,46465736,46465733,46727877,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465738,46465733,46465739,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,4294836933,46924485,46465733,46465733,46465733,46465733,46465733,46465733,46465118,6161093,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465755,46465733,46596805,46465733,46465736,46465733,46727877,148244694,148244694,148244694,148244694,148244694,46465733,46465733,46465733,148243141,148244694,148244694,46467286,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465738,46465733,148243147,148244694,148244694,46467286,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,4294836933,46924485,46465733,83297527,83297527,83297527,83297527,83297527,83296350,6161655,83297527,83297527,83297527,83297527,83297527,83297527,83297527,83297527,83297527,83297527,83297517,83297527,83297527,83297527,83298519,83297527,148374775,83297527,83297527,83297527,83297527,83297527,83297527,83297527,83297527,83297527,83297527,83297527,83297527,83297527,83297527,83297527,83297527,83297527,83297527,83297527,83297527,83297527,83297527,83298521,83297527,83297521,83297527,83297527,83297527,83297527,83297527,83297527,83297527,83297527,83297527,83297527,83297527,83297527,4294837495,148505847,83297527,46858955,46858955,46858955,46858955,46858955,46858334,6161099,46858955,46858955,46858955,46858955,46858955,46858955,46858955,46858955,46858955,46858955,46858971,46858955,83296971,46858955,46859512,46858955,148570827,46858955,46858955,46858955,46858955,46858955,46858955,46858955,46858955,46858955,46858955,46858955,46858955,46858955,46858955,46858955,46858955,46858955,46858955,46858955,46858955,46858955,46858955,46859514,46858955,46858955,46858955,46858955,46858955,46858955,46858955,46858955,46858955,46858955,46858955,46858955,46858955,46858955,4294836939,83559115,46858955,148113620,148113620,148113620,148113620,148113620,148113628,148637908,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148113629,148113620,148768980,148113620,148113631,148113620,148900052,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148113633,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148113620,149031124,148113620,148113620,4294838484,149096660,148113620,46465733,46465733,46465733,46465733,46465733,46465118,6161093,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465755,46465733,46596805,46465733,46465736,46465733,46727877,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46466298,46465733,46465739,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,4294836933,46924485,46465733,82314472,82314472,82314472,82314472,82314472,82313310,6161640,82314472,82314472,82314472,82314472,82314472,82314472,82314472,82314472,82314472,82314472,82315492,82314472,83690728,82314472,82314494,82314472,83821800,82314472,82314472,82314472,82314472,82314472,82314472,82314472,82314472,82314472,82314472,82314472,82314472,82314472,82314472,82314472,82314472,82314472,82314472,82314472,82314472,82314472,82314472,82314496,82314472,82314497,82314472,82314472,82314472,82314472,82314472,82314472,82314472,82314472,82314472,82314472,82314472,82314472,4294837480,84018408,82314472,83690749,83690749,83690749,83690749,83690749,83689675,13305085,83690749,83690749,83690749,83690749,83690749,83690749,83690749,83690749,83690749,83690749,83690755,83690749,82314493,83690749,83691749,83690749,149292285,83690749,83690749,83690749,83690749,83690749,83690749,83690749,83690749,83690749,83690749,83690749,83690749,83690749,83690749,83690749,83690749,83690749,83690749,83690749,83690749,83690749,83690749,83691751,83690749,83691703,83690749,83690749,83690749,83690749,83690749,83690749,83690749,83690749,83690749,83690749,83690749,83690749,4294837501,4392189,83690749,82314472,82314472,82314472,82314472,82314472,82313310,6161640,82314472,82314472,82314472,82314472,82314472,82314472,82314472,82314472,82314472,82314472,82313933,82314472,83690728,82314472,82314494,82314472,149423336,82314472,82314472,82314472,82314472,82314472,82314472,82314472,82314472,82314472,82314472,82314472,82314472,82314472,82314472,82314472,82314472,82314472,82314472,82314472,82314472,82314472,82314472,82314496,82314472,82314497,82314472,82314472,82314472,82314472,82314472,82314472,82314472,82314472,82314472,82314472,82314472,82314472,4294837480,84018408,82314472,149489897,149489897,149489897,149489897,149489897,149489898,149555433,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489899,149489897,149489897,149489897,149489900,149489897,149752041,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489902,149489897,149489903,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149948649,149489897,149489897,4294838505,150014185,149489897,83952897,83952897,83952897,83952897,83952897,83951710,6161665,83952897,83952897,83952897,83952897,83952897,83952897,83952897,83952897,83952897,83952897,83952333,83952897,150078721,83952897,83953907,83952897,150209793,83952897,83952897,83952897,83952897,83952897,83952897,83952897,83952897,83952897,83952897,83952897,83952897,83952897,83952897,83952897,83952897,83952897,83952897,83952897,83952897,83952897,83952897,83953909,83952897,83952897,83952897,83952897,83952897,83952897,83952897,83952897,83952897,83952897,83952897,83952897,83952897,83952897,4294837505,150340865,83952897,27394466,27394466,27394466,27394466,27394466,27394142,6160802,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394765,27394466,47055266,27394466,27394767,27394466,47186338,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27395328,27394466,27394770,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,4294836642,47382946,27394466,46596807,46596807,46596807,46596807,46596807,46596190,6161095,46596807,46596807,46596807,46596807,46596807,46596807,46596807,46596807,46596807,46596807,46598391,46596807,46596807,46596807,46597358,46596807,82772679,46596807,46596807,46596807,46596807,46596807,46596807,46596807,46596807,46596807,46596807,46596807,46596807,46596807,46596807,46596807,46596807,46596807,46596807,46596807,46596807,46596807,46596807,46597360,46596807,46597361,46596807,46596807,46596807,46596807,46596807,46596807,46596807,46596807,46596807,46596807,46596807,46596807,4294836935,82969287,46596807,47055566,47055566,47055566,47055566,47055566,47055051,13304526,47055566,47055566,47055566,47055566,47055566,47055566,47055566,47055566,47055566,47055566,47056131,47055566,27394766,47055566,47057144,47055566,32637646,47055566,47055566,47055566,47055566,47055566,47055566,47055566,47055566,47055566,47055566,47055566,47055566,47055566,47055566,47055566,47055566,47055566,47055566,47055566,47055566,47055566,47055566,47056134,47055566,47055583,47055566,47055566,47055566,47055566,47055566,47055566,47055566,47055566,47055566,47055566,47055566,47055566,4294836942,4391630,47055566,47055566,47055566,47055566,47055566,47055566,47055112,17302222,47055566,47055566,47055566,47055566,47055566,47055566,47055566,47055566,47055566,47055566,47056109,47055566,47055566,47055566,47056132,47055566,50201294,47055566,47055566,47055566,47055566,47055566,47055566,47055566,47055566,47055566,47055566,47055566,47055566,47055566,47055566,47055566,47055566,47055566,47055566,47055566,47055566,47055566,47055566,47057145,47055566,47057146,47055566,47055566,47055566,47055566,47055566,47055566,47055566,47055566,47055566,150667982,47055566,47055566,4294836942,48104142,47055566,150735100,150735100,150735100,150735100,150735100,150733003,13306108,150735100,150735100,150735100,150735100,150735100,150735100,150735100,150735100,150735100,150735100,150735101,150735100,150866172,150735100,150735103,150735100,142936316,150735100,150735100,150735100,150735100,150735100,150735100,150735100,150735100,150735100,150735100,150735100,150735100,150735100,150735100,150735100,150735100,150735100,150735100,150735100,150735100,150735100,150735100,150735104,150735100,150734133,150735100,150735100,150735100,150735100,150735100,150735100,150735100,150735100,150735100,150735100,150735100,150735100,4294838524,59312380,150735100,27394466,27394466,27394466,27394466,27394466,27394142,6160802,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394765,27394466,47055266,27394466,27394767,27394466,47186338,151062785,151062785,151062785,151062785,151062785,27394466,27394466,27394466,151060898,151062785,151062785,27396353,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394769,27394466,151061202,151062785,151062785,27396353,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,4294836642,47382946,27394466,84542730,84542730,84542730,84542730,84542730,84541643,13305098,84542730,84542730,84542730,84542730,84542730,84542730,84542730,84542730,84542730,84542730,84542723,84542730,47318282,84542730,84543746,84542730,151192842,84542730,84542730,84542730,84542730,84542730,84542730,84542730,84542730,84542730,84542730,84542730,84542730,84542730,84542730,84542730,84542730,84542730,84542730,84542730,84542730,84542730,84542730,84543748,84542730,84542175,84542730,84542730,84542730,84542730,84542730,84542730,84542730,84542730,84542730,84542730,84542730,84542730,4294837514,4392202,84542730,47317714,47317714,47317714,47317714,47317714,47317086,6161106,47317714,47317714,47317714,47317714,47317714,47317714,47317714,47317714,47317714,47317714,47317709,47317714,84542162,47317714,47318283,47317714,151323346,47317714,47317714,47317714,47317714,47317714,47317714,47317714,47317714,47317714,47317714,47317714,47317714,47317714,47317714,47317714,47317714,47317714,47317714,47317714,47317714,47317714,47317714,47318285,47317714,47317714,47317714,47317714,47317714,47317714,47317714,47317714,47317714,47317714,47317714,47317714,47317714,47317714,4294836946,84804306,47317714,87360821,87360821,87360821,87360821,87360821,87360524,67896629,87360821,87360821,87360821,87360821,87360821,87360821,87360821,87360821,87360821,87360821,87361798,87360821,87360821,87360821,87361799,87360821,151520565,87360821,87360821,87360821,87360821,87360821,87360821,87360821,87360821,87360821,87360821,87360821,87360821,87360821,87360821,87360821,87360821,87360821,87360821,87360821,87360821,87360821,87360821,87361801,87360821,87360821,87360821,87360821,87360821,87360821,87360821,87360821,87360821,87360821,87360821,151651637,87360821,87360821,4294837557,151717173,87360821,27394466,27394466,27394466,27394466,27394466,27394142,6160802,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394765,27394466,47055266,27394466,27394767,27394466,47186338,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27395341,27394466,27394770,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,4294836642,47382946,27394466,84870415,84870415,84870415,84870415,84870415,84869214,6161679,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870431,84870415,85001487,84870415,84870418,84870415,85132559,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870420,84870415,84870421,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,4294837519,85329167,84870415,151783692,151783692,151783692,151783692,151783692,151781470,6162700,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783693,151783692,151914764,151783692,151783695,151783692,152045836,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783697,151783692,151783698,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,4294838540,8784140,151783692,85001489,85001489,85001489,85001489,85001489,85000286,6161681,85001489,85001489,85001489,85001489,85001489,85001489,85001489,85001489,85001489,85001489,85002515,85001489,85001489,85001489,85002516,85001489,152372497,85001489,85001489,85001489,85001489,85001489,85001489,85001489,85001489,85001489,85001489,85001489,85001489,85001489,85001489,85001489,85001489,85001489,85001489,85001489,85001489,85001489,85001489,85002518,85001489,85002519,85001489,85001489,85001489,85001489,85001489,85001489,85001489,85001489,85001489,85001489,85001489,85001489,4294837521,152569105,85001489,84870415,84870415,84870415,84870415,84870415,84869214,6161679,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870431,84870415,85001487,84870415,84870418,84870415,152634639,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870420,84870415,84870421,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,4294837519,85329167,84870415,84870415,84870415,84870415,84870415,84870415,84871265,140576015,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84871450,84870415,85001487,84870415,84870418,84870415,85132559,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84871451,84870415,84870421,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,152831247,84870415,84870415,4294837519,85329167,84870415,85263637,85263637,85263637,85263637,85263637,85262430,6161685,85263637,85263637,85263637,85263637,85263637,85263637,85263637,85263637,85263637,85263637,85263647,85263637,152896789,85263637,85264670,85263637,153027861,85263637,85263637,85263637,85263637,85263637,85263637,85263637,85263637,85263637,85263637,85263637,85263637,85263637,85263637,85263637,85263637,85263637,85263637,85263637,85263637,85263637,85263637,85264672,85263637,85263637,85263637,85263637,85263637,85263637,85263637,85263637,85263637,85263637,85263637,85263637,85263637,85263637,4294837525,153158933,85263637,151914766,151914766,151914766,151914766,151914766,151912542,6162702,151914766,151914766,151914766,151914766,151914766,151914766,151914766,151914766,151914766,151914766,151914786,151914766,153291022,151914766,151914788,151914766,153422094,151914766,151914766,151914766,151914766,151914766,151914766,151914766,151914766,151914766,151914766,151914766,151914766,151914766,151914766,151914766,151914766,151914766,151914766,151914766,151914766,151914766,151914766,151914790,151914766,151914791,151914766,151914766,151914766,151914766,151914766,151914766,151914766,151914766,151914766,151914766,151914766,151914766,4294838542,153618702,151914766,85460248,85460248,85460248,85460248,85460248,85459038,6161688,85460248,85460248,85460248,85460248,85460248,85460248,85460248,85460248,85460248,85460248,85461289,85460248,47580440,85460248,85461290,85460248,153814296,85460248,85460248,85460248,85460248,85460248,85460248,85460248,85460248,85460248,85460248,85460248,85460248,85460248,85460248,85460248,85460248,85460248,85460248,85460248,85460248,85460248,85460248,85461292,85460248,85460260,85460248,85460248,85460248,85460248,85460248,85460248,85460248,85460248,85460248,85460248,85460248,85460248,4294837528,8783128,85460248,47579862,47579862,47579862,47579862,47579862,47579230,6161110,47579862,47579862,47579862,47579862,47579862,47579862,47579862,47579862,47579862,47579862,47580439,47579862,85459670,47579862,47580441,47579862,153944790,47579862,47579862,47579862,47579862,47579862,47579862,47579862,47579862,47579862,47579862,47579862,47579862,47579862,47579862,47579862,47579862,47579862,47579862,47579862,47579862,47579862,47579862,47580443,47579862,47580444,47579862,47579862,47579862,47579862,47579862,47579862,47579862,47579862,47579862,47579862,47579862,47579862,4294836950,85787350,47579862,47579862,47579862,47579862,47579862,47579862,47580362,80347862,47579862,47579862,47579862,47579862,47579862,47579862,47579862,47579862,47579862,47579862,47580439,47579862,47579862,47579862,47580441,47579862,85590742,47579862,47579862,47579862,47579862,47579862,47579862,47579862,47579862,47579862,47579862,47579862,47579862,47579862,47579862,47579862,47579862,47579862,47579862,47579862,47579862,47579862,47579862,47581486,47579862,47580444,47579862,47579862,47579862,47579862,47579862,47579862,47579862,47579862,47579862,154075862,47579862,47579862,4294836950,85787350,47579862,85722396,85722396,85722396,85722396,85722396,85721182,6161692,85722396,85722396,85722396,85722396,85722396,85722396,85722396,85722396,85722396,85722396,85722391,85722396,154141980,85722396,85723441,85722396,92275996,85722396,85722396,85722396,85722396,85722396,85722396,85722396,85722396,85722396,85722396,85722396,85722396,85722396,85722396,85722396,85722396,85722396,85722396,85722396,85722396,85722396,85722396,85723442,85722396,85722396,85722396,85722396,85722396,85722396,85722396,85722396,85722396,85722396,85722396,85722396,85722396,85722396,4294837532,154338588,85722396,151783692,151783692,151783692,151783692,151783692,151781470,6162700,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783732,151783692,151914764,151783692,151783695,151783692,152045836,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783697,151783692,151783698,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,4294838540,8784140,151783692,86115618,86115618,86115618,86115618,86115618,86114398,6161698,86115618,86115618,86115618,86115618,86115618,86115618,86115618,86115618,86115618,86115618,86115029,86115618,85722402,86115618,86116661,86115618,154535202,86115618,86115618,86115618,86115618,86115618,86115618,86115618,86115618,86115618,86115618,86115618,86115618,86115618,86115618,86115618,86115618,86115618,86115618,86115618,86115618,86115618,86115618,86116663,86115618,86115034,86115618,86115618,86115618,86115618,86115618,86115618,86115618,86115618,86115618,86115618,86115618,86115618,4294837538,8783138,86115618,86246692,86246692,86246692,86246692,86246692,86245470,6161700,86246692,86246692,86246692,86246692,86246692,86246692,86246692,86246692,86246692,86246692,86245808,86246692,86246692,86246692,86247736,86246692,154731812,86246692,86246692,86246692,86246692,86246692,86246692,86246692,86246692,86246692,86246692,86246692,86246692,86246692,86246692,86246692,86246692,86246692,86246692,86246692,86246692,86246692,86246692,86247738,86246692,86247739,86246692,86246692,86246692,86246692,86246692,86246692,86246692,86246692,86246692,86246692,86246692,86246692,4294837540,154928420,86246692,47842010,47842010,47842010,47842010,47842010,47841374,6161114,47842010,47842010,47842010,47842010,47842010,47842010,47842010,47842010,47842010,47842010,47841553,47842010,86246106,47842010,47842597,47842010,154993370,47842010,47842010,47842010,47842010,47842010,47842010,47842010,47842010,47842010,47842010,47842010,47842010,47842010,47842010,47842010,47842010,47842010,47842010,47842010,47842010,47842010,47842010,47842598,47842010,47842599,47842010,47842010,47842010,47842010,47842010,47842010,47842010,47842010,47842010,47842010,47842010,47842010,4294836954,86508250,47842010,47842010,47842010,47842010,47842010,47842010,47841565,18678490,47842010,47842010,47842010,47842010,47842010,47842010,47842010,47842010,47842010,47842010,47843646,47842010,86246106,47842010,47842597,47842010,52429530,47842010,47842010,47842010,47842010,47842010,47842010,47842010,47842010,47842010,47842010,47842010,47842010,47842010,47842010,47842010,47842010,47842010,47842010,47842010,47842010,47842010,47842010,47843647,47842010,47842010,47842010,47842010,47842010,47842010,47842010,47842010,47842010,47842010,47842010,155189978,47842010,47842010,4294836954,86508250,47842010,86443303,86443303,86443303,86443303,86443303,86442078,6161703,86443303,86443303,86443303,86443303,86443303,86443303,86443303,86443303,86443303,86443303,86442709,86443303,155256103,86443303,86444354,86443303,155387175,86443303,86443303,86443303,86443303,86443303,86443303,86443303,86443303,86443303,86443303,86443303,86443303,86443303,86443303,86443303,86443303,86443303,86443303,86443303,86443303,86443303,86443303,86444356,86443303,86444357,86443303,86443303,86443303,86443303,86443303,86443303,86443303,86443303,86443303,86443303,86443303,86443303,4294837543,8783143,86443303,46465733,46465733,46465733,46465733,46465733,46465118,6161093,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46467398,46465733,46596805,46465733,46465736,46465733,46727877,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465738,46465733,46465739,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,4294836933,46924485,46465733,48038621,48038621,48038621,48038621,48038621,48038167,18285277,48038621,48038621,48038621,48038621,48038621,48038621,48038621,48038621,48038621,48038621,48040263,48038621,84542173,48038621,48039210,48038621,50856669,48038621,48038621,48038621,48038621,48038621,48038621,48038621,48038621,48038621,48038621,48038621,48038621,48038621,48038621,48038621,48038621,48038621,48038621,48038621,48038621,48038621,48038621,48040264,48038621,48038621,48038621,48038621,48038621,48038621,48038621,48038621,48038621,48038621,48038621,155779805,48038621,48038621,4294836957,48104157,48038621,48169695,48169695,48169695,48169695,48169695,48169054,6161119,48169695,48169695,48169695,48169695,48169695,48169695,48169695,48169695,48169695,48169695,48169392,48169695,48169695,48169695,48170284,48169695,155845343,48169695,48169695,48169695,48169695,48169695,48169695,48169695,48169695,48169695,48169695,48169695,48169695,48169695,48169695,48169695,48169695,48169695,48169695,48169695,48169695,48169695,48169695,48170286,48169695,48170287,48169695,48169695,48169695,48169695,48169695,48169695,48169695,48169695,48169695,48169695,48169695,48169695,4294836959,87032543,48169695,155912523,155912523,155912523,155912523,155912523,155911927,116853067,155912523,155912523,155912523,155912523,155912523,155912523,155912523,155912523,155912523,155912523,155912524,155912523,155912523,155912523,155912525,155912523,156109131,155912523,155912523,155912523,155912523,155912523,155912523,155912523,155912523,155912523,155912523,155912523,155912523,155912523,155912523,155912523,155912523,155912523,155912523,155912523,155912523,155912523,155912523,155912527,155912523,155912523,155912523,155912523,155912523,155912523,155912523,155912523,155912523,155912523,155912523,156240203,155912523,155912523,4294838603,156305739,155912523,86967599,86967599,86967599,86967599,86967599,86966475,13305135,86967599,86967599,86967599,86967599,86967599,86967599,86967599,86967599,86967599,86967599,86967555,86967599,87360815,86967599,86968658,86967599,156435759,86967599,86967599,86967599,86967599,86967599,86967599,86967599,86967599,86967599,86967599,86967599,86967599,86967599,86967599,86967599,86967599,86967599,86967599,86967599,86967599,86967599,86967599,86968660,86967599,86968661,86967599,86967599,86967599,86967599,86967599,86967599,86967599,86967599,86967599,86967599,86967599,86967599,4294837551,4392239,86967599,27591077,27591077,27591077,27591077,27591077,27590750,6160805,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27590929,27591077,48169381,27591077,27591392,27591077,48300453,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591982,27591077,27591395,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,4294836645,48497061,27591077,87622969,87622969,87622969,87622969,87622969,87621835,13305145,87622969,87622969,87622969,87622969,87622969,87622969,87622969,87622969,87622969,87622969,87622049,87622969,155911481,87622969,87624022,87622969,119473465,87622969,87622969,87622969,87622969,87622969,87622969,87622969,87622969,87622969,87622969,87622969,87622969,87622969,87622969,87622969,87622969,87622969,87622969,87622969,87622969,87622969,87622969,87624023,87622969,87622371,87622969,87622969,87622969,87622969,87622969,87622969,87622969,87622969,87622969,87622969,87622969,87622969,4294837561,14550329,87622969,82576620,82576620,82576620,82576620,82576620,82575454,6161644,82576620,82576620,82576620,82576620,82576620,82576620,82576620,82576620,82576620,82576620,82575786,82576620,146212076,82576620,82577592,82576620,146343148,82576620,82576620,82576620,82576620,82576620,82576620,82576620,82576620,82576620,82576620,82576620,82576620,82576620,82576620,82576620,82576620,82576620,82576620,82576620,82576620,82576620,82576620,82577594,82576620,82577595,82576620,82576620,82576620,82576620,82576620,82576620,82576620,82576620,82576620,82576620,82576620,82576620,4294837484,146539756,82576620,27591077,27591077,27591077,27591077,27591077,27590750,6160805,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27590929,27591077,48169381,27591077,27591392,27591077,48300453,156764504,156764504,156764504,156764504,156764504,27591077,27591077,27591077,156762533,156764504,156764504,27593048,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591394,27591077,156762851,156764504,156764504,27593048,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,4294836645,48497061,27591077,87360821,87360821,87360821,87360821,87360821,87359582,6161717,87360821,87360821,87360821,87360821,87360821,87360821,87360821,87360821,87360821,87360821,87360205,87360821,86967605,87360821,87361799,87360821,151520565,87360821,87360821,87360821,87360821,87360821,87360821,87360821,87360821,87360821,87360821,87360821,87360821,87360821,87360821,87360821,87360821,87360821,87360821,87360821,87360821,87360821,87360821,87360781,87360821,87361881,87360821,87360821,87360821,87360821,87360821,87360821,87360821,87360821,87360821,87360821,87360821,87360821,4294837557,151717173,87360821,48431843,48431843,48431843,48431843,48431843,48431307,13304547,48431843,48431843,48431843,48431843,48431843,48431843,48431843,48431843,48431843,48431843,48431521,48431843,87360227,48431843,48433498,48431843,21234403,48431843,48431843,48431843,48431843,48431843,48431843,48431843,48431843,48431843,48431843,48431843,48431843,48431843,48431843,48431843,48431843,48431843,48431843,48431843,48431843,48431843,48431843,48432440,48431843,48432441,48431843,48431843,48431843,48431843,48431843,48431843,48431843,48431843,48431843,48431843,48431843,48431843,4294836963,4391651,48431843,48431843,48431843,48431843,48431843,48431843,48431528,27788003,48431843,48431843,48431843,48431843,48431843,48431843,48431843,48431843,48431843,48431843,48433499,48431843,86967011,48431843,48432438,48431843,157024995,48431843,48431843,48431843,48431843,48431843,48431843,48431843,48431843,48431843,48431843,48431843,48431843,48431843,48431843,48431843,48431843,48431843,48431843,48431843,48431843,48431843,48431843,48433501,48431843,48431843,48431843,48431843,48431843,48431843,48431843,48431843,48431843,48431843,48431843,157156067,48431843,48431843,4294836963,157221603,48431843,48562917,48562917,48562917,48562917,48562917,48562379,13304549,48562917,48562917,48562917,48562917,48562917,48562917,48562917,48562917,48562917,48562917,48562442,48562917,62784229,48562917,48564576,48562917,68879077,48562917,48562917,48562917,48562917,48562917,48562917,48562917,48562917,48562917,48562917,48562917,48562917,48562917,48562917,48562917,48562917,48562917,48562917,48562917,48562917,48562917,48562917,48563516,48562917,48562600,48562917,48562917,48562917,48562917,48562917,48562917,48562917,48562917,48562917,48562917,48562917,48562917,4294836965,14549733,48562917,48562917,48562917,48562917,48562917,48562917,48562917,48562917,48562917,48562917,48562917,48562917,48562917,48562917,48562917,48562917,48562917,48562917,48562917,48562917,48562917,48562917,48563514,48562917,48562917,48562917,48562917,48562917,48562917,48562917,48562917,48562917,48562917,48562917,48562917,48562917,48562917,48562917,48562917,48562917,48562917,48562917,48562917,48562917,48562917,48562917,48562917,48562917,48562917,48562917,48562917,48562917,48562917,48562917,48562917,48562917,48562917,48562917,48562917,157352677,48562917,48562917,48562917,48562917,48562917,17760527,17760527,17760527,17760527,17760527,17760437,11862287,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760437,17760527,17760527,17760527,17760678,17760527,17760527,157419874,157419874,157419874,157419874,157419874,17760527,17760527,17760527,157417743,157419874,157419874,17762658,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760679,17760527,157417896,157419874,157419874,17762658,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,48693991,48693991,48693991,48693991,48693991,48693429,11862759,48693991,48693991,48693991,48693991,48693991,48693991,48693991,48693991,48693991,48693991,48693515,48693991,27788007,48693991,48694590,48693991,109839079,48693991,48693991,48693991,48693991,48693991,48693991,48693991,48693991,48693991,48693991,48693991,48693991,48693991,48693991,48693991,48693991,48693991,48693991,48693991,48693991,48693991,48693991,48694029,48693991,48694591,48693991,48693991,48693991,48693991,48693991,48693991,48693991,48693991,48693991,48693991,48693991,48693991,48693991,48693991,48693991,88016191,88016191,88016191,88016191,88016191,88015051,13305151,88016191,88016191,88016191,88016191,88016191,88016191,88016191,88016191,88016191,88016191,88016097,88016191,63309119,88016191,88017251,88016191,157549887,88016191,88016191,88016191,88016191,88016191,88016191,88016191,88016191,88016191,88016191,88016191,88016191,88016191,88016191,88016191,88016191,88016191,88016191,88016191,88016191,88016191,88016191,88017253,88016191,88016524,88016191,88016191,88016191,88016191,88016191,88016191,88016191,88016191,88016191,88016191,88016191,88016191,4294837567,22545727,88016191,27787688,27787688,27787688,27787688,27787688,27787467,13304232,27787688,27787688,27787688,27787688,27787688,27787688,27787688,27787688,27787688,27787688,27787530,27787688,48693672,27787688,27788008,27787688,48824744,157682022,157682022,157682022,157682022,157682022,27787688,27787688,27787688,157680040,157682022,157682022,27789670,27787688,27787688,27787688,27787688,27787688,27787688,27787688,27787688,27787688,27787688,27788010,27787688,157680357,157682022,157682022,27789670,27787688,27787688,27787688,27787688,27787688,27787688,27787688,27787688,27787688,4294836648,4391336,27787688,88212802,88212802,88212802,88212802,88212802,88211828,24380738,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88213387,88212802,88343874,88212802,88212805,88212802,88474946,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212807,88212802,88212808,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,4294837570,18220354,88212802,88212802,88212802,88212802,88212802,88212802,88211828,24380738,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88213863,88212802,88343874,88212802,88212805,88212802,88474946,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212807,88212802,88212808,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,4294837570,18220354,88212802,88343876,88343876,88343876,88343876,88343876,88342900,24380740,88343876,88343876,88343876,88343876,88343876,88343876,88343876,88343876,88343876,88343876,88344936,88343876,88343876,88343876,88344937,88343876,157943108,88343876,88343876,88343876,88343876,88343876,88343876,88343876,88343876,88343876,88343876,88343876,88343876,88343876,88343876,88343876,88343876,88343876,88343876,88343876,88343876,88343876,88343876,88344939,88343876,88344940,88343876,88343876,88343876,88343876,88343876,88343876,88343876,88343876,88343876,88343876,88343876,88343876,4294837572,18220356,88343876,88212802,88212802,88212802,88212802,88212802,88211828,24380738,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88213387,88212802,88343874,88212802,88212805,88212802,158139714,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212807,88212802,88212808,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,4294837570,18220354,88212802,88212802,88212802,88212802,88212802,88212802,88213870,158205250,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88213871,88212802,88343874,88212802,88212805,88212802,88474946,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88213872,88212802,88212808,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,158401858,88212802,88212802,4294837570,18220354,88212802,88606024,88606024,88606024,88606024,88606024,88605044,24380744,88606024,88606024,88606024,88606024,88606024,88606024,88606024,88606024,88606024,88606024,88606603,88606024,158467400,88606024,88607091,88606024,158598472,88606024,88606024,88606024,88606024,88606024,88606024,88606024,88606024,88606024,88606024,88606024,88606024,88606024,88606024,88606024,88606024,88606024,88606024,88606024,88606024,88606024,88606024,88607093,88606024,88606024,88606024,88606024,88606024,88606024,88606024,88606024,88606024,88606024,88606024,88606024,88606024,88606024,4294837576,18220360,88606024,88737098,88737098,88737098,88737098,88737098,88735838,6161738,88737098,88737098,88737098,88737098,88737098,88737098,88737098,88737098,88737098,88737098,88738166,88737098,158795082,88737098,88738168,88737098,158926154,88737098,88737098,88737098,88737098,88737098,88737098,88737098,88737098,88737098,88737098,88737098,88737098,88737098,88737098,88737098,88737098,88737098,88737098,88737098,88737098,88737098,88737098,88738170,88737098,88738171,88737098,88737098,88737098,88737098,88737098,88737098,88737098,88737098,88737098,88737098,88737098,88737098,4294837578,8783178,88737098,27984299,27984299,27984299,27984299,27984299,27983966,6160811,27984299,27984299,27984299,27984299,27984299,27984299,27984299,27984299,27984299,27984299,27984304,27984299,27984299,27984299,27984620,27984299,49086891,159123836,159123836,159123836,159123836,159123836,27984299,27984299,27984299,159121835,159123836,159123836,27986300,27984299,27984299,27984299,27984299,27984299,27984299,27984299,27984299,27984299,27984299,27984622,27984299,159122159,159123836,159123836,27986300,27984299,27984299,27984299,27984299,27984299,27984299,27984299,27984299,27984299,4294836651,18219435,27984299,49218287,49218287,49218287,49218287,49218287,49217630,6161135,49218287,49218287,49218287,49218287,49218287,49218287,49218287,49218287,49218287,49218287,49217968,49218287,49545967,49218287,49218893,49218287,159187695,49218287,49218287,49218287,49218287,49218287,49218287,49218287,49218287,49218287,49218287,49218287,49218287,49218287,49218287,49218287,49218287,49218287,49218287,49218287,49218287,49218287,49218287,49218895,49218287,49218287,49218287,49218287,49218287,49218287,49218287,49218287,49218287,49218287,49218287,49218287,49218287,49218287,4294836975,18219759,49218287,49218287,49218287,49218287,49218287,49218287,49219966,159253231,49218287,49218287,49218287,49218287,49218287,49218287,49218287,49218287,49218287,49218287,49218914,49218287,49545967,49218287,49218893,49218287,88998639,49218287,49218287,49218287,49218287,49218287,49218287,49218287,49218287,49218287,49218287,49218287,49218287,49218287,49218287,49218287,49218287,49218287,49218287,49218287,49218287,49218287,49218287,49219967,49218287,49218287,49218287,49218287,49218287,49218287,49218287,49218287,49218287,49218287,49218287,159384303,49218287,49218287,4294836975,18219759,49218287,27853225,27853225,27853225,27853225,27853225,27852894,6160809,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853073,27853225,27984297,27853225,27853228,27853225,28115369,159451521,159451521,159451521,159451521,159451521,27853225,27853225,27853225,159449513,159451521,159451521,27855233,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853230,27853225,159449519,159451521,159451521,27855233,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853225,4294836649,18219433,27853225,49545972,49545972,49545972,49545972,49545972,49545310,6161140,49545972,49545972,49545972,49545972,49545972,49545972,49545972,49545972,49545972,49545972,49545648,49545972,49545972,49545972,49546577,49545972,159515380,49545972,49545972,49545972,49545972,49545972,49545972,49545972,49545972,49545972,49545972,49545972,49545972,49545972,49545972,49545972,49545972,49545972,49545972,49545972,49545972,49545972,49545972,49546579,49545972,49545967,49545972,49545972,49545972,49545972,49545972,49545972,49545972,49545972,49545972,49545972,49545972,49545972,4294836980,18219764,49545972,49545972,49545972,49545972,49545972,49545972,49547651,159580916,49545972,49545972,49545972,49545972,49545972,49545972,49545972,49545972,49545972,49545972,49546598,49545972,49545972,49545972,49546577,49545972,89260788,49545972,49545972,49545972,49545972,49545972,49545972,49545972,49545972,49545972,49545972,49545972,49545972,49545972,49545972,49545972,49545972,49545972,49545972,49545972,49545972,49545972,49545972,49547652,49545972,49545967,49545972,49545972,49545972,49545972,49545972,49545972,49545972,49545972,49545972,159711988,49545972,49545972,4294836980,18219764,49545972,146081973,146081973,146081973,146081973,146081973,146079947,13306037,146081973,146081973,146081973,146081973,146081973,146081973,146081973,146081973,146081973,146081973,146080161,146081973,83953845,146081973,146082182,146081973,159844533,146081973,146081973,146081973,146081973,146081973,146081973,146081973,146081973,146081973,146081973,146081973,146081973,146081973,146081973,146081973,146081973,146081973,146081973,146081973,146081973,146081973,146081973,146082184,146081973,146081004,146081973,146081973,146081973,146081973,146081973,146081973,146081973,146081973,146081973,146081973,146081973,146081973,4294838453,4393141,146081973,89458005,89458005,89458005,89458005,89458005,89456734,6161749,89458005,89458005,89458005,89458005,89458005,89458005,89458005,89458005,89458005,89458005,89457842,89458005,159974741,89458005,89459082,89458005,160105813,89458005,89458005,89458005,89458005,89458005,89458005,89458005,89458005,89458005,89458005,89458005,89458005,89458005,89458005,89458005,89458005,89458005,89458005,89458005,89458005,89458005,89458005,89459084,89458005,89459085,89458005,89458005,89458005,89458005,89458005,89458005,89458005,89458005,89458005,89458005,89458005,89458005,4294837589,8783189,89458005,28246447,28246447,28246447,28246447,28246447,28246110,6160815,28246447,28246447,28246447,28246447,28246447,28246447,28246447,28246447,28246447,28246447,28246289,28246447,49545647,28246447,28246773,28246447,49676719,160303502,160303502,160303502,160303502,160303502,28246447,28246447,28246447,160301487,160303502,160303502,28248462,28246447,28246447,28246447,28246447,28246447,28246447,28246447,28246447,28246447,28246447,28246775,28246447,160301487,160303502,160303502,28248462,28246447,28246447,28246447,28246447,28246447,28246447,28246447,28246447,28246447,4294836655,18219439,28246447,160369039,160369039,160369039,160369039,160369039,160366964,24381839,160369039,160369039,160369039,160369039,160369039,160369039,160369039,160369039,160369039,160369039,160369040,160369039,88344975,160369039,160369041,160369039,160565647,160369039,160369039,160369039,160369039,160369039,160369039,160369039,160369039,160369039,160369039,160369039,160369039,160369039,160369039,160369039,160369039,160369039,160369039,160369039,160369039,160369039,160369039,160369043,160369039,160369044,160369039,160369039,160369039,160369039,160369039,160369039,160369039,160369039,160369039,160369039,160369039,160369039,4294838671,18221455,160369039,146606269,146606269,146606269,146606269,146606269,146604235,13306045,146606269,146606269,146606269,146606269,146606269,146606269,146606269,146606269,146606269,146606269,146605315,146606269,82315453,146606269,146606271,146606269,146802877,146606269,146606269,146606269,146606269,146606269,146606269,146606269,146606269,146606269,146606269,146606269,146606269,146606269,146606269,146606269,146606269,146606269,146606269,146606269,146606269,146606269,146606269,146606273,146606269,146606274,146606269,146606269,146606269,146606269,146606269,146606269,146606269,146606269,146606269,146606269,146606269,146606269,4294838461,4393149,146606269,89785690,89785690,89785690,89785690,89785690,89784414,6161754,89785690,89785690,89785690,89785690,89785690,89785690,89785690,89785690,89785690,89785690,89786773,89785690,160826714,89785690,89786775,89785690,160957786,89785690,89785690,89785690,89785690,89785690,89785690,89785690,89785690,89785690,89785690,89785690,89785690,89785690,89785690,89785690,89785690,89785690,89785690,89785690,89785690,89785690,89785690,89786777,89785690,89786778,89785690,89785690,89785690,89785690,89785690,89785690,89785690,89785690,89785690,89785690,89785690,89785690,4294837594,8783194,89785690,49808120,49808120,49808120,49808120,49808120,49807454,6161144,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49807792,49808120,27984632,49808120,49808122,49808120,50004728,161155483,161155483,161155483,161155483,161155483,49808120,49808120,49808120,161153784,161155483,161155483,49809819,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49808124,49808120,161153789,161155483,161155483,49809819,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49808120,4294836984,18219768,49808120,50135805,50135805,50135805,50135805,50135805,50135134,6161149,50135805,50135805,50135805,50135805,50135805,50135805,50135805,50135805,50135805,50135805,50135472,50135805,49545981,50135805,50136413,50135805,161219325,50135805,50135805,50135805,50135805,50135805,50135805,50135805,50135805,50135805,50135805,50135805,50135805,50135805,50135805,50135805,50135805,50135805,50135805,50135805,50135805,50135805,50135805,50136415,50135805,50135805,50135805,50135805,50135805,50135805,50135805,50135805,50135805,50135805,50135805,50135805,50135805,50135805,4294836989,18219773,50135805,50135805,50135805,50135805,50135805,50135805,50137501,161284861,50135805,50135805,50135805,50135805,50135805,50135805,50135805,50135805,50135805,50135805,50136418,50135805,49545981,50135805,50136413,50135805,90047229,50135805,50135805,50135805,50135805,50135805,50135805,50135805,50135805,50135805,50135805,50135805,50135805,50135805,50135805,50135805,50135805,50135805,50135805,50135805,50135805,50135805,50135805,50137502,50135805,50135805,50135805,50135805,50135805,50135805,50135805,50135805,50135805,50135805,50135805,161415933,50135805,50135805,4294836989,18219773,50135805,17957138,17957138,17957138,17957138,17957138,17956958,6160658,17957138,17957138,17957138,17957138,17957138,17957138,17957138,17957138,17957138,17957138,17957296,17957138,17957138,17957138,17957297,17957138,28442898,161483168,161483168,161483168,161483168,161483168,17957138,17957138,17957138,161480978,161483168,161483168,17959328,17957138,17957138,17957138,17957138,17957138,17957138,17957138,17957138,17957138,17957138,17957299,17957138,161481140,161483168,161483168,17959328,17957138,17957138,17957138,17957138,17957138,17957138,17957138,17957138,17957138,4294836498,18219282,17957138,150604026,150604026,150604026,150604026,150604026,150601931,13306106,150604026,150604026,150604026,150604026,150604026,150604026,150604026,150604026,150604026,150604026,150603011,150604026,47319290,150604026,150604193,150604026,161614074,150604026,150604026,150604026,150604026,150604026,150604026,150604026,150604026,150604026,150604026,150604026,150604026,150604026,150604026,150604026,150604026,150604026,150604026,150604026,150604026,150604026,150604026,150604195,150604026,150602463,150604026,150604026,150604026,150604026,150604026,150604026,150604026,150604026,150604026,150604026,150604026,150604026,4294838522,4393210,150604026,161745316,161745316,161745316,161745316,161745316,161742942,6162852,161745316,161745316,161745316,161745316,161745316,161745316,161745316,161745316,161745316,161745316,161743609,161745316,90835364,161745316,161745317,161745316,161876388,161745316,161745316,161745316,161745316,161745316,161745316,161745316,161745316,161745316,161745316,161745316,161745316,161745316,161745316,161745316,161745316,161745316,161745316,161745316,161745316,161745316,161745316,161745319,161745316,161743613,161745316,161745316,161745316,161745316,161745316,161745316,161745316,161745316,161745316,161745316,161745316,161745316,4294838692,18221476,161745316,28574132,28574132,28574132,28574132,28574132,28573790,6160820,28574132,28574132,28574132,28574132,28574132,28574132,28574132,28574132,28574132,28574132,28574128,28574132,28705204,28574132,28574466,28574132,50528692,162007464,162007464,162007464,162007464,162007464,28574132,28574132,28574132,162005428,162007464,162007464,28576168,28574132,28574132,28574132,28574132,28574132,28574132,28574132,28574132,28574132,28574132,28574468,28574132,162005428,162007464,162007464,28576168,28574132,28574132,28574132,28574132,28574132,28574132,28574132,28574132,28574132,4294836660,18219444,28574132,162073001,162073001,162073001,162073001,162073001,162070622,6162857,162073001,162073001,162073001,162073001,162073001,162073001,162073001,162073001,162073001,162073001,162071289,162073001,90835369,162073001,162073002,162073001,162204073,162073001,162073001,162073001,162073001,162073001,162073001,162073001,162073001,162073001,162073001,162073001,162073001,162073001,162073001,162073001,162073001,162073001,162073001,162073001,162073001,162073001,162073001,162073004,162073001,162071293,162073001,162073001,162073001,162073001,162073001,162073001,162073001,162073001,162073001,162073001,162073001,162073001,4294838697,18221481,162073001,28705206,28705206,28705206,28705206,28705206,28704862,6160822,28705206,28705206,28705206,28705206,28705206,28705206,28705206,28705206,28705206,28705206,28705200,28705206,28705206,28705206,28705541,28705206,50725302,162335149,162335149,162335149,162335149,162335149,28705206,28705206,28705206,162333110,162335149,162335149,28707245,28705206,28705206,28705206,28705206,28705206,28705206,28705206,28705206,28705206,28705206,28705543,28705206,162333108,162335149,162335149,28707245,28705206,28705206,28705206,28705206,28705206,28705206,28705206,28705206,28705206,4294836662,18219446,28705206,90768745,90768745,90768745,90768745,90768745,90767454,6161769,90768745,90768745,90768745,90768745,90768745,90768745,90768745,90768745,90768745,90768745,90767633,90768745,90834281,90768745,90768747,90768745,90965353,90768745,90768745,90768745,90768745,90768745,90768745,90768745,90768745,90768745,90768745,90768745,90768745,90768745,90768745,90768745,90768745,90768745,90768745,90768745,90768745,90768745,90768745,90768749,90768745,90767791,90768745,90768745,90768745,90768745,90768745,90768745,90768745,90768745,90768745,90768745,90768745,90768745,4294837609,18220393,90768745,90834282,90834282,90834282,90834282,90834282,90832990,6161770,90834282,90834282,90834282,90834282,90834282,90834282,90834282,90834282,90834282,90834282,90833328,90834282,90834282,90834282,90835374,90834282,162465130,90834282,90834282,90834282,90834282,90834282,90834282,90834282,90834282,90834282,90834282,90834282,90834282,90834282,90834282,90834282,90834282,90834282,90834282,90834282,90834282,90834282,90834282,90835376,90834282,90833647,90834282,90834282,90834282,90834282,90834282,90834282,90834282,90834282,90834282,90834282,90834282,90834282,4294837610,18220394,90834282,90768745,90768745,90768745,90768745,90768745,90767454,6161769,90768745,90768745,90768745,90768745,90768745,90768745,90768745,90768745,90768745,90768745,90767633,90768745,90834281,90768745,90768747,90768745,162596201,90768745,90768745,90768745,90768745,90768745,90768745,90768745,90768745,90768745,90768745,90768745,90768745,90768745,90768745,90768745,90768745,90768745,90768745,90768745,90768745,90768745,90768745,90768749,90768745,90767791,90768745,90768745,90768745,90768745,90768745,90768745,90768745,90768745,90768745,90768745,90768745,90768745,4294837609,18220393,90768745,90768745,90768745,90768745,90768745,90768745,90769842,162661737,90768745,90768745,90768745,90768745,90768745,90768745,90768745,90768745,90768745,90768745,90768137,90768745,90834281,90768745,90768747,90768745,90965353,90768745,90768745,90768745,90768745,90768745,90768745,90768745,90768745,90768745,90768745,90768745,90768745,90768745,90768745,90768745,90768745,90768745,90768745,90768745,90768745,90768745,90768745,90769843,90768745,90767791,90768745,90768745,90768745,90768745,90768745,90768745,90768745,90768745,90768745,162792809,90768745,90768745,4294837609,18220393,90768745,18153749,18153749,18153749,18153749,18153749,18153566,6160661,18153749,18153749,18153749,18153749,18153749,18153749,18153749,18153749,18153749,18153749,18153745,18153749,28705045,18153749,18153911,18153749,28836117,162859445,162859445,162859445,162859445,162859445,18153749,18153749,18153749,162857237,162859445,162859445,18155957,18153749,18153749,18153749,18153749,18153749,18153749,18153749,18153749,18153749,18153749,18153913,18153749,162857237,162859445,162859445,18155957,18153749,18153749,18153749,18153749,18153749,18153749,18153749,18153749,18153749,4294836501,18219285,18153749,91161967,91161967,91161967,91161967,91161967,91160779,13305199,91161967,91161967,91161967,91161967,91161967,91161967,91161967,91161967,91161967,91161967,91161825,91161967,162923887,91161967,91163063,91161967,163054959,91161967,91161967,91161967,91161967,91161967,91161967,91161967,91161967,91161967,91161967,91161967,91161967,91161967,91161967,91161967,91161967,91161967,91161967,91161967,91161967,91161967,91161967,91162981,91161967,91161612,91161967,91161967,91161967,91161967,91161967,91161967,91161967,91161967,91161967,91161967,91161967,91161967,4294837615,22545775,91161967,48693991,48693991,48693991,48693991,48693991,48693429,11862759,48693991,48693991,48693991,48693991,48693991,48693991,48693991,48693991,48693991,48693991,48693515,48693991,27788007,48693991,48694590,48693991,48693991,163121593,163121593,163121593,163121593,163121593,48693991,48693991,48693991,163119847,163121593,163121593,48695737,48693991,48693991,48693991,48693991,48693991,48693991,48693991,48693991,48693991,48693991,48694029,48693991,163120447,163121593,163121593,48695737,48693991,48693991,48693991,48693991,48693991,48693991,48693991,48693991,48693991,48693991,48693991,48693991,18284823,18284823,18284823,18284823,18284823,18284747,13304087,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284810,18284823,28967191,18284823,18284987,18284823,29098263,163187130,163187130,163187130,163187130,163187130,18284823,18284823,18284823,163184919,163187130,163187130,18287034,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284989,18284823,163184988,163187130,163187130,18287034,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,4294836503,4391191,18284823,51446545,51446545,51446545,51446545,51446545,51445963,13304593,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446163,51446545,37618449,51446545,51448251,51446545,64029457,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51447157,51446545,51447158,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,4294837009,4391697,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51447155,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,163316497,51446545,51446545,51446545,51446545,51446545,91620726,91620726,91620726,91620726,91620726,91619422,6161782,91620726,91620726,91620726,91620726,91620726,91620726,91620726,91620726,91620726,91620726,91620115,91620726,119407990,91620726,91621821,91620726,163448182,91620726,91620726,91620726,91620726,91620726,91620726,91620726,91620726,91620726,91620726,91620726,91620726,91620726,91620726,91620726,91620726,91620726,91620726,91620726,91620726,91620726,91620726,91621823,91620726,91620029,91620726,91620726,91620726,91620726,91620726,91620726,91620726,91620726,91620726,91620726,91620726,91620726,4294837622,163579254,91620726,18415897,18415897,18415897,18415897,18415897,18415797,11862297,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415745,18415897,12517657,18415897,18416063,18415897,18415897,163645889,163645889,163645889,163645889,163645889,18415897,18415897,18415897,163643673,163645889,163645889,18418113,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18416064,18415897,163643841,163645889,163645889,18418113,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415897,80348362,80348362,80348362,80348362,80348362,80347230,6161610,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80349634,80348362,50267338,80348362,80349322,80348362,143328458,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80349324,80348362,80347417,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,4294837450,143459530,80348362,78841011,78841011,78841011,78841011,78841011,78839989,11863219,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841034,78841011,49349811,78841011,78841209,78841011,95552691,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841210,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841209,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,163775667,78841011,78841011,78841011,78841011,78841011,51643156,51643156,51643156,51643156,51643156,51642462,6161172,51643156,51643156,51643156,51643156,51643156,51643156,51643156,51643156,51643156,51643156,51643593,51643156,29426452,51643156,51643771,51643156,163840788,51643156,51643156,51643156,51643156,51643156,51643156,51643156,51643156,51643156,51643156,51643156,51643156,51643156,51643156,51643156,51643156,51643156,51643156,51643156,51643156,51643156,51643156,51643773,51643156,51643774,51643156,51643156,51643156,51643156,51643156,51643156,51643156,51643156,51643156,51643156,51643156,51643156,4294837012,8782612,51643156,51643156,51643156,51643156,51643156,51643156,51642462,6161172,51643156,51643156,51643156,51643156,51643156,51643156,51643156,51643156,51643156,51643156,51643593,51643156,29426452,51643156,51643771,51643156,50725652,51643156,51643156,51643156,51643156,51643156,51643156,51643156,51643156,51643156,51643156,51643156,51643156,51643156,51643156,51643156,51643156,51643156,51643156,51643156,51643156,51643156,51643156,51643773,51643156,51643774,51643156,51643156,51643156,51643156,51643156,51643156,51643156,51643156,51643156,51643156,51643156,51643156,4294837012,8782612,51643156,51643156,51643156,51643156,51643156,51643156,51643156,51643156,51643156,51643156,51643156,51643156,51643156,51643156,51643156,51643156,51643156,51643156,51643156,51643156,51643156,51643156,51643771,51643156,51643156,51643156,51643156,51643156,51643156,51643156,51643156,51643156,51643156,51643156,51643156,51643156,51643156,51643156,51643156,51643156,51643156,51643156,51643156,51643156,51643156,51643156,51643156,51643156,51643156,51643156,51643156,51643156,51643156,51643156,51643156,51643156,51643156,51643156,51643156,163906324,51643156,51643156,51643156,51643156,51643156,92145022,92145022,92145022,92145022,92145022,92143710,6161790,92145022,92145022,92145022,92145022,92145022,92145022,92145022,92145022,92145022,92145022,92144403,92145022,93062526,92145022,92146118,92145022,164038014,92145022,92145022,92145022,92145022,92145022,92145022,92145022,92145022,92145022,92145022,92145022,92145022,92145022,92145022,92145022,92145022,92145022,92145022,92145022,92145022,92145022,92145022,92146120,92145022,92144414,92145022,92145022,92145022,92145022,92145022,92145022,92145022,92145022,92145022,92145022,92145022,92145022,4294837630,164169086,92145022,51446545,51446545,51446545,51446545,51446545,51445963,13304593,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446163,51446545,37618449,51446545,51447155,51446545,164234001,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51447157,51446545,51447158,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,4294837009,4391697,51446545,51905304,51905304,51905304,51905304,51905304,51904606,6161176,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905299,51905304,52298520,51905304,51905921,51905304,164299544,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905303,51905304,51904961,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905304,4294837016,92537624,51905304,51905304,51905304,51905304,51905304,51905304,51904606,6161176,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905299,51905304,52298520,51905304,51905921,51905304,92472088,164366796,164366796,164366796,164366796,164366796,51905304,51905304,51905304,164365080,164366796,164366796,51907020,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905303,51905304,164364737,164366796,164366796,51907020,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905304,4294837016,92537624,51905304,51905304,51905304,51905304,51905304,51905304,51904606,6161176,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905299,51905304,52298520,51905304,51905921,51905304,164430616,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905303,51905304,51904961,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905304,4294837016,92537624,51905304,12517567,12517567,12517567,12517567,12517567,12517470,6160575,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517504,12517567,18415807,12517567,12517658,12517567,18546879,164497870,164497870,164497870,164497870,164497870,12517567,12517567,12517567,164495551,164497870,164497870,12519886,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517660,12517567,164495645,164497870,164497870,12519886,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517567,12517567,4294836415,8782015,12517567,92734855,92734855,92734855,92734855,92734855,92733643,13305223,92734855,92734855,92734855,92734855,92734855,92734855,92734855,92734855,92734855,92734855,92733843,92734855,67306887,92734855,92735951,92734855,164627847,92734855,92734855,92734855,92734855,92734855,92734855,92734855,92734855,92734855,92734855,92734855,92734855,92734855,92734855,92734855,92734855,92734855,92734855,92734855,92734855,92734855,92734855,92735953,92734855,92735262,92734855,92734855,92734855,92734855,92734855,92734855,92734855,92734855,92734855,92734855,92734855,92734855,4294837639,4392327,92734855,29622724,29622724,29622724,29622724,29622724,29622453,11862468,29622724,29622724,29622724,29622724,29622724,29622724,29622724,29622724,29622724,29622724,29622401,29622724,18678212,29622724,29623068,29622724,29622724,164760018,164760018,164760018,164760018,164760018,29622724,29622724,29622724,164757956,164760018,164760018,29624786,29622724,29622724,29622724,29622724,29622724,29622724,29622724,29622724,29622724,29622724,29623069,29622724,164758302,164760018,164760018,29624786,29622724,29622724,29622724,29622724,29622724,29622724,29622724,29622724,29622724,29622724,29622724,29622724,52298526,52298526,52298526,52298526,52298526,52297822,6161182,52298526,52298526,52298526,52298526,52298526,52298526,52298526,52298526,52298526,52298526,52298953,52298526,51905310,52298526,52299145,52298526,164823838,52298526,52298526,52298526,52298526,52298526,52298526,52298526,52298526,52298526,52298526,52298526,52298526,52298526,52298526,52298526,52298526,52298526,52298526,52298526,52298526,52298526,52298526,52299147,52298526,52299148,52298526,52298526,52298526,52298526,52298526,52298526,52298526,52298526,52298526,52298526,52298526,52298526,4294837022,8782622,52298526,52298526,52298526,52298526,52298526,52298526,52297822,6161182,52298526,52298526,52298526,52298526,52298526,52298526,52298526,52298526,52298526,52298526,52298953,52298526,51905310,52298526,52299145,52298526,50529054,52298526,52298526,52298526,52298526,52298526,52298526,52298526,52298526,52298526,52298526,52298526,52298526,52298526,52298526,52298526,52298526,52298526,52298526,52298526,52298526,52298526,52298526,52299147,52298526,52299148,52298526,52298526,52298526,52298526,52298526,52298526,52298526,52298526,52298526,52298526,52298526,52298526,4294837022,8782622,52298526,52298526,52298526,52298526,52298526,52298526,52298526,52298526,52298526,52298526,52298526,52298526,52298526,52298526,52298526,52298526,52298526,52298526,52298526,52298526,52298526,52298526,52299145,52298526,52298526,52298526,52298526,52298526,52298526,52298526,52298526,52298526,52298526,52298526,52298526,52298526,52298526,52298526,52298526,52298526,52298526,52298526,52298526,52298526,52298526,52298526,52298526,52298526,52298526,52298526,52298526,52298526,52298526,52298526,52298526,52298526,52298526,52298526,52298526,164889374,52298526,52298526,52298526,52298526,52298526,93062540,93062540,93062540,93062540,93062540,93061214,6161804,93062540,93062540,93062540,93062540,93062540,93062540,93062540,93062540,93062540,93062540,93062345,93062540,92145036,93062540,93063637,93062540,165021068,93062540,93062540,93062540,93062540,93062540,93062540,93062540,93062540,93062540,93062540,93062540,93062540,93062540,93062540,93062540,93062540,93062540,93062540,93062540,93062540,93062540,93062540,93063624,93062540,93061918,93062540,93062540,93062540,93062540,93062540,93062540,93062540,93062540,93062540,93062540,93062540,93062540,4294837644,165086604,93062540,165153240,165153240,165153240,165153240,165153240,165150923,13306328,165153240,165153240,165153240,165153240,165153240,165153240,165153240,165153240,165153240,165153240,165151137,165153240,165218776,165153240,165153242,165153240,36112856,165153240,165153240,165153240,165153240,165153240,165153240,165153240,165153240,165153240,165153240,165153240,165153240,165153240,165153240,165153240,165153240,165153240,165153240,165153240,165153240,165153240,165153240,165153243,165153240,165153244,165153240,165153240,165153240,165153240,165153240,165153240,165153240,165153240,165153240,165153240,165153240,165153240,4294838744,4393432,165153240,18678045,18678045,18678045,18678045,18678045,18677854,6160669,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18677888,18678045,29622557,18678045,18678213,18678045,29753629,165480925,165480925,165480925,165480925,165480925,18678045,18678045,18678045,165478685,165480925,165480925,18680285,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678215,18678045,165478591,165480925,165480925,18680285,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678045,4294836509,29884701,18678045,93259151,93259151,93259151,93259151,93259151,93257971,15926671,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93258531,93259151,30082447,93259151,93259151,93259151,93390223,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259154,93259151,93259155,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,4294837647,9241999,93259151,93259151,93259151,93259151,93259151,93259151,93257971,15926671,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93260254,93259151,30082447,93259151,93259151,93259151,93390223,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259154,93259151,93259155,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,4294837647,9241999,93259151,93259151,93259151,93259151,93259151,93259151,93257971,15926671,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93258531,93259151,30082447,93259151,93260255,93259151,93390223,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259154,93259151,93259155,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,4294837647,9241999,93259151,93259151,93259151,93259151,93259151,93259151,93260257,165741967,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259159,93259151,30082447,93259151,93259151,93259151,93390223,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93260258,93259151,93259155,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,165873039,93259151,93259151,4294837647,9241999,93259151,93521299,93521299,93521299,93521299,93521299,93520115,15926675,93521299,93521299,93521299,93521299,93521299,93521299,93521299,93521299,93521299,93521299,93520675,93521299,53216659,93521299,93521299,93521299,165938579,93521299,93521299,93521299,93521299,93521299,93521299,93521299,93521299,93521299,93521299,93521299,93521299,93521299,93521299,93521299,93521299,93521299,93521299,93521299,93521299,93521299,93521299,93522405,93521299,93521299,93521299,93521299,93521299,93521299,93521299,93521299,93521299,93521299,93521299,93521299,93521299,93521299,4294837651,9242003,93521299,93586836,93586836,93586836,93586836,93586836,93586513,72418708,93586836,93586836,93586836,93586836,93586836,93586836,93586836,93586836,93586836,93586836,93587942,93586836,94111124,93586836,93587943,93586836,166200724,93586836,93586836,93586836,93586836,93586836,93586836,93586836,93586836,93586836,93586836,93586836,93586836,93586836,93586836,93586836,93586836,93586836,93586836,93586836,93586836,93586836,93586836,93587945,93586836,93587946,93586836,93586836,93586836,93586836,93586836,93586836,93586836,93586836,93586836,93586836,93586836,93586836,4294837652,9242004,93586836,93652373,93652373,93652373,93652373,93652373,93651308,23856533,93652373,93652373,93652373,93652373,93652373,93652373,93652373,93652373,93652373,93652373,93653483,93652373,166462869,93652373,93652373,93652373,93652373,93652373,93652373,93652373,93652373,93652373,93652373,93652373,93652373,93652373,93652373,93652373,93652373,93652373,93652373,93652373,93652373,93652373,93652373,93652373,93652373,93652373,93652373,93653485,93652373,93652373,93652373,93652373,93652373,93652373,93652373,93652373,93652373,93652373,93652373,93652373,93652373,93652373,93652373,93652373,93652373,93717910,93717910,93717910,93717910,93717910,93716723,15926678,93717910,93717910,93717910,93717910,93717910,93717910,93717910,93717910,93717910,93717910,93719022,93717910,166659478,93717910,93717910,93717910,166725014,93717910,93717910,93717910,93717910,93717910,93717910,93717910,93717910,93717910,93717910,93717910,93717910,93717910,93717910,93717910,93717910,93717910,93717910,93717910,93717910,93717910,93717910,93719025,93717910,93719026,93717910,93717910,93717910,93717910,93717910,93717910,93717910,93717910,93717910,93717910,93717910,93717910,4294837654,4392342,93717910,93259151,93259151,93259151,93259151,93259151,93257971,15926671,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93260275,93259151,30082447,93259151,93259151,93259151,93390223,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259154,93259151,93259155,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,4294837647,9241999,93259151,30081483,30081483,30081483,30081483,30081483,30081267,15925707,30081483,30081483,30081483,30081483,30081483,30081483,30081483,30081483,30081483,30081483,30081827,30081483,30081483,30081483,30081483,30081483,52691403,30081483,30081483,30081483,30081483,30081483,30081483,30081483,30081483,30081483,30081483,30081483,30081483,30081483,30081483,30081483,30081483,30081483,30081483,30081483,30081483,30081483,30081483,30081829,30081483,30081830,30081483,30081483,30081483,30081483,30081483,30081483,30081483,30081483,30081483,166986187,30081483,30081483,4294836683,9241035,30081483,30081483,30081483,30081483,30081483,30081483,30081267,15925707,30081483,30081483,30081483,30081483,30081483,30081483,30081483,30081483,30081483,30081483,30081827,30081483,30081483,30081483,30081483,30081483,52691403,167053813,167053813,167053813,167053813,167053813,30081483,30081483,30081483,167051723,167053813,167053813,30083573,30081483,30081483,30081483,30081483,30081483,30081483,30081483,30081483,30081483,30081483,30081829,30081483,167052070,167053813,167053813,30083573,30081483,30081483,30081483,30081483,30081483,30081483,30081483,30081483,30081483,4294836683,9241035,30081483,52822822,52822822,52822822,52822822,52822822,52822259,15926054,52822822,52822822,52822822,52822822,52822822,52822822,52822822,52822822,52822822,52822822,52822819,52822822,53216038,52822822,52824566,52822822,93979430,52822822,52822822,52822822,52822822,52822822,52822822,52822822,52822822,52822822,52822822,52822822,52822822,52822822,52822822,52822822,52822822,52822822,52822822,52822822,52822822,52822822,52822822,52823451,52822822,52822822,52822822,52822822,52822822,52822822,52822822,52822822,52822822,52822822,52822822,52822822,52822822,52822822,4294837030,9241382,52822822,52822822,52822822,52822822,52822822,52822822,52824568,167248678,52822822,52822822,52822822,52822822,52822822,52822822,52822822,52822822,52822822,52822822,52824569,52822822,53216038,52822822,52822822,52822822,93979430,52822822,52822822,52822822,52822822,52822822,52822822,52822822,52822822,52822822,52822822,52822822,52822822,52822822,52822822,52822822,52822822,52822822,52822822,52822822,52822822,52822822,52822822,52824570,52822822,52822822,52822822,52822822,52822822,52822822,52822822,52822822,52822822,52822822,52822822,167445286,52822822,52822822,4294837030,9241382,52822822,94111132,94111132,94111132,94111132,94111132,94110801,72418716,94111132,94111132,94111132,94111132,94111132,94111132,94111132,94111132,94111132,94111132,94111658,94111132,94111132,94111132,94112252,94111132,167576988,94111132,94111132,94111132,94111132,94111132,94111132,94111132,94111132,94111132,94111132,94111132,94111132,94111132,94111132,94111132,94111132,94111132,94111132,94111132,94111132,94111132,94111132,94112254,94111132,94112255,94111132,94111132,94111132,94111132,94111132,94111132,94111132,94111132,94111132,94111132,94111132,94111132,4294837660,9242012,94111132,52888359,52888359,52888359,52888359,52888359,52888657,72418087,52888359,52888359,52888359,52888359,52888359,52888359,52888359,52888359,52888359,52888359,52888658,52888359,94110503,52888359,52890112,52888359,94241575,52888359,52888359,52888359,52888359,52888359,52888359,52888359,52888359,52888359,52888359,52888359,52888359,52888359,52888359,52888359,52888359,52888359,52888359,52888359,52888359,52888359,52888359,52888991,52888359,52888992,52888359,52888359,52888359,52888359,52888359,52888359,52888359,52888359,52888359,52888359,52888359,52888359,4294837031,9241383,52888359,52888359,52888359,52888359,52888359,52888359,52888221,43844391,52888359,52888359,52888359,52888359,52888359,52888359,52888359,52888359,52888359,52888359,52889520,52888359,94110503,52888359,52888989,52888359,94241575,52888359,52888359,52888359,52888359,52888359,52888359,52888359,52888359,52888359,52888359,52888359,52888359,52888359,52888359,52888359,52888359,52888359,52888359,52888359,52888359,52888359,52888359,52890113,52888359,52888992,52888359,52888359,52888359,52888359,52888359,52888359,52888359,52888359,52888359,167904039,52888359,52888359,4294837031,9241383,52888359,94373280,94373280,94373280,94373280,94373280,94372945,72418720,94373280,94373280,94373280,94373280,94373280,94373280,94373280,94373280,94373280,94373280,94372946,94373280,167970208,94373280,94374404,94373280,168101280,94373280,94373280,94373280,94373280,94373280,94373280,94373280,94373280,94373280,94373280,94373280,94373280,94373280,94373280,94373280,94373280,94373280,94373280,94373280,94373280,94373280,94373280,94374406,94373280,94373280,94373280,94373280,94373280,94373280,94373280,94373280,94373280,94373280,94373280,94373280,94373280,94373280,4294837664,9242016,94373280,94504354,94504354,94504354,94504354,94504354,94503084,11273634,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94505479,94504354,52954530,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504692,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,52953896,52953896,52953896,52953896,52953896,52953331,15926056,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52954529,52953896,94503720,52953896,52955502,52953896,30147368,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52954532,52953896,52954533,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,4294837032,4391720,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52955656,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52955657,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,168428328,52953896,52953896,52953896,52953896,52953896,94700965,94700965,94700965,94700965,94700965,94699692,11273637,94700965,94700965,94700965,94700965,94700965,94700965,94700965,94700965,94700965,94700965,94699760,94700965,94700965,94700965,94700965,94700965,94700965,94700965,94700965,94700965,94700965,94700965,94700965,94700965,94700965,94700965,94700965,94700965,94700965,94700965,94700965,94700965,94700965,94700965,94700965,94700965,94700965,94700965,94700965,94702091,94700965,94700973,94700965,94700965,94700965,94700965,94700965,94700965,94700965,94700965,94700965,94700965,94700965,94700965,94700965,94700965,94700965,29950409,29950409,29950409,29950409,29950409,29950195,15925705,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950573,29950409,30081481,29950409,29950409,29950409,30147017,168561164,168561164,168561164,168561164,168561164,29950409,29950409,29950409,168559049,168561164,168561164,29952524,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950413,29950409,168559054,168561164,168561164,29952524,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,4294836681,9241033,29950409,29950409,29950409,29950409,29950409,29950409,29950195,15925705,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950573,29950409,30081481,29950409,29950409,29950409,30147017,168626701,168626701,168626701,168626701,168626701,29950409,29950409,29950409,168624585,168626701,168626701,29952525,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950413,29950409,168624590,168626701,168626701,29952525,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,4294836681,9241033,29950409,53216044,53216044,53216044,53216044,53216044,53215475,15926060,53216044,53216044,53216044,53216044,53216044,53216044,53216044,53216044,53216044,53216044,53216035,53216044,53216044,53216044,53217806,53216044,94962476,53216044,53216044,53216044,53216044,53216044,53216044,53216044,53216044,53216044,53216044,53216044,53216044,53216044,53216044,53216044,53216044,53216044,53216044,53216044,53216044,53216044,53216044,53216682,53216044,53216038,53216044,53216044,53216044,53216044,53216044,53216044,53216044,53216044,53216044,53216044,53216044,53216044,4294837036,9241388,53216044,53216044,53216044,53216044,53216044,53216044,53217808,168821548,53216044,53216044,53216044,53216044,53216044,53216044,53216044,53216044,53216044,53216044,53217809,53216044,53216044,53216044,53216044,53216044,94962476,53216044,53216044,53216044,53216044,53216044,53216044,53216044,53216044,53216044,53216044,53216044,53216044,53216044,53216044,53216044,53216044,53216044,53216044,53216044,53216044,53216044,53216044,53217810,53216044,53216038,53216044,53216044,53216044,53216044,53216044,53216044,53216044,53216044,53216044,169018156,53216044,53216044,4294837036,9241388,53216044,95094187,95094187,95094187,95094187,95094187,95093841,72418731,95094187,95094187,95094187,95094187,95094187,95094187,95094187,95094187,95094187,95094187,95093842,95094187,169084331,95094187,95095317,95094187,169215403,95094187,95094187,95094187,95094187,95094187,95094187,95094187,95094187,95094187,95094187,95094187,95094187,95094187,95094187,95094187,95094187,95094187,95094187,95094187,95094187,95094187,95094187,95095319,95094187,95094176,95094187,95094187,95094187,95094187,95094187,95094187,95094187,95094187,95094187,95094187,95094187,95094187,4294837675,9242027,95094187,95159724,95159724,95159724,95159724,95159724,95158636,23856556,95159724,95159724,95159724,95159724,95159724,95159724,95159724,95159724,95159724,95159724,95158651,95159724,95159724,95159724,95159724,95159724,95159724,95159724,95159724,95159724,95159724,95159724,95159724,95159724,95159724,95159724,95159724,95159724,95159724,95159724,95159724,95159724,95159724,95159724,95159724,95159724,95159724,95159724,95159724,95160856,95159724,95160857,95159724,95159724,95159724,95159724,95159724,95159724,95159724,95159724,95159724,95159724,95159724,95159724,95159724,95159724,95159724,95225261,95225261,95225261,95225261,95225261,95224051,15926701,95225261,95225261,95225261,95225261,95225261,95225261,95225261,95225261,95225261,95225261,95225249,95225261,169477549,95225261,95225261,95225261,169543085,95225261,95225261,95225261,95225261,95225261,95225261,95225261,95225261,95225261,95225261,95225261,95225261,95225261,95225261,95225261,95225261,95225261,95225261,95225261,95225261,95225261,95225261,95226396,95225261,95226397,95225261,95225261,95225261,95225261,95225261,95225261,95225261,95225261,95225261,95225261,95225261,95225261,4294837677,4392365,95225261,169740830,169740830,169740830,169740830,169740830,169738483,15927838,169740830,169740830,169740830,169740830,169740830,169740830,169740830,169740830,169740830,169740830,169739686,169740830,169806366,169740830,169740830,169740830,169871902,169740830,169740830,169740830,169740830,169740830,169740830,169740830,169740830,169740830,169740830,169740830,169740830,169740830,169740830,169740830,169740830,169740830,169740830,169740830,169740830,169740830,169740830,169740833,169740830,169738702,169740830,169740830,169740830,169740830,169740830,169740830,169740830,169740830,169740830,169740830,169740830,169740830,4294838814,9243166,169740830,30278094,30278094,30278094,30278094,30278094,30277875,15925710,30278094,30278094,30278094,30278094,30278094,30278094,30278094,30278094,30278094,30278094,30278253,30278094,53215694,30278094,30278094,30278094,53281230,30278094,30278094,30278094,30278094,30278094,30278094,30278094,30278094,30278094,30278094,30278094,30278094,30278094,30278094,30278094,30278094,30278094,30278094,30278094,30278094,30278094,30278094,30278446,30278094,30278094,30278094,30278094,30278094,30278094,30278094,30278094,30278094,30278094,30278094,170000846,30278094,30278094,4294836686,9241038,30278094,30278094,30278094,30278094,30278094,30278094,30277875,15925710,30278094,30278094,30278094,30278094,30278094,30278094,30278094,30278094,30278094,30278094,30278253,30278094,53215694,30278094,30278094,30278094,53281230,170068515,170068515,170068515,170068515,170068515,30278094,30278094,30278094,170066382,170068515,170068515,30280227,30278094,30278094,30278094,30278094,30278094,30278094,30278094,30278094,30278094,30278094,30278446,30278094,170066382,170068515,170068515,30280227,30278094,30278094,30278094,30278094,30278094,30278094,30278094,30278094,30278094,4294836686,9241038,30278094,95552946,95552946,95552946,95552946,95552946,95551691,13305266,95552946,95552946,95552946,95552946,95552946,95552946,95552946,95552946,95552946,95552946,95554084,95552946,170198450,95552946,95554086,95552946,170329522,95552946,95552946,95552946,95552946,95552946,95552946,95552946,95552946,95552946,95552946,95552946,95552946,95552946,95552946,95552946,95552946,95552946,95552946,95552946,95552946,95552946,95552946,95554088,95552946,95554089,95552946,95552946,95552946,95552946,95552946,95552946,95552946,95552946,95552946,95552946,95552946,95552946,4294837682,4392370,95552946,30343631,30343631,30343631,30343631,30343631,30343371,13304271,30343631,30343631,30343631,30343631,30343631,30343631,30343631,30343631,30343631,30343631,30343664,30343631,30802383,30343631,30343983,30343631,53477839,170527274,170527274,170527274,170527274,170527274,30343631,30343631,30343631,170525135,170527274,170527274,30345770,30343631,30343631,30343631,30343631,30343631,30343631,30343631,30343631,30343631,30343631,30343985,30343631,170525490,170527274,170527274,30345770,30343631,30343631,30343631,30343631,30343631,30343631,30343631,30343631,30343631,4294836687,9241039,30343631,53609266,53609266,53609266,53609266,53609266,53608651,13304626,53609266,53609266,53609266,53609266,53609266,53609266,53609266,53609266,53609266,53609266,53608944,53609266,54985522,53609266,53611051,53609266,95814450,53609266,53609266,53609266,53609266,53609266,53609266,53609266,53609266,53609266,53609266,53609266,53609266,53609266,53609266,53609266,53609266,53609266,53609266,53609266,53609266,53609266,53609266,53609379,53609266,53609266,53609266,53609266,53609266,53609266,53609266,53609266,53609266,53609266,53609266,53609266,53609266,53609266,4294837042,9241394,53609266,53674803,53674803,53674803,53674803,53674803,53674159,11469619,53674803,53674803,53674803,53674803,53674803,53674803,53674803,53674803,53674803,53674803,53674983,53674803,57475891,53674803,53676588,53674803,170722099,53674803,53674803,53674803,53674803,53674803,53674803,53674803,53674803,53674803,53674803,53674803,53674803,53674803,53674803,53674803,53674803,53674803,53674803,53674803,53674803,53674803,53674803,53675448,53674803,53674317,53674803,53674803,53674803,53674803,53674803,53674803,53674803,53674803,53674803,53674803,53674803,53674803,4294837043,96011059,53674803,53674803,53674803,53674803,53674803,53674803,53674803,53674803,53674803,53674803,53674803,53674803,53674803,53674803,53674803,53674803,53674803,53674803,53674803,53674803,53674803,53674803,53674803,53674803,53674803,53674803,53674803,53674803,53674803,53674803,53674803,53674803,53674803,53674803,53674803,53674803,53674803,53674803,53674803,53674803,53674803,53674803,53674803,53674803,53674803,53674803,53674803,53674803,53674803,53674803,53674803,53674803,53674803,53674803,53674803,53674803,53674803,53674803,53674803,170787635,53674803,53674803,53674803,53674803,53674803,57541486,57541486,57541486,57541486,57541486,57540783,11469678,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57543215,57541486,32113518,57541486,57541486,57541486,101974894,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57542165,57541486,57541600,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,4294837102,102105966,57541486,53740340,53740340,53740340,53740340,53740340,53739695,11469620,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740986,53740340,30409524,53740340,53742128,53740340,76088116,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740988,53740340,53740004,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,4294837044,16778036,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,170984244,53740340,53740340,53740340,53740340,53740340,30409168,30409168,30409168,30409168,30409168,30474239,4294902224,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409523,30409168,53739984,30409168,30409168,30409168,30409168,171051570,171051570,171051570,171051570,171051570,30409168,30409168,30409168,171049424,171051570,171051570,30411314,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409525,30409168,171049424,171051570,171051570,30411314,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409168,96339390,96339390,96339390,96339390,96339390,96337954,2229694,96339390,96339390,96339390,96339390,96339390,96339390,96339390,96339390,96339390,96339390,96340531,96339390,96470462,96339390,96339390,96339390,96535998,96339390,96339390,96339390,96339390,96339390,96339390,96339390,96339390,96339390,96339390,96339390,96339390,96339390,96339390,96339390,96339390,96339390,96339390,96339390,96339390,96339390,96339390,96339394,96339390,96339395,96339390,96339390,96339390,96339390,96339390,96339390,96339390,96339390,96339390,96339390,96339390,96339390,4294837694,96732606,96339390,30474705,30474705,30474705,30474705,30474705,30474274,2228689,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30476852,30474705,53936593,30474705,30474705,30474705,54002129,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30475065,30474705,30475066,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,4294836689,4391377,30474705,96470464,96470464,96470464,96470464,96470464,96469026,2229696,96470464,96470464,96470464,96470464,96470464,96470464,96470464,96470464,96470464,96470464,96471605,96470464,96339392,96470464,96470464,96470464,102303168,96470464,96470464,96470464,96470464,96470464,96470464,96470464,96470464,96470464,96470464,96470464,96470464,96470464,96470464,96470464,96470464,96470464,96470464,96470464,96470464,96470464,96470464,96470466,96470464,96470554,96470464,96470464,96470464,96470464,96470464,96470464,96470464,96470464,96470464,96470464,96470464,96470464,4294837696,102434240,96470464,96339390,96339390,96339390,96339390,96339390,96337954,2229694,96339390,96339390,96339390,96339390,96339390,96339390,96339390,96339390,96339390,96339390,96340531,96339390,96470462,96339390,96340093,96339390,171312574,96339390,96339390,96339390,96339390,96339390,96339390,96339390,96339390,96339390,96339390,96339390,96339390,96339390,96339390,96339390,96339390,96339390,96339390,96339390,96339390,96339390,96339390,96339394,96339390,96339395,96339390,96339390,96339390,96339390,96339390,96339390,96339390,96339390,96339390,96339390,96339390,96339390,4294837694,96732606,96339390,96339390,96339390,96339390,96339390,96339390,96339390,96339390,96339390,96339390,96339390,96339390,96339390,96339390,96339390,96339390,96339390,96339390,96339390,96339390,96339390,96339390,96339390,96339390,96339390,96339390,96339390,96339390,96339390,96339390,96339390,96339390,96339390,96339390,96339390,96339390,96339390,96339390,96339390,96339390,96339390,96339390,96339390,96339390,96339390,96339390,96339390,96339390,96339390,96339390,96339390,96339390,96339390,96339390,96339390,96339390,96339390,96339390,96339390,171378110,96339390,96339390,96339390,96339390,96339390,96667075,96667075,96667075,96667075,96667075,96731135,4294903235,96667075,96667075,96667075,96667075,96667075,96667075,96667075,96667075,96667075,96667075,96665903,96667075,98764227,96667075,96667075,96667075,96667075,96667075,96667075,96667075,96667075,96667075,96667075,96667075,96667075,96667075,96667075,96667075,96667075,96667075,96667075,96667075,96667075,96667075,96667075,96667075,96667075,96667075,96667075,96668216,96667075,96668217,96667075,96667075,96667075,96667075,96667075,96667075,96667075,96667075,96667075,96667075,96667075,96667075,96667075,96667075,96667075,57738097,57738097,57738097,57738097,57738097,57737250,2229105,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57739834,57738097,32179057,57738097,57738097,57738097,102564721,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738695,57738097,57738782,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,4294837105,102695793,57738097,53936951,53936951,53936951,53936951,53936951,53936162,2229047,53936951,53936951,53936951,53936951,53936951,53936951,53936951,53936951,53936951,53936951,53937605,53936951,30475063,53936951,53938725,53936951,117637943,53936951,53936951,53936951,53936951,53936951,53936951,53936951,53936951,53936951,53936951,53936951,53936951,53936951,53936951,53936951,53936951,53936951,53936951,53936951,53936951,53936951,53936951,53937607,53936951,53936991,53936951,53936951,53936951,53936951,53936951,53936951,53936951,53936951,53936951,53936951,53936951,53936951,4294837047,96994103,53936951,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,171639665,57738097,57738097,57738097,57738097,57738097,4128831,4128831,4128831,4128831,4128831,4194303,4294901823,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,2228287,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4129338,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,30474705,30474705,30474705,30474705,30474705,30474274,2228689,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30475062,30474705,53936593,30474705,30474705,30474705,54002129,171706940,171706940,171706940,171706940,171706940,30474705,30474705,30474705,171704785,171706940,171706940,30476860,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30475065,30474705,171705146,171706940,171706940,30476860,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,4294836689,4391377,30474705,54133562,54133562,54133562,54133562,54133562,54133562,54133562,54133562,54133562,54133562,54133562,54133562,54133562,54133562,54133562,54133562,54133562,54133562,54133562,54133562,54133562,54133562,54133562,54133562,54133562,54133562,54133562,54133562,54133562,54133562,54133562,54133562,54133562,54133562,54133562,54133562,54133562,54133562,54133562,54133562,54133562,54133562,54133562,54133562,54133562,54133562,54133562,54133562,54133562,54133562,54133562,54133562,54133562,54133562,54133562,54133562,54133562,54133562,171770682,54133562,54133562,54133562,54133562,54133562,12779715,12779715,12779715,12779715,12779715,12779554,2228419,12779715,12779715,12779715,12779715,12779715,12779715,12779715,12779715,12779715,12779715,12779719,12779715,12779715,12779715,12779715,12779715,18809027,171838014,171838014,171838014,171838014,171838014,12779715,12779715,12779715,171835587,171838014,171838014,12782142,12779715,12779715,12779715,12779715,12779715,12779715,12779715,12779715,12779715,12779715,12779808,12779715,171835681,171838014,171838014,12782142,12779715,12779715,12779715,12779715,12779715,12779715,12779715,12779715,12779715,4294836419,9240771,12779715,54264636,54264636,54264636,54264636,54264636,54264011,13304636,54264636,54264636,54264636,54264636,54264636,54264636,54264636,54264636,54264636,54264636,54264304,54264636,56165180,54264636,54266431,54264636,97321788,54264636,54264636,54264636,54264636,54264636,54264636,54264636,54264636,54264636,54264636,54264636,54264636,54264636,54264636,54264636,54264636,54264636,54264636,54264636,54264636,54264636,54264636,54265294,54264636,54264626,54264636,54264636,54264636,54264636,54264636,54264636,54264636,54264636,54264636,54264636,54264636,54264636,4294837052,9241404,54264636,54264636,54264636,54264636,54264636,54264636,54266432,171967292,54264636,54264636,54264636,54264636,54264636,54264636,54264636,54264636,54264636,54264636,54265404,54264636,56165180,54264636,54265292,54264636,97321788,54264636,54264636,54264636,54264636,54264636,54264636,54264636,54264636,54264636,54264636,54264636,54264636,54264636,54264636,54264636,54264636,54264636,54264636,54264636,54264636,54264636,54264636,54266433,54264636,54264626,54264636,54264636,54264636,54264636,54264636,54264636,54264636,54264636,54264636,172098364,54264636,54264636,4294837052,9241404,54264636,97453519,97453519,97453519,97453519,97453519,97452207,11470287,97453519,97453519,97453519,97453519,97453519,97453519,97453519,97453519,97453519,97453519,97453498,97453519,54330831,97453519,97453519,97453519,172164559,97453519,97453519,97453519,97453519,97453519,97453519,97453519,97453519,97453519,97453519,97453519,97453519,97453519,97453519,97453519,97453519,97453519,97453519,97453519,97453519,97453519,97453519,97454660,97453519,97452894,97453519,97453519,97453519,97453519,97453519,97453519,97453519,97453519,97453519,97453519,97453519,97453519,4294837711,172295631,97453519,54330173,54330173,54330173,54330173,54330173,54330173,54330173,54330173,54330173,54330173,54330173,54330173,54330173,54330173,54330173,54330173,54330173,54330173,54330173,54330173,54330173,54330173,54330173,54330173,54330173,54330173,54330173,54330173,54330173,54330173,54330173,54330173,54330173,54330173,54330173,54330173,54330173,54330173,54330173,54330173,54330173,54330173,54330173,54330173,54330173,54330173,54330173,54330173,54330173,54330173,54330173,54330173,54330173,54330173,54330173,54330173,54330173,54330173,172360509,54330173,54330173,54330173,54330173,54330173,97584593,97584593,97584593,97584593,97584593,97583279,11470289,97584593,97584593,97584593,97584593,97584593,97584593,97584593,97584593,97584593,97584593,97585735,97584593,172492241,97584593,97584593,97584593,172557777,97584593,97584593,97584593,97584593,97584593,97584593,97584593,97584593,97584593,97584593,97584593,97584593,97584593,97584593,97584593,97584593,97584593,97584593,97584593,97584593,97584593,97584593,97585738,97584593,97585739,97584593,97584593,97584593,97584593,97584593,97584593,97584593,97584593,97584593,97584593,97584593,97584593,4294837713,16778705,97584593,97650130,97650130,97650130,97650130,97650130,97648674,2229714,97650130,97650130,97650130,97650130,97650130,97650130,97650130,97650130,97650130,97650130,97650117,97650130,54396370,97650130,97650130,97650130,172754386,97650130,97650130,97650130,97650130,97650130,97650130,97650130,97650130,97650130,97650130,97650130,97650130,97650130,97650130,97650130,97650130,97650130,97650130,97650130,97650130,97650130,97650130,97651277,97650130,97650156,97650130,97650130,97650130,97650130,97650130,97650130,97650130,97650130,97650130,97650130,97650130,97650130,4294837714,172885458,97650130,54395710,54395710,54395710,54395710,54395710,54394914,2229054,54395710,54395710,54395710,54395710,54395710,54395710,54395710,54395710,54395710,54395710,54395702,54395710,97649470,54395710,54397310,54395710,30671678,54395710,54395710,54395710,54395710,54395710,54395710,54395710,54395710,54395710,54395710,54395710,54395710,54395710,54395710,54395710,54395710,54395710,54395710,54395710,54395710,54395710,54395710,54396372,54395710,54396373,54395710,54395710,54395710,54395710,54395710,54395710,54395710,54395710,54395710,54395710,54395710,54395710,4294837054,4391742,54395710,54395710,54395710,54395710,54395710,54395710,54395710,54395710,54395710,54395710,54395710,54395710,54395710,54395710,54395710,54395710,54395710,54395710,54395710,54395710,54395710,54395710,54395710,54395710,54395710,54395710,54395710,54395710,54395710,54395710,54395710,54395710,54395710,54395710,54395710,54395710,54395710,54395710,54395710,54395710,54395710,54395710,54395710,54395710,54395710,54395710,54395710,54395710,54395710,54395710,54395710,54395710,54395710,54395710,54395710,54395710,54395710,54395710,54395710,172950334,54395710,54395710,54395710,54395710,54395710,97846741,97846741,97846741,97846741,97846741,97845282,2229717,97846741,97846741,97846741,97846741,97846741,97846741,97846741,97846741,97846741,97846741,97846070,97846741,99550677,97846741,97846741,97846741,173016533,97846741,97846741,97846741,97846741,97846741,97846741,97846741,97846741,97846741,97846741,97846741,97846741,97846741,97846741,97846741,97846741,97846741,97846741,97846741,97846741,97846741,97846741,97847889,97846741,97846078,97846741,97846741,97846741,97846741,97846741,97846741,97846741,97846741,97846741,97846741,97846741,97846741,4294837717,173147605,97846741,18940193,18940193,18940193,18940193,18940193,18939938,2228513,18940193,18940193,18940193,18940193,18940193,18940193,18940193,18940193,18940193,18940193,18940103,18940193,19267873,18940193,18940193,18940193,30671137,173214291,173214291,173214291,173214291,173214291,18940193,18940193,18940193,173211937,173214291,173214291,18942547,18940193,18940193,18940193,18940193,18940193,18940193,18940193,18940193,18940193,18940193,18940373,18940193,173211937,173214291,173214291,18942547,18940193,18940193,18940193,18940193,18940193,18940193,18940193,18940193,18940193,4294836513,9240865,18940193,54723395,54723395,54723395,54723395,54723395,54722763,13304643,54723395,54723395,54723395,54723395,54723395,54723395,54723395,54723395,54723395,54723395,54722876,54723395,54985539,54723395,54725204,54723395,98108227,54723395,54723395,54723395,54723395,54723395,54723395,54723395,54723395,54723395,54723395,54723395,54723395,54723395,54723395,54723395,54723395,54723395,54723395,54723395,54723395,54723395,54723395,54723491,54723395,54723395,54723395,54723395,54723395,54723395,54723395,54723395,54723395,54723395,54723395,54723395,54723395,54723395,4294837059,9241411,54723395,19005730,19005730,19005730,19005730,19005730,19005643,13304098,19005730,19005730,19005730,19005730,19005730,19005730,19005730,19005730,19005730,19005730,19005644,19005730,30802210,19005730,19005911,19005730,30933282,173345365,173345365,173345365,173345365,173345365,19005730,19005730,19005730,173343010,173345365,173345365,19008085,19005730,19005730,19005730,19005730,19005730,19005730,19005730,19005730,19005730,19005730,19005913,19005730,173343194,173345365,173345365,19008085,19005730,19005730,19005730,19005730,19005730,19005730,19005730,19005730,19005730,4294836514,9240866,19005730,54985543,54985543,54985543,54985543,54985543,54984907,13304647,54985543,54985543,54985543,54985543,54985543,54985543,54985543,54985543,54985543,54985543,54985020,54985543,54985543,54985543,54987350,54985543,98304839,54985543,54985543,54985543,54985543,54985543,54985543,54985543,54985543,54985543,54985543,54985543,54985543,54985543,54985543,54985543,54985543,54985543,54985543,54985543,54985543,54985543,54985543,54985645,54985543,54985539,54985543,54985543,54985543,54985543,54985543,54985543,54985543,54985543,54985543,54985543,54985543,54985543,4294837063,9241415,54985543,19071267,19071267,19071267,19071267,19071267,19071010,2228515,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19073623,19071267,31195427,19071267,19071267,19071267,31260963,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071454,19071267,19071455,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,4294836515,4391203,19071267,70452275,70452275,70452275,70452275,70452275,70452276,70517811,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70453848,70452275,70648883,70452275,70452275,70452275,70714419,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452280,70452275,70452281,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,4294837299,70911027,70452275,121505598,121505598,121505598,121505598,121505598,121503778,2230078,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121506393,121505598,121636670,121505598,121506394,121505598,98567998,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505601,121505598,121505602,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,4294838078,121833278,121505598,55182154,55182154,55182154,55182154,55182154,55181346,2229066,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182814,55182154,55313226,55182154,55182154,55182154,55378762,173738587,173738587,173738587,173738587,173738587,55182154,55182154,55182154,173736778,173738587,173738587,55183963,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182158,55182154,173736783,173738587,173738587,55183963,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,4294837066,55575370,55182154,55509839,55509839,55509839,55509839,55509839,55509839,55509839,55509839,55509839,55509839,55509839,55509839,55509839,55509839,55509839,55509839,55509839,55509839,55509839,55509839,55509839,55509839,55509839,55509839,55509839,55509839,55509839,55509839,55509839,55509839,55509839,55509839,55509839,55509839,55509839,55509839,55509839,55509839,55509839,55509839,55509839,55509839,55509839,55509839,55509839,55509839,55509839,55509839,55509839,55509839,55509839,55509839,55509839,55509839,55509839,55509839,55509839,55509839,173802319,55509839,55509839,55509839,55509839,55509839,98764259,98764259,98764259,98764259,98764259,98762786,2229731,98764259,98764259,98764259,98764259,98764259,98764259,98764259,98764259,98764259,98764259,98764254,98764259,96667107,98764259,98764259,98764259,173868515,98764259,98764259,98764259,98764259,98764259,98764259,98764259,98764259,98764259,98764259,98764259,98764259,98764259,98764259,98764259,98764259,98764259,98764259,98764259,98764259,98764259,98764259,98765406,98764259,98765407,98764259,98764259,98764259,98764259,98764259,98764259,98764259,98764259,98764259,98764259,98764259,98764259,4294837731,174065123,98764259,19071267,19071267,19071267,19071267,19071267,19071010,2228515,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071451,19071267,31195427,19071267,19071267,19071267,31260963,174131809,174131809,174131809,174131809,174131809,19071267,19071267,19071267,174129443,174131809,174131809,19073633,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071454,19071267,174129631,174131809,174131809,19073633,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,4294836515,4391203,19071267,31392223,31392223,31392223,31392223,31392223,31457279,4294902239,31392223,31392223,31392223,31392223,31392223,31392223,31392223,31392223,31392223,31392223,31391778,31392223,31392223,31392223,31392223,31392223,31392223,174197346,174197346,174197346,174197346,174197346,31392223,31392223,31392223,174195167,174197346,174197346,31394402,31392223,31392223,31392223,31392223,31392223,31392223,31392223,31392223,31392223,31392223,31392594,31392223,174195173,174197346,174197346,31394402,31392223,31392223,31392223,31392223,31392223,31392223,31392223,31392223,31392223,31392223,31392223,31392223,55837524,55837524,55837524,55837524,55837524,55836875,13304660,55837524,55837524,55837524,55837524,55837524,55837524,55837524,55837524,55837524,55837524,55837168,55837524,56165204,55837524,55839331,55837524,99091284,55837524,55837524,55837524,55837524,55837524,55837524,55837524,55837524,55837524,55837524,55837524,55837524,55837524,55837524,55837524,55837524,55837524,55837524,55837524,55837524,55837524,55837524,55838185,55837524,55837490,55837524,55837524,55837524,55837524,55837524,55837524,55837524,55837524,55837524,55837524,55837524,55837524,4294837076,9241428,55837524,55837524,55837524,55837524,55837524,55837524,55839332,174326612,55837524,55837524,55837524,55837524,55837524,55837524,55837524,55837524,55837524,55837524,55838375,55837524,56165204,55837524,55838183,55837524,99091284,55837524,55837524,55837524,55837524,55837524,55837524,55837524,55837524,55837524,55837524,55837524,55837524,55837524,55837524,55837524,55837524,55837524,55837524,55837524,55837524,55837524,55837524,55839333,55837524,55837490,55837524,55837524,55837524,55837524,55837524,55837524,55837524,55837524,55837524,174457684,55837524,55837524,4294837076,9241428,55837524,55903061,55903061,55903061,55903061,55903061,55903061,55903061,55903061,55903061,55903061,55903061,55903061,55903061,55903061,55903061,55903061,55903061,55903061,55903061,55903061,55903061,55903061,55903061,55903061,55903061,55903061,55903061,55903061,55903061,55903061,55903061,55903061,55903061,55903061,55903061,55903061,55903061,55903061,55903061,55903061,55903061,55903061,55903061,55903061,55903061,55903061,55903061,55903061,55903061,55903061,55903061,55903061,55903061,55903061,55903061,55903061,55903061,55903061,174523221,55903061,55903061,55903061,55903061,55903061,99288555,99288555,99288555,99288555,99288555,99287215,11470315,99288555,99288555,99288555,99288555,99288555,99288555,99288555,99288555,99288555,99288555,99289704,99288555,174654955,99288555,99288555,99288555,174720491,99288555,99288555,99288555,99288555,99288555,99288555,99288555,99288555,99288555,99288555,99288555,99288555,99288555,99288555,99288555,99288555,99288555,99288555,99288555,99288555,99288555,99288555,99289707,99288555,99289672,99288555,99288555,99288555,99288555,99288555,99288555,99288555,99288555,99288555,99288555,99288555,99288555,4294837739,174851563,99288555,99354092,99354092,99354092,99354092,99354092,99352610,2229740,99354092,99354092,99354092,99354092,99354092,99354092,99354092,99354092,99354092,99354092,99354053,99354092,55969260,99354092,99354092,99354092,174917100,99354092,99354092,99354092,99354092,99354092,99354092,99354092,99354092,99354092,99354092,99354092,99354092,99354092,99354092,99354092,99354092,99354092,99354092,99354092,99354092,99354092,99354092,99355213,99354092,99354066,99354092,99354092,99354092,99354092,99354092,99354092,99354092,99354092,99354092,99354092,99354092,99354092,4294837740,174982636,99354092,55968598,55968598,55968598,55968598,55968598,55967778,2229078,55968598,55968598,55968598,55968598,55968598,55968598,55968598,55968598,55968598,55968598,55968566,55968598,99353430,55968598,55970179,55968598,31523670,55968598,55968598,55968598,55968598,55968598,55968598,55968598,55968598,55968598,55968598,55968598,55968598,55968598,55968598,55968598,55968598,55968598,55968598,55968598,55968598,55968598,55968598,55969262,55968598,55969263,55968598,55968598,55968598,55968598,55968598,55968598,55968598,55968598,55968598,55968598,55968598,55968598,4294837078,4391766,55968598,55968598,55968598,55968598,55968598,55968598,55968598,55968598,55968598,55968598,55968598,55968598,55968598,55968598,55968598,55968598,55968598,55968598,55968598,55968598,55968598,55968598,55968598,55968598,55968598,55968598,55968598,55968598,55968598,55968598,55968598,55968598,55968598,55968598,55968598,55968598,55968598,55968598,55968598,55968598,55968598,55968598,55968598,55968598,55968598,55968598,55968598,55968598,55968598,55968598,55968598,55968598,55968598,55968598,55968598,55968598,55968598,55968598,55968598,175047510,55968598,55968598,55968598,55968598,55968598,99550703,99550703,99550703,99550703,99550703,99549218,2229743,99550703,99550703,99550703,99550703,99550703,99550703,99550703,99550703,99550703,99550703,99550661,99550703,97846767,99550703,99550703,99550703,175113711,99550703,99550703,99550703,99550703,99550703,99550703,99550703,99550703,99550703,99550703,99550703,99550703,99550703,99550703,99550703,99550703,99550703,99550703,99550703,99550703,99550703,99550703,99551825,99550703,99550014,99550703,99550703,99550703,99550703,99550703,99550703,99550703,99550703,99550703,99550703,99550703,99550703,4294837743,175179247,99550703,19267878,19267878,19267878,19267878,19267878,19267618,2228518,19267878,19267878,19267878,19267878,19267878,19267878,19267878,19267878,19267878,19267878,19267783,19267878,19267878,19267878,19267878,19267878,31523110,175245938,175245938,175245938,175245938,175245938,19267878,19267878,19267878,175243558,175245938,175245938,19270258,19267878,19267878,19267878,19267878,19267878,19267878,19267878,19267878,19267878,19267878,19268066,19267878,175243553,175245938,175245938,19270258,19267878,19267878,19267878,19267878,19267878,19267878,19267878,19267878,19267878,4294836518,9240870,19267878,56165209,56165209,56165209,56165209,56165209,56164555,13304665,56165209,56165209,56165209,56165209,56165209,56165209,56165209,56165209,56165209,56165209,56164668,56165209,56165209,56165209,56167027,56165209,99746649,56165209,56165209,56165209,56165209,56165209,56165209,56165209,56165209,56165209,56165209,56165209,56165209,56165209,56165209,56165209,56165209,56165209,56165209,56165209,56165209,56165209,56165209,56165293,56165209,56165187,56165209,56165209,56165209,56165209,56165209,56165209,56165209,56165209,56165209,56165209,56165209,56165209,4294837081,9241433,56165209,99878388,99878388,99878388,99878388,99878388,99877067,13305332,99878388,99878388,99878388,99878388,99878388,99878388,99878388,99878388,99878388,99878388,99877260,99878388,175375860,99878388,99879541,99878388,175506932,99878388,99878388,99878388,99878388,99878388,99878388,99878388,99878388,99878388,99878388,99878388,99878388,99878388,99878388,99878388,99878388,99878388,99878388,99878388,99878388,99878388,99878388,99879543,99878388,99879544,99878388,99878388,99878388,99878388,99878388,99878388,99878388,99878388,99878388,99878388,99878388,99878388,4294837748,4392436,99878388,31654371,31654371,31654371,31654371,31654371,31654091,13304291,31654371,31654371,31654371,31654371,31654371,31654371,31654371,31654371,31654371,31654371,31654092,31654371,56164835,31654371,31654746,31654371,56295907,175704697,175704697,175704697,175704697,175704697,31654371,31654371,31654371,175702499,175704697,175704697,31656569,31654371,31654371,31654371,31654371,31654371,31654371,31654371,31654371,31654371,31654371,31654748,31654371,175702490,175704697,175704697,31656569,31654371,31654371,31654371,31654371,31654371,31654371,31654371,31654371,31654371,4294836707,9241059,31654371,31719908,31719908,31719908,31719908,31719908,31784959,4294902244,31719908,31719908,31719908,31719908,31719908,31719908,31719908,31719908,31719908,31719908,31719599,31719908,31719908,31719908,31719908,31719908,31719908,175770234,175770234,175770234,175770234,175770234,31719908,31719908,31719908,175768036,175770234,175770234,31722106,31719908,31719908,31719908,31719908,31719908,31719908,31719908,31719908,31719908,31719908,31720285,31719908,175768414,175770234,175770234,31722106,31719908,31719908,31719908,31719908,31719908,31719908,31719908,31719908,31719908,31719908,31719908,31719908,56492894,56492894,56492894,56492894,56492894,56492207,11469662,56492894,56492894,56492894,56492894,56492894,56492894,56492894,56492894,56492894,56492894,56493498,56492894,55903070,56492894,56494715,56492894,135201630,56492894,56492894,56492894,56492894,56492894,56492894,56492894,56492894,56492894,56492894,56492894,56492894,56492894,56492894,56492894,56492894,56492894,56492894,56492894,56492894,56492894,56492894,56493561,56492894,56493519,56492894,56492894,56492894,56492894,56492894,56492894,56492894,56492894,56492894,56492894,56492894,56492894,4294837086,16778078,56492894,56492894,56492894,56492894,56492894,56492894,56492894,56492894,56492894,56492894,56492894,56492894,56492894,56492894,56492894,56492894,56492894,56492894,56492894,56492894,56492894,56492894,56492894,56492894,56492894,56492894,56492894,56492894,56492894,56492894,56492894,56492894,56492894,56492894,56492894,56492894,56492894,56492894,56492894,56492894,56492894,56492894,56492894,56492894,56492894,56492894,56492894,56492894,56492894,56492894,56492894,56492894,56492894,56492894,56492894,56492894,56492894,56492894,56492894,175899486,56492894,56492894,56492894,56492894,56492894,56558431,56558431,56558431,56558431,56558431,56558431,56558431,56558431,56558431,56558431,56558431,56558431,56558431,56558431,56558431,56558431,56558431,56558431,56558431,56558431,56558431,56558431,56558431,56558431,56558431,56558431,56558431,56558431,56558431,56558431,56558431,56558431,56558431,56558431,56558431,56558431,56558431,56558431,56558431,56558431,56558431,56558431,56558431,56558431,56558431,56558431,56558431,56558431,56558431,56558431,56558431,56558431,56558431,56558431,56558431,56558431,56558431,56558431,175965023,56558431,56558431,56558431,56558431,56558431,31785445,31785445,31785445,31785445,31785445,31784994,2228709,31785445,31785445,31785445,31785445,31785445,31785445,31785445,31785445,31785445,31785445,31785435,31785445,56558053,31785445,31785445,31785445,56623589,176032382,176032382,176032382,176032382,176032382,31785445,31785445,31785445,176030181,176032382,176032382,31787646,31785445,31785445,31785445,31785445,31785445,31785445,31785445,31785445,31785445,31785445,31785825,31785445,176030562,176032382,176032382,31787646,31785445,31785445,31785445,31785445,31785445,31785445,31785445,31785445,31785445,4294836709,4391397,31785445,56755042,56755042,56755042,56755042,56755042,56754210,2229090,56755042,56755042,56755042,56755042,56755042,56755042,56755042,56755042,56755042,56755042,56754651,56755042,54133602,56755042,56756856,56755042,121176930,56755042,56755042,56755042,56755042,56755042,56755042,56755042,56755042,56755042,56755042,56755042,56755042,56755042,56755042,56755042,56755042,56755042,56755042,56755042,56755042,56755042,56755042,56755709,56755042,56754661,56755042,56755042,56755042,56755042,56755042,56755042,56755042,56755042,56755042,56755042,56755042,56755042,4294837090,100533090,56755042,102827553,102827553,102827553,102827553,102827553,102827553,102827553,102827553,102827553,102827553,102827553,102827553,102827553,102827553,102827553,102827553,102827553,102827553,102827553,102827553,102827553,102827553,102827553,102827553,102827553,102827553,102827553,102827553,102827553,102827553,102827553,102827553,102827553,102827553,102827553,102827553,102827553,102827553,102827553,102827553,102827553,102827553,102827553,102827553,102827553,102827553,102827553,102827553,102827553,102827553,102827553,102827553,102827553,102827553,102827553,102827553,102827553,102827553,176096801,102827553,102827553,102827553,102827553,102827553,4325442,4325442,4325442,4325442,4325442,4390911,4294901826,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4390911,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4326226,4325442,4325473,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,12976326,12976326,12976326,12976326,12976326,12976162,2228422,12976326,12976326,12976326,12976326,12976326,12976326,12976326,12976326,12976326,12976326,12976264,12976326,19267782,12976326,12976326,12976326,19333318,176163456,176163456,176163456,176163456,176163456,12976326,12976326,12976326,176160966,176163456,176163456,12978816,12976326,12976326,12976326,12976326,12976326,12976326,12976326,12976326,12976326,12976326,12976424,12976326,176160966,176163456,176163456,12978816,12976326,12976326,12976326,12976326,12976326,12976326,12976326,12976326,12976326,4294836422,9240774,12976326,56886116,56886116,56886116,56886116,56886116,56885491,15926116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56887937,56886116,30081892,56886116,56886116,56886116,57017188,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886119,56886116,56886120,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,4294837092,9241444,56886116,100795906,100795906,100795906,100795906,100795906,100795473,72418818,100795906,100795906,100795906,100795906,100795906,100795906,100795906,100795906,100795906,100795906,100797058,100795906,94111234,100795906,100797059,100795906,176424450,100795906,100795906,100795906,100795906,100795906,100795906,100795906,100795906,100795906,100795906,100795906,100795906,100795906,100795906,100795906,100795906,100795906,100795906,100795906,100795906,100795906,100795906,100797061,100795906,100797062,100795906,100795906,100795906,100795906,100795906,100795906,100795906,100795906,100795906,100795906,100795906,100795906,4294837762,9242114,100795906,100861443,100861443,100861443,100861443,100861443,100860268,23856643,100861443,100861443,100861443,100861443,100861443,100861443,100861443,100861443,100861443,100861443,100862599,100861443,176686595,100861443,100861443,100861443,100861443,100861443,100861443,100861443,100861443,100861443,100861443,100861443,100861443,100861443,100861443,100861443,100861443,100861443,100861443,100861443,100861443,100861443,100861443,100861443,100861443,100861443,100861443,100862601,100861443,100861443,100861443,100861443,100861443,100861443,100861443,100861443,100861443,100861443,100861443,100861443,100861443,100861443,100861443,100861443,100861443,100926980,100926980,100926980,100926980,100926980,100925683,15926788,100926980,100926980,100926980,100926980,100926980,100926980,100926980,100926980,100926980,100926980,100928138,100926980,176883204,100926980,100926980,100926980,176948740,100926980,100926980,100926980,100926980,100926980,100926980,100926980,100926980,100926980,100926980,100926980,100926980,100926980,100926980,100926980,100926980,100926980,100926980,100926980,100926980,100926980,100926980,100928141,100926980,100928142,100926980,100926980,100926980,100926980,100926980,100926980,100926980,100926980,100926980,100926980,100926980,100926980,4294837764,4392452,100926980,56886116,56886116,56886116,56886116,56886116,56885491,15926116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56887951,56886116,30081892,56886116,56886116,56886116,57017188,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886119,56886116,56886120,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,4294837092,9241444,56886116,56886116,56886116,56886116,56886116,56886116,56885491,15926116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886784,56886116,30081892,56886116,56886116,56886116,57017188,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886119,56886116,56886120,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,177210212,56886116,56886116,4294837092,9241444,56886116,56886116,56886116,56886116,56886116,56886116,56885491,15926116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886784,56886116,30081892,56886116,56886116,56886116,57017188,177277585,177277585,177277585,177277585,177277585,56886116,56886116,56886116,177275748,177277585,177277585,56887953,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886119,56886116,177275752,177277585,177277585,56887953,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,4294837092,9241444,56886116,57148264,57148264,57148264,57148264,57148264,57147635,15926120,57148264,57148264,57148264,57148264,57148264,57148264,57148264,57148264,57148264,57148264,57148928,57148264,53216104,57148264,57150098,57148264,101188456,57148264,57148264,57148264,57148264,57148264,57148264,57148264,57148264,57148264,57148264,57148264,57148264,57148264,57148264,57148264,57148264,57148264,57148264,57148264,57148264,57148264,57148264,57148937,57148264,57148264,57148264,57148264,57148264,57148264,57148264,57148264,57148264,57148264,57148264,57148264,57148264,57148264,4294837096,9241448,57148264,57148264,57148264,57148264,57148264,57148264,57150100,177472360,57148264,57148264,57148264,57148264,57148264,57148264,57148264,57148264,57148264,57148264,57150101,57148264,53216104,57148264,57148264,57148264,101188456,57148264,57148264,57148264,57148264,57148264,57148264,57148264,57148264,57148264,57148264,57148264,57148264,57148264,57148264,57148264,57148264,57148264,57148264,57148264,57148264,57148264,57148264,57150102,57148264,57148264,57148264,57148264,57148264,57148264,57148264,57148264,57148264,57148264,57148264,177668968,57148264,57148264,4294837096,9241448,57148264,101385739,101385739,101385739,101385739,101385739,101384395,13305355,101385739,101385739,101385739,101385739,101385739,101385739,101385739,101385739,101385739,101385739,101386904,101385739,177800715,101385739,101386906,101385739,177931787,101385739,101385739,101385739,101385739,101385739,101385739,101385739,101385739,101385739,101385739,101385739,101385739,101385739,101385739,101385739,101385739,101385739,101385739,101385739,101385739,101385739,101385739,101386908,101385739,101386909,101385739,101385739,101385739,101385739,101385739,101385739,101385739,101385739,101385739,101385739,101385739,101385739,4294837771,4392459,101385739,32047593,32047593,32047593,32047593,32047593,32047307,13304297,32047593,32047593,32047593,32047593,32047593,32047593,32047593,32047593,32047593,32047593,32047600,32047593,30802409,32047593,32047977,32047593,57278953,178129566,178129566,178129566,178129566,178129566,32047593,32047593,32047593,178127337,178129566,178129566,32049822,32047593,32047593,32047593,32047593,32047593,32047593,32047593,32047593,32047593,32047593,32047979,32047593,178127724,178129566,178129566,32049822,32047593,32047593,32047593,32047593,32047593,32047593,32047593,32047593,32047593,4294836713,9241065,32047593,57410412,57410412,57410412,57410412,57410412,57409739,13304684,57410412,57410412,57410412,57410412,57410412,57410412,57410412,57410412,57410412,57410412,57410032,57410412,54985580,57410412,57412255,57410412,101647212,57410412,57410412,57410412,57410412,57410412,57410412,57410412,57410412,57410412,57410412,57410412,57410412,57410412,57410412,57410412,57410412,57410412,57410412,57410412,57410412,57410412,57410412,57410489,57410412,57410412,57410412,57410412,57410412,57410412,57410412,57410412,57410412,57410412,57410412,57410412,57410412,57410412,4294837100,9241452,57410412,32113130,32113130,32113130,32113130,32113130,32178175,4294902250,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32115360,32113130,57541098,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113519,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113130,57475949,57475949,57475949,57475949,57475949,57475247,11469677,57475949,57475949,57475949,57475949,57475949,57475949,57475949,57475949,57475949,57475949,57476624,57475949,53674861,57475949,57477793,57475949,76350317,57475949,57475949,57475949,57475949,57475949,57475949,57475949,57475949,57475949,57475949,57475949,57475949,57475949,57475949,57475949,57475949,57475949,57475949,57475949,57475949,57475949,57475949,57476626,57475949,57475579,57475949,57475949,57475949,57475949,57475949,57475949,57475949,57475949,57475949,57475949,57475949,57475949,4294837101,16778093,57475949,57475949,57475949,57475949,57475949,57475949,57475949,57475949,57475949,57475949,57475949,57475949,57475949,57475949,57475949,57475949,57475949,57475949,57475949,57475949,57475949,57475949,57475949,57475949,57475949,57475949,57475949,57475949,57475949,57475949,57475949,57475949,57475949,57475949,57475949,57475949,57475949,57475949,57475949,57475949,57475949,57475949,57475949,57475949,57475949,57475949,57475949,57475949,57475949,57475949,57475949,57475949,57475949,57475949,57475949,57475949,57475949,57475949,57475949,178389869,57475949,57475949,57475949,57475949,57475949,53740340,53740340,53740340,53740340,53740340,53739695,11469620,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53742243,53740340,30409524,53740340,53740340,53740340,96142132,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740988,53740340,53740004,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,4294837044,16778036,53740340,57541486,57541486,57541486,57541486,57541486,57540783,11469678,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57542163,57541486,32113518,57541486,57543332,57541486,178586478,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57542165,57541486,57541600,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,4294837102,102105966,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,178652014,57541486,57541486,57541486,57541486,57541486,32113130,32113130,32113130,32113130,32113130,32178175,4294902250,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113517,32113130,57541098,32113130,32113130,32113130,32113130,178719399,178719399,178719399,178719399,178719399,32113130,32113130,32113130,178717162,178719399,178719399,32115367,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113519,32113130,178717162,178719399,178719399,32115367,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32178667,32178667,32178667,32178667,32178667,32178210,2228715,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32180904,32178667,57737707,32178667,32178667,32178667,57803243,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32179059,32178667,32179060,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,4294836715,4391403,32178667,96470464,96470464,96470464,96470464,96470464,96469026,2229696,96470464,96470464,96470464,96470464,96470464,96470464,96470464,96470464,96470464,96470464,96471605,96470464,96339392,96470464,96471721,96470464,178914752,96470464,96470464,96470464,96470464,96470464,96470464,96470464,96470464,96470464,96470464,96470464,96470464,96470464,96470464,96470464,96470464,96470464,96470464,96470464,96470464,96470464,96470464,96470466,96470464,96470554,96470464,96470464,96470464,96470464,96470464,96470464,96470464,96470464,96470464,96470464,96470464,96470464,4294837696,102434240,96470464,102368794,102368794,102368794,102368794,102368794,102432767,4294903322,102368794,102368794,102368794,102368794,102368794,102368794,102368794,102368794,102368794,102368794,102367535,102368794,173999642,102368794,102368794,102368794,102368794,102368794,102368794,102368794,102368794,102368794,102368794,102368794,102368794,102368794,102368794,102368794,102368794,102368794,102368794,102368794,102368794,102368794,102368794,102368794,102368794,102368794,102368794,102369963,102368794,102369964,102368794,102368794,102368794,102368794,102368794,102368794,102368794,102368794,102368794,102368794,102368794,102368794,102368794,102368794,102368794,5898330,5898330,5898330,5898330,5898330,5963775,4294901850,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898274,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5899142,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,53936951,53936951,53936951,53936951,53936951,53936162,2229047,53936951,53936951,53936951,53936951,53936951,53936951,53936951,53936951,53936951,53936951,53938861,53936951,30475063,53936951,53936951,53936951,96863031,53936951,53936951,53936951,53936951,53936951,53936951,53936951,53936951,53936951,53936951,53936951,53936951,53936951,53936951,53936951,53936951,53936951,53936951,53936951,53936951,53936951,53936951,53937607,53936951,53936991,53936951,53936951,53936951,53936951,53936951,53936951,53936951,53936951,53936951,53936951,53936951,53936951,4294837047,96994103,53936951,57738097,57738097,57738097,57738097,57738097,57737250,2229105,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738780,57738097,32179057,57738097,57739498,57738097,179176305,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738695,57738097,57738782,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,4294837105,102695793,57738097,102630942,102630942,102630942,102630942,102630942,102694911,4294903326,102630942,102630942,102630942,102630942,102630942,102630942,102630942,102630942,102630942,102630942,102629878,102630942,65078814,102630942,102630942,102630942,102630942,102630942,102630942,102630942,102630942,102630942,102630942,102630942,102630942,102630942,102630942,102630942,102630942,102630942,102630942,102630942,102630942,102630942,102630942,102630942,102630942,102630942,102630942,102632111,102630942,102632112,102630942,102630942,102630942,102630942,102630942,102630942,102630942,102630942,102630942,102630942,102630942,102630942,102630942,102630942,102630942,32178667,32178667,32178667,32178667,32178667,32178210,2228715,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32179056,32178667,57737707,32178667,32178667,32178667,57803243,179374769,179374769,179374769,179374769,179374769,32178667,32178667,32178667,179372523,179374769,179374769,32180913,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32179059,32178667,179372916,179374769,179374769,32180913,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,4294836715,4391403,32178667,102827553,102827553,102827553,102827553,102827553,102826018,2229793,102827553,102827553,102827553,102827553,102827553,102827553,102827553,102827553,102827553,102827553,102827486,102827553,57935393,102827553,102827553,102827553,179439137,102827553,102827553,102827553,102827553,102827553,102827553,102827553,102827553,102827553,102827553,102827553,102827553,102827553,102827553,102827553,102827553,102827553,102827553,102827553,102827553,102827553,102827553,102827517,102827553,102826469,102827553,102827553,102827553,102827553,102827553,102827553,102827553,102827553,102827553,102827553,102827553,102827553,4294837793,179504673,102827553,57934708,57934708,57934708,57934708,57934708,57934708,57934708,57934708,57934708,57934708,57934708,57934708,57934708,57934708,57934708,57934708,57934708,57934708,57934708,57934708,57934708,57934708,57934708,57934708,57934708,57934708,57934708,57934708,57934708,57934708,57934708,57934708,57934708,57934708,57934708,57934708,57934708,57934708,57934708,57934708,57934708,57934708,57934708,57934708,57934708,57934708,57934708,57934708,57934708,57934708,57934708,57934708,57934708,57934708,57934708,57934708,57934708,57934708,179569524,57934708,57934708,57934708,57934708,57934708,19464489,19464489,19464489,19464489,19464489,19464226,2228521,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464391,19464489,12779817,19464489,19464489,19464489,19595561,179636917,179636917,179636917,179636917,179636917,19464489,19464489,19464489,179634473,179636917,179636917,19466933,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464492,19464489,179634477,179636917,179636917,19466933,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464489,19464489,4294836521,9240873,19464489,58065782,58065782,58065782,58065782,58065782,58065099,13304694,58065782,58065782,58065782,58065782,58065782,58065782,58065782,58065782,58065782,58065782,58065392,58065782,56165238,58065782,58067638,58065782,103089014,58065782,58065782,58065782,58065782,58065782,58065782,58065782,58065782,58065782,58065782,58065782,58065782,58065782,58065782,58065782,58065782,58065782,58065782,58065782,58065782,58065782,58065782,58066470,58065782,58065772,58065782,58065782,58065782,58065782,58065782,58065782,58065782,58065782,58065782,58065782,58065782,58065782,4294837110,9241462,58065782,58065782,58065782,58065782,58065782,58065782,58067639,179766134,58065782,58065782,58065782,58065782,58065782,58065782,58065782,58065782,58065782,58065782,58066492,58065782,56165238,58065782,58066468,58065782,103089014,58065782,58065782,58065782,58065782,58065782,58065782,58065782,58065782,58065782,58065782,58065782,58065782,58065782,58065782,58065782,58065782,58065782,58065782,58065782,58065782,58065782,58065782,58067640,58065782,58065772,58065782,58065782,58065782,58065782,58065782,58065782,58065782,58065782,58065782,179897206,58065782,58065782,4294837110,9241462,58065782,103220775,103220775,103220775,103220775,103220775,103219375,11470375,103220775,103220775,103220775,103220775,103220775,103220775,103220775,103220775,103220775,103220775,103220755,103220775,58132007,103220775,103220775,103220775,179963431,103220775,103220775,103220775,103220775,103220775,103220775,103220775,103220775,103220775,103220775,103220775,103220775,103220775,103220775,103220775,103220775,103220775,103220775,103220775,103220775,103220775,103220775,103221828,103220775,103220062,103220775,103220775,103220775,103220775,103220775,103220775,103220775,103220775,103220775,103220775,103220775,103220775,4294837799,180028967,103220775,58131319,58131319,58131319,58131319,58131319,58131319,58131319,58131319,58131319,58131319,58131319,58131319,58131319,58131319,58131319,58131319,58131319,58131319,58131319,58131319,58131319,58131319,58131319,58131319,58131319,58131319,58131319,58131319,58131319,58131319,58131319,58131319,58131319,58131319,58131319,58131319,58131319,58131319,58131319,58131319,58131319,58131319,58131319,58131319,58131319,58131319,58131319,58131319,58131319,58131319,58131319,58131319,58131319,58131319,58131319,58131319,58131319,58131319,180093815,58131319,58131319,58131319,58131319,58131319,103351849,103351849,103351849,103351849,103351849,103350447,11470377,103351849,103351849,103351849,103351849,103351849,103351849,103351849,103351849,103351849,103351849,103353021,103351849,180225577,103351849,103351849,103351849,180291113,103351849,103351849,103351849,103351849,103351849,103351849,103351849,103351849,103351849,103351849,103351849,103351849,103351849,103351849,103351849,103351849,103351849,103351849,103351849,103351849,103351849,103351849,103353024,103351849,103353025,103351849,103351849,103351849,103351849,103351849,103351849,103351849,103351849,103351849,103351849,103351849,103351849,4294837801,16778793,103351849,103417386,103417386,103417386,103417386,103417386,103415842,2229802,103417386,103417386,103417386,103417386,103417386,103417386,103417386,103417386,103417386,103417386,103417372,103417386,58197546,103417386,103417386,103417386,180487722,103417386,103417386,103417386,103417386,103417386,103417386,103417386,103417386,103417386,103417386,103417386,103417386,103417386,103417386,103417386,103417386,103417386,103417386,103417386,103417386,103417386,103417386,103418445,103417386,103417324,103417386,103417386,103417386,103417386,103417386,103417386,103417386,103417386,103417386,103417386,103417386,103417386,4294837802,180553258,103417386,58196856,58196856,58196856,58196856,58196856,58196002,2229112,58196856,58196856,58196856,58196856,58196856,58196856,58196856,58196856,58196856,58196856,58196848,58196856,103416696,58196856,58198429,58196856,32375672,58196856,58196856,58196856,58196856,58196856,58196856,58196856,58196856,58196856,58196856,58196856,58196856,58196856,58196856,58196856,58196856,58196856,58196856,58196856,58196856,58196856,58196856,58197548,58196856,58197549,58196856,58196856,58196856,58196856,58196856,58196856,58196856,58196856,58196856,58196856,58196856,58196856,4294837112,4391800,58196856,58196856,58196856,58196856,58196856,58196856,58196856,58196856,58196856,58196856,58196856,58196856,58196856,58196856,58196856,58196856,58196856,58196856,58196856,58196856,58196856,58196856,58196856,58196856,58196856,58196856,58196856,58196856,58196856,58196856,58196856,58196856,58196856,58196856,58196856,58196856,58196856,58196856,58196856,58196856,58196856,58196856,58196856,58196856,58196856,58196856,58196856,58196856,58196856,58196856,58196856,58196856,58196856,58196856,58196856,58196856,58196856,58196856,58196856,180618104,58196856,58196856,58196856,58196856,58196856,103613997,103613997,103613997,103613997,103613997,103612450,2229805,103613997,103613997,103613997,103613997,103613997,103613997,103613997,103613997,103613997,103613997,103613296,103613997,180684333,103613997,103613997,103613997,180749869,103613997,103613997,103613997,103613997,103613997,103613997,103613997,103613997,103613997,103613997,103613997,103613997,103613997,103613997,103613997,103613997,103613997,103613997,103613997,103613997,103613997,103613997,103615175,103613997,103613304,103613997,103613997,103613997,103613997,103613997,103613997,103613997,103613997,103613997,103613997,103613997,103613997,4294837805,180880941,103613997,19726637,19726637,19726637,19726637,19726637,19726370,2228525,19726637,19726637,19726637,19726637,19726637,19726637,19726637,19726637,19726637,19726637,19726535,19726637,19267885,19726637,19726637,19726637,32375085,180947657,180947657,180947657,180947657,180947657,19726637,19726637,19726637,180945197,180947657,180947657,19729097,19726637,19726637,19726637,19726637,19726637,19726637,19726637,19726637,19726637,19726637,19726831,19726637,180945197,180947657,180947657,19729097,19726637,19726637,19726637,19726637,19726637,19726637,19726637,19726637,19726637,4294836525,9240877,19726637,181013194,181013194,181013194,181013194,181013194,181011350,60164810,181013194,181013194,181013194,181013194,181013194,181013194,181013194,181013194,181013194,181013194,181013195,181013194,60295882,181013194,181013196,181013194,181209802,181013194,181013194,181013194,181013194,181013194,181013194,181013194,181013194,181013194,181013194,181013194,181013194,181013194,181013194,181013194,181013194,181013194,181013194,181013194,181013194,181013194,181013194,181012091,181013194,181013198,181013194,181013194,181013194,181013194,181013194,181013194,181013194,181013194,181013194,181013194,181013194,181013194,4294838986,9243338,181013194,58655615,58655615,58655615,58655615,58655615,58654923,13304703,58655615,58655615,58655615,58655615,58655615,58655615,58655615,58655615,58655615,58655615,58655216,58655615,34145151,58655615,58657487,58655615,103940991,58655615,58655615,58655615,58655615,58655615,58655615,58655615,58655615,58655615,58655615,58655615,58655615,58655615,58655615,58655615,58655615,58655615,58655615,58655615,58655615,58655615,58655615,58655673,58655615,58655615,58655615,58655615,58655615,58655615,58655615,58655615,58655615,58655615,58655615,58655615,58655615,58655615,4294837119,9241471,58655615,19792174,19792174,19792174,19792174,19792174,19792075,13304110,19792174,19792174,19792174,19792174,19792174,19792174,19792174,19792174,19792174,19792174,19792368,19792174,13435182,19792174,19792369,19792174,32637230,181406416,181406416,181406416,181406416,181406416,19792174,19792174,19792174,181403950,181406416,181406416,19794640,19792174,19792174,19792174,19792174,19792174,19792174,19792174,19792174,19792174,19792174,19792371,19792174,181404148,181406416,181406416,19794640,19792174,19792174,19792174,19792174,19792174,19792174,19792174,19792174,19792174,4294836526,9240878,19792174,70648886,70648886,70648886,70648886,70648886,70647980,11273270,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70650577,70648886,70452278,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70649705,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,55313228,55313228,55313228,55313228,55313228,55377919,4294902604,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55312687,55313228,55182156,55313228,55313228,55313228,55313228,181537490,181537490,181537490,181537490,181537490,55313228,55313228,55313228,181535564,181537490,181537490,55315154,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313286,55313228,181535564,181537490,181537490,55315154,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313228,118753044,118753044,118753044,118753044,118753044,118751266,2230036,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118752262,118753044,118818580,118753044,118754003,118753044,104269588,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118754004,118753044,118752261,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118753044,4294838036,118884116,118753044,32899574,32899574,32899574,32899574,32899574,32899106,2228726,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899411,32899574,19857910,32899574,32899574,32899574,59179510,181734101,181734101,181734101,181734101,181734101,32899574,32899574,32899574,181731830,181734101,181734101,32901845,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899976,32899574,181731472,181734101,181734101,32901845,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899574,4294836726,59310582,32899574,19857711,19857711,19857711,19857711,19857711,19857442,2228527,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857909,19857711,32899375,19857711,19857711,19857711,32964911,181799638,181799638,181799638,181799638,181799638,19857711,19857711,19857711,181797167,181799638,181799638,19860182,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857912,19857711,181797083,181799638,181799638,19860182,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,4294836527,4391215,19857711,181865175,181865175,181865175,181865175,181865175,181862603,13306583,181865175,181865175,181865175,181865175,181865175,181865175,181865175,181865175,181865175,181865175,181863292,181865175,112331479,181865175,181865176,181865175,181996247,181865175,181865175,181865175,181865175,181865175,181865175,181865175,181865175,181865175,181865175,181865175,181865175,181865175,181865175,181865175,181865175,181865175,181865175,181865175,181865175,181865175,181865175,181864083,181865175,181863295,181865175,181865175,181865175,181865175,181865175,181865175,181865175,181865175,181865175,181865175,181865175,181865175,4294838999,9243351,181865175,33161722,33161722,33161722,33161722,33161722,33161419,13304314,33161722,33161722,33161722,33161722,33161722,33161722,33161722,33161722,33161722,33161722,33161712,33161722,35979770,33161722,33162124,33161722,59572730,182061786,182061786,182061786,182061786,182061786,33161722,33161722,33161722,182059514,182061786,182061786,33163994,33161722,33161722,33161722,33161722,33161722,33161722,33161722,33161722,33161722,33161722,33162126,33161722,182059508,182061786,182061786,33163994,33161722,33161722,33161722,33161722,33161722,33161722,33161722,33161722,33161722,4294836730,9241082,33161722,33227259,33227259,33227259,33227259,33227259,33292287,4294902267,33227259,33227259,33227259,33227259,33227259,33227259,33227259,33227259,33227259,33227259,33226878,33227259,22020603,33227259,33227259,33227259,33227259,182127323,182127323,182127323,182127323,182127323,33227259,33227259,33227259,182125051,182127323,182127323,33229531,33227259,33227259,33227259,33227259,33227259,33227259,33227259,33227259,33227259,33227259,33227663,33227259,182125456,182127323,182127323,33229531,33227259,33227259,33227259,33227259,33227259,33227259,33227259,33227259,33227259,33227259,33227259,33227259,59769744,59769744,59769744,59769744,59769744,59769007,11469712,59769744,59769744,59769744,59769744,59769744,59769744,59769744,59769744,59769744,59769744,59770384,59769744,65733520,59769744,59771612,59769744,135857040,59769744,59769744,59769744,59769744,59769744,59769744,59769744,59769744,59769744,59769744,59769744,59769744,59769744,59769744,59769744,59769744,59769744,59769744,59769744,59769744,59769744,59769744,59770433,59769744,59770434,59769744,59769744,59769744,59769744,59769744,59769744,59769744,59769744,59769744,59769744,59769744,59769744,4294837136,16778128,59769744,59769744,59769744,59769744,59769744,59769744,59769744,59769744,59769744,59769744,59769744,59769744,59769744,59769744,59769744,59769744,59769744,59769744,59769744,59769744,59769744,59769744,59769744,59769744,59769744,59769744,59769744,59769744,59769744,59769744,59769744,59769744,59769744,59769744,59769744,59769744,59769744,59769744,59769744,59769744,59769744,59769744,59769744,59769744,59769744,59769744,59769744,59769744,59769744,59769744,59769744,59769744,59769744,59769744,59769744,59769744,59769744,59769744,59769744,182256528,59769744,59769744,59769744,59769744,59769744,104990274,104990274,104990274,104990274,104990274,104988847,11470402,104990274,104990274,104990274,104990274,104990274,104990274,104990274,104990274,104990274,104990274,104990224,104990274,113903170,104990274,104990274,104990274,182322754,104990274,104990274,104990274,104990274,104990274,104990274,104990274,104990274,104990274,104990274,104990274,104990274,104990274,104990274,104990274,104990274,104990274,104990274,104990274,104990274,104990274,104990274,104991455,104990274,104989584,104990274,104990274,104990274,104990274,104990274,104990274,104990274,104990274,104990274,104990274,104990274,104990274,4294837826,182453826,104990274,105055811,105055811,105055811,105055811,105055811,105054411,13305411,105055811,105055811,105055811,105055811,105055811,105055811,105055811,105055811,105055811,105055811,105054704,105055811,112920131,105055811,105056993,105055811,182584899,105055811,105055811,105055811,105055811,105055811,105055811,105055811,105055811,105055811,105055811,105055811,105055811,105055811,105055811,105055811,105055811,105055811,105055811,105055811,105055811,105055811,105055811,105056995,105055811,105055084,105055811,105055811,105055811,105055811,105055811,105055811,105055811,105055811,105055811,105055811,105055811,105055811,4294837827,9242179,105055811,105121348,105121348,105121348,105121348,105121348,105185279,4294903364,105121348,105121348,105121348,105121348,105121348,105121348,105121348,105121348,105121348,105121348,105120621,105121348,182715972,105121348,105121348,105121348,105121348,105121348,105121348,105121348,105121348,105121348,105121348,105121348,105121348,105121348,105121348,105121348,105121348,105121348,105121348,105121348,105121348,105121348,105121348,105121348,105121348,105121348,105121348,105122533,105121348,105122534,105121348,105121348,105121348,105121348,105121348,105121348,105121348,105121348,105121348,105121348,105121348,105121348,105121348,105121348,105121348,105186885,105186885,105186885,105186885,105186885,105185314,2229829,105186885,105186885,105186885,105186885,105186885,105186885,105186885,105186885,105186885,105186885,105186160,105186885,182912581,105186885,105186885,105186885,182978117,105186885,105186885,105186885,105186885,105186885,105186885,105186885,105186885,105186885,105186885,105186885,105186885,105186885,105186885,105186885,105186885,105186885,105186885,105186885,105186885,105186885,105186885,105188073,105186885,105188074,105186885,105186885,105186885,105186885,105186885,105186885,105186885,105186885,105186885,105186885,105186885,105186885,4294837829,4392517,105186885,59835281,59835281,59835281,59835281,59835281,59834402,2229137,59835281,59835281,59835281,59835281,59835281,59835281,59835281,59835281,59835281,59835281,59834567,59835281,36307857,59835281,59835281,59835281,59900817,183175915,183175915,183175915,183175915,183175915,59835281,59835281,59835281,183174033,183175915,183175915,59837163,59835281,59835281,59835281,59835281,59835281,59835281,59835281,59835281,59835281,59835281,59835283,59835281,183173421,183175915,183175915,59837163,59835281,59835281,59835281,59835281,59835281,59835281,59835281,59835281,59835281,4294837137,9241489,59835281,13238474,13238474,13238474,13238474,13238474,13238306,2228426,13238474,13238474,13238474,13238474,13238474,13238474,13238474,13238474,13238474,13238474,13238471,13238474,13762762,13238474,13238474,13238474,20054218,183241452,183241452,183241452,183241452,183241452,13238474,13238474,13238474,183238858,183241452,183241452,13241068,13238474,13238474,13238474,13238474,13238474,13238474,13238474,13238474,13238474,13238474,13238579,13238474,183238858,183241452,183241452,13241068,13238474,13238474,13238474,13238474,13238474,13238474,13238474,13238474,13238474,4294836426,9240778,13238474,60097429,60097429,60097429,60097429,60097429,60097430,60162965,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60099309,60097429,60294037,60097429,60097433,60097429,60425109,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097435,60097429,60097436,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,4294837141,9241493,60097429,81134806,81134806,81134806,81134806,81134806,81134807,81200342,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81136366,81134806,81134806,81134806,81134809,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134810,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,105580107,105580107,105580107,105580107,105580107,105579735,81200715,105580107,105580107,105580107,105580107,105580107,105580107,105580107,105580107,105580107,105580107,105581295,105580107,60163659,105580107,105581296,105580107,105580107,105580107,105580107,105580107,105580107,105580107,105580107,105580107,105580107,105580107,105580107,105580107,105580107,105580107,105580107,105580107,105580107,105580107,105580107,105580107,105580107,105580107,105580107,105581297,105580107,105580107,105580107,105580107,105580107,105580107,105580107,105580107,105580107,105580107,105580107,105580107,105580107,105580107,105580107,105580107,105580107,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60163658,60162966,105579414,60162966,60164850,60162966,183698326,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60163662,60162966,60163663,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,4294837142,4391830,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60164852,60162966,60162966,60162966,60163660,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60164853,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,183894934,60162966,60162966,60162966,60162966,60162966,105842255,105842255,105842255,105842255,105842255,105841879,81200719,105842255,105842255,105842255,105842255,105842255,105842255,105842255,105842255,105842255,105842255,105842840,105842255,105842255,105842255,105843447,105842255,105842255,105842255,105842255,105842255,105842255,105842255,105842255,105842255,105842255,105842255,105842255,105842255,105842255,105842255,105842255,105842255,105842255,105842255,105842255,105842255,105842255,105842255,105842255,105843448,105842255,105843449,105842255,105842255,105842255,105842255,105842255,105842255,105842255,105842255,105842255,105842255,105842255,105842255,105842255,105842255,105842255,184158970,184158970,184158970,184158970,184158970,184157078,60164858,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184158971,184158970,60295930,184158970,184158972,184158970,184355578,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184158974,184158970,184158975,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184158970,4294839034,9243386,184158970,60294040,60294040,60294040,60294040,60294040,60294038,60162968,60294040,60294040,60294040,60294040,60294040,60294040,60294040,60294040,60294040,60294040,60294737,60294040,60294040,60294040,60295936,60294040,106103704,60294040,60294040,60294040,60294040,60294040,60294040,60294040,60294040,60294040,60294040,60294040,60294040,60294040,60294040,60294040,60294040,60294040,60294040,60294040,60294040,60294040,60294040,60294740,60294040,60294741,60294040,60294040,60294040,60294040,60294040,60294040,60294040,60294040,60294040,60294040,60294040,60294040,4294837144,9241496,60294040,60294040,60294040,60294040,60294040,60294040,60295937,184615832,60294040,60294040,60294040,60294040,60294040,60294040,60294040,60294040,60294040,60294040,60295938,60294040,60294040,60294040,60294738,60294040,106103704,60294040,60294040,60294040,60294040,60294040,60294040,60294040,60294040,60294040,60294040,60294040,60294040,60294040,60294040,60294040,60294040,60294040,60294040,60294040,60294040,60294040,60294040,60295939,60294040,60294741,60294040,60294040,60294040,60294040,60294040,60294040,60294040,60294040,60294040,184812440,60294040,60294040,4294837144,9241496,60294040,106235477,106235477,106235477,106235477,106235477,106234774,60163669,106235477,106235477,106235477,106235477,106235477,106235477,106235477,106235477,106235477,106235477,106235473,106235477,106628693,106235477,106236677,106235477,184944213,106235477,106235477,106235477,106235477,106235477,106235477,106235477,106235477,106235477,106235477,106235477,106235477,106235477,106235477,106235477,106235477,106235477,106235477,106235477,106235477,106235477,106235477,106236679,106235477,106235477,106235477,106235477,106235477,106235477,106235477,106235477,106235477,106235477,106235477,106235477,106235477,106235477,4294837845,9242197,106235477,106366551,106366551,106366551,106366551,106366551,106365846,60163671,106366551,106366551,106366551,106366551,106366551,106366551,106366551,106366551,106366551,106366551,106367752,106366551,185140823,106366551,106367754,106366551,185271895,106366551,106366551,106366551,106366551,106366551,106366551,106366551,106366551,106366551,106366551,106366551,106366551,106366551,106366551,106366551,106366551,106366551,106366551,106366551,106366551,106366551,106366551,106367756,106366551,106367757,106366551,106366551,106366551,106366551,106366551,106366551,106366551,106366551,106366551,106366551,106366551,106366551,4294837847,4392535,106366551,60097429,60097429,60097429,60097429,60097429,60097430,60162965,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60099342,60097429,60294037,60097429,60097433,60097429,60425109,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097435,60097429,60097436,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,4294837141,9241493,60097429,60097429,60097429,60097429,60097429,60097429,60097430,60162965,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60098121,60097429,60294037,60097429,60097433,60097429,60425109,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097435,60097429,60097436,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,185533333,60097429,60097429,4294837141,9241493,60097429,60097429,60097429,60097429,60097429,60097429,60097430,60162965,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60098121,60097429,60294037,60097429,60097433,60097429,60425109,185600784,185600784,185600784,185600784,185600784,60097429,60097429,60097429,185598869,185600784,185600784,60099344,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097435,60097429,185598876,185600784,185600784,60099344,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,4294837141,9241493,60097429,106628699,106628699,106628699,106628699,106628699,106627990,60163675,106628699,106628699,106628699,106628699,106628699,106628699,106628699,106628699,106628699,106628699,106628689,106628699,106628699,106628699,106629905,106628699,185730651,106628699,106628699,106628699,106628699,106628699,106628699,106628699,106628699,106628699,106628699,106628699,106628699,106628699,106628699,106628699,106628699,106628699,106628699,106628699,106628699,106628699,106628699,106629907,106628699,106628693,106628699,106628699,106628699,106628699,106628699,106628699,106628699,106628699,106628699,106628699,106628699,106628699,4294837851,9242203,106628699,60556188,60556188,60556188,60556188,60556188,60556182,60162972,60556188,60556188,60556188,60556188,60556188,60556188,60556188,60556188,60556188,60556188,60556873,60556188,106627996,60556188,60558100,60556188,106759068,60556188,60556188,60556188,60556188,60556188,60556188,60556188,60556188,60556188,60556188,60556188,60556188,60556188,60556188,60556188,60556188,60556188,60556188,60556188,60556188,60556188,60556188,60556894,60556188,60556188,60556188,60556188,60556188,60556188,60556188,60556188,60556188,60556188,60556188,60556188,60556188,60556188,4294837148,9241500,60556188,60556188,60556188,60556188,60556188,60556188,60558101,185926556,60556188,60556188,60556188,60556188,60556188,60556188,60556188,60556188,60556188,60556188,60558102,60556188,106627996,60556188,60556892,60556188,106759068,60556188,60556188,60556188,60556188,60556188,60556188,60556188,60556188,60556188,60556188,60556188,60556188,60556188,60556188,60556188,60556188,60556188,60556188,60556188,60556188,60556188,60556188,60558103,60556188,60556188,60556188,60556188,60556188,60556188,60556188,60556188,60556188,60556188,60556188,186123164,60556188,60556188,4294837148,9241500,60556188,142739586,142739586,142739586,142739586,142739586,142737611,13305986,142739586,142739586,142739586,142739586,142739586,142739586,142739586,142739586,142739586,142739586,142740249,142739586,186255490,142739586,142740251,142739586,186386562,142739586,142739586,142739586,142739586,142739586,142739586,142739586,142739586,142739586,142739586,142739586,142739586,142739586,142739586,142739586,142739586,142739586,142739586,142739586,142739586,142739586,142739586,142739584,142739586,142740253,142739586,142739586,142739586,142739586,142739586,142739586,142739586,142739586,142739586,142739586,142739586,142739586,4294838402,96733314,142739586,106956384,106956384,106956384,106956384,106956384,106954955,13305440,106956384,106956384,106956384,106956384,106956384,106956384,106956384,106956384,106956384,106956384,106957598,106956384,60687968,106956384,106957599,106956384,186648160,106956384,106956384,106956384,106956384,106956384,106956384,106956384,106956384,106956384,106956384,106956384,106956384,106956384,106956384,106956384,106956384,106956384,106956384,106956384,106956384,106956384,106956384,106956895,106956384,106956402,106956384,106956384,106956384,106956384,106956384,106956384,106956384,106956384,106956384,106956384,106956384,106956384,4294837856,96994912,106956384,60687262,60687262,60687262,60687262,60687262,60686539,13304734,60687262,60687262,60687262,60687262,60687262,60687262,60687262,60687262,60687262,60687262,60687967,60687262,106955678,60687262,60689185,60687262,33686430,60687262,60687262,60687262,60687262,60687262,60687262,60687262,60687262,60687262,60687262,60687262,60687262,60687262,60687262,60687262,60687262,60687262,60687262,60687262,60687262,60687262,60687262,60687971,60687262,60687972,60687262,60687262,60687262,60687262,60687262,60687262,60687262,60687262,60687262,60687262,60687262,60687262,4294837150,4391838,60687262,60687262,60687262,60687262,60687262,60687262,60687262,60687262,60687262,60687262,60687262,60687262,60687262,60687262,60687262,60687262,60687262,60687262,60687262,60687262,60687262,60687262,60687969,60687262,60687262,60687262,60687262,60687262,60687262,60687262,60687262,60687262,60687262,60687262,60687262,60687262,60687262,60687262,60687262,60687262,60687262,60687262,60687262,60687262,60687262,60687262,60687262,60687262,60687262,60687262,60687262,60687262,60687262,60687262,60687262,60687262,60687262,60687262,60687262,186778526,60687262,60687262,60687262,60687262,60687262,107218532,107218532,107218532,107218532,107218532,107217077,11863652,107218532,107218532,107218532,107218532,107218532,107218532,107218532,107218532,107218532,107218532,107217602,107218532,108332644,107218532,107219747,107218532,107218532,107218532,107218532,107218532,107218532,107218532,107218532,107218532,107218532,107218532,107218532,107218532,107218532,107218532,107218532,107218532,107218532,107218532,107218532,107218532,107218532,107218532,107218532,107219748,107218532,107218535,107218532,107218532,107218532,107218532,107218532,107218532,107218532,107218532,107218532,107218532,107218532,107218532,107218532,107218532,107218532,20382007,20382007,20382007,20382007,20382007,20381899,13304119,20382007,20382007,20382007,20382007,20382007,20382007,20382007,20382007,20382007,20382007,20382012,20382007,20382007,20382007,20382209,20382007,33685815,186977061,186977061,186977061,186977061,186977061,20382007,20382007,20382007,186974519,186977061,186977061,20384549,20382007,20382007,20382007,20382007,20382007,20382007,20382007,20382007,20382007,20382007,20382211,20382007,186974724,186977061,186977061,20384549,20382007,20382007,20382007,20382007,20382007,20382007,20382007,20382007,20382007,4294836535,9240887,20382007,107415143,107415143,107415143,107415143,107415143,107413707,13305447,107415143,107415143,107415143,107415143,107415143,107415143,107415143,107415143,107415143,107415143,107415135,107415143,187041383,107415143,107416359,107415143,187172455,107415143,107415143,107415143,107415143,107415143,107415143,107415143,107415143,107415143,107415143,107415143,107415143,107415143,107415143,107415143,107415143,107415143,107415143,107415143,107415143,107415143,107415143,107416361,107415143,107416362,107415143,107415143,107415143,107415143,107415143,107415143,107415143,107415143,107415143,107415143,107415143,107415143,4294837863,4392551,107415143,33817092,33817092,33817092,33817092,33817092,33816779,13304324,33817092,33817092,33817092,33817092,33817092,33817092,33817092,33817092,33817092,33817092,33816892,33817092,34144772,33817092,33817505,33817092,60948996,187370283,187370283,187370283,187370283,187370283,33817092,33817092,33817092,187367940,187370283,187370283,33819435,33817092,33817092,33817092,33817092,33817092,33817092,33817092,33817092,33817092,33817092,33817507,33817092,187367940,187370283,187370283,33819435,33817092,33817092,33817092,33817092,33817092,33817092,33817092,33817092,33817092,4294836740,9241092,33817092,33948166,33948166,33948166,33948166,33948166,33947851,13304326,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33950508,33948166,61145606,33948166,33948582,33948166,61276678,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948584,33948166,33948585,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,4294836742,4391430,33948166,33948166,33948166,33948166,33948166,33948166,33947851,13304326,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948580,33948166,61145606,33948166,33948582,33948166,61276678,187501357,187501357,187501357,187501357,187501357,33948166,33948166,33948166,187499014,187501357,187501357,33950509,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948584,33948166,187499433,187501357,187501357,33950509,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,4294836742,4391430,33948166,20250933,20250933,20250933,20250933,20250933,20250827,13304117,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250828,20250933,20382005,20250933,20250936,20250933,20513077,187566894,187566894,187566894,187566894,187566894,20250933,20250933,20250933,187564341,187566894,187566894,20253486,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250938,20250933,187564347,187566894,187566894,20253486,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250933,20250933,4294836533,9240885,20250933,107939439,107939439,107939439,107939439,107939439,107937995,13305455,107939439,107939439,107939439,107939439,107939439,107939439,107939439,107939439,107939439,107939439,107939423,107939439,187631215,107939439,107940656,107939439,187762287,107939439,107939439,107939439,107939439,107939439,107939439,107939439,107939439,107939439,107939439,107939439,107939439,107939439,107939439,107939439,107939439,107939439,107939439,107939439,107939439,107939439,107939439,107940658,107939439,107940659,107939439,107939439,107939439,107939439,107939439,107939439,107939439,107939439,107939439,107939439,107939439,107939439,4294837871,4392559,107939439,34144777,34144777,34144777,34144777,34144777,34144459,13304329,34144777,34144777,34144777,34144777,34144777,34144777,34144777,34144777,34144777,34144777,34144572,34144777,34144777,34144777,34145195,34144777,61604361,187960116,187960116,187960116,187960116,187960116,34144777,34144777,34144777,187957769,187960116,187960116,34147124,34144777,34144777,34144777,34144777,34144777,34144777,34144777,34144777,34144777,34144777,34145197,34144777,187957764,187960116,187960116,34147124,34144777,34144777,34144777,34144777,34144777,34144777,34144777,34144777,34144777,4294836745,9241097,34144777,108136050,108136050,108136050,108136050,108136050,108134581,11863666,108136050,108136050,108136050,108136050,108136050,108136050,108136050,108136050,108136050,108136050,108135106,108136050,61802098,108136050,108137269,108136050,108136050,108136050,108136050,108136050,108136050,108136050,108136050,108136050,108136050,108136050,108136050,108136050,108136050,108136050,108136050,108136050,108136050,108136050,108136050,108136050,108136050,108136050,108136050,108136565,108136050,108137263,108136050,108136050,108136050,108136050,108136050,108136050,108136050,108136050,108136050,108136050,108136050,108136050,108136050,108136050,108136050,61801391,61801391,61801391,61801391,61801391,61800651,13304751,61801391,61801391,61801391,61801391,61801391,61801391,61801391,61801391,61801391,61801391,61801380,61801391,108135343,61801391,61803318,61801391,34276271,61801391,61801391,61801391,61801391,61801391,61801391,61801391,61801391,61801391,61801391,61801391,61801391,61801391,61801391,61801391,61801391,61801391,61801391,61801391,61801391,61801391,61801391,61801663,61801391,61802101,61801391,61801391,61801391,61801391,61801391,61801391,61801391,61801391,61801391,61801391,61801391,61801391,4294837167,4391855,61801391,108332661,108332661,108332661,108332661,108332661,108331211,13305461,108332661,108332661,108332661,108332661,108332661,108332661,108332661,108332661,108332661,108332661,108331940,108332661,107218549,108332661,108333879,108332661,188221045,108332661,108332661,108332661,108332661,108332661,108332661,108332661,108332661,108332661,108332661,108332661,108332661,108332661,108332661,108332661,108332661,108332661,108332661,108332661,108332661,108332661,108332661,108333169,108332661,108331951,108332661,108332661,108332661,108332661,108332661,108332661,108332661,108332661,108332661,108332661,108332661,108332661,4294837877,100533877,108332661,20644155,20644155,20644155,20644155,20644155,20644043,13304123,20644155,20644155,20644155,20644155,20644155,20644155,20644155,20644155,20644155,20644155,20644044,20644155,34144571,20644155,20644362,20644155,34275643,188287801,188287801,188287801,188287801,188287801,20644155,20644155,20644155,188285243,188287801,188287801,20646713,20644155,20644155,20644155,20644155,20644155,20644155,20644155,20644155,20644155,20644155,20644364,20644155,188285243,188287801,188287801,20646713,20644155,20644155,20644155,20644155,20644155,20644155,20644155,20644155,20644155,4294836539,9240891,20644155,108463735,108463735,108463735,108463735,108463735,108462998,60163703,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108464954,108463735,60294775,108463735,108463737,108463735,108660343,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463739,108463735,108463740,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,4294837879,9242231,108463735,108463735,108463735,108463735,108463735,108463735,108462998,60163703,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108464955,108463735,60294775,108463735,108463737,108463735,108660343,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463739,108463735,108463740,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,4294837879,9242231,108463735,108463735,108463735,108463735,108463735,108463735,108462998,60163703,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108464954,108463735,60294775,108463735,108464956,108463735,108660343,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463739,108463735,108463740,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,4294837879,9242231,108463735,108463735,108463735,108463735,108463735,108463735,108464957,188548727,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108464958,108463735,60294775,108463735,108463737,108463735,108660343,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108464959,108463735,108463740,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,188745335,108463735,108463735,4294837879,9242231,108463735,108791420,108791420,108791420,108791420,108791420,108790678,60163708,108791420,108791420,108791420,108791420,108791420,108791420,108791420,108791420,108791420,108791420,108792634,108791420,106628732,108791420,108792641,108791420,188876412,108791420,108791420,108791420,108791420,108791420,108791420,108791420,108791420,108791420,108791420,108791420,108791420,108791420,108791420,108791420,108791420,108791420,108791420,108791420,108791420,108791420,108791420,108792643,108791420,108791420,108791420,108791420,108791420,108791420,108791420,108791420,108791420,108791420,108791420,108791420,108791420,108791420,4294837884,9242236,108791420,186256154,186256154,186256154,186256154,186256154,186253515,13306650,186256154,186256154,186256154,186256154,186256154,186256154,186256154,186256154,186256154,186256154,186256196,186256154,142740250,186256154,186256197,186256154,189139738,186256154,186256154,186256154,186256154,186256154,186256154,186256154,186256154,186256154,186256154,186256154,186256154,186256154,186256154,186256154,186256154,186256154,186256154,186256154,186256154,186256154,186256154,186255488,186256154,186256199,186256154,186256154,186256154,186256154,186256154,186256154,186256154,186256154,186256154,186256154,186256154,186256154,4294839066,102435610,186256154,108922494,108922494,108922494,108922494,108922494,108921035,13305470,108922494,108922494,108922494,108922494,108922494,108922494,108922494,108922494,108922494,108922494,108923720,108922494,62129790,108922494,108923721,108922494,189400702,108922494,108922494,108922494,108922494,108922494,108922494,108922494,108922494,108922494,108922494,108922494,108922494,108922494,108922494,108922494,108922494,108922494,108922494,108922494,108922494,108922494,108922494,108922975,108922494,108923723,108922494,108922494,108922494,108922494,108922494,108922494,108922494,108922494,108922494,108922494,108922494,108922494,4294837886,102696574,108922494,62129076,62129076,62129076,62129076,62129076,62128331,13304756,62129076,62129076,62129076,62129076,62129076,62129076,62129076,62129076,62129076,62129076,62129789,62129076,108921780,62129076,62131020,62129076,34603956,62129076,62129076,62129076,62129076,62129076,62129076,62129076,62129076,62129076,62129076,62129076,62129076,62129076,62129076,62129076,62129076,62129076,62129076,62129076,62129076,62129076,62129076,62129793,62129076,62129794,62129076,62129076,62129076,62129076,62129076,62129076,62129076,62129076,62129076,62129076,62129076,62129076,4294837172,4391860,62129076,62129076,62129076,62129076,62129076,62129076,62129076,62129076,62129076,62129076,62129076,62129076,62129076,62129076,62129076,62129076,62129076,62129076,62129076,62129076,62129076,62129076,62129791,62129076,62129076,62129076,62129076,62129076,62129076,62129076,62129076,62129076,62129076,62129076,62129076,62129076,62129076,62129076,62129076,62129076,62129076,62129076,62129076,62129076,62129076,62129076,62129076,62129076,62129076,62129076,62129076,62129076,62129076,62129076,62129076,62129076,62129076,62129076,62129076,189596596,62129076,62129076,62129076,62129076,62129076,109184642,109184642,109184642,109184642,109184642,109183157,11863682,109184642,109184642,109184642,109184642,109184642,109184642,109184642,109184642,109184642,109184642,109183508,109184642,141690498,109184642,109185870,109184642,109184642,109184642,109184642,109184642,109184642,109184642,109184642,109184642,109184642,109184642,109184642,109184642,109184642,109184642,109184642,109184642,109184642,109184642,109184642,109184642,109184642,109184642,109184642,109185871,109184642,109184645,109184642,109184642,109184642,109184642,109184642,109184642,109184642,109184642,109184642,109184642,109184642,109184642,109184642,109184642,109184642,34406925,34406925,34406925,34406925,34406925,34406603,13304333,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406716,34406925,20382221,34406925,34406927,34406925,34603533,189795152,189795152,189795152,189795152,189795152,34406925,34406925,34406925,189792781,189795152,189795152,34409296,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406929,34406925,189792786,189795152,189795152,34409296,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406925,4294836749,9241101,34406925,109381253,109381253,109381253,109381253,109381253,109379787,13305477,109381253,109381253,109381253,109381253,109381253,109381253,109381253,109381253,109381253,109381253,109381245,109381253,189859461,109381253,109382482,109381253,189990533,109381253,109381253,109381253,109381253,109381253,109381253,109381253,109381253,109381253,109381253,109381253,109381253,109381253,109381253,109381253,109381253,109381253,109381253,109381253,109381253,109381253,109381253,109382484,109381253,109382485,109381253,109381253,109381253,109381253,109381253,109381253,109381253,109381253,109381253,109381253,109381253,109381253,4294837893,4392581,109381253,34734610,34734610,34734610,34734610,34734610,34734283,13304338,34734610,34734610,34734610,34734610,34734610,34734610,34734610,34734610,34734610,34734610,34734396,34734610,34144786,34734610,34735031,34734610,62390802,190188374,190188374,190188374,190188374,190188374,34734610,34734610,34734610,190186002,190188374,190188374,34736982,34734610,34734610,34734610,34734610,34734610,34734610,34734610,34734610,34734610,34734610,34735033,34734610,190186002,190188374,190188374,34736982,34734610,34734610,34734610,34734610,34734610,34734610,34734610,34734610,34734610,4294836754,9241106,34734610,34865684,34865684,34865684,34865684,34865684,34865355,13304340,34865684,34865684,34865684,34865684,34865684,34865684,34865684,34865684,34865684,34865684,34868055,34865684,46268948,34865684,34866107,34865684,62652948,34865684,34865684,34865684,34865684,34865684,34865684,34865684,34865684,34865684,34865684,34865684,34865684,34865684,34865684,34865684,34865684,34865684,34865684,34865684,34865684,34865684,34865684,34866109,34865684,34866110,34865684,34865684,34865684,34865684,34865684,34865684,34865684,34865684,34865684,34865684,34865684,34865684,4294836756,4391444,34865684,34865684,34865684,34865684,34865684,34865684,34865355,13304340,34865684,34865684,34865684,34865684,34865684,34865684,34865684,34865684,34865684,34865684,34866106,34865684,46268948,34865684,34866107,34865684,62652948,190319448,190319448,190319448,190319448,190319448,34865684,34865684,34865684,190317076,190319448,190319448,34868056,34865684,34865684,34865684,34865684,34865684,34865684,34865684,34865684,34865684,34865684,34866109,34865684,190317502,190319448,190319448,34868056,34865684,34865684,34865684,34865684,34865684,34865684,34865684,34865684,34865684,4294836756,4391444,34865684,13435085,13435085,13435085,13435085,13435085,13435083,13304013,13435085,13435085,13435085,13435085,13435085,13435085,13435085,13435085,13435085,13435085,13435196,13435085,13435085,13435085,13435197,13435085,20840653,190384985,190384985,190384985,190384985,190384985,13435085,13435085,13435085,190382285,190384985,190384985,13437785,13435085,13435085,13435085,13435085,13435085,13435085,13435085,13435085,13435085,13435085,13435199,13435085,190382400,190384985,190384985,13437785,13435085,13435085,13435085,13435085,13435085,13435085,13435085,13435085,13435085,4294836429,9240781,13435085,109840012,109840012,109840012,109840012,109840012,109838539,13305484,109840012,109840012,109840012,109840012,109840012,109840012,109840012,109840012,109840012,109840012,109839585,109840012,62981772,109840012,109841242,109840012,190514828,109840012,109840012,109840012,109840012,109840012,109840012,109840012,109840012,109840012,109840012,109840012,109840012,109840012,109840012,109840012,109840012,109840012,109840012,109840012,109840012,109840012,109840012,109840741,109840012,109839679,109840012,109840012,109840012,109840012,109840012,109840012,109840012,109840012,109840012,109840012,109840012,109840012,4294837900,37881484,109840012,62981057,62981057,62981057,62981057,62981057,62980299,13304769,62981057,62981057,62981057,62981057,62981057,62981057,62981057,62981057,62981057,62981057,62981050,62981057,109839297,62981057,62983004,62981057,35128257,62981057,62981057,62981057,62981057,62981057,62981057,62981057,62981057,62981057,62981057,62981057,62981057,62981057,62981057,62981057,62981057,62981057,62981057,62981057,62981057,62981057,62981057,62981332,62981057,62981775,62981057,62981057,62981057,62981057,62981057,62981057,62981057,62981057,62981057,62981057,62981057,62981057,4294837185,4391873,62981057,110036623,110036623,110036623,110036623,110036623,110035147,13305487,110036623,110036623,110036623,110036623,110036623,110036623,110036623,110036623,110036623,110036623,110035898,110036623,110626447,110036623,110037853,110036623,190711439,110036623,110036623,110036623,110036623,110036623,110036623,110036623,110036623,110036623,110036623,110036623,110036623,110036623,110036623,110036623,110036623,110036623,110036623,110036623,110036623,110036623,110036623,110037139,110036623,110035905,110036623,110036623,110036623,110036623,110036623,110036623,110036623,110036623,110036623,110036623,110036623,110036623,4294837903,68290191,110036623,110102160,110102160,110102160,110102160,110102160,110100683,13305488,110102160,110102160,110102160,110102160,110102160,110102160,110102160,110102160,110102160,110102160,110100796,110102160,63637136,110102160,110102161,110102160,110233232,110102160,110102160,110102160,110102160,110102160,110102160,110102160,110102160,110102160,110102160,110102160,110102160,110102160,110102160,110102160,110102160,110102160,110102160,110102160,110102160,110102160,110102160,110102163,110102160,110101010,110102160,110102160,110102160,110102160,110102160,110102160,110102160,110102160,110102160,110102160,110102160,110102160,4294837904,9242256,110102160,110102160,110102160,110102160,110102160,110102160,110100683,13305488,110102160,110102160,110102160,110102160,110102160,110102160,110102160,110102160,110102160,110102160,110100796,110102160,63637136,110102160,110103391,110102160,110233232,110102160,110102160,110102160,110102160,110102160,110102160,110102160,110102160,110102160,110102160,110102160,110102160,110102160,110102160,110102160,110102160,110102160,110102160,110102160,110102160,110102160,110102160,110102163,110102160,110101010,110102160,110102160,110102160,110102160,110102160,110102160,110102160,110102160,110102160,110102160,110102160,110102160,4294837904,9242256,110102160,110102160,110102160,110102160,110102160,110102160,110103392,190842512,110102160,110102160,110102160,110102160,110102160,110102160,110102160,110102160,110102160,110102160,110101442,110102160,63637136,110102160,110102161,110102160,110233232,110102160,110102160,110102160,110102160,110102160,110102160,110102160,110102160,110102160,110102160,110102160,110102160,110102160,110102160,110102160,110102160,110102160,110102160,110102160,110102160,110102160,110102160,110103393,110102160,110101010,110102160,110102160,110102160,110102160,110102160,110102160,110102160,110102160,110102160,190973584,110102160,110102160,4294837904,9242256,110102160,20971840,20971840,20971840,20971840,20971840,20971723,13304128,20971840,20971840,20971840,20971840,20971840,20971840,20971840,20971840,20971840,20971840,20971836,20971840,21102912,20971840,20972055,20971840,35127616,191040355,191040355,191040355,191040355,191040355,20971840,20971840,20971840,191037760,191040355,191040355,20974435,20971840,20971840,20971840,20971840,20971840,20971840,20971840,20971840,20971840,20971840,20972057,20971840,191037760,191040355,191040355,20974435,20971840,20971840,20971840,20971840,20971840,20971840,20971840,20971840,20971840,4294836544,9240896,20971840,63308742,63308742,63308742,63308742,63308742,63307979,13304774,63308742,63308742,63308742,63308742,63308742,63308742,63308742,63308742,63308742,63308742,63308730,63308742,88015814,63308742,63310692,63308742,35324870,63308742,63308742,63308742,63308742,63308742,63308742,63308742,63308742,63308742,63308742,63308742,63308742,63308742,63308742,63308742,63308742,63308742,63308742,63308742,63308742,63308742,63308742,63309463,63308742,63309464,63308742,63308742,63308742,63308742,63308742,63308742,63308742,63308742,63308742,63308742,63308742,63308742,4294837190,4391878,63308742,63308742,63308742,63308742,63308742,63308742,63308742,63308742,63308742,63308742,63308742,63308742,63308742,63308742,63308742,63308742,63308742,63308742,63308742,63308742,63308742,63308742,63309461,63308742,63308742,63308742,63308742,63308742,63308742,63308742,63308742,63308742,63308742,63308742,63308742,63308742,63308742,63308742,63308742,63308742,63308742,63308742,63308742,63308742,63308742,63308742,63308742,63308742,63308742,63308742,63308742,63308742,63308742,63308742,63308742,63308742,63308742,63308742,63308742,191169478,63308742,63308742,63308742,63308742,63308742,110626456,110626456,110626456,110626456,110626456,110624971,13305496,110626456,110626456,110626456,110626456,110626456,110626456,110626456,110626456,110626456,110626456,110626017,110626456,110036632,110626456,110627686,110626456,191301272,110626456,110626456,110626456,110626456,110626456,110626456,110626456,110626456,110626456,110626456,110626456,110626456,110626456,110626456,110626456,110626456,110626456,110626456,110626456,110626456,110626456,110626456,110626963,110626456,110625729,110626456,110626456,110626456,110626456,110626456,110626456,110626456,110626456,110626456,110626456,110626456,110626456,4294837912,67045016,110626456,110691993,110691993,110691993,110691993,110691993,110690507,13305497,110691993,110691993,110691993,110691993,110691993,110691993,110691993,110691993,110691993,110691993,110690620,110691993,63637145,110691993,110691994,110691993,110823065,110691993,110691993,110691993,110691993,110691993,110691993,110691993,110691993,110691993,110691993,110691993,110691993,110691993,110691993,110691993,110691993,110691993,110691993,110691993,110691993,110691993,110691993,110691996,110691993,110690834,110691993,110691993,110691993,110691993,110691993,110691993,110691993,110691993,110691993,110691993,110691993,110691993,4294837913,9242265,110691993,110691993,110691993,110691993,110691993,110691993,110690507,13305497,110691993,110691993,110691993,110691993,110691993,110691993,110691993,110691993,110691993,110691993,110690620,110691993,63637145,110691993,110693224,110691993,110823065,110691993,110691993,110691993,110691993,110691993,110691993,110691993,110691993,110691993,110691993,110691993,110691993,110691993,110691993,110691993,110691993,110691993,110691993,110691993,110691993,110691993,110691993,110691996,110691993,110690834,110691993,110691993,110691993,110691993,110691993,110691993,110691993,110691993,110691993,110691993,110691993,110691993,4294837913,9242265,110691993,110691993,110691993,110691993,110691993,110691993,110693225,191432345,110691993,110691993,110691993,110691993,110691993,110691993,110691993,110691993,110691993,110691993,110691271,110691993,63637145,110691993,110691994,110691993,110823065,110691993,110691993,110691993,110691993,110691993,110691993,110691993,110691993,110691993,110691993,110691993,110691993,110691993,110691993,110691993,110691993,110691993,110691993,110691993,110691993,110691993,110691993,110693226,110691993,110690834,110691993,110691993,110691993,110691993,110691993,110691993,110691993,110691993,110691993,191563417,110691993,110691993,4294837913,9242265,110691993,21102914,21102914,21102914,21102914,21102914,21102795,13304130,21102914,21102914,21102914,21102914,21102914,21102914,21102914,21102914,21102914,21102914,21102908,21102914,21102914,21102914,21103130,21102914,35324226,191630188,191630188,191630188,191630188,191630188,21102914,21102914,21102914,191627586,191630188,191630188,21105516,21102914,21102914,21102914,21102914,21102914,21102914,21102914,21102914,21102914,21102914,21103132,21102914,191627584,191630188,191630188,21105516,21102914,21102914,21102914,21102914,21102914,21102914,21102914,21102914,21102914,4294836546,9240898,21102914,63636427,63636427,63636427,63636427,63636427,63635659,13304779,63636427,63636427,63636427,63636427,63636427,63636427,63636427,63636427,63636427,63636427,63635772,63636427,63636427,63636427,63638381,63636427,111084491,63636427,63636427,63636427,63636427,63636427,63636427,63636427,63636427,63636427,63636427,63636427,63636427,63636427,63636427,63636427,63636427,63636427,63636427,63636427,63636427,63636427,63636427,63637152,63636427,63635972,63636427,63636427,63636427,63636427,63636427,63636427,63636427,63636427,63636427,63636427,63636427,63636427,4294837195,9241547,63636427,63636427,63636427,63636427,63636427,63636427,63638382,191759307,63636427,63636427,63636427,63636427,63636427,63636427,63636427,63636427,63636427,63636427,63636423,63636427,63636427,63636427,63637150,63636427,111084491,63636427,63636427,63636427,63636427,63636427,63636427,63636427,63636427,63636427,63636427,63636427,63636427,63636427,63636427,63636427,63636427,63636427,63636427,63636427,63636427,63636427,63636427,63638383,63636427,63635972,63636427,63636427,63636427,63636427,63636427,63636427,63636427,63636427,63636427,191890379,63636427,63636427,4294837195,9241547,63636427,111281826,111281826,111281826,111281826,111281826,111280331,13305506,111281826,111281826,111281826,111281826,111281826,111281826,111281826,111281826,111281826,111281826,111281060,111281826,189466274,111281826,111283057,111281826,192022178,111281826,111281826,111281826,111281826,111281826,111281826,111281826,111281826,111281826,111281826,111281826,111281826,111281826,111281826,111281826,111281826,111281826,111281826,111281826,111281826,111281826,111281826,111283059,111281826,111282290,111281826,111281826,111281826,111281826,111281826,111281826,111281826,111281826,111281826,111281826,111281826,111281826,4294837922,4392610,111281826,63570890,63570890,63570890,63570890,63570890,63570123,13304778,63570890,63570890,63570890,63570890,63570890,63570890,63570890,63570890,63570890,63570890,63570124,63570890,63636426,63570890,63570892,63570890,63767498,192154484,192154484,192154484,192154484,192154484,63570890,63570890,63570890,192152522,192154484,192154484,63572852,63570890,63570890,63570890,63570890,63570890,63570890,63570890,63570890,63570890,63570890,63570894,63570890,192151867,192154484,192154484,63572852,63570890,63570890,63570890,63570890,63570890,63570890,63570890,63570890,63570890,4294837194,9241546,63570890,13697233,13697233,13697233,13697233,13697233,13697227,13304017,13697233,13697233,13697233,13697233,13697233,13697233,13697233,13697233,13697233,13697233,13697228,13697233,21102801,13697233,13697347,13697233,21233873,192220021,192220021,192220021,192220021,192220021,13697233,13697233,13697233,192217297,192220021,192220021,13699957,13697233,13697233,13697233,13697233,13697233,13697233,13697233,13697233,13697233,13697233,13697349,13697233,192217297,192220021,192220021,13699957,13697233,13697233,13697233,13697233,13697233,13697233,13697233,13697233,13697233,4294836433,9240785,13697233,192285558,192285558,192285558,192285558,192285558,192282827,13306742,192285558,192285558,192285558,192285558,192285558,192285558,192285558,192285558,192285558,192285558,192283516,192285558,112331638,192285558,192285559,192285558,192416630,192285558,192285558,192285558,192285558,192285558,192285558,192285558,192285558,192285558,192285558,192285558,192285558,192285558,192285558,192285558,192285558,192285558,192285558,192285558,192285558,192285558,192285558,192284316,192285558,192283519,192285558,192285558,192285558,192285558,192285558,192285558,192285558,192285558,192285558,192285558,192285558,192285558,4294839158,9243510,192285558,35717665,35717665,35717665,35717665,35717665,35717323,13304353,35717665,35717665,35717665,35717665,35717665,35717665,35717665,35717665,35717665,35717665,35717616,35717665,35979809,35717665,35718096,35717665,64029217,192482169,192482169,192482169,192482169,192482169,35717665,35717665,35717665,192479777,192482169,192482169,35720057,35717665,35717665,35717665,35717665,35717665,35717665,35717665,35717665,35717665,35717665,35718098,35717665,192479732,192482169,192482169,35720057,35717665,35717665,35717665,35717665,35717665,35717665,35717665,35717665,35717665,4294836769,9241121,35717665,111806122,111806122,111806122,111806122,111806122,111804619,13305514,111806122,111806122,111806122,111806122,111806122,111806122,111806122,111806122,111806122,111806122,111804912,111806122,112920234,111806122,111807354,111806122,192612010,111806122,111806122,111806122,111806122,111806122,111806122,111806122,111806122,111806122,111806122,111806122,111806122,111806122,111806122,111806122,111806122,111806122,111806122,111806122,111806122,111806122,111806122,111807356,111806122,111805292,111806122,111806122,111806122,111806122,111806122,111806122,111806122,111806122,111806122,111806122,111806122,111806122,4294837930,9242282,111806122,111871659,111871659,111871659,111871659,111871659,111935487,4294903467,111871659,111871659,111871659,111871659,111871659,111871659,111871659,111871659,111871659,111871659,111870829,111871659,113247915,111871659,111871659,111871659,111871659,111871659,111871659,111871659,111871659,111871659,111871659,111871659,111871659,111871659,111871659,111871659,111871659,111871659,111871659,111871659,111871659,111871659,111871659,111871659,111871659,111871659,111871659,111872893,111871659,111872894,111871659,111871659,111871659,111871659,111871659,111871659,111871659,111871659,111871659,111871659,111871659,111871659,111871659,111871659,111871659,111937196,111937196,111937196,111937196,111937196,111935522,2229932,111937196,111937196,111937196,111937196,111937196,111937196,111937196,111937196,111937196,111937196,111936368,111937196,179308204,111937196,111937196,111937196,192874156,111937196,111937196,111937196,111937196,111937196,111937196,111937196,111937196,111937196,111937196,111937196,111937196,111937196,111937196,111937196,111937196,111937196,111937196,111937196,111937196,111937196,111937196,111938432,111937196,111938433,111937196,111937196,111937196,111937196,111937196,111937196,111937196,111937196,111937196,111937196,111937196,111937196,4294837932,4392620,111937196,64160723,64160723,64160723,64160723,64160723,64159778,2229203,64160723,64160723,64160723,64160723,64160723,64160723,64160723,64160723,64160723,64160723,64159943,64160723,36307923,64160723,64160723,64160723,64226259,193072002,193072002,193072002,193072002,193072002,64160723,64160723,64160723,193070035,193072002,193072002,64162690,64160723,64160723,64160723,64160723,64160723,64160723,64160723,64160723,64160723,64160723,64160725,64160723,193069357,193072002,193072002,64162690,64160723,64160723,64160723,64160723,64160723,64160723,64160723,64160723,64160723,4294837203,9241555,64160723,13762770,13762770,13762770,13762770,13762770,13762594,2228434,13762770,13762770,13762770,13762770,13762770,13762770,13762770,13762770,13762770,13762770,13762759,13762770,13762770,13762770,13762770,13762770,21364946,193137539,193137539,193137539,193137539,193137539,13762770,13762770,13762770,193134802,193137539,193137539,13765507,13762770,13762770,13762770,13762770,13762770,13762770,13762770,13762770,13762770,13762770,13762887,13762770,193134794,193137539,193137539,13765507,13762770,13762770,13762770,13762770,13762770,13762770,13762770,13762770,13762770,4294836434,9240786,13762770,112264881,112264881,112264881,112264881,112264881,112263371,13305521,112264881,112264881,112264881,112264881,112264881,112264881,112264881,112264881,112264881,112264881,112263372,112264881,112330417,112264881,112264883,112264881,112461489,112264881,112264881,112264881,112264881,112264881,112264881,112264881,112264881,112264881,112264881,112264881,112264881,112264881,112264881,112264881,112264881,112264881,112264881,112264881,112264881,112264881,112264881,112264142,112264881,112263483,112264881,112264881,112264881,112264881,112264881,112264881,112264881,112264881,112264881,112264881,112264881,112264881,4294837937,9242289,112264881,112330418,112330418,112330418,112330418,112330418,112328907,13305522,112330418,112330418,112330418,112330418,112330418,112330418,112330418,112330418,112330418,112330418,112329020,112330418,112330418,112330418,112331652,112330418,193267378,112330418,112330418,112330418,112330418,112330418,112330418,112330418,112330418,112330418,112330418,112330418,112330418,112330418,112330418,112330418,112330418,112330418,112330418,112330418,112330418,112330418,112330418,112330400,112330418,112329220,112330418,112330418,112330418,112330418,112330418,112330418,112330418,112330418,112330418,112330418,112330418,112330418,4294837938,9242290,112330418,112264881,112264881,112264881,112264881,112264881,112263371,13305521,112264881,112264881,112264881,112264881,112264881,112264881,112264881,112264881,112264881,112264881,112263372,112264881,112330417,112264881,112266118,112264881,112461489,112264881,112264881,112264881,112264881,112264881,112264881,112264881,112264881,112264881,112264881,112264881,112264881,112264881,112264881,112264881,112264881,112264881,112264881,112264881,112264881,112264881,112264881,112264142,112264881,112263483,112264881,112264881,112264881,112264881,112264881,112264881,112264881,112264881,112264881,112264881,112264881,112264881,4294837937,9242289,112264881,21496136,21496136,21496136,21496136,21496136,21496011,13304136,21496136,21496136,21496136,21496136,21496136,21496136,21496136,21496136,21496136,21496136,21496012,21496136,35979592,21496136,21496358,21496136,36110664,193399687,193399687,193399687,193399687,193399687,21496136,21496136,21496136,193397064,193399687,193399687,21498759,21496136,21496136,21496136,21496136,21496136,21496136,21496136,21496136,21496136,21496136,21496360,21496136,193396945,193399687,193399687,21498759,21496136,21496136,21496136,21496136,21496136,21496136,21496136,21496136,21496136,4294836552,9240904,21496136,112592566,112592566,112592566,112592566,112592566,112591051,13305526,112592566,112592566,112592566,112592566,112592566,112592566,112592566,112592566,112592566,112592566,112591344,112592566,112920246,112592566,112593800,112592566,193529526,112592566,112592566,112592566,112592566,112592566,112592566,112592566,112592566,112592566,112592566,112592566,112592566,112592566,112592566,112592566,112592566,112592566,112592566,112592566,112592566,112592566,112592566,112593802,112592566,112591666,112592566,112592566,112592566,112592566,112592566,112592566,112592566,112592566,112592566,112592566,112592566,112592566,4294837942,9242294,112592566,112658103,112658103,112658103,112658103,112658103,112721919,4294903479,112658103,112658103,112658103,112658103,112658103,112658103,112658103,112658103,112658103,112658103,112657203,112658103,193660599,112658103,112658103,112658103,112658103,112658103,112658103,112658103,112658103,112658103,112658103,112658103,112658103,112658103,112658103,112658103,112658103,112658103,112658103,112658103,112658103,112658103,112658103,112658103,112658103,112658103,112658103,112659340,112658103,112659341,112658103,112658103,112658103,112658103,112658103,112658103,112658103,112658103,112658103,112658103,112658103,112658103,112658103,112658103,112658103,112723640,112723640,112723640,112723640,112723640,112721954,2229944,112723640,112723640,112723640,112723640,112723640,112723640,112723640,112723640,112723640,112723640,112722742,112723640,193857208,112723640,112723640,112723640,193922744,112723640,112723640,112723640,112723640,112723640,112723640,112723640,112723640,112723640,112723640,112723640,112723640,112723640,112723640,112723640,112723640,112723640,112723640,112723640,112723640,112723640,112723640,112724880,112723640,112724677,112723640,112723640,112723640,112723640,112723640,112723640,112723640,112723640,112723640,112723640,112723640,112723640,4294837944,4392632,112723640,36307498,36307498,36307498,36307498,36307498,36306978,2228778,36307498,36307498,36307498,36307498,36307498,36307498,36307498,36307498,36307498,36307498,36307143,36307498,36307498,36307498,36307498,36307498,64815658,194055057,194055057,194055057,194055057,194055057,36307498,36307498,36307498,194052650,194055057,194055057,36309905,36307498,36307498,36307498,36307498,36307498,36307498,36307498,36307498,36307498,36307498,36307934,36307498,194052385,194055057,194055057,36309905,36307498,36307498,36307498,36307498,36307498,36307498,36307498,36307498,36307498,4294836778,9241130,36307498,112920251,112920251,112920251,112920251,112920251,112918731,13305531,112920251,112920251,112920251,112920251,112920251,112920251,112920251,112920251,112920251,112920251,112918844,112920251,112920251,112920251,112921490,112920251,194184891,112920251,112920251,112920251,112920251,112920251,112920251,112920251,112920251,112920251,112920251,112920251,112920251,112920251,112920251,112920251,112920251,112920251,112920251,112920251,112920251,112920251,112920251,112920224,112920251,112919363,112920251,112920251,112920251,112920251,112920251,112920251,112920251,112920251,112920251,112920251,112920251,112920251,4294837947,9242299,112920251,64947167,64947167,64947167,64947167,64947167,64946379,13304799,64947167,64947167,64947167,64947167,64947167,64947167,64947167,64947167,64947167,64947167,64946380,64947167,112919519,64947167,64949140,64947167,113050591,64947167,64947167,64947167,64947167,64947167,64947167,64947167,64947167,64947167,64947167,64947167,64947167,64947167,64947167,64947167,64947167,64947167,64947167,64947167,64947167,64947167,64947167,64947902,64947167,64946650,64947167,64947167,64947167,64947167,64947167,64947167,64947167,64947167,64947167,64947167,64947167,64947167,4294837215,9241567,64947167,64947167,64947167,64947167,64947167,64947167,64949141,194315231,64947167,64947167,64947167,64947167,64947167,64947167,64947167,64947167,64947167,64947167,64947162,64947167,112919519,64947167,64947900,64947167,113050591,64947167,64947167,64947167,64947167,64947167,64947167,64947167,64947167,64947167,64947167,64947167,64947167,64947167,64947167,64947167,64947167,64947167,64947167,64947167,64947167,64947167,64947167,64949142,64947167,64946650,64947167,64947167,64947167,64947167,64947167,64947167,64947167,64947167,64947167,194446303,64947167,64947167,4294837215,9241567,64947167,65012704,65012704,65012704,65012704,65012704,65012704,65012704,65012704,65012704,65012704,65012704,65012704,65012704,65012704,65012704,65012704,65012704,65012704,65012704,65012704,65012704,65012704,65012704,65012704,65012704,65012704,65012704,65012704,65012704,65012704,65012704,65012704,65012704,65012704,65012704,65012704,65012704,65012704,65012704,65012704,65012704,65012704,65012704,65012704,65012704,65012704,65012704,65012704,65012704,65012704,65012704,65012704,65012704,65012704,65012704,65012704,65012704,65012704,194511840,65012704,65012704,65012704,65012704,65012704,113247936,113247936,113247936,113247936,113247936,113246383,11470528,113247936,113247936,113247936,113247936,113247936,113247936,113247936,113247936,113247936,113247936,113247763,113247936,111871680,113247936,113247936,113247936,194578112,113247936,113247936,113247936,113247936,113247936,113247936,113247936,113247936,113247936,113247936,113247936,113247936,113247936,113247936,113247936,113247936,113247936,113247936,113247936,113247936,113247936,113247936,113249178,113247936,113248996,113247936,113247936,113247936,113247936,113247936,113247936,113247936,113247936,113247936,113247936,113247936,113247936,4294837952,194709184,113247936,65078241,65078241,65078241,65078241,65078241,65077282,2229217,65078241,65078241,65078241,65078241,65078241,65078241,65078241,65078241,65078241,65078241,65077723,65078241,102630369,65078241,65079730,65078241,36373473,65078241,65078241,65078241,65078241,65078241,65078241,65078241,65078241,65078241,65078241,65078241,65078241,65078241,65078241,65078241,65078241,65078241,65078241,65078241,65078241,65078241,65078241,65078978,65078241,65078817,65078241,65078241,65078241,65078241,65078241,65078241,65078241,65078241,65078241,65078241,65078241,65078241,4294837217,4391905,65078241,65078241,65078241,65078241,65078241,65078241,65078241,65078241,65078241,65078241,65078241,65078241,65078241,65078241,65078241,65078241,65078241,65078241,65078241,65078241,65078241,65078241,65078241,65078241,65078241,65078241,65078241,65078241,65078241,65078241,65078241,65078241,65078241,65078241,65078241,65078241,65078241,65078241,65078241,65078241,65078241,65078241,65078241,65078241,65078241,65078241,65078241,65078241,65078241,65078241,65078241,65078241,65078241,65078241,65078241,65078241,65078241,65078241,65078241,194773985,65078241,65078241,65078241,65078241,65078241,36241961,36241961,36241961,36241961,36241961,36241442,2228777,36241961,36241961,36241961,36241961,36241961,36241961,36241961,36241961,36241961,36241961,36241544,36241961,36307497,36241961,36241961,36241961,36373033,194841501,194841501,194841501,194841501,194841501,36241961,36241961,36241961,194839081,194841501,194841501,36244381,36241961,36241961,36241961,36241961,36241961,36241961,36241961,36241961,36241961,36241961,36241964,36241961,194838726,194841501,194841501,36244381,36241961,36241961,36241961,36241961,36241961,36241961,36241961,36241961,36241961,4294836777,9241129,36241961,21823821,21823821,21823821,21823821,21823821,21889023,4294902093,21823821,21823821,21823821,21823821,21823821,21823821,21823821,21823821,21823821,21823821,21823614,21823821,14025037,21823821,21823821,21823821,21823821,194907038,194907038,194907038,194907038,194907038,21823821,21823821,21823821,194904397,194907038,194907038,21826462,21823821,21823821,21823821,21823821,21823821,21823821,21823821,21823821,21823821,21823821,21824047,21823821,194904624,194907038,194907038,21826462,21823821,21823821,21823821,21823821,21823821,21823821,21823821,21823821,21823821,21823821,21823821,21823821,53674803,53674803,53674803,53674803,53674803,53674159,11469619,53674803,53674803,53674803,53674803,53674803,53674803,53674803,53674803,53674803,53674803,53676959,53674803,57475891,53674803,53674803,53674803,95879987,53674803,53674803,53674803,53674803,53674803,53674803,53674803,53674803,53674803,53674803,53674803,53674803,53674803,53674803,53674803,53674803,53674803,53674803,53674803,53674803,53674803,53674803,53675448,53674803,53674317,53674803,53674803,53674803,53674803,53674803,53674803,53674803,53674803,53674803,53674803,53674803,53674803,4294837043,96011059,53674803,65537000,65537000,65537000,65537000,65537000,65536175,11469800,65537000,65537000,65537000,65537000,65537000,65537000,65537000,65537000,65537000,65537000,65537552,65537000,36701160,65537000,65538976,65537000,115016680,65537000,65537000,65537000,65537000,65537000,65537000,65537000,65537000,65537000,65537000,65537000,65537000,65537000,65537000,65537000,65537000,65537000,65537000,65537000,65537000,65537000,65537000,65537737,65537000,65537738,65537000,65537000,65537000,65537000,65537000,65537000,65537000,65537000,65537000,65537000,65537000,65537000,4294837224,16778216,65537000,65537000,65537000,65537000,65537000,65537000,65537000,65537000,65537000,65537000,65537000,65537000,65537000,65537000,65537000,65537000,65537000,65537000,65537000,65537000,65537000,65537000,65537000,65537000,65537000,65537000,65537000,65537000,65537000,65537000,65537000,65537000,65537000,65537000,65537000,65537000,65537000,65537000,65537000,65537000,65537000,65537000,65537000,65537000,65537000,65537000,65537000,65537000,65537000,65537000,65537000,65537000,65537000,65537000,65537000,65537000,65537000,65537000,65537000,195101672,65537000,65537000,65537000,65537000,65537000,113903306,113903306,113903306,113903306,113903306,113901743,11470538,113903306,113903306,113903306,113903306,113903306,113903306,113903306,113903306,113903306,113903306,113902567,113903306,104990410,113903306,113903306,113903306,195167946,113903306,113903306,113903306,113903306,113903306,113903306,113903306,113903306,113903306,113903306,113903306,113903306,113903306,113903306,113903306,113903306,113903306,113903306,113903306,113903306,113903306,113903306,113904351,113903306,113902480,113903306,113903306,113903306,113903306,113903306,113903306,113903306,113903306,113903306,113903306,113903306,113903306,4294837962,195233482,113903306,113968843,113968843,113968843,113968843,113968843,113967489,25233099,113968843,113968843,113968843,113968843,113968843,113968843,113968843,113968843,113968843,113968843,113970084,113968843,195364555,113968843,113970086,113968843,195495627,113968843,113968843,113968843,113968843,113968843,113968843,113968843,113968843,113968843,113968843,113968843,113968843,113968843,113968843,113968843,113968843,113968843,113968843,113968843,113968843,113968843,113968843,113970088,113968843,113970089,113968843,113968843,113968843,113968843,113968843,113968843,113968843,113968843,113968843,113968843,113968843,113968843,4294837963,195692235,113968843,195759019,195759019,195759019,195759019,195759019,195756207,11471787,195759019,195759019,195759019,195759019,195759019,195759019,195759019,195759019,195759019,195759019,195759020,195759019,195890091,195759019,195759022,195759019,114035627,195759019,195759019,195759019,195759019,195759019,195759019,195759019,195759019,195759019,195759019,195759019,195759019,195759019,195759019,195759019,195759019,195759019,195759019,195759019,195759019,195759019,195759019,195759023,195759019,195759019,195759019,195759019,195759019,195759019,195759019,195759019,195759019,195759019,195759019,195759019,195759019,195759019,4294839211,196086699,195759019,65733611,65733611,65733611,65733611,65733611,65732783,11469803,65733611,65733611,65733611,65733611,65733611,65733611,65733611,65733611,65733611,65733611,65733607,65733611,59769835,65733611,65733611,65733611,114164715,196152241,196152241,196152241,196152241,196152241,65733611,65733611,65733611,196150251,196152241,196152241,65735601,65733611,65733611,65733611,65733611,65733611,65733611,65733611,65733611,65733611,65733611,65733610,65733611,196149808,196152241,196152241,65735601,65733611,65733611,65733611,65733611,65733611,65733611,65733611,65733611,65733611,4294837227,114230251,65733611,65733611,65733611,65733611,65733611,65733611,65732783,11469803,65733611,65733611,65733611,65733611,65733611,65733611,65733611,65733611,65733611,65733611,65733607,65733611,59769835,65733611,65735602,65733611,196281323,65733611,65733611,65733611,65733611,65733611,65733611,65733611,65733611,65733611,65733611,65733611,65733611,65733611,65733611,65733611,65733611,65733611,65733611,65733611,65733611,65733611,65733611,65733610,65733611,65733168,65733611,65733611,65733611,65733611,65733611,65733611,65733611,65733611,65733611,65733611,65733611,65733611,4294837227,114230251,65733611,65864685,65864685,65864685,65864685,65864685,65864827,75170797,65864685,65864685,65864685,65864685,65864685,65864685,65864685,65864685,65864685,65864685,65864329,65864685,36766701,65864685,65865424,65864685,195363821,65864685,65864685,65864685,65864685,65864685,65864685,65864685,65864685,65864685,65864685,65864685,65864685,65864685,65864685,65864685,65864685,65864685,65864685,65864685,65864685,65864685,65864685,65865425,65864685,65865426,65864685,65864685,65864685,65864685,65864685,65864685,65864685,65864685,65864685,65864685,65864685,65864685,65864685,65864685,65864685,65864685,65864685,65864685,65864685,65864685,65864685,65864685,65864685,65864685,65864685,65864685,65864685,65864685,65864685,65864685,65864685,65864685,65864685,65864685,65864685,65864685,65865424,65864685,65864685,65864685,65864685,65864685,65864685,65864685,65864685,65864685,65864685,65864685,65864685,65864685,65864685,65864685,65864685,65864685,65864685,65864685,65864685,65864685,65864685,65864685,65864685,65864685,65864685,65864685,65864685,65864685,65864685,65864685,65864685,65864685,65864685,65864685,65864685,196346861,65864685,65864685,65864685,65864685,65864685,114427602,114427602,114427602,114427602,114427602,114426241,25233106,114427602,114427602,114427602,114427602,114427602,114427602,114427602,114427602,114427602,114427602,114428853,114427602,195036882,114427602,114428854,114427602,196544210,114427602,114427602,114427602,114427602,114427602,114427602,114427602,114427602,114427602,114427602,114427602,114427602,114427602,114427602,114427602,114427602,114427602,114427602,114427602,114427602,114427602,114427602,114428856,114427602,114428857,114427602,114427602,114427602,114427602,114427602,114427602,114427602,114427602,114427602,114427602,114427602,114427602,4294837970,196740818,114427602,134547461,134547461,134547461,134547461,134547461,134546576,76548101,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134547448,134547461,196806661,134547461,134548412,134547461,196937733,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134548414,134547461,134546422,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134547461,4294838277,16779269,134547461,134416387,134416387,134416387,134416387,134416387,134414721,25233411,134416387,134416387,134416387,134416387,134416387,134416387,134416387,134416387,134416387,134416387,134416383,134416387,197068803,134416387,134417344,134416387,114558979,134416387,134416387,134416387,134416387,134416387,134416387,134416387,134416387,134416387,134416387,134416387,134416387,134416387,134416387,134416387,134416387,134416387,134416387,134416387,134416387,134416387,134416387,134417345,134416387,134416387,134416387,134416387,134416387,134416387,134416387,134416387,134416387,134416387,134416387,134416387,134416387,134416387,4294838275,134481923,134416387,36766257,36766257,36766257,36766257,36766257,36766081,25231921,36766257,36766257,36766257,36766257,36766257,36766257,36766257,36766257,36766257,36766257,36766344,36766257,65864241,36766257,36766702,36766257,65995313,197266370,197266370,197266370,197266370,197266370,36766257,36766257,36766257,197263921,197266370,197266370,36768706,36766257,36766257,36766257,36766257,36766257,36766257,36766257,36766257,36766257,36766257,36766704,36766257,197264369,197266370,197266370,36768706,36766257,36766257,36766257,36766257,36766257,36766257,36766257,36766257,36766257,4294836785,42861105,36766257,114689750,114689750,114689750,114689750,114689750,114689147,75171542,114689750,114689750,114689750,114689750,114689750,114689750,114689750,114689750,114689750,114689750,114688649,114689750,66127574,114689750,114691011,114689750,114689750,114689750,114689750,114689750,114689750,114689750,114689750,114689750,114689750,114689750,114689750,114689750,114689750,114689750,114689750,114689750,114689750,114689750,114689750,114689750,114689750,114689750,114689750,114691012,114689750,114690780,114689750,114689750,114689750,114689750,114689750,114689750,114689750,114689750,114689750,114689750,114689750,114689750,114689750,114689750,114689750,66126833,66126833,66126833,66126833,66126833,66126209,25232369,66126833,66126833,66126833,66126833,66126833,66126833,66126833,66126833,66126833,66126833,66126472,66126833,114689009,66126833,66127575,66126833,197460977,66126833,66126833,66126833,66126833,66126833,66126833,66126833,66126833,66126833,66126833,66126833,66126833,66126833,66126833,66126833,66126833,66126833,66126833,66126833,66126833,66126833,66126833,66127577,66126833,66126385,66126833,66126833,66126833,66126833,66126833,66126833,66126833,66126833,66126833,66126833,66126833,66126833,4294837233,114951153,66126833,66126833,66126833,66126833,66126833,66126833,66126209,25232369,66126833,66126833,66126833,66126833,66126833,66126833,66126833,66126833,66126833,66126833,66126472,66126833,114689009,66126833,66127575,66126833,197526513,66126833,66126833,66126833,66126833,66126833,66126833,66126833,66126833,66126833,66126833,66126833,66126833,66126833,66126833,66126833,66126833,66126833,66126833,66126833,66126833,66126833,66126833,66127577,66126833,66126385,66126833,66126833,66126833,66126833,66126833,66126833,66126833,66126833,66126833,66126833,66126833,66126833,4294837233,114951153,66126833,66126833,66126833,66126833,66126833,66126833,66126833,66126833,66126833,66126833,66126833,66126833,66126833,66126833,66126833,66126833,66126833,66126833,66126833,66126833,66126833,66126833,66127575,66126833,66126833,66126833,66126833,66126833,66126833,66126833,66126833,66126833,66126833,66126833,66126833,66126833,66126833,66126833,66126833,66126833,66126833,66126833,66126833,66126833,66126833,66126833,66126833,66126833,66126833,66126833,66126833,66126833,66126833,66126833,66126833,66126833,66126833,66126833,66126833,197592049,66126833,66126833,66126833,66126833,66126833,66192370,66192370,66192370,66192370,66192370,66191535,11469810,66192370,66192370,66192370,66192370,66192370,66192370,66192370,66192370,66192370,66192370,66192524,66192370,66192370,66192370,66194376,66192370,115016690,66192370,66192370,66192370,66192370,66192370,66192370,66192370,66192370,66192370,66192370,66192370,66192370,66192370,66192370,66192370,66192370,66192370,66192370,66192370,66192370,66192370,66192370,66193116,66192370,66192527,66192370,66192370,66192370,66192370,66192370,66192370,66192370,66192370,66192370,66192370,66192370,66192370,4294837234,43320306,66192370,66192370,66192370,66192370,66192370,66192370,66192360,65537010,66192370,66192370,66192370,66192370,66192370,66192370,66192370,66192370,66192370,66192370,66194377,66192370,66192370,66192370,66192370,66192370,115016690,66192370,66192370,66192370,66192370,66192370,66192370,66192370,66192370,66192370,66192370,66192370,66192370,66192370,66192370,66192370,66192370,66192370,66192370,66192370,66192370,66192370,66192370,66194378,66192370,66192527,66192370,66192370,66192370,66192370,66192370,66192370,66192370,66192370,66192370,197854194,66192370,66192370,4294837234,43320306,66192370,115148509,115148509,115148509,115148509,115148509,115147920,76547805,115148509,115148509,115148509,115148509,115148509,115148509,115148509,115148509,115148509,115148509,115148835,115148509,115148509,115148509,115149772,115148509,197986013,115148509,115148509,115148509,115148509,115148509,115148509,115148509,115148509,115148509,115148509,115148509,115148509,115148509,115148509,115148509,115148509,115148509,115148509,115148509,115148509,115148509,115148509,115149774,115148509,115148839,115148509,115148509,115148509,115148509,115148509,115148509,115148509,115148509,115148509,115148509,115148509,115148509,4294837981,43321053,115148509,66257907,66257907,66257907,66257907,66257907,66258064,76547059,66257907,66257907,66257907,66257907,66257907,66257907,66257907,66257907,66257907,66257907,66258065,66257907,115147763,66257907,66259919,66257907,115278835,66257907,66257907,66257907,66257907,66257907,66257907,66257907,66257907,66257907,66257907,66257907,66257907,66257907,66257907,66257907,66257907,66257907,66257907,66257907,66257907,66257907,66257907,66258656,66257907,66258070,66257907,66257907,66257907,66257907,66257907,66257907,66257907,66257907,66257907,66257907,66257907,66257907,4294837235,43320307,66257907,66257907,66257907,66257907,66257907,66257907,66258949,134546419,66257907,66257907,66257907,66257907,66257907,66257907,66257907,66257907,66257907,66257907,66259920,66257907,115147763,66257907,66258654,66257907,115278835,66257907,66257907,66257907,66257907,66257907,66257907,66257907,66257907,66257907,66257907,66257907,66257907,66257907,66257907,66257907,66257907,66257907,66257907,66257907,66257907,66257907,66257907,66259921,66257907,66258070,66257907,66257907,66257907,66257907,66257907,66257907,66257907,66257907,66257907,198312947,66257907,66257907,4294837235,43320307,66257907,198380499,198380499,198380499,198380499,198380499,198377647,11471827,198380499,198380499,198380499,198380499,198380499,198380499,198380499,198380499,198380499,198380499,198378631,198380499,198446035,198380499,198380499,198380499,198511571,198380499,198380499,198380499,198380499,198380499,198380499,198380499,198380499,198380499,198380499,198380499,198380499,198380499,198380499,198380499,198380499,198380499,198380499,198380499,198380499,198380499,198380499,198380502,198380499,198378635,198380499,198380499,198380499,198380499,198380499,198380499,198380499,198380499,198380499,198380499,198380499,198380499,4294839251,43322323,198380499,43254420,43254420,43254420,43254420,43254420,43253935,11469460,43254420,43254420,43254420,43254420,43254420,43254420,43254420,43254420,43254420,43254420,43254416,43254420,66192020,43254420,43254420,43254420,36831892,198642647,198642647,198642647,198642647,198642647,43254420,43254420,43254420,198640276,198642647,198642647,43256791,43254420,43254420,43254420,43254420,43254420,43254420,43254420,43254420,43254420,43254420,43254772,43254420,198640276,198642647,198642647,43256791,43254420,43254420,43254420,43254420,43254420,43254420,43254420,43254420,43254420,4294836884,43319956,43254420,14024918,14024918,14024918,14024918,14024918,14024879,11469014,14024918,14024918,14024918,14024918,14024918,14024918,14024918,14024918,14024918,14024918,14024957,14024918,21823702,14024918,14024918,14024918,21889238,198708184,198708184,198708184,198708184,198708184,14024918,14024918,14024918,198705366,198708184,198708184,14027736,14024918,14024918,14024918,14024918,14024918,14024918,14024918,14024918,14024918,14024918,14025039,14024918,198705488,198708184,198708184,14027736,14024918,14024918,14024918,14024918,14024918,14024918,14024918,14024918,14024918,4294836438,16777430,14024918,115672805,115672805,115672805,115672805,115672805,115672187,75171557,115672805,115672805,115672805,115672805,115672805,115672805,115672805,115672805,115672805,115672805,115671689,115672805,66455269,115672805,115674073,115672805,115672805,115672805,115672805,115672805,115672805,115672805,115672805,115672805,115672805,115672805,115672805,115672805,115672805,115672805,115672805,115672805,115672805,115672805,115672805,115672805,115672805,115672805,115672805,115674074,115672805,115674075,115672805,115672805,115672805,115672805,115672805,115672805,115672805,115672805,115672805,115672805,115672805,115672805,115672805,115672805,115672805,66454518,66454518,66454518,66454518,66454518,66453889,25232374,66454518,66454518,66454518,66454518,66454518,66454518,66454518,66454518,66454518,66454518,66454152,66454518,115672054,66454518,66455270,66454518,198968310,66454518,66454518,66454518,66454518,66454518,66454518,66454518,66454518,66454518,66454518,66454518,66454518,66454518,66454518,66454518,66454518,66454518,66454518,66454518,66454518,66454518,66454518,66455272,66454518,66455273,66454518,66454518,66454518,66454518,66454518,66454518,66454518,66454518,66454518,66454518,66454518,66454518,4294837238,115999734,66454518,66454518,66454518,66454518,66454518,66454518,66453889,25232374,66454518,66454518,66454518,66454518,66454518,66454518,66454518,66454518,66454518,66454518,66454152,66454518,115672054,66454518,66455270,66454518,199033846,66454518,66454518,66454518,66454518,66454518,66454518,66454518,66454518,66454518,66454518,66454518,66454518,66454518,66454518,66454518,66454518,66454518,66454518,66454518,66454518,66454518,66454518,66455272,66454518,66455273,66454518,66454518,66454518,66454518,66454518,66454518,66454518,66454518,66454518,66454518,66454518,66454518,4294837238,115999734,66454518,66454518,66454518,66454518,66454518,66454518,66454518,66454518,66454518,66454518,66454518,66454518,66454518,66454518,66454518,66454518,66454518,66454518,66454518,66454518,66454518,66454518,66455270,66454518,66454518,66454518,66454518,66454518,66454518,66454518,66454518,66454518,66454518,66454518,66454518,66454518,66454518,66454518,66454518,66454518,66454518,66454518,66454518,66454518,66454518,66454518,66454518,66454518,66454518,66454518,66454518,66454518,66454518,66454518,66454518,66454518,66454518,66454518,66454518,199099382,66454518,66454518,66454518,66454518,66454518,115934953,115934953,115934953,115934953,115934953,115934352,76547817,115934953,115934953,115934953,115934953,115934953,115934953,115934953,115934953,115934953,115934953,115935224,115934953,199165673,115934953,115936224,115934953,199296745,115934953,115934953,115934953,115934953,115934953,115934953,115934953,115934953,115934953,115934953,115934953,115934953,115934953,115934953,115934953,115934953,115934953,115934953,115934953,115934953,115934953,115934953,115936226,115934953,115936227,115934953,115934953,115934953,115934953,115934953,115934953,115934953,115934953,115934953,115934953,115934953,115934953,4294837993,16778985,115934953,134023165,134023165,134023165,134023165,134023165,134022267,75171837,134023165,134023165,134023165,134023165,134023165,134023165,134023165,134023165,134023165,134023165,134022267,134023165,134023165,134023165,134024164,134023165,134023165,134023165,134023165,134023165,134023165,134023165,134023165,134023165,134023165,134023165,134023165,134023165,134023165,134023165,134023165,134023165,134023165,134023165,134023165,134023165,134023165,134023165,134023165,134024165,134023165,134022889,134023165,134023165,134023165,134023165,134023165,134023165,134023165,134023165,134023165,134023165,134023165,134023165,134023165,134023165,134023165,116066027,116066027,116066027,116066027,116066027,116064431,11470571,116066027,116066027,116066027,116066027,116066027,116066027,116066027,116066027,116066027,116066027,116064912,116066027,116131563,116066027,116066027,116066027,66520811,116066027,116066027,116066027,116066027,116066027,116066027,116066027,116066027,116066027,116066027,116066027,116066027,116066027,116066027,116066027,116066027,116066027,116066027,116066027,116066027,116066027,116066027,116066030,116066027,116066031,116066027,116066027,116066027,116066027,116066027,116066027,116066027,116066027,116066027,116066027,116066027,116066027,4294837995,116393707,116066027,116131564,116131564,116131564,116131564,116131564,116129967,11470572,116131564,116131564,116131564,116131564,116131564,116131564,116131564,116131564,116131564,116131564,116130956,116131564,116131564,116131564,116131564,116131564,199624428,116131564,116131564,116131564,116131564,116131564,116131564,116131564,116131564,116131564,116131564,116131564,116131564,116131564,116131564,116131564,116131564,116131564,116131564,116131564,116131564,116131564,116131564,116132839,116131564,116132840,116131564,116131564,116131564,116131564,116131564,116131564,116131564,116131564,116131564,116131564,116131564,116131564,4294837996,199821036,116131564,116197101,116197101,116197101,116197101,116197101,116196496,76547821,116197101,116197101,116197101,116197101,116197101,116197101,116197101,116197101,116197101,116197101,116196497,116197101,199886573,116197101,116198379,116197101,200017645,116197101,116197101,116197101,116197101,116197101,116197101,116197101,116197101,116197101,116197101,116197101,116197101,116197101,116197101,116197101,116197101,116197101,116197101,116197101,116197101,116197101,116197101,116198381,116197101,116198382,116197101,116197101,116197101,116197101,116197101,116197101,116197101,116197101,116197101,116197101,116197101,116197101,4294837997,116393709,116197101,116066027,116066027,116066027,116066027,116066027,116064592,22021867,116066027,116066027,116066027,116066027,116066027,116066027,116066027,116066027,116066027,116066027,116067311,116066027,116131563,116066027,116066027,116066027,66520811,116066027,116066027,116066027,116066027,116066027,116066027,116066027,116066027,116066027,116066027,116066027,116066027,116066027,116066027,116066027,116066027,116066027,116066027,116066027,116066027,116066027,116066027,116067312,116066027,116066027,116066027,116066027,116066027,116066027,116066027,116066027,116066027,116066027,116066027,200345323,116066027,116066027,4294837995,116393707,116066027,116328175,116328175,116328175,116328175,116328175,116326575,11470575,116328175,116328175,116328175,116328175,116328175,116328175,116328175,116328175,116328175,116328175,116329458,116328175,200476399,116328175,116328175,116328175,200541935,116328175,116328175,116328175,116328175,116328175,116328175,116328175,116328175,116328175,116328175,116328175,116328175,116328175,116328175,116328175,116328175,116328175,116328175,116328175,116328175,116328175,116328175,116329461,116328175,116329462,116328175,116328175,116328175,116328175,116328175,116328175,116328175,116328175,116328175,116328175,116328175,116328175,4294837999,16778991,116328175,22020432,22020432,22020432,22020432,22020432,22020271,11469136,22020432,22020432,22020432,22020432,22020432,22020432,22020432,22020432,22020432,22020432,22020349,22020432,33227088,22020432,22020432,22020432,36962640,200739831,200739831,200739831,200739831,200739831,22020432,22020432,22020432,200737104,200739831,200739831,22023159,22020432,22020432,22020432,22020432,22020432,22020432,22020432,22020432,22020432,22020432,22020661,22020432,200736982,200739831,200739831,22023159,22020432,22020432,22020432,22020432,22020432,22020432,22020432,22020432,22020432,4294836560,37093712,22020432,124847985,124847985,124847985,124847985,124847985,124846323,15927153,124847985,124847985,124847985,124847985,124847985,124847985,124847985,124847985,124847985,124847985,124849144,124847985,124979057,124847985,124847985,124847985,125044593,124847985,124847985,124847985,124847985,124847985,124847985,124847985,124847985,124847985,124847985,124847985,124847985,124847985,124847985,124847985,124847985,124847985,124847985,124847985,124847985,124847985,124847985,124847989,124847985,124846713,124847985,124847985,124847985,124847985,124847985,124847985,124847985,124847985,124847985,124847985,124847985,124847985,4294838129,125175665,124847985,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94505977,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94505978,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,201000354,94504354,94504354,94504354,94504354,94504354,31195612,31195612,31195612,31195612,31195612,31260671,4294902236,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195638,31195612,19071452,31195612,31195612,31195612,31195612,201067516,201067516,201067516,201067516,201067516,31195612,31195612,31195612,201064924,201067516,201067516,31198204,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195706,31195612,201064924,201067516,201067516,31198204,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,22282580,22282580,22282580,22282580,22282580,22282274,2228564,22282580,22282580,22282580,22282580,22282580,22282580,22282580,22282580,22282580,22282580,22282741,22282580,14221652,22282580,22282580,22282580,37421396,201133053,201133053,201133053,201133053,201133053,22282580,22282580,22282580,201130324,201133053,201133053,22285309,22282580,22282580,22282580,22282580,22282580,22282580,22282580,22282580,22282580,22282580,22282812,22282580,201130557,201133053,201133053,22285309,22282580,22282580,22282580,22282580,22282580,22282580,22282580,22282580,22282580,4294836564,4391252,22282580,116852471,116852471,116852471,116852471,116852471,116850782,6162167,116852471,116852471,116852471,116852471,116852471,116852471,116852471,116852471,116852471,116852471,116851380,116852471,80676599,116852471,116853758,116852471,201262839,116852471,116852471,116852471,116852471,116852471,116852471,116852471,116852471,116852471,116852471,116852471,116852471,116852471,116852471,116852471,116852471,116852471,116852471,116852471,116852471,116852471,116852471,116853183,116852471,116851649,116852471,116852471,116852471,116852471,116852471,116852471,116852471,116852471,116852471,116852471,116852471,116852471,4294838007,201328375,116852471,119670562,119670562,119670562,119670562,119670562,119668770,2230050,119670562,119670562,119670562,119670562,119670562,119670562,119670562,119670562,119670562,119670562,119669766,119670562,120129314,119670562,119671809,119670562,116918050,119670562,119670562,119670562,119670562,119670562,119670562,119670562,119670562,119670562,119670562,119670562,119670562,119670562,119670562,119670562,119670562,119670562,119670562,119670562,119670562,119670562,119670562,119669782,119670562,119671810,119670562,119670562,119670562,119670562,119670562,119670562,119670562,119670562,119670562,119670562,119670562,119670562,4294838050,119932706,119670562,37552701,37552701,37552701,37552701,37552701,37552162,2228797,37552701,37552701,37552701,37552701,37552701,37552701,37552701,37552701,37552701,37552701,37552467,37552701,38208061,37552701,37552701,37552701,66912829,201526275,201526275,201526275,201526275,201526275,37552701,37552701,37552701,201523773,201526275,201526275,37555203,37552701,37552701,37552701,37552701,37552701,37552701,37552701,37552701,37552701,37552701,37553150,37552701,201523547,201526275,201526275,37555203,37552701,37552701,37552701,37552701,37552701,37552701,37552701,37552701,37552701,4294836797,67043901,37552701,91161967,91161967,91161967,91161967,91161967,91160779,13305199,91161967,91161967,91161967,91161967,91161967,91161967,91161967,91161967,91161967,91161967,91161825,91161967,162923887,91161967,91163063,91161967,201590127,91161967,91161967,91161967,91161967,91161967,91161967,91161967,91161967,91161967,91161967,91161967,91161967,91161967,91161967,91161967,91161967,91161967,91161967,91161967,91161967,91161967,91161967,91162981,91161967,91161612,91161967,91161967,91161967,91161967,91161967,91161967,91161967,91161967,91161967,91161967,91161967,91161967,4294837615,22545775,91161967,67896332,67896332,67896332,67896332,67896332,67895390,6161420,67896332,67896332,67896332,67896332,67896332,67896332,67896332,67896332,67896332,67896332,67895988,67896332,45941772,67896332,67897083,67896332,201655308,67896332,67896332,67896332,67896332,67896332,67896332,67896332,67896332,67896332,67896332,67896332,67896332,67896332,67896332,67896332,67896332,67896332,67896332,67896332,67896332,67896332,67896332,67896322,67896332,67896639,67896332,67896332,67896332,67896332,67896332,67896332,67896332,67896332,67896332,67896332,67896332,67896332,4294837260,119079948,67896332,67896332,67896332,67896332,67896332,67896332,67895390,6161420,67896332,67896332,67896332,67896332,67896332,67896332,67896332,67896332,67896332,67896332,67895988,67896332,45941772,67896332,67897083,67896332,119014412,201722886,201722886,201722886,201722886,201722886,67896332,67896332,67896332,201720844,201722886,201722886,67898374,67896332,67896332,67896332,67896332,67896332,67896332,67896332,67896332,67896332,67896332,67896322,67896332,201721151,201722886,201722886,67898374,67896332,67896332,67896332,67896332,67896332,67896332,67896332,67896332,67896332,4294837260,119079948,67896332,67306499,67306499,67306499,67306499,67306499,67305566,6161411,67306499,67306499,67306499,67306499,67306499,67306499,67306499,67306499,67306499,67306499,67306164,67306499,92734467,67306499,67307261,67306499,201786371,67306499,67306499,67306499,67306499,67306499,67306499,67306499,67306499,67306499,67306499,67306499,67306499,67306499,67306499,67306499,67306499,67306499,67306499,67306499,67306499,67306499,67306499,67306498,67306499,67306046,67306499,67306499,67306499,67306499,67306499,67306499,67306499,67306499,67306499,67306499,67306499,67306499,4294837251,117376003,67306499,67306499,67306499,67306499,67306499,67306499,67305566,6161411,67306499,67306499,67306499,67306499,67306499,67306499,67306499,67306499,67306499,67306499,67306164,67306499,92734467,67306499,67307261,67306499,201851907,67306499,67306499,67306499,67306499,67306499,67306499,67306499,67306499,67306499,67306499,67306499,67306499,67306499,67306499,67306499,67306499,67306499,67306499,67306499,67306499,67306499,67306499,67306498,67306499,67306046,67306499,67306499,67306499,67306499,67306499,67306499,67306499,67306499,67306499,67306499,67306499,67306499,4294837251,117376003,67306499,117442304,117442304,117442304,117442304,117442304,117440546,2230016,117442304,117442304,117442304,117442304,117442304,117442304,117442304,117442304,117442304,117442304,117441542,117442304,117573376,117442304,117442304,117442304,117638912,117442304,117442304,117442304,117442304,117442304,117442304,117442304,117442304,117442304,117442304,117442304,117442304,117442304,117442304,117442304,117442304,117442304,117442304,117442304,117442304,117442304,117442304,117442308,117442304,117442309,117442304,117442304,117442304,117442304,117442304,117442304,117442304,117442304,117442304,117442304,117442304,117442304,4294838016,117835520,117442304,117442304,117442304,117442304,117442304,117442304,117440546,2230016,117442304,117442304,117442304,117442304,117442304,117442304,117442304,117442304,117442304,117442304,117443593,117442304,117573376,117442304,117442304,117442304,117638912,117442304,117442304,117442304,117442304,117442304,117442304,117442304,117442304,117442304,117442304,117442304,117442304,117442304,117442304,117442304,117442304,117442304,117442304,117442304,117442304,117442304,117442304,117442308,117442304,117442309,117442304,117442304,117442304,117442304,117442304,117442304,117442304,117442304,117442304,117442304,117442304,117442304,4294838016,117835520,117442304,117573378,117573378,117573378,117573378,117573378,117571618,2230018,117573378,117573378,117573378,117573378,117573378,117573378,117573378,117573378,117573378,117573378,117573383,117573378,117442306,117573378,117573378,117573378,201983746,117573378,117573378,117573378,117573378,117573378,117573378,117573378,117573378,117573378,117573378,117573378,117573378,117573378,117573378,117573378,117573378,117573378,117573378,117573378,117573378,117573378,117573378,117574667,117573378,117573432,117573378,117573378,117573378,117573378,117573378,117573378,117573378,117573378,117573378,117573378,117573378,117573378,4294838018,4392706,117573378,117442304,117442304,117442304,117442304,117442304,117440546,2230016,117442304,117442304,117442304,117442304,117442304,117442304,117442304,117442304,117442304,117442304,117441542,117442304,117573376,117442304,117443596,117442304,117638912,117442304,117442304,117442304,117442304,117442304,117442304,117442304,117442304,117442304,117442304,117442304,117442304,117442304,117442304,117442304,117442304,117442304,117442304,117442304,117442304,117442304,117442304,117442308,117442304,117442309,117442304,117442304,117442304,117442304,117442304,117442304,117442304,117442304,117442304,117442304,117442304,117442304,4294838016,117835520,117442304,202181645,202181645,202181645,202181645,202181645,202179441,57740301,202181645,202181645,202181645,202181645,202181645,202181645,202181645,202181645,202181645,202181645,202181646,202181645,202181645,202181645,202181645,202181645,179178509,202181645,202181645,202181645,202181645,202181645,202181645,202181645,202181645,202181645,202181645,202181645,202181645,202181645,202181645,202181645,202181645,202181645,202181645,202181645,202181645,202181645,202181645,202181647,202181645,202181648,202181645,202181645,202181645,202181645,202181645,202181645,202181645,202181645,202181645,202443789,202181645,202181645,4294839309,202509325,202181645,117769989,117769989,117769989,117769989,117769989,117768226,2230021,117769989,117769989,117769989,117769989,117769989,117769989,117769989,117769989,117769989,117769989,117769222,117769989,202573573,117769989,117769989,117769989,202639109,117769989,117769989,117769989,117769989,117769989,117769989,117769989,117769989,117769989,117769989,117769989,117769989,117769989,117769989,117769989,117769989,117769989,117769989,117769989,117769989,117769989,117769989,117771285,117769989,117769989,117769989,117769989,117769989,117769989,117769989,117769989,117769989,117769989,117769989,117769989,117769989,117769989,4294838021,202770181,117769989,118753044,118753044,118753044,118753044,118753044,118751266,2230036,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118752262,118753044,118818580,118753044,118753044,118753044,104269588,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118753028,118753044,118752261,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118753044,4294838036,118884116,118753044,121636672,121636672,121636672,121636672,121636672,121634850,2230080,121636672,121636672,121636672,121636672,121636672,121636672,121636672,121636672,121636672,121636672,121637911,121636672,121636672,121636672,121636672,121636672,178915136,121636672,121636672,121636672,121636672,121636672,121636672,121636672,121636672,121636672,121636672,121636672,121636672,121636672,121636672,121636672,121636672,121636672,121636672,121636672,121636672,121636672,121636672,121637912,121636672,121637913,121636672,121636672,121636672,121636672,121636672,121636672,121636672,121636672,121636672,121636672,121636672,121636672,4294838080,203032384,121636672,67568647,67568647,67568647,67568647,67568647,67567650,2229255,67568647,67568647,67568647,67568647,67568647,67568647,67568647,67568647,67568647,67568647,67569415,67568647,67437575,67568647,67569968,67568647,21365767,67568647,67568647,67568647,67568647,67568647,67568647,67568647,67568647,67568647,67568647,67568647,67568647,67568647,67568647,67568647,67568647,67568647,67568647,67568647,67568647,67568647,67568647,67569417,67568647,67568205,67568647,67568647,67568647,67568647,67568647,67568647,67568647,67568647,67568647,67568647,67568647,67568647,4294837255,4391943,67568647,67568647,67568647,67568647,67568647,67568647,67567956,22283271,67568647,67568647,67568647,67568647,67568647,67568647,67568647,67568647,67568647,67568647,67570715,67568647,67568647,67568647,67568647,67568647,203162631,67568647,67568647,67568647,67568647,67568647,67568647,67568647,67568647,67568647,67568647,67568647,67568647,67568647,67568647,67568647,67568647,67568647,67568647,67568647,67568647,67568647,67568647,67570717,67568647,67570718,67568647,67568647,67568647,67568647,67568647,67568647,67568647,67568647,67568647,203359239,67568647,67568647,4294837255,203424775,67568647,203492385,203492385,203492385,203492385,203492385,203489483,13306913,203492385,203492385,203492385,203492385,203492385,203492385,203492385,203492385,203492385,203492385,203492386,203492385,203623457,203492385,203492388,203492385,203754529,203492385,203492385,203492385,203492385,203492385,203492385,203492385,203492385,203492385,203492385,203492385,203492385,203492385,203492385,203492385,203492385,203492385,203492385,203492385,203492385,203492385,203492385,203492390,203492385,203492391,203492385,203492385,203492385,203492385,203492385,203492385,203492385,203492385,203492385,203492385,203492385,203492385,4294839329,117836833,203492385,118163211,118163211,118163211,118163211,118163211,118161611,13305611,118163211,118163211,118163211,118163211,118163211,118163211,118163211,118163211,118163211,118163211,118164520,118163211,67634955,118163211,118164521,118163211,204080907,118163211,118163211,118163211,118163211,118163211,118163211,118163211,118163211,118163211,118163211,118163211,118163211,118163211,118163211,118163211,118163211,118163211,118163211,118163211,118163211,118163211,118163211,118164523,118163211,118162457,118163211,118163211,118163211,118163211,118163211,118163211,118163211,118163211,118163211,118163211,118163211,118163211,4294838027,4392715,118163211,67634184,67634184,67634184,67634184,67634184,67633355,13304840,67634184,67634184,67634184,67634184,67634184,67634184,67634184,67634184,67634184,67634184,67634954,67634184,118162440,67634184,67636268,67634184,118293512,67634184,67634184,67634184,67634184,67634184,67634184,67634184,67634184,67634184,67634184,67634184,67634184,67634184,67634184,67634184,67634184,67634184,67634184,67634184,67634184,67634184,67634184,67634958,67634184,67634959,67634184,67634184,67634184,67634184,67634184,67634184,67634184,67634184,67634184,67634184,67634184,67634184,4294837256,67765256,67634184,119146266,119146266,119146266,119146266,119146266,119146124,109840154,119146266,119146266,119146266,119146266,119146266,119146266,119146266,119146266,119146266,119146266,119147565,119146266,119146266,119146266,119147566,119146266,204408602,119146266,119146266,119146266,119146266,119146266,119146266,119146266,119146266,119146266,119146266,119146266,119146266,119146266,119146266,119146266,119146266,119146266,119146266,119146266,119146266,119146266,119146266,119147568,119146266,119146266,119146266,119146266,119146266,119146266,119146266,119146266,119146266,119146266,119146266,204539674,119146266,119146266,4294838042,118687514,119146266,118425359,118425359,118425359,118425359,118425359,118423755,13305615,118425359,118425359,118425359,118425359,118425359,118425359,118425359,118425359,118425359,118425359,118425354,118425359,204605199,118425359,118426675,118425359,204736271,118425359,118425359,118425359,118425359,118425359,118425359,118425359,118425359,118425359,118425359,118425359,118425359,118425359,118425359,118425359,118425359,118425359,118425359,118425359,118425359,118425359,118425359,118425358,118425359,118425359,118425359,118425359,118425359,118425359,118425359,118425359,118425359,118425359,118425359,118425359,118425359,118425359,4294838031,67766031,118425359,204803125,204803125,204803125,204803125,204803125,204800034,2231349,204803125,204803125,204803125,204803125,204803125,204803125,204803125,204803125,204803125,204803125,204801793,204803125,204868661,204803125,204803125,204803125,204934197,204803125,204803125,204803125,204803125,204803125,204803125,204803125,204803125,204803125,204803125,204803125,204803125,204803125,204803125,204803125,204803125,204803125,204803125,204803125,204803125,204803125,204803125,204803093,204803125,204803128,204803125,204803125,204803125,204803125,204803125,204803125,204803125,204803125,204803125,204803125,204803125,204803125,4294839349,205065269,204803125,69338146,69338146,69338146,69338146,69338146,69337122,2229282,69338146,69338146,69338146,69338146,69338146,69338146,69338146,69338146,69338146,69338146,69338118,69338146,68617250,69338146,69338146,69338146,67961890,205130810,205130810,205130810,205130810,205130810,69338146,69338146,69338146,205128738,205130810,205130810,69340218,69338146,69338146,69338146,69338146,69338146,69338146,69338146,69338146,69338146,69338146,69338121,69338146,205129499,205130810,205130810,69340218,69338146,69338146,69338146,69338146,69338146,69338146,69338146,69338146,69338146,4294837282,118686754,69338146,118753044,118753044,118753044,118753044,118753044,118751266,2230036,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118752262,118753044,118818580,118753044,118753044,118753044,104269588,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118754004,118753044,118752261,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118753044,4294838036,118884116,118753044,118818581,118818581,118818581,118818581,118818581,118816802,2230037,118818581,118818581,118818581,118818581,118818581,118818581,118818581,118818581,118818581,118818581,118818567,118818581,118753045,118818581,118818581,118818581,205195029,118818581,118818581,118818581,118818581,118818581,118818581,118818581,118818581,118818581,118818581,118818581,118818581,118818581,118818581,118818581,118818581,118818581,118818581,118818581,118818581,118818581,118818581,118819900,118818581,118817357,118818581,118818581,118818581,118818581,118818581,118818581,118818581,118818581,118818581,118818581,118818581,118818581,4294838037,4392725,118818581,22479191,22479191,22479191,22479191,22479191,22478882,2228567,22479191,22479191,22479191,22479191,22479191,22479191,22479191,22479191,22479191,22479191,22479187,22479191,22741335,22479191,22479191,22479191,37814615,205327421,205327421,205327421,205327421,205327421,22479191,22479191,22479191,205324631,205327421,205327421,22481981,22479191,22479191,22479191,22479191,22479191,22479191,22479191,22479191,22479191,22479191,22479190,22479191,205324505,205327421,205327421,22481981,22479191,22479191,22479191,22479191,22479191,22479191,22479191,22479191,22479191,4294836567,37880151,22479191,67896332,67896332,67896332,67896332,67896332,67895390,6161420,67896332,67896332,67896332,67896332,67896332,67896332,67896332,67896332,67896332,67896332,67895988,67896332,45941772,67896332,67897083,67896332,151520268,67896332,67896332,67896332,67896332,67896332,67896332,67896332,67896332,67896332,67896332,67896332,67896332,67896332,67896332,67896332,67896332,67896332,67896332,67896332,67896332,67896332,67896332,67896322,67896332,67896639,67896332,67896332,67896332,67896332,67896332,67896332,67896332,67896332,67896332,67896332,67896332,67896332,4294837260,119079948,67896332,119146266,119146266,119146266,119146266,119146266,119144651,13305626,119146266,119146266,119146266,119146266,119146266,119146266,119146266,119146266,119146266,119146266,119146250,119146266,120391450,119146266,119147566,119146266,204408602,119146266,119146266,119146266,119146266,119146266,119146266,119146266,119146266,119146266,119146266,119146266,119146266,119146266,119146266,119146266,119146266,119146266,119146266,119146266,119146266,119146266,119146266,119146254,119146266,119147582,119146266,119146266,119146266,119146266,119146266,119146266,119146266,119146266,119146266,119146266,119146266,119146266,4294838042,118687514,119146266,119211803,119211803,119211803,119211803,119211803,119210018,2230043,119211803,119211803,119211803,119211803,119211803,119211803,119211803,119211803,119211803,119211803,119213119,119211803,205522715,119211803,119211803,119211803,205588251,119211803,119211803,119211803,119211803,119211803,119211803,119211803,119211803,119211803,119211803,119211803,119211803,119211803,119211803,119211803,119211803,119211803,119211803,119211803,119211803,119211803,119211803,119213122,119211803,119213123,119211803,119211803,119211803,119211803,119211803,119211803,119211803,119211803,119211803,119211803,119211803,119211803,4294838043,22546203,119211803,14352603,14352603,14352603,14352603,14352603,14417919,4294901979,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352447,14352603,9634011,14352603,14352603,14352603,14352603,205786180,205786180,205786180,205786180,205786180,14352603,14352603,14352603,205783259,205786180,205786180,14355524,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352730,14352603,205783387,205786180,205786180,14355524,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,22741339,22741339,22741339,22741339,22741339,22741026,2228571,22741339,22741339,22741339,22741339,22741339,22741339,22741339,22741339,22741339,22741339,22741493,22741339,22479195,22741339,22741339,22741339,38076763,205851717,205851717,205851717,205851717,205851717,22741339,22741339,22741339,205848923,205851717,205851717,22744133,22741339,22741339,22741339,22741339,22741339,22741339,22741339,22741339,22741339,22741339,22741574,22741339,205849159,205851717,205851717,22744133,22741339,22741339,22741339,22741339,22741339,22741339,22741339,22741339,22741339,4294836571,4391259,22741339,119408414,119408414,119408414,119408414,119408414,119406686,6162206,119408414,119408414,119408414,119408414,119408414,119408414,119408414,119408414,119408414,119408414,119407817,119408414,91621150,119408414,119409734,119408414,205981470,119408414,119408414,119408414,119408414,119408414,119408414,119408414,119408414,119408414,119408414,119408414,119408414,119408414,119408414,119408414,119408414,119408414,119408414,119408414,119408414,119408414,119408414,119409087,119408414,119407293,119408414,119408414,119408414,119408414,119408414,119408414,119408414,119408414,119408414,119408414,119408414,119408414,4294838046,206047006,119408414,87622969,87622969,87622969,87622969,87622969,87621835,13305145,87622969,87622969,87622969,87622969,87622969,87622969,87622969,87622969,87622969,87622969,87622049,87622969,155911481,87622969,87624777,87622969,68879673,87622969,87622969,87622969,87622969,87622969,87622969,87622969,87622969,87622969,87622969,87622969,87622969,87622969,87622969,87622969,87622969,87622969,87622969,87622969,87622969,87622969,87622969,87624023,87622969,87622371,87622969,87622969,87622969,87622969,87622969,87622969,87622969,87622969,87622969,87622969,87622969,87622969,4294837561,14550329,87622969,22806876,22806876,22806876,22806876,22806876,22806622,6160732,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806656,22806876,26739036,22806876,22807112,22806876,38338908,206179402,206179402,206179402,206179402,206179402,22806876,22806876,22806876,206176604,206179402,206179402,22809674,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22807114,22806876,206176680,206179402,206179402,22809674,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806876,4294836572,38469980,22806876,119605025,119605025,119605025,119605025,119605025,119603403,13305633,119605025,119605025,119605025,119605025,119605025,119605025,119605025,119605025,119605025,119605025,119603696,119605025,68749089,119605025,119606347,119605025,206309153,119605025,119605025,119605025,119605025,119605025,119605025,119605025,119605025,119605025,119605025,119605025,119605025,119605025,119605025,119605025,119605025,119605025,119605025,119605025,119605025,119605025,119605025,119605036,119605025,119606349,119605025,119605025,119605025,119605025,119605025,119605025,119605025,119605025,119605025,119605025,119605025,119605025,4294838049,68683553,119605025,119670562,119670562,119670562,119670562,119670562,119668770,2230050,119670562,119670562,119670562,119670562,119670562,119670562,119670562,119670562,119670562,119670562,119669766,119670562,120129314,119670562,119670562,119670562,116918050,119670562,119670562,119670562,119670562,119670562,119670562,119670562,119670562,119670562,119670562,119670562,119670562,119670562,119670562,119670562,119670562,119670562,119670562,119670562,119670562,119670562,119670562,119669782,119670562,119671810,119670562,119670562,119670562,119670562,119670562,119670562,119670562,119670562,119670562,119670562,119670562,119670562,4294838050,119932706,119670562,206441550,206441550,206441550,206441550,206441550,206438434,2231374,206441550,206441550,206441550,206441550,206441550,206441550,206441550,206441550,206441550,206441550,206440193,206441550,206507086,206441550,206441550,206441550,206572622,206441550,206441550,206441550,206441550,206441550,206441550,206441550,206441550,206441550,206441550,206441550,206441550,206441550,206441550,206441550,206441550,206441550,206441550,206441550,206441550,206441550,206441550,206441553,206441550,206441554,206441550,206441550,206441550,206441550,206441550,206441550,206441550,206441550,206441550,206441550,206441550,206441550,4294839374,206769230,206441550,119670562,119670562,119670562,119670562,119670562,119668770,2230050,119670562,119670562,119670562,119670562,119670562,119670562,119670562,119670562,119670562,119670562,119669766,119670562,120129314,119670562,119670562,119670562,116918050,206834772,206834772,206834772,206834772,206834772,119670562,119670562,119670562,206833442,206834772,206834772,119671892,119670562,119670562,119670562,119670562,119670562,119670562,119670562,119670562,119670562,119670562,119669782,119670562,206834690,206834772,206834772,119671892,119670562,119670562,119670562,119670562,119670562,119670562,119670562,119670562,119670562,4294838050,119932706,119670562,68617239,68617239,68617239,68617239,68617239,68616226,2229271,68617239,68617239,68617239,68617239,68617239,68617239,68617239,68617239,68617239,68617239,68617991,68617239,69338135,68617239,68618555,68617239,20055063,68617239,68617239,68617239,68617239,68617239,68617239,68617239,68617239,68617239,68617239,68617239,68617239,68617239,68617239,68617239,68617239,68617239,68617239,68617239,68617239,68617239,68617239,68618024,68617239,68618025,68617239,68617239,68617239,68617239,68617239,68617239,68617239,68617239,68617239,68617239,68617239,68617239,4294837271,4391959,68617239,201460738,201460738,201460738,201460738,201460738,201458011,22744066,201460738,201460738,201460738,201460738,201460738,201460738,201460738,201460738,201460738,201460738,201460821,201460738,201460738,201460738,201460738,201460738,206965762,201460738,201460738,201460738,201460738,201460738,201460738,201460738,201460738,201460738,201460738,201460738,201460738,201460738,201460738,201460738,201460738,201460738,201460738,201460738,201460738,201460738,201460738,201460823,201460738,201460738,201460738,201460738,201460738,201460738,201460738,201460738,201460738,201460738,201460738,207096834,201460738,201460738,4294839298,207162370,201460738,120129321,120129321,120129321,120129321,120129321,120127522,2230057,120129321,120129321,120129321,120129321,120129321,120129321,120129321,120129321,120129321,120129321,120129287,120129321,119670569,120129321,120129321,120129321,207226665,120129321,120129321,120129321,120129321,120129321,120129321,120129321,120129321,120129321,120129321,120129321,120129321,120129321,120129321,120129321,120129321,120129321,120129321,120129321,120129321,120129321,120129321,120130651,120129321,120128535,120129321,120129321,120129321,120129321,120129321,120129321,120129321,120129321,120129321,120129321,120129321,120129321,4294838057,68290345,120129321,68748313,68748313,68748313,68748313,68748313,68747467,13304857,68748313,68748313,68748313,68748313,68748313,68748313,68748313,68748313,68748313,68748313,68747580,68748313,68748313,68748313,68750428,68748313,120259609,68748313,68748313,68748313,68748313,68748313,68748313,68748313,68748313,68748313,68748313,68748313,68748313,68748313,68748313,68748313,68748313,68748313,68748313,68748313,68748313,68748313,68748313,68749100,68748313,68749101,68748313,68748313,68748313,68748313,68748313,68748313,68748313,68748313,68748313,68748313,68748313,68748313,4294837273,68682777,68748313,201395201,201395201,201395201,201395201,201395201,201393816,110627841,201395201,201395201,201395201,201395201,201395201,201395201,201395201,201395201,201395201,201395201,201395293,201395201,201395201,201395201,201395294,201395201,207555585,201395201,201395201,201395201,201395201,201395201,201395201,201395201,201395201,201395201,201395201,201395201,201395201,201395201,201395201,201395201,201395201,201395201,201395201,201395201,201395201,201395201,201395201,201395296,201395201,201395201,201395201,201395201,201395201,201395201,201395201,201395201,201395201,201395201,201395201,207686657,201395201,201395201,4294839297,119933953,201395201,120391469,120391469,120391469,120391469,120391469,120389835,13305645,120391469,120391469,120391469,120391469,120391469,120391469,120391469,120391469,120391469,120391469,120392744,120391469,119146285,120391469,120392802,120391469,207816493,120391469,120391469,120391469,120391469,120391469,120391469,120391469,120391469,120391469,120391469,120391469,120391469,120391469,120391469,120391469,120391469,120391469,120391469,120391469,120391469,120391469,120391469,120392804,120391469,120392805,120391469,120391469,120391469,120391469,120391469,120391469,120391469,120391469,120391469,120391469,120391469,120391469,4294838061,4392749,120391469,208014438,208014438,208014438,208014438,208014438,208011467,13306982,208014438,208014438,208014438,208014438,208014438,208014438,208014438,208014438,208014438,208014438,208011574,208014438,208079974,208014438,208014440,208014438,208211046,208014438,208014438,208014438,208014438,208014438,208014438,208014438,208014438,208014438,208014438,208014438,208014438,208014438,208014438,208014438,208014438,208014438,208014438,208014438,208014438,208014438,208014438,208014442,208014438,208014443,208014438,208014438,208014438,208014438,208014438,208014438,208014438,208014438,208014438,208014438,208014438,208014438,4294839398,121375846,208014438,38666830,38666830,38666830,38666830,38666830,38666443,13304398,38666830,38666830,38666830,38666830,38666830,38666830,38666830,38666830,38666830,38666830,38666444,38666830,68747854,38666830,38667290,38666830,68878926,208407660,208407660,208407660,208407660,208407660,38666830,38666830,38666830,208405070,208407660,208407660,38669420,38666830,38666830,38666830,38666830,38666830,38666830,38666830,38666830,38666830,38666830,38667292,38666830,208405533,208407660,208407660,38669420,38666830,38666830,38666830,38666830,38666830,38666830,38666830,38666830,38666830,4294836814,38863438,38666830,173673050,173673050,173673050,173673050,173673050,173670603,13306458,173673050,173673050,173673050,173673050,173673050,173673050,173673050,173673050,173673050,173673050,173673581,173673050,208538202,173673050,173673583,173673050,144837210,173673050,173673050,173673050,173673050,173673050,173673050,173673050,173673050,173673050,173673050,173673050,173673050,173673050,173673050,173673050,173673050,173673050,173673050,173673050,173673050,173673050,173673050,173673584,173673050,173673585,173673050,173673050,173673050,173673050,173673050,173673050,173673050,173673050,173673050,173673050,173673050,173673050,4294838874,121834074,173673050,69010461,69010461,69010461,69010461,69010461,69009611,13304861,69010461,69010461,69010461,69010461,69010461,69010461,69010461,69010461,69010461,69010461,69011250,69010461,119145501,69010461,69012594,69010461,21234717,69010461,69010461,69010461,69010461,69010461,69010461,69010461,69010461,69010461,69010461,69010461,69010461,69010461,69010461,69010461,69010461,69010461,69010461,69010461,69010461,69010461,69010461,69011253,69010461,69011254,69010461,69010461,69010461,69010461,69010461,69010461,69010461,69010461,69010461,69010461,69010461,69010461,4294837277,4391965,69010461,69010461,69010461,69010461,69010461,69010461,69009832,27788317,69010461,69010461,69010461,69010461,69010461,69010461,69010461,69010461,69010461,69010461,69012595,69010461,120390685,69010461,69011251,69010461,208929821,69010461,69010461,69010461,69010461,69010461,69010461,69010461,69010461,69010461,69010461,69010461,69010461,69010461,69010461,69010461,69010461,69010461,69010461,69010461,69010461,69010461,69010461,69012597,69010461,69010461,69010461,69010461,69010461,69010461,69010461,69010461,69010461,69010461,69010461,209060893,69010461,69010461,4294837277,122160157,69010461,120981302,120981302,120981302,120981302,120981302,120979659,13305654,120981302,120981302,120981302,120981302,120981302,120981302,120981302,120981302,120981302,120981302,120981298,120981302,201393974,120981302,120982647,120981302,209192758,120981302,120981302,120981302,120981302,120981302,120981302,120981302,120981302,120981302,120981302,120981302,120981302,120981302,120981302,120981302,120981302,120981302,120981302,120981302,120981302,120981302,120981302,120982649,120981302,120980509,120981302,120981302,120981302,120981302,120981302,120981302,120981302,120981302,120981302,120981302,120981302,120981302,4294838070,14550838,120981302,121046839,121046839,121046839,121046839,121046839,121045026,2230071,121046839,121046839,121046839,121046839,121046839,121046839,121046839,121046839,121046839,121046839,121045128,121046839,121112375,121046839,121046839,121046839,121177911,121046839,121046839,121046839,121046839,121046839,121046839,121046839,121046839,121046839,121046839,121046839,121046839,121046839,121046839,121046839,121046839,121046839,121046839,121046839,121046839,121046839,121046839,121046842,121046839,121046843,121046839,121046839,121046839,121046839,121046839,121046839,121046839,121046839,121046839,121046839,121046839,121046839,4294838071,121374519,121046839,121112376,121112376,121112376,121112376,121112376,121110562,2230072,121112376,121112376,121112376,121112376,121112376,121112376,121112376,121112376,121112376,121112376,121110727,121112376,121112376,121112376,121112376,121112376,209323832,121112376,121112376,121112376,121112376,121112376,121112376,121112376,121112376,121112376,121112376,121112376,121112376,121112376,121112376,121112376,121112376,121112376,121112376,121112376,121112376,121112376,121112376,121113681,121112376,121113654,121112376,121112376,121112376,121112376,121112376,121112376,121112376,121112376,121112376,121112376,121112376,121112376,4294838072,209389368,121112376,121046839,121046839,121046839,121046839,121046839,121045026,2230071,121046839,121046839,121046839,121046839,121046839,121046839,121046839,121046839,121046839,121046839,121045128,121046839,121112375,121046839,121048188,121046839,121177911,121046839,121046839,121046839,121046839,121046839,121046839,121046839,121046839,121046839,121046839,121046839,121046839,121046839,121046839,121046839,121046839,121046839,121046839,121046839,121046839,121046839,121046839,121046842,121046839,121046843,121046839,121046839,121046839,121046839,121046839,121046839,121046839,121046839,121046839,121046839,121046839,121046839,4294838071,121374519,121046839,209521789,209521789,209521789,209521789,209521789,209520161,102829181,209521789,209521789,209521789,209521789,209521789,209521789,209521789,209521789,209521789,209521789,209521790,209521789,209652861,209521789,209521789,209521789,209718397,209521789,209521789,209521789,209521789,209521789,209521789,209521789,209521789,209521789,209521789,209521789,209521789,209521789,209521789,209521789,209521789,209521789,209521789,209521789,209521789,209521789,209521789,209521793,209521789,209521789,209521789,209521789,209521789,209521789,209521789,209521789,209521789,209521789,209521789,209849469,209521789,209521789,4294839421,209915005,209521789,121308987,121308987,121308987,121308987,121308987,121307170,2230075,121308987,121308987,121308987,121308987,121308987,121308987,121308987,121308987,121308987,121308987,121308193,121308987,204801851,121308987,121308987,121308987,209979195,121308987,121308987,121308987,121308987,121308987,121308987,121308987,121308987,121308987,121308987,121308987,121308987,121308987,121308987,121308987,121308987,121308987,121308987,121308987,121308987,121308987,121308987,121310341,121308987,121310342,121308987,121308987,121308987,121308987,121308987,121308987,121308987,121308987,121308987,121308987,121308987,121308987,4294838075,4392763,121308987,38535756,38535756,38535756,38535756,38535756,38535202,2228812,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535304,38535756,38601292,38535756,38535756,38535756,22872652,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38537018,38535756,38535760,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,4294836812,38863436,38535756,38535756,38535756,38535756,38535756,38535756,38535202,2228812,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535304,38535756,38601292,38535756,38535756,38535756,22872652,210177159,210177159,210177159,210177159,210177159,38535756,38535756,38535756,210174540,210177159,210177159,38538375,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535759,38535756,210174544,210177159,210177159,38538375,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,4294836812,38863436,38535756,121505598,121505598,121505598,121505598,121505598,121503778,2230078,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121506393,121505598,121636670,121505598,121505598,121505598,98567998,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505601,121505598,121505602,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,4294838078,121833278,121505598,210242696,210242696,210242696,210242696,210242696,210239522,2231432,210242696,210242696,210242696,210242696,210242696,210242696,210242696,210242696,210242696,210242696,210242697,210242696,117443720,210242696,210242696,210242696,210373768,210242696,210242696,210242696,210242696,210242696,210242696,210242696,210242696,210242696,210242696,210242696,210242696,210242696,210242696,210242696,210242696,210242696,210242696,210242696,210242696,210242696,210242696,210242699,210242696,210241335,210242696,210242696,210242696,210242696,210242696,210242696,210242696,210242696,210242696,210242696,210242696,210242696,4294839432,4394120,210242696,121636672,121636672,121636672,121636672,121636672,121634850,2230080,121636672,121636672,121636672,121636672,121636672,121636672,121636672,121636672,121636672,121636672,121638028,121636672,121636672,121636672,121636672,121636672,178915136,121636672,121636672,121636672,121636672,121636672,121636672,121636672,121636672,121636672,121636672,121636672,121636672,121636672,121636672,121636672,121636672,121636672,121636672,121636672,121636672,121636672,121636672,121637912,121636672,121637913,121636672,121636672,121636672,121636672,121636672,121636672,121636672,121636672,121636672,121636672,121636672,121636672,4294838080,203032384,121636672,121505598,121505598,121505598,121505598,121505598,121504586,55183166,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121506957,121505598,121636670,121505598,121505598,121505598,98567998,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121506958,121505598,121505602,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,210700094,121505598,121505598,4294838078,121833278,121505598,121767746,121767746,121767746,121767746,121767746,121765922,2230082,121767746,121767746,121767746,121767746,121767746,121767746,121767746,121767746,121767746,121767746,121768537,121767746,210765634,121767746,121767746,121767746,210831170,121767746,121767746,121767746,121767746,121767746,121767746,121767746,121767746,121767746,121767746,121767746,121767746,121767746,121767746,121767746,121767746,121767746,121767746,121767746,121767746,121767746,121767746,121769106,121767746,121767746,121767746,121767746,121767746,121767746,121767746,121767746,121767746,121767746,121767746,121767746,121767746,121767746,4294838082,210962242,121767746,121308987,121308987,121308987,121308987,121308987,121307170,2230075,121308987,121308987,121308987,121308987,121308987,121308987,121308987,121308987,121308987,121308987,121310356,121308987,204801851,121308987,121308987,121308987,209979195,121308987,121308987,121308987,121308987,121308987,121308987,121308987,121308987,121308987,121308987,121308987,121308987,121308987,121308987,121308987,121308987,121308987,121308987,121308987,121308987,121308987,121308987,121310341,121308987,121310342,121308987,121308987,121308987,121308987,121308987,121308987,121308987,121308987,121308987,121308987,121308987,121308987,4294838075,4392763,121308987,38797904,38797904,38797904,38797904,38797904,38797346,2228816,38797904,38797904,38797904,38797904,38797904,38797904,38797904,38797904,38797904,38797904,38798369,38797904,69337680,38797904,38798365,38797904,69403216,38797904,38797904,38797904,38797904,38797904,38797904,38797904,38797904,38797904,38797904,38797904,38797904,38797904,38797904,38797904,38797904,38797904,38797904,38797904,38797904,38797904,38797904,38798372,38797904,38798373,38797904,38797904,38797904,38797904,38797904,38797904,38797904,38797904,38797904,38797904,38797904,38797904,4294836816,4391504,38797904,38797904,38797904,38797904,38797904,38797904,38797346,2228816,38797904,38797904,38797904,38797904,38797904,38797904,38797904,38797904,38797904,38797904,38798369,38797904,69337680,38797904,38797904,38797904,69403216,211094677,211094677,211094677,211094677,211094677,38797904,38797904,38797904,211092048,211094677,211094677,38800533,38797904,38797904,38797904,38797904,38797904,38797904,38797904,38797904,38797904,38797904,38798372,38797904,211092517,211094677,211094677,38800533,38797904,38797904,38797904,38797904,38797904,38797904,38797904,38797904,38797904,4294836816,4391504,38797904,69534757,69534757,69534757,69534757,69534757,69533730,2229285,69534757,69534757,69534757,69534757,69534757,69534757,69534757,69534757,69534757,69534757,69534753,69534757,119669797,69534757,69536220,69534757,22873125,69534757,69534757,69534757,69534757,69534757,69534757,69534757,69534757,69534757,69534757,69534757,69534757,69534757,69534757,69534757,69534757,69534757,69534757,69534757,69534757,69534757,69534757,69535562,69534757,69534288,69534757,69534757,69534757,69534757,69534757,69534757,69534757,69534757,69534757,69534757,69534757,69534757,4294837285,14550053,69534757,69534757,69534757,69534757,69534757,69534757,69533843,9634853,69534757,69534757,69534757,69534757,69534757,69534757,69534757,69534757,69534757,69534757,69536918,69534757,120128549,69534757,69534757,69534757,211223589,69534757,69534757,69534757,69534757,69534757,69534757,69534757,69534757,69534757,69534757,69534757,69534757,69534757,69534757,69534757,69534757,69534757,69534757,69534757,69534757,69534757,69534757,69536920,69534757,69534757,69534757,69534757,69534757,69534757,69534757,69534757,69534757,69534757,69534757,211354661,69534757,69534757,4294837285,211420197,69534757,122488653,122488653,122488653,122488653,122488653,122487027,15927117,122488653,122488653,122488653,122488653,122488653,122488653,122488653,122488653,122488653,122488653,122490011,122488653,122619725,122488653,122488653,122488653,122685261,122488653,122488653,122488653,122488653,122488653,122488653,122488653,122488653,122488653,122488653,122488653,122488653,122488653,122488653,122488653,122488653,122488653,122488653,122488653,122488653,122488653,122488653,122488657,122488653,122488658,122488653,122488653,122488653,122488653,122488653,122488653,122488653,122488653,122488653,122488653,122488653,122488653,4294838093,122881869,122488653,52953896,52953896,52953896,52953896,52953896,52953331,15926056,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52956316,52953896,94503720,52953896,52953896,52953896,94569256,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52954532,52953896,52954533,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,4294837032,4391720,52953896,122619727,122619727,122619727,122619727,122619727,122618028,11274063,122619727,122619727,122619727,122619727,122619727,122619727,122619727,122619727,122619727,122619727,122621085,122619727,122488655,122619727,122619727,122619727,122619727,122619727,122619727,122619727,122619727,122619727,122619727,122619727,122619727,122619727,122619727,122619727,122619727,122619727,122619727,122619727,122619727,122619727,122619727,122619727,122619727,122619727,122619727,122621086,122619727,122619727,122619727,122619727,122619727,122619727,122619727,122619727,122619727,122619727,122619727,122619727,122619727,122619727,122619727,122619727,122619727,122488653,122488653,122488653,122488653,122488653,122487027,15927117,122488653,122488653,122488653,122488653,122488653,122488653,122488653,122488653,122488653,122488653,122490011,122488653,122619725,122488653,122488882,122488653,211748685,122488653,122488653,122488653,122488653,122488653,122488653,122488653,122488653,122488653,122488653,122488653,122488653,122488653,122488653,122488653,122488653,122488653,122488653,122488653,122488653,122488653,122488653,122488657,122488653,122488658,122488653,122488653,122488653,122488653,122488653,122488653,122488653,122488653,122488653,122488653,122488653,122488653,4294838093,122881869,122488653,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70454432,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70454433,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,124650547,70452275,70452275,70452275,70452275,70452275,122816338,122816338,122816338,122816338,122816338,122814636,11274066,122816338,122816338,122816338,122816338,122816338,122816338,122816338,122816338,122816338,122816338,122814704,122816338,122816338,122816338,122816338,122816338,122816338,122816338,122816338,122816338,122816338,122816338,122816338,122816338,122816338,122816338,122816338,122816338,122816338,122816338,122816338,122816338,122816338,122816338,122816338,122816338,122816338,122816338,122816338,122817698,122816338,122817699,122816338,122816338,122816338,122816338,122816338,122816338,122816338,122816338,122816338,122816338,122816338,122816338,122816338,122816338,122816338,5898330,5898330,5898330,5898330,5898330,5963775,4294901850,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898274,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5901476,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41749669,41747069,39977597,41747069,41747069,41747069,41878141,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747072,41747069,41747061,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,4294836861,16777853,41747069,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23858342,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855708,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855707,23855468,23855468,23855468,23855468,23855468,23855468,212274343,212274343,212274343,212274343,212274343,23855468,23855468,23855468,212271468,212274343,212274343,23858343,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855708,23855468,212271468,212274343,212274343,23858343,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855707,23855468,23855468,23855468,23855468,23855468,23855468,212339880,212339880,212339880,212339880,212339880,23855468,23855468,23855468,212337004,212339880,212339880,23858344,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855708,23855468,212337004,212339880,212339880,23858344,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,123864930,123864930,123864930,123864930,123864930,123863283,15927138,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123866281,123864930,123996002,123864930,123864930,123864930,124061538,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864934,123864930,123864935,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,4294838114,4392802,123864930,123275097,123275097,123275097,123275097,123275097,123273388,11274073,123275097,123275097,123275097,123275097,123275097,123275097,123275097,123275097,123275097,123275097,123276458,123275097,70518617,123275097,123275097,123275097,123275097,123275097,123275097,123275097,123275097,123275097,123275097,123275097,123275097,123275097,123275097,123275097,123275097,123275097,123275097,123275097,123275097,123275097,123275097,123275097,123275097,123275097,123275097,123276459,123275097,123275097,123275097,123275097,123275097,123275097,123275097,123275097,123275097,123275097,123275097,123275097,123275097,123275097,123275097,123275097,123275097,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70518625,70517812,123274292,70517812,70518856,70517812,212599860,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70518619,70517812,70518620,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,4294837300,123536436,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70519981,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70519982,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,212796468,70517812,70517812,70517812,70517812,70517812,123471708,123471708,123471708,123471708,123471708,123469996,11274076,123471708,123471708,123471708,123471708,123471708,123471708,123471708,123471708,123471708,123471708,123470065,123471708,123471708,123471708,123471708,123471708,123471708,123471708,123471708,123471708,123471708,123471708,123471708,123471708,123471708,123471708,123471708,123471708,123471708,123471708,123471708,123471708,123471708,123471708,123471708,123471708,123471708,123471708,123471708,123473072,123471708,123473073,123471708,123471708,123471708,123471708,123471708,123471708,123471708,123471708,123471708,123471708,123471708,123471708,123471708,123471708,123471708,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272433,11272364,11272364,11272364,11272364,11272364,11272364,212995250,212995250,212995250,212995250,212995250,11272364,11272364,11272364,212992172,212995250,212995250,11275442,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272434,11272364,212992172,212995250,212995250,11275442,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,11272364,123864930,123864930,123864930,123864930,123864930,123863283,15927138,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123866291,123864930,123996002,123864930,123864930,123864930,124061538,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864934,123864930,123864935,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,4294838114,4392802,123864930,213126324,213126324,213126324,213126324,213126324,213123244,11275444,213126324,213126324,213126324,213126324,213126324,213126324,213126324,213126324,213126324,213126324,213126325,213126324,213126324,213126324,213126324,213126324,213126324,213126324,213126324,213126324,213126324,213126324,213126324,213126324,213126324,213126324,213126324,213126324,213126324,213126324,213126324,213126324,213126324,213126324,213126324,213126324,213126324,213126324,213126324,213126326,213126324,213126324,213126324,213126324,213126324,213126324,213126324,213126324,213126324,213126324,213126324,213126324,213126324,213126324,213126324,213126324,213126324,123864930,123864930,123864930,123864930,123864930,123863283,15927138,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123866295,123864930,123996002,123864930,123864930,123864930,124061538,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864934,123864930,123864935,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,4294838114,4392802,123864930,123996004,123996004,123996004,123996004,123996004,123994284,11274084,123996004,123996004,123996004,123996004,123996004,123996004,123996004,123996004,123996004,123996004,123997368,123996004,123864932,123996004,123996004,123996004,123996004,123996004,123996004,123996004,123996004,123996004,123996004,123996004,123996004,123996004,123996004,123996004,123996004,123996004,123996004,123996004,123996004,123996004,123996004,123996004,123996004,123996004,123996004,123997369,123996004,123996004,123996004,123996004,123996004,123996004,123996004,123996004,123996004,123996004,123996004,123996004,123996004,123996004,123996004,123996004,123996004,123864930,123864930,123864930,123864930,123864930,123863283,15927138,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123866295,123864930,123996002,123864930,123866298,123864930,213583714,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864934,123864930,123864935,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,4294838114,4392802,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123866301,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123866302,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,213845858,123864930,123864930,123864930,123864930,123864930,124192615,124192615,124192615,124192615,124192615,124190892,11274087,124192615,124192615,124192615,124192615,124192615,124192615,124192615,124192615,124192615,124192615,124193984,124192615,124192615,124192615,124192615,124192615,124192615,124192615,124192615,124192615,124192615,124192615,124192615,124192615,124192615,124192615,124192615,124192615,124192615,124192615,124192615,124192615,124192615,124192615,124192615,124192615,124192615,124192615,124192615,124193985,124192615,124193986,124192615,124192615,124192615,124192615,124192615,124192615,124192615,124192615,124192615,124192615,124192615,124192615,124192615,124192615,124192615,214109379,214109379,214109379,214109379,214109379,214106355,15928515,214109379,214109379,214109379,214109379,214109379,214109379,214109379,214109379,214109379,214109379,214109380,214109379,214240451,214109379,214109379,214109379,214305987,214109379,214109379,214109379,214109379,214109379,214109379,214109379,214109379,214109379,214109379,214109379,214109379,214109379,214109379,214109379,214109379,214109379,214109379,214109379,214109379,214109379,214109379,214109383,214109379,214109384,214109379,214109379,214109379,214109379,214109379,214109379,214109379,214109379,214109379,214109379,214109379,214109379,4294839491,4394179,214109379,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70651081,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70651082,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,214631478,70648886,70648886,70648886,70648886,70648886,124389226,124389226,124389226,124389226,124389226,124389448,138938218,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124390604,124389226,139069290,124389226,124389451,124389226,139200362,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389453,124389226,124389454,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,4294838122,139396970,124389226,214764749,214764749,214764749,214764749,214764749,214762548,70520013,214764749,214764749,214764749,214764749,214764749,214764749,214764749,214764749,214764749,214764749,214764750,214764749,214895821,214764749,214764752,214764749,124456141,214764749,214764749,214764749,214764749,214764749,214764749,214764749,214764749,214764749,214764749,214764749,214764749,214764749,214764749,214764749,214764749,214764749,214764749,214764749,214764749,214764749,214764749,214764753,214764749,214764754,214764749,214764749,214764749,214764749,214764749,214764749,214764749,214764749,214764749,214764749,214764749,214764749,4294839501,215157965,214764749,70452275,70452275,70452275,70452275,70452275,70452276,70517811,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70454484,70452275,70648883,70452275,70452275,70452275,70714419,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452280,70452275,70452281,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,4294837299,70911027,70452275,70452275,70452275,70452275,70452275,70452275,70452276,70517811,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70453088,70452275,70648883,70452275,70452275,70452275,70714419,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452280,70452275,70452281,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,215286835,70452275,70452275,4294837299,70911027,70452275,70452275,70452275,70452275,70452275,70452275,70452276,70517811,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70453088,70452275,70648883,70452275,70452275,70452275,70714419,215354582,215354582,215354582,215354582,215354582,70452275,70452275,70452275,215352371,215354582,215354582,70454486,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452280,70452275,215352377,215354582,215354582,70454486,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,4294837299,70911027,70452275,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70847704,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70847705,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,215614521,70845497,70845497,70845497,70845497,70845497,124782448,124782448,124782448,124782448,124782448,124781620,70518640,124782448,124782448,124782448,124782448,124782448,124782448,124782448,124782448,124782448,124782448,124782432,124782448,215680880,124782448,124782448,124782448,215746416,124782448,124782448,124782448,124782448,124782448,124782448,124782448,124782448,124782448,124782448,124782448,124782448,124782448,124782448,124782448,124782448,124782448,124782448,124782448,124782448,124782448,124782448,124783837,124782448,124783838,124782448,124782448,124782448,124782448,124782448,124782448,124782448,124782448,124782448,124782448,124782448,124782448,4294838128,215943024,124782448,124847985,124847985,124847985,124847985,124847985,124846323,15927153,124847985,124847985,124847985,124847985,124847985,124847985,124847985,124847985,124847985,124847985,124848076,124847985,124979057,124847985,124847985,124847985,125044593,124847985,124847985,124847985,124847985,124847985,124847985,124847985,124847985,124847985,124847985,124847985,124847985,124847985,124847985,124847985,124847985,124847985,124847985,124847985,124847985,124847985,124847985,124847989,124847985,124846713,124847985,124847985,124847985,124847985,124847985,124847985,124847985,124847985,124847985,124847985,124847985,124847985,4294838129,125175665,124847985,216009952,216009952,216009952,216009952,216009952,216006899,15928544,216009952,216009952,216009952,216009952,216009952,216009952,216009952,216009952,216009952,216009952,216009953,216009952,165743840,216009952,216009952,216009952,216141024,216009952,216009952,216009952,216009952,216009952,216009952,216009952,216009952,216009952,216009952,216009952,216009952,216009952,216009952,216009952,216009952,216009952,216009952,216009952,216009952,216009952,216009952,216009955,216009952,216009956,216009952,216009952,216009952,216009952,216009952,216009952,216009952,216009952,216009952,216009952,216009952,216009952,4294839520,216337632,216009952,124979059,124979059,124979059,124979059,124979059,124977395,15927155,124979059,124979059,124979059,124979059,124979059,124979059,124979059,124979059,124979059,124979059,124980454,124979059,124847987,124979059,124979059,124979059,216467315,124979059,124979059,124979059,124979059,124979059,124979059,124979059,124979059,124979059,124979059,124979059,124979059,124979059,124979059,124979059,124979059,124979059,124979059,124979059,124979059,124979059,124979059,124980456,124979059,124978280,124979059,124979059,124979059,124979059,124979059,124979059,124979059,124979059,124979059,124979059,124979059,124979059,4294838131,4392819,124979059,124847985,124847985,124847985,124847985,124847985,124846323,15927153,124847985,124847985,124847985,124847985,124847985,124847985,124847985,124847985,124847985,124847985,124848076,124847985,124979057,124847985,124849385,124847985,216663921,124847985,124847985,124847985,124847985,124847985,124847985,124847985,124847985,124847985,124847985,124847985,124847985,124847985,124847985,124847985,124847985,124847985,124847985,124847985,124847985,124847985,124847985,124847989,124847985,124846713,124847985,124847985,124847985,124847985,124847985,124847985,124847985,124847985,124847985,124847985,124847985,124847985,4294838129,125175665,124847985,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240491,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240492,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,216861893,214240453,214240453,214240453,214240453,214240453,4128831,4128831,4128831,4128831,4128831,4194303,4294901823,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,2228287,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4132078,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,39977570,39977570,39977570,39977570,39977570,39977324,23855714,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39980271,39977570,41747042,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39978045,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977324,23855714,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39980272,39977570,41747042,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39978045,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977324,23855714,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39978044,39977570,41747042,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39978045,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,217121378,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977324,23855714,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39978044,39977570,41747042,39977570,39977570,39977570,39977570,217189618,217189618,217189618,217189618,217189618,39977570,39977570,39977570,217186914,217189618,217189618,39980274,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39978045,39977570,217186914,217189618,217189618,39980274,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,214240453,214240453,214240453,214240453,214240453,214238260,70520005,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240499,214240453,214109381,214240453,214240453,214240453,217320645,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240501,214240453,214240502,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,4294839493,217517253,214240453,16056565,16056565,16056565,16056565,16056565,16056492,11272437,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056690,16056565,15925493,16056565,16056565,16056565,16056565,217582840,217582840,217582840,217582840,217582840,16056565,16056565,16056565,217579765,217582840,217582840,16059640,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056691,16056565,217579765,217582840,217582840,16059640,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056492,11272437,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056690,16056565,15925493,16056565,16056565,16056565,16056565,217648377,217648377,217648377,217648377,217648377,16056565,16056565,16056565,217645301,217648377,217648377,16059641,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056691,16056565,217645301,217648377,217648377,16059641,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,217713914,217713914,217713914,217713914,217713914,217713915,217779450,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713916,217713914,217910522,217713914,217713918,217713914,218041594,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713920,217713914,217713921,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,4294839546,218238202,217713914,40305255,40305255,40305255,40305255,40305255,40305032,25690727,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40307971,40305255,24380007,40305255,40305731,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305732,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,125831040,125831040,125831040,125831040,125831040,125830225,72419200,125831040,125831040,125831040,125831040,125831040,125831040,125831040,125831040,125831040,125831040,125832452,125831040,216598400,125831040,125832453,125831040,218498944,125831040,125831040,125831040,125831040,125831040,125831040,125831040,125831040,125831040,125831040,125831040,125831040,125831040,125831040,125831040,125831040,125831040,125831040,125831040,125831040,125831040,125831040,125832455,125831040,125832456,125831040,125831040,125831040,125831040,125831040,125831040,125831040,125831040,125831040,125831040,125831040,125831040,4294838144,4392832,125831040,40305255,40305255,40305255,40305255,40305255,40305032,25690727,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40307977,40305255,24380007,40305255,40305731,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305732,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305032,25690727,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305730,40305255,24380007,40305255,40305731,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305732,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,218759783,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305032,25690727,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305730,40305255,24380007,40305255,40305731,40305255,40305255,218828043,218828043,218828043,218828043,218828043,40305255,40305255,40305255,218825319,218828043,218828043,40307979,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305732,40305255,218825319,218828043,218828043,40307979,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,218893580,218893580,218893580,218893580,218893580,218890632,25693452,218893580,218893580,218893580,218893580,218893580,218893580,218893580,218893580,218893580,218893580,218893581,218893580,218893580,218893580,218893582,218893580,218893580,218893580,218893580,218893580,218893580,218893580,218893580,218893580,218893580,218893580,218893580,218893580,218893580,218893580,218893580,218893580,218893580,218893580,218893580,218893580,218893580,218893580,218893580,218893583,218893580,218893580,218893580,218893580,218893580,218893580,218893580,218893580,218893580,218893580,218893580,218893580,218893580,218893580,218893580,218893580,218893580,126158725,126158725,126158725,126158725,126158725,126157192,25692037,126158725,126158725,126158725,126158725,126158725,126158725,126158725,126158725,126158725,126158725,126160144,126158725,72419205,126158725,126160145,126158725,126158725,126158725,126158725,126158725,126158725,126158725,126158725,126158725,126158725,126158725,126158725,126158725,126158725,126158725,126158725,126158725,126158725,126158725,126158725,126158725,126158725,126158725,126158725,126160146,126158725,126158725,126158725,126158725,126158725,126158725,126158725,126158725,126158725,126158725,126158725,126158725,126158725,126158725,126158725,126158725,126158725,219352339,219352339,219352339,219352339,219352339,219350097,72420627,219352339,219352339,219352339,219352339,219352339,219352339,219352339,219352339,219352339,219352339,219352340,219352339,219483411,219352339,219352342,219352339,72682771,219352339,219352339,219352339,219352339,219352339,219352339,219352339,219352339,219352339,219352339,219352339,219352339,219352339,219352339,219352339,219352339,219352339,219352339,219352339,219352339,219352339,219352339,219352343,219352339,219352344,219352339,219352339,219352339,219352339,219352339,219352339,219352339,219352339,219352339,219352339,219352339,219352339,4294839571,4394259,219352339,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72420633,72418385,72418385,72418385,72419206,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72420634,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,219874385,72418385,72418385,72418385,72418385,72418385,126420873,126420873,126420873,126420873,126420873,126419336,25692041,126420873,126420873,126420873,126420873,126420873,126420873,126420873,126420873,126420873,126420873,126419609,126420873,126420873,126420873,126422300,126420873,126420873,126420873,126420873,126420873,126420873,126420873,126420873,126420873,126420873,126420873,126420873,126420873,126420873,126420873,126420873,126420873,126420873,126420873,126420873,126420873,126420873,126420873,126420873,126422301,126420873,126422302,126420873,126420873,126420873,126420873,126420873,126420873,126420873,126420873,126420873,126420873,126420873,126420873,126420873,126420873,126420873,88212802,88212802,88212802,88212802,88212802,88211828,24380738,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88214815,88212802,88343874,88212802,88212805,88212802,88474946,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212807,88212802,88212808,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,4294837570,18220354,88212802,126617484,126617484,126617484,126617484,126617484,126615924,24381324,126617484,126617484,126617484,126617484,126617484,126617484,126617484,126617484,126617484,126617484,126617960,126617484,126617484,126617484,126618912,126617484,220268428,126617484,126617484,126617484,126617484,126617484,126617484,126617484,126617484,126617484,126617484,126617484,126617484,126617484,126617484,126617484,126617484,126617484,126617484,126617484,126617484,126617484,126617484,126618914,126617484,126618915,126617484,126617484,126617484,126617484,126617484,126617484,126617484,126617484,126617484,126617484,126617484,126617484,4294838156,18220940,126617484,126486410,126486410,126486410,126486410,126486410,126484852,24381322,126486410,126486410,126486410,126486410,126486410,126486410,126486410,126486410,126486410,126486410,126486411,126486410,126617482,126486410,126486413,126486410,220465034,126486410,126486410,126486410,126486410,126486410,126486410,126486410,126486410,126486410,126486410,126486410,126486410,126486410,126486410,126486410,126486410,126486410,126486410,126486410,126486410,126486410,126486410,126486414,126486410,126486415,126486410,126486410,126486410,126486410,126486410,126486410,126486410,126486410,126486410,126486410,126486410,126486410,4294838154,18220938,126486410,126486410,126486410,126486410,126486410,126486410,126484852,24381322,126486410,126486410,126486410,126486410,126486410,126486410,126486410,126486410,126486410,126486410,126486895,126486410,126617482,126486410,126486413,126486410,71698314,126486410,126486410,126486410,126486410,126486410,126486410,126486410,126486410,126486410,126486410,126486410,126486410,126486410,126486410,126486410,126486410,126486410,126486410,126486410,126486410,126486410,126486410,126487845,126486410,126486415,126486410,126486410,126486410,126486410,126486410,126486410,126486410,126486410,126486410,220596106,126486410,126486410,4294838154,18220938,126486410,126814095,126814095,126814095,126814095,126814095,126812532,24381327,126814095,126814095,126814095,126814095,126814095,126814095,126814095,126814095,126814095,126814095,126814091,126814095,220661647,126814095,126815528,126814095,220792719,126814095,126814095,126814095,126814095,126814095,126814095,126814095,126814095,126814095,126814095,126814095,126814095,126814095,126814095,126814095,126814095,126814095,126814095,126814095,126814095,126814095,126814095,126815530,126814095,126814095,126814095,126814095,126814095,126814095,126814095,126814095,126814095,126814095,126814095,126814095,126814095,126814095,4294838159,18220943,126814095,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24380006,24379764,40305012,24379764,24380008,24379764,40436084,220925227,220925227,220925227,220925227,220925227,24379764,24379764,24379764,220922228,220925227,220925227,24382763,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24380010,24379764,220922475,220925227,220925227,24382763,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,4294836596,8782196,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24380006,24379764,40305012,24379764,24380008,24379764,40436084,220990764,220990764,220990764,220990764,220990764,24379764,24379764,24379764,220987764,220990764,220990764,24382764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24380010,24379764,220988011,220990764,220990764,24382764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,4294836596,8782196,24379764,127076243,127076243,127076243,127076243,127076243,127075409,72419219,127076243,127076243,127076243,127076243,127076243,127076243,127076243,127076243,127076243,127076243,127076228,127076243,221054867,127076243,127077678,127076243,221185939,127076243,127076243,127076243,127076243,127076243,127076243,127076243,127076243,127076243,127076243,127076243,127076243,127076243,127076243,127076243,127076243,127076243,127076243,127076243,127076243,127076243,127076243,127077680,127076243,127076310,127076243,127076243,127076243,127076243,127076243,127076243,127076243,127076243,127076243,127076243,127076243,127076243,4294838163,4392851,127076243,40567403,40567403,40567403,40567403,40567403,40567176,25690731,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40568878,40567403,40567403,40567403,40567882,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567883,40567403,40567884,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567176,25690731,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567449,40567403,40567403,40567403,40567882,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567883,40567403,40567884,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,221315691,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567176,25690731,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567449,40567403,40567403,40567403,40567882,40567403,40567403,221383986,221383986,221383986,221383986,221383986,40567403,40567403,40567403,221381227,221383986,221383986,40570162,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567883,40567403,221381708,221383986,221383986,40570162,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,127338391,127338391,127338391,127338391,127338391,127336840,25692055,127338391,127338391,127338391,127338391,127338391,127338391,127338391,127338391,127338391,127338391,127337538,127338391,72091543,127338391,127339827,127338391,127338391,127338391,127338391,127338391,127338391,127338391,127338391,127338391,127338391,127338391,127338391,127338391,127338391,127338391,127338391,127338391,127338391,127338391,127338391,127338391,127338391,127338391,127338391,127339828,127338391,127339829,127338391,127338391,127338391,127338391,127338391,127338391,127338391,127338391,127338391,127338391,127338391,127338391,127338391,127338391,127338391,72090700,72090700,72090700,72090700,72090700,72089972,24380492,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090214,72090700,127337548,72090700,72091544,72090700,221643852,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72091546,72090700,72091547,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,4294837324,8782924,72090700,72090700,72090700,72090700,72090700,72090700,72089972,24380492,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090214,72090700,127337548,72090700,72091544,72090700,220791884,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72091546,72090700,72091547,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,4294837324,8782924,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72092983,72090700,72090700,72090700,72091544,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72092984,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,221840460,72090700,72090700,72090700,72090700,72090700,127600539,127600539,127600539,127600539,127600539,127598964,24381339,127600539,127600539,127600539,127600539,127600539,127600539,127600539,127600539,127600539,127600539,127599206,127600539,221906843,127600539,127601979,127600539,222037915,127600539,127600539,127600539,127600539,127600539,127600539,127600539,127600539,127600539,127600539,127600539,127600539,127600539,127600539,127600539,127600539,127600539,127600539,127600539,127600539,127600539,127600539,127601981,127600539,127599692,127600539,127600539,127600539,127600539,127600539,127600539,127600539,127600539,127600539,127600539,127600539,127600539,4294838171,222168987,127600539,127731613,127731613,127731613,127731613,127731613,127730769,72419229,127731613,127731613,127731613,127731613,127731613,127731613,127731613,127731613,127731613,127731613,127732198,127731613,72550301,127731613,127733055,127731613,222300061,127731613,127731613,127731613,127731613,127731613,127731613,127731613,127731613,127731613,127731613,127731613,127731613,127731613,127731613,127731613,127731613,127731613,127731613,127731613,127731613,127731613,127731613,127733057,127731613,127733058,127731613,127731613,127731613,127731613,127731613,127731613,127731613,127731613,127731613,127731613,127731613,127731613,4294838173,9242525,127731613,40764014,40764014,40764014,40764014,40764014,40763635,15925870,40764014,40764014,40764014,40764014,40764014,40764014,40764014,40764014,40764014,40764014,40764195,40764014,40764014,40764014,40764014,40764014,72221294,40764014,40764014,40764014,40764014,40764014,40764014,40764014,40764014,40764014,40764014,40764014,40764014,40764014,40764014,40764014,40764014,40764014,40764014,40764014,40764014,40764014,40764014,40764495,40764014,40764496,40764014,40764014,40764014,40764014,40764014,40764014,40764014,40764014,40764014,222495342,40764014,40764014,4294836846,9241198,40764014,40764014,40764014,40764014,40764014,40764014,40763635,15925870,40764014,40764014,40764014,40764014,40764014,40764014,40764014,40764014,40764014,40764014,40764195,40764014,40764014,40764014,40764014,40764014,72221294,222563652,222563652,222563652,222563652,222563652,40764014,40764014,40764014,222560878,222563652,222563652,40766788,40764014,40764014,40764014,40764014,40764014,40764014,40764014,40764014,40764014,40764014,40764495,40764014,222561360,222563652,222563652,40766788,40764014,40764014,40764014,40764014,40764014,40764014,40764014,40764014,40764014,4294836846,9241198,40764014,72352848,72352848,72352848,72352848,72352848,72351987,15926352,72352848,72352848,72352848,72352848,72352848,72352848,72352848,72352848,72352848,72352848,72352547,72352848,73008208,72352848,72355141,72352848,127927376,72352848,72352848,72352848,72352848,72352848,72352848,72352848,72352848,72352848,72352848,72352848,72352848,72352848,72352848,72352848,72352848,72352848,72352848,72352848,72352848,72352848,72352848,72353697,72352848,72352848,72352848,72352848,72352848,72352848,72352848,72352848,72352848,72352848,72352848,72352848,72352848,72352848,4294837328,9241680,72352848,72352848,72352848,72352848,72352848,72352848,72353749,131400784,72352848,72352848,72352848,72352848,72352848,72352848,72352848,72352848,72352848,72352848,72354297,72352848,73008208,72352848,72352848,72352848,127927376,72352848,72352848,72352848,72352848,72352848,72352848,72352848,72352848,72352848,72352848,72352848,72352848,72352848,72352848,72352848,72352848,72352848,72352848,72352848,72352848,72352848,72352848,72355143,72352848,72352848,72352848,72352848,72352848,72352848,72352848,72352848,72352848,72352848,72352848,222823504,72352848,72352848,4294837328,9241680,72352848,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72419204,72418385,126157905,72418385,72420681,72418385,72680529,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72419208,72418385,72419209,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,4294837329,4392017,72418385,128124835,128124835,128124835,128124835,128124835,128123985,72419235,128124835,128124835,128124835,128124835,128124835,128124835,128124835,128124835,128124835,128124835,128123986,128124835,128255907,128124835,128124838,128124835,128386979,128124835,128124835,128124835,128124835,128124835,128124835,128124835,128124835,128124835,128124835,128124835,128124835,128124835,128124835,128124835,128124835,128124835,128124835,128124835,128124835,128124835,128124835,128124840,128124835,128124841,128124835,128124835,128124835,128124835,128124835,128124835,128124835,128124835,128124835,128124835,128124835,128124835,4294838179,9242531,128124835,128124835,128124835,128124835,128124835,128124835,128123985,72419235,128124835,128124835,128124835,128124835,128124835,128124835,128124835,128124835,128124835,128124835,128126282,128124835,128255907,128124835,128124838,128124835,128386979,128124835,128124835,128124835,128124835,128124835,128124835,128124835,128124835,128124835,128124835,128124835,128124835,128124835,128124835,128124835,128124835,128124835,128124835,128124835,128124835,128124835,128124835,128124840,128124835,128124841,128124835,128124835,128124835,128124835,128124835,128124835,128124835,128124835,128124835,128124835,128124835,128124835,4294838179,9242531,128124835,128255909,128255909,128255909,128255909,128255909,128255057,72419237,128255909,128255909,128255909,128255909,128255909,128255909,128255909,128255909,128255909,128255909,128255914,128255909,128255909,128255909,128257355,128255909,223086501,128255909,128255909,128255909,128255909,128255909,128255909,128255909,128255909,128255909,128255909,128255909,128255909,128255909,128255909,128255909,128255909,128255909,128255909,128255909,128255909,128255909,128255909,128256510,128255909,128257357,128255909,128255909,128255909,128255909,128255909,128255909,128255909,128255909,128255909,128255909,128255909,128255909,4294838181,9242533,128255909,128124835,128124835,128124835,128124835,128124835,128123985,72419235,128124835,128124835,128124835,128124835,128124835,128124835,128124835,128124835,128124835,128124835,128123986,128124835,128255907,128124835,128126286,128124835,128386979,128124835,128124835,128124835,128124835,128124835,128124835,128124835,128124835,128124835,128124835,128124835,128124835,128124835,128124835,128124835,128124835,128124835,128124835,128124835,128124835,128124835,128124835,128124840,128124835,128124841,128124835,128124835,128124835,128124835,128124835,128124835,128124835,128124835,128124835,128124835,128124835,128124835,4294838179,9242531,128124835,60097429,60097429,60097429,60097429,60097429,60098135,106365845,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60099919,60097429,60294037,60097429,60097433,60097429,60425109,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60099920,60097429,60097436,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,106562453,60097429,60097429,4294837141,9241493,60097429,128518057,128518057,128518057,128518057,128518057,128517201,72419241,128518057,128518057,128518057,128518057,128518057,128518057,128518057,128518057,128518057,128518057,128517202,128518057,223414185,128518057,128519506,128518057,223545257,128518057,128518057,128518057,128518057,128518057,128518057,128518057,128518057,128518057,128518057,128518057,128518057,128518057,128518057,128518057,128518057,128518057,128518057,128518057,128518057,128518057,128518057,128518662,128518057,128518057,128518057,128518057,128518057,128518057,128518057,128518057,128518057,128518057,128518057,128518057,128518057,128518057,4294838185,9242537,128518057,223612244,223612244,223612244,223612244,223612244,223609937,72420692,223612244,223612244,223612244,223612244,223612244,223612244,223612244,223612244,223612244,223612244,223612245,223612244,128257364,223612244,223612246,223612244,223808852,223612244,223612244,223612244,223612244,223612244,223612244,223612244,223612244,223612244,223612244,223612244,223612244,223612244,223612244,223612244,223612244,223612244,223612244,223612244,223612244,223612244,223612244,223612248,223612244,223612249,223612244,223612244,223612244,223612244,223612244,223612244,223612244,223612244,223612244,223612244,223612244,223612244,4294839636,9243988,223612244,72549459,72549459,72549459,72549459,72549459,72549457,72418387,72549459,72549459,72549459,72549459,72549459,72549459,72549459,72549459,72549459,72549459,72550314,72549459,72549459,72549459,72551770,72549459,128713811,72549459,72549459,72549459,72549459,72549459,72549459,72549459,72549459,72549459,72549459,72549459,72549459,72549459,72549459,72549459,72549459,72549459,72549459,72549459,72549459,72549459,72549459,72550317,72549459,72550318,72549459,72549459,72549459,72549459,72549459,72549459,72549459,72549459,72549459,72549459,72549459,72549459,4294837331,9241683,72549459,224071003,224071003,224071003,224071003,224071003,224071004,224136539,224071003,224071003,224071003,224071003,224071003,224071003,224071003,224071003,224071003,224071003,224071005,224071003,224071003,224071003,224071006,224071003,224333147,224071003,224071003,224071003,224071003,224071003,224071003,224071003,224071003,224071003,224071003,224071003,224071003,224071003,224071003,224071003,224071003,224071003,224071003,224071003,224071003,224071003,224071003,224071008,224071003,224071009,224071003,224071003,224071003,224071003,224071003,224071003,224071003,224071003,224071003,224529755,224071003,224071003,4294839643,9243995,224071003,128845742,128845742,128845742,128845742,128845742,128844881,72419246,128845742,128845742,128845742,128845742,128845742,128845742,128845742,128845742,128845742,128845742,128845738,128845742,129173422,128845742,128847203,128845742,224659374,128845742,128845742,128845742,128845742,128845742,128845742,128845742,128845742,128845742,128845742,128845742,128845742,128845742,128845742,128845742,128845742,128845742,128845742,128845742,128845742,128845742,128845742,128847205,128845742,128845742,128845742,128845742,128845742,128845742,128845742,128845742,128845742,128845742,128845742,128845742,128845742,128845742,4294838190,9242542,128845742,128124835,128124835,128124835,128124835,128124835,128123985,72419235,128124835,128124835,128124835,128124835,128124835,128124835,128124835,128124835,128124835,128124835,128126310,128124835,128255907,128124835,128124838,128124835,128386979,128124835,128124835,128124835,128124835,128124835,128124835,128124835,128124835,128124835,128124835,128124835,128124835,128124835,128124835,128124835,128124835,128124835,128124835,128124835,128124835,128124835,128124835,128124840,128124835,128124841,128124835,128124835,128124835,128124835,128124835,128124835,128124835,128124835,128124835,128124835,128124835,128124835,4294838179,9242531,128124835,40829551,40829551,40829551,40829551,40829551,40830033,72417903,40829551,40829551,40829551,40829551,40829551,40829551,40829551,40829551,40829551,40829551,40830034,40829551,72548975,40829551,40830036,40829551,72680047,40829551,40829551,40829551,40829551,40829551,40829551,40829551,40829551,40829551,40829551,40829551,40829551,40829551,40829551,40829551,40829551,40829551,40829551,40829551,40829551,40829551,40829551,40830038,40829551,40830039,40829551,40829551,40829551,40829551,40829551,40829551,40829551,40829551,40829551,224854639,40829551,40829551,4294836847,9241199,40829551,40829551,40829551,40829551,40829551,40829551,40830033,72417903,40829551,40829551,40829551,40829551,40829551,40829551,40829551,40829551,40829551,40829551,40830034,40829551,72548975,40829551,40830036,40829551,72680047,224922984,224922984,224922984,224922984,224922984,40829551,40829551,40829551,224920175,224922984,224922984,40832360,40829551,40829551,40829551,40829551,40829551,40829551,40829551,40829551,40829551,40829551,40830038,40829551,224920663,224922984,224922984,40832360,40829551,40829551,40829551,40829551,40829551,40829551,40829551,40829551,40829551,4294836847,9241199,40829551,129173427,129173427,129173427,129173427,129173427,129172561,72419251,129173427,129173427,129173427,129173427,129173427,129173427,129173427,129173427,129173427,129173427,129173418,129173427,129173427,129173427,129174889,129173427,225052595,129173427,129173427,129173427,129173427,129173427,129173427,129173427,129173427,129173427,129173427,129173427,129173427,129173427,129173427,129173427,129173427,129173427,129173427,129173427,129173427,129173427,129173427,129174891,129173427,129173422,129173427,129173427,129173427,129173427,129173427,129173427,129173427,129173427,129173427,129173427,129173427,129173427,4294838195,9242547,129173427,72811607,72811607,72811607,72811607,72811607,72811601,72418391,72811607,72811607,72811607,72811607,72811607,72811607,72811607,72811607,72811607,72811607,72811602,72811607,129172567,72811607,72813932,72811607,129303639,72811607,72811607,72811607,72811607,72811607,72811607,72811607,72811607,72811607,72811607,72811607,72811607,72811607,72811607,72811607,72811607,72811607,72811607,72811607,72811607,72811607,72811607,72812470,72811607,72811607,72811607,72811607,72811607,72811607,72811607,72811607,72811607,72811607,72811607,72811607,72811607,72811607,4294837335,9241687,72811607,225250669,225250669,225250669,225250669,225250669,225250041,184094061,225250669,225250669,225250669,225250669,225250669,225250669,225250669,225250669,225250669,225250669,225250670,225250669,225381741,225250669,225250672,225250669,225512813,225250669,225250669,225250669,225250669,225250669,225250669,225250669,225250669,225250669,225250669,225250669,225250669,225250669,225250669,225250669,225250669,225250669,225250669,225250669,225250669,225250669,225250669,225250674,225250669,225250669,225250669,225250669,225250669,225250669,225250669,225250669,225250669,225250669,225250669,225643885,225250669,225250669,4294839661,9244013,225250669,40632940,40632940,40632940,40632940,40632940,40632563,15925868,40632940,40632940,40632940,40632940,40632940,40632940,40632940,40632940,40632940,40632940,40632941,40632940,40764012,40632940,40632940,40632940,24445548,225709428,225709428,225709428,225709428,225709428,40632940,40632940,40632940,225706604,225709428,225709428,40635764,40632940,40632940,40632940,40632940,40632940,40632940,40632940,40632940,40632940,40632940,40632944,40632940,225706609,225709428,225709428,40635764,40632940,40632940,40632940,40632940,40632940,40632940,40632940,40632940,40632940,4294836844,9241196,40632940,40632940,40632940,40632940,40632940,40632940,40632563,15925868,40632940,40632940,40632940,40632940,40632940,40632940,40632940,40632940,40632940,40632940,40632941,40632940,40764012,40632940,40632940,40632940,24445548,225774965,225774965,225774965,225774965,225774965,40632940,40632940,40632940,225772140,225774965,225774965,40635765,40632940,40632940,40632940,40632940,40632940,40632940,40632940,40632940,40632940,40632940,40632944,40632940,225772145,225774965,225774965,40635765,40632940,40632940,40632940,40632940,40632940,40632940,40632940,40632940,40632940,4294836844,9241196,40632940,73008218,73008218,73008218,73008218,73008218,73007347,15926362,73008218,73008218,73008218,73008218,73008218,73008218,73008218,73008218,73008218,73008218,73007907,73008218,73008218,73008218,73010550,73008218,129565786,73008218,73008218,73008218,73008218,73008218,73008218,73008218,73008218,73008218,73008218,73008218,73008218,73008218,73008218,73008218,73008218,73008218,73008218,73008218,73008218,73008218,73008218,73009082,73008218,73008208,73008218,73008218,73008218,73008218,73008218,73008218,73008218,73008218,73008218,73008218,73008218,73008218,4294837338,9241690,73008218,73008218,73008218,73008218,73008218,73008218,73009101,130876506,73008218,73008218,73008218,73008218,73008218,73008218,73008218,73008218,73008218,73008218,73009681,73008218,73008218,73008218,73008218,73008218,129565786,73008218,73008218,73008218,73008218,73008218,73008218,73008218,73008218,73008218,73008218,73008218,73008218,73008218,73008218,73008218,73008218,73008218,73008218,73008218,73008218,73008218,73008218,73010551,73008218,73008208,73008218,73008218,73008218,73008218,73008218,73008218,73008218,73008218,73008218,225969242,73008218,73008218,4294837338,9241690,73008218,129697723,129697723,129697723,129697723,129697723,129696849,72419259,129697723,129697723,129697723,129697723,129697723,129697723,129697723,129697723,129697723,129697723,129696850,129697723,226035643,129697723,129699194,129697723,226166715,129697723,129697723,129697723,129697723,129697723,129697723,129697723,129697723,129697723,129697723,129697723,129697723,129697723,129697723,129697723,129697723,129697723,129697723,129697723,129697723,129697723,129697723,129699196,129697723,129696855,129697723,129697723,129697723,129697723,129697723,129697723,129697723,129697723,129697723,129697723,129697723,129697723,4294838203,9242555,129697723,40960625,40960625,40960625,40960625,40960625,40960243,15925873,40960625,40960625,40960625,40960625,40960625,40960625,40960625,40960625,40960625,40960625,40960621,40960625,73007729,40960625,40960625,40960625,73073265,40960625,40960625,40960625,40960625,40960625,40960625,40960625,40960625,40960625,40960625,40960625,40960625,40960625,40960625,40960625,40960625,40960625,40960625,40960625,40960625,40960625,40960625,40961116,40960625,40960625,40960625,40960625,40960625,40960625,40960625,40960625,40960625,40960625,40960625,226296433,40960625,40960625,4294836849,9241201,40960625,40960625,40960625,40960625,40960625,40960625,40960243,15925873,40960625,40960625,40960625,40960625,40960625,40960625,40960625,40960625,40960625,40960625,40960621,40960625,73007729,40960625,40960625,40960625,73073265,226364798,226364798,226364798,226364798,226364798,40960625,40960625,40960625,226361969,226364798,226364798,40963454,40960625,40960625,40960625,40960625,40960625,40960625,40960625,40960625,40960625,40960625,40961116,40960625,226361969,226364798,226364798,40963454,40960625,40960625,40960625,40960625,40960625,40960625,40960625,40960625,40960625,4294836849,9241201,40960625,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925616,15925491,16056563,15925491,15925491,15925491,16122099,226430335,226430335,226430335,226430335,226430335,15925491,15925491,15925491,226427123,226430335,226430335,15928703,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925495,15925491,226427128,226430335,226430335,15928703,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,15925491,4294836467,4391155,15925491,41222773,41222773,41222773,41222773,41222773,41222508,23855733,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41224021,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41223263,41222773,41223264,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222508,23855733,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222747,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41223263,41222773,41223264,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,226493045,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222508,23855733,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222747,41222773,41222773,41222773,41222773,41222773,41222773,226561409,226561409,226561409,226561409,226561409,41222773,41222773,41222773,226558581,226561409,226561409,41225601,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41223263,41222773,226559072,226561409,226561409,41225601,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,130222019,130222019,130222019,130222019,130222019,130220396,23857091,130222019,130222019,130222019,130222019,130222019,130222019,130222019,130222019,130222019,130222019,130221116,130222019,73402307,130222019,130222019,130222019,130222019,130222019,130222019,130222019,130222019,130222019,130222019,130222019,130222019,130222019,130222019,130222019,130222019,130222019,130222019,130222019,130222019,130222019,130222019,130222019,130222019,130222019,130222019,130223490,130222019,130223491,130222019,130222019,130222019,130222019,130222019,130222019,130222019,130222019,130222019,130222019,130222019,130222019,130222019,130222019,130222019,73401440,73401440,73401440,73401440,73401440,73400957,41747552,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73401452,73401440,130221152,73401440,73403780,73401440,226821216,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73402309,73401440,73402310,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73401440,4294837344,16778336,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73403782,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73403783,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73401440,227017824,73401440,73401440,73401440,73401440,73401440,130418630,130418630,130418630,130418630,130418630,130417277,41748422,130418630,130418630,130418630,130418630,130418630,130418630,130418630,130418630,130418630,130418630,130417772,130418630,222693318,130418630,130418630,130418630,227084230,130418630,130418630,130418630,130418630,130418630,130418630,130418630,130418630,130418630,130418630,130418630,130418630,130418630,130418630,130418630,130418630,130418630,130418630,130418630,130418630,130418630,130418630,130420106,130418630,130417760,130418630,130418630,130418630,130418630,130418630,130418630,130418630,130418630,130418630,130418630,130418630,130418630,4294838214,227215302,130418630,16253176,16253176,16253176,16253176,16253176,16253100,11272440,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253169,16253176,16253176,16253176,16253176,16253176,16253176,227282316,227282316,227282316,227282316,227282316,16253176,16253176,16253176,227279096,227282316,227282316,16256396,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253305,16253176,227279226,227282316,227282316,16256396,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253100,11272440,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253169,16253176,16253176,16253176,16253176,16253176,16253176,227347853,227347853,227347853,227347853,227347853,16253176,16253176,16253176,227344632,227347853,227347853,16256397,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253305,16253176,227344762,227347853,227347853,16256397,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,41484921,41484921,41484921,41484921,41484921,41484460,11272825,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41485374,41484921,24773241,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41485411,41484921,41485412,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484460,11272825,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484658,41484921,24773241,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41485411,41484921,41485412,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,227410553,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484460,11272825,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484658,41484921,24773241,41484921,41484921,41484921,41484921,227478927,227478927,227478927,227478927,227478927,41484921,41484921,41484921,227476089,227478927,227478927,41487759,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41485411,41484921,227476580,227478927,227478927,41487759,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,94504354,94504354,94504354,94504354,94504354,94503084,11273634,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94506384,94504354,52954530,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504692,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,130877389,130877389,130877389,130877389,130877389,130875635,15927245,130877389,130877389,130877389,130877389,130877389,130877389,130877389,130877389,130877389,130877389,130878694,130877389,73664461,130877389,130877389,130877389,227608525,130877389,130877389,130877389,130877389,130877389,130877389,130877389,130877389,130877389,130877389,130877389,130877389,130877389,130877389,130877389,130877389,130877389,130877389,130877389,130877389,130877389,130877389,130878866,130877389,130878867,130877389,130877389,130877389,130877389,130877389,130877389,130877389,130877389,130877389,130877389,130877389,130877389,4294838221,4392909,130877389,73663588,73663588,73663588,73663588,73663588,73662707,15926372,73663588,73663588,73663588,73663588,73663588,73663588,73663588,73663588,73663588,73663588,73664460,73663588,130876516,73663588,73665940,73663588,227869796,73663588,73663588,73663588,73663588,73663588,73663588,73663588,73663588,73663588,73663588,73663588,73663588,73663588,73663588,73663588,73663588,73663588,73663588,73663588,73663588,73663588,73663588,73664463,73663588,73664464,73663588,73663588,73663588,73663588,73663588,73663588,73663588,73663588,73663588,73663588,73663588,73663588,4294837348,131138660,73663588,227937686,227937686,227937686,227937686,227937686,227937686,227937686,227937686,227937686,227937686,227937686,227937686,227937686,227937686,227937686,227937686,227937686,227937687,227937686,227937686,227937686,227937686,227937686,227937686,227937686,227937686,227937686,227937686,227937686,227937686,227937686,227937686,227937686,227937686,227937686,227937686,227937686,227937686,227937686,227937686,227937686,227937686,227937686,227937686,227937686,227937686,227937688,227937686,227937686,227937686,227937686,227937686,227937686,227937686,227937686,227937686,227937686,227937686,228134294,227937686,227937686,227937686,227937686,227937686,131074000,131074000,131074000,131074000,131074000,131072243,15927248,131074000,131074000,131074000,131074000,131074000,131074000,131074000,131074000,131074000,131074000,131073996,131074000,131401680,131074000,131074000,131074000,228198352,131074000,131074000,131074000,131074000,131074000,131074000,131074000,131074000,131074000,131074000,131074000,131074000,131074000,131074000,131074000,131074000,131074000,131074000,131074000,131074000,131074000,131074000,131073999,131074000,131073124,131074000,131074000,131074000,131074000,131074000,131074000,131074000,131074000,131074000,131074000,131074000,131074000,4294838224,228263888,131074000,4128831,4128831,4128831,4128831,4128831,4194303,4294901823,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,2228287,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4132252,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,24772986,24772986,24772986,24772986,24772986,24772851,15925626,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772976,24772986,41484666,24772986,24772986,24772986,41550202,228396445,228396445,228396445,228396445,228396445,24772986,24772986,24772986,228393338,228396445,228396445,24776093,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24773243,24772986,228393596,228396445,228396445,24776093,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,4294836602,4391290,24772986,24772986,24772986,24772986,24772986,24772986,24772851,15925626,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772976,24772986,41484666,24772986,24772986,24772986,41550202,228461982,228461982,228461982,228461982,228461982,24772986,24772986,24772986,228458874,228461982,228461982,24776094,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24773243,24772986,228459132,228461982,228461982,24776094,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,4294836602,4391290,24772986,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73928095,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73928096,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73925736,228656232,73925736,73925736,73925736,73925736,73925736,131401685,131401685,131401685,131401685,131401685,131399923,15927253,131401685,131401685,131401685,131401685,131401685,131401685,131401685,131401685,131401685,131401685,131402982,131401685,131074005,131401685,131401685,131401685,228722645,131401685,131401685,131401685,131401685,131401685,131401685,131401685,131401685,131401685,131401685,131401685,131401685,131401685,131401685,131401685,131401685,131401685,131401685,131401685,131401685,131401685,131401685,131403171,131401685,131403172,131401685,131401685,131401685,131401685,131401685,131401685,131401685,131401685,131401685,131401685,131401685,131401685,4294838229,4392917,131401685,131467222,131467222,131467222,131467222,131467222,131465588,24381398,131467222,131467222,131467222,131467222,131467222,131467222,131467222,131467222,131467222,131467222,131465830,131467222,218630102,131467222,131468709,131467222,228984790,131467222,131467222,131467222,131467222,131467222,131467222,131467222,131467222,131467222,131467222,131467222,131467222,131467222,131467222,131467222,131467222,131467222,131467222,131467222,131467222,131467222,131467222,131468711,131467222,131468574,131467222,131467222,131467222,131467222,131467222,131467222,131467222,131467222,131467222,131467222,131467222,131467222,4294838230,229115862,131467222,229182889,229182889,229182889,229182889,229182889,229179635,15928745,229182889,229182889,229182889,229182889,229182889,229182889,229182889,229182889,229182889,229182889,229180013,229182889,229248425,229182889,229182891,229182889,131534249,229182889,229182889,229182889,229182889,229182889,229182889,229182889,229182889,229182889,229182889,229182889,229182889,229182889,229182889,229182889,229182889,229182889,229182889,229182889,229182889,229182889,229182889,229182892,229182889,229182893,229182889,229182889,229182889,229182889,229182889,229182889,229182889,229182889,229182889,229182889,229182889,229182889,4294839721,229510569,229182889,131598296,131598296,131598296,131598296,131598296,131597364,70518744,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598177,131598296,214435800,131598296,131598296,131598296,229574616,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131599792,131598296,131596666,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,4294838232,229705688,131598296,131598296,131598296,131598296,131598296,131598296,131597364,70518744,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131599794,131598296,214435800,131598296,131598296,131598296,229574616,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131599792,131598296,131596666,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,4294838232,229705688,131598296,131598296,131598296,131598296,131598296,131598296,131597364,70518744,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598177,131598296,214435800,131598296,131598296,131598296,229574616,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131599792,131598296,131596666,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,229836760,131598296,131598296,4294838232,229705688,131598296,131598296,131598296,131598296,131598296,131598296,131597364,70518744,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598177,131598296,214435800,131598296,131598296,131598296,229574616,229903796,229903796,229903796,229903796,229903796,131598296,131598296,131598296,229902296,229903796,229903796,131599796,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131599792,131598296,229900666,229903796,229903796,131599796,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,4294838232,229705688,131598296,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,41419000,16253176,16253176,16253176,16253176,16253176,176687752,176687752,176687752,176687752,176687752,176688565,229968520,176687752,176687752,176687752,176687752,176687752,176687752,176687752,176687752,176687752,176687752,176688566,176687752,100862600,176687752,176687752,176687752,230099592,176687752,176687752,176687752,176687752,176687752,176687752,176687752,176687752,176687752,176687752,176687752,176687752,176687752,176687752,176687752,176687752,176687752,176687752,176687752,176687752,176687752,176687752,176688568,176687752,176688343,176687752,176687752,176687752,176687752,176687752,176687752,176687752,176687752,176687752,176687752,176687752,176687752,4294838920,230230664,176687752,230297018,230297018,230297018,230297018,230297018,230297019,230362554,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297020,230297018,230297018,230297018,230297021,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297022,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,132057055,132057055,132057055,132057055,132057055,132058555,230361055,132057055,132057055,132057055,132057055,132057055,132057055,132057055,132057055,132057055,132057055,132058559,132057055,74319839,132057055,132058560,132057055,132057055,132057055,132057055,132057055,132057055,132057055,132057055,132057055,132057055,132057055,132057055,132057055,132057055,132057055,132057055,132057055,132057055,132057055,132057055,132057055,132057055,132057055,132057055,132058561,132057055,132057055,132057055,132057055,132057055,132057055,132057055,132057055,132057055,132057055,132057055,132057055,132057055,132057055,132057055,132057055,132057055,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74319838,74318958,132056174,74318958,74319840,74318958,230818926,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74319842,74318958,74319843,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,4294837358,42861678,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74319838,74318958,132056174,74318958,74319840,74318958,230884462,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74319842,74318958,74319843,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,4294837358,42861678,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74321348,74318958,74318958,74318958,74319840,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74321349,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,231081070,74318958,74318958,74318958,74318958,74318958,132319203,132319203,132319203,132319203,132319203,132320699,230361059,132319203,132319203,132319203,132319203,132319203,132319203,132319203,132319203,132319203,132319203,132320711,132319203,132319203,132319203,132320712,132319203,132319203,132319203,132319203,132319203,132319203,132319203,132319203,132319203,132319203,132319203,132319203,132319203,132319203,132319203,132319203,132319203,132319203,132319203,132319203,132319203,132319203,132319203,132319203,132320713,132319203,132320644,132319203,132319203,132319203,132319203,132319203,132319203,132319203,132319203,132319203,132319203,132319203,132319203,132319203,132319203,132319203,132384740,132384740,132384740,132384740,132384740,132383357,41748452,132384740,132384740,132384740,132384740,132384740,132384740,132384740,132384740,132384740,132384740,132384741,132384740,132515812,132384740,132384740,132384740,74385380,132384740,132384740,132384740,132384740,132384740,132384740,132384740,132384740,132384740,132384740,132384740,132384740,132384740,132384740,132384740,132384740,132384740,132384740,132384740,132384740,132384740,132384740,132384744,132384740,132384745,132384740,132384740,132384740,132384740,132384740,132384740,132384740,132384740,132384740,132384740,132384740,132384740,4294838244,43321316,132384740,231345610,231345610,231345610,231345610,231345610,231342717,41749962,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345611,231345610,231476682,231345610,231345610,231345610,231542218,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345614,231345610,231345615,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345610,4294839754,43322826,231345610,132515814,132515814,132515814,132515814,132515814,132514429,41748454,132515814,132515814,132515814,132515814,132515814,132515814,132515814,132515814,132515814,132515814,132517328,132515814,132515814,132515814,132515814,132515814,231802854,132515814,132515814,132515814,132515814,132515814,132515814,132515814,132515814,132515814,132515814,132515814,132515814,132515814,132515814,132515814,132515814,132515814,132515814,132515814,132515814,132515814,132515814,132517330,132515814,132517331,132515814,132515814,132515814,132515814,132515814,132515814,132515814,132515814,132515814,132515814,132515814,132515814,4294838246,43321318,132515814,132581351,132581351,132581351,132581351,132581351,132582868,231999463,132581351,132581351,132581351,132581351,132581351,132581351,132581351,132581351,132581351,132581351,132582869,132581351,232130535,132581351,132582871,132581351,232261607,132581351,132581351,132581351,132581351,132581351,132581351,132581351,132581351,132581351,132581351,132581351,132581351,132581351,132581351,132581351,132581351,132581351,132581351,132581351,132581351,132581351,132581351,132582873,132581351,132582874,132581351,132581351,132581351,132581351,132581351,132581351,132581351,132581351,132581351,132581351,132581351,132581351,4294838247,43321319,132581351,132384740,132384740,132384740,132384740,132384740,132383357,41748452,132384740,132384740,132384740,132384740,132384740,132384740,132384740,132384740,132384740,132384740,132386267,132384740,132515812,132384740,132384740,132384740,74385380,132384740,132384740,132384740,132384740,132384740,132384740,132384740,132384740,132384740,132384740,132384740,132384740,132384740,132384740,132384740,132384740,132384740,132384740,132384740,132384740,132384740,132384740,132386268,132384740,132384745,132384740,132384740,132384740,132384740,132384740,132384740,132384740,132384740,132384740,232589284,132384740,132384740,4294838244,43321316,132384740,132712425,132712425,132712425,132712425,132712425,132711037,41748457,132712425,132712425,132712425,132712425,132712425,132712425,132712425,132712425,132712425,132712425,132712421,132712425,232654825,132712425,132712425,132712425,226822121,132712425,132712425,132712425,132712425,132712425,132712425,132712425,132712425,132712425,132712425,132712425,132712425,132712425,132712425,132712425,132712425,132712425,132712425,132712425,132712425,132712425,132712425,132713951,132712425,132712425,132712425,132712425,132712425,132712425,132712425,132712425,132712425,132712425,132712425,132712425,132712425,132712425,4294838249,43321321,132712425,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747564,41747069,39977597,41747069,41747069,41747069,41878141,232787424,232787424,232787424,232787424,232787424,41747069,41747069,41747069,232784509,232787424,232787424,41749984,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747072,41747069,232784501,232787424,232787424,41749984,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,4294836861,16777853,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747564,41747069,39977597,41747069,41747069,41747069,41878141,232852961,232852961,232852961,232852961,232852961,41747069,41747069,41747069,232850045,232852961,232852961,41749985,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747072,41747069,232850037,232852961,232852961,41749985,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,4294836861,16777853,41747069,176687752,176687752,176687752,176687752,176687752,176688565,229968520,176687752,176687752,176687752,176687752,176687752,176687752,176687752,176687752,176687752,176687752,176688610,176687752,100862600,176687752,176687752,176687752,230099592,176687752,176687752,176687752,176687752,176687752,176687752,176687752,176687752,176687752,176687752,176687752,176687752,176687752,176687752,176687752,176687752,176687752,176687752,176687752,176687752,176687752,176687752,176688568,176687752,176688343,176687752,176687752,176687752,176687752,176687752,176687752,176687752,176687752,176687752,176687752,176687752,176687752,4294838920,230230664,176687752,16318713,16318713,16318713,16318713,16318713,16318828,23855353,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318843,16318713,16318713,16318713,16318713,16318713,16318713,232984035,232984035,232984035,232984035,232984035,16318713,16318713,16318713,232980729,232984035,232984035,16322019,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318844,16318713,232980729,232984035,232984035,16322019,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318828,23855353,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318843,16318713,16318713,16318713,16318713,16318713,16318713,233049572,233049572,233049572,233049572,233049572,16318713,16318713,16318713,233046265,233049572,233049572,16322020,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318844,16318713,233046265,233049572,233049572,16322020,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318828,23855353,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16322021,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318844,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,230297018,230297018,230297018,230297018,230297018,230297019,230362554,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297062,230297018,230297018,230297018,230297021,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297022,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,133433332,133433332,133433332,133433332,133433332,133432464,76548084,133433332,133433332,133433332,133433332,133433332,133433332,133433332,133433332,133433332,133433332,133434855,133433332,233310196,133433332,133434857,133433332,233441268,133433332,133433332,133433332,133433332,133433332,133433332,133433332,133433332,133433332,133433332,133433332,133433332,133433332,133433332,133433332,133433332,133433332,133433332,133433332,133433332,133433332,133433332,133434859,133433332,133434860,133433332,133433332,133433332,133433332,133433332,133433332,133433332,133433332,133433332,133433332,133433332,133433332,4294838260,16779252,133433332,75105402,75105402,75105402,75105402,75105402,75105403,75170938,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75104641,75105402,75105402,75105402,75105405,75105402,75105402,233639405,233639405,233639405,233639405,233639405,75105402,75105402,75105402,233636986,233639405,233639405,75107821,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105406,75105402,233636986,233639405,233639405,75107821,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,133564406,133564406,133564406,133564406,133564406,133563536,76548086,133564406,133564406,133564406,133564406,133564406,133564406,133564406,133564406,133564406,133564406,133565934,133564406,170657782,133564406,133565935,133564406,233834486,133564406,133564406,133564406,133564406,133564406,133564406,133564406,133564406,133564406,133564406,133564406,133564406,133564406,133564406,133564406,133564406,133564406,133564406,133564406,133564406,133564406,133564406,133565937,133564406,133564133,133564406,133564406,133564406,133564406,133564406,133564406,133564406,133564406,133564406,133564406,133564406,133564406,4294838262,16779254,133564406,42533513,42533513,42533513,42533513,42533513,42534011,75170441,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,25232009,42533513,42534015,42533513,42533513,233967090,233967090,233967090,233967090,233967090,42533513,42533513,42533513,233964169,233967090,233967090,42536434,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42534016,42533513,233964169,233967090,233967090,42536434,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,234032627,234032627,234032627,234032627,234032627,234030203,75173363,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032628,234032627,234032627,234032627,234032629,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032630,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032627,133761017,133761017,133761017,133761017,133761017,133760123,75171833,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,76548089,133761017,133762551,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133762552,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,234425849,234425849,234425849,234425849,234425849,234423440,76549625,234425849,234425849,234425849,234425849,234425849,234425849,234425849,234425849,234425849,234425849,234425850,234425849,234556921,234425849,234425852,234425849,76811769,234425849,234425849,234425849,234425849,234425849,234425849,234425849,234425849,234425849,234425849,234425849,234425849,234425849,234425849,234425849,234425849,234425849,234425849,234425849,234425849,234425849,234425849,234425853,234425849,234425854,234425849,234425849,234425849,234425849,234425849,234425849,234425849,234425849,234425849,234425849,234425849,234425849,4294839801,16780793,234425849,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76548090,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,234819071,234819071,234819071,234819071,234819071,234815873,25234943,234819071,234819071,234819071,234819071,234819071,234819071,234819071,234819071,234819071,234819071,234819072,234819071,234950143,234819071,234819074,234819071,235081215,234819071,234819071,234819071,234819071,234819071,234819071,234819071,234819071,234819071,234819071,234819071,234819071,234819071,234819071,234819071,234819071,234819071,234819071,234819071,234819071,234819071,234819071,234819076,234819071,234819077,234819071,234819071,234819071,234819071,234819071,234819071,234819071,234819071,234819071,234819071,234819071,234819071,4294839807,134483455,234819071,134219776,134219776,134219776,134219776,134219776,134218113,25233408,134219776,134219776,134219776,134219776,134219776,134219776,134219776,134219776,134219776,134219776,134221318,134219776,134219776,134219776,134221319,134219776,235407360,134219776,134219776,134219776,134219776,134219776,134219776,134219776,134219776,134219776,134219776,134219776,134219776,134219776,134219776,134219776,134219776,134219776,134219776,134219776,134219776,134219776,134219776,134221321,134219776,134221322,134219776,134219776,134219776,134219776,134219776,134219776,134219776,134219776,134219776,134219776,134219776,134219776,4294838272,134481920,134219776,134088702,134088702,134088702,134088702,134088702,134087041,25233406,134088702,134088702,134088702,134088702,134088702,134088702,134088702,134088702,134088702,134088702,134088703,134088702,134219774,134088702,134088705,134088702,235603966,134088702,134088702,134088702,134088702,134088702,134088702,134088702,134088702,134088702,134088702,134088702,134088702,134088702,134088702,134088702,134088702,134088702,134088702,134088702,134088702,134088702,134088702,134088706,134088702,134088707,134088702,134088702,134088702,134088702,134088702,134088702,134088702,134088702,134088702,134088702,134088702,134088702,4294838270,134481918,134088702,134547461,134547461,134547461,134547461,134547461,134546576,76548101,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134547448,134547461,196806661,134547461,134548412,134547461,235669509,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134548414,134547461,134546422,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134547461,4294838277,16779269,134547461,42795661,42795661,42795661,42795661,42795661,42796155,75170445,42795661,42795661,42795661,42795661,42795661,42795661,42795661,42795661,42795661,42795661,42796155,42795661,42795661,42795661,42796163,42795661,42795661,235736589,235736589,235736589,235736589,235736589,42795661,42795661,42795661,235733645,235736589,235736589,42798605,42795661,42795661,42795661,42795661,42795661,42795661,42795661,42795661,42795661,42795661,42796164,42795661,235733553,235736589,235736589,42798605,42795661,42795661,42795661,42795661,42795661,42795661,42795661,42795661,42795661,42795661,42795661,42795661,231345610,231345610,231345610,231345610,231345610,231342717,41749962,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345678,231345610,231476682,231345610,231345610,231345610,231542218,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345614,231345610,231345615,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345610,4294839754,43322826,231345610,76022920,76022920,76022920,76022920,76022920,76021935,11469960,76022920,76022920,76022920,76022920,76022920,76022920,76022920,76022920,76022920,76022920,76022924,76022920,76022920,76022920,76025359,76022920,134743176,76022920,76022920,76022920,76022920,76022920,76022920,76022920,76022920,76022920,76022920,76022920,76022920,76022920,76022920,76022920,76022920,76022920,76022920,76022920,76022920,76022920,76022920,76023817,76022920,76023818,76022920,76022920,76022920,76022920,76022920,76022920,76022920,76022920,76022920,76022920,76022920,76022920,4294837384,43320456,76022920,76022920,76022920,76022920,76022920,76022920,76025360,235930760,76022920,76022920,76022920,76022920,76022920,76022920,76022920,76022920,76022920,76022920,76022924,76022920,76022920,76022920,76022920,76022920,134743176,76022920,76022920,76022920,76022920,76022920,76022920,76022920,76022920,76022920,76022920,76022920,76022920,76022920,76022920,76022920,76022920,76022920,76022920,76022920,76022920,76022920,76022920,76025361,76022920,76023818,76022920,76022920,76022920,76022920,76022920,76022920,76022920,76022920,76022920,236061832,76022920,76022920,4294837384,43320456,76022920,134875146,134875146,134875146,134875146,134875146,134873263,11470858,134875146,134875146,134875146,134875146,134875146,134875146,134875146,134875146,134875146,134875146,134874252,134875146,135137290,134875146,134875146,134875146,236128266,134875146,134875146,134875146,134875146,134875146,134875146,134875146,134875146,134875146,134875146,134875146,134875146,134875146,134875146,134875146,134875146,134875146,134875146,134875146,134875146,134875146,134875146,134876692,134875146,134875146,134875146,134875146,134875146,134875146,134875146,134875146,134875146,134875146,134875146,134875146,134875146,134875146,4294838282,43321354,134875146,134940683,134940683,134940683,134940683,134940683,134939792,76548107,134940683,134940683,134940683,134940683,134940683,134940683,134940683,134940683,134940683,134940683,134939793,134940683,236259339,134940683,134942230,134940683,236390411,134940683,134940683,134940683,134940683,134940683,134940683,134940683,134940683,134940683,134940683,134940683,134940683,134940683,134940683,134940683,134940683,134940683,134940683,134940683,134940683,134940683,134940683,134942232,134940683,134942233,134940683,134940683,134940683,134940683,134940683,134940683,134940683,134940683,134940683,134940683,134940683,134940683,4294838283,43321355,134940683,75891846,75891846,75891846,75891846,75891846,75890863,11469958,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75891344,75891846,76022918,75891846,75891846,75891846,76088454,236588570,236588570,236588570,236588570,236588570,75891846,75891846,75891846,236586118,236588570,236588570,75894298,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75891850,75891846,236586123,236588570,236588570,75894298,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75891846,4294837382,43320454,75891846,135137294,135137294,135137294,135137294,135137294,135135407,11470862,135137294,135137294,135137294,135137294,135137294,135137294,135137294,135137294,135137294,135137294,135136396,135137294,135137294,135137294,135137294,135137294,236652558,135137294,135137294,135137294,135137294,135137294,135137294,135137294,135137294,135137294,135137294,135137294,135137294,135137294,135137294,135137294,135137294,135137294,135137294,135137294,135137294,135137294,135137294,135138844,135137294,135137290,135137294,135137294,135137294,135137294,135137294,135137294,135137294,135137294,135137294,135137294,135137294,135137294,4294838286,43321358,135137294,76219531,76219531,76219531,76219531,76219531,76218543,11469963,76219531,76219531,76219531,76219531,76219531,76219531,76219531,76219531,76219531,76219531,76219024,76219531,135136395,76219531,76221981,76219531,135201931,76219531,76219531,76219531,76219531,76219531,76219531,76219531,76219531,76219531,76219531,76219531,76219531,76219531,76219531,76219531,76219531,76219531,76219531,76219531,76219531,76219531,76219531,76220432,76219531,76219531,76219531,76219531,76219531,76219531,76219531,76219531,76219531,76219531,76219531,76219531,76219531,76219531,4294837387,43320459,76219531,76219531,76219531,76219531,76219531,76219531,76219230,56493195,76219531,76219531,76219531,76219531,76219531,76219531,76219531,76219531,76219531,76219531,76220129,76219531,135136395,76219531,76219531,76219531,135201931,76219531,76219531,76219531,76219531,76219531,76219531,76219531,76219531,76219531,76219531,76219531,76219531,76219531,76219531,76219531,76219531,76219531,76219531,76219531,76219531,76219531,76219531,76221982,76219531,76219531,76219531,76219531,76219531,76219531,76219531,76219531,76219531,76219531,76219531,236913803,76219531,76219531,4294837387,43320459,76219531,135333905,135333905,135333905,135333905,135333905,135332015,11470865,135333905,135333905,135333905,135333905,135333905,135333905,135333905,135333905,135333905,135333905,135333004,135333905,76023825,135333905,135333905,135333905,135464977,135333905,135333905,135333905,135333905,135333905,135333905,135333905,135333905,135333905,135333905,135333905,135333905,135333905,135333905,135333905,135333905,135333905,135333905,135333905,135333905,135333905,135333905,135333908,135333905,135333909,135333905,135333905,135333905,135333905,135333905,135333905,135333905,135333905,135333905,135333905,135333905,135333905,4294838289,43321361,135333905,135333905,135333905,135333905,135333905,135333905,135332015,11470865,135333905,135333905,135333905,135333905,135333905,135333905,135333905,135333905,135333905,135333905,135335456,135333905,76023825,135333905,135333905,135333905,135464977,135333905,135333905,135333905,135333905,135333905,135333905,135333905,135333905,135333905,135333905,135333905,135333905,135333905,135333905,135333905,135333905,135333905,135333905,135333905,135333905,135333905,135333905,135333908,135333905,135333909,135333905,135333905,135333905,135333905,135333905,135333905,135333905,135333905,135333905,135333905,135333905,135333905,4294838289,43321361,135333905,135333905,135333905,135333905,135333905,135333905,135332015,11470865,135333905,135333905,135333905,135333905,135333905,135333905,135333905,135333905,135333905,135333905,135333004,135333905,76023825,135333905,135335457,135333905,135464977,135333905,135333905,135333905,135333905,135333905,135333905,135333905,135333905,135333905,135333905,135333905,135333905,135333905,135333905,135333905,135333905,135333905,135333905,135333905,135333905,135333905,135333905,135333908,135333905,135333909,135333905,135333905,135333905,135333905,135333905,135333905,135333905,135333905,135333905,135333905,135333905,135333905,4294838289,43321361,135333905,135333905,135333905,135333905,135333905,135333905,135335458,237111313,135333905,135333905,135333905,135333905,135333905,135333905,135333905,135333905,135333905,135333905,135333004,135333905,76023825,135333905,135333905,135333905,135464977,135333905,135333905,135333905,135333905,135333905,135333905,135333905,135333905,135333905,135333905,135333905,135333905,135333905,135333905,135333905,135333905,135333905,135333905,135333905,135333905,135333905,135333905,135335459,135333905,135333909,135333905,135333905,135333905,135333905,135333905,135333905,135333905,135333905,135333905,237242385,135333905,135333905,4294838289,43321361,135333905,135596053,135596053,135596053,135596053,135596053,135594159,11470869,135596053,135596053,135596053,135596053,135596053,135596053,135596053,135596053,135596053,135596053,135595148,135596053,135137301,135596053,135596053,135596053,237307925,135596053,135596053,135596053,135596053,135596053,135596053,135596053,135596053,135596053,135596053,135596053,135596053,135596053,135596053,135596053,135596053,135596053,135596053,135596053,135596053,135596053,135596053,135597606,135596053,135596053,135596053,135596053,135596053,135596053,135596053,135596053,135596053,135596053,135596053,135596053,135596053,135596053,4294838293,43321365,135596053,135661590,135661590,135661590,135661590,135661590,135660688,76548118,135661590,135661590,135661590,135661590,135661590,135661590,135661590,135661590,135661590,135661590,135663143,135661590,76679190,135661590,135663144,135661590,237570070,135661590,135661590,135661590,135661590,135661590,135661590,135661590,135661590,135661590,135661590,135661590,135661590,135661590,135661590,135661590,135661590,135661590,135661590,135661590,135661590,135661590,135661590,135663146,135661590,135663147,135661590,135661590,135661590,135661590,135661590,135661590,135661590,135661590,135661590,135661590,135661590,135661590,4294838294,43321366,135661590,43057809,43057809,43057809,43057809,43057809,43057327,11469457,43057809,43057809,43057809,43057809,43057809,43057809,43057809,43057809,43057809,43057809,43058316,43057809,43057809,43057809,43057809,43057809,76350097,237768236,237768236,237768236,237768236,237768236,43057809,43057809,43057809,237765265,237768236,237768236,43060780,43057809,43057809,43057809,43057809,43057809,43057809,43057809,43057809,43057809,43057809,43058318,43057809,237765775,237768236,237768236,43060780,43057809,43057809,43057809,43057809,43057809,43057809,43057809,43057809,43057809,4294836881,43319953,43057809,76481679,76481679,76481679,76481679,76481679,76480687,11469967,76481679,76481679,76481679,76481679,76481679,76481679,76481679,76481679,76481679,76481679,76481676,76481679,66192527,76481679,76484141,76481679,135857295,76481679,76481679,76481679,76481679,76481679,76481679,76481679,76481679,76481679,76481679,76481679,76481679,76481679,76481679,76481679,76481679,76481679,76481679,76481679,76481679,76481679,76481679,76482586,76481679,76481679,76481679,76481679,76481679,76481679,76481679,76481679,76481679,76481679,76481679,76481679,76481679,76481679,4294837391,43320463,76481679,76481679,76481679,76481679,76481679,76481679,76481424,59769999,76481679,76481679,76481679,76481679,76481679,76481679,76481679,76481679,76481679,76481679,76484142,76481679,66192527,76481679,76481679,76481679,135857295,76481679,76481679,76481679,76481679,76481679,76481679,76481679,76481679,76481679,76481679,76481679,76481679,76481679,76481679,76481679,76481679,76481679,76481679,76481679,76481679,76481679,76481679,76484143,76481679,76481679,76481679,76481679,76481679,76481679,76481679,76481679,76481679,76481679,76481679,238027919,76481679,76481679,4294837391,43320463,76481679,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76548088,76547216,133760144,76547216,76549681,76547216,76809360,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76548092,76547216,76548093,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,4294837392,16778384,76547216,136054812,136054812,136054812,136054812,136054812,136053904,76548124,136054812,136054812,136054812,136054812,136054812,136054812,136054812,136054812,136054812,136054812,136053905,136054812,136185884,136054812,136054815,136054812,136316956,136054812,136054812,136054812,136054812,136054812,136054812,136054812,136054812,136054812,136054812,136054812,136054812,136054812,136054812,136054812,136054812,136054812,136054812,136054812,136054812,136054812,136054812,136054817,136054812,136054818,136054812,136054812,136054812,136054812,136054812,136054812,136054812,136054812,136054812,136054812,136054812,136054812,4294838300,43321372,136054812,136054812,136054812,136054812,136054812,136054812,136053904,76548124,136054812,136054812,136054812,136054812,136054812,136054812,136054812,136054812,136054812,136054812,136056370,136054812,136185884,136054812,136054815,136054812,136316956,136054812,136054812,136054812,136054812,136054812,136054812,136054812,136054812,136054812,136054812,136054812,136054812,136054812,136054812,136054812,136054812,136054812,136054812,136054812,136054812,136054812,136054812,136054817,136054812,136054818,136054812,136054812,136054812,136054812,136054812,136054812,136054812,136054812,136054812,136054812,136054812,136054812,4294838300,43321372,136054812,136185886,136185886,136185886,136185886,136185886,136184976,76548126,136185886,136185886,136185886,136185886,136185886,136185886,136185886,136185886,136185886,136185886,136185891,136185886,136185886,136185886,136187443,136185886,238290974,136185886,136185886,136185886,136185886,136185886,136185886,136185886,136185886,136185886,136185886,136185886,136185886,136185886,136185886,136185886,136185886,136185886,136185886,136185886,136185886,136185886,136185886,136187445,136185886,136187446,136185886,136185886,136185886,136185886,136185886,136185886,136185886,136185886,136185886,136185886,136185886,136185886,4294838302,43321374,136185886,136054812,136054812,136054812,136054812,136054812,136053904,76548124,136054812,136054812,136054812,136054812,136054812,136054812,136054812,136054812,136054812,136054812,136053905,136054812,136185884,136054812,136056375,136054812,136316956,136054812,136054812,136054812,136054812,136054812,136054812,136054812,136054812,136054812,136054812,136054812,136054812,136054812,136054812,136054812,136054812,136054812,136054812,136054812,136054812,136054812,136054812,136054817,136054812,136054818,136054812,136054812,136054812,136054812,136054812,136054812,136054812,136054812,136054812,136054812,136054812,136054812,4294838300,43321372,136054812,136054812,136054812,136054812,136054812,136054812,136056376,238553116,136054812,136054812,136054812,136054812,136054812,136054812,136054812,136054812,136054812,136054812,136053905,136054812,136185884,136054812,136054815,136054812,136316956,136054812,136054812,136054812,136054812,136054812,136054812,136054812,136054812,136054812,136054812,136054812,136054812,136054812,136054812,136054812,136054812,136054812,136054812,136054812,136054812,136054812,136054812,136056377,136054812,136054818,136054812,136054812,136054812,136054812,136054812,136054812,136054812,136054812,136054812,238684188,136054812,136054812,4294838300,43321372,136054812,136448034,136448034,136448034,136448034,136448034,136447120,76548130,136448034,136448034,136448034,136448034,136448034,136448034,136448034,136448034,136448034,136448034,136447121,136448034,238749730,136448034,136449596,136448034,238880802,136448034,136448034,136448034,136448034,136448034,136448034,136448034,136448034,136448034,136448034,136448034,136448034,136448034,136448034,136448034,136448034,136448034,136448034,136448034,136448034,136448034,136448034,136449598,136448034,136448034,136448034,136448034,136448034,136448034,136448034,136448034,136448034,136448034,136448034,136448034,136448034,136448034,4294838306,43321378,136448034,239013439,239013439,239013439,239013439,239013439,239010960,76549695,239013439,239013439,239013439,239013439,239013439,239013439,239013439,239013439,239013439,239013439,239013440,239013439,136187455,239013439,239013441,239013439,239210047,239013439,239013439,239013439,239013439,239013439,239013439,239013439,239013439,239013439,239013439,239013439,239013439,239013439,239013439,239013439,239013439,239013439,239013439,239013439,239013439,239013439,239013439,239013443,239013439,239013444,239013439,239013439,239013439,239013439,239013439,239013439,239013439,239013439,239013439,239013439,239013439,239013439,4294839871,43322943,239013439,76678290,76678290,76678290,76678290,76678290,76678288,76547218,76678290,76678290,76678290,76678290,76678290,76678290,76678290,76678290,76678290,76678290,76679203,76678290,76678290,76678290,76680773,76678290,136643730,76678290,76678290,76678290,76678290,76678290,76678290,76678290,76678290,76678290,76678290,76678290,76678290,76678290,76678290,76678290,76678290,76678290,76678290,76678290,76678290,76678290,76678290,76679206,76678290,76679207,76678290,76678290,76678290,76678290,76678290,76678290,76678290,76678290,76678290,76678290,76678290,76678290,4294837394,43320466,76678290,76678290,76678290,76678290,76678290,76678290,76680774,239469714,76678290,76678290,76678290,76678290,76678290,76678290,76678290,76678290,76678290,76678290,76679203,76678290,76678290,76678290,76679204,76678290,136643730,76678290,76678290,76678290,76678290,76678290,76678290,76678290,76678290,76678290,76678290,76678290,76678290,76678290,76678290,76678290,76678290,76678290,76678290,76678290,76678290,76678290,76678290,76680775,76678290,76679207,76678290,76678290,76678290,76678290,76678290,76678290,76678290,76678290,76678290,239600786,76678290,76678290,4294837394,43320466,76678290,136775719,136775719,136775719,136775719,136775719,136774800,76548135,136775719,136775719,136775719,136775719,136775719,136775719,136775719,136775719,136775719,136775719,136775715,136775719,136906791,136775719,136777289,136775719,239732775,136775719,136775719,136775719,136775719,136775719,136775719,136775719,136775719,136775719,136775719,136775719,136775719,136775719,136775719,136775719,136775719,136775719,136775719,136775719,136775719,136775719,136775719,136777291,136775719,136775719,136775719,136775719,136775719,136775719,136775719,136775719,136775719,136775719,136775719,136775719,136775719,136775719,4294838311,43321383,136775719,136906793,136906793,136906793,136906793,136906793,136905872,76548137,136906793,136906793,136906793,136906793,136906793,136906793,136906793,136906793,136906793,136906793,136906787,136906793,136906793,136906793,136908364,136906793,239929385,136906793,136906793,136906793,136906793,136906793,136906793,136906793,136906793,136906793,136906793,136906793,136906793,136906793,136906793,136906793,136906793,136906793,136906793,136906793,136906793,136906793,136906793,136907726,136906793,136906791,136906793,136906793,136906793,136906793,136906793,136906793,136906793,136906793,136906793,136906793,136906793,136906793,4294838313,43321385,136906793,76940438,76940438,76940438,76940438,76940438,76940432,76547222,76940438,76940438,76940438,76940438,76940438,76940438,76940438,76940438,76940438,76940438,76940433,76940438,136905878,76940438,76942926,76940438,137036950,76940438,76940438,76940438,76940438,76940438,76940438,76940438,76940438,76940438,76940438,76940438,76940438,76940438,76940438,76940438,76940438,76940438,76940438,76940438,76940438,76940438,76940438,76941356,76940438,76940438,76940438,76940438,76940438,76940438,76940438,76940438,76940438,76940438,76940438,76940438,76940438,76940438,4294837398,43320470,76940438,76940438,76940438,76940438,76940438,76940438,76941033,115934358,76940438,76940438,76940438,76940438,76940438,76940438,76940438,76940438,76940438,76940438,76942927,76940438,136905878,76940438,76941354,76940438,137036950,76940438,76940438,76940438,76940438,76940438,76940438,76940438,76940438,76940438,76940438,76940438,76940438,76940438,76940438,76940438,76940438,76940438,76940438,76940438,76940438,76940438,76940438,76942928,76940438,76940438,76940438,76940438,76940438,76940438,76940438,76940438,76940438,76940438,76940438,240190614,76940438,76940438,4294837398,43320470,76940438,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24383058,24379764,40305012,24379764,24380008,24379764,40436084,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24380010,24379764,24380011,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,4294836596,8782196,24379764,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25693779,25690504,25690504,25690504,25690778,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690779,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690777,25690504,25690504,25690504,25690778,25690504,25690504,240389716,240389716,240389716,240389716,240389716,25690504,25690504,25690504,240386440,240389716,240389716,25693780,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690779,25690504,240386440,240389716,240389716,25693780,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690777,25690504,25690504,25690504,25690778,25690504,25690504,240455253,240455253,240455253,240455253,240455253,25690504,25690504,25690504,240451976,240455253,240455253,25693781,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690779,25690504,240451976,240455253,240455253,25693781,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,217713914,217713914,217713914,217713914,217713914,217713915,217779450,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217714262,217713914,217910522,217713914,217713918,217713914,218041594,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713920,217713914,217713921,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,4294839546,218238202,217713914,137496626,137496626,137496626,137496626,137496626,137494900,24381490,137496626,137496626,137496626,137496626,137496626,137496626,137496626,137496626,137496626,137496626,137498199,137496626,137627698,137496626,137496629,137496626,137758770,137496626,137496626,137496626,137496626,137496626,137496626,137496626,137496626,137496626,137496626,137496626,137496626,137496626,137496626,137496626,137496626,137496626,137496626,137496626,137496626,137496626,137496626,137496631,137496626,137496632,137496626,137496626,137496626,137496626,137496626,137496626,137496626,137496626,137496626,137496626,137496626,137496626,4294838322,137955378,137496626,43844253,43844253,43844253,43844253,43844253,43844689,72417949,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43847256,43844253,77595293,43844253,43844769,43844253,77726365,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844771,43844253,43844772,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,4294836893,4391581,43844253,137627700,137627700,137627700,137627700,137627700,137625992,25692212,137627700,137627700,137627700,137627700,137627700,137627700,137627700,137627700,137627700,137627700,137629273,137627700,137496628,137627700,137629274,137627700,137627700,137627700,137627700,137627700,137627700,137627700,137627700,137627700,137627700,137627700,137627700,137627700,137627700,137627700,137627700,137627700,137627700,137627700,137627700,137627700,137627700,137627700,137627700,137629275,137627700,137627700,137627700,137627700,137627700,137627700,137627700,137627700,137627700,137627700,137627700,137627700,137627700,137627700,137627700,137627700,137627700,137496626,137496626,137496626,137496626,137496626,137494900,24381490,137496626,137496626,137496626,137496626,137496626,137496626,137496626,137496626,137496626,137496626,137498199,137496626,137627698,137496626,137496629,137496626,240912434,137496626,137496626,137496626,137496626,137496626,137496626,137496626,137496626,137496626,137496626,137496626,137496626,137496626,137496626,137496626,137496626,137496626,137496626,137496626,137496626,137496626,137496626,137496631,137496626,137496632,137496626,137496626,137496626,137496626,137496626,137496626,137496626,137496626,137496626,137496626,137496626,137496626,4294838322,137955378,137496626,137496626,137496626,137496626,137496626,137496626,137494900,24381490,137496626,137496626,137496626,137496626,137496626,137496626,137496626,137496626,137496626,137496626,137498199,137496626,137627698,137496626,137496629,137496626,240977970,137496626,137496626,137496626,137496626,137496626,137496626,137496626,137496626,137496626,137496626,137496626,137496626,137496626,137496626,137496626,137496626,137496626,137496626,137496626,137496626,137496626,137496626,137496631,137496626,137496632,137496626,137496626,137496626,137496626,137496626,137496626,137496626,137496626,137496626,137496626,137496626,137496626,4294838322,137955378,137496626,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124391006,124389226,124389226,124389226,124389451,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124391007,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,241174378,124389226,124389226,124389226,124389226,124389226,137889848,137889848,137889848,137889848,137889848,137888136,25692216,137889848,137889848,137889848,137889848,137889848,137889848,137889848,137889848,137889848,137889848,137891425,137889848,137889848,137889848,137891426,137889848,137889848,137889848,137889848,137889848,137889848,137889848,137889848,137889848,137889848,137889848,137889848,137889848,137889848,137889848,137889848,137889848,137889848,137889848,137889848,137889848,137889848,137889848,137889848,137891427,137889848,137891428,137889848,137889848,137889848,137889848,137889848,137889848,137889848,137889848,137889848,137889848,137889848,137889848,137889848,137889848,137889848,26870170,26870170,26870170,26870170,26870170,26869941,11862426,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26869963,26870170,26870170,26870170,26870172,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26873445,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,216599785,216599785,216599785,216599785,216599785,216596852,24382697,216599785,216599785,216599785,216599785,216599785,216599785,216599785,216599785,216599785,216599785,216600166,216599785,125832425,216599785,216600167,216599785,241700073,216599785,216599785,216599785,216599785,216599785,216599785,216599785,216599785,216599785,216599785,216599785,216599785,216599785,216599785,216599785,216599785,216599785,216599785,216599785,216599785,216599785,216599785,216600169,216599785,216599853,216599785,216599785,216599785,216599785,216599785,216599785,216599785,216599785,216599785,216599785,216599785,216599785,4294839529,241831145,216599785,77595808,77595808,77595808,77595808,77595808,77595016,25691296,77595808,77595808,77595808,77595808,77595808,77595808,77595808,77595808,77595808,77595808,77596730,77595808,43844768,77595808,77596731,77595808,241894560,77595808,77595808,77595808,77595808,77595808,77595808,77595808,77595808,77595808,77595808,77595808,77595808,77595808,77595808,77595808,77595808,77595808,77595808,77595808,77595808,77595808,77595808,77596732,77595808,77595808,77595808,77595808,77595808,77595808,77595808,77595808,77595808,77595808,77595808,77595808,77595808,77595808,77595808,77595808,77595808,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185142892,185142025,185142025,185142025,185142893,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185142894,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185142025,242158345,185142025,185142025,185142025,185142025,185142025,158206318,158206318,158206318,158206318,158206318,158204276,24381806,158206318,158206318,158206318,158206318,158206318,158206318,158206318,158206318,158206318,158206318,158207600,158206318,242289006,158206318,158207602,158206318,242420078,158206318,158206318,158206318,158206318,158206318,158206318,158206318,158206318,158206318,158206318,158206318,158206318,158206318,158206318,158206318,158206318,158206318,158206318,158206318,158206318,158206318,158206318,158207604,158206318,158207605,158206318,158206318,158206318,158206318,158206318,158206318,158206318,158206318,158206318,158206318,158206318,158206318,4294838638,8784238,158206318,43844253,43844253,43844253,43844253,43844253,43844689,72417949,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43847286,43844253,77595293,43844253,43844769,43844253,77726365,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844771,43844253,43844772,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,4294836893,4391581,43844253,43844253,43844253,43844253,43844253,43844253,43844689,72417949,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844767,43844253,77595293,43844253,43844769,43844253,77726365,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844771,43844253,43844772,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,242680477,43844253,43844253,4294836893,4391581,43844253,43844253,43844253,43844253,43844253,43844253,43844689,72417949,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844767,43844253,77595293,43844253,43844769,43844253,77726365,242749048,242749048,242749048,242749048,242749048,43844253,43844253,43844253,242746013,242749048,242749048,43847288,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844771,43844253,242746532,242749048,242749048,43847288,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,4294836893,4391581,43844253,77857956,77857956,77857956,77857956,77857956,77857160,25691300,77857956,77857956,77857956,77857956,77857956,77857956,77857956,77857956,77857956,77857956,77857432,77857956,77857956,77857956,77858881,77857956,242812068,77857956,77857956,77857956,77857956,77857956,77857956,77857956,77857956,77857956,77857956,77857956,77857956,77857956,77857956,77857956,77857956,77857956,77857956,77857956,77857956,77857956,77857956,77858882,77857956,77858883,77857956,77857956,77857956,77857956,77857956,77857956,77857956,77857956,77857956,77857956,77857956,77857956,77857956,77857956,77857956,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185405050,185404173,185404173,185404173,185405051,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185405052,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,243075853,185404173,185404173,185404173,185404173,185404173,138610755,138610755,138610755,138610755,138610755,138609745,72419395,138610755,138610755,138610755,138610755,138610755,138610755,138610755,138610755,138610755,138610755,138609823,138610755,243140675,138610755,138612351,138610755,243271747,138610755,138610755,138610755,138610755,138610755,138610755,138610755,138610755,138610755,138610755,138610755,138610755,138610755,138610755,138610755,138610755,138610755,138610755,138610755,138610755,138610755,138610755,138612353,138610755,138612345,138610755,138610755,138610755,138610755,138610755,138610755,138610755,138610755,138610755,138610755,138610755,138610755,4294838339,4393027,138610755,217713914,217713914,217713914,217713914,217713914,217713915,217779450,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217714306,217713914,217910522,217713914,217713918,217713914,218041594,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713920,217713914,217713921,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,4294839546,218238202,217713914,25624967,25624967,25624967,25624967,25624967,25624968,25690503,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25625240,25624967,25624967,25624967,25624970,25624967,25624967,243469955,243469955,243469955,243469955,243469955,25624967,25624967,25624967,243466631,243469955,243469955,25628291,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624971,25624967,243466631,243469955,243469955,25628291,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624968,25690503,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25625240,25624967,25624967,25624967,25624970,25624967,25624967,243535492,243535492,243535492,243535492,243535492,25624967,25624967,25624967,243532167,243535492,243535492,25628292,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624971,25624967,243532167,243535492,243535492,25628292,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,44106401,44106401,44106401,44106401,44106401,44105822,6161057,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44109445,44106401,44237473,44106401,44106404,44106401,44368545,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106406,44106401,44106407,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,4294836897,44565153,44106401,138938440,138938440,138938440,138938440,138938440,138938440,138938440,138938440,138938440,138938440,138938440,138938440,138938440,138938440,138938440,138938440,138938440,138940038,138938440,243730504,138938440,138940040,138938440,243861576,138938440,138938440,138938440,138938440,138938440,138938440,138938440,138938440,138938440,138938440,138938440,138938440,138938440,138938440,138938440,138938440,138938440,138938440,138938440,138938440,138938440,138938440,138940042,138938440,138940043,138938440,138938440,138938440,138938440,138938440,138938440,138938440,138938440,138938440,138938440,138938440,138938440,4294838344,244058184,138938440,244125325,244125325,244125325,244125325,244125325,244122518,60165773,244125325,244125325,244125325,244125325,244125325,244125325,244125325,244125325,244125325,244125325,244125326,244125325,244256397,244125325,244125328,244125325,244387469,244125325,244125325,244125325,244125325,244125325,244125325,244125325,244125325,244125325,244125325,244125325,244125325,244125325,244125325,244125325,244125325,244125325,244125325,244125325,244125325,244125325,244125325,244125330,244125325,244125331,244125325,244125325,244125325,244125325,244125325,244125325,244125325,244125325,244125325,244125325,244125325,244125325,4294839949,4394637,244125325,139069514,139069514,139069514,139069514,139069514,139068631,81201226,139069514,139069514,139069514,139069514,139069514,139069514,139069514,139069514,139069514,139069514,139071124,139069514,124389450,139069514,139069562,139069514,139069514,139069514,139069514,139069514,139069514,139069514,139069514,139069514,139069514,139069514,139069514,139069514,139069514,139069514,139069514,139069514,139069514,139069514,139069514,139069514,139069514,139069514,139069514,139069563,139069514,139069514,139069514,139069514,139069514,139069514,139069514,139069514,139069514,139069514,139069514,139069514,139069514,139069514,139069514,139069514,139069514,124389226,124389226,124389226,124389226,124389226,124389448,138938218,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124390604,124389226,139069290,124389226,124389451,124389226,244647786,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389453,124389226,124389454,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,4294838122,139396970,124389226,124389226,124389226,124389226,124389226,124389226,124389448,138938218,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124390604,124389226,139069290,124389226,124389451,124389226,145688426,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389453,124389226,124389454,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,4294838122,139396970,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124391062,124389226,124389226,124389226,124389451,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124391063,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,241174378,124389226,124389226,124389226,124389226,124389226,139331662,139331662,139331662,139331662,139331662,139330775,81201230,139331662,139331662,139331662,139331662,139331662,139331662,139331662,139331662,139331662,139331662,139331735,139331662,139331662,139331662,139333272,139331662,139331662,139331662,139331662,139331662,139331662,139331662,139331662,139331662,139331662,139331662,139331662,139331662,139331662,139331662,139331662,139331662,139331662,139331662,139331662,139331662,139331662,139331662,139331662,139333273,139331662,139333274,139331662,139331662,139331662,139331662,139331662,139331662,139331662,139331662,139331662,139331662,139331662,139331662,139331662,139331662,139331662,147851472,147851472,147851472,147851472,147851472,147849419,13306064,147851472,147851472,147851472,147851472,147851472,147851472,147851472,147851472,147851472,147851472,147851473,147851472,147065040,147851472,147852955,147851472,144836816,147851472,147851472,147851472,147851472,147851472,147851472,147851472,147851472,147851472,147851472,147851472,147851472,147851472,147851472,147851472,147851472,147851472,147851472,147851472,147851472,147851472,147851472,147851475,147851472,147851476,147851472,147851472,147851472,147851472,147851472,147851472,147851472,147851472,147851472,147851472,147851472,147851472,4294838480,55576784,147851472,44106401,44106401,44106401,44106401,44106401,44105822,6161057,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106920,44106401,44237473,44106401,44106404,44106401,44368545,245108380,245108380,245108380,245108380,245108380,44106401,44106401,44106401,245105313,245108380,245108380,44109468,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106406,44106401,245105319,245108380,245108380,44109468,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,4294836897,44565153,44106401,139593810,139593810,139593810,139593810,139593810,139591883,13305938,139593810,139593810,139593810,139593810,139593810,139593810,139593810,139593810,139593810,139593810,139592923,139593810,245172306,139593810,139595422,139593810,245303378,139593810,139593810,139593810,139593810,139593810,139593810,139593810,139593810,139593810,139593810,139593810,139593810,139593810,139593810,139593810,139593810,139593810,139593810,139593810,139593810,139593810,139593810,139595424,139593810,139593948,139593810,139593810,139593810,139593810,139593810,139593810,139593810,139593810,139593810,139593810,139593810,139593810,4294838354,174065746,139593810,81724639,81724639,81724639,81724639,81724639,81723573,11863263,81724639,81724639,81724639,81724639,81724639,81724639,81724639,81724639,81724639,81724639,81723595,81724639,81724639,81724639,81725523,81724639,245433567,81724639,81724639,81724639,81724639,81724639,81724639,81724639,81724639,81724639,81724639,81724639,81724639,81724639,81724639,81724639,81724639,81724639,81724639,81724639,81724639,81724639,81724639,81724589,81724639,81725604,81724639,81724639,81724639,81724639,81724639,81724639,81724639,81724639,81724639,81724639,81724639,81724639,81724639,81724639,81724639,81724639,81724639,81724639,81724639,81724639,81723573,11863263,81724639,81724639,81724639,81724639,81724639,81724639,81724639,81724639,81724639,81724639,81723595,81724639,81724639,81724639,81725523,81724639,81724639,245501602,245501602,245501602,245501602,245501602,81724639,81724639,81724639,245499103,245501602,245501602,81727138,81724639,81724639,81724639,81724639,81724639,81724639,81724639,81724639,81724639,81724639,81724589,81724639,245500068,245501602,245501602,81727138,81724639,81724639,81724639,81724639,81724639,81724639,81724639,81724639,81724639,81724639,81724639,81724639,139790421,139790421,139790421,139790421,139790421,139788469,11864149,139790421,139790421,139790421,139790421,139790421,139790421,139790421,139790421,139790421,139790421,139788552,139790421,78514261,139790421,139792035,139790421,139790421,139790421,139790421,139790421,139790421,139790421,139790421,139790421,139790421,139790421,139790421,139790421,139790421,139790421,139790421,139790421,139790421,139790421,139790421,139790421,139790421,139790421,139790421,139792036,139790421,139792037,139790421,139790421,139790421,139790421,139790421,139790421,139790421,139790421,139790421,139790421,139790421,139790421,139790421,139790421,139790421,78513326,78513326,78513326,78513326,78513326,78512222,6161582,78513326,78513326,78513326,78513326,78513326,78513326,78513326,78513326,78513326,78513326,78513320,78513326,139789486,78513326,78514262,78513326,245761198,78513326,78513326,78513326,78513326,78513326,78513326,78513326,78513326,78513326,78513326,78513326,78513326,78513326,78513326,78513326,78513326,78513326,78513326,78513326,78513326,78513326,78513326,78514264,78513326,78514265,78513326,78513326,78513326,78513326,78513326,78513326,78513326,78513326,78513326,78513326,78513326,78513326,4294837422,140117166,78513326,78513326,78513326,78513326,78513326,78513326,78512222,6161582,78513326,78513326,78513326,78513326,78513326,78513326,78513326,78513326,78513326,78513326,78513320,78513326,139789486,78513326,78514262,78513326,83428526,78513326,78513326,78513326,78513326,78513326,78513326,78513326,78513326,78513326,78513326,78513326,78513326,78513326,78513326,78513326,78513326,78513326,78513326,78513326,78513326,78513326,78513326,78514264,78513326,78514265,78513326,78513326,78513326,78513326,78513326,78513326,78513326,78513326,78513326,78513326,78513326,78513326,4294837422,140117166,78513326,148637916,148637916,148637916,148637916,148637916,148637916,148637916,148637916,148637916,148637916,148637916,148637916,148637916,148637916,148637916,148637916,148637916,148637916,148637916,148637916,148637916,148639399,148637916,148637916,148637916,148637916,148637916,148637916,148637916,148637916,148637916,148637916,148637916,148637916,148637916,148637916,148637916,148637916,148637916,148637916,148637916,148637916,148637916,148637916,148637916,148637916,148637916,148637916,148637916,148637916,148637916,148637916,148637916,148637916,148637916,148637916,148637916,148637916,245893340,148637916,148637916,148637916,148637916,148637916,140052569,140052569,140052569,140052569,140052569,140050526,6162521,140052569,140052569,140052569,140052569,140052569,140052569,140052569,140052569,140052569,140052569,140051624,140052569,245958745,140052569,140054186,140052569,246089817,140052569,140052569,140052569,140052569,140052569,140052569,140052569,140052569,140052569,140052569,140052569,140052569,140052569,140052569,140052569,140052569,140052569,140052569,140052569,140052569,140052569,140052569,140052568,140052569,140051630,140052569,140052569,140052569,140052569,140052569,140052569,140052569,140052569,140052569,140052569,140052569,140052569,4294838361,246155353,140052569,26870170,26870170,26870170,26870170,26870170,26869941,11862426,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26869963,26870170,26870170,26870170,26870172,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870957,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,149555434,149555434,149555434,149555434,149555434,149553246,6162666,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149556909,149555434,246286570,149555434,149556911,149555434,246417642,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149556913,149555434,149556914,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149555434,4294838506,246614250,149555434,140249180,140249180,140249180,140249180,140249180,140247243,13305948,140249180,140249180,140249180,140249180,140249180,140249180,140249180,140249180,140249180,140249180,140250804,140249180,78579804,140249180,140250805,140249180,246810716,140249180,140249180,140249180,140249180,140249180,140249180,140249180,140249180,140249180,140249180,140249180,140249180,140249180,140249180,140249180,140249180,140249180,140249180,140249180,140249180,140249180,140249180,140248675,140249180,140249198,140249180,140249180,140249180,140249180,140249180,140249180,140249180,140249180,140249180,140249180,140249180,140249180,4294838364,4393052,140249180,78578863,78578863,78578863,78578863,78578863,78577867,13305007,78578863,78578863,78578863,78578863,78578863,78578863,78578863,78578863,78578863,78578863,78579803,78578863,140248239,78578863,78581431,78578863,246940847,78578863,78578863,78578863,78578863,78578863,78578863,78578863,78578863,78578863,78578863,78578863,78578863,78578863,78578863,78578863,78578863,78578863,78578863,78578863,78578863,78578863,78578863,78579807,78578863,78578876,78578863,78578863,78578863,78578863,78578863,78578863,78578863,78578863,78578863,78578863,78578863,78578863,4294837423,96994479,78578863,108922494,108922494,108922494,108922494,108922494,108922494,108922494,108922494,108922494,108922494,108922494,108922494,108922494,108922494,108922494,108922494,108922494,108922494,108922494,108922494,108922494,108923721,108922494,108922494,108922494,108922494,108922494,108922494,108922494,108922494,108922494,108922494,108922494,108922494,108922494,108922494,108922494,108922494,108922494,108922494,108922494,108922494,108922494,108922494,108922494,108922494,108922494,108922494,108922494,108922494,108922494,108922494,108922494,108922494,108922494,108922494,108922494,108922494,247006846,108922494,108922494,108922494,108922494,108922494,61146021,61146021,61146021,61146021,61146021,61145269,11862949,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61145794,61146021,33948581,61146021,61146288,61146021,61146021,247074490,247074490,247074490,247074490,247074490,61146021,61146021,61146021,247071653,247074490,247074490,61148858,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61145770,61146021,247071653,247074490,247074490,61148858,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,140576865,140576865,140576865,140576865,140576865,140574814,6162529,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140578491,140576865,140707937,140576865,140576868,140576865,140839009,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576870,140576865,140576871,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,4294838369,141035617,140576865,49349361,49349361,49349361,49349361,49349361,49348702,6161137,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49352380,49349361,78840561,49349361,49349812,49349361,78971633,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349814,49349361,49349815,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,4294836977,8782577,49349361,140707939,140707939,140707939,140707939,140707939,140705973,11864163,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140706559,140707939,140576867,140707939,140707976,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707977,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140576865,140576865,140576865,140576865,140576865,140574814,6162529,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140578491,140576865,140707937,140576865,140576868,140576865,247269473,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576870,140576865,140576871,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,4294838369,141035617,140576865,140576865,140576865,140576865,140576865,140576865,140574814,6162529,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140578491,140576865,140707937,140576865,140576868,140576865,85133409,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576870,140576865,140576871,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,4294838369,141035617,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576868,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,247335009,140576865,140576865,140576865,140576865,140576865,140970087,140970087,140970087,140970087,140970087,140968117,11864167,140970087,140970087,140970087,140970087,140970087,140970087,140970087,140970087,140970087,140970087,140968030,140970087,140970087,140970087,140971711,140970087,140970087,140970087,140970087,140970087,140970087,140970087,140970087,140970087,140970087,140970087,140970087,140970087,140970087,140970087,140970087,140970087,140970087,140970087,140970087,140970087,140970087,140970087,140970087,140971712,140970087,140971713,140970087,140970087,140970087,140970087,140970087,140970087,140970087,140970087,140970087,140970087,140970087,140970087,140970087,140970087,140970087,17170694,17170694,17170694,17170694,17170694,17170635,13304070,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170828,17170694,26018054,17170694,17170830,17170694,82444550,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170832,17170694,17170833,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,4294836486,4391174,17170694,49349361,49349361,49349361,49349361,49349361,49348702,6161137,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349810,49349361,78840561,49349361,49349812,49349361,78971633,247598786,247598786,247598786,247598786,247598786,49349361,49349361,49349361,247595761,247598786,247598786,49352386,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349814,49349361,247596215,247598786,247598786,49352386,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,4294836977,8782577,49349361,79103159,79103159,79103159,79103159,79103159,79102133,11863223,79103159,79103159,79103159,79103159,79103159,79103159,79103159,79103159,79103159,79103159,79102046,79103159,79103159,79103159,79104107,79103159,99878071,79103159,79103159,79103159,79103159,79103159,79103159,79103159,79103159,79103159,79103159,79103159,79103159,79103159,79103159,79103159,79103159,79103159,79103159,79103159,79103159,79103159,79103159,79104108,79103159,79103317,79103159,79103159,79103159,79103159,79103159,79103159,79103159,79103159,79103159,79103159,79103159,79103159,79103159,79103159,79103159,79103159,79103159,79103159,79103159,79103159,79103159,79103159,79103159,79103159,79103159,79103159,79103159,79103159,79103159,79103159,79103159,79103159,79103159,79103159,79103159,79103159,79104107,79103159,79103159,79103159,79103159,79103159,79103159,79103159,79103159,79103159,79103159,79103159,79103159,79103159,79103159,79103159,79103159,79103159,79103159,79103159,79103159,79103159,79103159,79103159,79103159,79103159,79103159,79103159,79103159,79103159,79103159,79103159,79103159,79103159,79103159,79103159,79103159,247661751,79103159,79103159,79103159,79103159,79103159,17170694,17170694,17170694,17170694,17170694,17170635,13304070,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170828,17170694,26018054,17170694,17170830,17170694,26149126,247729860,247729860,247729860,247729860,247729860,17170694,17170694,17170694,247726342,247729860,247729860,17174212,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170832,17170694,247726481,247729860,247729860,17174212,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,4294836486,4391174,17170694,141428846,141428846,141428846,141428846,141428846,141426869,11864174,141428846,141428846,141428846,141428846,141428846,141428846,141428846,141428846,141428846,141428846,141427092,141428846,79235182,141428846,141430469,141428846,141428846,141428846,141428846,141428846,141428846,141428846,141428846,141428846,141428846,141428846,141428846,141428846,141428846,141428846,141428846,141428846,141428846,141428846,141428846,141428846,141428846,141428846,141428846,141429540,141428846,141430470,141428846,141428846,141428846,141428846,141428846,141428846,141428846,141428846,141428846,141428846,141428846,141428846,141428846,141428846,141428846,79234233,79234233,79234233,79234233,79234233,79233227,13305017,79234233,79234233,79234233,79234233,79234233,79234233,79234233,79234233,79234233,79234233,79233420,79234233,141427897,79234233,79236807,79234233,247989433,79234233,79234233,79234233,79234233,79234233,79234233,79234233,79234233,79234233,79234233,79234233,79234233,79234233,79234233,79234233,79234233,79234233,79234233,79234233,79234233,79234233,79234233,79235185,79234233,79233711,79234233,79234233,79234233,79234233,79234233,79234233,79234233,79234233,79234233,79234233,79234233,79234233,4294837433,100533433,79234233,141690994,141690994,141690994,141690994,141690994,141690994,141690994,141690994,141690994,141690994,141690994,141690994,141690994,141690994,141690994,141690994,141690994,141690994,141690994,141690994,141690994,141692617,141690994,141690994,141690994,141690994,141690994,141690994,141690994,141690994,141690994,141690994,141690994,141690994,141690994,141690994,141690994,141690994,141690994,141690994,141690994,141690994,141690994,141690994,141690994,141690994,141690994,141690994,141690994,141690994,141690994,141690994,141690994,141690994,141690994,141690994,141690994,141690994,248121458,141690994,141690994,141690994,141690994,141690994,141690994,141690994,141690994,141690994,141690994,141689035,13305970,141690994,141690994,141690994,141690994,141690994,141690994,141690994,141690994,141690994,141690994,141690075,141690994,109185138,141690994,141692617,141690994,248186994,141690994,141690994,141690994,141690994,141690994,141690994,141690994,141690994,141690994,141690994,141690994,141690994,141690994,141690994,141690994,141690994,141690994,141690994,141690994,141690994,141690994,141690994,141690993,141690994,141689775,141690994,141690994,141690994,141690994,141690994,141690994,141690994,141690994,141690994,141690994,141690994,141690994,4294838386,179505266,141690994,61408169,61408169,61408169,61408169,61408169,61407413,11862953,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61407435,61408169,61408169,61408169,61408442,61408169,61408169,248254156,248254156,248254156,248254156,248254156,61408169,61408169,61408169,248251305,248254156,248254156,61411020,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61407918,61408169,248251311,248254156,248254156,61411020,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61408169,79430844,79430844,79430844,79430844,79430844,79429813,11863228,79430844,79430844,79430844,79430844,79430844,79430844,79430844,79430844,79430844,79430844,79430036,79430844,45024444,79430844,79431796,79430844,248317116,79430844,79430844,79430844,79430844,79430844,79430844,79430844,79430844,79430844,79430844,79430844,79430844,79430844,79430844,79430844,79430844,79430844,79430844,79430844,79430844,79430844,79430844,79431797,79430844,79431798,79430844,79430844,79430844,79430844,79430844,79430844,79430844,79430844,79430844,79430844,79430844,79430844,79430844,79430844,79430844,108136050,108136050,108136050,108136050,108136050,108136050,108136050,108136050,108136050,108136050,108136050,108136050,108136050,108136050,108136050,108136050,108136050,108136050,108136050,108136050,108136050,108137269,108136050,108136050,108136050,108136050,108136050,108136050,108136050,108136050,108136050,108136050,108136050,108136050,108136050,108136050,108136050,108136050,108136050,108136050,108136050,108136050,108136050,108136050,108136050,108136050,108136050,108136050,108136050,108136050,108136050,108136050,108136050,108136050,108136050,108136050,108136050,108136050,248383090,108136050,108136050,108136050,108136050,108136050,141953142,141953142,141953142,141953142,141953142,141951179,13305974,141953142,141953142,141953142,141953142,141953142,141953142,141953142,141953142,141953142,141953142,141953115,141953142,248449142,141953142,141954768,141953142,248580214,141953142,141953142,141953142,141953142,141953142,141953142,141953142,141953142,141953142,141953142,141953142,141953142,141953142,141953142,141953142,141953142,141953142,141953142,141953142,141953142,141953142,141953142,141954770,141953142,141954765,141953142,141953142,141953142,141953142,141953142,141953142,141953142,141953142,141953142,141953142,141953142,141953142,4294838390,174983286,141953142,61801391,61801391,61801391,61801391,61801391,61800651,13304751,61801391,61801391,61801391,61801391,61801391,61801391,61801391,61801391,61801391,61801391,61801380,61801391,108135343,61801391,61802099,61801391,108266415,248712915,248712915,248712915,248712915,248712915,61801391,61801391,61801391,248710063,248712915,248712915,61804243,61801391,61801391,61801391,61801391,61801391,61801391,61801391,61801391,61801391,61801391,61801663,61801391,248710773,248712915,248712915,61804243,61801391,61801391,61801391,61801391,61801391,61801391,61801391,61801391,61801391,4294837167,4391855,61801391,248778452,248778452,248778452,248778452,248778452,248775574,60165844,248778452,248778452,248778452,248778452,248778452,248778452,248778452,248778452,248778452,248778452,248778453,248778452,248909524,248778452,248778455,248778452,249040596,248778452,248778452,248778452,248778452,248778452,248778452,248778452,248778452,248778452,248778452,248778452,248778452,248778452,248778452,248778452,248778452,248778452,248778452,248778452,248778452,248778452,248778452,248778457,248778452,248778458,248778452,248778452,248778452,248778452,248778452,248778452,248778452,248778452,248778452,248778452,248778452,248778452,4294840020,4394708,248778452,139069514,139069514,139069514,139069514,139069514,139068631,81201226,139069514,139069514,139069514,139069514,139069514,139069514,139069514,139069514,139069514,139069514,139071124,139069514,124389450,139069514,139069562,139069514,249235530,139069514,139069514,139069514,139069514,139069514,139069514,139069514,139069514,139069514,139069514,139069514,139069514,139069514,139069514,139069514,139069514,139069514,139069514,139069514,139069514,139069514,139069514,139069563,139069514,139069514,139069514,139069514,139069514,139069514,139069514,139069514,139069514,139069514,139069514,139069514,139069514,139069514,139069514,139069514,139069514,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249302749,249302748,249302748,249302748,249302750,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249302751,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249564892,249302748,249302748,249302748,249302748,249302748,246288046,246288046,246288046,246288046,246288046,246284491,13307566,246288046,246288046,246288046,246288046,246288046,246288046,246288046,246288046,246288046,246288046,246288097,246288046,149556910,246288046,246288098,246288046,249761454,246288046,246288046,246288046,246288046,246288046,246288046,246288046,246288046,246288046,246288046,246288046,246288046,246288046,246288046,246288046,246288046,246288046,246288046,246288046,246288046,246288046,246288046,246285953,246288046,246288100,246288046,246288046,246288046,246288046,246288046,246288046,246288046,246288046,246288046,246288046,246288046,246288046,4294839982,4394670,246288046,142411901,142411901,142411901,142411901,142411901,142409822,6162557,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142413541,142411901,79825021,142411901,142413542,142411901,250022013,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142413544,142411901,142413469,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142411901,4294838397,250153085,142411901,79824066,79824066,79824066,79824066,79824066,79823051,13305026,79824066,79824066,79824066,79824066,79824066,79824066,79824066,79824066,79824066,79824066,79825020,79824066,142410946,79824066,79826666,79824066,250283202,79824066,79824066,79824066,79824066,79824066,79824066,79824066,79824066,79824066,79824066,79824066,79824066,79824066,79824066,79824066,79824066,79824066,79824066,79824066,79824066,79824066,79824066,79825024,79824066,79825025,79824066,79824066,79824066,79824066,79824066,79824066,79824066,79824066,79824066,79824066,79824066,79824066,4294837442,102433986,79824066,142739586,142739586,142739586,142739586,142739586,142739586,142739586,142739586,142739586,142739586,142739586,142739586,142739586,142739586,142739586,142739586,142739586,142739586,142739586,142739586,142739586,142740251,142739586,142739586,142739586,142739586,142739586,142739586,142739586,142739586,142739586,142739586,142739586,142739586,142739586,142739586,142739586,142739586,142739586,142739586,142739586,142739586,142739586,142739586,142739586,142739586,142739586,142739586,142739586,142739586,142739586,142739586,142739586,142739586,142739586,142739586,142739586,142739586,250349698,142739586,142739586,142739586,142739586,142739586,142674049,142674049,142674049,142674049,142674049,142672053,11864193,142674049,142674049,142674049,142674049,142674049,142674049,142674049,142674049,142674049,142674049,142672136,142674049,148637825,142674049,142675693,142674049,142674049,142674049,142674049,142674049,142674049,142674049,142674049,142674049,142674049,142674049,142674049,142674049,142674049,142674049,142674049,142674049,142674049,142674049,142674049,142674049,142674049,142674049,142674049,142675694,142674049,142675695,142674049,142674049,142674049,142674049,142674049,142674049,142674049,142674049,142674049,142674049,142674049,142674049,142674049,142674049,142674049,142739586,142739586,142739586,142739586,142739586,142737611,13305986,142739586,142739586,142739586,142739586,142739586,142739586,142739586,142739586,142739586,142739586,142741232,142739586,186255490,142739586,142740251,142739586,186386562,142739586,142739586,142739586,142739586,142739586,142739586,142739586,142739586,142739586,142739586,142739586,142739586,142739586,142739586,142739586,142739586,142739586,142739586,142739586,142739586,142739586,142739586,142739584,142739586,142740253,142739586,142739586,142739586,142739586,142739586,142739586,142739586,142739586,142739586,142739586,142739586,142739586,4294838402,96733314,142739586,79889603,79889603,79889603,79889603,79889603,79888565,11863235,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79888916,79889603,46138563,79889603,79889604,79889603,79889603,250679025,250679025,250679025,250679025,250679025,79889603,79889603,79889603,250676419,250679025,250679025,79892209,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889075,79889603,250676419,250679025,250679025,79892209,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,77595808,77595808,77595808,77595808,77595808,77595016,25691296,77595808,77595808,77595808,77595808,77595808,77595808,77595808,77595808,77595808,77595808,77598450,77595808,43844768,77595808,77596731,77595808,77595808,77595808,77595808,77595808,77595808,77595808,77595808,77595808,77595808,77595808,77595808,77595808,77595808,77595808,77595808,77595808,77595808,77595808,77595808,77595808,77595808,77595808,77595808,77596732,77595808,77595808,77595808,77595808,77595808,77595808,77595808,77595808,77595808,77595808,77595808,77595808,77595808,77595808,77595808,77595808,77595808,150735100,150735100,150735100,150735100,150735100,150733003,13306108,150735100,150735100,150735100,150735100,150735100,150735100,150735100,150735100,150735100,150735100,150735101,150735100,150866172,150735100,150736627,150735100,145230076,150735100,150735100,150735100,150735100,150735100,150735100,150735100,150735100,150735100,150735100,150735100,150735100,150735100,150735100,150735100,150735100,150735100,150735100,150735100,150735100,150735100,150735100,150735104,150735100,150734133,150735100,150735100,150735100,150735100,150735100,150735100,150735100,150735100,150735100,150735100,150735100,150735100,4294838524,59312380,150735100,26476948,26476948,26476948,26476948,26476948,26476638,6160788,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26477236,26476948,17301908,26476948,26477237,26476948,45482388,250875636,250875636,250875636,250875636,250875636,26476948,26476948,26476948,250872212,250875636,250875636,26480372,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26477239,26476948,250872250,250875636,250875636,26480372,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,4294836628,45613460,26476948,50266879,50266879,50266879,50266879,50266879,50266206,6161151,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50269941,50266879,80347903,50266879,50267339,50266879,80478975,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50267341,50266879,50266564,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,4294836991,8782591,50266879,140707939,140707939,140707939,140707939,140707939,140705973,11864163,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140706559,140707939,140576867,140707939,140707976,140707939,101386339,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707977,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707976,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,251005027,140707939,140707939,140707939,140707939,140707939,80348362,80348362,80348362,80348362,80348362,80347230,6161610,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80347923,80348362,50267338,80348362,80349322,80348362,251069642,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80349324,80348362,80347417,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,4294837450,143459530,80348362,80348362,80348362,80348362,80348362,80348362,80347230,6161610,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80347923,80348362,50267338,80348362,80349322,80348362,85591242,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80349324,80348362,80347417,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,4294837450,143459530,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80349322,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,251135178,80348362,80348362,80348362,80348362,80348362,17301768,17301768,17301768,17301768,17301768,17301707,13304072,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301907,17301768,26476808,17301768,17301909,17301768,84214024,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301911,17301768,17301912,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,4294836488,4391176,17301768,50266879,50266879,50266879,50266879,50266879,50266206,6161151,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50267337,50266879,80347903,50266879,50267339,50266879,80478975,251203321,251203321,251203321,251203321,251203321,50266879,50266879,50266879,251200255,251203321,251203321,50269945,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50267341,50266879,251199940,251203321,251203321,50269945,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,4294836991,8782591,50266879,17301768,17301768,17301768,17301768,17301768,17301707,13304072,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301907,17301768,26476808,17301768,17301909,17301768,26607880,251268858,251268858,251268858,251268858,251268858,17301768,17301768,17301768,251265288,251268858,251268858,17305338,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301911,17301768,251265432,251268858,251268858,17305338,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,4294836488,4391176,17301768,80676047,80676047,80676047,80676047,80676047,80675019,13305039,80676047,80676047,80676047,80676047,80676047,80676047,80676047,80676047,80676047,80676047,80675219,80676047,116851919,80676047,80678651,80676047,206308559,80676047,80676047,80676047,80676047,80676047,80676047,80676047,80676047,80676047,80676047,80676047,80676047,80676047,80676047,80676047,80676047,80676047,80676047,80676047,80676047,80676047,80676047,80677011,80676047,80675517,80676047,80676047,80676047,80676047,80676047,80676047,80676047,80676047,80676047,80676047,80676047,80676047,4294837455,68289743,80676047,110626456,110626456,110626456,110626456,110626456,110626456,110626456,110626456,110626456,110626456,110626456,110626456,110626456,110626456,110626456,110626456,110626456,110626456,110626456,110626456,110626456,110627686,110626456,110626456,110626456,110626456,110626456,110626456,110626456,110626456,110626456,110626456,110626456,110626456,110626456,110626456,110626456,110626456,110626456,110626456,110626456,110626456,110626456,110626456,110626456,110626456,110626456,110626456,110626456,110626456,110626456,110626456,110626456,110626456,110626456,110626456,110626456,110626456,251397784,110626456,110626456,110626456,110626456,110626456,62784446,62784446,62784446,62784446,62784446,62783669,11862974,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62783755,62784446,48563134,62784446,62784720,62784446,62784446,251465469,251465469,251465469,251465469,251465469,62784446,62784446,62784446,251462590,251465469,251465469,62787325,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784188,62784446,251462593,251465469,251465469,62787325,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62981057,62981057,62981057,62981057,62981057,62980299,13304769,62981057,62981057,62981057,62981057,62981057,62981057,62981057,62981057,62981057,62981057,62981050,62981057,109839297,62981057,62981773,62981057,109970369,251531006,251531006,251531006,251531006,251531006,62981057,62981057,62981057,251528129,251531006,251531006,62983934,62981057,62981057,62981057,62981057,62981057,62981057,62981057,62981057,62981057,62981057,62981332,62981057,251528847,251531006,251531006,62983934,62981057,62981057,62981057,62981057,62981057,62981057,62981057,62981057,62981057,4294837185,4391873,62981057,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60165887,60162966,105579414,60162966,60163660,60162966,105710486,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60163662,60162966,60163663,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,4294837142,4391830,60162966,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81202944,81200343,81200343,81200343,81201305,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81201306,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81201304,81200343,81200343,81200343,81201305,81200343,251725015,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81201306,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81202946,81200343,81200343,81200343,81201305,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81202947,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,251921623,81200343,81200343,81200343,81200343,81200343,81134806,81134806,81134806,81134806,81134806,81134807,81200342,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81137413,81134806,81134806,81134806,81134809,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134810,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,144443548,144443548,144443548,144443548,144443548,144445185,251725980,144443548,144443548,144443548,144443548,144443548,144443548,144443548,144443548,144443548,144443548,144445190,144443548,249301148,144443548,144445191,144443548,252184732,144443548,144443548,144443548,144443548,144443548,144443548,144443548,144443548,144443548,144443548,144443548,144443548,144443548,144443548,144443548,144443548,144443548,144443548,144443548,144443548,144443548,144443548,144445193,144443548,144445194,144443548,144443548,144443548,144443548,144443548,144443548,144443548,144443548,144443548,144443548,144443548,144443548,4294838428,70912156,144443548,81134806,81134806,81134806,81134806,81134806,81134807,81200342,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81137419,81134806,81134806,81134806,81134809,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134810,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134807,81200342,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81135767,81134806,81134806,81134806,81134809,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134810,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,252445910,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134807,81200342,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81135767,81134806,81134806,81134806,81134809,81134806,81134806,252514061,252514061,252514061,252514061,252514061,81134806,81134806,81134806,252511446,252514061,252514061,81137421,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134810,81134806,252511446,252514061,252514061,81137421,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,46138048,46138048,46138048,46138048,46138048,46137547,13304512,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46141198,46138048,79889088,46138048,46138588,46138048,81593024,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138590,46138048,46138591,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,4294836928,55575232,46138048,173673050,173673050,173673050,173673050,173673050,173670603,13306458,173673050,173673050,173673050,173673050,173673050,173673050,173673050,173673050,173673050,173673050,173674255,173673050,208538202,173673050,173674256,173673050,144837210,173673050,173673050,173673050,173673050,173673050,173673050,173673050,173673050,173673050,173673050,173673050,173673050,173673050,173673050,173673050,173673050,173673050,173673050,173673050,173673050,173673050,173673050,173673584,173673050,173673585,173673050,173673050,173673050,173673050,173673050,173673050,173673050,173673050,173673050,173673050,173673050,173673050,4294838874,121834074,173673050,46138048,46138048,46138048,46138048,46138048,46137547,13304512,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138587,46138048,79889088,46138048,46138588,46138048,81593024,252776209,252776209,252776209,252776209,252776209,46138048,46138048,46138048,252773056,252776209,252776209,46141201,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138590,46138048,252773599,252776209,252776209,46141201,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,4294836928,55575232,46138048,144967844,144967844,144967844,144967844,144967844,144965835,13306020,144967844,144967844,144967844,144967844,144967844,144967844,144967844,144967844,144967844,144967844,144966875,144967844,186452132,144967844,144969490,144967844,252905636,144967844,144967844,144967844,144967844,144967844,144967844,144967844,144967844,144967844,144967844,144967844,144967844,144967844,144967844,144967844,144967844,144967844,144967844,144967844,144967844,144967844,144967844,144969376,144967844,144969377,144967844,144967844,144967844,144967844,144967844,144967844,144967844,144967844,144967844,144967844,144967844,144967844,4294838436,174065828,144967844,26870170,26870170,26870170,26870170,26870170,26869941,11862426,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26869963,26870170,26870170,26870170,26870172,26870170,26870170,252972820,252972820,252972820,252972820,252972820,26870170,26870170,26870170,252969370,252972820,252972820,26873620,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870173,26870170,252969370,252972820,252972820,26873620,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,26870170,46269122,46269122,46269122,46269122,46269122,46268619,13304514,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46272277,46269122,34865858,46269122,46269666,46269122,81986242,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269668,46269122,46269159,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,4294836930,59310786,46269122,181603027,181603027,181603027,181603027,181603027,181600459,13306579,181603027,181603027,181603027,181603027,181603027,181603027,181603027,181603027,181603027,181603027,181602058,181603027,253102803,181603027,181604119,181603027,145230547,181603027,181603027,181603027,181603027,181603027,181603027,181603027,181603027,181603027,181603027,181603027,181603027,181603027,181603027,181603027,181603027,181603027,181603027,181603027,181603027,181603027,181603027,181604120,181603027,181602063,181603027,181603027,181603027,181603027,181603027,181603027,181603027,181603027,181603027,181603027,181603027,181603027,4294838995,118885075,181603027,46269122,46269122,46269122,46269122,46269122,46268619,13304514,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269665,46269122,34865858,46269122,46269666,46269122,81986242,253300505,253300505,253300505,253300505,253300505,46269122,46269122,46269122,253297346,253300505,253300505,46272281,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269668,46269122,253297383,253300505,253300505,46272281,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,4294836930,59310786,46269122,17498379,17498379,17498379,17498379,17498379,17498293,11862283,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,13304075,17498379,17498526,17498379,17498379,253366042,253366042,253366042,253366042,253366042,17498379,17498379,17498379,253362443,253366042,253366042,17501978,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498527,17498379,253362443,253366042,253366042,17501978,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,145426603,145426603,145426603,145426603,145426603,145426504,138938539,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145428251,145426603,145557675,145426603,145426606,145426603,145688747,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426608,145426603,145426609,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,4294838443,145885355,145426603,253497116,253497116,253497116,253497116,253497116,253494166,60165916,253497116,253497116,253497116,253497116,253497116,253497116,253497116,253497116,253497116,253497116,253497117,253497116,253628188,253497116,253497119,253497116,253759260,253497116,253497116,253497116,253497116,253497116,253497116,253497116,253497116,253497116,253497116,253497116,253497116,253497116,253497116,253497116,253497116,253497116,253497116,253497116,253497116,253497116,253497116,253497121,253497116,253497122,253497116,253497116,253497116,253497116,253497116,253497116,253497116,253497116,253497116,253497116,253497116,253497116,4294840092,4394780,253497116,145557677,145557677,145557677,145557677,145557677,145557576,138938541,145557677,145557677,145557677,145557677,145557677,145557677,145557677,145557677,145557677,145557677,145559331,145557677,145557677,145557677,145559332,145557677,254085293,145557677,145557677,145557677,145557677,145557677,145557677,145557677,145557677,145557677,145557677,145557677,145557677,145557677,145557677,145557677,145557677,145557677,145557677,145557677,145557677,145557677,145557677,145559334,145557677,145559335,145557677,145557677,145557677,145557677,145557677,145557677,145557677,145557677,145557677,145557677,145557677,145557677,4294838445,254281901,145557677,145426603,145426603,145426603,145426603,145426603,145426504,138938539,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145428251,145426603,145557675,145426603,145426606,145426603,254347435,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426608,145426603,145426609,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,4294838443,145885355,145426603,145426603,145426603,145426603,145426603,145426603,145426282,124389547,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145428266,145426603,145557675,145426603,145426606,145426603,145688747,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145428267,145426603,145426609,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,254544043,145426603,145426603,4294838443,145885355,145426603,145819825,145819825,145819825,145819825,145819825,145819720,138938545,145819825,145819825,145819825,145819825,145819825,145819825,145819825,145819825,145819825,145819825,145821467,145819825,254609585,145819825,145821486,145819825,254740657,145819825,145819825,145819825,145819825,145819825,145819825,145819825,145819825,145819825,145819825,145819825,145819825,145819825,145819825,145819825,145819825,145819825,145819825,145819825,145819825,145819825,145819825,145821488,145819825,145819825,145819825,145819825,145819825,145819825,145819825,145819825,145819825,145819825,145819825,145819825,145819825,145819825,4294838449,254871729,145819825,151783692,151783692,151783692,151783692,151783692,151781470,6162700,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151782101,151783692,151914764,151783692,151783695,151783692,152045836,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783697,151783692,151783698,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,4294838540,8784140,151783692,82183398,82183398,82183398,82183398,82183398,82182347,13305062,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82182561,82183398,82314470,82183398,82183401,82183398,82445542,254938930,254938930,254938930,254938930,254938930,82183398,82183398,82183398,254936294,254938930,254938930,82186034,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183403,82183398,254936300,254938930,254938930,82186034,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,4294837478,4392166,82183398,146213047,146213047,146213047,146213047,146213047,146210910,6162615,146213047,146213047,146213047,146213047,146213047,146213047,146213047,146213047,146213047,146213047,146211248,146213047,146213047,146213047,146214707,146213047,255068343,146213047,146213047,146213047,146213047,146213047,146213047,146213047,146213047,146213047,146213047,146213047,146213047,146213047,146213047,146213047,146213047,146213047,146213047,146213047,146213047,146213047,146213047,146214709,146213047,146214710,146213047,146213047,146213047,146213047,146213047,146213047,146213047,146213047,146213047,146213047,146213047,146213047,4294838455,255264951,146213047,82576620,82576620,82576620,82576620,82576620,82575454,6161644,82576620,82576620,82576620,82576620,82576620,82576620,82576620,82576620,82576620,82576620,82575633,82576620,146212076,82576620,82577592,82576620,255329516,82576620,82576620,82576620,82576620,82576620,82576620,82576620,82576620,82576620,82576620,82576620,82576620,82576620,82576620,82576620,82576620,82576620,82576620,82576620,82576620,82576620,82576620,82577594,82576620,82577595,82576620,82576620,82576620,82576620,82576620,82576620,82576620,82576620,82576620,82576620,82576620,82576620,4294837484,146539756,82576620,255397689,255397689,255397689,255397689,255397689,255397690,255463225,255397689,255397689,255397689,255397689,255397689,255397689,255397689,255397689,255397689,255397689,255397691,255397689,255594297,255397689,255397693,255397689,255725369,255397689,255397689,255397689,255397689,255397689,255397689,255397689,255397689,255397689,255397689,255397689,255397689,255397689,255397689,255397689,255397689,255397689,255397689,255397689,255397689,255397689,255397689,255397695,255397689,255397689,255397689,255397689,255397689,255397689,255397689,255397689,255397689,255397689,255397689,255856441,255397689,255397689,4294840121,255921977,255397689,146475195,146475195,146475195,146475195,146475195,146473163,13306043,146475195,146475195,146475195,146475195,146475195,146475195,146475195,146475195,146475195,146475195,146473377,146475195,255985851,146475195,146476867,146475195,256116923,146475195,146475195,146475195,146475195,146475195,146475195,146475195,146475195,146475195,146475195,146475195,146475195,146475195,146475195,146475195,146475195,146475195,146475195,146475195,146475195,146475195,146475195,146476869,146475195,146476870,146475195,146475195,146475195,146475195,146475195,146475195,146475195,146475195,146475195,146475195,146475195,146475195,4294838459,4393147,146475195,27591077,27591077,27591077,27591077,27591077,27590750,6160805,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27590929,27591077,48169381,27591077,27591392,27591077,48300453,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27592890,27591077,27591395,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,4294836645,48497061,27591077,46596807,46596807,46596807,46596807,46596807,46596190,6161095,46596807,46596807,46596807,46596807,46596807,46596807,46596807,46596807,46596807,46596807,46600007,46596807,46596807,46596807,46597358,46596807,82772679,46596807,46596807,46596807,46596807,46596807,46596807,46596807,46596807,46596807,46596807,46596807,46596807,46596807,46596807,46596807,46596807,46596807,46596807,46596807,46596807,46596807,46596807,46597360,46596807,46597361,46596807,46596807,46596807,46596807,46596807,46596807,46596807,46596807,46596807,46596807,46596807,46596807,4294836935,82969287,46596807,146606269,146606269,146606269,146606269,146606269,146604235,13306045,146606269,146606269,146606269,146606269,146606269,146606269,146606269,146606269,146606269,146606269,146605315,146606269,82315453,146606269,146607944,146606269,57280701,146606269,146606269,146606269,146606269,146606269,146606269,146606269,146606269,146606269,146606269,146606269,146606269,146606269,146606269,146606269,146606269,146606269,146606269,146606269,146606269,146606269,146606269,146606273,146606269,146606274,146606269,146606269,146606269,146606269,146606269,146606269,146606269,146606269,146606269,146606269,146606269,146606269,4294838461,4393149,146606269,146606269,146606269,146606269,146606269,146606269,146605579,101386429,146606269,146606269,146606269,146606269,146606269,146606269,146606269,146606269,146606269,146606269,146605293,146606269,83691709,146606269,146606271,146606269,89721021,146606269,146606269,146606269,146606269,146606269,146606269,146606269,146606269,146606269,146606269,146606269,146606269,146606269,146606269,146606269,146606269,146606269,146606269,146606269,146606269,146606269,146606269,146607945,146606269,146607946,146606269,146606269,146606269,146606269,146606269,146606269,146606269,146606269,146606269,256575677,146606269,146606269,4294838461,48105661,146606269,146933954,146933954,146933954,146933954,146933954,146931806,6162626,146933954,146933954,146933954,146933954,146933954,146933954,146933954,146933954,146933954,146933954,146932144,146933954,146213058,146933954,146935628,146933954,256706754,146933954,146933954,146933954,146933954,146933954,146933954,146933954,146933954,146933954,146933954,146933954,146933954,146933954,146933954,146933954,146933954,146933954,146933954,146933954,146933954,146933954,146933954,146935630,146933954,146935631,146933954,146933954,146933954,146933954,146933954,146933954,146933954,146933954,146933954,146933954,146933954,146933954,4294838466,256903362,146933954,256970577,256970577,256970577,256970577,256970577,256966859,13307729,256970577,256970577,256970577,256970577,256970577,256970577,256970577,256970577,256970577,256970577,256970578,256970577,147066705,256970577,256970579,256970577,257167185,256970577,256970577,256970577,256970577,256970577,256970577,256970577,256970577,256970577,256970577,256970577,256970577,256970577,256970577,256970577,256970577,256970577,256970577,256970577,256970577,256970577,256970577,256970581,256970577,256968926,256970577,256970577,256970577,256970577,256970577,256970577,256970577,256970577,256970577,256970577,256970577,256970577,4294840145,102436689,256970577,147065028,147065028,147065028,147065028,147065028,147062878,6162628,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147066710,147065028,256968900,147065028,147065030,147065028,147261636,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147064048,147065028,147065033,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,4294838468,147523780,147065028,147065028,147065028,147065028,147065028,147065028,147062878,6162628,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147066711,147065028,256968900,147065028,147065030,147065028,147261636,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147064048,147065028,147065033,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,4294838468,147523780,147065028,147065028,147065028,147065028,147065028,147065028,147062878,6162628,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147066710,147065028,256968900,147065028,147065030,147065028,257427652,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147064048,147065028,147065033,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,4294838468,147523780,147065028,147392713,147392713,147392713,147392713,147392713,147390558,6162633,147392713,147392713,147392713,147392713,147392713,147392713,147392713,147392713,147392713,147392713,147394390,147392713,257493193,147392713,147394394,147392713,257624265,147392713,147392713,147392713,147392713,147392713,147392713,147392713,147392713,147392713,147392713,147392713,147392713,147392713,147392713,147392713,147392713,147392713,147392713,147392713,147392713,147392713,147392713,147392729,147392713,147392713,147392713,147392713,147392713,147392713,147392713,147392713,147392713,147392713,147392713,147392713,147392713,147392713,4294838473,257689801,147392713,147065028,147065028,147065028,147065028,147065028,147062878,6162628,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147066710,147065028,256968900,147065028,147065030,147065028,147261636,257757021,257757021,257757021,257757021,257757021,147065028,147065028,147065028,257755332,257757021,257757021,147066717,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147064048,147065028,257755337,257757021,257757021,147066717,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,4294838468,147523780,147065028,82904305,82904305,82904305,82904305,82904305,82903134,6161649,82904305,82904305,82904305,82904305,82904305,82904305,82904305,82904305,82904305,82904305,82904301,82904305,83297521,82904305,82905292,82904305,257819889,82904305,82904305,82904305,82904305,82904305,82904305,82904305,82904305,82904305,82904305,82904305,82904305,82904305,82904305,82904305,82904305,82904305,82904305,82904305,82904305,82904305,82904305,82905294,82904305,82904305,82904305,82904305,82904305,82904305,82904305,82904305,82904305,82904305,82904305,82904305,82904305,82904305,4294837489,147784945,82904305,257888095,257888095,257888095,257888095,257888095,257888096,257953631,257888095,257888095,257888095,257888095,257888095,257888095,257888095,257888095,257888095,257888095,257888097,257888095,257888095,257888095,257888098,257888095,258150239,257888095,257888095,257888095,257888095,257888095,257888095,257888095,257888095,257888095,257888095,257888095,257888095,257888095,257888095,257888095,257888095,257888095,257888095,257888095,257888095,257888095,257888095,257888100,257888095,257888095,257888095,257888095,257888095,257888095,257888095,257888095,257888095,257888095,257888095,258281311,257888095,257888095,4294840159,258346847,257888095,46465733,46465733,46465733,46465733,46465733,46465118,6161093,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465755,46465733,46596805,46465733,46465736,46465733,46727877,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46467278,46465733,46465739,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,4294836933,46924485,46465733,258412391,258412391,258412391,258412391,258412391,258408651,13307751,258412391,258412391,258412391,258412391,258412391,258412391,258412391,258412391,258412391,258412391,258412392,258412391,149491559,258412391,258412393,258412391,258608999,258412391,258412391,258412391,258412391,258412391,258412391,258412391,258412391,258412391,258412391,258412391,258412391,258412391,258412391,258412391,258412391,258412391,258412391,258412391,258412391,258412391,258412391,258412395,258412391,258412345,258412391,258412391,258412391,258412391,258412391,258412391,258412391,258412391,258412391,258412391,258412391,258412391,4294840167,4394855,258412391,147851472,147851472,147851472,147851472,147851472,147849920,46139600,147851472,147851472,147851472,147851472,147851472,147851472,147851472,147851472,147851472,147851472,147853164,147851472,256968912,147851472,147851474,147851472,83036368,147851472,147851472,147851472,147851472,147851472,147851472,147851472,147851472,147851472,147851472,147851472,147851472,147851472,147851472,147851472,147851472,147851472,147851472,147851472,147851472,147851472,147851472,147853165,147851472,147853166,147851472,147851472,147851472,147851472,147851472,147851472,147851472,147851472,147851472,258934992,147851472,147851472,4294838480,259000528,147851472,148113620,148113620,148113620,148113620,148113620,148111454,6162644,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148112091,148113620,148768980,148113620,148113631,148113620,148900052,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148112634,148113620,148115313,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148113620,4294838484,149096660,148113620,82183398,82183398,82183398,82183398,82183398,82182347,13305062,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82186098,82183398,82314470,82183398,82183401,82183398,82445542,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183403,82183398,82183404,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,4294837478,4392166,82183398,46465733,46465733,46465733,46465733,46465733,46465118,6161093,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465755,46465733,46596805,46465733,46465736,46465733,46727877,259198835,259198835,259198835,259198835,259198835,46465733,46465733,46465733,259195589,259198835,259198835,46468979,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465738,46465733,259195595,259198835,259198835,46468979,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,4294836933,46924485,46465733,83297527,83297527,83297527,83297527,83297527,83296350,6161655,83297527,83297527,83297527,83297527,83297527,83297527,83297527,83297527,83297527,83297527,83297517,83297527,83297527,83297527,83298519,83297527,259261687,83297527,83297527,83297527,83297527,83297527,83297527,83297527,83297527,83297527,83297527,83297527,83297527,83297527,83297527,83297527,83297527,83297527,83297527,83297527,83297527,83297527,83297527,83298521,83297527,83297521,83297527,83297527,83297527,83297527,83297527,83297527,83297527,83297527,83297527,83297527,83297527,83297527,4294837495,148505847,83297527,259329909,259329909,259329909,259329909,259329909,259329910,259395445,259329909,259329909,259329909,259329909,259329909,259329909,259329909,259329909,259329909,259329909,259329911,259329909,259329909,259329909,259329912,259329909,259592053,259329909,259329909,259329909,259329909,259329909,259329909,259329909,259329909,259329909,259329909,259329909,259329909,259329909,259329909,259329909,259329909,259329909,259329909,259329909,259329909,259329909,259329909,259329914,259329909,259329909,259329909,259329909,259329909,259329909,259329909,259329909,259329909,259329909,259329909,259723125,259329909,259329909,4294840181,259788661,259329909,46465733,46465733,46465733,46465733,46465733,46465118,6161093,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465755,46465733,46596805,46465733,46465736,46465733,46727877,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46467289,46465733,46465739,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,4294836933,46924485,46465733,258871150,258871150,258871150,258871150,258871150,258867403,13307758,258871150,258871150,258871150,258871150,258871150,258871150,258871150,258871150,258871150,258871150,258869457,258871150,147394414,258871150,258871165,258871150,259919726,258871150,258871150,258871150,258871150,258871150,258871150,258871150,258871150,258871150,258871150,258871150,258871150,258871150,258871150,258871150,258871150,258871150,258871150,258871150,258871150,258871150,258871150,258871167,258871150,258869460,258871150,258871150,258871150,258871150,258871150,258871150,258871150,258871150,258871150,258871150,258871150,258871150,4294840174,174067566,258871150,148637916,148637916,148637916,148637916,148637916,148635742,6162652,148637916,148637916,148637916,148637916,148637916,148637916,148637916,148637916,148637916,148637916,148636840,148637916,142674140,148637916,148639399,148637916,260049116,148637916,148637916,148637916,148637916,148637916,148637916,148637916,148637916,148637916,148637916,148637916,148637916,148637916,148637916,148637916,148637916,148637916,148637916,148637916,148637916,148637916,148637916,148637784,148637916,148637860,148637916,148637916,148637916,148637916,148637916,148637916,148637916,148637916,148637916,148637916,148637916,148637916,4294838492,260114652,148637916,148113620,148113620,148113620,148113620,148113620,148111454,6162644,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148113621,148113620,148768980,148113620,148113631,148113620,148900052,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148112634,148113620,148115313,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148113620,4294838484,149096660,148113620,148768990,148768990,148768990,148768990,148768990,148766814,6162654,148768990,148768990,148768990,148768990,148768990,148768990,148768990,148768990,148768990,148768990,148767981,148768990,148768990,148768990,148770690,148768990,260245726,148768990,148768990,148768990,148768990,148768990,148768990,148768990,148768990,148768990,148768990,148768990,148768990,148768990,148768990,148768990,148768990,148768990,148768990,148768990,148768990,148768990,148768990,148768974,148768990,148770692,148768990,148768990,148768990,148768990,148768990,148768990,148768990,148768990,148768990,148768990,148768990,148768990,4294838494,260376798,148768990,148113620,148113620,148113620,148113620,148113620,148111454,6162644,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148112091,148113620,148768980,148113620,148113631,148113620,260442324,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148112634,148113620,148115313,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148113620,4294838484,149096660,148113620,148113620,148113620,148113620,148113620,148113620,148111454,6162644,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148112091,148113620,148768980,148113620,148113631,148113620,148900052,260509575,260509575,260509575,260509575,260509575,148113620,148113620,148113620,260507860,260509575,260509575,148115335,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148112634,148113620,260509553,260509575,260509575,148115335,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148113620,4294838484,149096660,148113620,260575112,260575112,260575112,260575112,260575112,260571508,24383368,260575112,260575112,260575112,260575112,260575112,260575112,260575112,260575112,260575112,260575112,260575113,260575112,260706184,260575112,260575115,260575112,260837256,260575112,260575112,260575112,260575112,260575112,260575112,260575112,260575112,260575112,260575112,260575112,260575112,260575112,260575112,260575112,260575112,260575112,260575112,260575112,260575112,260575112,260575112,260575117,260575112,260575118,260575112,260575112,260575112,260575112,260575112,260575112,260575112,260575112,260575112,260575112,260575112,260575112,4294840200,261033864,260575112,83690749,83690749,83690749,83690749,83690749,83689675,13305085,83690749,83690749,83690749,83690749,83690749,83690749,83690749,83690749,83690749,83690749,83690755,83690749,82314493,83690749,83693456,83690749,53478653,83690749,83690749,83690749,83690749,83690749,83690749,83690749,83690749,83690749,83690749,83690749,83690749,83690749,83690749,83690749,83690749,83690749,83690749,83690749,83690749,83690749,83690749,83691751,83690749,83691703,83690749,83690749,83690749,83690749,83690749,83690749,83690749,83690749,83690749,83690749,83690749,83690749,4294837501,4392189,83690749,83690749,83690749,83690749,83690749,83690749,83690930,95552765,83690749,83690749,83690749,83690749,83690749,83690749,83690749,83690749,83690749,83690749,83690733,83690749,83690749,83690749,83691749,83690749,88671485,83690749,83690749,83690749,83690749,83690749,83690749,83690749,83690749,83690749,83690749,83690749,83690749,83690749,83690749,83690749,83690749,83690749,83690749,83690749,83690749,83690749,83690749,83693457,83690749,83693458,83690749,83690749,83690749,83690749,83690749,83690749,83690749,83690749,83690749,261293309,83690749,83690749,4294837501,48104701,83690749,261361556,261361556,261361556,261361556,261361556,261357771,13307796,261361556,261361556,261361556,261361556,261361556,261361556,261361556,261361556,261361556,261361556,261359869,261361556,261427092,261361556,261361558,261361556,261558164,261361556,261361556,261361556,261361556,261361556,261361556,261361556,261361556,261361556,261361556,261361556,261361556,261361556,261361556,261361556,261361556,261361556,261361556,261361556,261361556,261361556,261361556,261361560,261361556,261361474,261361556,261361556,261361556,261361556,261361556,261361556,261361556,261361556,261361556,261361556,261361556,261361556,4294840212,96997268,261361556,149489897,149489897,149489897,149489897,149489897,149487710,6162665,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149491609,149489897,261753065,149489897,149489900,149489897,149752041,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149488896,149489897,149489903,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,4294838505,150014185,149489897,149555434,149555434,149555434,149555434,149555434,149553246,6162666,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149557147,149555434,246286570,149555434,149556911,149555434,246417642,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149556913,149555434,149556914,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149555434,4294838506,246614250,149555434,149489897,149489897,149489897,149489897,149489897,149487710,6162665,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149491612,149489897,261753065,149489897,149489900,149489897,149752041,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149488896,149489897,149489903,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,4294838505,150014185,149489897,149489897,149489897,149489897,149489897,149489897,149487710,6162665,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149491609,149489897,261753065,149489897,149489900,149489897,261949673,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149488896,149489897,149489903,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,4294838505,150014185,149489897,149883119,149883119,149883119,149883119,149883119,149880926,6162671,149883119,149883119,149883119,149883119,149883119,149883119,149883119,149883119,149883119,149883119,149884825,149883119,262015215,149883119,149884831,149883119,262146287,149883119,149883119,149883119,149883119,149883119,149883119,149883119,149883119,149883119,149883119,149883119,149883119,149883119,149883119,149883119,149883119,149883119,149883119,149883119,149883119,149883119,149883119,149884833,149883119,149883119,149883119,149883119,149883119,149883119,149883119,149883119,149883119,149883119,149883119,149883119,149883119,149883119,4294838511,262277359,149883119,149489897,149489897,149489897,149489897,149489897,149487710,6162665,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149491609,149489897,261753065,149489897,149489900,149489897,149752041,262344611,262344611,262344611,262344611,262344611,149489897,149489897,149489897,262342889,262344611,262344611,149491619,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149488896,149489897,262342895,262344611,262344611,149491619,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,4294838505,150014185,149489897,150079730,150079730,150079730,150079730,150079730,150077643,13306098,150079730,150079730,150079730,150079730,150079730,150079730,150079730,150079730,150079730,150079730,150078723,150079730,83953906,150079730,150081444,150079730,262473970,150079730,150079730,150079730,150079730,150079730,150079730,150079730,150079730,150079730,150079730,150079730,150079730,150079730,150079730,150079730,150079730,150079730,150079730,150079730,150079730,150079730,150079730,150081446,150079730,150079671,150079730,150079730,150079730,150079730,150079730,150079730,150079730,150079730,150079730,150079730,150079730,150079730,4294838514,4393202,150079730,83952897,83952897,83952897,83952897,83952897,83951710,6161665,83952897,83952897,83952897,83952897,83952897,83952897,83952897,83952897,83952897,83952897,83952333,83952897,150078721,83952897,83953907,83952897,262604033,83952897,83952897,83952897,83952897,83952897,83952897,83952897,83952897,83952897,83952897,83952897,83952897,83952897,83952897,83952897,83952897,83952897,83952897,83952897,83952897,83952897,83952897,83953909,83952897,83952897,83952897,83952897,83952897,83952897,83952897,83952897,83952897,83952897,83952897,83952897,83952897,83952897,4294837505,150340865,83952897,262672296,262672296,262672296,262672296,262672296,262672297,262737832,262672296,262672296,262672296,262672296,262672296,262672296,262672296,262672296,262672296,262672296,262672298,262672296,262672296,262672296,262672299,262672296,262934440,262672296,262672296,262672296,262672296,262672296,262672296,262672296,262672296,262672296,262672296,262672296,262672296,262672296,262672296,262672296,262672296,262672296,262672296,262672296,262672296,262672296,262672296,262672301,262672296,262672296,262672296,262672296,262672296,262672296,262672296,262672296,262672296,262672296,262672296,263065512,262672296,262672296,4294840232,263131048,262672296,27394466,27394466,27394466,27394466,27394466,27394142,6160802,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394765,27394466,47055266,27394466,27394767,27394466,47186338,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27396341,27394466,27394770,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,4294836642,47382946,27394466,146606269,146606269,146606269,146606269,146606269,146604235,13306045,146606269,146606269,146606269,146606269,146606269,146606269,146606269,146606269,146606269,146606269,146608048,146606269,82315453,146606269,146606271,146606269,146802877,146606269,146606269,146606269,146606269,146606269,146606269,146606269,146606269,146606269,146606269,146606269,146606269,146606269,146606269,146606269,146606269,146606269,146606269,146606269,146606269,146606269,146606269,146606273,146606269,146606274,146606269,146606269,146606269,146606269,146606269,146606269,146606269,146606269,146606269,146606269,146606269,146606269,4294838461,4393149,146606269,47055566,47055566,47055566,47055566,47055566,47055051,13304526,47055566,47055566,47055566,47055566,47055566,47055566,47055566,47055566,47055566,47055566,47056131,47055566,27394766,47055566,47056132,47055566,84214478,263262129,263262129,263262129,263262129,263262129,47055566,47055566,47055566,263258830,263262129,263262129,47058865,47055566,47055566,47055566,47055566,47055566,47055566,47055566,47055566,47055566,47055566,47056134,47055566,263258847,263262129,263262129,47058865,47055566,47055566,47055566,47055566,47055566,47055566,47055566,47055566,47055566,4294836942,4391630,47055566,149489897,149489897,149489897,149489897,149489897,149487710,6162665,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149491634,149489897,261753065,149489897,149489900,149489897,149752041,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149488896,149489897,149489903,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,4294838505,150014185,149489897,150866174,150866174,150866174,150866174,150866174,150864075,13306110,150866174,150866174,150866174,150866174,150866174,150866174,150866174,150866174,150866174,150866174,150867891,150866174,150735102,150866174,150867892,150866174,263522558,150866174,150866174,150866174,150866174,150866174,150866174,150866174,150866174,150866174,150866174,150866174,150866174,150866174,150866174,150866174,150866174,150866174,150866174,150866174,150866174,150866174,150866174,150867894,150866174,150866251,150866174,150866174,150866174,150866174,150866174,150866174,150866174,150866174,150866174,150866174,150866174,150866174,4294838526,4393214,150866174,150735100,150735100,150735100,150735100,150735100,150733506,46270716,150735100,150735100,150735100,150735100,150735100,150735100,150735100,150735100,150735100,150735100,150736793,150735100,150735100,150735100,150735103,150735100,84347132,150735100,150735100,150735100,150735100,150735100,150735100,150735100,150735100,150735100,150735100,150735100,150735100,150735100,150735100,150735100,150735100,150735100,150735100,150735100,150735100,150735100,150735100,150736823,150735100,150736824,150735100,150735100,150735100,150735100,150735100,150735100,150735100,150735100,150735100,263784700,150735100,150735100,4294838524,263850236,150735100,27394466,27394466,27394466,27394466,27394466,27394142,6160802,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394765,27394466,47055266,27394466,27394767,27394466,47186338,263917499,263917499,263917499,263917499,263917499,27394466,27394466,27394466,263913890,263917499,263917499,27398075,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394769,27394466,263914194,263917499,263917499,27398075,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,4294836642,47382946,27394466,84542730,84542730,84542730,84542730,84542730,84541643,13305098,84542730,84542730,84542730,84542730,84542730,84542730,84542730,84542730,84542730,84542730,84542723,84542730,47318282,84542730,84545468,84542730,64029962,84542730,84542730,84542730,84542730,84542730,84542730,84542730,84542730,84542730,84542730,84542730,84542730,84542730,84542730,84542730,84542730,84542730,84542730,84542730,84542730,84542730,84542730,84543748,84542730,84542175,84542730,84542730,84542730,84542730,84542730,84542730,84542730,84542730,84542730,84542730,84542730,84542730,4294837514,4392202,84542730,84542730,84542730,84542730,84542730,84542730,84542225,51447050,84542730,84542730,84542730,84542730,84542730,84542730,84542730,84542730,84542730,84542730,84545469,84542730,84542730,84542730,84543746,84542730,90506506,84542730,84542730,84542730,84542730,84542730,84542730,84542730,84542730,84542730,84542730,84542730,84542730,84542730,84542730,84542730,84542730,84542730,84542730,84542730,84542730,84542730,84542730,84545470,84542730,84543738,84542730,84542730,84542730,84542730,84542730,84542730,84542730,84542730,84542730,264176906,84542730,84542730,4294837514,48104714,84542730,263720888,263720888,263720888,263720888,263720888,263717067,13307832,263720888,263720888,263720888,263720888,263720888,263720888,263720888,263720888,263720888,263720888,263719165,263720888,264245176,263720888,263720897,263720888,201592760,263720888,263720888,263720888,263720888,263720888,263720888,263720888,263720888,263720888,263720888,263720888,263720888,263720888,263720888,263720888,263720888,263720888,263720888,263720888,263720888,263720888,263720888,263720898,263720888,263718197,263720888,263720888,263720888,263720888,263720888,263720888,263720888,263720888,263720888,263720888,263720888,263720888,4294840248,22548408,263720888,255987522,255987522,255987522,255987522,255987522,255983710,6164290,255987522,255987522,255987522,255987522,255987522,255987522,255987522,255987522,255987522,255987522,255984892,255987522,255201090,255987522,255987651,255987522,264507202,255987522,255987522,255987522,255987522,255987522,255987522,255987522,255987522,255987522,255987522,255987522,255987522,255987522,255987522,255987522,255987522,255987522,255987522,255987522,255987522,255987522,255987522,255985909,255987522,255987653,255987522,255987522,255987522,255987522,255987522,255987522,255987522,255987522,255987522,255987522,255987522,255987522,4294840130,264638274,255987522,87360821,87360821,87360821,87360821,87360821,87359582,6161717,87360821,87360821,87360821,87360821,87360821,87360821,87360821,87360821,87360821,87360821,87360205,87360821,86967605,87360821,87361799,87360821,264701237,87360821,87360821,87360821,87360821,87360821,87360821,87360821,87360821,87360821,87360821,87360821,87360821,87360821,87360821,87360821,87360821,87360821,87360821,87360821,87360821,87360821,87360821,87360781,87360821,87361881,87360821,87360821,87360821,87360821,87360821,87360821,87360821,87360821,87360821,87360821,87360821,87360821,4294837557,151717173,87360821,87360821,87360821,87360821,87360821,87360821,87359582,6161717,87360821,87360821,87360821,87360821,87360821,87360821,87360821,87360821,87360821,87360821,87360205,87360821,86967605,87360821,87361799,87360821,151520565,264769480,264769480,264769480,264769480,264769480,87360821,87360821,87360821,264766773,264769480,264769480,87363528,87360821,87360821,87360821,87360821,87360821,87360821,87360821,87360821,87360821,87360821,87360781,87360821,264767833,264769480,264769480,87363528,87360821,87360821,87360821,87360821,87360821,87360821,87360821,87360821,87360821,4294837557,151717173,87360821,264835017,264835017,264835017,264835017,264835017,264834299,217780169,264835017,264835017,264835017,264835017,264835017,264835017,264835017,264835017,264835017,264835017,264835018,264835017,264966089,264835017,264835020,264835017,265097161,264835017,264835017,264835017,264835017,264835017,264835017,264835017,264835017,264835017,264835017,264835017,264835017,264835017,264835017,264835017,264835017,264835017,264835017,264835017,264835017,264835017,264835017,264835022,264835017,264835023,264835017,264835017,264835017,264835017,264835017,264835017,264835017,264835017,264835017,264835017,264835017,264835017,4294840265,265293769,264835017,151914766,151914766,151914766,151914766,151914766,151912542,6162702,151914766,151914766,151914766,151914766,151914766,151914766,151914766,151914766,151914766,151914766,151913751,151914766,153291022,151914766,151914788,151914766,153422094,151914766,151914766,151914766,151914766,151914766,151914766,151914766,151914766,151914766,151914766,151914766,151914766,151914766,151914766,151914766,151914766,151914766,151914766,151914766,151914766,151914766,151914766,151914790,151914766,151914791,151914766,151914766,151914766,151914766,151914766,151914766,151914766,151914766,151914766,151914766,151914766,151914766,4294838542,153618702,151914766,151783692,151783692,151783692,151783692,151783692,151781470,6162700,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151782101,151783692,151914764,151783692,151783695,151783692,265357580,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783697,151783692,151783698,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,4294838540,8784140,151783692,151783692,151783692,151783692,151783692,151783692,151781470,6162700,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151782101,151783692,151914764,151783692,151783695,151783692,28117260,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783697,151783692,151783698,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,4294838540,8784140,151783692,151783692,151783692,151783692,151783692,151783692,151782129,49350924,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151782687,151783692,153291020,151783692,151783695,151783692,265423116,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151785427,151783692,151785428,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,265619724,151783692,151783692,4294838540,86182156,151783692,152176914,152176914,152176914,152176914,152176914,152174686,6162706,152176914,152176914,152176914,152176914,152176914,152176914,152176914,152176914,152176914,152176914,152174865,152176914,265685266,152176914,152178647,152176914,265816338,152176914,152176914,152176914,152176914,152176914,152176914,152176914,152176914,152176914,152176914,152176914,152176914,152176914,152176914,152176914,152176914,152176914,152176914,152176914,152176914,152176914,152176914,152178649,152176914,152178650,152176914,152176914,152176914,152176914,152176914,152176914,152176914,152176914,152176914,152176914,152176914,152176914,4294838546,266012946,152176914,266080220,266080220,266080220,266080220,266080220,266076254,6164444,266080220,266080220,266080220,266080220,266080220,266080220,266080220,266080220,266080220,266080220,266080221,266080220,151916508,266080220,266080222,266080220,266276828,266080220,266080220,266080220,266080220,266080220,266080220,266080220,266080220,266080220,266080220,266080220,266080220,266080220,266080220,266080220,266080220,266080220,266080220,266080220,266080220,266080220,266080220,266080224,266080220,266080225,266080220,266080220,266080220,266080220,266080220,266080220,266080220,266080220,266080220,266080220,266080220,266080220,4294840284,8785884,266080220,85001489,85001489,85001489,85001489,85001489,85000286,6161681,85001489,85001489,85001489,85001489,85001489,85001489,85001489,85001489,85001489,85001489,85002515,85001489,85001489,85001489,85002516,85001489,266470673,85001489,85001489,85001489,85001489,85001489,85001489,85001489,85001489,85001489,85001489,85001489,85001489,85001489,85001489,85001489,85001489,85001489,85001489,85001489,85001489,85001489,85001489,85002518,85001489,85002519,85001489,85001489,85001489,85001489,85001489,85001489,85001489,85001489,85001489,85001489,85001489,85001489,4294837521,152569105,85001489,266538979,266538979,266538979,266538979,266538979,266538980,266604515,266538979,266538979,266538979,266538979,266538979,266538979,266538979,266538979,266538979,266538979,266538981,266538979,266538979,266538979,266538982,266538979,266801123,266538979,266538979,266538979,266538979,266538979,266538979,266538979,266538979,266538979,266538979,266538979,266538979,266538979,266538979,266538979,266538979,266538979,266538979,266538979,266538979,266538979,266538979,266538984,266538979,266538985,266538979,266538979,266538979,266538979,266538979,266538979,266538979,266538979,266538979,266997731,266538979,266538979,4294840291,267063267,266538979,152504599,152504599,152504599,152504599,152504599,152502366,6162711,152504599,152504599,152504599,152504599,152504599,152504599,152504599,152504599,152504599,152504599,152504595,152504599,152897815,152504599,152506348,152504599,267192599,152504599,152504599,152504599,152504599,152504599,152504599,152504599,152504599,152504599,152504599,152504599,152504599,152504599,152504599,152504599,152504599,152504599,152504599,152504599,152504599,152504599,152504599,152506350,152504599,152504599,152504599,152504599,152504599,152504599,152504599,152504599,152504599,152504599,152504599,152504599,152504599,152504599,4294838551,267323671,152504599,84870415,84870415,84870415,84870415,84870415,84869214,6161679,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870431,84870415,85001487,84870415,84870418,84870415,85132559,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84871446,84870415,84870421,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,4294837519,85329167,84870415,267390960,267390960,267390960,267390960,267390960,267387083,13307888,267390960,267390960,267390960,267390960,267390960,267390960,267390960,267390960,267390960,267390960,267390961,267390960,267522032,267390960,267390963,267390960,267653104,267390960,267390960,267390960,267390960,267390960,267390960,267390960,267390960,267390960,267390960,267390960,267390960,267390960,267390960,267390960,267390960,267390960,267390960,267390960,267390960,267390960,267390960,267390965,267390960,267390966,267390960,267390960,267390960,267390960,267390960,267390960,267390960,267390960,267390960,267390960,267390960,267390960,4294840304,4394992,267390960,84870415,84870415,84870415,84870415,84870415,84869214,6161679,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84873207,84870415,85001487,84870415,84870418,84870415,85132559,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870420,84870415,84870421,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,4294837519,85329167,84870415,84870415,84870415,84870415,84870415,84870415,84869214,6161679,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870431,84870415,85001487,84870415,84870418,84870415,85132559,267915256,267915256,267915256,267915256,267915256,84870415,84870415,84870415,267912463,267915256,267915256,84873208,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870420,84870415,267912469,267915256,267915256,84873208,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,4294837519,85329167,84870415,152897821,152897821,152897821,152897821,152897821,152895582,6162717,152897821,152897821,152897821,152897821,152897821,152897821,152897821,152897821,152897821,152897821,152897811,152897821,152897821,152897821,152899577,152897821,268044573,152897821,152897821,152897821,152897821,152897821,152897821,152897821,152897821,152897821,152897821,152897821,152897821,152897821,152897821,152897821,152897821,152897821,152897821,152897821,152897821,152897821,152897821,152899579,152897821,152897815,152897821,152897821,152897821,152897821,152897821,152897821,152897821,152897821,152897821,152897821,152897821,152897821,4294838557,268175645,152897821,85263637,85263637,85263637,85263637,85263637,85262430,6161685,85263637,85263637,85263637,85263637,85263637,85263637,85263637,85263637,85263637,85263637,85263647,85263637,152896789,85263637,85264670,85263637,268240149,85263637,85263637,85263637,85263637,85263637,85263637,85263637,85263637,85263637,85263637,85263637,85263637,85263637,85263637,85263637,85263637,85263637,85263637,85263637,85263637,85263637,85263637,85264672,85263637,85263637,85263637,85263637,85263637,85263637,85263637,85263637,85263637,85263637,85263637,85263637,85263637,85263637,4294837525,153158933,85263637,268308478,268308478,268308478,268308478,268308478,268308479,268374014,268308478,268308478,268308478,268308478,268308478,268308478,268308478,268308478,268308478,268308478,268369918,268308478,4294840318,268308478,268369918,268308478,4294840318,268308478,268308478,268308478,268308478,268308478,268308478,268308478,268308478,268308478,268308478,268308478,268308478,268308478,268308478,268308478,268308478,268308478,268308478,268308478,268308478,268308478,268308478,268369918,268308478,268308478,268308478,268308478,268308478,268308478,268308478,268308478,268308478,268308478,268308478,4294840318,268308478,268308478,4294840318,4294840318,268308478,84870415,84870415,84870415,84870415,84870415,84869214,6161679,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870431,84870415,85001487,84870415,84870418,84870415,85132559,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84871456,84870415,84870421,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,4294837519,85329167,84870415,151914766,151914766,151914766,151914766,151914766,151912542,6162702,151914766,151914766,151914766,151914766,151914766,151914766,151914766,151914766,151914766,151914766,151977982,151914766,153291022,151914766,151914788,151914766,153422094,151914766,151914766,151914766,151914766,151914766,151914766,151914766,151914766,151914766,151914766,151914766,151914766,151914766,151914766,151914766,151914766,151914766,151914766,151914766,151914766,151914766,151914766,151914790,151914766,151914791,151914766,151914766,151914766,151914766,151914766,151914766,151914766,151914766,151914766,151914766,151914766,151914766,4294838542,153618702,151914766,153291043,153291043,153291043,153291043,153291043,153288798,6162723,153291043,153291043,153291043,153291043,153291043,153291043,153291043,153291043,153291043,153291043,153291049,153291043,151914787,153291043,153354238,153291043,4294838563,153291043,153291043,153291043,153291043,153291043,153291043,153291043,153291043,153291043,153291043,153291043,153291043,153291043,153291043,153291043,153291043,153291043,153291043,153291043,153291043,153291043,153291043,153354238,153291043,153292758,153291043,153291043,153291043,153291043,153291043,153291043,153291043,153291043,153291043,153291043,153291043,153291043,4294838563,8784163,153291043,151914766,151914766,151914766,151914766,151914766,151912542,6162702,151914766,151914766,151914766,151914766,151914766,151914766,151914766,151914766,151914766,151914766,151913751,151914766,153291022,151914766,151914788,151914766,4294838542,151914766,151914766,151914766,151914766,151914766,151914766,151914766,151914766,151914766,151914766,151914766,151914766,151914766,151914766,151914766,151914766,151914766,151914766,151914766,151914766,151914766,151914766,151914790,151914766,151914791,151914766,151914766,151914766,151914766,151914766,151914766,151914766,151914766,151914766,151914766,151914766,151914766,4294838542,153618702,151914766,4294901758,4294901758,4294901758,4294901758,4294901758,4294838678,160890878,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,153553191,153553191,153553191,153553191,153553191,153550942,6162727,153553191,153553191,153553191,153553191,153553191,153553191,153553191,153553191,153553191,153553191,153552151,153553191,4294838567,153553191,153616382,153553191,4294838567,153553191,153553191,153553191,153553191,153553191,153553191,153553191,153553191,153553191,153553191,153553191,153553191,153553191,153553191,153553191,153553191,153553191,153553191,153553191,153553191,153553191,153553191,153616382,153553191,153553191,153553191,153553191,153553191,153553191,153553191,153553191,153553191,153553191,153553191,153553191,153553191,153553191,4294838567,4294838567,153553191,47579862,47579862,47579862,47579862,47579862,47579230,6161110,47579862,47579862,47579862,47579862,47579862,47579862,47579862,47579862,47579862,47579862,47580439,47579862,85459670,47579862,47580441,47579862,85590742,47579862,47579862,47579862,47579862,47579862,47579862,47579862,47579862,47579862,47579862,47579862,47579862,47579862,47579862,47579862,47579862,47579862,47579862,47579862,47579862,47579862,47579862,47581478,47579862,47580444,47579862,47579862,47579862,47579862,47579862,47579862,47579862,47579862,47579862,47579862,47579862,47579862,4294836950,85787350,47579862,85001489,85001489,85001489,85001489,85001489,85000286,6161681,85001489,85001489,85001489,85001489,85001489,85001489,85001489,85001489,85001489,85001489,85065726,85001489,85001489,85001489,85002516,85001489,152372497,85001489,85001489,85001489,85001489,85001489,85001489,85001489,85001489,85001489,85001489,85001489,85001489,85001489,85001489,85001489,85001489,85001489,85001489,85001489,85001489,85001489,85001489,85002518,85001489,85002519,85001489,85001489,85001489,85001489,85001489,85001489,85001489,85001489,85001489,85001489,85001489,85001489,4294837521,152569105,85001489,85460248,85460248,85460248,85460248,85460248,85459038,6161688,85460248,85460248,85460248,85460248,85460248,85460248,85460248,85460248,85460248,85460248,85461289,85460248,47580440,85460248,85461290,85460248,4294837528,85460248,85460248,85460248,85460248,85460248,85460248,85460248,85460248,85460248,85460248,85460248,85460248,85460248,85460248,85460248,85460248,85460248,85460248,85460248,85460248,85460248,85460248,85461292,85460248,85460260,85460248,85460248,85460248,85460248,85460248,85460248,85460248,85460248,85460248,85460248,85460248,85460248,4294837528,8783128,85460248,85460248,85460248,85460248,85460248,85460248,85459038,6161688,85460248,85460248,85460248,85460248,85460248,85460248,85460248,85460248,85460248,85460248,85461289,85460248,47580440,85460248,85461290,85460248,28443928,85460248,85460248,85460248,85460248,85460248,85460248,85460248,85460248,85460248,85460248,85460248,85460248,85460248,85460248,85460248,85460248,85460248,85460248,85460248,85460248,85460248,85460248,85461292,85460248,85460260,85460248,85460248,85460248,85460248,85460248,85460248,85460248,85460248,85460248,85460248,85460248,85460248,4294837528,8783128,85460248,85460248,85460248,85460248,85460248,85460248,85459711,50267416,85460248,85460248,85460248,85460248,85460248,85460248,85460248,85460248,85460248,85460248,85461267,85460248,85460248,85460248,85461290,85460248,4294837528,85460248,85460248,85460248,85460248,85460248,85460248,85460248,85460248,85460248,85460248,85460248,85460248,85460248,85460248,85460248,85460248,85460248,85460248,85460248,85460248,85460248,85460248,85524478,85460248,85524478,85460248,85460248,85460248,85460248,85460248,85460248,85460248,85460248,85460248,4294837528,85460248,85460248,4294837528,86181144,85460248,4294901758,4294901758,4294901758,4294901758,4294901758,4294836427,13369342,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4456446,4294901758,47579862,47579862,47579862,47579862,47579862,47579230,6161110,47579862,47579862,47579862,47579862,47579862,47579862,47579862,47579862,47579862,47579862,47580439,47579862,85459670,47579862,47580441,47579862,85590742,4294901758,4294901758,4294901758,4294901758,4294901758,47579862,47579862,47579862,4294836950,4294901758,4294901758,47644670,47579862,47579862,47579862,47579862,47579862,47579862,47579862,47579862,47579862,47579862,47580443,47579862,4294837532,4294901758,4294901758,47644670,47579862,47579862,47579862,47579862,47579862,47579862,47579862,47579862,47579862,4294836950,85787350,47579862,154143024,154143024,154143024,154143024,154143024,154140766,6162736,154143024,154143024,154143024,154143024,154143024,154143024,154143024,154143024,154143024,154143024,154143017,154143024,85723440,154143024,154206206,154143024,4294838576,154143024,154143024,154143024,154143024,154143024,154143024,154143024,154143024,154143024,154143024,154143024,154143024,154143024,154143024,154143024,154143024,154143024,154143024,154143024,154143024,154143024,154143024,154206206,154143024,154141988,154143024,154143024,154143024,154143024,154143024,154143024,154143024,154143024,154143024,154143024,154143024,154143024,4294838576,8784176,154143024,85722396,85722396,85722396,85722396,85722396,85721182,6161692,85722396,85722396,85722396,85722396,85722396,85722396,85722396,85722396,85722396,85722396,85722391,85722396,154141980,85722396,85723441,85722396,4294837532,85722396,85722396,85722396,85722396,85722396,85722396,85722396,85722396,85722396,85722396,85722396,85722396,85722396,85722396,85722396,85722396,85722396,85722396,85722396,85722396,85722396,85722396,85723442,85722396,85722396,85722396,85722396,85722396,85722396,85722396,85722396,85722396,85722396,85722396,85722396,85722396,85722396,4294837532,154338588,85722396,155257153,155257153,155257153,155257153,155257153,155255576,51906881,155257153,155257153,155257153,155257153,155257153,155257153,155257153,155257153,155257153,155257153,155320318,155257153,155257153,155257153,155320318,155257153,164432193,155257153,155257153,155257153,155257153,155257153,155257153,155257153,155257153,155257153,155257153,155257153,155257153,155257153,155257153,155257153,155257153,155257153,155257153,155257153,155257153,155257153,155257153,155320318,155257153,155257153,155257153,155257153,155257153,155257153,155257153,155257153,155257153,155257153,155257153,4294838593,155257153,155257153,4294838593,4294838593,155257153,47579862,47579862,47579862,47579862,47579862,47579230,6161110,47579862,47579862,47579862,47579862,47579862,47579862,47579862,47579862,47579862,47579862,47580439,47579862,85459670,47579862,47580441,47579862,85590742,47579862,47579862,47579862,47579862,47579862,47579862,47579862,47579862,47579862,47579862,47579862,47579862,47579862,47579862,47579862,47579862,47579862,47579862,47579862,47579862,47579862,47579862,47581490,47579862,47580444,47579862,47579862,47579862,47579862,47579862,47579862,47579862,47579862,47579862,47579862,47579862,47579862,4294836950,85787350,47579862,84870415,84870415,84870415,84870415,84870415,84869214,6161679,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84934654,84870415,85001487,84870415,84870418,84870415,85132559,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870420,84870415,84870421,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,4294837519,85329167,84870415,86115618,86115618,86115618,86115618,86115618,86114398,6161698,86115618,86115618,86115618,86115618,86115618,86115618,86115618,86115618,86115618,86115618,86115029,86115618,85722402,86115618,86116661,86115618,4294837538,86115618,86115618,86115618,86115618,86115618,86115618,86115618,86115618,86115618,86115618,86115618,86115618,86115618,86115618,86115618,86115618,86115618,86115618,86115618,86115618,86115618,86115618,86116663,86115618,86115034,86115618,86115618,86115618,86115618,86115618,86115618,86115618,86115618,86115618,86115618,86115618,86115618,4294837538,8783138,86115618,86115618,86115618,86115618,86115618,86115618,86114398,6161698,86115618,86115618,86115618,86115618,86115618,86115618,86115618,86115618,86115618,86115618,86115029,86115618,85722402,86115618,86116661,86115618,28837154,86115618,86115618,86115618,86115618,86115618,86115618,86115618,86115618,86115618,86115618,86115618,86115618,86115618,86115618,86115618,86115618,86115618,86115618,86115618,86115618,86115618,86115618,86116663,86115618,86115034,86115618,86115618,86115618,86115618,86115618,86115618,86115618,86115618,86115618,86115618,86115618,86115618,4294837538,8783138,86115618,86115618,86115618,86115618,86115618,86115618,86114495,12518690,86115618,86115618,86115618,86115618,86115618,86115618,86115618,86115618,86115618,86115618,86179838,86115618,154141986,86115618,86116661,86115618,4294837538,86115618,86115618,86115618,86115618,86115618,86115618,86115618,86115618,86115618,86115618,86115618,86115618,86115618,86115618,86115618,86115618,86115618,86115618,86115618,86115618,86115618,86115618,86179838,86115618,86115618,86115618,86115618,86115618,86115618,86115618,86115618,86115618,86115618,86115618,4294837538,86115618,86115618,4294837538,86181154,86115618,86246692,86246692,86246692,86246692,86246692,86245470,6161700,86246692,86246692,86246692,86246692,86246692,86246692,86246692,86246692,86246692,86246692,86245808,86246692,86246692,86246692,86247736,86246692,4294837540,86246692,86246692,86246692,86246692,86246692,86246692,86246692,86246692,86246692,86246692,86246692,86246692,86246692,86246692,86246692,86246692,86246692,86246692,86246692,86246692,86246692,86246692,86247738,86246692,86247739,86246692,86246692,86246692,86246692,86246692,86246692,86246692,86246692,86246692,86246692,86246692,86246692,4294837540,154928420,86246692,4294901758,4294901758,4294901758,4294901758,4294901758,4294837630,92209150,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,154863931,154863931,154863931,154863931,154863931,154861662,6162747,154863931,154863931,154863931,154863931,154863931,154863931,154863931,154863931,154863931,154863931,154863913,154863931,155257147,154863931,154927102,154863931,4294838587,154863931,154863931,154863931,154863931,154863931,154863931,154863931,154863931,154863931,154863931,154863931,154863931,154863931,154863931,154863931,154863931,154863931,154863931,154863931,154863931,154863931,154863931,154927102,154863931,154927102,154863931,154863931,154863931,154863931,154863931,154863931,154863931,154863931,154863931,154863931,154863931,154863931,4294838587,8784187,154863931,47842010,47842010,47842010,47842010,47842010,47841374,6161114,47842010,47842010,47842010,47842010,47842010,47842010,47842010,47842010,47842010,47842010,47841553,47842010,86246106,47842010,47842597,47842010,52429530,47842010,47842010,47842010,47842010,47842010,47842010,47842010,47842010,47842010,47842010,47842010,47842010,47842010,47842010,47842010,47842010,47842010,47842010,47842010,47842010,47842010,47842010,47843642,47842010,47842599,47842010,47842010,47842010,47842010,47842010,47842010,47842010,47842010,47842010,47842010,47842010,47842010,4294836954,86508250,47842010,165153240,165153240,165153240,165153240,165153240,165150923,13306328,165153240,165153240,165153240,165153240,165153240,165153240,165153240,165153240,165153240,165153240,165151137,165153240,165218776,165153240,165216254,165153240,93129176,165153240,165153240,165153240,165153240,165153240,165153240,165153240,165153240,165153240,165153240,165153240,165153240,165153240,165153240,165153240,165153240,165153240,165153240,165153240,165153240,165153240,165153240,165153243,165153240,165153244,165153240,165153240,165153240,165153240,165153240,165153240,165153240,165153240,165153240,165153240,165153240,165153240,4294838744,4393432,165153240,152176914,152176914,152176914,152176914,152176914,152174686,6162706,152176914,152176914,152176914,152176914,152176914,152176914,152176914,152176914,152176914,152176914,152175018,152176914,265685266,152176914,152178647,152176914,265816338,152176914,152176914,152176914,152176914,152176914,152176914,152176914,152176914,152176914,152176914,152176914,152176914,152176914,152176914,152176914,152176914,152176914,152176914,152176914,152176914,152176914,152176914,152178649,152176914,152178650,152176914,152176914,152176914,152176914,152176914,152176914,152176914,152176914,152176914,152176914,152176914,152176914,4294838546,266012946,152176914,47842010,47842010,47842010,47842010,47842010,47841374,6161114,47842010,47842010,47842010,47842010,47842010,47842010,47842010,47842010,47842010,47842010,47841553,47842010,86246106,47842010,47842597,47842010,52429530,4294901758,4294901758,4294901758,4294901758,4294901758,47842010,47842010,47842010,4294836954,4294901758,4294901758,47906814,47842010,47842010,47842010,47842010,47842010,47842010,47842010,47842010,47842010,47842010,47842598,47842010,4294837543,4294901758,4294901758,47906814,47842010,47842010,47842010,47842010,47842010,47842010,47842010,47842010,47842010,4294836954,86508250,47842010,155257153,155257153,155257153,155257153,155257153,155254878,6162753,155257153,155257153,155257153,155257153,155257153,155257153,155257153,155257153,155257153,155257153,155256087,155257153,154863937,155257153,155320318,155257153,164432193,155257153,155257153,155257153,155257153,155257153,155257153,155257153,155257153,155257153,155257153,155257153,155257153,155257153,155257153,155257153,155257153,155257153,155257153,155257153,155257153,155257153,155257153,155257138,155257153,155320318,155257153,155257153,155257153,155257153,155257153,155257153,155257153,155257153,155257153,155257153,155257153,155257153,4294838593,4294838593,155257153,86443303,86443303,86443303,86443303,86443303,86442078,6161703,86443303,86443303,86443303,86443303,86443303,86443303,86443303,86443303,86443303,86443303,86442709,86443303,155256103,86443303,86444354,86443303,4294837543,86443303,86443303,86443303,86443303,86443303,86443303,86443303,86443303,86443303,86443303,86443303,86443303,86443303,86443303,86443303,86443303,86443303,86443303,86443303,86443303,86443303,86443303,86444356,86443303,86444357,86443303,86443303,86443303,86443303,86443303,86443303,86443303,86443303,86443303,86443303,86443303,86443303,4294837543,8783143,86443303,86443303,86443303,86443303,86443303,86443303,86442078,6161703,86443303,86443303,86443303,86443303,86443303,86443303,86443303,86443303,86443303,86443303,86442709,86443303,155256103,86443303,86444354,86443303,28837159,86443303,86443303,86443303,86443303,86443303,86443303,86443303,86443303,86443303,86443303,86443303,86443303,86443303,86443303,86443303,86443303,86443303,86443303,86443303,86443303,86443303,86443303,86444356,86443303,86444357,86443303,86443303,86443303,86443303,86443303,86443303,86443303,86443303,86443303,86443303,86443303,86443303,4294837543,8783143,86443303,86443303,86443303,86443303,86443303,86443303,86442175,12518695,86443303,86443303,86443303,86443303,86443303,86443303,86443303,86443303,86443303,86443303,86507518,86443303,154862887,86443303,86444354,86443303,4294837543,86443303,86443303,86443303,86443303,86443303,86443303,86443303,86443303,86443303,86443303,86443303,86443303,86443303,86443303,86443303,86443303,86443303,86443303,86443303,86443303,86443303,86443303,86507518,86443303,86443303,86443303,86443303,86443303,86443303,86443303,86443303,86443303,86443303,86443303,4294837543,86443303,86443303,4294837543,4294837543,86443303,155519301,155519301,155519301,155519301,155519301,155517022,6162757,155519301,155519301,155519301,155519301,155519301,155519301,155519301,155519301,155519301,155519301,155517653,155519301,4294838597,155519301,155582462,155519301,4294838597,155519301,155519301,155519301,155519301,155519301,155519301,155519301,155519301,155519301,155519301,155519301,155519301,155519301,155519301,155519301,155519301,155519301,155519301,155519301,155519301,155519301,155519301,155582462,155519301,155518247,155519301,155519301,155519301,155519301,155519301,155519301,155519301,155519301,155519301,155519301,155519301,155519301,4294838597,29886789,155519301,4294901758,4294901758,4294901758,4294901758,4294901758,4294837329,72482814,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,260636670,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4456446,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294836427,13369342,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294837545,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294837484,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4456446,4294901758,48038621,48038621,48038621,48038621,48038621,48038091,13304541,48038621,48038621,48038621,48038621,48038621,48038621,48038621,48038621,48038621,48038621,48038305,48038621,47317725,48038621,48039210,48038621,52036317,4294901758,4294901758,4294901758,4294901758,4294901758,48038621,48038621,48038621,4294836957,4294901758,4294901758,48103422,48038621,48038621,48038621,48038621,48038621,48038621,48038621,48038621,48038621,48038621,48039211,48038621,4294836645,4294901758,4294901758,48103422,48038621,48038621,48038621,48038621,48038621,48038621,48038621,48038621,48038621,4294836957,4391645,48038621,156567893,156567893,156567893,156567893,156567893,156565707,13306197,156567893,156567893,156567893,156567893,156567893,156567893,156567893,156567893,156567893,156567893,156566787,156567893,155912533,156567893,156631038,156567893,4294838613,156567893,156567893,156567893,156567893,156567893,156567893,156567893,156567893,156567893,156567893,156567893,156567893,156567893,156567893,156567893,156567893,156567893,156567893,156567893,156567893,156567893,156567893,156631038,156567893,156566831,156567893,156567893,156567893,156567893,156567893,156567893,156567893,156567893,156567893,156567893,156567893,156567893,4294838613,68290901,156567893,155912523,155912523,155912523,155912523,155912523,155910238,6162763,155912523,155912523,155912523,155912523,155912523,155912523,155912523,155912523,155912523,155912523,155910861,155912523,156567883,155912523,155912525,155912523,156109131,155912523,155912523,155912523,155912523,155912523,155912523,155912523,155912523,155912523,155912523,155912523,155912523,155912523,155912523,155912523,155912523,155912523,155912523,155912523,155912523,155912523,155912523,155911470,155912523,155975678,155912523,155912523,155912523,155912523,155912523,155912523,155912523,155912523,155912523,155912523,155912523,155912523,4294838603,156305739,155912523,4294901758,4294901758,4294901758,4294901758,4294901758,4294836318,6225918,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294837500,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294840117,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,155912523,155912523,155912523,155912523,155912523,155910238,6162763,155912523,155912523,155912523,155912523,155912523,155912523,155912523,155912523,155912523,155912523,155910861,155912523,156567883,155912523,155912525,155912523,4294838603,155912523,155912523,155912523,155912523,155912523,155912523,155912523,155912523,155912523,155912523,155912523,155912523,155912523,155912523,155912523,155912523,155912523,155912523,155912523,155912523,155912523,155912523,155911470,155912523,155975678,155912523,155912523,155912523,155912523,155912523,155912523,155912523,155912523,155912523,155912523,155912523,155912523,4294838603,156305739,155912523,155912523,155912523,155912523,155912523,155912523,155910238,6162763,155912523,155912523,155912523,155912523,155912523,155912523,155912523,155912523,155912523,155912523,155910861,155912523,156567883,155912523,155912525,155912523,156109131,4294901758,4294901758,4294901758,4294901758,4294901758,155912523,155912523,155912523,4294838603,4294901758,4294901758,155975678,155912523,155912523,155912523,155912523,155912523,155912523,155912523,155912523,155912523,155912523,155911470,155912523,4294901758,4294901758,4294901758,155975678,155912523,155912523,155912523,155912523,155912523,155912523,155912523,155912523,155912523,4294838603,156305739,155912523,86967599,86967599,86967599,86967599,86967599,86966475,13305135,86967599,86967599,86967599,86967599,86967599,86967599,86967599,86967599,86967599,86967599,86967555,86967599,87360815,86967599,87031806,86967599,58983727,86967599,86967599,86967599,86967599,86967599,86967599,86967599,86967599,86967599,86967599,86967599,86967599,86967599,86967599,86967599,86967599,86967599,86967599,86967599,86967599,86967599,86967599,86968660,86967599,86968661,86967599,86967599,86967599,86967599,86967599,86967599,86967599,86967599,86967599,86967599,86967599,86967599,4294837551,4392239,86967599,4294901758,4294901758,4294901758,4294901758,4294901758,4294837185,63045630,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,87622969,87622969,87622969,87622969,87622969,87622373,48563513,87622969,87622969,87622969,87622969,87622969,87622969,87622969,87622969,87622969,87622969,87687166,87622969,156566841,87622969,87624022,87622969,87098681,87622969,87622969,87622969,87622969,87622969,87622969,87622969,87622969,87622969,87622969,87622969,87622969,87622969,87622969,87622969,87622969,87622969,87622969,87622969,87622969,87622969,87622969,87687166,87622969,87622969,87622969,87622969,87622969,87622969,87622969,87622969,87622969,87622969,87622969,4294837561,87622969,87622969,4294837561,4294837561,87622969,27591077,27591077,27591077,27591077,27591077,27590750,6160805,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27590929,27591077,48169381,27591077,27591392,27591077,48300453,4294901758,4294901758,4294901758,4294901758,4294901758,27591077,27591077,27591077,4294836645,4294901758,4294901758,27656190,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591394,27591077,4294836963,4294901758,4294901758,27656190,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,4294836645,48497061,27591077,156830041,156830041,156830041,156830041,156830041,156827851,13306201,156830041,156830041,156830041,156830041,156830041,156830041,156830041,156830041,156830041,156830041,156829949,156830041,4294838617,156830041,156893182,156830041,4294838617,156830041,156830041,156830041,156830041,156830041,156830041,156830041,156830041,156830041,156830041,156830041,156830041,156830041,156830041,156830041,156830041,156830041,156830041,156830041,156830041,156830041,156830041,156831682,156830041,156893182,156830041,156830041,156830041,156830041,156830041,156830041,156830041,156830041,156830041,156830041,156830041,156830041,4294838617,22546777,156830041,146475195,146475195,146475195,146475195,146475195,146473163,13306043,146475195,146475195,146475195,146475195,146475195,146475195,146475195,146475195,146475195,146475195,146474281,146475195,255985851,146475195,146476867,146475195,256116923,146475195,146475195,146475195,146475195,146475195,146475195,146475195,146475195,146475195,146475195,146475195,146475195,146475195,146475195,146475195,146475195,146475195,146475195,146475195,146475195,146475195,146475195,146476869,146475195,146476870,146475195,146475195,146475195,146475195,146475195,146475195,146475195,146475195,146475195,146475195,146475195,146475195,4294838459,4393147,146475195,48431843,48431843,48431843,48431843,48431843,48431307,13304547,48431843,48431843,48431843,48431843,48431843,48431843,48431843,48431843,48431843,48431843,48431521,48431843,87360227,48431843,48432438,48431843,87491299,4294901758,4294901758,4294901758,4294901758,4294901758,48431843,48431843,48431843,4294836963,4294901758,4294901758,48496638,48431843,48431843,48431843,48431843,48431843,48431843,48431843,48431843,48431843,48431843,48432440,48431843,4294837561,4294901758,4294901758,48496638,48431843,48431843,48431843,48431843,48431843,48431843,48431843,48431843,48431843,4294836963,4391651,48431843,48562917,48562917,48562917,48562917,48562917,48562379,13304549,48562917,48562917,48562917,48562917,48562917,48562917,48562917,48562917,48562917,48562917,48562442,48562917,62784229,48562917,48563514,48562917,87753445,4294901758,4294901758,4294901758,4294901758,4294901758,48562917,48562917,48562917,4294836965,4294901758,4294901758,48627710,48562917,48562917,48562917,48562917,48562917,48562917,48562917,48562917,48562917,48562917,48563516,48562917,4294836648,4294901758,4294901758,48627710,48562917,48562917,48562917,48562917,48562917,48562917,48562917,48562917,48562917,4294836965,14549733,48562917,17760527,17760527,17760527,17760527,17760527,17760437,11862287,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760437,17760527,17760527,17760527,17760678,17760527,17760527,4294901758,4294901758,4294901758,4294901758,4294901758,17760527,17760527,17760527,4294836495,4294901758,4294901758,17825790,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760679,17760527,4294836648,4294901758,4294901758,17825790,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,88016191,88016191,88016191,88016191,88016191,88015051,13305151,88016191,88016191,88016191,88016191,88016191,88016191,88016191,88016191,88016191,88016191,88016097,88016191,63309119,88016191,88080382,88016191,204735807,88016191,88016191,88016191,88016191,88016191,88016191,88016191,88016191,88016191,88016191,88016191,88016191,88016191,88016191,88016191,88016191,88016191,88016191,88016191,88016191,88016191,88016191,88017253,88016191,88016524,88016191,88016191,88016191,88016191,88016191,88016191,88016191,88016191,88016191,88016191,88016191,88016191,4294837567,22545727,88016191,109840012,109840012,109840012,109840012,109840012,109840012,109840012,109840012,109840012,109840012,109840012,109840012,109840012,109840012,109840012,109840012,109840012,109840012,109840012,109840012,109840012,109841242,109840012,109840012,109840012,109840012,109840012,109840012,109840012,109840012,109840012,109840012,109840012,109840012,109840012,109840012,109840012,109840012,109840012,109840012,109840012,109840012,109840012,109840012,109840012,109840012,109840012,109840012,109840012,109840012,109840012,109840012,109840012,109840012,109840012,109840012,109840012,109840012,4294837900,109840012,109840012,109840012,109840012,109840012,27787688,27787688,27787688,27787688,27787688,27787467,13304232,27787688,27787688,27787688,27787688,27787688,27787688,27787688,27787688,27787688,27787688,27787530,27787688,48693672,27787688,27788008,27787688,48824744,4294901758,4294901758,4294901758,4294901758,4294901758,27787688,27787688,27787688,4294836648,4294901758,4294901758,27852798,27787688,27787688,27787688,27787688,27787688,27787688,27787688,27787688,27787688,27787688,27788010,27787688,4294836965,4294901758,4294901758,27852798,27787688,27787688,27787688,27787688,27787688,27787688,27787688,27787688,27787688,4294836648,4391336,27787688,4294901758,4294901758,4294901758,4294901758,4294901758,4294836596,24444926,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,88408062,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,18284542,4294901758,88343876,88343876,88343876,88343876,88343876,88342900,24380740,88343876,88343876,88343876,88343876,88343876,88343876,88343876,88343876,88343876,88343876,88344936,88343876,88343876,88343876,88344937,88343876,4294837572,88343876,88343876,88343876,88343876,88343876,88343876,88343876,88343876,88343876,88343876,88343876,88343876,88343876,88343876,88343876,88343876,88343876,88343876,88343876,88343876,88343876,88343876,88344939,88343876,88344940,88343876,88343876,88343876,88343876,88343876,88343876,88343876,88343876,88343876,88343876,88343876,88343876,4294837572,18220356,88343876,88343876,88343876,88343876,88343876,88343876,88408062,4294837572,88343876,88343876,88343876,88343876,88343876,88343876,88343876,88343876,88343876,88343876,88408062,88343876,88343876,88343876,88344937,88343876,157943108,88343876,88343876,88343876,88343876,88343876,88343876,88343876,88343876,88343876,88343876,88343876,88343876,88343876,88343876,88343876,88343876,88343876,88343876,88343876,88343876,88343876,88343876,88408062,88343876,88344940,88343876,88343876,88343876,88343876,88343876,88343876,88343876,88343876,88343876,4294837572,88343876,88343876,4294837572,18220356,88343876,158075244,158075244,158075244,158075244,158075244,158073204,24381804,158075244,158075244,158075244,158075244,158075244,158075244,158075244,158075244,158075244,158075244,158075240,158075244,158468460,158075244,158138366,158075244,4294838636,158075244,158075244,158075244,158075244,158075244,158075244,158075244,158075244,158075244,158075244,158075244,158075244,158075244,158075244,158075244,158075244,158075244,158075244,158075244,158075244,158075244,158075244,158138366,158075244,158075244,158075244,158075244,158075244,158075244,158075244,158075244,158075244,158075244,158075244,158075244,158075244,158075244,4294838636,18221420,158075244,4294901758,4294901758,4294901758,4294901758,4294901758,4294837329,72482814,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294839572,4294901758,260636670,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4456446,4294901758,88212802,88212802,88212802,88212802,88212802,88211828,24380738,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88276990,88212802,88343874,88212802,88212805,88212802,88474946,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212807,88212802,88212808,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,4294837570,18220354,88212802,88212802,88212802,88212802,88212802,88212802,88211828,24380738,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88213387,88212802,88343874,88212802,88212805,88212802,88474946,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212807,88212802,88212808,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,4294837570,88212802,88212802,4294837570,18220354,88212802,88212802,88212802,88212802,88212802,88212802,88211828,24380738,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88213387,88212802,88343874,88212802,88212805,88212802,88474946,4294901758,4294901758,4294901758,4294901758,4294901758,88212802,88212802,88212802,4294837570,4294901758,4294901758,88276990,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212807,88212802,4294837576,4294901758,4294901758,88276990,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,88212802,4294837570,18220354,88212802,158468466,158468466,158468466,158468466,158468466,158466420,24381810,158468466,158468466,158468466,158468466,158468466,158468466,158468466,158468466,158468466,158468466,158468456,158468466,158468466,158468466,158531582,158468466,4294838642,158468466,158468466,158468466,158468466,158468466,158468466,158468466,158468466,158468466,158468466,158468466,158468466,158468466,158468466,158468466,158468466,158468466,158468466,158468466,158468466,158468466,158468466,158531582,158468466,158468460,158468466,158468466,158468466,158468466,158468466,158468466,158468466,158468466,158468466,158468466,158468466,158468466,4294838642,18221426,158468466,88606024,88606024,88606024,88606024,88606024,88605044,24380744,88606024,88606024,88606024,88606024,88606024,88606024,88606024,88606024,88606024,88606024,88606603,88606024,158467400,88606024,88607091,88606024,4294837576,88606024,88606024,88606024,88606024,88606024,88606024,88606024,88606024,88606024,88606024,88606024,88606024,88606024,88606024,88606024,88606024,88606024,88606024,88606024,88606024,88606024,88606024,88607093,88606024,88606024,88606024,88606024,88606024,88606024,88606024,88606024,88606024,88606024,88606024,88606024,88606024,88606024,4294837576,18220360,88606024,88606024,88606024,88606024,88606024,88606024,88670206,4294837576,88606024,88606024,88606024,88606024,88606024,88606024,88606024,88606024,88606024,88606024,88670206,88606024,158467400,88606024,88607091,88606024,158598472,88606024,88606024,88606024,88606024,88606024,88606024,88606024,88606024,88606024,88606024,88606024,88606024,88606024,88606024,88606024,88606024,88606024,88606024,88606024,88606024,88606024,88606024,88670206,88606024,88606024,88606024,88606024,88606024,88606024,88606024,88606024,88606024,88606024,88606024,4294837576,88606024,88606024,4294837576,18220360,88606024,266604516,266604516,266604516,266604516,266604516,266600542,6164452,266604516,266604516,266604516,266604516,266604516,266604516,266604516,266604516,266604516,266604516,266665982,266604516,4294840292,266604516,266665982,266604516,4294840292,266604516,266604516,266604516,266604516,266604516,266604516,266604516,266604516,266604516,266604516,266604516,266604516,266604516,266604516,266604516,266604516,266604516,266604516,266604516,266604516,266604516,266604516,266665982,266604516,266665982,266604516,266604516,266604516,266604516,266604516,266604516,266604516,266604516,266604516,266604516,266604516,266604516,4294840292,4294840292,266604516,158796151,158796151,158796151,158796151,158796151,158793822,6162807,158796151,158796151,158796151,158796151,158796151,158796151,158796151,158796151,158796151,158796151,158859262,158796151,88738167,158796151,158859262,158796151,4294838647,158796151,158796151,158796151,158796151,158796151,158796151,158796151,158796151,158796151,158796151,158796151,158796151,158796151,158796151,158796151,158796151,158796151,158796151,158796151,158796151,158796151,158796151,158859262,158796151,158796169,158796151,158796151,158796151,158796151,158796151,158796151,158796151,158796151,158796151,158796151,158796151,158796151,4294838647,4294838647,158796151,88737098,88737098,88737098,88737098,88737098,88735838,6161738,88737098,88737098,88737098,88737098,88737098,88737098,88737098,88737098,88737098,88737098,88738166,88737098,158795082,88737098,88738168,88737098,4294837578,88737098,88737098,88737098,88737098,88737098,88737098,88737098,88737098,88737098,88737098,88737098,88737098,88737098,88737098,88737098,88737098,88737098,88737098,88737098,88737098,88737098,88737098,88738170,88737098,88738171,88737098,88737098,88737098,88737098,88737098,88737098,88737098,88737098,88737098,88737098,88737098,88737098,4294837578,8783178,88737098,88737098,88737098,88737098,88737098,88737098,88735838,6161738,88737098,88737098,88737098,88737098,88737098,88737098,88737098,88737098,88737098,88737098,88738166,88737098,158795082,88737098,88738168,88737098,49087818,88737098,88737098,88737098,88737098,88737098,88737098,88737098,88737098,88737098,88737098,88737098,88737098,88737098,88737098,88737098,88737098,88737098,88737098,88737098,88737098,88737098,88737098,88738170,88737098,88738171,88737098,88737098,88737098,88737098,88737098,88737098,88737098,88737098,88737098,88737098,88737098,88737098,4294837578,8783178,88737098,88737098,88737098,88737098,88737098,88737098,88737098,88737098,88737098,88737098,88737098,88737098,88737098,88737098,88737098,88737098,88737098,88737098,88737098,88737098,88737098,88737098,88738168,88737098,88737098,88737098,88737098,88737098,88737098,88737098,88737098,88737098,88737098,88737098,88737098,88737098,88737098,88737098,88737098,88737098,88737098,88737098,88737098,88737098,88737098,88737098,88737098,88737098,88737098,88737098,88737098,88737098,88737098,88737098,88737098,88737098,88737098,88737098,88737098,4294837578,88737098,88737098,88737098,88737098,88737098,159058299,159058299,159058299,159058299,159058299,159056053,11864443,159058299,159058299,159058299,159058299,159058299,159058299,159058299,159058299,159058299,159058299,159057098,159058299,160237947,159058299,159121406,159058299,159058299,159058299,159058299,159058299,159058299,159058299,159058299,159058299,159058299,159058299,159058299,159058299,159058299,159058299,159058299,159058299,159058299,159058299,159058299,159058299,159058299,159058299,159058299,159121406,159058299,159058302,159058299,159058299,159058299,159058299,159058299,159058299,159058299,159058299,159058299,159058299,159058299,159058299,159058299,159058299,159058299,27984299,27984299,27984299,27984299,27984299,27983966,6160811,27984299,27984299,27984299,27984299,27984299,27984299,27984299,27984299,27984299,27984299,27984304,27984299,27984299,27984299,27984620,27984299,49086891,4294901758,4294901758,4294901758,4294901758,4294901758,27984299,27984299,27984299,4294836651,4294901758,4294901758,28049406,27984299,27984299,27984299,27984299,27984299,27984299,27984299,27984299,27984299,27984299,27984622,27984299,4294836975,4294901758,4294901758,28049406,27984299,27984299,27984299,27984299,27984299,27984299,27984299,27984299,27984299,4294836651,18219435,27984299,261230482,261230482,261230482,261230482,261230482,261226699,13307794,261230482,261230482,261230482,261230482,261230482,261230482,261230482,261230482,261230482,261230482,261227779,261230482,83955602,261230482,261292030,261230482,4294840210,261230482,261230482,261230482,261230482,261230482,261230482,261230482,261230482,261230482,261230482,261230482,261230482,261230482,261230482,261230482,261230482,261230482,261230482,261230482,261230482,261230482,261230482,261292030,261230482,261228727,261230482,261230482,261230482,261230482,261230482,261230482,261230482,261230482,261230482,261230482,261230482,261230482,4294840210,4394898,261230482,159254910,159254910,159254910,159254910,159254910,159252574,6162814,159254910,159254910,159254910,159254910,159254910,159254910,159254910,159254910,159254910,159254910,159254902,159254910,4294838654,159254910,159318014,159254910,4294838654,159254910,159254910,159254910,159254910,159254910,159254910,159254910,159254910,159254910,159254910,159254910,159254910,159254910,159254910,159254910,159254910,159254910,159254910,159254910,159254910,159254910,159254910,159318014,159254910,159318014,159254910,159254910,159254910,159254910,159254910,159254910,159254910,159254910,159254910,159254910,159254910,159254910,4294838654,8784254,159254910,49218287,49218287,49218287,49218287,49218287,49217630,6161135,49218287,49218287,49218287,49218287,49218287,49218287,49218287,49218287,49218287,49218287,49217968,49218287,49545967,49218287,49218893,49218287,88998639,4294901758,4294901758,4294901758,4294901758,4294901758,49218287,49218287,49218287,4294836975,4294901758,4294901758,49283070,49218287,49218287,49218287,49218287,49218287,49218287,49218287,49218287,49218287,49218287,49218895,49218287,4294836975,4294901758,4294901758,49283070,49218287,49218287,49218287,49218287,49218287,49218287,49218287,49218287,49218287,4294836975,18219759,49218287,27853225,27853225,27853225,27853225,27853225,27852894,6160809,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853073,27853225,27984297,27853225,27853228,27853225,28115369,4294901758,4294901758,4294901758,4294901758,4294901758,27853225,27853225,27853225,4294836649,4294901758,4294901758,27918334,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853230,27853225,4294836655,4294901758,4294901758,27918334,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853225,27853225,4294836649,18219433,27853225,159582595,159582595,159582595,159582595,159582595,159580254,6162819,159582595,159582595,159582595,159582595,159582595,159582595,159582595,159582595,159582595,159582595,159582582,159582595,4294838659,159582595,159645694,159582595,4294838659,159582595,159582595,159582595,159582595,159582595,159582595,159582595,159582595,159582595,159582595,159582595,159582595,159582595,159582595,159582595,159582595,159582595,159582595,159582595,159582595,159582595,159582595,159645694,159582595,159645694,159582595,159582595,159582595,159582595,159582595,159582595,159582595,159582595,159582595,159582595,159582595,159582595,4294838659,8784259,159582595,49545972,49545972,49545972,49545972,49545972,49545310,6161140,49545972,49545972,49545972,49545972,49545972,49545972,49545972,49545972,49545972,49545972,49545648,49545972,49545972,49545972,49546577,49545972,89260788,4294901758,4294901758,4294901758,4294901758,4294901758,49545972,49545972,49545972,4294836980,4294901758,4294901758,49610750,49545972,49545972,49545972,49545972,49545972,49545972,49545972,49545972,49545972,49545972,49546579,49545972,4294836975,4294901758,4294901758,49610750,49545972,49545972,49545972,49545972,49545972,49545972,49545972,49545972,49545972,4294836980,18219764,49545972,146081973,146081973,146081973,146081973,146081973,146079947,13306037,146081973,146081973,146081973,146081973,146081973,146081973,146081973,146081973,146081973,146081973,146080161,146081973,83953845,146081973,146145278,146081973,56297653,146081973,146081973,146081973,146081973,146081973,146081973,146081973,146081973,146081973,146081973,146081973,146081973,146081973,146081973,146081973,146081973,146081973,146081973,146081973,146081973,146081973,146081973,146082184,146081973,146081004,146081973,146081973,146081973,146081973,146081973,146081973,146081973,146081973,146081973,146081973,146081973,146081973,4294838453,4393141,146081973,146081973,146081973,146081973,146081973,146081973,146081268,99879093,146081973,146081973,146081973,146081973,146081973,146081973,146081973,146081973,146081973,146081973,146082119,146081973,150079669,146081973,146082182,146081973,89393333,146081973,146081973,146081973,146081973,146081973,146081973,146081973,146081973,146081973,146081973,146081973,146081973,146081973,146081973,146081973,146081973,146081973,146081973,146081973,146081973,146081973,146081973,146145278,146081973,146081973,146081973,146081973,146081973,146081973,146081973,146081973,146081973,146081973,146081973,4294838453,146081973,146081973,4294838453,48105653,146081973,159975817,159975817,159975817,159975817,159975817,159973557,11864457,159975817,159975817,159975817,159975817,159975817,159975817,159975817,159975817,159975817,159975817,159974602,159975817,89459081,159975817,160038910,159975817,159975817,159975817,159975817,159975817,159975817,159975817,159975817,159975817,159975817,159975817,159975817,159975817,159975817,159975817,159975817,159975817,159975817,159975817,159975817,159975817,159975817,159975817,159975817,160038910,159975817,160038910,159975817,159975817,159975817,159975817,159975817,159975817,159975817,159975817,159975817,159975817,159975817,159975817,159975817,159975817,159975817,89458005,89458005,89458005,89458005,89458005,89456734,6161749,89458005,89458005,89458005,89458005,89458005,89458005,89458005,89458005,89458005,89458005,89457842,89458005,159974741,89458005,89459082,89458005,4294837589,89458005,89458005,89458005,89458005,89458005,89458005,89458005,89458005,89458005,89458005,89458005,89458005,89458005,89458005,89458005,89458005,89458005,89458005,89458005,89458005,89458005,89458005,89459084,89458005,89459085,89458005,89458005,89458005,89458005,89458005,89458005,89458005,89458005,89458005,89458005,89458005,89458005,4294837589,8783189,89458005,89458005,89458005,89458005,89458005,89458005,89456734,6161749,89458005,89458005,89458005,89458005,89458005,89458005,89458005,89458005,89458005,89458005,89457842,89458005,159974741,89458005,89459082,89458005,49677653,89458005,89458005,89458005,89458005,89458005,89458005,89458005,89458005,89458005,89458005,89458005,89458005,89458005,89458005,89458005,89458005,89458005,89458005,89458005,89458005,89458005,89458005,89459084,89458005,89459085,89458005,89458005,89458005,89458005,89458005,89458005,89458005,89458005,89458005,89458005,89458005,89458005,4294837589,8783189,89458005,89458005,89458005,89458005,89458005,89458005,89458005,89458005,89458005,89458005,89458005,89458005,89458005,89458005,89458005,89458005,89458005,89458005,89458005,89458005,89458005,89458005,89459082,89458005,89458005,89458005,89458005,89458005,89458005,89458005,89458005,89458005,89458005,89458005,89458005,89458005,89458005,89458005,89458005,89458005,89458005,89458005,89458005,89458005,89458005,89458005,89458005,89458005,89458005,89458005,89458005,89458005,89458005,89458005,89458005,89458005,89458005,89458005,89458005,4294837589,89458005,89458005,89458005,89458005,89458005,160237965,160237965,160237965,160237965,160237965,160235614,6162829,160237965,160237965,160237965,160237965,160237965,160237965,160237965,160237965,160237965,160237965,160236722,160237965,159058317,160237965,160301054,160237965,4294838669,160237965,160237965,160237965,160237965,160237965,160237965,160237965,160237965,160237965,160237965,160237965,160237965,160237965,160237965,160237965,160237965,160237965,160237965,160237965,160237965,160237965,160237965,160301054,160237965,160236885,160237965,160237965,160237965,160237965,160237965,160237965,160237965,160237965,160237965,160237965,160237965,160237965,4294838669,4294838669,160237965,28246447,28246447,28246447,28246447,28246447,28246110,6160815,28246447,28246447,28246447,28246447,28246447,28246447,28246447,28246447,28246447,28246447,28246289,28246447,49545647,28246447,28246773,28246447,49676719,4294901758,4294901758,4294901758,4294901758,4294901758,28246447,28246447,28246447,4294836655,4294901758,4294901758,28311550,28246447,28246447,28246447,28246447,28246447,28246447,28246447,28246447,28246447,28246447,28246775,28246447,4294836655,4294901758,4294901758,28311550,28246447,28246447,28246447,28246447,28246447,28246447,28246447,28246447,28246447,4294836655,18219439,28246447,160369039,160369039,160369039,160369039,160369039,160366964,24381839,160369039,160369039,160369039,160369039,160369039,160369039,160369039,160369039,160369039,160369039,160432126,160369039,88344975,160369039,160369041,160369039,160565647,160369039,160369039,160369039,160369039,160369039,160369039,160369039,160369039,160369039,160369039,160369039,160369039,160369039,160369039,160369039,160369039,160369039,160369039,160369039,160369039,160369039,160369039,160369043,160369039,160369044,160369039,160369039,160369039,160369039,160369039,160369039,160369039,160369039,160369039,160369039,160369039,160369039,4294838671,18221455,160369039,160369039,160369039,160369039,160369039,160369039,160366964,24381839,160369039,160369039,160369039,160369039,160369039,160369039,160369039,160369039,160369039,160369039,160432126,160369039,88344975,160369039,160369041,160369039,4294838671,160369039,160369039,160369039,160369039,160369039,160369039,160369039,160369039,160369039,160369039,160369039,160369039,160369039,160369039,160369039,160369039,160369039,160369039,160369039,160369039,160369039,160369039,160369043,160369039,160369044,160369039,160369039,160369039,160369039,160369039,160369039,160369039,160369039,160369039,160369039,160369039,160369039,4294838671,18221455,160369039,160369039,160369039,160369039,160369039,160369039,160432126,4294838671,160369039,160369039,160369039,160369039,160369039,160369039,160369039,160369039,160369039,160369039,160432126,160369039,88344975,160369039,160369041,160369039,160565647,160369039,160369039,160369039,160369039,160369039,160369039,160369039,160369039,160369039,160369039,160369039,160369039,160369039,160369039,160369039,160369039,160369039,160369039,160369039,160369039,160369039,160369039,160432126,160369039,160369044,160369039,160369039,160369039,160369039,160369039,160369039,160369039,160369039,160369039,4294838671,160369039,160369039,4294838671,18221455,160369039,160696724,160696724,160696724,160696724,160696724,160694644,24381844,160696724,160696724,160696724,160696724,160696724,160696724,160696724,160696724,160696724,160696724,160759806,160696724,158468500,160696724,160759806,160696724,4294838676,160696724,160696724,160696724,160696724,160696724,160696724,160696724,160696724,160696724,160696724,160696724,160696724,160696724,160696724,160696724,160696724,160696724,160696724,160696724,160696724,160696724,160696724,160759806,160696724,160696724,160696724,160696724,160696724,160696724,160696724,160696724,160696724,160696724,160696724,160696724,160696724,160696724,4294838676,18221460,160696724,4294901758,4294901758,4294901758,4294901758,4294901758,4294836318,6225918,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,266665982,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,160827798,160827798,160827798,160827798,160827798,160825438,6162838,160827798,160827798,160827798,160827798,160827798,160827798,160827798,160827798,160827798,160827798,160890878,160827798,89786774,160827798,160890878,160827798,4294838678,160827798,160827798,160827798,160827798,160827798,160827798,160827798,160827798,160827798,160827798,160827798,160827798,160827798,160827798,160827798,160827798,160827798,160827798,160827798,160827798,160827798,160827798,160890878,160827798,160890878,160827798,160827798,160827798,160827798,160827798,160827798,160827798,160827798,160827798,160827798,160827798,160827798,4294838678,4294838678,160827798,89785690,89785690,89785690,89785690,89785690,89784414,6161754,89785690,89785690,89785690,89785690,89785690,89785690,89785690,89785690,89785690,89785690,89786773,89785690,160826714,89785690,89786775,89785690,4294837594,89785690,89785690,89785690,89785690,89785690,89785690,89785690,89785690,89785690,89785690,89785690,89785690,89785690,89785690,89785690,89785690,89785690,89785690,89785690,89785690,89785690,89785690,89786777,89785690,89786778,89785690,89785690,89785690,89785690,89785690,89785690,89785690,89785690,89785690,89785690,89785690,89785690,4294837594,8783194,89785690,89785690,89785690,89785690,89785690,89785690,89784414,6161754,89785690,89785690,89785690,89785690,89785690,89785690,89785690,89785690,89785690,89785690,89786773,89785690,160826714,89785690,89786775,89785690,50005338,89785690,89785690,89785690,89785690,89785690,89785690,89785690,89785690,89785690,89785690,89785690,89785690,89785690,89785690,89785690,89785690,89785690,89785690,89785690,89785690,89785690,89785690,89786777,89785690,89786778,89785690,89785690,89785690,89785690,89785690,89785690,89785690,89785690,89785690,89785690,89785690,89785690,4294837594,8783194,89785690,89785690,89785690,89785690,89785690,89785690,89785690,89785690,89785690,89785690,89785690,89785690,89785690,89785690,89785690,89785690,89785690,89785690,89785690,89785690,89785690,89785690,89786775,89785690,89785690,89785690,89785690,89785690,89785690,89785690,89785690,89785690,89785690,89785690,89785690,89785690,89785690,89785690,89785690,89785690,89785690,89785690,89785690,89785690,89785690,89785690,89785690,89785690,89785690,89785690,89785690,89785690,89785690,89785690,89785690,89785690,89785690,89785690,89785690,4294837594,89785690,89785690,89785690,89785690,89785690,161089946,161089946,161089946,161089946,161089946,161087669,11864474,161089946,161089946,161089946,161089946,161089946,161089946,161089946,161089946,161089946,161089946,161088255,161089946,4294838682,161089946,161153022,161089946,161089946,161089946,161089946,161089946,161089946,161089946,161089946,161089946,161089946,161089946,161089946,161089946,161089946,161089946,161089946,161089946,161089946,161089946,161089946,161089946,161089946,161089946,161089946,161153022,161089946,161089949,161089946,161089946,161089946,161089946,161089946,161089946,161089946,161089946,161089946,161089946,161089946,161089946,161089946,161089946,161089946,49808120,49808120,49808120,49808120,49808120,49807454,6161144,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49807792,49808120,27984632,49808120,49808122,49808120,50004728,4294901758,4294901758,4294901758,4294901758,4294901758,49808120,49808120,49808120,4294836984,4294901758,4294901758,49872894,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49808124,49808120,4294836989,4294901758,4294901758,49872894,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49808120,49808120,4294836984,18219768,49808120,256511818,256511818,256511818,256511818,256511818,256508107,13307722,256511818,256511818,256511818,256511818,256511818,256511818,256511818,256511818,256511818,256511818,256509187,256511818,83955530,256511818,256573438,256511818,4294840138,256511818,256511818,256511818,256511818,256511818,256511818,256511818,256511818,256511818,256511818,256511818,256511818,256511818,256511818,256511818,256511818,256511818,256511818,256511818,256511818,256511818,256511818,256573438,256511818,256510146,256511818,256511818,256511818,256511818,256511818,256511818,256511818,256511818,256511818,256511818,256511818,256511818,4294840138,4394826,256511818,161286557,161286557,161286557,161286557,161286557,161284190,6162845,161286557,161286557,161286557,161286557,161286557,161286557,161286557,161286557,161286557,161286557,161286549,161286557,4294838685,161286557,161349630,161286557,4294838685,161286557,161286557,161286557,161286557,161286557,161286557,161286557,161286557,161286557,161286557,161286557,161286557,161286557,161286557,161286557,161286557,161286557,161286557,161286557,161286557,161286557,161286557,161349630,161286557,161349630,161286557,161286557,161286557,161286557,161286557,161286557,161286557,161286557,161286557,161286557,161286557,161286557,4294838685,8784285,161286557,50135805,50135805,50135805,50135805,50135805,50135134,6161149,50135805,50135805,50135805,50135805,50135805,50135805,50135805,50135805,50135805,50135805,50135472,50135805,49545981,50135805,50136413,50135805,90047229,4294901758,4294901758,4294901758,4294901758,4294901758,50135805,50135805,50135805,4294836989,4294901758,4294901758,50200574,50135805,50135805,50135805,50135805,50135805,50135805,50135805,50135805,50135805,50135805,50136415,50135805,4294836989,4294901758,4294901758,50200574,50135805,50135805,50135805,50135805,50135805,50135805,50135805,50135805,50135805,4294836989,18219773,50135805,17957138,17957138,17957138,17957138,17957138,17956958,6160658,17957138,17957138,17957138,17957138,17957138,17957138,17957138,17957138,17957138,17957138,17957296,17957138,17957138,17957138,17957297,17957138,28442898,4294901758,4294901758,4294901758,4294901758,4294901758,17957138,17957138,17957138,4294836498,4294901758,4294901758,18022398,17957138,17957138,17957138,17957138,17957138,17957138,17957138,17957138,17957138,17957138,17957299,17957138,4294836660,4294901758,4294901758,18022398,17957138,17957138,17957138,17957138,17957138,17957138,17957138,17957138,17957138,4294836498,18219282,17957138,150604026,150604026,150604026,150604026,150604026,150601931,13306106,150604026,150604026,150604026,150604026,150604026,150604026,150604026,150604026,150604026,150604026,150603011,150604026,47319290,150604026,150667262,150604026,59574522,150604026,150604026,150604026,150604026,150604026,150604026,150604026,150604026,150604026,150604026,150604026,150604026,150604026,150604026,150604026,150604026,150604026,150604026,150604026,150604026,150604026,150604026,150604195,150604026,150602463,150604026,150604026,150604026,150604026,150604026,150604026,150604026,150604026,150604026,150604026,150604026,150604026,4294838522,4393210,150604026,150604026,150604026,150604026,150604026,150604026,150603143,92735738,150604026,150604026,150604026,150604026,150604026,150604026,150604026,150604026,150604026,150604026,150667262,150604026,84543738,150604026,150604193,150604026,90245370,150604026,150604026,150604026,150604026,150604026,150604026,150604026,150604026,150604026,150604026,150604026,150604026,150604026,150604026,150604026,150604026,150604026,150604026,150604026,150604026,150604026,150604026,150667262,150604026,150604026,150604026,150604026,150604026,150604026,150604026,150604026,150604026,150604026,150604026,4294838522,150604026,150604026,4294838522,48105722,150604026,161745316,161745316,161745316,161745316,161745316,161742942,6162852,161745316,161745316,161745316,161745316,161745316,161745316,161745316,161745316,161745316,161745316,161743280,161745316,90835364,161745316,161745317,161745316,161876388,161745316,161745316,161745316,161745316,161745316,161745316,161745316,161745316,161745316,161745316,161745316,161745316,161745316,161745316,161745316,161745316,161745316,161745316,161745316,161745316,161745316,161745316,161745319,161745316,161743613,161745316,161745316,161745316,161745316,161745316,161745316,161745316,161745316,161745316,161745316,161745316,161745316,4294838692,18221476,161745316,161745316,161745316,161745316,161745316,161745316,161742942,6162852,161745316,161745316,161745316,161745316,161745316,161745316,161745316,161745316,161745316,161745316,161743280,161745316,90835364,161745316,161745317,161745316,4294838692,161745316,161745316,161745316,161745316,161745316,161745316,161745316,161745316,161745316,161745316,161745316,161745316,161745316,161745316,161745316,161745316,161745316,161745316,161745316,161745316,161745316,161745316,161745319,161745316,161743613,161745316,161745316,161745316,161745316,161745316,161745316,161745316,161745316,161745316,161745316,161745316,161745316,4294838692,18221476,161745316,161745316,161745316,161745316,161745316,161745316,161808382,4294838692,161745316,161745316,161745316,161745316,161745316,161745316,161745316,161745316,161745316,161745316,161744226,161745316,90835364,161745316,161745317,161745316,161876388,161745316,161745316,161745316,161745316,161745316,161745316,161745316,161745316,161745316,161745316,161745316,161745316,161745316,161745316,161745316,161745316,161745316,161745316,161745316,161745316,161745316,161745316,161808382,161745316,161743613,161745316,161745316,161745316,161745316,161745316,161745316,161745316,161745316,161745316,4294838692,161745316,161745316,4294838692,18221476,161745316,28574132,28574132,28574132,28574132,28574132,28573790,6160820,28574132,28574132,28574132,28574132,28574132,28574132,28574132,28574132,28574132,28574132,28574128,28574132,28705204,28574132,28574466,28574132,50528692,4294901758,4294901758,4294901758,4294901758,4294901758,28574132,28574132,28574132,4294836660,4294901758,4294901758,28639230,28574132,28574132,28574132,28574132,28574132,28574132,28574132,28574132,28574132,28574132,28574468,28574132,4294836660,4294901758,4294901758,28639230,28574132,28574132,28574132,28574132,28574132,28574132,28574132,28574132,28574132,4294836660,18219444,28574132,162073001,162073001,162073001,162073001,162073001,162070622,6162857,162073001,162073001,162073001,162073001,162073001,162073001,162073001,162073001,162073001,162073001,162070960,162073001,90835369,162073001,162073002,162073001,162204073,162073001,162073001,162073001,162073001,162073001,162073001,162073001,162073001,162073001,162073001,162073001,162073001,162073001,162073001,162073001,162073001,162073001,162073001,162073001,162073001,162073001,162073001,162073004,162073001,162071293,162073001,162073001,162073001,162073001,162073001,162073001,162073001,162073001,162073001,162073001,162073001,162073001,4294838697,18221481,162073001,162073001,162073001,162073001,162073001,162073001,162070622,6162857,162073001,162073001,162073001,162073001,162073001,162073001,162073001,162073001,162073001,162073001,162070960,162073001,90835369,162073001,162073002,162073001,4294838697,162073001,162073001,162073001,162073001,162073001,162073001,162073001,162073001,162073001,162073001,162073001,162073001,162073001,162073001,162073001,162073001,162073001,162073001,162073001,162073001,162073001,162073001,162073004,162073001,162071293,162073001,162073001,162073001,162073001,162073001,162073001,162073001,162073001,162073001,162073001,162073001,162073001,4294838697,18221481,162073001,162073001,162073001,162073001,162073001,162073001,162136062,4294838697,162073001,162073001,162073001,162073001,162073001,162073001,162073001,162073001,162073001,162073001,162071910,162073001,90835369,162073001,162073002,162073001,162204073,162073001,162073001,162073001,162073001,162073001,162073001,162073001,162073001,162073001,162073001,162073001,162073001,162073001,162073001,162073001,162073001,162073001,162073001,162073001,162073001,162073001,162073001,162136062,162073001,162071293,162073001,162073001,162073001,162073001,162073001,162073001,162073001,162073001,162073001,4294838697,162073001,162073001,4294838697,18221481,162073001,28705206,28705206,28705206,28705206,28705206,28704862,6160822,28705206,28705206,28705206,28705206,28705206,28705206,28705206,28705206,28705206,28705206,28705200,28705206,28705206,28705206,28705541,28705206,50725302,4294901758,4294901758,4294901758,4294901758,4294901758,28705206,28705206,28705206,4294836662,4294901758,4294901758,28770302,28705206,28705206,28705206,28705206,28705206,28705206,28705206,28705206,28705206,28705206,28705543,28705206,4294836660,4294901758,4294901758,28770302,28705206,28705206,28705206,28705206,28705206,28705206,28705206,28705206,28705206,4294836662,18219446,28705206,90834282,90834282,90834282,90834282,90834282,90832990,6161770,90834282,90834282,90834282,90834282,90834282,90834282,90834282,90834282,90834282,90834282,90833328,90834282,90834282,90834282,90835374,90834282,4294837610,90834282,90834282,90834282,90834282,90834282,90834282,90834282,90834282,90834282,90834282,90834282,90834282,90834282,90834282,90834282,90834282,90834282,90834282,90834282,90834282,90834282,90834282,90835376,90834282,90833647,90834282,90834282,90834282,90834282,90834282,90834282,90834282,90834282,90834282,90834282,90834282,90834282,4294837610,18220394,90834282,90834282,90834282,90834282,90834282,90834282,90898430,4294837610,90834282,90834282,90834282,90834282,90834282,90834282,90834282,90834282,90834282,90834282,90834278,90834282,90834282,90834282,90835374,90834282,162465130,90834282,90834282,90834282,90834282,90834282,90834282,90834282,90834282,90834282,90834282,90834282,90834282,90834282,90834282,90834282,90834282,90834282,90834282,90834282,90834282,90834282,90834282,90898430,90834282,90833647,90834282,90834282,90834282,90834282,90834282,90834282,90834282,90834282,90834282,4294837610,90834282,90834282,4294837610,18220394,90834282,4294901758,4294901758,4294901758,4294901758,4294901758,4294836427,13369342,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294836641,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294837484,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4456446,4294901758,162662834,162662834,162662834,162662834,162662834,162660446,6162866,162662834,162662834,162662834,162662834,162662834,162662834,162662834,162662834,162662834,162662834,162661554,162662834,4294838706,162662834,162725886,162662834,4294838706,162662834,162662834,162662834,162662834,162662834,162662834,162662834,162662834,162662834,162662834,162662834,162662834,162662834,162662834,162662834,162662834,162662834,162662834,162662834,162662834,162662834,162662834,162725886,162662834,162725886,162662834,162662834,162662834,162662834,162662834,162662834,162662834,162662834,162662834,162662834,162662834,162662834,4294838706,8784306,162662834,90768745,90768745,90768745,90768745,90768745,90767454,6161769,90768745,90768745,90768745,90768745,90768745,90768745,90768745,90768745,90768745,90768745,90767633,90768745,90834281,90768745,90768747,90768745,90965353,4294901758,4294901758,4294901758,4294901758,4294901758,90768745,90768745,90768745,4294837609,4294901758,4294901758,90832894,90768745,90768745,90768745,90768745,90768745,90768745,90768745,90768745,90768745,90768745,90768749,90768745,4294836655,4294901758,4294901758,90832894,90768745,90768745,90768745,90768745,90768745,90768745,90768745,90768745,90768745,4294837609,18220393,90768745,18153749,18153749,18153749,18153749,18153749,18153566,6160661,18153749,18153749,18153749,18153749,18153749,18153749,18153749,18153749,18153749,18153749,18153745,18153749,28705045,18153749,18153911,18153749,28836117,4294901758,4294901758,4294901758,4294901758,4294901758,18153749,18153749,18153749,4294836501,4294901758,4294901758,18219006,18153749,18153749,18153749,18153749,18153749,18153749,18153749,18153749,18153749,18153749,18153913,18153749,4294836501,4294901758,4294901758,18219006,18153749,18153749,18153749,18153749,18153749,18153749,18153749,18153749,18153749,4294836501,18219285,18153749,162924982,162924982,162924982,162924982,162924982,162922699,13306294,162924982,162924982,162924982,162924982,162924982,162924982,162924982,162924982,162924982,162924982,162923450,162924982,91163062,162924982,162988030,162924982,4294838710,162924982,162924982,162924982,162924982,162924982,162924982,162924982,162924982,162924982,162924982,162924982,162924982,162924982,162924982,162924982,162924982,162924982,162924982,162924982,162924982,162924982,162924982,162924183,162924982,162924279,162924982,162924982,162924982,162924982,162924982,162924982,162924982,162924982,162924982,162924982,162924982,162924982,4294838710,4393398,162924982,91161967,91161967,91161967,91161967,91161967,91160779,13305199,91161967,91161967,91161967,91161967,91161967,91161967,91161967,91161967,91161967,91161967,91161825,91161967,162923887,91161967,91226110,91161967,118293871,91161967,91161967,91161967,91161967,91161967,91161967,91161967,91161967,91161967,91161967,91161967,91161967,91161967,91161967,91161967,91161967,91161967,91161967,91161967,91161967,91161967,91161967,91162981,91161967,91161612,91161967,91161967,91161967,91161967,91161967,91161967,91161967,91161967,91161967,91161967,91161967,91161967,4294837615,22545775,91161967,48693991,48693991,48693991,48693991,48693991,48693429,11862759,48693991,48693991,48693991,48693991,48693991,48693991,48693991,48693991,48693991,48693991,48693515,48693991,27788007,48693991,48694590,48693991,48693991,4294901758,4294901758,4294901758,4294901758,4294901758,48693991,48693991,48693991,4294836967,4294901758,4294901758,48758782,48693991,48693991,48693991,48693991,48693991,48693991,48693991,48693991,48693991,48693991,48694029,48693991,4294837567,4294901758,4294901758,48758782,48693991,48693991,48693991,48693991,48693991,48693991,48693991,48693991,48693991,48693991,48693991,48693991,18284823,18284823,18284823,18284823,18284823,18284747,13304087,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284810,18284823,28967191,18284823,18284987,18284823,29098263,4294901758,4294901758,4294901758,4294901758,4294901758,18284823,18284823,18284823,4294836503,4294901758,4294901758,18350078,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284989,18284823,4294836572,4294901758,4294901758,18350078,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,18284823,4294836503,4391191,18284823,51446545,51446545,51446545,51446545,51446545,51445963,13304593,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446163,51446545,37618449,51446545,51447155,51446545,91489041,4294901758,4294901758,4294901758,4294901758,4294901758,51446545,51446545,51446545,4294837009,4294901758,4294901758,51511294,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51447157,51446545,4294837622,4294901758,4294901758,51511294,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,4294837009,4391697,51446545,91620726,91620726,91620726,91620726,91620726,91619422,6161782,91620726,91620726,91620726,91620726,91620726,91620726,91620726,91620726,91620726,91620726,91620115,91620726,119407990,91620726,91621821,91620726,4294837622,91620726,91620726,91620726,91620726,91620726,91620726,91620726,91620726,91620726,91620726,91620726,91620726,91620726,91620726,91620726,91620726,91620726,91620726,91620726,91620726,91620726,91620726,91621823,91620726,91620029,91620726,91620726,91620726,91620726,91620726,91620726,91620726,91620726,91620726,91620726,91620726,91620726,4294837622,163579254,91620726,116852471,116852471,116852471,116852471,116852471,116852471,116852471,116852471,116852471,116852471,116852471,116852471,116852471,116852471,116852471,116852471,116852471,116852471,116852471,116852471,116852471,116853758,116852471,116852471,116852471,116852471,116852471,116852471,116852471,116852471,116852471,116852471,116852471,116852471,116852471,116852471,116852471,116852471,116852471,116852471,116852471,116852471,116852471,116852471,116852471,116852471,116852471,116852471,116852471,116852471,116852471,116852471,116852471,116852471,116852471,116852471,116852471,116852471,4294838007,116852471,116852471,116852471,116852471,116852471,18415897,18415897,18415897,18415897,18415897,18415797,11862297,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415745,18415897,12517657,18415897,18416063,18415897,18415897,4294901758,4294901758,4294901758,4294901758,4294901758,18415897,18415897,18415897,4294836505,4294901758,4294901758,18481150,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18416064,18415897,4294836673,4294901758,4294901758,18481150,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415897,18415897,242290289,242290289,242290289,242290289,242290289,242286984,25693809,242290289,242290289,242290289,242290289,242290289,242290289,242290289,242290289,242290289,242290289,242352126,242290289,158207601,242290289,242352126,242290289,242290289,242290289,242290289,242290289,242290289,242290289,242290289,242290289,242290289,242290289,242290289,242290289,242290289,242290289,242290289,242290289,242290289,242290289,242290289,242290289,242290289,242290289,242290289,242352126,242290289,242290289,242290289,242290289,242290289,242290289,242290289,242290289,242290289,242290289,242290289,242290289,242290289,242290289,242290289,242290289,242290289,78841011,78841011,78841011,78841011,78841011,78839989,11863219,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841034,78841011,49349811,78841011,78841209,78841011,78841011,4294901758,4294901758,4294901758,4294901758,4294901758,78841011,78841011,78841011,4294837427,4294901758,4294901758,78905342,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841210,78841011,4294837427,4294901758,4294901758,78905342,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,78841011,51446545,51446545,51446545,51446545,51446545,51445963,13304593,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446163,51446545,37618449,51446545,51447155,51446545,151192337,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51447157,51446545,51447158,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,4294837009,4391697,51446545,51643156,51643156,51643156,51643156,51643156,51642462,6161172,51643156,51643156,51643156,51643156,51643156,51643156,51643156,51643156,51643156,51643156,51643593,51643156,29426452,51643156,51643771,51643156,92013332,4294901758,4294901758,4294901758,4294901758,4294901758,51643156,51643156,51643156,4294837012,4294901758,4294901758,51707902,51643156,51643156,51643156,51643156,51643156,51643156,51643156,51643156,51643156,51643156,51643773,51643156,4294837630,4294901758,4294901758,51707902,51643156,51643156,51643156,51643156,51643156,51643156,51643156,51643156,51643156,4294837012,8782612,51643156,92145022,92145022,92145022,92145022,92145022,92143710,6161790,92145022,92145022,92145022,92145022,92145022,92145022,92145022,92145022,92145022,92145022,92144403,92145022,93062526,92145022,92146118,92145022,4294837630,92145022,92145022,92145022,92145022,92145022,92145022,92145022,92145022,92145022,92145022,92145022,92145022,92145022,92145022,92145022,92145022,92145022,92145022,92145022,92145022,92145022,92145022,92146120,92145022,92144414,92145022,92145022,92145022,92145022,92145022,92145022,92145022,92145022,92145022,92145022,92145022,92145022,4294837630,164169086,92145022,92145022,92145022,92145022,92145022,92145022,92145022,92145022,92145022,92145022,92145022,92145022,92145022,92145022,92145022,92145022,92145022,92145022,92145022,92145022,92145022,92145022,92146118,92145022,92145022,92145022,92145022,92145022,92145022,92145022,92145022,92145022,92145022,92145022,92145022,92145022,92145022,92145022,92145022,92145022,92145022,92145022,92145022,92145022,92145022,92145022,92145022,92145022,92145022,92145022,92145022,92145022,92145022,92145022,92145022,92145022,92145022,92145022,92145022,4294837630,92145022,92145022,92145022,92145022,92145022,4294901758,4294901758,4294901758,4294901758,4294901758,4294836427,13369342,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,64094206,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4456446,4294901758,51446545,51446545,51446545,51446545,51446545,51445963,13304593,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446163,51446545,37618449,51446545,51447155,51446545,4294837009,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51447157,51446545,51447158,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,51446545,4294837009,4391697,51446545,51905304,51905304,51905304,51905304,51905304,51904606,6161176,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905299,51905304,52298520,51905304,51905921,51905304,92472088,4294901758,4294901758,4294901758,4294901758,4294901758,51905304,51905304,51905304,4294837016,4294901758,4294901758,51970046,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905303,51905304,4294836673,4294901758,4294901758,51970046,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905304,51905304,4294837016,92537624,51905304,92734855,92734855,92734855,92734855,92734855,92733643,13305223,92734855,92734855,92734855,92734855,92734855,92734855,92734855,92734855,92734855,92734855,92733843,92734855,67306887,92734855,92798974,92734855,59573639,92734855,92734855,92734855,92734855,92734855,92734855,92734855,92734855,92734855,92734855,92734855,92734855,92734855,92734855,92734855,92734855,92734855,92734855,92734855,92734855,92734855,92734855,92735953,92734855,92735262,92734855,92734855,92734855,92734855,92734855,92734855,92734855,92734855,92734855,92734855,92734855,92734855,4294837639,4392327,92734855,92734855,92734855,92734855,92734855,92734855,92734855,92734855,92734855,92734855,92734855,92734855,92734855,92734855,92734855,92734855,92734855,92734855,92734855,92734855,92734855,92734855,92735951,92734855,92734855,92734855,92734855,92734855,92734855,92734855,92734855,92734855,92734855,92734855,92734855,92734855,92734855,92734855,92734855,92734855,92734855,92734855,92734855,92734855,92734855,92734855,92734855,92734855,92734855,92734855,92734855,92734855,92734855,92734855,92734855,92734855,92734855,92734855,92734855,4294837639,92734855,92734855,92734855,92734855,92734855,29622724,29622724,29622724,29622724,29622724,29622453,11862468,29622724,29622724,29622724,29622724,29622724,29622724,29622724,29622724,29622724,29622724,29622401,29622724,18678212,29622724,29623068,29622724,29622724,4294901758,4294901758,4294901758,4294901758,4294901758,29622724,29622724,29622724,4294836676,4294901758,4294901758,29687806,29622724,29622724,29622724,29622724,29622724,29622724,29622724,29622724,29622724,29622724,29623069,29622724,4294837022,4294901758,4294901758,29687806,29622724,29622724,29622724,29622724,29622724,29622724,29622724,29622724,29622724,29622724,29622724,29622724,92734855,92734855,92734855,92734855,92734855,92733643,13305223,92734855,92734855,92734855,92734855,92734855,92734855,92734855,92734855,92734855,92734855,92733843,92734855,67306887,92734855,92735951,92734855,161613191,92734855,92734855,92734855,92734855,92734855,92734855,92734855,92734855,92734855,92734855,92734855,92734855,92734855,92734855,92734855,92734855,92734855,92734855,92734855,92734855,92734855,92734855,92735953,92734855,92735262,92734855,92734855,92734855,92734855,92734855,92734855,92734855,92734855,92734855,92734855,92734855,92734855,4294837639,4392327,92734855,52298526,52298526,52298526,52298526,52298526,52297822,6161182,52298526,52298526,52298526,52298526,52298526,52298526,52298526,52298526,52298526,52298526,52298953,52298526,51905310,52298526,52299145,52298526,92930846,4294901758,4294901758,4294901758,4294901758,4294901758,52298526,52298526,52298526,4294837022,4294901758,4294901758,52363262,52298526,52298526,52298526,52298526,52298526,52298526,52298526,52298526,52298526,52298526,52299147,52298526,4294837644,4294901758,4294901758,52363262,52298526,52298526,52298526,52298526,52298526,52298526,52298526,52298526,52298526,4294837022,8782622,52298526,93062540,93062540,93062540,93062540,93062540,93061214,6161804,93062540,93062540,93062540,93062540,93062540,93062540,93062540,93062540,93062540,93062540,93062345,93062540,92145036,93062540,93063637,93062540,4294837644,93062540,93062540,93062540,93062540,93062540,93062540,93062540,93062540,93062540,93062540,93062540,93062540,93062540,93062540,93062540,93062540,93062540,93062540,93062540,93062540,93062540,93062540,93063624,93062540,93061918,93062540,93062540,93062540,93062540,93062540,93062540,93062540,93062540,93062540,93062540,93062540,93062540,4294837644,165086604,93062540,93062540,93062540,93062540,93062540,93062540,93061214,6161804,93062540,93062540,93062540,93062540,93062540,93062540,93062540,93062540,93062540,93062540,93062345,93062540,92145036,93062540,93063637,93062540,154731916,93062540,93062540,93062540,93062540,93062540,93062540,93062540,93062540,93062540,93062540,93062540,93062540,93062540,93062540,93062540,93062540,93062540,93062540,93062540,93062540,93062540,93062540,93063624,93062540,93061918,93062540,93062540,93062540,93062540,93062540,93062540,93062540,93062540,93062540,93062540,93062540,93062540,4294837644,165086604,93062540,8716421,8716421,8716421,8716421,8716421,8716469,11862149,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716469,8716421,8716421,8716421,8716477,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8717085,8716421,8716479,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,165218777,165218777,165218777,165218777,165218777,165216350,6162905,165218777,165218777,165218777,165218777,165218777,165218777,165218777,165218777,165218777,165218777,165216973,165218777,4294838745,165218777,165281790,165218777,201853401,165218777,165218777,165218777,165218777,165218777,165218777,165218777,165218777,165218777,165218777,165218777,165218777,165218777,165218777,165218777,165218777,165218777,165218777,165218777,165218777,165218777,165218777,165217549,165218777,165281790,165218777,165218777,165218777,165218777,165218777,165218777,165218777,165218777,165218777,165218777,165218777,165218777,4294838745,4294838745,165218777,165153240,165153240,165153240,165153240,165153240,165150999,18287064,165153240,165153240,165153240,165153240,165153240,165153240,165153240,165153240,165153240,165153240,165216254,165153240,4294838744,165153240,165216254,165153240,154995160,165153240,165153240,165153240,165153240,165153240,165153240,165153240,165153240,165153240,165153240,165153240,165153240,165153240,165153240,165153240,165153240,165153240,165153240,165153240,165153240,165153240,165153240,165216254,165153240,165153240,165153240,165153240,165153240,165153240,165153240,165153240,165153240,165153240,165153240,4294838744,165153240,165153240,4294838744,4294838744,165153240,165415388,165415388,165415388,165415388,165415388,165412958,6162908,165415388,165415388,165415388,165415388,165415388,165415388,165415388,165415388,165415388,165415388,165413589,165415388,4294838748,165415388,165478398,165415388,4294838748,165415388,165415388,165415388,165415388,165415388,165415388,165415388,165415388,165415388,165415388,165415388,165415388,165415388,165415388,165415388,165415388,165415388,165415388,165415388,165415388,165415388,165415388,165478398,165415388,165413603,165415388,165415388,165415388,165415388,165415388,165415388,165415388,165415388,165415388,165415388,165415388,165415388,4294838748,38472156,165415388,18678045,18678045,18678045,18678045,18678045,18677854,6160669,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18677888,18678045,29622557,18678045,18678213,18678045,29753629,4294901758,4294901758,4294901758,4294901758,4294901758,18678045,18678045,18678045,4294836509,4294901758,4294901758,18743294,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678215,18678045,4294836415,4294901758,4294901758,18743294,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678045,18678045,4294836509,29884701,18678045,56886116,56886116,56886116,56886116,56886116,56885491,15926116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56950782,56886116,30081892,56886116,56886116,56886116,57017188,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886119,56886116,56886120,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,4294837092,9241444,56886116,165611999,165611999,165611999,165611999,165611999,165610577,72419807,165611999,165611999,165611999,165611999,165611999,165611999,165611999,165611999,165611999,165611999,165612006,165611999,94112223,165611999,165675006,165611999,4294838751,165611999,165611999,165611999,165611999,165611999,165611999,165611999,165611999,165611999,165611999,165611999,165611999,165611999,165611999,165611999,165611999,165611999,165611999,165611999,165611999,165611999,165611999,165675006,165611999,165675006,165611999,165611999,165611999,165611999,165611999,165611999,165611999,165611999,165611999,165611999,165611999,165611999,4294838751,9243103,165611999,165677536,165677536,165677536,165677536,165677536,165675372,23857632,165677536,165677536,165677536,165677536,165677536,165677536,165677536,165677536,165677536,165677536,165740542,165677536,4294838752,165677536,165677536,165677536,165677536,165677536,165677536,165677536,165677536,165677536,165677536,165677536,165677536,165677536,165677536,165677536,165677536,165677536,165677536,165677536,165677536,165677536,165677536,165677536,165677536,165677536,165677536,165740542,165677536,165677536,165677536,165677536,165677536,165677536,165677536,165677536,165677536,165677536,165677536,165677536,165677536,165677536,165677536,165677536,165677536,165743073,165743073,165743073,165743073,165743073,165740787,15927777,165743073,165743073,165743073,165743073,165743073,165743073,165743073,165743073,165743073,165743073,165806078,165743073,216009185,165743073,165743073,165743073,4294838753,165743073,165743073,165743073,165743073,165743073,165743073,165743073,165743073,165743073,165743073,165743073,165743073,165743073,165743073,165743073,165743073,165743073,165743073,165743073,165743073,165743073,165743073,165806078,165743073,165806078,165743073,165743073,165743073,165743073,165743073,165743073,165743073,165743073,165743073,165743073,165743073,165743073,4294838753,4393441,165743073,93259151,93259151,93259151,93259151,93259151,93257971,15926671,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93258531,93259151,30082447,93259151,93259151,93259151,93390223,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259154,93259151,93259155,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,4294837647,93259151,93259151,4294837647,9241999,93259151,93259151,93259151,93259151,93259151,93259151,93257971,15926671,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93258531,93259151,30082447,93259151,93259151,93259151,93390223,4294901758,4294901758,4294901758,4294901758,4294901758,93259151,93259151,93259151,4294837647,4294901758,4294901758,93323262,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259154,93259151,4294837651,4294901758,4294901758,93323262,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,93259151,4294837647,9241999,93259151,93521299,93521299,93521299,93521299,93521299,93520115,15926675,93521299,93521299,93521299,93521299,93521299,93521299,93521299,93521299,93521299,93521299,93520675,93521299,53216659,93521299,93585406,93521299,165938579,93521299,93521299,93521299,93521299,93521299,93521299,93521299,93521299,93521299,93521299,93521299,93521299,93521299,93521299,93521299,93521299,93521299,93521299,93521299,93521299,93521299,93521299,93522405,93521299,93521299,93521299,93521299,93521299,93521299,93521299,93521299,93521299,93521299,93521299,93521299,93521299,93521299,4294837651,9242003,93521299,93521299,93521299,93521299,93521299,93521299,93585406,4294837651,93521299,93521299,93521299,93521299,93521299,93521299,93521299,93521299,93521299,93521299,93522425,93521299,53216659,93521299,93521299,93521299,165938579,93521299,93521299,93521299,93521299,93521299,93521299,93521299,93521299,93521299,93521299,93521299,93521299,93521299,93521299,93521299,93521299,93521299,93521299,93521299,93521299,93521299,93521299,93585406,93521299,93521299,93521299,93521299,93521299,93521299,93521299,93521299,93521299,93521299,93521299,4294837651,93521299,93521299,4294837651,9242003,93521299,4294901758,4294901758,4294901758,4294901758,4294901758,4294837329,72482814,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,128319486,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294839640,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,9306110,4294901758,93586836,93586836,93586836,93586836,93586836,93586513,72418708,93586836,93586836,93586836,93586836,93586836,93586836,93586836,93586836,93586836,93586836,93587942,93586836,94111124,93586836,93650942,93586836,166200724,93586836,93586836,93586836,93586836,93586836,93586836,93586836,93586836,93586836,93586836,93586836,93586836,93586836,93586836,93586836,93586836,93586836,93586836,93586836,93586836,93586836,93586836,93587945,93586836,93587946,93586836,93586836,93586836,93586836,93586836,93586836,93586836,93586836,93586836,93586836,93586836,93586836,4294837652,9242004,93586836,93586836,93586836,93586836,93586836,93586836,93650942,4294837652,93586836,93586836,93586836,93586836,93586836,93586836,93586836,93586836,93586836,93586836,93650942,93586836,94111124,93586836,93587943,93586836,166200724,93586836,93586836,93586836,93586836,93586836,93586836,93586836,93586836,93586836,93586836,93586836,93586836,93586836,93586836,93586836,93586836,93586836,93586836,93586836,93586836,93586836,93586836,93650942,93586836,93587946,93586836,93586836,93586836,93586836,93586836,93586836,93586836,93586836,93586836,4294837652,93586836,93586836,4294837652,9242004,93586836,166332906,166332906,166332906,166332906,166332906,166331473,72419818,166332906,166332906,166332906,166332906,166332906,166332906,166332906,166332906,166332906,166332906,166332902,166332906,167971306,166332906,166395902,166332906,4294838762,166332906,166332906,166332906,166332906,166332906,166332906,166332906,166332906,166332906,166332906,166332906,166332906,166332906,166332906,166332906,166332906,166332906,166332906,166332906,166332906,166332906,166332906,166395902,166332906,166332906,166332906,166332906,166332906,166332906,166332906,166332906,166332906,166332906,166332906,166332906,166332906,166332906,4294838762,9243114,166332906,4294901758,4294901758,4294901758,4294901758,4294901758,4294836861,41811966,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294838211,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,166463980,166463980,166463980,166463980,166463980,166462077,41748972,166463980,166463980,166463980,166463980,166463980,166463980,166463980,166463980,166463980,166463980,166526974,166463980,93653484,166463980,166463980,166463980,4294838764,166463980,166463980,166463980,166463980,166463980,166463980,166463980,166463980,166463980,166463980,166463980,166463980,166463980,166463980,166463980,166463980,166463980,166463980,166463980,166463980,166463980,166463980,166526974,166463980,166462892,166463980,166463980,166463980,166463980,166463980,166463980,166463980,166463980,166463980,166463980,166463980,166463980,4294838764,16779756,166463980,93652373,93652373,93652373,93652373,93652373,93652373,93652373,93652373,93652373,93652373,93652373,93652373,93652373,93652373,93652373,93652373,93652373,93716478,93652373,93652373,93652373,93652373,93652373,93652373,93652373,93652373,93652373,93652373,93652373,93652373,93652373,93652373,93652373,93652373,93652373,93652373,93652373,93652373,93652373,93652373,93652373,93652373,93652373,93652373,93652373,93652373,93716478,93652373,93652373,93652373,93652373,93652373,93652373,93652373,93652373,93652373,93652373,93652373,4294837653,93652373,93652373,93652373,93652373,93652373,4294901758,4294901758,4294901758,4294901758,4294901758,4294836467,15990782,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,166660591,166660591,166660591,166660591,166660591,166658291,15927791,166660591,166660591,166660591,166660591,166660591,166660591,166660591,166660591,166660591,166660591,166723582,166660591,93719023,166660591,166660591,166660591,4294838767,166660591,166660591,166660591,166660591,166660591,166660591,166660591,166660591,166660591,166660591,166660591,166660591,166660591,166660591,166660591,166660591,166660591,166660591,166660591,166660591,166660591,166660591,166661347,166660591,166660634,166660591,166660591,166660591,166660591,166660591,166660591,166660591,166660591,166660591,166660591,166660591,166660591,4294838767,4294838767,166660591,93717910,93717910,93717910,93717910,93717910,93716723,15926678,93717910,93717910,93717910,93717910,93717910,93717910,93717910,93717910,93717910,93717910,93719022,93717910,166659478,93717910,93782014,93717910,52692374,93717910,93717910,93717910,93717910,93717910,93717910,93717910,93717910,93717910,93717910,93717910,93717910,93717910,93717910,93717910,93717910,93717910,93717910,93717910,93717910,93717910,93717910,93719025,93717910,93719026,93717910,93717910,93717910,93717910,93717910,93717910,93717910,93717910,93717910,93717910,93717910,93717910,4294837654,4392342,93717910,93717910,93717910,93717910,93717910,93717910,93717910,93717910,93717910,93717910,93717910,93717910,93717910,93717910,93717910,93717910,93717910,93717910,93782014,93717910,93717910,93717910,93717910,93717910,93717910,93717910,93717910,93717910,93717910,93717910,93717910,93717910,93717910,93717910,93717910,93717910,93717910,93717910,93717910,93717910,93717910,93717910,93717910,93717910,93717910,93717910,93717910,93782014,93717910,93717910,93717910,93717910,93717910,93717910,93717910,93717910,93717910,93717910,93717910,4294837654,93717910,93717910,93717910,93717910,93717910,166857202,166857202,166857202,166857202,166857202,166854828,11274738,166857202,166857202,166857202,166857202,166857202,166857202,166857202,166857202,166857202,166857202,166857223,166857202,169675250,166857202,166857202,166857202,166857202,166857202,166857202,166857202,166857202,166857202,166857202,166857202,166857202,166857202,166857202,166857202,166857202,166857202,166857202,166857202,166857202,166857202,166857202,166857202,166857202,166857202,166857202,166920190,166857202,166857208,166857202,166857202,166857202,166857202,166857202,166857202,166857202,166857202,166857202,166857202,166857202,166857202,166857202,166857202,166857202,30081483,30081483,30081483,30081483,30081483,30081267,15925707,30081483,30081483,30081483,30081483,30081483,30081483,30081483,30081483,30081483,30081483,30081827,30081483,30081483,30081483,30081483,30081483,52691403,4294901758,4294901758,4294901758,4294901758,4294901758,30081483,30081483,30081483,4294836683,4294901758,4294901758,30146558,30081483,30081483,30081483,30081483,30081483,30081483,30081483,30081483,30081483,30081483,30081829,30081483,4294837030,4294901758,4294901758,30146558,30081483,30081483,30081483,30081483,30081483,30081483,30081483,30081483,30081483,4294836683,9241035,30081483,167119350,167119350,167119350,167119350,167119350,167117905,72419830,167119350,167119350,167119350,167119350,167119350,167119350,167119350,167119350,167119350,167119350,167119334,167119350,169085430,167119350,167182334,167119350,4294838774,167119350,167119350,167119350,167119350,167119350,167119350,167119350,167119350,167119350,167119350,167119350,167119350,167119350,167119350,167119350,167119350,167119350,167119350,167119350,167119350,167119350,167119350,167182334,167119350,167119338,167119350,167119350,167119350,167119350,167119350,167119350,167119350,167119350,167119350,167119350,167119350,167119350,4294838774,9243126,167119350,167184887,167184887,167184887,167184887,167184887,167182700,23857655,167184887,167184887,167184887,167184887,167184887,167184887,167184887,167184887,167184887,167184887,167184875,167184887,4294838775,167184887,167184887,167184887,167184887,167184887,167184887,167184887,167184887,167184887,167184887,167184887,167184887,167184887,167184887,167184887,167184887,167184887,167184887,167184887,167184887,167184887,167184887,167184887,167184887,167184887,167184887,167247870,167184887,167247870,167184887,167184887,167184887,167184887,167184887,167184887,167184887,167184887,167184887,167184887,167184887,167184887,167184887,167184887,167184887,167250424,167250424,167250424,167250424,167250424,167248115,15927800,167250424,167250424,167250424,167250424,167250424,167250424,167250424,167250424,167250424,167250424,167250414,167250424,4294838776,167250424,167250424,167250424,4294838776,167250424,167250424,167250424,167250424,167250424,167250424,167250424,167250424,167250424,167250424,167250424,167250424,167250424,167250424,167250424,167250424,167250424,167250424,167250424,167250424,167250424,167250424,167313406,167250424,167313406,167250424,167250424,167250424,167250424,167250424,167250424,167250424,167250424,167250424,167250424,167250424,167250424,4294838776,4393464,167250424,4294901758,4294901758,4294901758,4294901758,4294901758,4294836467,15990782,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294838771,4294901758,169869310,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294837651,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,9306110,4294901758,52822822,52822822,52822822,52822822,52822822,52822259,15926054,52822822,52822822,52822822,52822822,52822822,52822822,52822822,52822822,52822822,52822822,52822819,52822822,53216038,52822822,52822822,52822822,93979430,52822822,52822822,52822822,52822822,52822822,52822822,52822822,52822822,52822822,52822822,52822822,52822822,52822822,52822822,52822822,52822822,52822822,52822822,52822822,52822822,52822822,52822822,52823451,52822822,52822822,52822822,52822822,52822822,52822822,52822822,52822822,52822822,52822822,52822822,4294837030,52822822,52822822,4294837030,9241382,52822822,52822822,52822822,52822822,52822822,52822822,52822259,15926054,52822822,52822822,52822822,52822822,52822822,52822822,52822822,52822822,52822822,52822822,52822819,52822822,53216038,52822822,52822822,52822822,93979430,4294901758,4294901758,4294901758,4294901758,4294901758,52822822,52822822,52822822,4294837030,4294901758,4294901758,52887550,52822822,52822822,52822822,52822822,52822822,52822822,52822822,52822822,52822822,52822822,52823451,52822822,4294837030,4294901758,4294901758,52887550,52822822,52822822,52822822,52822822,52822822,52822822,52822822,52822822,52822822,4294837030,9241382,52822822,94111132,94111132,94111132,94111132,94111132,94110801,72418716,94111132,94111132,94111132,94111132,94111132,94111132,94111132,94111132,94111132,94111132,94111658,94111132,94111132,94111132,94175230,94111132,167576988,94111132,94111132,94111132,94111132,94111132,94111132,94111132,94111132,94111132,94111132,94111132,94111132,94111132,94111132,94111132,94111132,94111132,94111132,94111132,94111132,94111132,94111132,94112254,94111132,94112255,94111132,94111132,94111132,94111132,94111132,94111132,94111132,94111132,94111132,94111132,94111132,94111132,4294837660,9242012,94111132,60294040,60294040,60294040,60294040,60294040,60295937,184615832,60294040,60294040,60294040,60294040,60294040,60294040,60294040,60294040,60294040,60294040,60296541,60294040,60294040,60294040,60294738,60294040,106103704,60294040,60294040,60294040,60294040,60294040,60294040,60294040,60294040,60294040,60294040,60294040,60294040,60294040,60294040,60294040,60294040,60294040,60294040,60294040,60294040,60294040,60294040,60358654,60294040,60294741,60294040,60294040,60294040,60294040,60294040,60294040,60294040,60294040,60294040,184812440,60294040,60294040,4294837144,9241496,60294040,167709183,167709183,167709183,167709183,167709183,167707729,72419839,167709183,167709183,167709183,167709183,167709183,167709183,167709183,167709183,167709183,167709183,167708586,167709183,167971327,167709183,167772158,167709183,4294838783,167709183,167709183,167709183,167709183,167709183,167709183,167709183,167709183,167709183,167709183,167709183,167709183,167709183,167709183,167709183,167709183,167709183,167709183,167709183,167709183,167709183,167709183,167772158,167709183,167709183,167709183,167709183,167709183,167709183,167709183,167709183,167709183,167709183,167709183,167709183,167709183,167709183,4294838783,9243135,167709183,52888359,52888359,52888359,52888359,52888359,52888657,72418087,52888359,52888359,52888359,52888359,52888359,52888359,52888359,52888359,52888359,52888359,52888658,52888359,94110503,52888359,52888989,52888359,94241575,52888359,52888359,52888359,52888359,52888359,52888359,52888359,52888359,52888359,52888359,52888359,52888359,52888359,52888359,52888359,52888359,52888359,52888359,52888359,52888359,52888359,52888359,52888991,52888359,52888992,52888359,52888359,52888359,52888359,52888359,52888359,52888359,52888359,52888359,4294837031,52888359,52888359,4294837031,9241383,52888359,52888359,52888359,52888359,52888359,52888359,52888657,72418087,52888359,52888359,52888359,52888359,52888359,52888359,52888359,52888359,52888359,52888359,52888658,52888359,94110503,52888359,52888989,52888359,94241575,4294901758,4294901758,4294901758,4294901758,4294901758,52888359,52888359,52888359,4294837031,4294901758,4294901758,52953086,52888359,52888359,52888359,52888359,52888359,52888359,52888359,52888359,52888359,52888359,52888991,52888359,4294837664,4294901758,4294901758,52953086,52888359,52888359,52888359,52888359,52888359,52888359,52888359,52888359,52888359,4294837031,9241383,52888359,167971331,167971331,167971331,167971331,167971331,167969873,72419843,167971331,167971331,167971331,167971331,167971331,167971331,167971331,167971331,167971331,167971331,167970730,167971331,167971331,167971331,168034302,167971331,4294838787,167971331,167971331,167971331,167971331,167971331,167971331,167971331,167971331,167971331,167971331,167971331,167971331,167971331,167971331,167971331,167971331,167971331,167971331,167971331,167971331,167971331,167971331,168034302,167971331,167971327,167971331,167971331,167971331,167971331,167971331,167971331,167971331,167971331,167971331,167971331,167971331,167971331,4294838787,9243139,167971331,94373280,94373280,94373280,94373280,94373280,94372945,72418720,94373280,94373280,94373280,94373280,94373280,94373280,94373280,94373280,94373280,94373280,94372946,94373280,167970208,94373280,94437374,94373280,168101280,94373280,94373280,94373280,94373280,94373280,94373280,94373280,94373280,94373280,94373280,94373280,94373280,94373280,94373280,94373280,94373280,94373280,94373280,94373280,94373280,94373280,94373280,94374406,94373280,94373280,94373280,94373280,94373280,94373280,94373280,94373280,94373280,94373280,94373280,94373280,94373280,94373280,4294837664,9242016,94373280,60556188,60556188,60556188,60556188,60556188,60558101,185926556,60556188,60556188,60556188,60556188,60556188,60556188,60556188,60556188,60556188,60556188,60558702,60556188,106627996,60556188,60556892,60556188,106759068,60556188,60556188,60556188,60556188,60556188,60556188,60556188,60556188,60556188,60556188,60556188,60556188,60556188,60556188,60556188,60556188,60556188,60556188,60556188,60556188,60556188,60556188,60620798,60556188,60556188,60556188,60556188,60556188,60556188,60556188,60556188,60556188,60556188,60556188,186123164,60556188,60556188,4294837148,9241500,60556188,124847985,124847985,124847985,124847985,124847985,124846323,15927153,124847985,124847985,124847985,124847985,124847985,124847985,124847985,124847985,124847985,124847985,124911614,124847985,124979057,124847985,124847985,124847985,125044593,124847985,124847985,124847985,124847985,124847985,124847985,124847985,124847985,124847985,124847985,124847985,124847985,124847985,124847985,124847985,124847985,124847985,124847985,124847985,124847985,124847985,124847985,124847989,124847985,124846713,124847985,124847985,124847985,124847985,124847985,124847985,124847985,124847985,124847985,124847985,124847985,124847985,4294838129,125175665,124847985,52953896,52953896,52953896,52953896,52953896,52953331,15926056,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,53018622,52953896,94503720,52953896,52953896,52953896,94569256,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52954532,52953896,52954533,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,4294837032,4391720,52953896,52953896,52953896,52953896,52953896,52953896,52953331,15926056,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52954529,52953896,94503720,52953896,52953896,52953896,94569256,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52954532,52953896,52954533,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,4294837032,52953896,52953896,4294837032,4391720,52953896,52953896,52953896,52953896,52953896,52953896,52953331,15926056,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52954529,52953896,94503720,52953896,52953896,52953896,94569256,4294901758,4294901758,4294901758,4294901758,4294901758,52953896,52953896,52953896,4294837032,4294901758,4294901758,53018622,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52954532,52953896,4294837669,4294901758,4294901758,53018622,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,52953896,4294837032,4391720,52953896,94700965,94700965,94700965,94700965,94700965,94700965,94700965,94700965,94700965,94700965,94700965,94700965,94700965,94700965,94700965,94700965,94700965,94765054,94700965,94700965,94700965,94700965,94700965,94700965,94700965,94700965,94700965,94700965,94700965,94700965,94700965,94700965,94700965,94700965,94700965,94700965,94700965,94700965,94700965,94700965,94700965,94700965,94700965,94700965,94700965,94700965,94765054,94700965,94700965,94700965,94700965,94700965,94700965,94700965,94700965,94700965,94700965,94700965,4294837669,94700965,94700965,94700965,94700965,94700965,29950409,29950409,29950409,29950409,29950409,29950195,15925705,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950573,29950409,30081481,29950409,29950409,29950409,30147017,4294901758,4294901758,4294901758,4294901758,4294901758,29950409,29950409,29950409,4294836681,4294901758,4294901758,30015486,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950413,29950409,4294836686,4294901758,4294901758,30015486,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,29950409,4294836681,9241033,29950409,168692238,168692238,168692238,168692238,168692238,168690769,72419854,168692238,168692238,168692238,168692238,168692238,168692238,168692238,168692238,168692238,168692238,168692198,168692238,169085454,168692238,168755198,168692238,4294838798,168692238,168692238,168692238,168692238,168692238,168692238,168692238,168692238,168692238,168692238,168692238,168692238,168692238,168692238,168692238,168692238,168692238,168692238,168692238,168692238,168692238,168692238,168755198,168692238,168692202,168692238,168692238,168692238,168692238,168692238,168692238,168692238,168692238,168692238,168692238,168692238,168692238,4294838798,9243150,168692238,168757775,168757775,168757775,168757775,168757775,168755564,23857679,168757775,168757775,168757775,168757775,168757775,168757775,168757775,168757775,168757775,168757775,168757739,168757775,169413135,168757775,168757775,168757775,168757775,168757775,168757775,168757775,168757775,168757775,168757775,168757775,168757775,168757775,168757775,168757775,168757775,168757775,168757775,168757775,168757775,168757775,168757775,168757775,168757775,168757775,168757775,168820734,168757775,168820734,168757775,168757775,168757775,168757775,168757775,168757775,168757775,168757775,168757775,168757775,168757775,168757775,168757775,168757775,168757775,168823312,168823312,168823312,168823312,168823312,168820979,15927824,168823312,168823312,168823312,168823312,168823312,168823312,168823312,168823312,168823312,168823312,168823278,168823312,4294838800,168823312,168823312,168823312,4294838800,168823312,168823312,168823312,168823312,168823312,168823312,168823312,168823312,168823312,168823312,168823312,168823312,168823312,168823312,168823312,168823312,168823312,168823312,168823312,168823312,168823312,168823312,168886270,168823312,168886270,168823312,168823312,168823312,168823312,168823312,168823312,168823312,168823312,168823312,168823312,168823312,168823312,4294838800,4393488,168823312,53216044,53216044,53216044,53216044,53216044,53215475,15926060,53216044,53216044,53216044,53216044,53216044,53216044,53216044,53216044,53216044,53216044,53216035,53216044,53216044,53216044,53216044,53216044,94962476,53216044,53216044,53216044,53216044,53216044,53216044,53216044,53216044,53216044,53216044,53216044,53216044,53216044,53216044,53216044,53216044,53216044,53216044,53216044,53216044,53216044,53216044,53216682,53216044,53216038,53216044,53216044,53216044,53216044,53216044,53216044,53216044,53216044,53216044,4294837036,53216044,53216044,4294837036,9241388,53216044,53216044,53216044,53216044,53216044,53216044,53215475,15926060,53216044,53216044,53216044,53216044,53216044,53216044,53216044,53216044,53216044,53216044,53216035,53216044,53216044,53216044,53216044,53216044,94962476,4294901758,4294901758,4294901758,4294901758,4294901758,53216044,53216044,53216044,4294837036,4294901758,4294901758,53280766,53216044,53216044,53216044,53216044,53216044,53216044,53216044,53216044,53216044,53216044,53216682,53216044,4294837030,4294901758,4294901758,53280766,53216044,53216044,53216044,53216044,53216044,53216044,53216044,53216044,53216044,4294837036,9241388,53216044,169085460,169085460,169085460,169085460,169085460,169083985,72419860,169085460,169085460,169085460,169085460,169085460,169085460,169085460,169085460,169085460,169085460,169084842,169085460,169085460,169085460,169148414,169085460,4294838804,169085460,169085460,169085460,169085460,169085460,169085460,169085460,169085460,169085460,169085460,169085460,169085460,169085460,169085460,169085460,169085460,169085460,169085460,169085460,169085460,169085460,169085460,169148414,169085460,169085439,169085460,169085460,169085460,169085460,169085460,169085460,169085460,169085460,169085460,169085460,169085460,169085460,4294838804,9243156,169085460,95094187,95094187,95094187,95094187,95094187,95093841,72418731,95094187,95094187,95094187,95094187,95094187,95094187,95094187,95094187,95094187,95094187,95093842,95094187,169084331,95094187,95158270,95094187,169215403,95094187,95094187,95094187,95094187,95094187,95094187,95094187,95094187,95094187,95094187,95094187,95094187,95094187,95094187,95094187,95094187,95094187,95094187,95094187,95094187,95094187,95094187,95095319,95094187,95094176,95094187,95094187,95094187,95094187,95094187,95094187,95094187,95094187,95094187,95094187,95094187,95094187,4294837675,9242027,95094187,95094187,95094187,95094187,95094187,95094187,95158270,4294837675,95094187,95094187,95094187,95094187,95094187,95094187,95094187,95094187,95094187,95094187,95158270,95094187,169084331,95094187,95095317,95094187,169215403,95094187,95094187,95094187,95094187,95094187,95094187,95094187,95094187,95094187,95094187,95094187,95094187,95094187,95094187,95094187,95094187,95094187,95094187,95094187,95094187,95094187,95094187,95158270,95094187,95094176,95094187,95094187,95094187,95094187,95094187,95094187,95094187,95094187,95094187,4294837675,95094187,95094187,4294837675,9242027,95094187,95159724,95159724,95159724,95159724,95159724,95159724,95159724,95159724,95159724,95159724,95159724,95159724,95159724,95159724,95159724,95159724,95159724,95223806,95159724,95159724,95159724,95159724,95159724,95159724,95159724,95159724,95159724,95159724,95159724,95159724,95159724,95159724,95159724,95159724,95159724,95159724,95159724,95159724,95159724,95159724,95159724,95159724,95159724,95159724,95159724,95159724,95223806,95159724,95159724,95159724,95159724,95159724,95159724,95159724,95159724,95159724,95159724,95159724,4294837676,95159724,95159724,95159724,95159724,95159724,169413145,169413145,169413145,169413145,169413145,169411197,41749017,169413145,169413145,169413145,169413145,169413145,169413145,169413145,169413145,169413145,169413145,169476094,169413145,168757785,169413145,169413145,169413145,4294838809,169413145,169413145,169413145,169413145,169413145,169413145,169413145,169413145,169413145,169413145,169413145,169413145,169413145,169413145,169413145,169413145,169413145,169413145,169413145,169413145,169413145,169413145,169476094,169413145,169476094,169413145,169413145,169413145,169413145,169413145,169413145,169413145,169413145,169413145,169413145,169413145,169413145,4294838809,16779801,169413145,169478682,169478682,169478682,169478682,169478682,169476268,11274778,169478682,169478682,169478682,169478682,169478682,169478682,169478682,169478682,169478682,169478682,169478663,169478682,95226394,169478682,169478682,169478682,169478682,169478682,169478682,169478682,169478682,169478682,169478682,169478682,169478682,169478682,169478682,169478682,169478682,169478682,169478682,169478682,169478682,169478682,169478682,169478682,169478682,169478682,169478682,169541630,169478682,169541630,169478682,169478682,169478682,169478682,169478682,169478682,169478682,169478682,169478682,169478682,169478682,169478682,169478682,169478682,169478682,95225261,95225261,95225261,95225261,95225261,95224051,15926701,95225261,95225261,95225261,95225261,95225261,95225261,95225261,95225261,95225261,95225261,95225249,95225261,169477549,95225261,95289342,95225261,53282221,95225261,95225261,95225261,95225261,95225261,95225261,95225261,95225261,95225261,95225261,95225261,95225261,95225261,95225261,95225261,95225261,95225261,95225261,95225261,95225261,95225261,95225261,95226396,95225261,95226397,95225261,95225261,95225261,95225261,95225261,95225261,95225261,95225261,95225261,95225261,95225261,95225261,4294837677,4392365,95225261,95225261,95225261,95225261,95225261,95225261,95225261,95225261,95225261,95225261,95225261,95225261,95225261,95225261,95225261,95225261,95225261,95225261,95289342,95225261,95225261,95225261,95225261,95225261,95225261,95225261,95225261,95225261,95225261,95225261,95225261,95225261,95225261,95225261,95225261,95225261,95225261,95225261,95225261,95225261,95225261,95225261,95225261,95225261,95225261,95225261,95225261,95289342,95225261,95225261,95225261,95225261,95225261,95225261,95225261,95225261,95225261,95225261,95225261,4294837677,95225261,95225261,95225261,95225261,95225261,169675293,169675293,169675293,169675293,169675293,169672947,15927837,169675293,169675293,169675293,169675293,169675293,169675293,169675293,169675293,169675293,169675293,169674145,169675293,166857245,169675293,169675293,169675293,4294838813,169675293,169675293,169675293,169675293,169675293,169675293,169675293,169675293,169675293,169675293,169675293,169675293,169675293,169675293,169675293,169675293,169675293,169675293,169675293,169675293,169675293,169675293,169738238,169675293,169674157,169675293,169675293,169675293,169675293,169675293,169675293,169675293,169675293,169675293,169675293,169675293,169675293,4294838813,4294838813,169675293,169740830,169740830,169740830,169740830,169740830,169738483,15927838,169740830,169740830,169740830,169740830,169740830,169740830,169740830,169740830,169740830,169740830,169738861,169740830,169806366,169740830,169740830,169740830,169871902,169740830,169740830,169740830,169740830,169740830,169740830,169740830,169740830,169740830,169740830,169740830,169740830,169740830,169740830,169740830,169740830,169740830,169740830,169740830,169740830,169740830,169740830,169740833,169740830,169738702,169740830,169740830,169740830,169740830,169740830,169740830,169740830,169740830,169740830,169740830,169740830,169740830,4294838814,9243166,169740830,169806367,169806367,169806367,169806367,169806367,169804019,15927839,169806367,169806367,169806367,169806367,169806367,169806367,169806367,169806367,169806367,169806367,169804579,169806367,169806367,169806367,169806367,169806367,4294838815,169806367,169806367,169806367,169806367,169806367,169806367,169806367,169806367,169806367,169806367,169806367,169806367,169806367,169806367,169806367,169806367,169806367,169806367,169806367,169806367,169806367,169806367,169869310,169806367,169804582,169806367,169806367,169806367,169806367,169806367,169806367,169806367,169806367,169806367,169806367,169806367,169806367,4294838815,9243167,169806367,169740830,169740830,169740830,169740830,169740830,169738483,15927838,169740830,169740830,169740830,169740830,169740830,169740830,169740830,169740830,169740830,169740830,169738861,169740830,169806366,169740830,169803774,169740830,169871902,169740830,169740830,169740830,169740830,169740830,169740830,169740830,169740830,169740830,169740830,169740830,169740830,169740830,169740830,169740830,169740830,169740830,169740830,169740830,169740830,169740830,169740830,169740833,169740830,169738702,169740830,169740830,169740830,169740830,169740830,169740830,169740830,169740830,169740830,169740830,169740830,169740830,4294838814,9243166,169740830,169740830,169740830,169740830,169740830,169740830,169803774,4294838814,169740830,169740830,169740830,169740830,169740830,169740830,169740830,169740830,169740830,169740830,169739694,169740830,169806366,169740830,169740830,169740830,169871902,169740830,169740830,169740830,169740830,169740830,169740830,169740830,169740830,169740830,169740830,169740830,169740830,169740830,169740830,169740830,169740830,169740830,169740830,169740830,169740830,169740830,169740830,169803774,169740830,169738702,169740830,169740830,169740830,169740830,169740830,169740830,169740830,169740830,169740830,4294838814,169740830,169740830,4294838814,9243166,169740830,30278094,30278094,30278094,30278094,30278094,30277875,15925710,30278094,30278094,30278094,30278094,30278094,30278094,30278094,30278094,30278094,30278094,30278253,30278094,53215694,30278094,30278094,30278094,53281230,4294901758,4294901758,4294901758,4294901758,4294901758,30278094,30278094,30278094,4294836686,4294901758,4294901758,30343166,30278094,30278094,30278094,30278094,30278094,30278094,30278094,30278094,30278094,30278094,30278446,30278094,4294836686,4294901758,4294901758,30343166,30278094,30278094,30278094,30278094,30278094,30278094,30278094,30278094,30278094,4294836686,9241038,30278094,4294901758,4294901758,4294901758,4294901758,4294901758,4294836318,6225918,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,178913278,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294840040,4294901758,4294838357,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,170199589,170199589,170199589,170199589,170199589,170197086,6162981,170199589,170199589,170199589,170199589,170199589,170199589,170199589,170199589,170199589,170199589,170262526,170199589,95554085,170199589,170262526,170199589,4294838821,170199589,170199589,170199589,170199589,170199589,170199589,170199589,170199589,170199589,170199589,170199589,170199589,170199589,170199589,170199589,170199589,170199589,170199589,170199589,170199589,170199589,170199589,170200753,170199589,170199668,170199589,170199589,170199589,170199589,170199589,170199589,170199589,170199589,170199589,170199589,170199589,170199589,4294838821,4294838821,170199589,95552946,95552946,95552946,95552946,95552946,95551691,13305266,95552946,95552946,95552946,95552946,95552946,95552946,95552946,95552946,95552946,95552946,95554084,95552946,170198450,95552946,95617022,95552946,53478834,95552946,95552946,95552946,95552946,95552946,95552946,95552946,95552946,95552946,95552946,95552946,95552946,95552946,95552946,95552946,95552946,95552946,95552946,95552946,95552946,95552946,95552946,95554088,95552946,95554089,95552946,95552946,95552946,95552946,95552946,95552946,95552946,95552946,95552946,95552946,95552946,95552946,4294837682,4392370,95552946,95552946,95552946,95552946,95552946,95552946,95552946,95552946,95552946,95552946,95552946,95552946,95552946,95552946,95552946,95552946,95552946,95552946,95552946,95552946,95552946,95552946,95554086,95552946,95552946,95552946,95552946,95552946,95552946,95552946,95552946,95552946,95552946,95552946,95552946,95552946,95552946,95552946,95552946,95552946,95552946,95552946,95552946,95552946,95552946,95552946,95552946,95552946,95552946,95552946,95552946,95552946,95552946,95552946,95552946,95552946,95552946,95552946,95552946,4294837682,95552946,95552946,95552946,95552946,95552946,170461737,170461737,170461737,170461737,170461737,170459317,11864617,170461737,170461737,170461737,170461737,170461737,170461737,170461737,170461737,170461737,170461737,170460362,170461737,175639081,170461737,170524670,170461737,170461737,170461737,170461737,170461737,170461737,170461737,170461737,170461737,170461737,170461737,170461737,170461737,170461737,170461737,170461737,170461737,170461737,170461737,170461737,170461737,170461737,170461737,170461737,170461988,170461737,170524670,170461737,170461737,170461737,170461737,170461737,170461737,170461737,170461737,170461737,170461737,170461737,170461737,170461737,170461737,170461737,30343631,30343631,30343631,30343631,30343631,30343371,13304271,30343631,30343631,30343631,30343631,30343631,30343631,30343631,30343631,30343631,30343631,30343664,30343631,30802383,30343631,30343983,30343631,53477839,4294901758,4294901758,4294901758,4294901758,4294901758,30343631,30343631,30343631,4294836687,4294901758,4294901758,30408702,30343631,30343631,30343631,30343631,30343631,30343631,30343631,30343631,30343631,30343631,30343985,30343631,4294837042,4294901758,4294901758,30408702,30343631,30343631,30343631,30343631,30343631,30343631,30343631,30343631,30343631,4294836687,9241039,30343631,170658348,170658348,170658348,170658348,170658348,170656129,25233964,170658348,170658348,170658348,170658348,170658348,170658348,170658348,170658348,170658348,170658348,170658724,170658348,133564972,170658348,170721278,170658348,4294838828,170658348,170658348,170658348,170658348,170658348,170658348,170658348,170658348,170658348,170658348,170658348,170658348,170658348,170658348,170658348,170658348,170658348,170658348,170658348,170658348,170658348,170658348,170721278,170658348,170658747,170658348,170658348,170658348,170658348,170658348,170658348,170658348,170658348,170658348,170658348,170658348,170658348,4294838828,4294838828,170658348,4294901758,4294901758,4294901758,4294901758,4294901758,4294836399,11534334,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294839212,4294901758,4294901758,4294901758,4294901758,4294901758,170786814,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294839211,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,53674803,53674803,53674803,53674803,53674803,53674159,11469619,53674803,53674803,53674803,53674803,53674803,53674803,53674803,53674803,53674803,53674803,53674983,53674803,57475891,53674803,53674803,53674803,95879987,4294901758,4294901758,4294901758,4294901758,4294901758,53674803,53674803,53674803,4294837043,4294901758,4294901758,53739518,53674803,53674803,53674803,53674803,53674803,53674803,53674803,53674803,53674803,53674803,53675448,53674803,4294836557,4294901758,4294901758,53739518,53674803,53674803,53674803,53674803,53674803,53674803,53674803,53674803,53674803,4294837043,96011059,53674803,53740340,53740340,53740340,53740340,53740340,53739695,11469620,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53805054,53740340,30409524,53740340,53740340,53740340,96142132,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740988,53740340,53740004,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,4294837044,16778036,53740340,170920496,170920496,170920496,170920496,170920496,170918273,25233968,170920496,170920496,170920496,170920496,170920496,170920496,170920496,170920496,170920496,170920496,170983422,170920496,4294838832,170920496,170983422,170920496,4294838832,170920496,170920496,170920496,170920496,170920496,170920496,170920496,170920496,170920496,170920496,170920496,170920496,170920496,170920496,170920496,170920496,170920496,170920496,170920496,170920496,170920496,170920496,170983422,170920496,170983422,170920496,170920496,170920496,170920496,170920496,170920496,170920496,170920496,170920496,170920496,170920496,170920496,4294838832,42863152,170920496,53740340,53740340,53740340,53740340,53740340,53739695,11469620,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740986,53740340,30409524,53740340,53740340,53740340,96142132,4294901758,4294901758,4294901758,4294901758,4294901758,53740340,53740340,53740340,4294837044,4294901758,4294901758,53805054,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740988,53740340,4294836708,4294901758,4294901758,53805054,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,53740340,4294837044,16778036,53740340,30409168,30409168,30409168,30409168,30409168,30474239,4294902224,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409523,30409168,53739984,30409168,30409168,30409168,30409168,4294901758,4294901758,4294901758,4294901758,4294901758,30409168,30409168,30409168,4294836688,4294901758,4294901758,30474238,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409525,30409168,4294836688,4294901758,4294901758,30474238,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30409168,30474705,30474705,30474705,30474705,30474705,30474274,2228689,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30539774,30474705,53936593,30474705,30474705,30474705,54002129,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30475065,30474705,30475066,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,4294836689,4391377,30474705,4294901758,4294901758,4294901758,4294901758,4294901758,4294837300,70582270,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294839515,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,32178667,32178667,32178667,32178667,32178667,32178210,2228715,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32243710,32178667,57737707,32178667,32178667,32178667,57803243,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32179059,32178667,32179060,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,4294836715,4391403,32178667,4294901758,4294901758,4294901758,4294901758,4294901758,4294836258,2293758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,171376638,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294839320,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,96339390,96339390,96339390,96339390,96339390,96337954,2229694,96339390,96339390,96339390,96339390,96339390,96339390,96339390,96339390,96339390,96339390,96340531,96339390,96470462,96339390,96339390,96339390,96535998,4294901758,4294901758,4294901758,4294901758,4294901758,96339390,96339390,96339390,4294837694,4294901758,4294901758,96403454,96339390,96339390,96339390,96339390,96339390,96339390,96339390,96339390,96339390,96339390,96339394,96339390,4294837699,4294901758,4294901758,96403454,96339390,96339390,96339390,96339390,96339390,96339390,96339390,96339390,96339390,4294837694,96732606,96339390,96667075,96667075,96667075,96667075,96667075,96667075,96667075,96667075,96667075,96667075,96667075,96667075,96667075,96667075,96667075,96667075,96667075,96667075,96667075,96667075,96667075,96667075,96667075,96667075,96667075,96667075,96667075,96667075,96667075,96667075,96667075,96667075,96667075,96667075,96667075,96667075,96667075,96667075,96667075,96667075,96667075,96667075,96667075,96667075,96667075,96667075,96667075,96667075,96667075,96667075,96667075,96667075,96667075,96667075,96667075,96667075,96667075,96667075,4294837699,96667075,96667075,96667075,96667075,96667075,171510329,171510329,171510329,171510329,171510329,171507746,2230841,171510329,171510329,171510329,171510329,171510329,171510329,171510329,171510329,171510329,171510329,171510323,171510329,4294838841,171510329,171510329,171510329,4294838841,171510329,171510329,171510329,171510329,171510329,171510329,171510329,171510329,171510329,171510329,171510329,171510329,171510329,171510329,171510329,171510329,171510329,171510329,171510329,171510329,171510329,171510329,171573246,171510329,171573246,171510329,171510329,171510329,171510329,171510329,171510329,171510329,171510329,171510329,171510329,171510329,171510329,4294838841,4294838841,171510329,53936951,53936951,53936951,53936951,53936951,53936162,2229047,53936951,53936951,53936951,53936951,53936951,53936951,53936951,53936951,53936951,53936951,54001662,53936951,30475063,53936951,53936951,53936951,96863031,53936951,53936951,53936951,53936951,53936951,53936951,53936951,53936951,53936951,53936951,53936951,53936951,53936951,53936951,53936951,53936951,53936951,53936951,53936951,53936951,53936951,53936951,53937607,53936951,53936991,53936951,53936951,53936951,53936951,53936951,53936951,53936951,53936951,53936951,53936951,53936951,53936951,4294837047,96994103,53936951,57738097,57738097,57738097,57738097,57738097,57737250,2229105,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738780,57738097,32179057,57738097,57738097,57738097,102564721,4294901758,4294901758,4294901758,4294901758,4294901758,57738097,57738097,57738097,4294837105,4294901758,4294901758,57802750,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738695,57738097,4294837790,4294901758,4294901758,57802750,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,4294837105,102695793,57738097,30474705,30474705,30474705,30474705,30474705,30474274,2228689,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30475062,30474705,53936593,30474705,30474705,30474705,54002129,4294901758,4294901758,4294901758,4294901758,4294901758,30474705,30474705,30474705,4294836689,4294901758,4294901758,30539774,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30475065,30474705,4294837050,4294901758,4294901758,30539774,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,30474705,4294836689,4391377,30474705,54133562,54133562,54133562,54133562,54133562,54198271,4294902586,54133562,54133562,54133562,54133562,54133562,54133562,54133562,54133562,54133562,54133562,54133238,54133562,56755002,54133562,54133562,54133562,54133562,4294901758,4294901758,4294901758,4294901758,4294901758,54133562,54133562,54133562,4294837050,4294901758,4294901758,54198270,54133562,54133562,54133562,54133562,54133562,54133562,54133562,54133562,54133562,54133562,54134218,54133562,4294837054,4294901758,4294901758,54198270,54133562,54133562,54133562,54133562,54133562,54133562,54133562,54133562,54133562,54133562,54133562,54133562,171969088,171969088,171969088,171969088,171969088,171966667,13306432,171969088,171969088,171969088,171969088,171969088,171969088,171969088,171969088,171969088,171969088,171969060,171969088,4294838848,171969088,172031998,171969088,4294838848,171969088,171969088,171969088,171969088,171969088,171969088,171969088,171969088,171969088,171969088,171969088,171969088,171969088,171969088,171969088,171969088,171969088,171969088,171969088,171969088,171969088,171969088,172031998,171969088,172031998,171969088,171969088,171969088,171969088,171969088,171969088,171969088,171969088,171969088,171969088,171969088,171969088,4294838848,4393536,171969088,54264636,54264636,54264636,54264636,54264636,54264011,13304636,54264636,54264636,54264636,54264636,54264636,54264636,54264636,54264636,54264636,54264636,54264304,54264636,56165180,54264636,54265292,54264636,97321788,4294901758,4294901758,4294901758,4294901758,4294901758,54264636,54264636,54264636,4294837052,4294901758,4294901758,54329342,54264636,54264636,54264636,54264636,54264636,54264636,54264636,54264636,54264636,54264636,54265294,54264636,4294837042,4294901758,4294901758,54329342,54264636,54264636,54264636,54264636,54264636,54264636,54264636,54264636,54264636,4294837052,9241404,54264636,97453519,97453519,97453519,97453519,97453519,97452207,11470287,97453519,97453519,97453519,97453519,97453519,97453519,97453519,97453519,97453519,97453519,97453498,97453519,54330831,97453519,97517566,97453519,4294837711,97453519,97453519,97453519,97453519,97453519,97453519,97453519,97453519,97453519,97453519,97453519,97453519,97453519,97453519,97453519,97453519,97453519,97453519,97453519,97453519,97453519,97453519,97454660,97453519,97452894,97453519,97453519,97453519,97453519,97453519,97453519,97453519,97453519,97453519,97453519,97453519,97453519,4294837711,172295631,97453519,103220775,103220775,103220775,103220775,103220775,103220775,103220775,103220775,103220775,103220775,103220775,103220775,103220775,103220775,103220775,103220775,103220775,103220775,103220775,103220775,103220775,103220775,103220775,103220775,103220775,103220775,103220775,103220775,103220775,103220775,103220775,103220775,103220775,103220775,103220775,103220775,103220775,103220775,103220775,103220775,103220775,103220775,103220775,103220775,103220775,103220775,103220775,103220775,103220775,103220775,103220775,103220775,103220775,103220775,103220775,103220775,103220775,103220775,4294837799,103220775,103220775,103220775,103220775,103220775,9306254,9306254,9306254,9306254,9306254,9371647,4294901902,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9371647,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306973,9306254,9306326,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,54330173,54330173,54330173,54330173,54330173,54394879,4294902589,54330173,54330173,54330173,54330173,54330173,54330173,54330173,54330173,54330173,54330173,54330163,54330173,97452861,54330173,54330173,54330173,54330173,4294901758,4294901758,4294901758,4294901758,4294901758,54330173,54330173,54330173,4294837053,4294901758,4294901758,54394878,54330173,54330173,54330173,54330173,54330173,54330173,54330173,54330173,54330173,54330173,54330832,54330173,4294837713,4294901758,4294901758,54394878,54330173,54330173,54330173,54330173,54330173,54330173,54330173,54330173,54330173,54330173,54330173,54330173,4294901758,4294901758,4294901758,4294901758,4294901758,4294836399,11534334,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294837931,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,172493384,172493384,172493384,172493384,172493384,172490927,11471432,172493384,172493384,172493384,172493384,172493384,172493384,172493384,172493384,172493384,172493384,172493416,172493384,97585736,172493384,172493384,172493384,4294838856,172493384,172493384,172493384,172493384,172493384,172493384,172493384,172493384,172493384,172493384,172493384,172493384,172493384,172493384,172493384,172493384,172493384,172493384,172493384,172493384,172493384,172493384,172493419,172493384,172492267,172493384,172493384,172493384,172493384,172493384,172493384,172493384,172493384,172493384,172493384,172493384,172493384,4294838856,4294838856,172493384,97584593,97584593,97584593,97584593,97584593,97583279,11470289,97584593,97584593,97584593,97584593,97584593,97584593,97584593,97584593,97584593,97584593,97585735,97584593,172492241,97584593,97648638,97584593,236127697,97584593,97584593,97584593,97584593,97584593,97584593,97584593,97584593,97584593,97584593,97584593,97584593,97584593,97584593,97584593,97584593,97584593,97584593,97584593,97584593,97584593,97584593,97585738,97584593,97585739,97584593,97584593,97584593,97584593,97584593,97584593,97584593,97584593,97584593,97584593,97584593,97584593,4294837713,16778705,97584593,97584593,97584593,97584593,97584593,97584593,97584593,97584593,97584593,97584593,97584593,97584593,97584593,97584593,97584593,97584593,97584593,97584593,97584593,97584593,97584593,97584593,97584593,97584593,97584593,97584593,97584593,97584593,97584593,97584593,97584593,97584593,97584593,97584593,97584593,97584593,97584593,97584593,97584593,97584593,97584593,97584593,97584593,97584593,97584593,97584593,97584593,97584593,97584593,97584593,97584593,97584593,97584593,97584593,97584593,97584593,97584593,97584593,97584593,4294837713,97584593,97584593,97584593,97584593,97584593,172689995,172689995,172689995,172689995,172689995,172687535,11471435,172689995,172689995,172689995,172689995,172689995,172689995,172689995,172689995,172689995,172689995,172689991,172689995,4294838859,172689995,172689995,172689995,4294838859,172689995,172689995,172689995,172689995,172689995,172689995,172689995,172689995,172689995,172689995,172689995,172689995,172689995,172689995,172689995,172689995,172689995,172689995,172689995,172689995,172689995,172689995,172752894,172689995,172688849,172689995,172689995,172689995,172689995,172689995,172689995,172689995,172689995,172689995,172689995,172689995,172689995,4294838859,4294838859,172689995,97650130,97650130,97650130,97650130,97650130,97648674,2229714,97650130,97650130,97650130,97650130,97650130,97650130,97650130,97650130,97650130,97650130,97650117,97650130,54396370,97650130,97714174,97650130,204932562,97650130,97650130,97650130,97650130,97650130,97650130,97650130,97650130,97650130,97650130,97650130,97650130,97650130,97650130,97650130,97650130,97650130,97650130,97650130,97650130,97650130,97650130,97651277,97650130,97650156,97650130,97650130,97650130,97650130,97650130,97650130,97650130,97650130,97650130,97650130,97650130,97650130,4294837714,172885458,97650130,103417386,103417386,103417386,103417386,103417386,103417386,103417386,103417386,103417386,103417386,103417386,103417386,103417386,103417386,103417386,103417386,103417386,103417386,103417386,103417386,103417386,103417386,103417386,103417386,103417386,103417386,103417386,103417386,103417386,103417386,103417386,103417386,103417386,103417386,103417386,103417386,103417386,103417386,103417386,103417386,103417386,103417386,103417386,103417386,103417386,103417386,103417386,103417386,103417386,103417386,103417386,103417386,103417386,103417386,103417386,103417386,103417386,103417386,4294837802,103417386,103417386,103417386,103417386,103417386,9437328,9437328,9437328,9437328,9437328,9502719,4294901904,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437247,9437328,6357136,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9438714,9437328,9437401,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,54395710,54395710,54395710,54395710,54395710,54394914,2229054,54395710,54395710,54395710,54395710,54395710,54395710,54395710,54395710,54395710,54395710,54395702,54395710,97649470,54395710,54395710,54395710,97715006,4294901758,4294901758,4294901758,4294901758,4294901758,54395710,54395710,54395710,4294837054,4294901758,4294901758,54460414,54395710,54395710,54395710,54395710,54395710,54395710,54395710,54395710,54395710,54395710,54396372,54395710,4294837717,4294901758,4294901758,54460414,54395710,54395710,54395710,54395710,54395710,54395710,54395710,54395710,54395710,4294837054,4391742,54395710,97846741,97846741,97846741,97846741,97846741,97845282,2229717,97846741,97846741,97846741,97846741,97846741,97846741,97846741,97846741,97846741,97846741,97846070,97846741,99550677,97846741,97910782,97846741,209323477,97846741,97846741,97846741,97846741,97846741,97846741,97846741,97846741,97846741,97846741,97846741,97846741,97846741,97846741,97846741,97846741,97846741,97846741,97846741,97846741,97846741,97846741,97847889,97846741,97846078,97846741,97846741,97846741,97846741,97846741,97846741,97846741,97846741,97846741,97846741,97846741,97846741,4294837717,173147605,97846741,180685509,180685509,180685509,180685509,180685509,180685509,180685509,180685509,180685509,180685509,180685509,180685509,180685509,180685509,180685509,180685509,180685509,180685509,180685509,180685509,180685509,180685509,180685509,180685509,180685509,180685509,180685509,180685509,180685509,180685509,180685509,180685509,180685509,180685509,180685509,180685509,180685509,180685509,180685509,180685509,180685509,180685509,180685509,180685509,180685509,180685509,180685509,180685509,180685509,180685509,180685509,180685509,180685509,180685509,180685509,180685509,180685509,180685509,4294838981,180685509,180685509,180685509,180685509,180685509,4325442,4325442,4325442,4325442,4325442,4390911,4294901826,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4390911,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4326858,4325442,4325473,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,18940193,18940193,18940193,18940193,18940193,18939938,2228513,18940193,18940193,18940193,18940193,18940193,18940193,18940193,18940193,18940193,18940193,18940103,18940193,19267873,18940193,18940193,18940193,30671137,4294901758,4294901758,4294901758,4294901758,4294901758,18940193,18940193,18940193,4294836513,4294901758,4294901758,19005438,18940193,18940193,18940193,18940193,18940193,18940193,18940193,18940193,18940193,18940193,18940373,18940193,4294836513,4294901758,4294901758,19005438,18940193,18940193,18940193,18940193,18940193,18940193,18940193,18940193,18940193,4294836513,9240865,18940193,19005730,19005730,19005730,19005730,19005730,19005643,13304098,19005730,19005730,19005730,19005730,19005730,19005730,19005730,19005730,19005730,19005730,19005644,19005730,30802210,19005730,19005911,19005730,30933282,4294901758,4294901758,4294901758,4294901758,4294901758,19005730,19005730,19005730,4294836514,4294901758,4294901758,19070974,19005730,19005730,19005730,19005730,19005730,19005730,19005730,19005730,19005730,19005730,19005913,19005730,4294836698,4294901758,4294901758,19070974,19005730,19005730,19005730,19005730,19005730,19005730,19005730,19005730,19005730,4294836514,9240866,19005730,55182154,55182154,55182154,55182154,55182154,55181346,2229066,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55246846,55182154,55313226,55182154,55182154,55182154,55378762,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182158,55182154,55182159,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,4294837066,55575370,55182154,210242696,210242696,210242696,210242696,210242696,210239522,2231432,210242696,210242696,210242696,210242696,210242696,210242696,210242696,210242696,210242696,210242696,210242708,210242696,117443720,210242696,210242696,210242696,210373768,210242696,210242696,210242696,210242696,210242696,210242696,210242696,210242696,210242696,210242696,210242696,210242696,210242696,210242696,210242696,210242696,210242696,210242696,210242696,210242696,210242696,210242696,210242699,210242696,210241335,210242696,210242696,210242696,210242696,210242696,210242696,210242696,210242696,210242696,210242696,210242696,210242696,4294839432,4394120,210242696,173673050,173673050,173673050,173673050,173673050,173670603,13306458,173673050,173673050,173673050,173673050,173673050,173673050,173673050,173673050,173673050,173673050,173674255,173673050,208538202,173673050,173673583,173673050,144837210,173673050,173673050,173673050,173673050,173673050,173673050,173673050,173673050,173673050,173673050,173673050,173673050,173673050,173673050,173673050,173673050,173673050,173673050,173673050,173673050,173673050,173673050,173673584,173673050,173673585,173673050,173673050,173673050,173673050,173673050,173673050,173673050,173673050,173673050,173673050,173673050,173673050,4294838874,121834074,173673050,55182154,55182154,55182154,55182154,55182154,55181346,2229066,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182814,55182154,55313226,55182154,55182154,55182154,55378762,4294901758,4294901758,4294901758,4294901758,4294901758,55182154,55182154,55182154,4294837066,4294901758,4294901758,55246846,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182158,55182154,4294837071,4294901758,4294901758,55246846,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,55182154,4294837066,55575370,55182154,55509839,55509839,55509839,55509839,55509839,55574527,4294902607,55509839,55509839,55509839,55509839,55509839,55509839,55509839,55509839,55509839,55509839,55509026,55509839,55509839,55509839,55509839,55509839,55509839,4294901758,4294901758,4294901758,4294901758,4294901758,55509839,55509839,55509839,4294837071,4294901758,4294901758,55574526,55509839,55509839,55509839,55509839,55509839,55509839,55509839,55509839,55509839,55509839,55510498,55509839,4294837731,4294901758,4294901758,55574526,55509839,55509839,55509839,55509839,55509839,55509839,55509839,55509839,55509839,55509839,55509839,55509839,98764259,98764259,98764259,98764259,98764259,98762786,2229731,98764259,98764259,98764259,98764259,98764259,98764259,98764259,98764259,98764259,98764259,98764254,98764259,96667107,98764259,98763950,98764259,210830819,98764259,98764259,98764259,98764259,98764259,98764259,98764259,98764259,98764259,98764259,98764259,98764259,98764259,98764259,98764259,98764259,98764259,98764259,98764259,98764259,98764259,98764259,98765406,98764259,98765407,98764259,98764259,98764259,98764259,98764259,98764259,98764259,98764259,98764259,98764259,98764259,98764259,4294837731,174065123,98764259,174000735,174000735,174000735,174000735,174000735,174000735,174000735,174000735,174000735,174000735,174000735,174000735,174000735,174000735,174000735,174000735,174000735,174000735,174000735,174000735,174000735,174000735,174000735,174000735,174000735,174000735,174000735,174000735,174000735,174000735,174000735,174000735,174000735,174000735,174000735,174000735,174000735,174000735,174000735,174000735,174000735,174000735,174000735,174000735,174000735,174000735,174000735,174000735,174000735,174000735,174000735,174000735,174000735,174000735,174000735,174000735,174000735,174000735,4294838879,174000735,174000735,174000735,174000735,174000735,174000735,174000735,174000735,174000735,174000735,173998114,2230879,174000735,174000735,174000735,174000735,174000735,174000735,174000735,174000735,174000735,174000735,173999582,174000735,102369887,174000735,174000735,174000735,4294838879,174000735,174000735,174000735,174000735,174000735,174000735,174000735,174000735,174000735,174000735,174000735,174000735,174000735,174000735,174000735,174000735,174000735,174000735,174000735,174000735,174000735,174000735,174000734,174000735,173999587,174000735,174000735,174000735,174000735,174000735,174000735,174000735,174000735,174000735,174000735,174000735,174000735,4294838879,4294838879,174000735,5898330,5898330,5898330,5898330,5898330,5963775,4294901850,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898274,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5899746,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,5898330,19071267,19071267,19071267,19071267,19071267,19071010,2228515,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071451,19071267,31195427,19071267,19071267,19071267,31260963,4294901758,4294901758,4294901758,4294901758,4294901758,19071267,19071267,19071267,4294836515,4294901758,4294901758,19136510,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071454,19071267,4294836703,4294901758,4294901758,19136510,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,19071267,4294836515,4391203,19071267,31392223,31392223,31392223,31392223,31392223,31457279,4294902239,31392223,31392223,31392223,31392223,31392223,31392223,31392223,31392223,31392223,31392223,31391778,31392223,31392223,31392223,31392223,31392223,31392223,4294901758,4294901758,4294901758,4294901758,4294901758,31392223,31392223,31392223,4294836703,4294901758,4294901758,31457278,31392223,31392223,31392223,31392223,31392223,31392223,31392223,31392223,31392223,31392223,31392594,31392223,4294836709,4294901758,4294901758,31457278,31392223,31392223,31392223,31392223,31392223,31392223,31392223,31392223,31392223,31392223,31392223,31392223,174328420,174328420,174328420,174328420,174328420,174325963,13306468,174328420,174328420,174328420,174328420,174328420,174328420,174328420,174328420,174328420,174328420,174328356,174328420,4294838884,174328420,174391294,174328420,4294838884,174328420,174328420,174328420,174328420,174328420,174328420,174328420,174328420,174328420,174328420,174328420,174328420,174328420,174328420,174328420,174328420,174328420,174328420,174328420,174328420,174328420,174328420,174391294,174328420,174391294,174328420,174328420,174328420,174328420,174328420,174328420,174328420,174328420,174328420,174328420,174328420,174328420,4294838884,4393572,174328420,55837524,55837524,55837524,55837524,55837524,55836875,13304660,55837524,55837524,55837524,55837524,55837524,55837524,55837524,55837524,55837524,55837524,55837168,55837524,56165204,55837524,55838183,55837524,99091284,4294901758,4294901758,4294901758,4294901758,4294901758,55837524,55837524,55837524,4294837076,4294901758,4294901758,55902206,55837524,55837524,55837524,55837524,55837524,55837524,55837524,55837524,55837524,55837524,55838185,55837524,4294837042,4294901758,4294901758,55902206,55837524,55837524,55837524,55837524,55837524,55837524,55837524,55837524,55837524,4294837076,9241428,55837524,55903061,55903061,55903061,55903061,55903061,55967743,4294902613,55903061,55903061,55903061,55903061,55903061,55903061,55903061,55903061,55903061,55903061,55903027,55903061,56492885,55903061,55903061,55903061,55903061,4294901758,4294901758,4294901758,4294901758,4294901758,55903061,55903061,55903061,4294837077,4294901758,4294901758,55967742,55903061,55903061,55903061,55903061,55903061,55903061,55903061,55903061,55903061,55903061,55903722,55903061,4294837739,4294901758,4294901758,55967742,55903061,55903061,55903061,55903061,55903061,55903061,55903061,55903061,55903061,55903061,55903061,55903061,4294901758,4294901758,4294901758,4294901758,4294901758,4294836399,11534334,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,237174782,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294837943,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,174656105,174656105,174656105,174656105,174656105,174653615,11471465,174656105,174656105,174656105,174656105,174656105,174656105,174656105,174656105,174656105,174656105,174656071,174656105,99289705,174656105,174656105,174656105,4294838889,174656105,174656105,174656105,174656105,174656105,174656105,174656105,174656105,174656105,174656105,174656105,174656105,174656105,174656105,174656105,174656105,174656105,174656105,174656105,174656105,174656105,174656105,174718974,174656105,174718974,174656105,174656105,174656105,174656105,174656105,174656105,174656105,174656105,174656105,174656105,174656105,174656105,4294838889,16779881,174656105,99288555,99288555,99288555,99288555,99288555,99287215,11470315,99288555,99288555,99288555,99288555,99288555,99288555,99288555,99288555,99288555,99288555,99289704,99288555,174654955,99288555,99352574,99288555,4294837739,99288555,99288555,99288555,99288555,99288555,99288555,99288555,99288555,99288555,99288555,99288555,99288555,99288555,99288555,99288555,99288555,99288555,99288555,99288555,99288555,99288555,99288555,99289707,99288555,99289672,99288555,99288555,99288555,99288555,99288555,99288555,99288555,99288555,99288555,99288555,99288555,99288555,4294837739,174851563,99288555,180226750,180226750,180226750,180226750,180226750,180226750,180226750,180226750,180226750,180226750,180226750,180226750,180226750,180226750,180226750,180226750,180226750,180226750,180226750,180226750,180226750,180226750,180226750,180226750,180226750,180226750,180226750,180226750,180226750,180226750,180226750,180226750,180226750,180226750,180226750,180226750,180226750,180226750,180226750,180226750,180226750,180226750,180226750,180226750,180226750,180226750,180226750,180226750,180226750,180226750,180226750,180226750,180226750,180226750,180226750,180226750,180226750,180226750,4294838974,180226750,180226750,180226750,180226750,180226750,8257662,8257662,8257662,8257662,8257662,8323071,4294901886,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,11468926,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8259050,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,8257662,99354092,99354092,99354092,99354092,99354092,99352610,2229740,99354092,99354092,99354092,99354092,99354092,99354092,99354092,99354092,99354092,99354092,99354053,99354092,55969260,99354092,99418110,99354092,202638828,99354092,99354092,99354092,99354092,99354092,99354092,99354092,99354092,99354092,99354092,99354092,99354092,99354092,99354092,99354092,99354092,99354092,99354092,99354092,99354092,99354092,99354092,99355213,99354092,99354066,99354092,99354092,99354092,99354092,99354092,99354092,99354092,99354092,99354092,99354092,99354092,99354092,4294837740,174982636,99354092,4128831,4128831,4128831,4128831,4128831,4194303,4294901823,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,2228287,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4130298,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,4128831,55968598,55968598,55968598,55968598,55968598,55967778,2229078,55968598,55968598,55968598,55968598,55968598,55968598,55968598,55968598,55968598,55968598,55968566,55968598,99353430,55968598,55968598,55968598,99418966,4294901758,4294901758,4294901758,4294901758,4294901758,55968598,55968598,55968598,4294837078,4294901758,4294901758,56033278,55968598,55968598,55968598,55968598,55968598,55968598,55968598,55968598,55968598,55968598,55969262,55968598,4294837743,4294901758,4294901758,56033278,55968598,55968598,55968598,55968598,55968598,55968598,55968598,55968598,55968598,4294837078,4391766,55968598,99550703,99550703,99550703,99550703,99550703,99549218,2229743,99550703,99550703,99550703,99550703,99550703,99550703,99550703,99550703,99550703,99550703,99550661,99550703,97846767,99550703,99614718,99550703,206570991,99550703,99550703,99550703,99550703,99550703,99550703,99550703,99550703,99550703,99550703,99550703,99550703,99550703,99550703,99550703,99550703,99550703,99550703,99550703,99550703,99550703,99550703,99551825,99550703,99550014,99550703,99550703,99550703,99550703,99550703,99550703,99550703,99550703,99550703,99550703,99550703,99550703,4294837743,175179247,99550703,14352603,14352603,14352603,14352603,14352603,14417919,4294901979,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352447,14352603,9634011,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14353866,14352603,14352731,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,14352603,19267878,19267878,19267878,19267878,19267878,19267618,2228518,19267878,19267878,19267878,19267878,19267878,19267878,19267878,19267878,19267878,19267878,19267783,19267878,19267878,19267878,19267878,19267878,31523110,4294901758,4294901758,4294901758,4294901758,4294901758,19267878,19267878,19267878,4294836518,4294901758,4294901758,19333118,19267878,19267878,19267878,19267878,19267878,19267878,19267878,19267878,19267878,19267878,19268066,19267878,4294836513,4294901758,4294901758,19333118,19267878,19267878,19267878,19267878,19267878,19267878,19267878,19267878,19267878,4294836518,9240870,19267878,175377012,175377012,175377012,175377012,175377012,175374517,11864692,175377012,175377012,175377012,175377012,175377012,175377012,175377012,175377012,175377012,175377012,175374740,175377012,99879540,175377012,175439870,175377012,175377012,175377012,175377012,175377012,175377012,175377012,175377012,175377012,175377012,175377012,175377012,175377012,175377012,175377012,175377012,175377012,175377012,175377012,175377012,175377012,175377012,175377012,175377012,175376501,175377012,175439870,175377012,175377012,175377012,175377012,175377012,175377012,175377012,175377012,175377012,175377012,175377012,175377012,175377012,175377012,175377012,99878388,99878388,99878388,99878388,99878388,99877067,13305332,99878388,99878388,99878388,99878388,99878388,99878388,99878388,99878388,99878388,99878388,99877260,99878388,175375860,99878388,99942398,99878388,56296948,99878388,99878388,99878388,99878388,99878388,99878388,99878388,99878388,99878388,99878388,99878388,99878388,99878388,99878388,99878388,99878388,99878388,99878388,99878388,99878388,99878388,99878388,99879543,99878388,99879544,99878388,99878388,99878388,99878388,99878388,99878388,99878388,99878388,99878388,99878388,99878388,99878388,4294837748,4392436,99878388,99878388,99878388,99878388,99878388,99878388,99878388,99878388,99878388,99878388,99878388,99878388,99878388,99878388,99878388,99878388,99878388,99878388,99878388,99878388,99878388,99878388,99879541,99878388,99878388,99878388,99878388,99878388,99878388,99878388,99878388,99878388,99878388,99878388,99878388,99878388,99878388,99878388,99878388,99878388,99878388,99878388,99878388,99878388,99878388,99878388,99878388,99878388,99878388,99878388,99878388,99878388,99878388,99878388,99878388,99878388,99878388,99878388,99878388,4294837748,99878388,99878388,99878388,99878388,99878388,175639160,175639160,175639160,175639160,175639160,175636574,6163064,175639160,175639160,175639160,175639160,175639160,175639160,175639160,175639160,175639160,175639160,175637682,175639160,170461816,175639160,175702014,175639160,4294838904,175639160,175639160,175639160,175639160,175639160,175639160,175639160,175639160,175639160,175639160,175639160,175639160,175639160,175639160,175639160,175639160,175639160,175639160,175639160,175639160,175639160,175639160,175702014,175639160,175637167,175639160,175639160,175639160,175639160,175639160,175639160,175639160,175639160,175639160,175639160,175639160,175639160,4294838904,4294838904,175639160,31654371,31654371,31654371,31654371,31654371,31654091,13304291,31654371,31654371,31654371,31654371,31654371,31654371,31654371,31654371,31654371,31654371,31654092,31654371,56164835,31654371,31654746,31654371,56295907,4294901758,4294901758,4294901758,4294901758,4294901758,31654371,31654371,31654371,4294836707,4294901758,4294901758,31719422,31654371,31654371,31654371,31654371,31654371,31654371,31654371,31654371,31654371,31654371,31654748,31654371,4294836698,4294901758,4294901758,31719422,31654371,31654371,31654371,31654371,31654371,31654371,31654371,31654371,31654371,4294836707,9241059,31654371,31719908,31719908,31719908,31719908,31719908,31784959,4294902244,31719908,31719908,31719908,31719908,31719908,31719908,31719908,31719908,31719908,31719908,31719599,31719908,31719908,31719908,31719908,31719908,31719908,4294901758,4294901758,4294901758,4294901758,4294901758,31719908,31719908,31719908,4294836708,4294901758,4294901758,31784958,31719908,31719908,31719908,31719908,31719908,31719908,31719908,31719908,31719908,31719908,31720285,31719908,4294837086,4294901758,4294901758,31784958,31719908,31719908,31719908,31719908,31719908,31719908,31719908,31719908,31719908,31719908,31719908,31719908,175835771,175835771,175835771,175835771,175835771,175833473,25234043,175835771,175835771,175835771,175835771,175835771,175835771,175835771,175835771,175835771,175835771,175898622,175835771,4294838907,175835771,175898622,175835771,4294838907,175835771,175835771,175835771,175835771,175835771,175835771,175835771,175835771,175835771,175835771,175835771,175835771,175835771,175835771,175835771,175835771,175835771,175835771,175835771,175835771,175835771,175835771,175898622,175835771,175898622,175835771,175835771,175835771,175835771,175835771,175835771,175835771,175835771,175835771,175835771,175835771,175835771,4294838907,42863227,175835771,56492894,56492894,56492894,56492894,56492894,56492207,11469662,56492894,56492894,56492894,56492894,56492894,56492894,56492894,56492894,56492894,56492894,56493498,56492894,55903070,56492894,56492894,56492894,100139870,4294901758,4294901758,4294901758,4294901758,4294901758,56492894,56492894,56492894,4294837086,4294901758,4294901758,56557566,56492894,56492894,56492894,56492894,56492894,56492894,56492894,56492894,56492894,56492894,56493561,56492894,4294837711,4294901758,4294901758,56557566,56492894,56492894,56492894,56492894,56492894,56492894,56492894,56492894,56492894,4294837086,16778078,56492894,56558431,56558431,56558431,56558431,56558431,56623103,4294902623,56558431,56558431,56558431,56558431,56558431,56558431,56558431,56558431,56558431,56558431,56558070,56558431,31785823,56558431,56558431,56558431,56558431,4294901758,4294901758,4294901758,4294901758,4294901758,56558431,56558431,56558431,4294837087,4294901758,4294901758,56623102,56558431,56558431,56558431,56558431,56558431,56558431,56558431,56558431,56558431,56558431,56559098,56558431,4294837740,4294901758,4294901758,56623102,56558431,56558431,56558431,56558431,56558431,56558431,56558431,56558431,56558431,56558431,56558431,56558431,31785445,31785445,31785445,31785445,31785445,31784994,2228709,31785445,31785445,31785445,31785445,31785445,31785445,31785445,31785445,31785445,31785445,31785435,31785445,56558053,31785445,31785445,31785445,56623589,4294901758,4294901758,4294901758,4294901758,4294901758,31785445,31785445,31785445,4294836709,4294901758,4294901758,31850494,31785445,31785445,31785445,31785445,31785445,31785445,31785445,31785445,31785445,31785445,31785825,31785445,4294837090,4294901758,4294901758,31850494,31785445,31785445,31785445,31785445,31785445,31785445,31785445,31785445,31785445,4294836709,4391397,31785445,102827553,102827553,102827553,102827553,102827553,102826018,2229793,102827553,102827553,102827553,102827553,102827553,102827553,102827553,102827553,102827553,102827553,102827486,102827553,57935393,102827553,102827553,102827553,179439137,4294901758,4294901758,4294901758,4294901758,4294901758,102827553,102827553,102827553,4294837793,4294901758,4294901758,102891518,102827553,102827553,102827553,102827553,102827553,102827553,102827553,102827553,102827553,102827553,102827517,102827553,4294836709,4294901758,4294901758,102891518,102827553,102827553,102827553,102827553,102827553,102827553,102827553,102827553,102827553,4294837793,179504673,102827553,4294901758,4294901758,4294901758,4294901758,4294901758,4294837329,72482814,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,128319486,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,9306110,4294901758,100795906,100795906,100795906,100795906,100795906,100795473,72418818,100795906,100795906,100795906,100795906,100795906,100795906,100795906,100795906,100795906,100795906,100797058,100795906,94111234,100795906,100859902,100795906,176424450,100795906,100795906,100795906,100795906,100795906,100795906,100795906,100795906,100795906,100795906,100795906,100795906,100795906,100795906,100795906,100795906,100795906,100795906,100795906,100795906,100795906,100795906,100797061,100795906,100797062,100795906,100795906,100795906,100795906,100795906,100795906,100795906,100795906,100795906,100795906,100795906,100795906,4294837762,9242114,100795906,100795906,100795906,100795906,100795906,100795906,100859902,4294837762,100795906,100795906,100795906,100795906,100795906,100795906,100795906,100795906,100795906,100795906,100859902,100795906,94111234,100795906,100797059,100795906,176424450,100795906,100795906,100795906,100795906,100795906,100795906,100795906,100795906,100795906,100795906,100795906,100795906,100795906,100795906,100795906,100795906,100795906,100795906,100795906,100795906,100795906,100795906,100859902,100795906,100797062,100795906,100795906,100795906,100795906,100795906,100795906,100795906,100795906,100795906,4294837762,100795906,100795906,4294837762,9242114,100795906,176556678,176556678,176556678,176556678,176556678,176555089,72419974,176556678,176556678,176556678,176556678,176556678,176556678,176556678,176556678,176556678,176556678,176556674,176556678,167971462,176556678,176619518,176556678,4294838918,176556678,176556678,176556678,176556678,176556678,176556678,176556678,176556678,176556678,176556678,176556678,176556678,176556678,176556678,176556678,176556678,176556678,176556678,176556678,176556678,176556678,176556678,176619518,176556678,176556678,176556678,176556678,176556678,176556678,176556678,176556678,176556678,176556678,176556678,176556678,176556678,176556678,4294838918,9243270,176556678,4294901758,4294901758,4294901758,4294901758,4294901758,4294836861,41811966,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,16842750,4294901758,176687752,176687752,176687752,176687752,176687752,176688565,229968520,176687752,176687752,176687752,176687752,176687752,176687752,176687752,176687752,176687752,176687752,176750590,176687752,100862600,176687752,176687752,176687752,230099592,176687752,176687752,176687752,176687752,176687752,176687752,176687752,176687752,176687752,176687752,176687752,176687752,176687752,176687752,176687752,176687752,176687752,176687752,176687752,176687752,176687752,176687752,176688568,176687752,176688343,176687752,176687752,176687752,176687752,176687752,176687752,176687752,176687752,176687752,176687752,176687752,176687752,4294838920,230230664,176687752,100861443,100861443,100861443,100861443,100861443,100861443,100861443,100861443,100861443,100861443,100861443,100861443,100861443,100861443,100861443,100861443,100861443,100925438,100861443,100861443,100861443,100861443,100861443,100861443,100861443,100861443,100861443,100861443,100861443,100861443,100861443,100861443,100861443,100861443,100861443,100861443,100861443,100861443,100861443,100861443,100861443,100861443,100861443,100861443,100861443,100861443,100925438,100861443,100861443,100861443,100861443,100861443,100861443,100861443,100861443,100861443,100861443,100861443,4294837763,100861443,100861443,100861443,100861443,100861443,176884363,176884363,176884363,176884363,176884363,176882740,70519435,176884363,176884363,176884363,176884363,176884363,176884363,176884363,176884363,176884363,176884363,176947198,176884363,100928139,176884363,176884363,176884363,4294838923,176884363,176884363,176884363,176884363,176884363,176884363,176884363,176884363,176884363,176884363,176884363,176884363,176884363,176884363,176884363,176884363,176884363,176884363,176884363,176884363,176884363,176884363,176947198,176884363,176947198,176884363,176884363,176884363,176884363,176884363,176884363,176884363,176884363,176884363,176884363,176884363,176884363,4294838923,4294838923,176884363,100926980,100926980,100926980,100926980,100926980,100925683,15926788,100926980,100926980,100926980,100926980,100926980,100926980,100926980,100926980,100926980,100926980,100928138,100926980,176883204,100926980,100990974,100926980,57017860,100926980,100926980,100926980,100926980,100926980,100926980,100926980,100926980,100926980,100926980,100926980,100926980,100926980,100926980,100926980,100926980,100926980,100926980,100926980,100926980,100926980,100926980,100928141,100926980,100928142,100926980,100926980,100926980,100926980,100926980,100926980,100926980,100926980,100926980,100926980,100926980,100926980,4294837764,4392452,100926980,100926980,100926980,100926980,100926980,100926980,100926980,100926980,100926980,100926980,100926980,100926980,100926980,100926980,100926980,100926980,100926980,100926980,100990974,100926980,100926980,100926980,100926980,100926980,100926980,100926980,100926980,100926980,100926980,100926980,100926980,100926980,100926980,100926980,100926980,100926980,100926980,100926980,100926980,100926980,100926980,100926980,100926980,100926980,100926980,100926980,100926980,100990974,100926980,100926980,100926980,100926980,100926980,100926980,100926980,100926980,100926980,100926980,100926980,4294837764,100926980,100926980,100926980,100926980,100926980,177080974,177080974,177080974,177080974,177080974,177078444,11274894,177080974,177080974,177080974,177080974,177080974,177080974,177080974,177080974,177080974,177080974,177080168,177080974,4294838926,177080974,177080974,177080974,177080974,177080974,177080974,177080974,177080974,177080974,177080974,177080974,177080974,177080974,177080974,177080974,177080974,177080974,177080974,177080974,177080974,177080974,177080974,177080974,177080974,177080974,177080974,177143806,177080974,177080980,177080974,177080974,177080974,177080974,177080974,177080974,177080974,177080974,177080974,177080974,177080974,177080974,177080974,177080974,177080974,56886116,56886116,56886116,56886116,56886116,56885491,15926116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886784,56886116,30081892,56886116,56886116,56886116,57017188,4294901758,4294901758,4294901758,4294901758,4294901758,56886116,56886116,56886116,4294837092,4294901758,4294901758,56950782,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886119,56886116,4294837096,4294901758,4294901758,56950782,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,56886116,4294837092,9241444,56886116,177343122,177343122,177343122,177343122,177343122,177341521,72419986,177343122,177343122,177343122,177343122,177343122,177343122,177343122,177343122,177343122,177343122,177343106,177343122,169085586,177343122,177405950,177343122,4294838930,177343122,177343122,177343122,177343122,177343122,177343122,177343122,177343122,177343122,177343122,177343122,177343122,177343122,177343122,177343122,177343122,177343122,177343122,177343122,177343122,177343122,177343122,177405950,177343122,177343110,177343122,177343122,177343122,177343122,177343122,177343122,177343122,177343122,177343122,177343122,177343122,177343122,4294838930,9243282,177343122,177408659,177408659,177408659,177408659,177408659,177406316,23857811,177408659,177408659,177408659,177408659,177408659,177408659,177408659,177408659,177408659,177408659,177408647,177408659,4294838931,177408659,177408659,177408659,177408659,177408659,177408659,177408659,177408659,177408659,177408659,177408659,177408659,177408659,177408659,177408659,177408659,177408659,177408659,177408659,177408659,177408659,177408659,177408659,177408659,177408659,177408659,177471486,177408659,177471486,177408659,177408659,177408659,177408659,177408659,177408659,177408659,177408659,177408659,177408659,177408659,177408659,177408659,177408659,177408659,177474196,177474196,177474196,177474196,177474196,177471731,15927956,177474196,177474196,177474196,177474196,177474196,177474196,177474196,177474196,177474196,177474196,177474186,177474196,4294838932,177474196,177474196,177474196,4294838932,177474196,177474196,177474196,177474196,177474196,177474196,177474196,177474196,177474196,177474196,177474196,177474196,177474196,177474196,177474196,177474196,177474196,177474196,177474196,177474196,177474196,177474196,177537022,177474196,177537022,177474196,177474196,177474196,177474196,177474196,177474196,177474196,177474196,177474196,177474196,177474196,177474196,4294838932,4393620,177474196,4294901758,4294901758,4294901758,4294901758,4294901758,4294836467,15990782,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294838927,4294901758,169869310,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294837096,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,9306110,4294901758,57148264,57148264,57148264,57148264,57148264,57147635,15926120,57148264,57148264,57148264,57148264,57148264,57148264,57148264,57148264,57148264,57148264,57148928,57148264,53216104,57148264,57148264,57148264,101188456,57148264,57148264,57148264,57148264,57148264,57148264,57148264,57148264,57148264,57148264,57148264,57148264,57148264,57148264,57148264,57148264,57148264,57148264,57148264,57148264,57148264,57148264,57148937,57148264,57148264,57148264,57148264,57148264,57148264,57148264,57148264,57148264,57148264,57148264,4294837096,57148264,57148264,4294837096,9241448,57148264,57148264,57148264,57148264,57148264,57148264,57147635,15926120,57148264,57148264,57148264,57148264,57148264,57148264,57148264,57148264,57148264,57148264,57148928,57148264,53216104,57148264,57148264,57148264,101188456,4294901758,4294901758,4294901758,4294901758,4294901758,57148264,57148264,57148264,4294837096,4294901758,4294901758,57212926,57148264,57148264,57148264,57148264,57148264,57148264,57148264,57148264,57148264,57148264,57148937,57148264,4294837096,4294901758,4294901758,57212926,57148264,57148264,57148264,57148264,57148264,57148264,57148264,57148264,57148264,4294837096,9241448,57148264,178850473,178850473,178850473,178850473,178850473,178847838,6163113,178850473,178850473,178850473,178850473,178850473,178850473,178850473,178850473,178850473,178850473,178913278,178850473,4294838953,178850473,178913278,178850473,4294838953,178850473,178850473,178850473,178850473,178850473,178850473,178850473,178850473,178850473,178850473,178850473,178850473,178850473,178850473,178850473,178850473,178850473,178850473,178850473,178850473,178850473,178850473,178851560,178850473,178851497,178850473,178850473,178850473,178850473,178850473,178850473,178850473,178850473,178850473,178850473,178850473,178850473,4294838953,4294838953,178850473,177801881,177801881,177801881,177801881,177801881,177799262,6163097,177801881,177801881,177801881,177801881,177801881,177801881,177801881,177801881,177801881,177801881,177864702,177801881,101386905,177801881,177864702,177801881,4294838937,177801881,177801881,177801881,177801881,177801881,177801881,177801881,177801881,177801881,177801881,177801881,177801881,177801881,177801881,177801881,177801881,177801881,177801881,177801881,177801881,177801881,177801881,177802929,177801881,177864702,177801881,177801881,177801881,177801881,177801881,177801881,177801881,177801881,177801881,177801881,177801881,177801881,4294838937,4294838937,177801881,101385739,101385739,101385739,101385739,101385739,101384395,13305355,101385739,101385739,101385739,101385739,101385739,101385739,101385739,101385739,101385739,101385739,101386904,101385739,177800715,101385739,101449726,101385739,57280011,101385739,101385739,101385739,101385739,101385739,101385739,101385739,101385739,101385739,101385739,101385739,101385739,101385739,101385739,101385739,101385739,101385739,101385739,101385739,101385739,101385739,101385739,101386908,101385739,101386909,101385739,101385739,101385739,101385739,101385739,101385739,101385739,101385739,101385739,101385739,101385739,101385739,4294837771,4392459,101385739,101385739,101385739,101385739,101385739,101385739,101385739,101385739,101385739,101385739,101385739,101385739,101385739,101385739,101385739,101385739,101385739,101385739,101385739,101385739,101385739,101385739,101386906,101385739,101385739,101385739,101385739,101385739,101385739,101385739,101385739,101385739,101385739,101385739,101385739,101385739,101385739,101385739,101385739,101385739,101385739,101385739,101385739,101385739,101385739,101385739,101385739,101385739,101385739,101385739,101385739,101385739,101385739,101385739,101385739,101385739,101385739,101385739,101385739,4294837771,101385739,101385739,101385739,101385739,101385739,178064029,178064029,178064029,178064029,178064029,178061493,11864733,178064029,178064029,178064029,178064029,178064029,178064029,178064029,178064029,178064029,178064029,178062079,178064029,4294838941,178064029,178126846,178064029,178064029,178064029,178064029,178064029,178064029,178064029,178064029,178064029,178064029,178064029,178064029,178064029,178064029,178064029,178064029,178064029,178064029,178064029,178064029,178064029,178064029,178064029,178064029,178064207,178064029,178126846,178064029,178064029,178064029,178064029,178064029,178064029,178064029,178064029,178064029,178064029,178064029,178064029,178064029,178064029,178064029,32047593,32047593,32047593,32047593,32047593,32047307,13304297,32047593,32047593,32047593,32047593,32047593,32047593,32047593,32047593,32047593,32047593,32047600,32047593,30802409,32047593,32047977,32047593,57278953,4294901758,4294901758,4294901758,4294901758,4294901758,32047593,32047593,32047593,4294836713,4294901758,4294901758,32112638,32047593,32047593,32047593,32047593,32047593,32047593,32047593,32047593,32047593,32047593,32047979,32047593,4294837100,4294901758,4294901758,32112638,32047593,32047593,32047593,32047593,32047593,32047593,32047593,32047593,32047593,4294836713,9241065,32047593,57475949,57475949,57475949,57475949,57475949,57475247,11469677,57475949,57475949,57475949,57475949,57475949,57475949,57475949,57475949,57475949,57475949,57540606,57475949,53674861,57475949,57475949,57475949,101778285,57475949,57475949,57475949,57475949,57475949,57475949,57475949,57475949,57475949,57475949,57475949,57475949,57475949,57475949,57475949,57475949,57475949,57475949,57475949,57475949,57475949,57475949,57476626,57475949,57475579,57475949,57475949,57475949,57475949,57475949,57475949,57475949,57475949,57475949,57475949,57475949,57475949,4294837101,16778093,57475949,178326177,178326177,178326177,178326177,178326177,178323841,25234081,178326177,178326177,178326177,178326177,178326177,178326177,178326177,178326177,178326177,178326177,178388990,178326177,4294838945,178326177,178388990,178326177,4294838945,178326177,178326177,178326177,178326177,178326177,178326177,178326177,178326177,178326177,178326177,178326177,178326177,178326177,178326177,178326177,178326177,178326177,178326177,178326177,178326177,178326177,178326177,178388990,178326177,178325206,178326177,178326177,178326177,178326177,178326177,178326177,178326177,178326177,178326177,178326177,178326177,178326177,4294838945,42863265,178326177,57475949,57475949,57475949,57475949,57475949,57475247,11469677,57475949,57475949,57475949,57475949,57475949,57475949,57475949,57475949,57475949,57475949,57476624,57475949,53674861,57475949,57475949,57475949,101778285,4294901758,4294901758,4294901758,4294901758,4294901758,57475949,57475949,57475949,4294837101,4294901758,4294901758,57540606,57475949,57475949,57475949,57475949,57475949,57475949,57475949,57475949,57475949,57475949,57476626,57475949,4294836731,4294901758,4294901758,57540606,57475949,57475949,57475949,57475949,57475949,57475949,57475949,57475949,57475949,4294837101,16778093,57475949,57541486,57541486,57541486,57541486,57541486,57540783,11469678,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57606142,57541486,32113518,57541486,57541486,57541486,101974894,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57542165,57541486,57541600,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,4294837102,102105966,57541486,178522788,178522788,178522788,178522788,178522788,178520449,25234084,178522788,178522788,178522788,178522788,178522788,178522788,178522788,178522788,178522788,178522788,178585598,178522788,4294838948,178522788,178585598,178522788,4294838948,178522788,178522788,178522788,178522788,178522788,178522788,178522788,178522788,178522788,178522788,178522788,178522788,178522788,178522788,178522788,178522788,178522788,178522788,178522788,178522788,178522788,178522788,178585598,178522788,178585598,178522788,178522788,178522788,178522788,178522788,178522788,178522788,178522788,178522788,178522788,178522788,178522788,4294838948,4294838948,178522788,4294901758,4294901758,4294901758,4294901758,4294901758,4294836399,11534334,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,178651134,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,57541486,57541486,57541486,57541486,57541486,57540783,11469678,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57542163,57541486,32113518,57541486,57541486,57541486,101974894,4294901758,4294901758,4294901758,4294901758,4294901758,57541486,57541486,57541486,4294837102,4294901758,4294901758,57606142,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57542165,57541486,4294837216,4294901758,4294901758,57606142,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,57541486,4294837102,102105966,57541486,32113130,32113130,32113130,32113130,32113130,32178175,4294902250,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113517,32113130,57541098,32113130,32113130,32113130,32113130,4294901758,4294901758,4294901758,4294901758,4294901758,32113130,32113130,32113130,4294836714,4294901758,4294901758,32178174,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113519,32113130,4294836714,4294901758,4294901758,32178174,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113130,32113130,4294901758,4294901758,4294901758,4294901758,4294901758,4294837300,70582270,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,121636672,121636672,121636672,121636672,121636672,121634850,2230080,121636672,121636672,121636672,121636672,121636672,121636672,121636672,121636672,121636672,121636672,121638028,121636672,121636672,121636672,121700350,121636672,178915136,121636672,121636672,121636672,121636672,121636672,121636672,121636672,121636672,121636672,121636672,121636672,121636672,121636672,121636672,121636672,121636672,121636672,121636672,121636672,121636672,121636672,121636672,121637912,121636672,121637913,121636672,121636672,121636672,121636672,121636672,121636672,121636672,121636672,121636672,121636672,121636672,121636672,4294838080,203032384,121636672,102368794,102368794,102368794,102368794,102368794,102368794,102368794,102368794,102368794,102368794,102368794,102368794,102368794,102368794,102368794,102368794,102368794,102368794,102368794,102368794,102368794,102368794,102368794,102368794,102368794,102368794,102368794,102368794,102368794,102368794,102368794,102368794,102368794,102368794,102368794,102368794,102368794,102368794,102368794,102368794,102368794,102368794,102368794,102368794,102368794,102368794,102368794,102368794,102368794,102368794,102368794,102368794,102368794,102368794,102368794,102368794,102368794,102368794,4294837786,102368794,102368794,102368794,102368794,102368794,179047084,179047084,179047084,179047084,179047084,179044386,2230956,179047084,179047084,179047084,179047084,179047084,179047084,179047084,179047084,179047084,179047084,179046965,179047084,4294838956,179047084,179047084,179047084,4294838956,179047084,179047084,179047084,179047084,179047084,179047084,179047084,179047084,179047084,179047084,179047084,179047084,179047084,179047084,179047084,179047084,179047084,179047084,179047084,179047084,179047084,179047084,179109886,179047084,179109886,179047084,179047084,179047084,179047084,179047084,179047084,179047084,179047084,179047084,179047084,179047084,179047084,4294838956,4294838956,179047084,57738097,57738097,57738097,57738097,57738097,57737250,2229105,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57802750,57738097,32179057,57738097,57738097,57738097,102564721,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738695,57738097,57738782,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,57738097,4294837105,102695793,57738097,202181645,202181645,202181645,202181645,202181645,202178594,2231309,202181645,202181645,202181645,202181645,202181645,202181645,202181645,202181645,202181645,202181645,202244094,202181645,4294839309,202181645,202244094,202181645,179178509,202181645,202181645,202181645,202181645,202181645,202181645,202181645,202181645,202181645,202181645,202181645,202181645,202181645,202181645,202181645,202181645,202181645,202181645,202181645,202181645,202181645,202181645,202180356,202181645,202181648,202181645,202181645,202181645,202181645,202181645,202181645,202181645,202181645,202181645,202181645,202181645,202181645,4294839309,202509325,202181645,102630942,102630942,102630942,102630942,102630942,102630942,102630942,102630942,102630942,102630942,102630942,102630942,102630942,102630942,102630942,102630942,102630942,102630942,102630942,102630942,102630942,102630942,102630942,102630942,102630942,102630942,102630942,102630942,102630942,102630942,102630942,102630942,102630942,102630942,102630942,102630942,102630942,102630942,102630942,102630942,102630942,102630942,102630942,102630942,102630942,102630942,102630942,102630942,102630942,102630942,102630942,102630942,102630942,102630942,102630942,102630942,102630942,102630942,4294837790,102630942,102630942,102630942,102630942,102630942,179309232,179309232,179309232,179309232,179309232,179306530,2230960,179309232,179309232,179309232,179309232,179309232,179309232,179309232,179309232,179309232,179309232,179308060,179309232,111938224,179309232,179309232,179309232,4294838960,179309232,179309232,179309232,179309232,179309232,179309232,179309232,179309232,179309232,179309232,179309232,179309232,179309232,179309232,179309232,179309232,179309232,179309232,179309232,179309232,179309232,179309232,179372030,179309232,179309287,179309232,179309232,179309232,179309232,179309232,179309232,179309232,179309232,179309232,179309232,179309232,179309232,4294838960,4294838960,179309232,32178667,32178667,32178667,32178667,32178667,32178210,2228715,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32179056,32178667,57737707,32178667,32178667,32178667,57803243,4294901758,4294901758,4294901758,4294901758,4294901758,32178667,32178667,32178667,4294836715,4294901758,4294901758,32243710,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32179059,32178667,4294837108,4294901758,4294901758,32243710,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,32178667,4294836715,4391403,32178667,102827553,102827553,102827553,102827553,102827553,102826018,2229793,102827553,102827553,102827553,102827553,102827553,102827553,102827553,102827553,102827553,102827553,102827486,102827553,57935393,102827553,102829882,102827553,209716769,102827553,102827553,102827553,102827553,102827553,102827553,102827553,102827553,102827553,102827553,102827553,102827553,102827553,102827553,102827553,102827553,102827553,102827553,102827553,102827553,102827553,102827553,102827517,102827553,102826469,102827553,102827553,102827553,102827553,102827553,102827553,102827553,102827553,102827553,102827553,102827553,102827553,4294837793,179504673,102827553,57934708,57934708,57934708,57934708,57934708,57999359,4294902644,57934708,57934708,57934708,57934708,57934708,57934708,57934708,57934708,57934708,57934708,57934127,57934708,102826868,57934708,57934708,57934708,57934708,4294901758,4294901758,4294901758,4294901758,4294901758,57934708,57934708,57934708,4294837108,4294901758,4294901758,57999358,57934708,57934708,57934708,57934708,57934708,57934708,57934708,57934708,57934708,57934708,57935394,57934708,4294837112,4294901758,4294901758,57999358,57934708,57934708,57934708,57934708,57934708,57934708,57934708,57934708,57934708,57934708,57934708,57934708,179767991,179767991,179767991,179767991,179767991,179765451,13306551,179767991,179767991,179767991,179767991,179767991,179767991,179767991,179767991,179767991,179767991,179767960,179767991,4294838967,179767991,179830782,179767991,4294838967,179767991,179767991,179767991,179767991,179767991,179767991,179767991,179767991,179767991,179767991,179767991,179767991,179767991,179767991,179767991,179767991,179767991,179767991,179767991,179767991,179767991,179767991,179830782,179767991,179830782,179767991,179767991,179767991,179767991,179767991,179767991,179767991,179767991,179767991,179767991,179767991,179767991,4294838967,4393655,179767991,58065782,58065782,58065782,58065782,58065782,58065099,13304694,58065782,58065782,58065782,58065782,58065782,58065782,58065782,58065782,58065782,58065782,58065392,58065782,56165238,58065782,58066468,58065782,103089014,4294901758,4294901758,4294901758,4294901758,4294901758,58065782,58065782,58065782,4294837110,4294901758,4294901758,58130430,58065782,58065782,58065782,58065782,58065782,58065782,58065782,58065782,58065782,58065782,58066470,58065782,4294837100,4294901758,4294901758,58130430,58065782,58065782,58065782,58065782,58065782,58065782,58065782,58065782,58065782,4294837110,9241462,58065782,103220775,103220775,103220775,103220775,103220775,103219375,11470375,103220775,103220775,103220775,103220775,103220775,103220775,103220775,103220775,103220775,103220775,103220755,103220775,58132007,103220775,103284734,103220775,4294837799,103220775,103220775,103220775,103220775,103220775,103220775,103220775,103220775,103220775,103220775,103220775,103220775,103220775,103220775,103220775,103220775,103220775,103220775,103220775,103220775,103220775,103220775,103221828,103220775,103220062,103220775,103220775,103220775,103220775,103220775,103220775,103220775,103220775,103220775,103220775,103220775,103220775,4294837799,180028967,103220775,58131319,58131319,58131319,58131319,58131319,58195967,4294902647,58131319,58131319,58131319,58131319,58131319,58131319,58131319,58131319,58131319,58131319,58131309,58131319,103220087,58131319,58131319,58131319,58131319,4294901758,4294901758,4294901758,4294901758,4294901758,58131319,58131319,58131319,4294837111,4294901758,4294901758,58195966,58131319,58131319,58131319,58131319,58131319,58131319,58131319,58131319,58131319,58131319,58132008,58131319,4294837801,4294901758,4294901758,58195966,58131319,58131319,58131319,58131319,58131319,58131319,58131319,58131319,58131319,58131319,58131319,58131319,4294901758,4294901758,4294901758,4294901758,4294901758,4294836399,11534334,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294837828,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,180226750,180226750,180226750,180226750,180226750,180224175,11471550,180226750,180226750,180226750,180226750,180226750,180226750,180226750,180226750,180226750,180226750,180289534,180226750,103353022,180226750,180226750,180226750,4294838974,180226750,180226750,180226750,180226750,180226750,180226750,180226750,180226750,180226750,180226750,180226750,180226750,180226750,180226750,180226750,180226750,180226750,180226750,180226750,180226750,180226750,180226750,180226667,180226750,180225515,180226750,180226750,180226750,180226750,180226750,180226750,180226750,180226750,180226750,180226750,180226750,180226750,4294838974,4294838974,180226750,103351849,103351849,103351849,103351849,103351849,103350447,11470377,103351849,103351849,103351849,103351849,103351849,103351849,103351849,103351849,103351849,103351849,103353021,103351849,180225577,103351849,103415806,103351849,237307433,103351849,103351849,103351849,103351849,103351849,103351849,103351849,103351849,103351849,103351849,103351849,103351849,103351849,103351849,103351849,103351849,103351849,103351849,103351849,103351849,103351849,103351849,103353024,103351849,103353025,103351849,103351849,103351849,103351849,103351849,103351849,103351849,103351849,103351849,103351849,103351849,103351849,4294837801,16778793,103351849,103351849,103351849,103351849,103351849,103351849,103351849,103351849,103351849,103351849,103351849,103351849,103351849,103351849,103351849,103351849,103351849,103351849,103351849,103351849,103351849,103351849,103351849,103351849,103351849,103351849,103351849,103351849,103351849,103351849,103351849,103351849,103351849,103351849,103351849,103351849,103351849,103351849,103351849,103351849,103351849,103351849,103351849,103351849,103351849,103351849,103351849,103351849,103351849,103351849,103351849,103351849,103351849,103351849,103351849,103351849,103351849,103351849,103351849,4294837801,103351849,103351849,103351849,103351849,103351849,180423361,180423361,180423361,180423361,180423361,180420783,11471553,180423361,180423361,180423361,180423361,180423361,180423361,180423361,180423361,180423361,180423361,180423357,180423361,4294838977,180423361,180423361,180423361,4294838977,180423361,180423361,180423361,180423361,180423361,180423361,180423361,180423361,180423361,180423361,180423361,180423361,180423361,180423361,180423361,180423361,180423361,180423361,180423361,180423361,180423361,180423361,180486142,180423361,180422185,180423361,180423361,180423361,180423361,180423361,180423361,180423361,180423361,180423361,180423361,180423361,180423361,4294838977,4294838977,180423361,103417386,103417386,103417386,103417386,103417386,103415842,2229802,103417386,103417386,103417386,103417386,103417386,103417386,103417386,103417386,103417386,103417386,103417372,103417386,58197546,103417386,103419817,103417386,4294837802,103417386,103417386,103417386,103417386,103417386,103417386,103417386,103417386,103417386,103417386,103417386,103417386,103417386,103417386,103417386,103417386,103417386,103417386,103417386,103417386,103417386,103417386,103418445,103417386,103417324,103417386,103417386,103417386,103417386,103417386,103417386,103417386,103417386,103417386,103417386,103417386,103417386,4294837802,180553258,103417386,58196856,58196856,58196856,58196856,58196856,58196002,2229112,58196856,58196856,58196856,58196856,58196856,58196856,58196856,58196856,58196856,58196856,58196848,58196856,103416696,58196856,58196856,58196856,103482232,4294901758,4294901758,4294901758,4294901758,4294901758,58196856,58196856,58196856,4294837112,4294901758,4294901758,58261502,58196856,58196856,58196856,58196856,58196856,58196856,58196856,58196856,58196856,58196856,58197548,58196856,4294837805,4294901758,4294901758,58261502,58196856,58196856,58196856,58196856,58196856,58196856,58196856,58196856,58196856,4294837112,4391800,58196856,180685509,180685509,180685509,180685509,180685509,180682786,2230981,180685509,180685509,180685509,180685509,180685509,180685509,180685509,180685509,180685509,180685509,180684316,180685509,103615173,180685509,180685509,180685509,4294838981,180685509,180685509,180685509,180685509,180685509,180685509,180685509,180685509,180685509,180685509,180685509,180685509,180685509,180685509,180685509,180685509,180685509,180685509,180685509,180685509,180685509,180685509,180685393,180685509,180683582,180685509,180685509,180685509,180685509,180685509,180685509,180685509,180685509,180685509,180685509,180685509,180685509,4294838981,4294838981,180685509,103613997,103613997,103613997,103613997,103613997,103612450,2229805,103613997,103613997,103613997,103613997,103613997,103613997,103613997,103613997,103613997,103613997,103613296,103613997,180684333,103613997,103677950,103613997,4294837805,103613997,103613997,103613997,103613997,103613997,103613997,103613997,103613997,103613997,103613997,103613997,103613997,103613997,103613997,103613997,103613997,103613997,103613997,103613997,103613997,103613997,103613997,103615175,103613997,103613304,103613997,103613997,103613997,103613997,103613997,103613997,103613997,103613997,103613997,103613997,103613997,103613997,4294837805,180880941,103613997,193006465,193006465,193006465,193006465,193006465,193006465,193006465,193006465,193006465,193006465,193006465,193006465,193006465,193006465,193006465,193006465,193006465,193006465,193006465,193006465,193006465,193006465,193006465,193006465,193006465,193006465,193006465,193006465,193006465,193006465,193006465,193006465,193006465,193006465,193006465,193006465,193006465,193006465,193006465,193006465,193006465,193006465,193006465,193006465,193006465,193006465,193006465,193006465,193006465,193006465,193006465,193006465,193006465,193006465,193006465,193006465,193006465,193006465,4294839169,193006465,193006465,193006465,193006465,193006465,4325442,4325442,4325442,4325442,4325442,4390911,4294901826,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4390911,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4326946,4325442,4325473,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,4325442,19726637,19726637,19726637,19726637,19726637,19726370,2228525,19726637,19726637,19726637,19726637,19726637,19726637,19726637,19726637,19726637,19726637,19726535,19726637,19267885,19726637,19726637,19726637,32375085,4294901758,4294901758,4294901758,4294901758,4294901758,19726637,19726637,19726637,4294836525,4294901758,4294901758,19791870,19726637,19726637,19726637,19726637,19726637,19726637,19726637,19726637,19726637,19726637,19726831,19726637,4294836525,4294901758,4294901758,19791870,19726637,19726637,19726637,19726637,19726637,19726637,19726637,19726637,19726637,4294836525,9240877,19726637,181013194,181013194,181013194,181013194,181013194,181011350,60164810,181013194,181013194,181013194,181013194,181013194,181013194,181013194,181013194,181013194,181013194,181075966,181013194,60295882,181013194,181013196,181013194,181209802,181013194,181013194,181013194,181013194,181013194,181013194,181013194,181013194,181013194,181013194,181013194,181013194,181013194,181013194,181013194,181013194,181013194,181013194,181013194,181013194,181013194,181013194,181012091,181013194,181013198,181013194,181013194,181013194,181013194,181013194,181013194,181013194,181013194,181013194,181013194,181013194,181013194,4294838986,9243338,181013194,181013194,181013194,181013194,181013194,181013194,181011350,60164810,181013194,181013194,181013194,181013194,181013194,181013194,181013194,181013194,181013194,181013194,181075966,181013194,60295882,181013194,181075966,181013194,181209802,181013194,181013194,181013194,181013194,181013194,181013194,181013194,181013194,181013194,181013194,181013194,181013194,181013194,181013194,181013194,181013194,181013194,181013194,181013194,181013194,181013194,181013194,181012091,181013194,181013198,181013194,181013194,181013194,181013194,181013194,181013194,181013194,181013194,181013194,181013194,181013194,181013194,4294838986,9243338,181013194,181275342,181275342,181275342,181275342,181275342,181273494,60164814,181275342,181275342,181275342,181275342,181275342,181275342,181275342,181275342,181275342,181275342,181338110,181275342,106629838,181275342,181338110,181275342,4294838990,181275342,181275342,181275342,181275342,181275342,181275342,181275342,181275342,181275342,181275342,181275342,181275342,181275342,181275342,181275342,181275342,181275342,181275342,181275342,181275342,181275342,181275342,181275459,181275342,181275342,181275342,181275342,181275342,181275342,181275342,181275342,181275342,181275342,181275342,181275342,181275342,181275342,4294838990,9243342,181275342,19792174,19792174,19792174,19792174,19792174,19792075,13304110,19792174,19792174,19792174,19792174,19792174,19792174,19792174,19792174,19792174,19792174,19792368,19792174,13435182,19792174,19792369,19792174,32637230,4294901758,4294901758,4294901758,4294901758,4294901758,19792174,19792174,19792174,4294836526,4294901758,4294901758,19857406,19792174,19792174,19792174,19792174,19792174,19792174,19792174,19792174,19792174,19792174,19792371,19792174,4294836724,4294901758,4294901758,19857406,19792174,19792174,19792174,19792174,19792174,19792174,19792174,19792174,19792174,4294836526,9240878,19792174,214109379,214109379,214109379,214109379,214109379,214106355,15928515,214109379,214109379,214109379,214109379,214109379,214109379,214109379,214109379,214109379,214109379,214171646,214109379,214240451,214109379,214109379,214109379,214305987,214109379,214109379,214109379,214109379,214109379,214109379,214109379,214109379,214109379,214109379,214109379,214109379,214109379,214109379,214109379,214109379,214109379,214109379,214109379,214109379,214109379,214109379,214109383,214109379,214109384,214109379,214109379,214109379,214109379,214109379,214109379,214109379,214109379,214109379,214109379,214109379,214109379,4294839491,4394179,214109379,55313228,55313228,55313228,55313228,55313228,55377919,4294902604,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55312687,55313228,55182156,55313228,55313228,55313228,55313228,4294901758,4294901758,4294901758,4294901758,4294901758,55313228,55313228,55313228,4294837068,4294901758,4294901758,55377918,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313286,55313228,4294837068,4294901758,4294901758,55377918,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313228,55313228,181603027,181603027,181603027,181603027,181603027,181600459,13306579,181603027,181603027,181603027,181603027,181603027,181603027,181603027,181603027,181603027,181603027,181602058,181603027,253102803,181603027,181665790,181603027,145230547,181603027,181603027,181603027,181603027,181603027,181603027,181603027,181603027,181603027,181603027,181603027,181603027,181603027,181603027,181603027,181603027,181603027,181603027,181603027,181603027,181603027,181603027,181604120,181603027,181602063,181603027,181603027,181603027,181603027,181603027,181603027,181603027,181603027,181603027,181603027,181603027,181603027,4294838995,118885075,181603027,118753044,118753044,118753044,118753044,118753044,118751734,32900884,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118752262,118753044,118753044,118753044,118753044,118753044,104269588,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118816766,118753044,118752261,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118753044,4294838036,118753044,118753044,4294838036,118884116,118753044,32899574,32899574,32899574,32899574,32899574,32899106,2228726,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899411,32899574,19857910,32899574,32899574,32899574,59179510,4294901758,4294901758,4294901758,4294901758,4294901758,32899574,32899574,32899574,4294836726,4294901758,4294901758,32964606,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899976,32899574,4294836368,4294901758,4294901758,32964606,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899574,32899574,4294836726,59310582,32899574,19857711,19857711,19857711,19857711,19857711,19857442,2228527,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857909,19857711,32899375,19857711,19857711,19857711,32964911,4294901758,4294901758,4294901758,4294901758,4294901758,19857711,19857711,19857711,4294836527,4294901758,4294901758,19922942,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857912,19857711,4294836443,4294901758,4294901758,19922942,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,19857711,4294836527,4391215,19857711,181865175,181865175,181865175,181865175,181865175,181862603,13306583,181865175,181865175,181865175,181865175,181865175,181865175,181865175,181865175,181865175,181865175,181862896,181865175,112331479,181865175,181865176,181865175,181996247,181865175,181865175,181865175,181865175,181865175,181865175,181865175,181865175,181865175,181865175,181865175,181865175,181865175,181865175,181865175,181865175,181865175,181865175,181865175,181865175,181865175,181865175,181864083,181865175,181863295,181865175,181865175,181865175,181865175,181865175,181865175,181865175,181865175,181865175,181865175,181865175,181865175,4294838999,9243351,181865175,181865175,181865175,181865175,181865175,181865175,181862603,13306583,181865175,181865175,181865175,181865175,181865175,181865175,181865175,181865175,181865175,181865175,181862896,181865175,112331479,181865175,181927934,181865175,181996247,181865175,181865175,181865175,181865175,181865175,181865175,181865175,181865175,181865175,181865175,181865175,181865175,181865175,181865175,181865175,181865175,181865175,181865175,181865175,181865175,181865175,181865175,181864083,181865175,181863295,181865175,181865175,181865175,181865175,181865175,181865175,181865175,181865175,181865175,181865175,181865175,181865175,4294838999,9243351,181865175,33161722,33161722,33161722,33161722,33161722,33161419,13304314,33161722,33161722,33161722,33161722,33161722,33161722,33161722,33161722,33161722,33161722,33161712,33161722,35979770,33161722,33162124,33161722,59572730,4294901758,4294901758,4294901758,4294901758,4294901758,33161722,33161722,33161722,4294836730,4294901758,4294901758,33226750,33161722,33161722,33161722,33161722,33161722,33161722,33161722,33161722,33161722,33161722,33162126,33161722,4294836724,4294901758,4294901758,33226750,33161722,33161722,33161722,33161722,33161722,33161722,33161722,33161722,33161722,4294836730,9241082,33161722,33227259,33227259,33227259,33227259,33227259,33292287,4294902267,33227259,33227259,33227259,33227259,33227259,33227259,33227259,33227259,33227259,33227259,33226878,33227259,22020603,33227259,33227259,33227259,33227259,4294901758,4294901758,4294901758,4294901758,4294901758,33227259,33227259,33227259,4294836731,4294901758,4294901758,33292286,33227259,33227259,33227259,33227259,33227259,33227259,33227259,33227259,33227259,33227259,33227663,33227259,4294837136,4294901758,4294901758,33292286,33227259,33227259,33227259,33227259,33227259,33227259,33227259,33227259,33227259,33227259,33227259,33227259,182192860,182192860,182192860,182192860,182192860,182190465,25234140,182192860,182192860,182192860,182192860,182192860,182192860,182192860,182192860,182192860,182192860,182255614,182192860,196676316,182192860,182255614,182192860,4294839004,182192860,182192860,182192860,182192860,182192860,182192860,182192860,182192860,182192860,182192860,182192860,182192860,182192860,182192860,182192860,182192860,182192860,182192860,182192860,182192860,182192860,182192860,182255614,182192860,182255614,182192860,182192860,182192860,182192860,182192860,182192860,182192860,182192860,182192860,182192860,182192860,182192860,4294839004,42863324,182192860,59769744,59769744,59769744,59769744,59769744,59769007,11469712,59769744,59769744,59769744,59769744,59769744,59769744,59769744,59769744,59769744,59769744,59770384,59769744,65733520,59769744,59769744,59769744,104858512,4294901758,4294901758,4294901758,4294901758,4294901758,59769744,59769744,59769744,4294837136,4294901758,4294901758,59834366,59769744,59769744,59769744,59769744,59769744,59769744,59769744,59769744,59769744,59769744,59770433,59769744,4294837826,4294901758,4294901758,59834366,59769744,59769744,59769744,59769744,59769744,59769744,59769744,59769744,59769744,4294837136,16778128,59769744,104990274,104990274,104990274,104990274,104990274,104988847,11470402,104990274,104990274,104990274,104990274,104990274,104990274,104990274,104990274,104990274,104990274,104990224,104990274,113903170,104990274,105054206,104990274,199624258,104990274,104990274,104990274,104990274,104990274,104990274,104990274,104990274,104990274,104990274,104990274,104990274,104990274,104990274,104990274,104990274,104990274,104990274,104990274,104990274,104990274,104990274,104991455,104990274,104989584,104990274,104990274,104990274,104990274,104990274,104990274,104990274,104990274,104990274,104990274,104990274,104990274,4294837826,182453826,104990274,113903306,113903306,113903306,113903306,113903306,113903306,113903306,113903306,113903306,113903306,113903306,113903306,113903306,113903306,113903306,113903306,113903306,113903306,113903306,113903306,113903306,113903306,113903306,113903306,113903306,113903306,113903306,113903306,113903306,113903306,113903306,113903306,113903306,113903306,113903306,113903306,113903306,113903306,113903306,113903306,113903306,113903306,113903306,113903306,113903306,113903306,113903306,113903306,113903306,113903306,113903306,113903306,113903306,113903306,113903306,113903306,113903306,113903306,4294837962,113903306,113903306,113903306,113903306,113903306,9306254,9306254,9306254,9306254,9306254,9371647,4294901902,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9371647,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9307023,9306254,9306326,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,105055811,105055811,105055811,105055811,105055811,105054411,13305411,105055811,105055811,105055811,105055811,105055811,105055811,105055811,105055811,105055811,105055811,105054704,105055811,112920131,105055811,105119742,105055811,182584899,105055811,105055811,105055811,105055811,105055811,105055811,105055811,105055811,105055811,105055811,105055811,105055811,105055811,105055811,105055811,105055811,105055811,105055811,105055811,105055811,105055811,105055811,105056995,105055811,105055084,105055811,105055811,105055811,105055811,105055811,105055811,105055811,105055811,105055811,105055811,105055811,105055811,4294837827,9242179,105055811,105055811,105055811,105055811,105055811,105055811,105119742,4294837827,105055811,105055811,105055811,105055811,105055811,105055811,105055811,105055811,105055811,105055811,105055804,105055811,112920131,105055811,105056993,105055811,182584899,105055811,105055811,105055811,105055811,105055811,105055811,105055811,105055811,105055811,105055811,105055811,105055811,105055811,105055811,105055811,105055811,105055811,105055811,105055811,105055811,105055811,105055811,105119742,105055811,105055084,105055811,105055811,105055811,105055811,105055811,105055811,105055811,105055811,105055811,4294837827,105055811,105055811,4294837827,9242179,105055811,182717156,182717156,182717156,182717156,182717156,182714543,11471588,182717156,182717156,182717156,182717156,182717156,182717156,182717156,182717156,182717156,182717156,182715923,182717156,105122532,182717156,182717156,182717156,4294839012,182717156,182717156,182717156,182717156,182717156,182717156,182717156,182717156,182717156,182717156,182717156,182717156,182717156,182717156,182717156,182717156,182717156,182717156,182717156,182717156,182717156,182717156,182717338,182717156,182716096,182717156,182717156,182717156,182717156,182717156,182717156,182717156,182717156,182717156,182717156,182717156,182717156,4294839012,4294839012,182717156,105121348,105121348,105121348,105121348,105121348,105121348,105121348,105121348,105121348,105121348,105121348,105121348,105121348,105121348,105121348,105121348,105121348,105121348,105121348,105121348,105121348,105121348,105121348,105121348,105121348,105121348,105121348,105121348,105121348,105121348,105121348,105121348,105121348,105121348,105121348,105121348,105121348,105121348,105121348,105121348,105121348,105121348,105121348,105121348,105121348,105121348,105121348,105121348,105121348,105121348,105121348,105121348,105121348,105121348,105121348,105121348,105121348,105121348,4294837828,105121348,105121348,105121348,105121348,105121348,182848230,182848230,182848230,182848230,182848230,182845615,11471590,182848230,182848230,182848230,182848230,182848230,182848230,182848230,182848230,182848230,182848230,182910974,182848230,4294839014,182848230,182848230,182848230,4294839014,182848230,182848230,182848230,182848230,182848230,182848230,182848230,182848230,182848230,182848230,182848230,182848230,182848230,182848230,182848230,182848230,182848230,182848230,182848230,182848230,182848230,182848230,182910974,182848230,182910974,182848230,182848230,182848230,182848230,182848230,182848230,182848230,182848230,182848230,182848230,182848230,182848230,4294839014,4294839014,182848230,182913767,182913767,182913767,182913767,182913767,182911010,2231015,182913767,182913767,182913767,182913767,182913767,182913767,182913767,182913767,182913767,182913767,182912540,182913767,105188071,182913767,182913767,182913767,4294839015,182913767,182913767,182913767,182913767,182913767,182913767,182913767,182913767,182913767,182913767,182913767,182913767,182913767,182913767,182913767,182913767,182913767,182913767,182913767,182913767,182913767,182913767,182976510,182913767,182913712,182913767,182913767,182913767,182913767,182913767,182913767,182913767,182913767,182913767,182913767,182913767,182913767,4294839015,4294839015,182913767,105186885,105186885,105186885,105186885,105186885,105185314,2229829,105186885,105186885,105186885,105186885,105186885,105186885,105186885,105186885,105186885,105186885,105186160,105186885,182912581,105186885,105250814,105186885,59901509,105186885,105186885,105186885,105186885,105186885,105186885,105186885,105186885,105186885,105186885,105186885,105186885,105186885,105186885,105186885,105186885,105186885,105186885,105186885,105186885,105186885,105186885,105188073,105186885,105188074,105186885,105186885,105186885,105186885,105186885,105186885,105186885,105186885,105186885,105186885,105186885,105186885,4294837829,4392517,105186885,105186885,105186885,105186885,105186885,105186885,105186885,105186885,105186885,105186885,105186885,105186885,105186885,105186885,105186885,105186885,105186885,105186885,105186885,105186885,105186885,105186885,105186885,105186885,105186885,105186885,105186885,105186885,105186885,105186885,105186885,105186885,105186885,105186885,105186885,105186885,105186885,105186885,105186885,105186885,105186885,105186885,105186885,105186885,105186885,105186885,105186885,105186885,105186885,105186885,105186885,105186885,105186885,105186885,105186885,105186885,105186885,105186885,105186885,4294837829,105186885,105186885,105186885,105186885,105186885,183110378,183110378,183110378,183110378,183110378,183107618,2231018,183110378,183110378,183110378,183110378,183110378,183110378,183110378,183110378,183110378,183110378,183110197,183110378,193006314,183110378,183110378,183110378,4294839018,183110378,183110378,183110378,183110378,183110378,183110378,183110378,183110378,183110378,183110378,183110378,183110378,183110378,183110378,183110378,183110378,183110378,183110378,183110378,183110378,183110378,183110378,183110343,183110378,183108472,183110378,183110378,183110378,183110378,183110378,183110378,183110378,183110378,183110378,183110378,183110378,183110378,4294839018,4294839018,183110378,59835281,59835281,59835281,59835281,59835281,59834402,2229137,59835281,59835281,59835281,59835281,59835281,59835281,59835281,59835281,59835281,59835281,59834567,59835281,36307857,59835281,59835281,59835281,59900817,4294901758,4294901758,4294901758,4294901758,4294901758,59835281,59835281,59835281,4294837137,4294901758,4294901758,59899902,59835281,59835281,59835281,59835281,59835281,59835281,59835281,59835281,59835281,59835281,59835283,59835281,4294836525,4294901758,4294901758,59899902,59835281,59835281,59835281,59835281,59835281,59835281,59835281,59835281,59835281,4294837137,9241489,59835281,60097429,60097429,60097429,60097429,60097429,60097430,60162965,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60162046,60097429,60294037,60097429,60097433,60097429,60425109,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097435,60097429,60097436,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,4294837141,9241493,60097429,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60227582,60162966,105579414,60162966,60163660,60162966,105710486,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60163662,60162966,60163663,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,4294837142,4391830,60162966,105580107,105580107,105580107,105580107,105580107,105579735,81200715,105580107,105580107,105580107,105580107,105580107,105580107,105580107,105580107,105580107,105580107,105644030,105580107,60163659,105580107,105581296,105580107,105580107,105580107,105580107,105580107,105580107,105580107,105580107,105580107,105580107,105580107,105580107,105580107,105580107,105580107,105580107,105580107,105580107,105580107,105580107,105580107,105580107,105580107,105580107,105581297,105580107,105580107,105580107,105580107,105580107,105580107,105580107,105580107,105580107,105580107,105580107,105580107,105580107,105580107,105580107,105580107,105580107,105580107,105580107,105580107,105580107,105580107,105579735,81200715,105580107,105580107,105580107,105580107,105580107,105580107,105580107,105580107,105580107,105580107,105581295,105580107,60163659,105580107,105581296,105580107,4294837835,105580107,105580107,105580107,105580107,105580107,105580107,105580107,105580107,105580107,105580107,105580107,105580107,105580107,105580107,105580107,105580107,105580107,105580107,105580107,105580107,105580107,105580107,105581297,105580107,105580107,105580107,105580107,105580107,105580107,105580107,105580107,105580107,105580107,105580107,105580107,105580107,105580107,105580107,105580107,105580107,105580107,105580107,105580107,105580107,105580107,105580107,105580107,105580107,105580107,105580107,105580107,105580107,105580107,105580107,105580107,105580107,105580107,105644030,105580107,105580107,105580107,105581296,105580107,105580107,105580107,105580107,105580107,105580107,105580107,105580107,105580107,105580107,105580107,105580107,105580107,105580107,105580107,105580107,105580107,105580107,105580107,105580107,105580107,105580107,105580107,105580107,105644030,105580107,105580107,105580107,105580107,105580107,105580107,105580107,105580107,105580107,105580107,105580107,4294837835,105580107,105580107,105580107,105580107,105580107,4294901758,4294901758,4294901758,4294901758,4294901758,4294837142,60227582,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294837833,4294901758,224133118,4294901758,4294901758,4294901758,183762942,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294839661,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,9306110,4294901758,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60163658,60162966,105579414,60162966,60163660,60162966,105710486,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60163662,60162966,60163663,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,4294837142,60162966,60162966,4294837142,4391830,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60163658,60162966,105579414,60162966,60163660,60162966,105710486,4294901758,4294901758,4294901758,4294901758,4294901758,60162966,60162966,60162966,4294837142,4294901758,4294901758,60227582,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60163662,60162966,4294837839,4294901758,4294901758,60227582,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,60162966,4294837142,4391830,60162966,105842255,105842255,105842255,105842255,105842255,105841879,81200719,105842255,105842255,105842255,105842255,105842255,105842255,105842255,105842255,105842255,105842255,105842840,105842255,105842255,105842255,105843447,105842255,4294837839,105842255,105842255,105842255,105842255,105842255,105842255,105842255,105842255,105842255,105842255,105842255,105842255,105842255,105842255,105842255,105842255,105842255,105842255,105842255,105842255,105842255,105842255,105843448,105842255,105843449,105842255,105842255,105842255,105842255,105842255,105842255,105842255,105842255,105842255,105842255,105842255,105842255,105842255,105842255,105842255,105842255,105842255,105842255,105842255,105842255,105842255,105842255,105842255,105842255,105842255,105842255,105842255,105842255,105842255,105842255,105842255,105842255,105906174,105842255,105842255,105842255,105843447,105842255,105842255,105842255,105842255,105842255,105842255,105842255,105842255,105842255,105842255,105842255,105842255,105842255,105842255,105842255,105842255,105842255,105842255,105842255,105842255,105842255,105842255,105842255,105842255,105906174,105842255,105842255,105842255,105842255,105842255,105842255,105842255,105842255,105842255,105842255,105842255,4294837839,105842255,105842255,105842255,105842255,105842255,184093433,184093433,184093433,184093433,184093433,184091542,60164857,184093433,184093433,184093433,184093433,184093433,184093433,184093433,184093433,184093433,184093433,184092234,184093433,4294839033,184093433,184156158,184093433,4294839033,184093433,184093433,184093433,184093433,184093433,184093433,184093433,184093433,184093433,184093433,184093433,184093433,184093433,184093433,184093433,184093433,184093433,184093433,184093433,184093433,184093433,184093433,184156158,184093433,184156158,184093433,184093433,184093433,184093433,184093433,184093433,184093433,184093433,184093433,184093433,184093433,184093433,4294839033,4393721,184093433,184158970,184158970,184158970,184158970,184158970,184157078,60164858,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184157777,184158970,60295930,184158970,184158972,184158970,184355578,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184158974,184158970,184158975,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184158970,4294839034,9243386,184158970,184158970,184158970,184158970,184158970,184158970,184157078,60164858,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184221694,184158970,60295930,184158970,184158972,184158970,184355578,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184158974,184158970,184158975,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184158970,4294839034,9243386,184158970,184158970,184158970,184158970,184158970,184158970,184157078,60164858,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184157777,184158970,60295930,184158970,184221694,184158970,184355578,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184158974,184158970,184158975,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184158970,4294839034,9243386,184158970,184158970,184158970,184158970,184158970,184158970,184221694,4294839034,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184158978,184158970,60295930,184158970,184158972,184158970,184355578,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184221694,184158970,184158975,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184158970,4294839034,184158970,184158970,4294839034,9243386,184158970,184486655,184486655,184486655,184486655,184486655,184484758,60164863,184486655,184486655,184486655,184486655,184486655,184486655,184486655,184486655,184486655,184486655,184485457,184486655,106629887,184486655,184549374,184486655,4294839039,184486655,184486655,184486655,184486655,184486655,184486655,184486655,184486655,184486655,184486655,184486655,184486655,184486655,184486655,184486655,184486655,184486655,184486655,184486655,184486655,184486655,184486655,184549374,184486655,184486655,184486655,184486655,184486655,184486655,184486655,184486655,184486655,184486655,184486655,184486655,184486655,184486655,4294839039,9243391,184486655,184617729,184617729,184617729,184617729,184617729,184615830,60164865,184617729,184617729,184617729,184617729,184617729,184617729,184617729,184617729,184617729,184617729,184680446,184617729,4294839041,184617729,184680446,184617729,4294839041,184617729,184617729,184617729,184617729,184617729,184617729,184617729,184617729,184617729,184617729,184617729,184617729,184617729,184617729,184617729,184617729,184617729,184617729,184617729,184617729,184617729,184617729,184680446,184617729,184680446,184617729,184617729,184617729,184617729,184617729,184617729,184617729,184617729,184617729,184617729,184617729,184617729,4294839041,4393729,184617729,60294040,60294040,60294040,60294040,60294040,60294038,60162968,60294040,60294040,60294040,60294040,60294040,60294040,60294040,60294040,60294040,60294040,60294737,60294040,60294040,60294040,60294738,60294040,106103704,60294040,60294040,60294040,60294040,60294040,60294040,60294040,60294040,60294040,60294040,60294040,60294040,60294040,60294040,60294040,60294040,60294040,60294040,60294040,60294040,60294040,60294040,60294740,60294040,60294741,60294040,60294040,60294040,60294040,60294040,60294040,60294040,60294040,60294040,4294837144,60294040,60294040,4294837144,9241496,60294040,60294040,60294040,60294040,60294040,60294040,60294038,60162968,60294040,60294040,60294040,60294040,60294040,60294040,60294040,60294040,60294040,60294040,60294737,60294040,60294040,60294040,60294738,60294040,106103704,4294901758,4294901758,4294901758,4294901758,4294901758,60294040,60294040,60294040,4294837144,4294901758,4294901758,60358654,60294040,60294040,60294040,60294040,60294040,60294040,60294040,60294040,60294040,60294040,60294740,60294040,4294837845,4294901758,4294901758,60358654,60294040,60294040,60294040,60294040,60294040,60294040,60294040,60294040,60294040,4294837144,9241496,60294040,106235477,106235477,106235477,106235477,106235477,106234774,60163669,106235477,106235477,106235477,106235477,106235477,106235477,106235477,106235477,106235477,106235477,106235473,106235477,106628693,106235477,106299390,106235477,184944213,106235477,106235477,106235477,106235477,106235477,106235477,106235477,106235477,106235477,106235477,106235477,106235477,106235477,106235477,106235477,106235477,106235477,106235477,106235477,106235477,106235477,106235477,106236679,106235477,106235477,106235477,106235477,106235477,106235477,106235477,106235477,106235477,106235477,106235477,106235477,106235477,106235477,4294837845,9242197,106235477,106235477,106235477,106235477,106235477,106235477,106299390,4294837845,106235477,106235477,106235477,106235477,106235477,106235477,106235477,106235477,106235477,106235477,106299390,106235477,106628693,106235477,106236677,106235477,184944213,106235477,106235477,106235477,106235477,106235477,106235477,106235477,106235477,106235477,106235477,106235477,106235477,106235477,106235477,106235477,106235477,106235477,106235477,106235477,106235477,106235477,106235477,106299390,106235477,106235477,106235477,106235477,106235477,106235477,106235477,106235477,106235477,106235477,106235477,4294837845,106235477,106235477,4294837845,9242197,106235477,4294901758,4294901758,4294901758,4294901758,4294901758,4294837142,60227582,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,122945534,4294901758,185142025,185142025,185142025,185142025,185142025,185140439,81201929,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185204734,185142025,106367753,185142025,185142893,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185204734,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185142025,106366551,106366551,106366551,106366551,106366551,106365846,60163671,106366551,106366551,106366551,106366551,106366551,106366551,106366551,106366551,106366551,106366551,106367752,106366551,185140823,106366551,106430462,106366551,60425815,106366551,106366551,106366551,106366551,106366551,106366551,106366551,106366551,106366551,106366551,106366551,106366551,106366551,106366551,106366551,106366551,106366551,106366551,106366551,106366551,106366551,106366551,106367756,106366551,106367757,106366551,106366551,106366551,106366551,106366551,106366551,106366551,106366551,106366551,106366551,106366551,106366551,4294837847,4392535,106366551,106366551,106366551,106366551,106366551,106366551,106366551,106366551,106366551,106366551,106366551,106366551,106366551,106366551,106366551,106366551,106366551,106366551,106430462,106366551,106366551,106366551,106367754,106366551,106366551,106366551,106366551,106366551,106366551,106366551,106366551,106366551,106366551,106366551,106366551,106366551,106366551,106366551,106366551,106366551,106366551,106366551,106366551,106366551,106366551,106366551,106366551,106430462,106366551,106366551,106366551,106366551,106366551,106366551,106366551,106366551,106366551,106366551,106366551,4294837847,106366551,106366551,106366551,106366551,106366551,185404173,185404173,185404173,185404173,185404173,185402583,81201933,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185403543,185404173,185404173,185404173,185405051,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185466878,185404173,185404181,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,60097429,60097429,60097429,60097429,60097429,60097430,60162965,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60098121,60097429,60294037,60097429,60097433,60097429,60425109,4294901758,4294901758,4294901758,4294901758,4294901758,60097429,60097429,60097429,4294837141,4294901758,4294901758,60162046,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097435,60097429,4294837148,4294901758,4294901758,60162046,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,4294837141,9241493,60097429,106628699,106628699,106628699,106628699,106628699,106627990,60163675,106628699,106628699,106628699,106628699,106628699,106628699,106628699,106628699,106628699,106628699,106628689,106628699,106628699,106628699,106692606,106628699,185730651,106628699,106628699,106628699,106628699,106628699,106628699,106628699,106628699,106628699,106628699,106628699,106628699,106628699,106628699,106628699,106628699,106628699,106628699,106628699,106628699,106628699,106628699,106629907,106628699,106628693,106628699,106628699,106628699,106628699,106628699,106628699,106628699,106628699,106628699,106628699,106628699,106628699,4294837851,9242203,106628699,106628699,106628699,106628699,106628699,106628699,106692606,4294837851,106628699,106628699,106628699,106628699,106628699,106628699,106628699,106628699,106628699,106628699,106692606,106628699,106628699,106628699,106629905,106628699,185730651,106628699,106628699,106628699,106628699,106628699,106628699,106628699,106628699,106628699,106628699,106628699,106628699,106628699,106628699,106628699,106628699,106628699,106628699,106628699,106628699,106628699,106628699,106692606,106628699,106628693,106628699,106628699,106628699,106628699,106628699,106628699,106628699,106628699,106628699,4294837851,106628699,106628699,4294837851,9242203,106628699,185928469,185928469,185928469,185928469,185928469,185926550,60164885,185928469,185928469,185928469,185928469,185928469,185928469,185928469,185928469,185928469,185928469,185928456,185928469,4294839061,185928469,185991166,185928469,4294839061,185928469,185928469,185928469,185928469,185928469,185928469,185928469,185928469,185928469,185928469,185928469,185928469,185928469,185928469,185928469,185928469,185928469,185928469,185928469,185928469,185928469,185928469,185991166,185928469,185991166,185928469,185928469,185928469,185928469,185928469,185928469,185928469,185928469,185928469,185928469,185928469,185928469,4294839061,4393749,185928469,4294901758,4294901758,4294901758,4294901758,4294901758,4294837142,60227582,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294839054,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294837148,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,9306110,4294901758,60556188,60556188,60556188,60556188,60556188,60556182,60162972,60556188,60556188,60556188,60556188,60556188,60556188,60556188,60556188,60556188,60556188,60556873,60556188,106627996,60556188,60556892,60556188,106759068,60556188,60556188,60556188,60556188,60556188,60556188,60556188,60556188,60556188,60556188,60556188,60556188,60556188,60556188,60556188,60556188,60556188,60556188,60556188,60556188,60556188,60556188,60556894,60556188,60556188,60556188,60556188,60556188,60556188,60556188,60556188,60556188,60556188,60556188,4294837148,60556188,60556188,4294837148,9241500,60556188,60556188,60556188,60556188,60556188,60556188,60556182,60162972,60556188,60556188,60556188,60556188,60556188,60556188,60556188,60556188,60556188,60556188,60556873,60556188,106627996,60556188,60556892,60556188,106759068,4294901758,4294901758,4294901758,4294901758,4294901758,60556188,60556188,60556188,4294837148,4294901758,4294901758,60620798,60556188,60556188,60556188,60556188,60556188,60556188,60556188,60556188,60556188,60556188,60556894,60556188,4294837148,4294901758,4294901758,60620798,60556188,60556188,60556188,60556188,60556188,60556188,60556188,60556188,60556188,4294837148,9241500,60556188,60687262,60687262,60687262,60687262,60687262,60686539,13304734,60687262,60687262,60687262,60687262,60687262,60687262,60687262,60687262,60687262,60687262,60751870,60687262,106955678,60687262,60687969,60687262,107086750,60687262,60687262,60687262,60687262,60687262,60687262,60687262,60687262,60687262,60687262,60687262,60687262,60687262,60687262,60687262,60687262,60687262,60687262,60687262,60687262,60687262,60687262,60687971,60687262,60687972,60687262,60687262,60687262,60687262,60687262,60687262,60687262,60687262,60687262,60687262,60687262,60687262,4294837150,4391838,60687262,186256154,186256154,186256154,186256154,186256154,186253515,13306650,186256154,186256154,186256154,186256154,186256154,186256154,186256154,186256154,186256154,186256154,186318846,186256154,142740250,186256154,186256197,186256154,189139738,186256154,186256154,186256154,186256154,186256154,186256154,186256154,186256154,186256154,186256154,186256154,186256154,186256154,186256154,186256154,186256154,186256154,186256154,186256154,186256154,186256154,186256154,186255488,186256154,186256199,186256154,186256154,186256154,186256154,186256154,186256154,186256154,186256154,186256154,186256154,186256154,186256154,4294839066,102435610,186256154,142739586,142739586,142739586,142739586,142739586,142737611,13305986,142739586,142739586,142739586,142739586,142739586,142739586,142739586,142739586,142739586,142739586,142741232,142739586,186255490,142739586,142802942,142739586,4294838402,142739586,142739586,142739586,142739586,142739586,142739586,142739586,142739586,142739586,142739586,142739586,142739586,142739586,142739586,142739586,142739586,142739586,142739586,142739586,142739586,142739586,142739586,142739584,142739586,142740253,142739586,142739586,142739586,142739586,142739586,142739586,142739586,142739586,142739586,142739586,142739586,142739586,4294838402,96733314,142739586,186452765,186452765,186452765,186452765,186452765,186450101,11864861,186452765,186452765,186452765,186452765,186452765,186452765,186452765,186452765,186452765,186452765,186450452,186452765,144968477,186452765,186515454,186452765,186452765,186452765,186452765,186452765,186452765,186452765,186452765,186452765,186452765,186452765,186452765,186452765,186452765,186452765,186452765,186452765,186452765,186452765,186452765,186452765,186452765,186452765,186452765,186453668,186452765,186515454,186452765,186452765,186452765,186452765,186452765,186452765,186452765,186452765,186452765,186452765,186452765,186452765,186452765,186452765,186452765,108922494,108922494,108922494,108922494,108922494,108921035,13305470,108922494,108922494,108922494,108922494,108922494,108922494,108922494,108922494,108922494,108922494,108986366,108922494,62129790,108922494,108923721,108922494,189400702,108922494,108922494,108922494,108922494,108922494,108922494,108922494,108922494,108922494,108922494,108922494,108922494,108922494,108922494,108922494,108922494,108922494,108922494,108922494,108922494,108922494,108922494,108922975,108922494,108923723,108922494,108922494,108922494,108922494,108922494,108922494,108922494,108922494,108922494,108922494,108922494,108922494,4294837886,102696574,108922494,106956384,106956384,106956384,106956384,106956384,106954955,13305440,106956384,106956384,106956384,106956384,106956384,106956384,106956384,106956384,106956384,106956384,106957598,106956384,60687968,106956384,107020286,106956384,203753056,106956384,106956384,106956384,106956384,106956384,106956384,106956384,106956384,106956384,106956384,106956384,106956384,106956384,106956384,106956384,106956384,106956384,106956384,106956384,106956384,106956384,106956384,106956895,106956384,106956402,106956384,106956384,106956384,106956384,106956384,106956384,106956384,106956384,106956384,106956384,106956384,106956384,4294837856,96994912,106956384,60687262,60687262,60687262,60687262,60687262,60686539,13304734,60687262,60687262,60687262,60687262,60687262,60687262,60687262,60687262,60687262,60687262,60687967,60687262,106955678,60687262,60687969,60687262,107086750,4294901758,4294901758,4294901758,4294901758,4294901758,60687262,60687262,60687262,4294837150,4294901758,4294901758,60751870,60687262,60687262,60687262,60687262,60687262,60687262,60687262,60687262,60687262,60687262,60687971,60687262,4294837860,4294901758,4294901758,60751870,60687262,60687262,60687262,60687262,60687262,60687262,60687262,60687262,60687262,4294837150,4391838,60687262,107218532,107218532,107218532,107218532,107218532,107217077,11863652,107218532,107218532,107218532,107218532,107218532,107218532,107218532,107218532,107218532,107218532,107217602,107218532,108332644,107218532,107219747,107218532,4294837860,107218532,107218532,107218532,107218532,107218532,107218532,107218532,107218532,107218532,107218532,107218532,107218532,107218532,107218532,107218532,107218532,107218532,107218532,107218532,107218532,107218532,107218532,107219748,107218532,107218535,107218532,107218532,107218532,107218532,107218532,107218532,107218532,107218532,107218532,107218532,107218532,107218532,107218532,107218532,107218532,107218532,107218532,107218532,107218532,107218532,107218532,107218532,107218532,107218532,107218532,107218532,107218532,107218532,107218532,107218532,107218532,107218532,107218532,107218532,107218532,107218532,107219747,107218532,107218532,107218532,107218532,107218532,107218532,107218532,107218532,107218532,107218532,107218532,107218532,107218532,107218532,107218532,107218532,107218532,107218532,107218532,107218532,107218532,107218532,107218532,107218532,107218532,107218532,107218532,107218532,107218532,107218532,107218532,107218532,107218532,107218532,107218532,107218532,4294837860,107218532,107218532,107218532,107218532,107218532,20382007,20382007,20382007,20382007,20382007,20381899,13304119,20382007,20382007,20382007,20382007,20382007,20382007,20382007,20382007,20382007,20382007,20382012,20382007,20382007,20382007,20382209,20382007,33685815,4294901758,4294901758,4294901758,4294901758,4294901758,20382007,20382007,20382007,4294836535,4294901758,4294901758,20447230,20382007,20382007,20382007,20382007,20382007,20382007,20382007,20382007,20382007,20382007,20382211,20382007,4294836740,4294901758,4294901758,20447230,20382007,20382007,20382007,20382007,20382007,20382007,20382007,20382007,20382007,4294836535,9240887,20382007,187042598,187042598,187042598,187042598,187042598,187039947,13306662,187042598,187042598,187042598,187042598,187042598,187042598,187042598,187042598,187042598,187042598,187042590,187042598,107416358,187042598,187105278,187042598,4294839078,187042598,187042598,187042598,187042598,187042598,187042598,187042598,187042598,187042598,187042598,187042598,187042598,187042598,187042598,187042598,187042598,187042598,187042598,187042598,187042598,187042598,187042598,187043538,187042598,187042607,187042598,187042598,187042598,187042598,187042598,187042598,187042598,187042598,187042598,187042598,187042598,187042598,4294839078,172886822,187042598,107415143,107415143,107415143,107415143,107415143,107413707,13305447,107415143,107415143,107415143,107415143,107415143,107415143,107415143,107415143,107415143,107415143,107415135,107415143,187041383,107415143,107479038,107415143,60950119,107415143,107415143,107415143,107415143,107415143,107415143,107415143,107415143,107415143,107415143,107415143,107415143,107415143,107415143,107415143,107415143,107415143,107415143,107415143,107415143,107415143,107415143,107416361,107415143,107416362,107415143,107415143,107415143,107415143,107415143,107415143,107415143,107415143,107415143,107415143,107415143,107415143,4294837863,4392551,107415143,107415143,107415143,107415143,107415143,107415143,107415143,107415143,107415143,107415143,107415143,107415143,107415143,107415143,107415143,107415143,107415143,107415143,107415143,107415143,107415143,107415143,107416359,107415143,107415143,107415143,107415143,107415143,107415143,107415143,107415143,107415143,107415143,107415143,107415143,107415143,107415143,107415143,107415143,107415143,107415143,107415143,107415143,107415143,107415143,107415143,107415143,107415143,107415143,107415143,107415143,107415143,107415143,107415143,107415143,107415143,107415143,107415143,107415143,4294837863,107415143,107415143,107415143,107415143,107415143,187304746,187304746,187304746,187304746,187304746,187302091,13306666,187304746,187304746,187304746,187304746,187304746,187304746,187304746,187304746,187304746,187304746,187303519,187304746,187894570,187304746,187367422,187304746,4294839082,187304746,187304746,187304746,187304746,187304746,187304746,187304746,187304746,187304746,187304746,187304746,187304746,187304746,187304746,187304746,187304746,187304746,187304746,187304746,187304746,187304746,187304746,187367422,187304746,187303527,187304746,187304746,187304746,187304746,187304746,187304746,187304746,187304746,187304746,187304746,187304746,187304746,4294839082,173148970,187304746,33817092,33817092,33817092,33817092,33817092,33816779,13304324,33817092,33817092,33817092,33817092,33817092,33817092,33817092,33817092,33817092,33817092,33816892,33817092,34144772,33817092,33817505,33817092,60948996,4294901758,4294901758,4294901758,4294901758,4294901758,33817092,33817092,33817092,4294836740,4294901758,4294901758,33882110,33817092,33817092,33817092,33817092,33817092,33817092,33817092,33817092,33817092,33817092,33817507,33817092,4294836740,4294901758,4294901758,33882110,33817092,33817092,33817092,33817092,33817092,33817092,33817092,33817092,33817092,4294836740,9241092,33817092,144443548,144443548,144443548,144443548,144443548,144445185,251725980,144443548,144443548,144443548,144443548,144443548,144443548,144443548,144443548,144443548,144443548,144506878,144443548,249301148,144443548,144445191,144443548,252184732,144443548,144443548,144443548,144443548,144443548,144443548,144443548,144443548,144443548,144443548,144443548,144443548,144443548,144443548,144443548,144443548,144443548,144443548,144443548,144443548,144443548,144443548,144445193,144443548,144445194,144443548,144443548,144443548,144443548,144443548,144443548,144443548,144443548,144443548,144443548,144443548,144443548,4294838428,70912156,144443548,33948166,33948166,33948166,33948166,33948166,33947851,13304326,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948580,33948166,61145606,33948166,33948582,33948166,61276678,4294901758,4294901758,4294901758,4294901758,4294901758,33948166,33948166,33948166,4294836742,4294901758,4294901758,34013182,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948584,33948166,4294837161,4294901758,4294901758,34013182,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,33948166,4294836742,4391430,33948166,187632431,187632431,187632431,187632431,187632431,187629771,13306671,187632431,187632431,187632431,187632431,187632431,187632431,187632431,187632431,187632431,187632431,187632414,187632431,107940655,187632431,187695102,187632431,4294839087,187632431,187632431,187632431,187632431,187632431,187632431,187632431,187632431,187632431,187632431,187632431,187632431,187632431,187632431,187632431,187632431,187632431,187632431,187632431,187632431,187632431,187632431,187633362,187632431,187632422,187632431,187632431,187632431,187632431,187632431,187632431,187632431,187632431,187632431,187632431,187632431,187632431,4294839087,174983983,187632431,107939439,107939439,107939439,107939439,107939439,107937995,13305455,107939439,107939439,107939439,107939439,107939439,107939439,107939439,107939439,107939439,107939439,107939423,107939439,187631215,107939439,108003326,107939439,61605487,107939439,107939439,107939439,107939439,107939439,107939439,107939439,107939439,107939439,107939439,107939439,107939439,107939439,107939439,107939439,107939439,107939439,107939439,107939439,107939439,107939439,107939439,107940658,107939439,107940659,107939439,107939439,107939439,107939439,107939439,107939439,107939439,107939439,107939439,107939439,107939439,107939439,4294837871,4392559,107939439,107939439,107939439,107939439,107939439,107939439,107939439,107939439,107939439,107939439,107939439,107939439,107939439,107939439,107939439,107939439,107939439,107939439,107939439,107939439,107939439,107939439,107940656,107939439,107939439,107939439,107939439,107939439,107939439,107939439,107939439,107939439,107939439,107939439,107939439,107939439,107939439,107939439,107939439,107939439,107939439,107939439,107939439,107939439,107939439,107939439,107939439,107939439,107939439,107939439,107939439,107939439,107939439,107939439,107939439,107939439,107939439,107939439,107939439,4294837871,107939439,107939439,107939439,107939439,107939439,187894579,187894579,187894579,187894579,187894579,187891915,13306675,187894579,187894579,187894579,187894579,187894579,187894579,187894579,187894579,187894579,187894579,187894558,187894579,187304755,187894579,187957246,187894579,4294839091,187894579,187894579,187894579,187894579,187894579,187894579,187894579,187894579,187894579,187894579,187894579,187894579,187894579,187894579,187894579,187894579,187894579,187894579,187894579,187894579,187894579,187894579,187957246,187894579,187893351,187894579,187894579,187894579,187894579,187894579,187894579,187894579,187894579,187894579,187894579,187894579,187894579,4294839091,175180595,187894579,34144777,34144777,34144777,34144777,34144777,34144459,13304329,34144777,34144777,34144777,34144777,34144777,34144777,34144777,34144777,34144777,34144777,34144572,34144777,34144777,34144777,34145195,34144777,61604361,4294901758,4294901758,4294901758,4294901758,4294901758,34144777,34144777,34144777,4294836745,4294901758,4294901758,34209790,34144777,34144777,34144777,34144777,34144777,34144777,34144777,34144777,34144777,34144777,34145197,34144777,4294836740,4294901758,4294901758,34209790,34144777,34144777,34144777,34144777,34144777,34144777,34144777,34144777,34144777,4294836745,9241097,34144777,108136050,108136050,108136050,108136050,108136050,108134581,11863666,108136050,108136050,108136050,108136050,108136050,108136050,108136050,108136050,108136050,108136050,108135106,108136050,61802098,108136050,108137269,108136050,189859442,108136050,108136050,108136050,108136050,108136050,108136050,108136050,108136050,108136050,108136050,108136050,108136050,108136050,108136050,108136050,108136050,108136050,108136050,108136050,108136050,108136050,108136050,108136565,108136050,108137263,108136050,108136050,108136050,108136050,108136050,108136050,108136050,108136050,108136050,108136050,108136050,108136050,108136050,108136050,108136050,108332661,108332661,108332661,108332661,108332661,108331211,13305461,108332661,108332661,108332661,108332661,108332661,108332661,108332661,108332661,108332661,108332661,108331940,108332661,107218549,108332661,108396542,108332661,208209525,108332661,108332661,108332661,108332661,108332661,108332661,108332661,108332661,108332661,108332661,108332661,108332661,108332661,108332661,108332661,108332661,108332661,108332661,108332661,108332661,108332661,108332661,108333169,108332661,108331951,108332661,108332661,108332661,108332661,108332661,108332661,108332661,108332661,108332661,108332661,108332661,108332661,4294837877,100533877,108332661,20644155,20644155,20644155,20644155,20644155,20644043,13304123,20644155,20644155,20644155,20644155,20644155,20644155,20644155,20644155,20644155,20644155,20644044,20644155,34144571,20644155,20644362,20644155,34275643,4294901758,4294901758,4294901758,4294901758,4294901758,20644155,20644155,20644155,4294836539,4294901758,4294901758,20709374,20644155,20644155,20644155,20644155,20644155,20644155,20644155,20644155,20644155,20644155,20644364,20644155,4294836539,4294901758,4294901758,20709374,20644155,20644155,20644155,20644155,20644155,20644155,20644155,20644155,20644155,4294836539,9240891,20644155,108463735,108463735,108463735,108463735,108463735,108462998,60163703,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108527614,108463735,60294775,108463735,108463737,108463735,108660343,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463739,108463735,108463740,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,4294837879,9242231,108463735,188549949,188549949,188549949,188549949,188549949,188547990,60164925,188549949,188549949,188549949,188549949,188549949,188549949,188549949,188549949,188549949,188549949,188612606,188549949,4294839101,188549949,188612606,188549949,4294839101,188549949,188549949,188549949,188549949,188549949,188549949,188549949,188549949,188549949,188549949,188549949,188549949,188549949,188549949,188549949,188549949,188549949,188549949,188549949,188549949,188549949,188549949,188612606,188549949,188612606,188549949,188549949,188549949,188549949,188549949,188549949,188549949,188549949,188549949,188549949,188549949,188549949,4294839101,4393789,188549949,108463735,108463735,108463735,108463735,108463735,108462998,60163703,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108464954,108463735,60294775,108463735,108463737,108463735,108660343,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463739,108463735,108463740,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,4294837879,108463735,108463735,4294837879,9242231,108463735,108463735,108463735,108463735,108463735,108463735,108462998,60163703,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108464954,108463735,60294775,108463735,108463737,108463735,108660343,4294901758,4294901758,4294901758,4294901758,4294901758,108463735,108463735,108463735,4294837879,4294901758,4294901758,108527614,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463739,108463735,4294837884,4294901758,4294901758,108527614,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,108463735,4294837879,9242231,108463735,108791420,108791420,108791420,108791420,108791420,108790678,60163708,108791420,108791420,108791420,108791420,108791420,108791420,108791420,108791420,108791420,108791420,108792634,108791420,106628732,108791420,108855294,108791420,188876412,108791420,108791420,108791420,108791420,108791420,108791420,108791420,108791420,108791420,108791420,108791420,108791420,108791420,108791420,108791420,108791420,108791420,108791420,108791420,108791420,108791420,108791420,108792643,108791420,108791420,108791420,108791420,108791420,108791420,108791420,108791420,108791420,108791420,108791420,108791420,108791420,108791420,4294837884,9242236,108791420,108791420,108791420,108791420,108791420,108791420,108855294,4294837884,108791420,108791420,108791420,108791420,108791420,108791420,108791420,108791420,108791420,108791420,108855294,108791420,106628732,108791420,108792641,108791420,188876412,108791420,108791420,108791420,108791420,108791420,108791420,108791420,108791420,108791420,108791420,108791420,108791420,108791420,108791420,108791420,108791420,108791420,108791420,108791420,108791420,108791420,108791420,108855294,108791420,108791420,108791420,108791420,108791420,108791420,108791420,108791420,108791420,108791420,108791420,4294837884,108791420,108791420,4294837884,9242236,108791420,62129076,62129076,62129076,62129076,62129076,62128331,13304756,62129076,62129076,62129076,62129076,62129076,62129076,62129076,62129076,62129076,62129076,62193662,62129076,108921780,62129076,62129791,62129076,109052852,62129076,62129076,62129076,62129076,62129076,62129076,62129076,62129076,62129076,62129076,62129076,62129076,62129076,62129076,62129076,62129076,62129076,62129076,62129076,62129076,62129076,62129076,62129793,62129076,62129794,62129076,62129076,62129076,62129076,62129076,62129076,62129076,62129076,62129076,62129076,62129076,62129076,4294837172,4391860,62129076,186256154,186256154,186256154,186256154,186256154,186253515,13306650,186256154,186256154,186256154,186256154,186256154,186256154,186256154,186256154,186256154,186256154,186318846,186256154,142740250,186256154,186318846,186256154,4294839066,186256154,186256154,186256154,186256154,186256154,186256154,186256154,186256154,186256154,186256154,186256154,186256154,186256154,186256154,186256154,186256154,186256154,186256154,186256154,186256154,186256154,186256154,186255488,186256154,186256199,186256154,186256154,186256154,186256154,186256154,186256154,186256154,186256154,186256154,186256154,186256154,186256154,4294839066,102435610,186256154,189205319,189205319,189205319,189205319,189205319,189202613,11864903,189205319,189205319,189205319,189205319,189205319,189205319,189205319,189205319,189205319,189205319,189202964,189205319,245435207,189205319,189267966,189205319,189205319,189205319,189205319,189205319,189205319,189205319,189205319,189205319,189205319,189205319,189205319,189205319,189205319,189205319,189205319,189205319,189205319,189205319,189205319,189205319,189205319,189205319,189205319,189206254,189205319,189267966,189205319,189205319,189205319,189205319,189205319,189205319,189205319,189205319,189205319,189205319,189205319,189205319,189205319,189205319,189205319,106956384,106956384,106956384,106956384,106956384,106954955,13305440,106956384,106956384,106956384,106956384,106956384,106956384,106956384,106956384,106956384,106956384,107020286,106956384,60687968,106956384,106957599,106956384,186648160,106956384,106956384,106956384,106956384,106956384,106956384,106956384,106956384,106956384,106956384,106956384,106956384,106956384,106956384,106956384,106956384,106956384,106956384,106956384,106956384,106956384,106956384,106956895,106956384,106956402,106956384,106956384,106956384,106956384,106956384,106956384,106956384,106956384,106956384,106956384,106956384,106956384,4294837856,96994912,106956384,108922494,108922494,108922494,108922494,108922494,108921035,13305470,108922494,108922494,108922494,108922494,108922494,108922494,108922494,108922494,108922494,108922494,108923720,108922494,62129790,108922494,108986366,108922494,4294837886,108922494,108922494,108922494,108922494,108922494,108922494,108922494,108922494,108922494,108922494,108922494,108922494,108922494,108922494,108922494,108922494,108922494,108922494,108922494,108922494,108922494,108922494,108922975,108922494,108923723,108922494,108922494,108922494,108922494,108922494,108922494,108922494,108922494,108922494,108922494,108922494,108922494,4294837886,102696574,108922494,189467467,189467467,189467467,189467467,189467467,189464757,11864907,189467467,189467467,189467467,189467467,189467467,189467467,189467467,189467467,189467467,189467467,189465282,189467467,111283019,189467467,189530110,189467467,189467467,189467467,189467467,189467467,189467467,189467467,189467467,189467467,189467467,189467467,189467467,189467467,189467467,189467467,189467467,189467467,189467467,189467467,189467467,189467467,189467467,189467467,189467467,189530110,189467467,189530110,189467467,189467467,189467467,189467467,189467467,189467467,189467467,189467467,189467467,189467467,189467467,189467467,189467467,189467467,189467467,62129076,62129076,62129076,62129076,62129076,62128331,13304756,62129076,62129076,62129076,62129076,62129076,62129076,62129076,62129076,62129076,62129076,62129789,62129076,108921780,62129076,62129791,62129076,109052852,4294901758,4294901758,4294901758,4294901758,4294901758,62129076,62129076,62129076,4294837172,4294901758,4294901758,62193662,62129076,62129076,62129076,62129076,62129076,62129076,62129076,62129076,62129076,62129076,62129793,62129076,4294837890,4294901758,4294901758,62193662,62129076,62129076,62129076,62129076,62129076,62129076,62129076,62129076,62129076,4294837172,4391860,62129076,109184642,109184642,109184642,109184642,109184642,109183157,11863682,109184642,109184642,109184642,109184642,109184642,109184642,109184642,109184642,109184642,109184642,109183508,109184642,141690498,109184642,109185870,109184642,4294837890,109184642,109184642,109184642,109184642,109184642,109184642,109184642,109184642,109184642,109184642,109184642,109184642,109184642,109184642,109184642,109184642,109184642,109184642,109184642,109184642,109184642,109184642,109185871,109184642,109184645,109184642,109184642,109184642,109184642,109184642,109184642,109184642,109184642,109184642,109184642,109184642,109184642,109184642,109184642,109184642,109184642,109184642,109184642,109184642,109184642,109184642,109184642,109184642,109184642,109184642,109184642,109184642,109184642,109184642,109184642,109184642,109184642,109184642,109184642,109184642,109184642,109185870,109184642,109184642,109184642,109184642,109184642,109184642,109184642,109184642,109184642,109184642,109184642,109184642,109184642,109184642,109184642,109184642,109184642,109184642,109184642,109184642,109184642,109184642,109184642,109184642,109184642,109184642,109184642,109184642,109184642,109184642,109184642,109184642,109184642,109184642,109184642,109184642,4294837890,109184642,109184642,109184642,109184642,109184642,34406925,34406925,34406925,34406925,34406925,34406603,13304333,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406716,34406925,20382221,34406925,34406927,34406925,34603533,4294901758,4294901758,4294901758,4294901758,4294901758,34406925,34406925,34406925,4294836749,4294901758,4294901758,34471934,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406929,34406925,4294836754,4294901758,4294901758,34471934,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406925,34406925,4294836749,9241101,34406925,189860689,189860689,189860689,189860689,189860689,189857995,13306705,189860689,189860689,189860689,189860689,189860689,189860689,189860689,189860689,189860689,189860689,189860680,189860689,109382481,189860689,189923326,189860689,4294839121,189860689,189860689,189860689,189860689,189860689,189860689,189860689,189860689,189860689,189860689,189860689,189860689,189860689,189860689,189860689,189860689,189860689,189860689,189860689,189860689,189860689,189860689,189861586,189860689,189860655,189860689,189860689,189860689,189860689,189860689,189860689,189860689,189860689,189860689,189860689,189860689,189860689,4294839121,180554577,189860689,109381253,109381253,109381253,109381253,109381253,109379787,13305477,109381253,109381253,109381253,109381253,109381253,109381253,109381253,109381253,109381253,109381253,109381245,109381253,189859461,109381253,109445118,109381253,62391941,109381253,109381253,109381253,109381253,109381253,109381253,109381253,109381253,109381253,109381253,109381253,109381253,109381253,109381253,109381253,109381253,109381253,109381253,109381253,109381253,109381253,109381253,109382484,109381253,109382485,109381253,109381253,109381253,109381253,109381253,109381253,109381253,109381253,109381253,109381253,109381253,109381253,4294837893,4392581,109381253,109381253,109381253,109381253,109381253,109381253,109381253,109381253,109381253,109381253,109381253,109381253,109381253,109381253,109381253,109381253,109381253,109381253,109381253,109381253,109381253,109381253,109382482,109381253,109381253,109381253,109381253,109381253,109381253,109381253,109381253,109381253,109381253,109381253,109381253,109381253,109381253,109381253,109381253,109381253,109381253,109381253,109381253,109381253,109381253,109381253,109381253,109381253,109381253,109381253,109381253,109381253,109381253,109381253,109381253,109381253,109381253,109381253,109381253,4294837893,109381253,109381253,109381253,109381253,109381253,190122837,190122837,190122837,190122837,190122837,190120139,13306709,190122837,190122837,190122837,190122837,190122837,190122837,190122837,190122837,190122837,190122837,190121597,190122837,4294839125,190122837,190185470,190122837,4294839125,190122837,190122837,190122837,190122837,190122837,190122837,190122837,190122837,190122837,190122837,190122837,190122837,190122837,190122837,190122837,190122837,190122837,190122837,190122837,190122837,190122837,190122837,190185470,190122837,190121605,190122837,190122837,190122837,190122837,190122837,190122837,190122837,190122837,190122837,190122837,190122837,190122837,4294839125,180882261,190122837,34734610,34734610,34734610,34734610,34734610,34734283,13304338,34734610,34734610,34734610,34734610,34734610,34734610,34734610,34734610,34734610,34734610,34734396,34734610,34144786,34734610,34735031,34734610,62390802,4294901758,4294901758,4294901758,4294901758,4294901758,34734610,34734610,34734610,4294836754,4294901758,4294901758,34799614,34734610,34734610,34734610,34734610,34734610,34734610,34734610,34734610,34734610,34734610,34735033,34734610,4294836754,4294901758,4294901758,34799614,34734610,34734610,34734610,34734610,34734610,34734610,34734610,34734610,34734610,4294836754,9241106,34734610,249302748,249302748,249302748,249302748,249302748,249300183,81202908,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249364478,249302748,144445148,249302748,249302750,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249301115,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249302748,34865684,34865684,34865684,34865684,34865684,34865355,13304340,34865684,34865684,34865684,34865684,34865684,34865684,34865684,34865684,34865684,34865684,34866106,34865684,46268948,34865684,34866107,34865684,62652948,4294901758,4294901758,4294901758,4294901758,4294901758,34865684,34865684,34865684,4294836756,4294901758,4294901758,34930686,34865684,34865684,34865684,34865684,34865684,34865684,34865684,34865684,34865684,34865684,34866109,34865684,4294837182,4294901758,4294901758,34930686,34865684,34865684,34865684,34865684,34865684,34865684,34865684,34865684,34865684,4294836756,4391444,34865684,109840012,109840012,109840012,109840012,109840012,109838539,13305484,109840012,109840012,109840012,109840012,109840012,109840012,109840012,109840012,109840012,109840012,109839585,109840012,62981772,109840012,109903870,109840012,204408460,109840012,109840012,109840012,109840012,109840012,109840012,109840012,109840012,109840012,109840012,109840012,109840012,109840012,109840012,109840012,109840012,109840012,109840012,109840012,109840012,109840012,109840012,109840741,109840012,109839679,109840012,109840012,109840012,109840012,109840012,109840012,109840012,109840012,109840012,109840012,109840012,109840012,4294837900,37881484,109840012,110036623,110036623,110036623,110036623,110036623,110035147,13305487,110036623,110036623,110036623,110036623,110036623,110036623,110036623,110036623,110036623,110036623,110035898,110036623,110626447,110036623,110100478,110036623,120260239,110036623,110036623,110036623,110036623,110036623,110036623,110036623,110036623,110036623,110036623,110036623,110036623,110036623,110036623,110036623,110036623,110036623,110036623,110036623,110036623,110036623,110036623,110037139,110036623,110035905,110036623,110036623,110036623,110036623,110036623,110036623,110036623,110036623,110036623,110036623,110036623,110036623,4294837903,68290191,110036623,190843744,190843744,190843744,190843744,190843744,190841035,13306720,190843744,190843744,190843744,190843744,190843744,190843744,190843744,190843744,190843744,190843744,190842493,190843744,4294839136,190843744,190906366,190843744,4294839136,190843744,190843744,190843744,190843744,190843744,190843744,190843744,190843744,190843744,190843744,190843744,190843744,190843744,190843744,190843744,190843744,190843744,190843744,190843744,190843744,190843744,190843744,190906366,190843744,190906366,190843744,190843744,190843744,190843744,190843744,190843744,190843744,190843744,190843744,190843744,190843744,190843744,4294839136,4393824,190843744,110102160,110102160,110102160,110102160,110102160,110100683,13305488,110102160,110102160,110102160,110102160,110102160,110102160,110102160,110102160,110102160,110102160,110100796,110102160,63637136,110102160,110102161,110102160,110233232,4294901758,4294901758,4294901758,4294901758,4294901758,110102160,110102160,110102160,4294837904,4294901758,4294901758,110166014,110102160,110102160,110102160,110102160,110102160,110102160,110102160,110102160,110102160,110102160,110102163,110102160,4294836754,4294901758,4294901758,110166014,110102160,110102160,110102160,110102160,110102160,110102160,110102160,110102160,110102160,4294837904,9242256,110102160,20971840,20971840,20971840,20971840,20971840,20971723,13304128,20971840,20971840,20971840,20971840,20971840,20971840,20971840,20971840,20971840,20971840,20971836,20971840,21102912,20971840,20972055,20971840,35127616,4294901758,4294901758,4294901758,4294901758,4294901758,20971840,20971840,20971840,4294836544,4294901758,4294901758,21037054,20971840,20971840,20971840,20971840,20971840,20971840,20971840,20971840,20971840,20971840,20972057,20971840,4294836544,4294901758,4294901758,21037054,20971840,20971840,20971840,20971840,20971840,20971840,20971840,20971840,20971840,4294836544,9240896,20971840,63308742,63308742,63308742,63308742,63308742,63307979,13304774,63308742,63308742,63308742,63308742,63308742,63308742,63308742,63308742,63308742,63308742,63308730,63308742,88015814,63308742,63309461,63308742,110494662,4294901758,4294901758,4294901758,4294901758,4294901758,63308742,63308742,63308742,4294837190,4294901758,4294901758,63373310,63308742,63308742,63308742,63308742,63308742,63308742,63308742,63308742,63308742,63308742,63309463,63308742,4294837912,4294901758,4294901758,63373310,63308742,63308742,63308742,63308742,63308742,63308742,63308742,63308742,63308742,4294837190,4391878,63308742,110626456,110626456,110626456,110626456,110626456,110624971,13305496,110626456,110626456,110626456,110626456,110626456,110626456,110626456,110626456,110626456,110626456,110626017,110626456,110036632,110626456,110690302,110626456,207554200,110626456,110626456,110626456,110626456,110626456,110626456,110626456,110626456,110626456,110626456,110626456,110626456,110626456,110626456,110626456,110626456,110626456,110626456,110626456,110626456,110626456,110626456,110626963,110626456,110625729,110626456,110626456,110626456,110626456,110626456,110626456,110626456,110626456,110626456,110626456,110626456,110626456,4294837912,67045016,110626456,191433577,191433577,191433577,191433577,191433577,191430859,13306729,191433577,191433577,191433577,191433577,191433577,191433577,191433577,191433577,191433577,191433577,191432317,191433577,4294839145,191433577,191496190,191433577,4294839145,191433577,191433577,191433577,191433577,191433577,191433577,191433577,191433577,191433577,191433577,191433577,191433577,191433577,191433577,191433577,191433577,191433577,191433577,191433577,191433577,191433577,191433577,191496190,191433577,191496190,191433577,191433577,191433577,191433577,191433577,191433577,191433577,191433577,191433577,191433577,191433577,191433577,4294839145,4393833,191433577,110691993,110691993,110691993,110691993,110691993,110690507,13305497,110691993,110691993,110691993,110691993,110691993,110691993,110691993,110691993,110691993,110691993,110690620,110691993,63637145,110691993,110691994,110691993,110823065,4294901758,4294901758,4294901758,4294901758,4294901758,110691993,110691993,110691993,4294837913,4294901758,4294901758,110755838,110691993,110691993,110691993,110691993,110691993,110691993,110691993,110691993,110691993,110691993,110691996,110691993,4294836754,4294901758,4294901758,110755838,110691993,110691993,110691993,110691993,110691993,110691993,110691993,110691993,110691993,4294837913,9242265,110691993,21102914,21102914,21102914,21102914,21102914,21102795,13304130,21102914,21102914,21102914,21102914,21102914,21102914,21102914,21102914,21102914,21102914,21102908,21102914,21102914,21102914,21103130,21102914,35324226,4294901758,4294901758,4294901758,4294901758,4294901758,21102914,21102914,21102914,4294836546,4294901758,4294901758,21168126,21102914,21102914,21102914,21102914,21102914,21102914,21102914,21102914,21102914,21102914,21103132,21102914,4294836544,4294901758,4294901758,21168126,21102914,21102914,21102914,21102914,21102914,21102914,21102914,21102914,21102914,4294836546,9240898,21102914,191761262,191761262,191761262,191761262,191761262,191758539,13306734,191761262,191761262,191761262,191761262,191761262,191761262,191761262,191761262,191761262,191761262,191759967,191761262,4294839150,191761262,191823870,191761262,4294839150,191761262,191761262,191761262,191761262,191761262,191761262,191761262,191761262,191761262,191761262,191761262,191761262,191761262,191761262,191761262,191761262,191761262,191761262,191761262,191761262,191761262,191761262,191823870,191761262,191823870,191761262,191761262,191761262,191761262,191761262,191761262,191761262,191761262,191761262,191761262,191761262,191761262,4294839150,4393838,191761262,63636427,63636427,63636427,63636427,63636427,63635659,13304779,63636427,63636427,63636427,63636427,63636427,63636427,63636427,63636427,63636427,63636427,63635772,63636427,63636427,63636427,63637150,63636427,111084491,4294901758,4294901758,4294901758,4294901758,4294901758,63636427,63636427,63636427,4294837195,4294901758,4294901758,63700990,63636427,63636427,63636427,63636427,63636427,63636427,63636427,63636427,63636427,63636427,63637152,63636427,4294836740,4294901758,4294901758,63700990,63636427,63636427,63636427,63636427,63636427,63636427,63636427,63636427,63636427,4294837195,9241547,63636427,111281826,111281826,111281826,111281826,111281826,111280331,13305506,111281826,111281826,111281826,111281826,111281826,111281826,111281826,111281826,111281826,111281826,111281060,111281826,189466274,111281826,111345662,111281826,63768226,111281826,111281826,111281826,111281826,111281826,111281826,111281826,111281826,111281826,111281826,111281826,111281826,111281826,111281826,111281826,111281826,111281826,111281826,111281826,111281826,111281826,111281826,111283059,111281826,111282290,111281826,111281826,111281826,111281826,111281826,111281826,111281826,111281826,111281826,111281826,111281826,111281826,4294837922,4392610,111281826,111281826,111281826,111281826,111281826,111281826,111281826,111281826,111281826,111281826,111281826,111281826,111281826,111281826,111281826,111281826,111281826,111281826,111281826,111281826,111281826,111281826,111283057,111281826,111281826,111281826,111281826,111281826,111281826,111281826,111281826,111281826,111281826,111281826,111281826,111281826,111281826,111281826,111281826,111281826,111281826,111281826,111281826,111281826,111281826,111281826,111281826,111281826,111281826,111281826,111281826,111281826,111281826,111281826,111281826,111281826,111281826,111281826,111281826,4294837922,111281826,111281826,111281826,111281826,111281826,63570890,63570890,63570890,63570890,63570890,63570123,13304778,63570890,63570890,63570890,63570890,63570890,63570890,63570890,63570890,63570890,63570890,63570124,63570890,63636426,63570890,63570892,63570890,63767498,4294901758,4294901758,4294901758,4294901758,4294901758,63570890,63570890,63570890,4294837194,4294901758,4294901758,63635454,63570890,63570890,63570890,63570890,63570890,63570890,63570890,63570890,63570890,63570890,63570894,63570890,4294836539,4294901758,4294901758,63635454,63570890,63570890,63570890,63570890,63570890,63570890,63570890,63570890,63570890,4294837194,9241546,63570890,192285558,192285558,192285558,192285558,192285558,192282827,13306742,192285558,192285558,192285558,192285558,192285558,192285558,192285558,192285558,192285558,192285558,192283120,192285558,112331638,192285558,192285559,192285558,192416630,192285558,192285558,192285558,192285558,192285558,192285558,192285558,192285558,192285558,192285558,192285558,192285558,192285558,192285558,192285558,192285558,192285558,192285558,192285558,192285558,192285558,192285558,192284316,192285558,192283519,192285558,192285558,192285558,192285558,192285558,192285558,192285558,192285558,192285558,192285558,192285558,192285558,4294839158,9243510,192285558,192285558,192285558,192285558,192285558,192285558,192282827,13306742,192285558,192285558,192285558,192285558,192285558,192285558,192285558,192285558,192285558,192285558,192283120,192285558,112331638,192285558,192348158,192285558,192416630,192285558,192285558,192285558,192285558,192285558,192285558,192285558,192285558,192285558,192285558,192285558,192285558,192285558,192285558,192285558,192285558,192285558,192285558,192285558,192285558,192285558,192285558,192284316,192285558,192283519,192285558,192285558,192285558,192285558,192285558,192285558,192285558,192285558,192285558,192285558,192285558,192285558,4294839158,9243510,192285558,35717665,35717665,35717665,35717665,35717665,35717323,13304353,35717665,35717665,35717665,35717665,35717665,35717665,35717665,35717665,35717665,35717665,35717616,35717665,35979809,35717665,35718096,35717665,64029217,4294901758,4294901758,4294901758,4294901758,4294901758,35717665,35717665,35717665,4294836769,4294901758,4294901758,35782654,35717665,35717665,35717665,35717665,35717665,35717665,35717665,35717665,35717665,35717665,35718098,35717665,4294836724,4294901758,4294901758,35782654,35717665,35717665,35717665,35717665,35717665,35717665,35717665,35717665,35717665,4294836769,9241121,35717665,111806122,111806122,111806122,111806122,111806122,111804619,13305514,111806122,111806122,111806122,111806122,111806122,111806122,111806122,111806122,111806122,111806122,111804912,111806122,112920234,111806122,111869950,111806122,192612010,111806122,111806122,111806122,111806122,111806122,111806122,111806122,111806122,111806122,111806122,111806122,111806122,111806122,111806122,111806122,111806122,111806122,111806122,111806122,111806122,111806122,111806122,111807356,111806122,111805292,111806122,111806122,111806122,111806122,111806122,111806122,111806122,111806122,111806122,111806122,111806122,111806122,4294837930,9242282,111806122,111806122,111806122,111806122,111806122,111806122,111869950,4294837930,111806122,111806122,111806122,111806122,111806122,111806122,111806122,111806122,111806122,111806122,111806119,111806122,112920234,111806122,111807354,111806122,192612010,111806122,111806122,111806122,111806122,111806122,111806122,111806122,111806122,111806122,111806122,111806122,111806122,111806122,111806122,111806122,111806122,111806122,111806122,111806122,111806122,111806122,111806122,111869950,111806122,111805292,111806122,111806122,111806122,111806122,111806122,111806122,111806122,111806122,111806122,4294837930,111806122,111806122,4294837930,9242282,111806122,111871659,111871659,111871659,111871659,111871659,111871659,111871659,111871659,111871659,111871659,111871659,111871659,111871659,111871659,111871659,111871659,111871659,111871659,111871659,111871659,111871659,111871659,111871659,111871659,111871659,111871659,111871659,111871659,111871659,111871659,111871659,111871659,111871659,111871659,111871659,111871659,111871659,111871659,111871659,111871659,111871659,111871659,111871659,111871659,111871659,111871659,111871659,111871659,111871659,111871659,111871659,111871659,111871659,111871659,111871659,111871659,111871659,111871659,4294837931,111871659,111871659,111871659,111871659,111871659,192809854,192809854,192809854,192809854,192809854,192807087,11471742,192809854,192809854,192809854,192809854,192809854,192809854,192809854,192809854,192809854,192809854,192872446,192809854,4294839166,192809854,192809854,192809854,4294839166,192809854,192809854,192809854,192809854,192809854,192809854,192809854,192809854,192809854,192809854,192809854,192809854,192809854,192809854,192809854,192809854,192809854,192809854,192809854,192809854,192809854,192809854,192872446,192809854,192872446,192809854,192809854,192809854,192809854,192809854,192809854,192809854,192809854,192809854,192809854,192809854,192809854,4294839166,4294839166,192809854,111937196,111937196,111937196,111937196,111937196,111935522,2229932,111937196,111937196,111937196,111937196,111937196,111937196,111937196,111937196,111937196,111937196,111936368,111937196,179308204,111937196,112001022,111937196,64226988,111937196,111937196,111937196,111937196,111937196,111937196,111937196,111937196,111937196,111937196,111937196,111937196,111937196,111937196,111937196,111937196,111937196,111937196,111937196,111937196,111937196,111937196,111938432,111937196,111938433,111937196,111937196,111937196,111937196,111937196,111937196,111937196,111937196,111937196,111937196,111937196,111937196,4294837932,4392620,111937196,111937196,111937196,111937196,111937196,111937196,111937196,111937196,111937196,111937196,111937196,111937196,111937196,111937196,111937196,111937196,111937196,111937196,111937196,111937196,111937196,111937196,111937196,111937196,111937196,111937196,111937196,111937196,111937196,111937196,111937196,111937196,111937196,111937196,111937196,111937196,111937196,111937196,111937196,111937196,111937196,111937196,111937196,111937196,111937196,111937196,111937196,111937196,111937196,111937196,111937196,111937196,111937196,111937196,111937196,111937196,111937196,111937196,111937196,4294837932,111937196,111937196,111937196,111937196,111937196,193006465,193006465,193006465,193006465,193006465,193003554,2231169,193006465,193006465,193006465,193006465,193006465,193006465,193006465,193006465,193006465,193006465,193006131,193006465,183110529,193006465,193006465,193006465,4294839169,193006465,193006465,193006465,193006465,193006465,193006465,193006465,193006465,193006465,193006465,193006465,193006465,193006465,193006465,193006465,193006465,193006465,193006465,193006465,193006465,193006465,193006465,193006279,193006465,193004408,193006465,193006465,193006465,193006465,193006465,193006465,193006465,193006465,193006465,193006465,193006465,193006465,4294839169,4294839169,193006465,64160723,64160723,64160723,64160723,64160723,64159778,2229203,64160723,64160723,64160723,64160723,64160723,64160723,64160723,64160723,64160723,64160723,64159943,64160723,36307923,64160723,64160723,64160723,64226259,4294901758,4294901758,4294901758,4294901758,4294901758,64160723,64160723,64160723,4294837203,4294901758,4294901758,64225278,64160723,64160723,64160723,64160723,64160723,64160723,64160723,64160723,64160723,64160723,64160725,64160723,4294836525,4294901758,4294901758,64225278,64160723,64160723,64160723,64160723,64160723,64160723,64160723,64160723,64160723,4294837203,9241555,64160723,112330418,112330418,112330418,112330418,112330418,112328907,13305522,112330418,112330418,112330418,112330418,112330418,112330418,112330418,112330418,112330418,112330418,112329020,112330418,112330418,112330418,112394238,112330418,193267378,112330418,112330418,112330418,112330418,112330418,112330418,112330418,112330418,112330418,112330418,112330418,112330418,112330418,112330418,112330418,112330418,112330418,112330418,112330418,112330418,112330418,112330418,112330400,112330418,112329220,112330418,112330418,112330418,112330418,112330418,112330418,112330418,112330418,112330418,112330418,112330418,112330418,4294837938,9242290,112330418,21496136,21496136,21496136,21496136,21496136,21496011,13304136,21496136,21496136,21496136,21496136,21496136,21496136,21496136,21496136,21496136,21496136,21496012,21496136,35979592,21496136,21496358,21496136,36110664,4294901758,4294901758,4294901758,4294901758,4294901758,21496136,21496136,21496136,4294836552,4294901758,4294901758,21561342,21496136,21496136,21496136,21496136,21496136,21496136,21496136,21496136,21496136,21496136,21496360,21496136,4294836433,4294901758,4294901758,21561342,21496136,21496136,21496136,21496136,21496136,21496136,21496136,21496136,21496136,4294836552,9240904,21496136,112592566,112592566,112592566,112592566,112592566,112591051,13305526,112592566,112592566,112592566,112592566,112592566,112592566,112592566,112592566,112592566,112592566,112591344,112592566,112920246,112592566,112656382,112592566,193529526,112592566,112592566,112592566,112592566,112592566,112592566,112592566,112592566,112592566,112592566,112592566,112592566,112592566,112592566,112592566,112592566,112592566,112592566,112592566,112592566,112592566,112592566,112593802,112592566,112591666,112592566,112592566,112592566,112592566,112592566,112592566,112592566,112592566,112592566,112592566,112592566,112592566,4294837942,9242294,112592566,112592566,112592566,112592566,112592566,112592566,112656382,4294837942,112592566,112592566,112592566,112592566,112592566,112592566,112592566,112592566,112592566,112592566,112592551,112592566,112920246,112592566,112593800,112592566,193529526,112592566,112592566,112592566,112592566,112592566,112592566,112592566,112592566,112592566,112592566,112592566,112592566,112592566,112592566,112592566,112592566,112592566,112592566,112592566,112592566,112592566,112592566,112656382,112592566,112591666,112592566,112592566,112592566,112592566,112592566,112592566,112592566,112592566,112592566,4294837942,112592566,112592566,4294837942,9242294,112592566,193661835,193661835,193661835,193661835,193661835,193659055,11471755,193661835,193661835,193661835,193661835,193661835,193661835,193661835,193661835,193661835,193661835,193660346,193661835,112659339,193661835,193661835,193661835,4294839179,193661835,193661835,193661835,193661835,193661835,193661835,193661835,193661835,193661835,193661835,193661835,193661835,193661835,193661835,193661835,193661835,193661835,193661835,193661835,193661835,193661835,193661835,193724414,193661835,193660455,193661835,193661835,193661835,193661835,193661835,193661835,193661835,193661835,193661835,193661835,193661835,193661835,4294839179,16780171,193661835,112658103,112658103,112658103,112658103,112658103,112658103,112658103,112658103,112658103,112658103,112658103,112658103,112658103,112658103,112658103,112658103,112658103,112658103,112658103,112658103,112658103,112658103,112658103,112658103,112658103,112658103,112658103,112658103,112658103,112658103,112658103,112658103,112658103,112658103,112658103,112658103,112658103,112658103,112658103,112658103,112658103,112658103,112658103,112658103,112658103,112658103,112658103,112658103,112658103,112658103,112658103,112658103,112658103,112658103,112658103,112658103,112658103,112658103,4294837943,112658103,112658103,112658103,112658103,112658103,193792909,193792909,193792909,193792909,193792909,193790127,11471757,193792909,193792909,193792909,193792909,193792909,193792909,193792909,193792909,193792909,193792909,193855486,193792909,4294839181,193792909,193792909,193792909,4294839181,193792909,193792909,193792909,193792909,193792909,193792909,193792909,193792909,193792909,193792909,193792909,193792909,193792909,193792909,193792909,193792909,193792909,193792909,193792909,193792909,193792909,193792909,193855486,193792909,193855486,193792909,193792909,193792909,193792909,193792909,193792909,193792909,193792909,193792909,193792909,193792909,193792909,4294839181,4294839181,193792909,193858446,193858446,193858446,193858446,193858446,193855522,2231182,193858446,193858446,193858446,193858446,193858446,193858446,193858446,193858446,193858446,193858446,193856965,193858446,112724878,193858446,193858446,193858446,4294839182,193858446,193858446,193858446,193858446,193858446,193858446,193858446,193858446,193858446,193858446,193858446,193858446,193858446,193858446,193858446,193858446,193858446,193858446,193858446,193858446,193858446,193858446,193921022,193858446,193857066,193858446,193858446,193858446,193858446,193858446,193858446,193858446,193858446,193858446,193858446,193858446,193858446,4294839182,4294839182,193858446,112723640,112723640,112723640,112723640,112723640,112721954,2229944,112723640,112723640,112723640,112723640,112723640,112723640,112723640,112723640,112723640,112723640,112722742,112723640,193857208,112723640,112787454,112723640,64816824,112723640,112723640,112723640,112723640,112723640,112723640,112723640,112723640,112723640,112723640,112723640,112723640,112723640,112723640,112723640,112723640,112723640,112723640,112723640,112723640,112723640,112723640,112724880,112723640,112724677,112723640,112723640,112723640,112723640,112723640,112723640,112723640,112723640,112723640,112723640,112723640,112723640,4294837944,4392632,112723640,112723640,112723640,112723640,112723640,112723640,112723640,112723640,112723640,112723640,112723640,112723640,112723640,112723640,112723640,112723640,112723640,112723640,112723640,112723640,112723640,112723640,112723640,112723640,112723640,112723640,112723640,112723640,112723640,112723640,112723640,112723640,112723640,112723640,112723640,112723640,112723640,112723640,112723640,112723640,112723640,112723640,112723640,112723640,112723640,112723640,112723640,112723640,112723640,112723640,112723640,112723640,112723640,112723640,112723640,112723640,112723640,112723640,112723640,4294837944,112723640,112723640,112723640,112723640,112723640,36307498,36307498,36307498,36307498,36307498,36306978,2228778,36307498,36307498,36307498,36307498,36307498,36307498,36307498,36307498,36307498,36307498,36307143,36307498,36307498,36307498,36307498,36307498,64815658,4294901758,4294901758,4294901758,4294901758,4294901758,36307498,36307498,36307498,4294836778,4294901758,4294901758,36372478,36307498,36307498,36307498,36307498,36307498,36307498,36307498,36307498,36307498,36307498,36307934,36307498,4294836513,4294901758,4294901758,36372478,36307498,36307498,36307498,36307498,36307498,36307498,36307498,36307498,36307498,4294836778,9241130,36307498,112920251,112920251,112920251,112920251,112920251,112918731,13305531,112920251,112920251,112920251,112920251,112920251,112920251,112920251,112920251,112920251,112920251,112918844,112920251,112920251,112920251,112984062,112920251,194184891,112920251,112920251,112920251,112920251,112920251,112920251,112920251,112920251,112920251,112920251,112920251,112920251,112920251,112920251,112920251,112920251,112920251,112920251,112920251,112920251,112920251,112920251,112920224,112920251,112919363,112920251,112920251,112920251,112920251,112920251,112920251,112920251,112920251,112920251,112920251,112920251,112920251,4294837947,9242299,112920251,194317205,194317205,194317205,194317205,194317205,194314443,13306773,194317205,194317205,194317205,194317205,194317205,194317205,194317205,194317205,194317205,194317205,194314636,194317205,4294839189,194317205,194379774,194317205,4294839189,194317205,194317205,194317205,194317205,194317205,194317205,194317205,194317205,194317205,194317205,194317205,194317205,194317205,194317205,194317205,194317205,194317205,194317205,194317205,194317205,194317205,194317205,194379774,194317205,194379774,194317205,194317205,194317205,194317205,194317205,194317205,194317205,194317205,194317205,194317205,194317205,194317205,4294839189,4393877,194317205,64947167,64947167,64947167,64947167,64947167,64946379,13304799,64947167,64947167,64947167,64947167,64947167,64947167,64947167,64947167,64947167,64947167,64946380,64947167,112919519,64947167,64947900,64947167,113050591,4294901758,4294901758,4294901758,4294901758,4294901758,64947167,64947167,64947167,4294837215,4294901758,4294901758,65011710,64947167,64947167,64947167,64947167,64947167,64947167,64947167,64947167,64947167,64947167,64947902,64947167,4294836698,4294901758,4294901758,65011710,64947167,64947167,64947167,64947167,64947167,64947167,64947167,64947167,64947167,4294837215,9241567,64947167,65012704,65012704,65012704,65012704,65012704,65077247,4294902752,65012704,65012704,65012704,65012704,65012704,65012704,65012704,65012704,65012704,65012704,65011887,65012704,65012704,65012704,65012704,65012704,65012704,4294901758,4294901758,4294901758,4294901758,4294901758,65012704,65012704,65012704,4294837216,4294901758,4294901758,65077246,65012704,65012704,65012704,65012704,65012704,65012704,65012704,65012704,65012704,65012704,65013439,65012704,4294837952,4294901758,4294901758,65077246,65012704,65012704,65012704,65012704,65012704,65012704,65012704,65012704,65012704,65012704,65012704,65012704,113247936,113247936,113247936,113247936,113247936,113246383,11470528,113247936,113247936,113247936,113247936,113247936,113247936,113247936,113247936,113247936,113247936,113247763,113247936,111871680,113247936,113311742,113247936,4294837952,113247936,113247936,113247936,113247936,113247936,113247936,113247936,113247936,113247936,113247936,113247936,113247936,113247936,113247936,113247936,113247936,113247936,113247936,113247936,113247936,113247936,113247936,113249178,113247936,113248996,113247936,113247936,113247936,113247936,113247936,113247936,113247936,113247936,113247936,113247936,113247936,113247936,4294837952,194709184,113247936,182717156,182717156,182717156,182717156,182717156,182717156,182717156,182717156,182717156,182717156,182717156,182717156,182717156,182717156,182717156,182717156,182717156,182717156,182717156,182717156,182717156,182717156,182717156,182717156,182717156,182717156,182717156,182717156,182717156,182717156,182717156,182717156,182717156,182717156,182717156,182717156,182717156,182717156,182717156,182717156,182717156,182717156,182717156,182717156,182717156,182717156,182717156,182717156,182717156,182717156,182717156,182717156,182717156,182717156,182717156,182717156,182717156,182717156,4294839012,182717156,182717156,182717156,182717156,182717156,8126588,8126588,8126588,8126588,8126588,8191999,4294901884,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126639,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8128191,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,8126588,65078241,65078241,65078241,65078241,65078241,65077282,2229217,65078241,65078241,65078241,65078241,65078241,65078241,65078241,65078241,65078241,65078241,65077723,65078241,102630369,65078241,65078241,65078241,113312737,4294901758,4294901758,4294901758,4294901758,4294901758,65078241,65078241,65078241,4294837217,4294901758,4294901758,65142782,65078241,65078241,65078241,65078241,65078241,65078241,65078241,65078241,65078241,65078241,65078978,65078241,4294837793,4294901758,4294901758,65142782,65078241,65078241,65078241,65078241,65078241,65078241,65078241,65078241,65078241,4294837217,4391905,65078241,36241961,36241961,36241961,36241961,36241961,36241442,2228777,36241961,36241961,36241961,36241961,36241961,36241961,36241961,36241961,36241961,36241961,36241544,36241961,36307497,36241961,36241961,36241961,36373033,4294901758,4294901758,4294901758,4294901758,4294901758,36241961,36241961,36241961,4294836777,4294901758,4294901758,36306942,36241961,36241961,36241961,36241961,36241961,36241961,36241961,36241961,36241961,36241961,36241964,36241961,4294836422,4294901758,4294901758,36306942,36241961,36241961,36241961,36241961,36241961,36241961,36241961,36241961,36241961,4294836777,9241129,36241961,21823821,21823821,21823821,21823821,21823821,21889023,4294902093,21823821,21823821,21823821,21823821,21823821,21823821,21823821,21823821,21823821,21823821,21823614,21823821,14025037,21823821,21823821,21823821,21823821,4294901758,4294901758,4294901758,4294901758,4294901758,21823821,21823821,21823821,4294836557,4294901758,4294901758,21889022,21823821,21823821,21823821,21823821,21823821,21823821,21823821,21823821,21823821,21823821,21824047,21823821,4294836784,4294901758,4294901758,21889022,21823821,21823821,21823821,21823821,21823821,21823821,21823821,21823821,21823821,21823821,21823821,21823821,93652373,93652373,93652373,93652373,93652373,93651308,23856533,93652373,93652373,93652373,93652373,93652373,93652373,93652373,93652373,93652373,93652373,93716478,93652373,166462869,93652373,93652373,93652373,93652373,93652373,93652373,93652373,93652373,93652373,93652373,93652373,93652373,93652373,93652373,93652373,93652373,93652373,93652373,93652373,93652373,93652373,93652373,93652373,93652373,93652373,93652373,93653485,93652373,93652373,93652373,93652373,93652373,93652373,93652373,93652373,93652373,93652373,93652373,93652373,93652373,93652373,93652373,93652373,93652373,195038112,195038112,195038112,195038112,195038112,195035521,25234336,195038112,195038112,195038112,195038112,195038112,195038112,195038112,195038112,195038112,195038112,195100670,195038112,114428832,195038112,195100670,195038112,4294839200,195038112,195038112,195038112,195038112,195038112,195038112,195038112,195038112,195038112,195038112,195038112,195038112,195038112,195038112,195038112,195038112,195038112,195038112,195038112,195038112,195038112,195038112,195100670,195038112,195100670,195038112,195038112,195038112,195038112,195038112,195038112,195038112,195038112,195038112,195038112,195038112,195038112,4294839200,42863520,195038112,65537000,65537000,65537000,65537000,65537000,65536175,11469800,65537000,65537000,65537000,65537000,65537000,65537000,65537000,65537000,65537000,65537000,65537552,65537000,36701160,65537000,65537000,65537000,113771496,4294901758,4294901758,4294901758,4294901758,4294901758,65537000,65537000,65537000,4294837224,4294901758,4294901758,65601534,65537000,65537000,65537000,65537000,65537000,65537000,65537000,65537000,65537000,65537000,65537737,65537000,4294837962,4294901758,4294901758,65601534,65537000,65537000,65537000,65537000,65537000,65537000,65537000,65537000,65537000,4294837224,16778216,65537000,113903306,113903306,113903306,113903306,113903306,113901743,11470538,113903306,113903306,113903306,113903306,113903306,113903306,113903306,113903306,113903306,113903306,113902567,113903306,104990410,113903306,113967102,113903306,4294837962,113903306,113903306,113903306,113903306,113903306,113903306,113903306,113903306,113903306,113903306,113903306,113903306,113903306,113903306,113903306,113903306,113903306,113903306,113903306,113903306,113903306,113903306,113904351,113903306,113902480,113903306,113903306,113903306,113903306,113903306,113903306,113903306,113903306,113903306,113903306,113903306,113903306,4294837962,195233482,113903306,233311720,233311720,233311720,233311720,233311720,233309307,75173352,233311720,233311720,233311720,233311720,233311720,233311720,233311720,233311720,233311720,233311720,233373694,233311720,133434856,233311720,233373694,233311720,233311720,233311720,233311720,233311720,233311720,233311720,233311720,233311720,233311720,233311720,233311720,233311720,233311720,233311720,233311720,233311720,233311720,233311720,233311720,233311720,233311720,233311720,233311720,233373694,233311720,233311720,233311720,233311720,233311720,233311720,233311720,233311720,233311720,233311720,233311720,233311720,233311720,233311720,233311720,233311720,233311720,195365797,195365797,195365797,195365797,195365797,195363984,76549029,195365797,195365797,195365797,195365797,195365797,195365797,195365797,195365797,195365797,195365797,195366382,195365797,113970085,195365797,195428350,195365797,4294839205,195365797,195365797,195365797,195365797,195365797,195365797,195365797,195365797,195365797,195365797,195365797,195365797,195365797,195365797,195365797,195365797,195365797,195365797,195365797,195365797,195365797,195365797,195428350,195365797,195428350,195365797,195365797,195365797,195365797,195365797,195365797,195365797,195365797,195365797,195365797,195365797,195365797,4294839205,16780197,195365797,113968843,113968843,113968843,113968843,113968843,113967489,25233099,113968843,113968843,113968843,113968843,113968843,113968843,113968843,113968843,113968843,113968843,113970084,113968843,195364555,113968843,113970086,113968843,4294837963,113968843,113968843,113968843,113968843,113968843,113968843,113968843,113968843,113968843,113968843,113968843,113968843,113968843,113968843,113968843,113968843,113968843,113968843,113968843,113968843,113968843,113968843,113970088,113968843,113970089,113968843,113968843,113968843,113968843,113968843,113968843,113968843,113968843,113968843,113968843,113968843,113968843,4294837963,195692235,113968843,196217778,196217778,196217778,196217778,196217778,196217778,196217778,196217778,196217778,196217778,196217778,196217778,196217778,196217778,196217778,196217778,196217778,196217778,196217778,196217778,196217778,196280318,196217778,196217778,196217778,196217778,196217778,196217778,196217778,196217778,196217778,196217778,196217778,196217778,196217778,196217778,196217778,196217778,196217778,196217778,196217778,196217778,196217778,196217778,196217778,196217778,196217778,196217778,196217778,196217778,196217778,196217778,196217778,196217778,196217778,196217778,196217778,196217778,4294839218,196217778,196217778,196217778,196217778,196217778,195627945,195627945,195627945,195627945,195627945,195625345,25234345,195627945,195627945,195627945,195627945,195627945,195627945,195627945,195627945,195627945,195627945,195627940,195627945,4294839209,195627945,195690494,195627945,4294839209,195627945,195627945,195627945,195627945,195627945,195627945,195627945,195627945,195627945,195627945,195627945,195627945,195627945,195627945,195627945,195627945,195627945,195627945,195627945,195627945,195627945,195627945,195627944,195627945,195626699,195627945,195627945,195627945,195627945,195627945,195627945,195627945,195627945,195627945,195627945,195627945,195627945,4294839209,4294839209,195627945,133761017,133761017,133761017,133761017,133761017,133760123,75171833,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,76548089,133761017,133762551,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133824510,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,195759019,195759019,195759019,195759019,195759019,195756207,11471787,195759019,195759019,195759019,195759019,195759019,195759019,195759019,195759019,195759019,195759019,195759020,195759019,195890091,195759019,195759019,195759019,114035627,195759019,195759019,195759019,195759019,195759019,195759019,195759019,195759019,195759019,195759019,195759019,195759019,195759019,195759019,195759019,195759019,195759019,195759019,195759019,195759019,195759019,195759019,195759023,195759019,195759019,195759019,195759019,195759019,195759019,195759019,195759019,195759019,195759019,195759019,195759019,195759019,195759019,4294839211,196086699,195759019,4294901758,4294901758,4294901758,4294901758,4294901758,4294836399,11534334,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,195890093,195890093,195890093,195890093,195890093,195887279,11471789,195890093,195890093,195890093,195890093,195890093,195890093,195890093,195890093,195890093,195890093,195952638,195890093,195759021,195890093,195890093,195890093,4294839213,195890093,195890093,195890093,195890093,195890093,195890093,195890093,195890093,195890093,195890093,195890093,195890093,195890093,195890093,195890093,195890093,195890093,195890093,195890093,195890093,195890093,195890093,195952638,195890093,195888876,195890093,195890093,195890093,195890093,195890093,195890093,195890093,195890093,195890093,195890093,195890093,195890093,4294839213,16780205,195890093,195955630,195955630,195955630,195955630,195955630,195953808,76549038,195955630,195955630,195955630,195955630,195955630,195955630,195955630,195955630,195955630,195955630,196018174,195955630,4294839214,195955630,196018174,195955630,4294839214,195955630,195955630,195955630,195955630,195955630,195955630,195955630,195955630,195955630,195955630,195955630,195955630,195955630,195955630,195955630,195955630,195955630,195955630,195955630,195955630,195955630,195955630,196018174,195955630,196018174,195955630,195955630,195955630,195955630,195955630,195955630,195955630,195955630,195955630,195955630,195955630,195955630,4294839214,196086702,195955630,200477683,200477683,200477683,200477683,200477683,200475627,65735667,200477683,200477683,200477683,200477683,200477683,200477683,200477683,200477683,200477683,200477683,200540158,200477683,200477683,200477683,200477683,200477683,196283379,200477683,200477683,200477683,200477683,200477683,200477683,200477683,200477683,200477683,200477683,200477683,200477683,200477683,200477683,200477683,200477683,200477683,200477683,200477683,200477683,200477683,200477683,200540158,200477683,200477683,200477683,200477683,200477683,200477683,200477683,200477683,200477683,200477683,200477683,4294839283,200477683,200477683,4294839283,4294839283,200477683,4294901758,4294901758,4294901758,4294901758,4294901758,4294836399,11534334,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294839212,4294901758,4294901758,4294901758,4294901758,4294901758,170786814,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294839215,4294901758,4294839211,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,65733611,65733611,65733611,65733611,65733611,65732783,11469803,65733611,65733611,65733611,65733611,65733611,65733611,65733611,65733611,65733611,65733611,65733607,65733611,59769835,65733611,65733611,65733611,114164715,4294901758,4294901758,4294901758,4294901758,4294901758,65733611,65733611,65733611,4294837227,4294901758,4294901758,65798142,65733611,65733611,65733611,65733611,65733611,65733611,65733611,65733611,65733611,65733611,65733610,65733611,4294836784,4294901758,4294901758,65798142,65733611,65733611,65733611,65733611,65733611,65733611,65733611,65733611,65733611,4294837227,114230251,65733611,196217778,196217778,196217778,196217778,196217778,196215169,25234354,196217778,196217778,196217778,196217778,196217778,196217778,196217778,196217778,196217778,196217778,196217764,196217778,198904754,196217778,196280318,196217778,4294839218,196217778,196217778,196217778,196217778,196217778,196217778,196217778,196217778,196217778,196217778,196217778,196217778,196217778,196217778,196217778,196217778,196217778,196217778,196217778,196217778,196217778,196217778,196217768,196217778,196280318,196217778,196217778,196217778,196217778,196217778,196217778,196217778,196217778,196217778,196217778,196217778,196217778,4294839218,4294839218,196217778,200477683,200477683,200477683,200477683,200477683,200474799,11471859,200477683,200477683,200477683,200477683,200477683,200477683,200477683,200477683,200477683,200477683,200477612,200477683,199756787,200477683,200540158,200477683,196283379,200477683,200477683,200477683,200477683,200477683,200477683,200477683,200477683,200477683,200477683,200477683,200477683,200477683,200477683,200477683,200477683,200477683,200477683,200477683,200477683,200477683,200477683,200477615,200477683,200540158,200477683,200477683,200477683,200477683,200477683,200477683,200477683,200477683,200477683,200477683,200477683,200477683,4294839283,4294839283,200477683,65864685,65864685,65864685,65864685,65864685,65864827,75170797,65864685,65864685,65864685,65864685,65864685,65864685,65864685,65864685,65864685,65864685,65864329,65864685,36766701,65864685,65865424,65864685,65864685,4294901758,4294901758,4294901758,4294901758,4294901758,65864685,65864685,65864685,4294837229,4294901758,4294901758,65929214,65864685,65864685,65864685,65864685,65864685,65864685,65864685,65864685,65864685,65864685,65865425,65864685,4294837970,4294901758,4294901758,65929214,65864685,65864685,65864685,65864685,65864685,65864685,65864685,65864685,65864685,65864685,65864685,65864685,4294901758,4294901758,4294901758,4294901758,4294901758,4294837371,75235326,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,170983422,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,114427602,114427602,114427602,114427602,114427602,114426241,25233106,114427602,114427602,114427602,114427602,114427602,114427602,114427602,114427602,114427602,114427602,114428853,114427602,195036882,114427602,114428854,114427602,4294837970,114427602,114427602,114427602,114427602,114427602,114427602,114427602,114427602,114427602,114427602,114427602,114427602,114427602,114427602,114427602,114427602,114427602,114427602,114427602,114427602,114427602,114427602,114428856,114427602,114428857,114427602,114427602,114427602,114427602,114427602,114427602,114427602,114427602,114427602,114427602,114427602,114427602,4294837970,196740818,114427602,196676537,196676537,196676537,196676537,196676537,196676537,196676537,196676537,196676537,196676537,196676537,196676537,196676537,196676537,196676537,196676537,196676537,196676537,196676537,196676537,196676537,196739070,196676537,196676537,196676537,196676537,196676537,196676537,196676537,196676537,196676537,196676537,196676537,196676537,196676537,196676537,196676537,196676537,196676537,196676537,196676537,196676537,196676537,196676537,196676537,196676537,196676537,196676537,196676537,196676537,196676537,196676537,196676537,196676537,196676537,196676537,196676537,196676537,4294839225,196676537,196676537,196676537,196676537,196676537,196676537,196676537,196676537,196676537,196676537,196673921,25234361,196676537,196676537,196676537,196676537,196676537,196676537,196676537,196676537,196676537,196676537,196676533,196676537,182193081,196676537,196739070,196676537,4294839225,196676537,196676537,196676537,196676537,196676537,196676537,196676537,196676537,196676537,196676537,196676537,196676537,196676537,196676537,196676537,196676537,196676537,196676537,196676537,196676537,196676537,196676537,196676536,196676537,196675282,196676537,196676537,196676537,196676537,196676537,196676537,196676537,196676537,196676537,196676537,196676537,196676537,4294839225,4294839225,196676537,42533513,42533513,42533513,42533513,42533513,42534011,75170441,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,25232009,42533513,42534015,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42534609,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,196807611,196807611,196807611,196807611,196807611,196805755,75172795,196807611,196807611,196807611,196807611,196807611,196807611,196807611,196807611,196807611,196807611,196806649,196807611,134548411,196807611,196870142,196807611,196807611,196807611,196807611,196807611,196807611,196807611,196807611,196807611,196807611,196807611,196807611,196807611,196807611,196807611,196807611,196807611,196807611,196807611,196807611,196807611,196807611,196807611,196807611,196870142,196807611,196806347,196807611,196807611,196807611,196807611,196807611,196807611,196807611,196807611,196807611,196807611,196807611,196807611,196807611,196807611,196807611,4294901758,4294901758,4294901758,4294901758,4294901758,4294837392,76611582,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294839802,4294901758,4294901758,4294901758,4294901758,4294901758,115343358,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294839806,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,16842750,4294901758,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134548412,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134547461,4294838277,134547461,134547461,134547461,134547461,134547461,197069759,197069759,197069759,197069759,197069759,197067137,25234367,197069759,197069759,197069759,197069759,197069759,197069759,197069759,197069759,197069759,197069759,197070342,197069759,197069759,197069759,197132286,197069759,4294839231,197069759,197069759,197069759,197069759,197069759,197069759,197069759,197069759,197069759,197069759,197069759,197069759,197069759,197069759,197069759,197069759,197069759,197069759,197069759,197069759,197069759,197069759,197132286,197069759,197070346,197069759,197069759,197069759,197069759,197069759,197069759,197069759,197069759,197069759,197069759,197069759,197069759,4294839231,134482879,197069759,134416387,134416387,134416387,134416387,134416387,134414721,25233411,134416387,134416387,134416387,134416387,134416387,134416387,134416387,134416387,134416387,134416387,134416383,134416387,197068803,134416387,134417344,134416387,4294838275,134416387,134416387,134416387,134416387,134416387,134416387,134416387,134416387,134416387,134416387,134416387,134416387,134416387,134416387,134416387,134416387,134416387,134416387,134416387,134416387,134416387,134416387,134417345,134416387,134416387,134416387,134416387,134416387,134416387,134416387,134416387,134416387,134416387,134416387,134416387,134416387,134416387,4294838275,134481923,134416387,134416387,134416387,134416387,134416387,134416387,134414897,36767747,134416387,134416387,134416387,134416387,134416387,134416387,134416387,134416387,134416387,134416387,134479870,134416387,197068803,134416387,134417344,134416387,114558979,134416387,134416387,134416387,134416387,134416387,134416387,134416387,134416387,134416387,134416387,134416387,134416387,134416387,134416387,134416387,134416387,134416387,134416387,134416387,134416387,134416387,134416387,134479870,134416387,134416387,134416387,134416387,134416387,134416387,134416387,134416387,134416387,134416387,134416387,4294838275,134416387,134416387,4294838275,134481923,134416387,36766257,36766257,36766257,36766257,36766257,36766081,25231921,36766257,36766257,36766257,36766257,36766257,36766257,36766257,36766257,36766257,36766257,36766344,36766257,65864241,36766257,36766702,36766257,65995313,4294901758,4294901758,4294901758,4294901758,4294901758,36766257,36766257,36766257,4294836785,4294901758,4294901758,36831230,36766257,36766257,36766257,36766257,36766257,36766257,36766257,36766257,36766257,36766257,36766704,36766257,4294837233,4294901758,4294901758,36831230,36766257,36766257,36766257,36766257,36766257,36766257,36766257,36766257,36766257,4294836785,42861105,36766257,114689750,114689750,114689750,114689750,114689750,114689147,75171542,114689750,114689750,114689750,114689750,114689750,114689750,114689750,114689750,114689750,114689750,114688649,114689750,66127574,114689750,114691011,114689750,4294837974,114689750,114689750,114689750,114689750,114689750,114689750,114689750,114689750,114689750,114689750,114689750,114689750,114689750,114689750,114689750,114689750,114689750,114689750,114689750,114689750,114689750,114689750,114691012,114689750,114690780,114689750,114689750,114689750,114689750,114689750,114689750,114689750,114689750,114689750,114689750,114689750,114689750,114689750,114689750,114689750,114689750,114689750,114689750,114689750,114689750,114689750,114689750,114689750,114689750,114689750,114689750,114689750,114689750,114689750,114689750,114689750,114689750,114689750,114689750,114689750,114689750,114691011,114689750,114689750,114689750,114689750,114689750,114689750,114689750,114689750,114689750,114689750,114689750,114689750,114689750,114689750,114689750,114689750,114689750,114689750,114689750,114689750,114689750,114689750,114689750,114689750,114689750,114689750,114689750,114689750,114689750,114689750,114689750,114689750,114689750,114689750,114689750,114689750,4294837974,114689750,114689750,114689750,114689750,114689750,134547461,134547461,134547461,134547461,134547461,134546576,76548101,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134547448,134547461,196806661,134547461,134548412,134547461,4294838277,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134548414,134547461,134546422,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134547461,4294838277,16779269,134547461,4294901758,4294901758,4294901758,4294901758,4294901758,4294836609,25296894,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294838271,4294901758,4294901758,4294901758,4294901758,4294901758,197591038,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,66126833,66126833,66126833,66126833,66126833,66126209,25232369,66126833,66126833,66126833,66126833,66126833,66126833,66126833,66126833,66126833,66126833,66126472,66126833,114689009,66126833,66127575,66126833,114820081,4294901758,4294901758,4294901758,4294901758,4294901758,66126833,66126833,66126833,4294837233,4294901758,4294901758,66191358,66126833,66126833,66126833,66126833,66126833,66126833,66126833,66126833,66126833,66126833,66127577,66126833,4294836785,4294901758,4294901758,66191358,66126833,66126833,66126833,66126833,66126833,66126833,66126833,66126833,66126833,4294837233,114951153,66126833,197659592,197659592,197659592,197659592,197659592,197657744,76549064,197659592,197659592,197659592,197659592,197659592,197659592,197659592,197659592,197659592,197659592,197660199,197659592,115149768,197659592,197722110,197659592,4294839240,197659592,197659592,197659592,197659592,197659592,197659592,197659592,197659592,197659592,197659592,197659592,197659592,197659592,197659592,197659592,197659592,197659592,197659592,197659592,197659592,197659592,197659592,197722110,197659592,197660203,197659592,197659592,197659592,197659592,197659592,197659592,197659592,197659592,197659592,197659592,197659592,197659592,4294839240,43322312,197659592,4294901758,4294901758,4294901758,4294901758,4294901758,4294836399,11534334,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294838290,4294901758,198508542,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294838293,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,43384830,4294901758,66192370,66192370,66192370,66192370,66192370,66191535,11469810,66192370,66192370,66192370,66192370,66192370,66192370,66192370,66192370,66192370,66192370,66192524,66192370,66192370,66192370,66192370,66192370,115016690,4294901758,4294901758,4294901758,4294901758,4294901758,66192370,66192370,66192370,4294837234,4294901758,4294901758,66256894,66192370,66192370,66192370,66192370,66192370,66192370,66192370,66192370,66192370,66192370,66193116,66192370,4294837391,4294901758,4294901758,66256894,66192370,66192370,66192370,66192370,66192370,66192370,66192370,66192370,66192370,4294837234,43320306,66192370,115148509,115148509,115148509,115148509,115148509,115147920,76547805,115148509,115148509,115148509,115148509,115148509,115148509,115148509,115148509,115148509,115148509,115148835,115148509,115148509,115148509,115212286,115148509,197986013,115148509,115148509,115148509,115148509,115148509,115148509,115148509,115148509,115148509,115148509,115148509,115148509,115148509,115148509,115148509,115148509,115148509,115148509,115148509,115148509,115148509,115148509,115149774,115148509,115148839,115148509,115148509,115148509,115148509,115148509,115148509,115148509,115148509,115148509,115148509,115148509,115148509,4294837981,43321053,115148509,136906793,136906793,136906793,136906793,136906793,136970238,4294838313,136906793,136906793,136906793,136906793,136906793,136906793,136906793,136906793,136906793,136906793,136970238,136906793,136906793,136906793,136908364,136906793,239929385,136906793,136906793,136906793,136906793,136906793,136906793,136906793,136906793,136906793,136906793,136906793,136906793,136906793,136906793,136906793,136906793,136906793,136906793,136906793,136906793,136906793,136906793,136970238,136906793,136906791,136906793,136906793,136906793,136906793,136906793,136906793,136906793,136906793,136906793,4294838313,136906793,136906793,4294838313,43321385,136906793,4294901758,4294901758,4294901758,4294901758,4294901758,4294837392,76611582,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294838301,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294838306,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,43384830,4294901758,66257907,66257907,66257907,66257907,66257907,66258064,76547059,66257907,66257907,66257907,66257907,66257907,66257907,66257907,66257907,66257907,66257907,66258065,66257907,115147763,66257907,66258654,66257907,115278835,4294901758,4294901758,4294901758,4294901758,4294901758,66257907,66257907,66257907,4294837235,4294901758,4294901758,66322430,66257907,66257907,66257907,66257907,66257907,66257907,66257907,66257907,66257907,66257907,66258656,66257907,4294837398,4294901758,4294901758,66322430,66257907,66257907,66257907,66257907,66257907,66257907,66257907,66257907,66257907,4294837235,43320307,66257907,198380499,198380499,198380499,198380499,198380499,198377647,11471827,198380499,198380499,198380499,198380499,198380499,198380499,198380499,198380499,198380499,198380499,198378128,198380499,198446035,198380499,198380499,198380499,198511571,198380499,198380499,198380499,198380499,198380499,198380499,198380499,198380499,198380499,198380499,198380499,198380499,198380499,198380499,198380499,198380499,198380499,198380499,198380499,198380499,198380499,198380499,198380502,198380499,198378635,198380499,198380499,198380499,198380499,198380499,198380499,198380499,198380499,198380499,198380499,198380499,198380499,4294839251,43322323,198380499,198446036,198446036,198446036,198446036,198446036,198443183,11471828,198446036,198446036,198446036,198446036,198446036,198446036,198446036,198446036,198446036,198446036,198444172,198446036,198446036,198446036,198446036,198446036,4294839252,198446036,198446036,198446036,198446036,198446036,198446036,198446036,198446036,198446036,198446036,198446036,198446036,198446036,198446036,198446036,198446036,198446036,198446036,198446036,198446036,198446036,198446036,198508542,198446036,198445066,198446036,198446036,198446036,198446036,198446036,198446036,198446036,198446036,198446036,198446036,198446036,198446036,4294839252,43322324,198446036,198380499,198380499,198380499,198380499,198380499,198377647,11471827,198380499,198380499,198380499,198380499,198380499,198380499,198380499,198380499,198380499,198380499,198378128,198380499,198446035,198380499,198443006,198380499,198511571,198380499,198380499,198380499,198380499,198380499,198380499,198380499,198380499,198380499,198380499,198380499,198380499,198380499,198380499,198380499,198380499,198380499,198380499,198380499,198380499,198380499,198380499,198380502,198380499,198378635,198380499,198380499,198380499,198380499,198380499,198380499,198380499,198380499,198380499,198380499,198380499,198380499,4294839251,43322323,198380499,198380499,198380499,198380499,198380499,198380499,198380427,193661907,198380499,198380499,198380499,198380499,198380499,198380499,198380499,198380499,198380499,198380499,198379233,198380499,198446035,198380499,198380499,198380499,198511571,198380499,198380499,198380499,198380499,198380499,198380499,198380499,198380499,198380499,198380499,198380499,198380499,198380499,198380499,198380499,198380499,198380499,198380499,198380499,198380499,198380499,198380499,198443006,198380499,198378635,198380499,198380499,198380499,198380499,198380499,198380499,198380499,198380499,198380499,4294839251,198380499,198380499,4294839251,43322323,198380499,43254420,43254420,43254420,43254420,43254420,43253935,11469460,43254420,43254420,43254420,43254420,43254420,43254420,43254420,43254420,43254420,43254420,43254416,43254420,66192020,43254420,43254420,43254420,36831892,4294901758,4294901758,4294901758,4294901758,4294901758,43254420,43254420,43254420,4294836884,4294901758,4294901758,43319294,43254420,43254420,43254420,43254420,43254420,43254420,43254420,43254420,43254420,43254420,43254772,43254420,4294836884,4294901758,4294901758,43319294,43254420,43254420,43254420,43254420,43254420,43254420,43254420,43254420,43254420,4294836884,43319956,43254420,115672805,115672805,115672805,115672805,115672805,115672187,75171557,115672805,115672805,115672805,115672805,115672805,115672805,115672805,115672805,115672805,115672805,115671689,115672805,66455269,115672805,115674073,115672805,4294837989,115672805,115672805,115672805,115672805,115672805,115672805,115672805,115672805,115672805,115672805,115672805,115672805,115672805,115672805,115672805,115672805,115672805,115672805,115672805,115672805,115672805,115672805,115674074,115672805,115674075,115672805,115672805,115672805,115672805,115672805,115672805,115672805,115672805,115672805,115672805,115672805,115672805,115672805,115672805,115672805,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,198904795,198904795,198904795,198904795,198904795,198902928,76549083,198904795,198904795,198904795,198904795,198904795,198904795,198904795,198904795,198904795,198904795,198905326,198904795,196217819,198904795,198967294,198904795,4294839259,198904795,198904795,198904795,198904795,198904795,198904795,198904795,198904795,198904795,198904795,198904795,198904795,198904795,198904795,198904795,198904795,198904795,198904795,198904795,198904795,198904795,198904795,198967294,198904795,198967294,198904795,198904795,198904795,198904795,198904795,198904795,198904795,198904795,198904795,198904795,198904795,198904795,4294839259,16780251,198904795,199429091,199429091,199429091,199429091,199429091,199427216,76549091,199429091,199429091,199429091,199429091,199429091,199429091,199429091,199429091,199429091,199429091,199428088,199429091,4294839267,199429091,199491582,199429091,4294839267,199429091,199429091,199429091,199429091,199429091,199429091,199429091,199429091,199429091,199429091,199429091,199429091,199429091,199429091,199429091,199429091,199429091,199429091,199429091,199429091,199429091,199429091,199491582,199429091,199427817,199429091,199429091,199429091,199429091,199429091,199429091,199429091,199429091,199429091,199429091,199429091,199429091,4294839267,37096419,199429091,234753534,234753534,234753534,234753534,234753534,234750337,25234942,234753534,234753534,234753534,234753534,234753534,234753534,234753534,234753534,234753534,234753534,234751999,234753534,4294839806,234753534,234815486,234753534,199036414,234753534,234753534,234753534,234753534,234753534,234753534,234753534,234753534,234753534,234753534,234753534,234753534,234753534,234753534,234753534,234753534,234753534,234753534,234753534,234753534,234753534,234753534,234815486,234753534,234815486,234753534,234753534,234753534,234753534,234753534,234753534,234753534,234753534,234753534,234753534,234753534,234753534,4294839806,4294839806,234753534,66454518,66454518,66454518,66454518,66454518,66453889,25232374,66454518,66454518,66454518,66454518,66454518,66454518,66454518,66454518,66454518,66454518,66454152,66454518,115672054,66454518,66455270,66454518,115803126,4294901758,4294901758,4294901758,4294901758,4294901758,66454518,66454518,66454518,4294837238,4294901758,4294901758,66519038,66454518,66454518,66454518,66454518,66454518,66454518,66454518,66454518,66454518,66454518,66455272,66454518,4294837993,4294901758,4294901758,66519038,66454518,66454518,66454518,66454518,66454518,66454518,66454518,66454518,66454518,4294837238,115999734,66454518,199166943,199166943,199166943,199166943,199166943,199165051,75172831,199166943,199166943,199166943,199166943,199166943,199166943,199166943,199166943,199166943,199166943,199165945,199166943,115936223,199166943,199229438,199166943,199166943,199166943,199166943,199166943,199166943,199166943,199166943,199166943,199166943,199166943,199166943,199166943,199166943,199166943,199166943,199166943,199166943,199166943,199166943,199166943,199166943,199166943,199166943,199229438,199166943,199229438,199166943,199166943,199166943,199166943,199166943,199166943,199166943,199166943,199166943,199166943,199166943,199166943,199166943,199166943,199166943,115934953,115934953,115934953,115934953,115934953,115934352,76547817,115934953,115934953,115934953,115934953,115934953,115934953,115934953,115934953,115934953,115934953,115935224,115934953,199165673,115934953,115998718,115934953,137037545,115934953,115934953,115934953,115934953,115934953,115934953,115934953,115934953,115934953,115934953,115934953,115934953,115934953,115934953,115934953,115934953,115934953,115934953,115934953,115934953,115934953,115934953,115936226,115934953,115936227,115934953,115934953,115934953,115934953,115934953,115934953,115934953,115934953,115934953,115934953,115934953,115934953,4294837993,16778985,115934953,115934953,115934953,115934953,115934953,115934953,115934953,115934953,115934953,115934953,115934953,115934953,115934953,115934953,115934953,115934953,115934953,115934953,115934953,115934953,115934953,115934953,115936224,115934953,115934953,115934953,115934953,115934953,115934953,115934953,115934953,115934953,115934953,115934953,115934953,115934953,115934953,115934953,115934953,115934953,115934953,115934953,115934953,115934953,115934953,115934953,115934953,115934953,115934953,115934953,115934953,115934953,115934953,115934953,115934953,115934953,115934953,115934953,115934953,4294837993,115934953,115934953,115934953,115934953,115934953,134023165,134023165,134023165,134023165,134023165,134022267,75171837,134023165,134023165,134023165,134023165,134023165,134023165,134023165,134023165,134023165,134023165,134022267,134023165,134023165,134023165,134024164,134023165,199428093,134023165,134023165,134023165,134023165,134023165,134023165,134023165,134023165,134023165,134023165,134023165,134023165,134023165,134023165,134023165,134023165,134023165,134023165,134023165,134023165,134023165,134023165,134024165,134023165,134022889,134023165,134023165,134023165,134023165,134023165,134023165,134023165,134023165,134023165,134023165,134023165,134023165,134023165,134023165,134023165,134023165,134023165,134023165,134023165,134023165,134023165,134023165,134023165,134023165,134023165,134023165,134023165,134023165,134023165,134023165,134023165,134023165,134023165,134023165,134023165,134023165,134024164,134023165,134023165,134023165,134023165,134023165,134023165,134023165,134023165,134023165,134023165,134023165,134023165,134023165,134023165,134023165,134023165,134023165,134023165,134023165,134023165,134023165,134023165,134023165,134023165,134023165,134023165,134023165,134023165,134023165,134023165,134023165,134023165,134023165,134023165,134023165,134023165,4294838269,134023165,134023165,134023165,134023165,134023165,116131564,116131564,116131564,116131564,116131564,116129967,11470572,116131564,116131564,116131564,116131564,116131564,116131564,116131564,116131564,116131564,116131564,116130956,116131564,116131564,116131564,116195326,116131564,199624428,116131564,116131564,116131564,116131564,116131564,116131564,116131564,116131564,116131564,116131564,116131564,116131564,116131564,116131564,116131564,116131564,116131564,116131564,116131564,116131564,116131564,116131564,116132839,116131564,116132840,116131564,116131564,116131564,116131564,116131564,116131564,116131564,116131564,116131564,116131564,116131564,116131564,4294837996,199821036,116131564,4294901758,4294901758,4294901758,4294901758,4294901758,4294837962,113967102,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,199756776,199756776,199756776,199756776,199756776,199753903,11471848,199756776,199756776,199756776,199756776,199756776,199756776,199756776,199756776,199756776,199756776,199819262,199756776,200477672,199756776,199756776,199756776,4294839272,199756776,199756776,199756776,199756776,199756776,199756776,199756776,199756776,199756776,199756776,199756776,199756776,199756776,199756776,199756776,199756776,199756776,199756776,199756776,199756776,199756776,199756776,199819262,199756776,199819262,199756776,199756776,199756776,199756776,199756776,199756776,199756776,199756776,199756776,199756776,199756776,199756776,4294839272,16780264,199756776,116066027,116066027,116066027,116066027,116066027,116064431,11470571,116066027,116066027,116066027,116066027,116066027,116066027,116066027,116066027,116066027,116066027,116064912,116066027,116131563,116066027,116066027,116066027,66520811,116066027,116066027,116066027,116066027,116066027,116066027,116066027,116066027,116066027,116066027,116066027,116066027,116066027,116066027,116066027,116066027,116066027,116066027,116066027,116066027,116066027,116066027,116067303,116066027,116066031,116066027,116066027,116066027,116066027,116066027,116066027,116066027,116066027,116066027,116066027,116066027,116066027,4294837995,116393707,116066027,199887850,199887850,199887850,199887850,199887850,199885968,76549098,199887850,199887850,199887850,199887850,199887850,199887850,199887850,199887850,199887850,199887850,199886883,199887850,199887850,199887850,199950334,199887850,4294839274,199887850,199887850,199887850,199887850,199887850,199887850,199887850,199887850,199887850,199887850,199887850,199887850,199887850,199887850,199887850,199887850,199887850,199887850,199887850,199887850,199887850,199887850,199950334,199887850,199950334,199887850,199887850,199887850,199887850,199887850,199887850,199887850,199887850,199887850,199887850,199887850,199887850,4294839274,199822314,199887850,116197101,116197101,116197101,116197101,116197101,116196496,76547821,116197101,116197101,116197101,116197101,116197101,116197101,116197101,116197101,116197101,116197101,116196497,116197101,199886573,116197101,116260862,116197101,200017645,116197101,116197101,116197101,116197101,116197101,116197101,116197101,116197101,116197101,116197101,116197101,116197101,116197101,116197101,116197101,116197101,116197101,116197101,116197101,116197101,116197101,116197101,116198381,116197101,116198382,116197101,116197101,116197101,116197101,116197101,116197101,116197101,116197101,116197101,116197101,116197101,116197101,4294837997,116393709,116197101,116197101,116197101,116197101,116197101,116197101,116198371,199427821,116197101,116197101,116197101,116197101,116197101,116197101,116197101,116197101,116197101,116197101,116260862,116197101,199886573,116197101,116198379,116197101,200017645,116197101,116197101,116197101,116197101,116197101,116197101,116197101,116197101,116197101,116197101,116197101,116197101,116197101,116197101,116197101,116197101,116197101,116197101,116197101,116197101,116197101,116197101,116260862,116197101,116197101,116197101,116197101,116197101,116197101,116197101,116197101,116197101,116197101,116197101,4294837997,116197101,116197101,4294837997,116393709,116197101,200149998,200149998,200149998,200149998,200149998,200148112,76549102,200149998,200149998,200149998,200149998,200149998,200149998,200149998,200149998,200149998,200149998,200212478,200149998,4294839278,200149998,200212478,200149998,4294839278,200149998,200149998,200149998,200149998,200149998,200149998,200149998,200149998,200149998,200149998,200149998,200149998,200149998,200149998,200149998,200149998,200149998,200149998,200149998,200149998,200149998,200149998,200212478,200149998,200212478,200149998,200149998,200149998,200149998,200149998,200149998,200149998,200149998,200149998,200149998,200149998,200149998,4294839278,16780270,200149998,4294901758,4294901758,4294901758,4294901758,4294901758,4294836399,11534334,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294837383,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,116066027,116066027,116066027,116066027,116066027,116064431,11470571,116066027,116066027,116066027,116066027,116066027,116066027,116066027,116066027,116066027,116066027,116064912,116066027,116131563,116066027,116066027,116066027,66520811,4294901758,4294901758,4294901758,4294901758,4294901758,116066027,116066027,116066027,4294837995,4294901758,4294901758,116129790,116066027,116066027,116066027,116066027,116066027,116066027,116066027,116066027,116066027,116066027,116066030,116066027,4294837999,4294901758,4294901758,116129790,116066027,116066027,116066027,116066027,116066027,116066027,116066027,116066027,116066027,4294837995,116393707,116066027,200477683,200477683,200477683,200477683,200477683,200474799,11471859,200477683,200477683,200477683,200477683,200477683,200477683,200477683,200477683,200477683,200477683,200477612,200477683,199756787,200477683,200477683,200477683,196283379,200477683,200477683,200477683,200477683,200477683,200477683,200477683,200477683,200477683,200477683,200477683,200477683,200477683,200477683,200477683,200477683,200477683,200477683,200477683,200477683,200477683,200477683,200477615,200477683,200540158,200477683,200477683,200477683,200477683,200477683,200477683,200477683,200477683,200477683,200477683,200477683,200477683,4294839283,4294839283,200477683,116328175,116328175,116328175,116328175,116328175,116326575,11470575,116328175,116328175,116328175,116328175,116328175,116328175,116328175,116328175,116328175,116328175,116329458,116328175,200476399,116328175,116391934,116328175,36833007,116328175,116328175,116328175,116328175,116328175,116328175,116328175,116328175,116328175,116328175,116328175,116328175,116328175,116328175,116328175,116328175,116328175,116328175,116328175,116328175,116328175,116328175,116329461,116328175,116329462,116328175,116328175,116328175,116328175,116328175,116328175,116328175,116328175,116328175,116328175,116328175,116328175,4294837999,16778991,116328175,116328175,116328175,116328175,116328175,116328175,116326614,14026479,116328175,116328175,116328175,116328175,116328175,116328175,116328175,116328175,116328175,116328175,116391934,116328175,199755503,116328175,116328175,116328175,4294837999,116328175,116328175,116328175,116328175,116328175,116328175,116328175,116328175,116328175,116328175,116328175,116328175,116328175,116328175,116328175,116328175,116328175,116328175,116328175,116328175,116328175,116328175,116391934,116328175,116328175,116328175,116328175,116328175,116328175,116328175,116328175,116328175,116328175,116328175,4294837999,116328175,116328175,4294837999,4294837999,116328175,200674294,200674294,200674294,200674294,200674294,200671407,11471862,200674294,200674294,200674294,200674294,200674294,200674294,200674294,200674294,200674294,200674294,200674290,200674294,4294839286,200674294,200674294,200674294,4294839286,200674294,200674294,200674294,200674294,200674294,200674294,200674294,200674294,200674294,200674294,200674294,200674294,200674294,200674294,200674294,200674294,200674294,200674294,200674294,200674294,200674294,200674294,200736766,200674294,200673007,200674294,200674294,200674294,200674294,200674294,200674294,200674294,200674294,200674294,200674294,200674294,200674294,4294839286,37096438,200674294,22020432,22020432,22020432,22020432,22020432,22020271,11469136,22020432,22020432,22020432,22020432,22020432,22020432,22020432,22020432,22020432,22020432,22020349,22020432,33227088,22020432,22020432,22020432,36962640,4294901758,4294901758,4294901758,4294901758,4294901758,22020432,22020432,22020432,4294836560,4294901758,4294901758,22085630,22020432,22020432,22020432,22020432,22020432,22020432,22020432,22020432,22020432,22020432,22020661,22020432,4294836438,4294901758,4294901758,22085630,22020432,22020432,22020432,22020432,22020432,22020432,22020432,22020432,22020432,4294836560,37093712,22020432,94504354,94504354,94504354,94504354,94504354,94503084,11273634,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94568446,94504354,52954530,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504692,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94503084,11273634,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94505479,94504354,52954530,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504692,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,4294837666,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94503084,11273634,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94505479,94504354,52954530,94504354,94504354,94504354,94504354,4294901758,4294901758,4294901758,4294901758,4294901758,94504354,94504354,94504354,4294837666,4294901758,4294901758,94568446,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504692,94504354,4294837666,4294901758,4294901758,94568446,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,94504354,31195612,31195612,31195612,31195612,31195612,31260671,4294902236,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195638,31195612,19071452,31195612,31195612,31195612,31195612,4294901758,4294901758,4294901758,4294901758,4294901758,31195612,31195612,31195612,4294836700,4294901758,4294901758,31260670,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195706,31195612,4294836700,4294901758,4294901758,31260670,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,22282580,22282580,22282580,22282580,22282580,22282274,2228564,22282580,22282580,22282580,22282580,22282580,22282580,22282580,22282580,22282580,22282580,22282741,22282580,14221652,22282580,22282580,22282580,37421396,4294901758,4294901758,4294901758,4294901758,4294901758,22282580,22282580,22282580,4294836564,4294901758,4294901758,22347774,22282580,22282580,22282580,22282580,22282580,22282580,22282580,22282580,22282580,22282580,22282812,22282580,4294836797,4294901758,4294901758,22347774,22282580,22282580,22282580,22282580,22282580,22282580,22282580,22282580,22282580,4294836564,4391252,22282580,116852471,116852471,116852471,116852471,116852471,116850782,6162167,116852471,116852471,116852471,116852471,116852471,116852471,116852471,116852471,116852471,116852471,116851380,116852471,80676599,116852471,116853758,116852471,4294838007,116852471,116852471,116852471,116852471,116852471,116852471,116852471,116852471,116852471,116852471,116852471,116852471,116852471,116852471,116852471,116852471,116852471,116852471,116852471,116852471,116852471,116852471,116853183,116852471,116851649,116852471,116852471,116852471,116852471,116852471,116852471,116852471,116852471,116852471,116852471,116852471,116852471,4294838007,201328375,116852471,116852471,116852471,116852471,116852471,116852471,116850782,6162167,116852471,116852471,116852471,116852471,116852471,116852471,116852471,116852471,116852471,116852471,116851380,116852471,80676599,116852471,116853758,116852471,156108535,116852471,116852471,116852471,116852471,116852471,116852471,116852471,116852471,116852471,116852471,116852471,116852471,116852471,116852471,116852471,116852471,116852471,116852471,116852471,116852471,116852471,116852471,116853183,116852471,116851649,116852471,116852471,116852471,116852471,116852471,116852471,116852471,116852471,116852471,116852471,116852471,116852471,4294838007,201328375,116852471,201395201,201395201,201395201,201395201,201395201,201392331,13306881,201395201,201395201,201395201,201395201,201395201,201395201,201395201,201395201,201395201,201395201,201393930,201395201,207948801,201395201,201395294,201395201,207555585,201395201,201395201,201395201,201395201,201395201,201395201,201395201,201395201,201395201,201395201,201395201,201395201,201395201,201395201,201395201,201395201,201395201,201395201,201395201,201395201,201395201,201395201,201393964,201395201,201457662,201395201,201395201,201395201,201395201,201395201,201395201,201395201,201395201,201395201,201395201,201395201,201395201,4294839297,119933953,201395201,201460738,201460738,201460738,201460738,201460738,201457698,2231298,201460738,201460738,201460738,201460738,201460738,201460738,201460738,201460738,201460738,201460738,201523198,201460738,205720578,201460738,201460738,201460738,4294839298,201460738,201460738,201460738,201460738,201460738,201460738,201460738,201460738,201460738,201460738,201460738,201460738,201460738,201460738,201460738,201460738,201460738,201460738,201460738,201460738,201460738,201460738,201459496,201460738,201523198,201460738,201460738,201460738,201460738,201460738,201460738,201460738,201460738,201460738,201460738,201460738,201460738,4294839298,4393986,201460738,37552701,37552701,37552701,37552701,37552701,37552162,2228797,37552701,37552701,37552701,37552701,37552701,37552701,37552701,37552701,37552701,37552701,37552467,37552701,38208061,37552701,37552701,37552701,66912829,4294901758,4294901758,4294901758,4294901758,4294901758,37552701,37552701,37552701,4294836797,4294901758,4294901758,37617662,37552701,37552701,37552701,37552701,37552701,37552701,37552701,37552701,37552701,37552701,37553150,37552701,4294836571,4294901758,4294901758,37617662,37552701,37552701,37552701,37552701,37552701,37552701,37552701,37552701,37552701,4294836797,67043901,37552701,263720888,263720888,263720888,263720888,263720888,263717067,13307832,263720888,263720888,263720888,263720888,263720888,263720888,263720888,263720888,263720888,263720888,263719165,263720888,264245176,263720888,263782398,263720888,118296504,263720888,263720888,263720888,263720888,263720888,263720888,263720888,263720888,263720888,263720888,263720888,263720888,263720888,263720888,263720888,263720888,263720888,263720888,263720888,263720888,263720888,263720888,263720898,263720888,263718197,263720888,263720888,263720888,263720888,263720888,263720888,263720888,263720888,263720888,263720888,263720888,263720888,4294840248,22548408,263720888,109840012,109840012,109840012,109840012,109840012,109838539,13305484,109840012,109840012,109840012,109840012,109840012,109840012,109840012,109840012,109840012,109840012,109839585,109840012,62981772,109840012,109841242,109840012,4294837900,109840012,109840012,109840012,109840012,109840012,109840012,109840012,109840012,109840012,109840012,109840012,109840012,109840012,109840012,109840012,109840012,109840012,109840012,109840012,109840012,109840012,109840012,109840741,109840012,109839679,109840012,109840012,109840012,109840012,109840012,109840012,109840012,109840012,109840012,109840012,109840012,109840012,4294837900,37881484,109840012,67896332,67896332,67896332,67896332,67896332,67895390,6161420,67896332,67896332,67896332,67896332,67896332,67896332,67896332,67896332,67896332,67896332,67895988,67896332,45941772,67896332,67897083,67896332,119014412,4294901758,4294901758,4294901758,4294901758,4294901758,67896332,67896332,67896332,4294837260,4294901758,4294901758,67960830,67896332,67896332,67896332,67896332,67896332,67896332,67896332,67896332,67896332,67896332,67896322,67896332,4294837567,4294901758,4294901758,67960830,67896332,67896332,67896332,67896332,67896332,67896332,67896332,67896332,67896332,4294837260,119079948,67896332,91161967,91161967,91161967,91161967,91161967,91160779,13305199,91161967,91161967,91161967,91161967,91161967,91161967,91161967,91161967,91161967,91161967,91161825,91161967,162923887,91161967,91163063,91161967,4294837615,91161967,91161967,91161967,91161967,91161967,91161967,91161967,91161967,91161967,91161967,91161967,91161967,91161967,91161967,91161967,91161967,91161967,91161967,91161967,91161967,91161967,91161967,91162981,91161967,91161612,91161967,91161967,91161967,91161967,91161967,91161967,91161967,91161967,91161967,91161967,91161967,91161967,4294837615,22545775,91161967,117573378,117573378,117573378,117573378,117573378,117571618,2230018,117573378,117573378,117573378,117573378,117573378,117573378,117573378,117573378,117573378,117573378,117573383,117573378,117442306,117573378,117573923,117573378,18810626,117573378,117573378,117573378,117573378,117573378,117573378,117573378,117573378,117573378,117573378,117573378,117573378,117573378,117573378,117573378,117573378,117573378,117573378,117573378,117573378,117573378,117573378,117574667,117573378,117573432,117573378,117573378,117573378,117573378,117573378,117573378,117573378,117573378,117573378,117573378,117573378,117573378,4294838018,4392706,117573378,117573378,117573378,117573378,117573378,117573378,117572049,30476034,117573378,117573378,117573378,117573378,117573378,117573378,117573378,117573378,117573378,117573378,117574796,117573378,117573378,117573378,117573378,117573378,4294838018,117573378,117573378,117573378,117573378,117573378,117573378,117573378,117573378,117573378,117573378,117573378,117573378,117573378,117573378,117573378,117573378,117573378,117573378,117573378,117573378,117573378,117573378,117637118,117573378,117637118,117573378,117573378,117573378,117573378,117573378,117573378,117573378,117573378,117573378,4294838018,117573378,117573378,4294838018,203425538,117573378,202116108,202116108,202116108,202116108,202116108,202113227,13306892,202116108,202116108,202116108,202116108,202116108,202116108,202116108,202116108,202116108,202116108,202114826,202116108,4294839308,202116108,202178558,202116108,246942732,202116108,202116108,202116108,202116108,202116108,202116108,202116108,202116108,202116108,202116108,202116108,202116108,202116108,202116108,202116108,202116108,202116108,202116108,202116108,202116108,202116108,202116108,202116134,202116108,202178558,202116108,202116108,202116108,202116108,202116108,202116108,202116108,202116108,202116108,202116108,202116108,202116108,4294839308,117836812,202116108,202181645,202181645,202181645,202181645,202181645,202178594,2231309,202181645,202181645,202181645,202181645,202181645,202181645,202181645,202181645,202181645,202181645,202244094,202181645,4294839309,202181645,202181645,202181645,179178509,202181645,202181645,202181645,202181645,202181645,202181645,202181645,202181645,202181645,202181645,202181645,202181645,202181645,202181645,202181645,202181645,202181645,202181645,202181645,202181645,202181645,202181645,202180356,202181645,202181648,202181645,202181645,202181645,202181645,202181645,202181645,202181645,202181645,202181645,202181645,202181645,202181645,4294839309,202509325,202181645,202378256,202378256,202378256,202378256,202378256,202375202,2231312,202378256,202378256,202378256,202378256,202378256,202378256,202378256,202378256,202378256,202378256,202440702,202378256,4294839312,202378256,202378256,202378256,4294839312,202378256,202378256,202378256,202378256,202378256,202378256,202378256,202378256,202378256,202378256,202378256,202378256,202378256,202378256,202378256,202378256,202378256,202378256,202378256,202378256,202378256,202378256,202440702,202378256,202378256,202378256,202378256,202378256,202378256,202378256,202378256,202378256,202378256,202378256,202378256,202378256,202378256,4294839312,4294839312,202378256,202181645,202181645,202181645,202181645,202181645,202178594,2231309,202181645,202181645,202181645,202181645,202181645,202181645,202181645,202181645,202181645,202181645,202244094,202181645,4294839309,202181645,202181645,202181645,179178509,4294901758,4294901758,4294901758,4294901758,4294901758,202181645,202181645,202181645,4294839309,4294901758,4294901758,202244094,202181645,202181645,202181645,202181645,202181645,202181645,202181645,202181645,202181645,202181645,202180356,202181645,4294839312,4294901758,4294901758,202244094,202181645,202181645,202181645,202181645,202181645,202181645,202181645,202181645,202181645,4294839309,202509325,202181645,202574867,202574867,202574867,202574867,202574867,202571810,2231315,202574867,202574867,202574867,202574867,202574867,202574867,202574867,202574867,202574867,202574867,202573575,202574867,117771283,202574867,202574867,202574867,4294839315,202574867,202574867,202574867,202574867,202574867,202574867,202574867,202574867,202574867,202574867,202574867,202574867,202574867,202574867,202574867,202574867,202574867,202574867,202574867,202574867,202574867,202574867,202637310,202574867,202573624,202574867,202574867,202574867,202574867,202574867,202574867,202574867,202574867,202574867,202574867,202574867,202574867,4294839315,4394003,202574867,117769989,117769989,117769989,117769989,117769989,117768226,2230021,117769989,117769989,117769989,117769989,117769989,117769989,117769989,117769989,117769989,117769989,117769222,117769989,202573573,117769989,117833726,117769989,202639109,117769989,117769989,117769989,117769989,117769989,117769989,117769989,117769989,117769989,117769989,117769989,117769989,117769989,117769989,117769989,117769989,117769989,117769989,117769989,117769989,117769989,117769989,117771285,117769989,117769989,117769989,117769989,117769989,117769989,117769989,117769989,117769989,117769989,117769989,117769989,117769989,117769989,4294838021,202770181,117769989,4294901758,4294901758,4294901758,4294901758,4294901758,4294837802,103481342,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,118753044,118753044,118753044,118753044,118753044,118751266,2230036,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118752262,118753044,118818580,118753044,118753044,118753044,104269588,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118754325,118753044,118752261,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118753044,118753044,4294838036,118884116,118753044,4294901758,4294901758,4294901758,4294901758,4294901758,4294836258,2293758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,117506046,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4456446,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294837694,96403454,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,171376638,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,202968089,202968089,202968089,202968089,202968089,202965026,2231321,202968089,202968089,202968089,202968089,202968089,202968089,202968089,202968089,202968089,202968089,202968204,202968089,210766873,202968089,202968089,202968089,4294839321,202968089,202968089,202968089,202968089,202968089,202968089,202968089,202968089,202968089,202968089,202968089,202968089,202968089,202968089,202968089,202968089,202968089,202968089,202968089,202968089,202968089,202968089,203030526,202968089,202968089,202968089,202968089,202968089,202968089,202968089,202968089,202968089,202968089,202968089,202968089,202968089,202968089,4294839321,4294839321,202968089,121505598,121505598,121505598,121505598,121505598,121503778,2230078,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121506393,121505598,121636670,121505598,121505598,121505598,98567998,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121506840,121505598,121505602,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,4294838078,121833278,121505598,4294901758,4294901758,4294901758,4294901758,4294901758,4294836258,2293758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4456446,4294901758,67568647,67568647,67568647,67568647,67568647,67567650,2229255,67568647,67568647,67568647,67568647,67568647,67568647,67568647,67568647,67568647,67568647,67569415,67568647,67437575,67568647,67633150,67568647,117965831,67568647,67568647,67568647,67568647,67568647,67568647,67568647,67568647,67568647,67568647,67568647,67568647,67568647,67568647,67568647,67568647,67568647,67568647,67568647,67568647,67568647,67568647,67569417,67568647,67568205,67568647,67568647,67568647,67568647,67568647,67568647,67568647,67568647,67568647,67568647,67568647,67568647,4294837255,4391943,67568647,203295774,203295774,203295774,203295774,203295774,203292706,2231326,203295774,203295774,203295774,203295774,203295774,203295774,203295774,203295774,203295774,203295774,203294471,203295774,67439646,203295774,203295774,203295774,4294839326,203295774,203295774,203295774,203295774,203295774,203295774,203295774,203295774,203295774,203295774,203295774,203295774,203295774,203295774,203295774,203295774,203295774,203295774,203295774,203295774,203295774,203295774,203358206,203295774,203293261,203295774,203295774,203295774,203295774,203295774,203295774,203295774,203295774,203295774,203295774,203295774,203295774,4294839326,4394014,203295774,67568647,67568647,67568647,67568647,67568647,67567650,2229255,67568647,67568647,67568647,67568647,67568647,67568647,67568647,67568647,67568647,67568647,67569415,67568647,67437575,67568647,67568647,67568647,117965831,4294901758,4294901758,4294901758,4294901758,4294901758,67568647,67568647,67568647,4294837255,4294901758,4294901758,67633150,67568647,67568647,67568647,67568647,67568647,67568647,67568647,67568647,67568647,67568647,67569417,67568647,4294836813,4294901758,4294901758,67633150,67568647,67568647,67568647,67568647,67568647,67568647,67568647,67568647,67568647,4294837255,4391943,67568647,4294901758,4294901758,4294901758,4294901758,4294901758,4294836258,2293758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294837281,4294901758,118816766,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294836812,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4456446,4294901758,203492385,203492385,203492385,203492385,203492385,203489483,13306913,203492385,203492385,203492385,203492385,203492385,203492385,203492385,203492385,203492385,203492385,203491082,203492385,203623457,203492385,203492388,203492385,203754529,203492385,203492385,203492385,203492385,203492385,203492385,203492385,203492385,203492385,203492385,203492385,203492385,203492385,203492385,203492385,203492385,203492385,203492385,203492385,203492385,203492385,203492385,203492390,203492385,203492391,203492385,203492385,203492385,203492385,203492385,203492385,203492385,203492385,203492385,203492385,203492385,203492385,4294839329,117836833,203492385,203492385,203492385,203492385,203492385,203492385,203489483,13306913,203492385,203492385,203492385,203492385,203492385,203492385,203492385,203492385,203492385,203492385,203554814,203492385,203623457,203492385,203492388,203492385,203754529,203492385,203492385,203492385,203492385,203492385,203492385,203492385,203492385,203492385,203492385,203492385,203492385,203492385,203492385,203492385,203492385,203492385,203492385,203492385,203492385,203492385,203492385,203492390,203492385,203492391,203492385,203492385,203492385,203492385,203492385,203492385,203492385,203492385,203492385,203492385,203492385,203492385,4294839329,117836833,203492385,203623459,203623459,203623459,203623459,203623459,203620555,13306915,203623459,203623459,203623459,203623459,203623459,203623459,203623459,203623459,203623459,203623459,203623464,203623459,203492387,203623459,203685886,203623459,4294839331,203623459,203623459,203623459,203623459,203623459,203623459,203623459,203623459,203623459,203623459,203623459,203623459,203623459,203623459,203623459,203623459,203623459,203623459,203623459,203623459,203623459,203623459,203685886,203623459,203623527,203623459,203623459,203623459,203623459,203623459,203623459,203623459,203623459,203623459,203623459,203623459,203623459,4294839331,4394019,203623459,203492385,203492385,203492385,203492385,203492385,203489483,13306913,203492385,203492385,203492385,203492385,203492385,203492385,203492385,203492385,203492385,203492385,203491082,203492385,203623457,203492385,203554814,203492385,203754529,203492385,203492385,203492385,203492385,203492385,203492385,203492385,203492385,203492385,203492385,203492385,203492385,203492385,203492385,203492385,203492385,203492385,203492385,203492385,203492385,203492385,203492385,203492390,203492385,203492391,203492385,203492385,203492385,203492385,203492385,203492385,203492385,203492385,203492385,203492385,203492385,203492385,4294839329,117836833,203492385,4294901758,4294901758,4294901758,4294901758,4294901758,4294837886,108986366,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,202571774,4294901758,203885607,203885607,203885607,203885607,203885607,203882699,13306919,203885607,203885607,203885607,203885607,203885607,203885607,203885607,203885607,203885607,203885607,203884298,203885607,4294839335,203885607,203948030,203885607,4294839335,203885607,203885607,203885607,203885607,203885607,203885607,203885607,203885607,203885607,203885607,203885607,203885607,203885607,203885607,203885607,203885607,203885607,203885607,203885607,203885607,203885607,203885607,203948030,203885607,203885607,203885607,203885607,203885607,203885607,203885607,203885607,203885607,203885607,203885607,203885607,203885607,203885607,4294839335,202771495,203885607,208538734,208538734,208538734,208538734,208538734,208535755,13306990,208538734,208538734,208538734,208538734,208538734,208538734,208538734,208538734,208538734,208538734,208601086,208538734,208538734,208538734,208601086,208538734,4294839406,208538734,208538734,208538734,208538734,208538734,208538734,208538734,208538734,208538734,208538734,208538734,208538734,208538734,208538734,208538734,208538734,208538734,208538734,208538734,208538734,208538734,208538734,208601086,208538734,208601086,208538734,208538734,208538734,208538734,208538734,208538734,208538734,208538734,208538734,208538734,208538734,208538734,4294839406,203033710,208538734,118163211,118163211,118163211,118163211,118163211,118161611,13305611,118163211,118163211,118163211,118163211,118163211,118163211,118163211,118163211,118163211,118163211,118164520,118163211,67634955,118163211,118226942,118163211,64489227,118163211,118163211,118163211,118163211,118163211,118163211,118163211,118163211,118163211,118163211,118163211,118163211,118163211,118163211,118163211,118163211,118163211,118163211,118163211,118163211,118163211,118163211,118164523,118163211,118162457,118163211,118163211,118163211,118163211,118163211,118163211,118163211,118163211,118163211,118163211,118163211,118163211,4294838027,4392715,118163211,204606514,204606514,204606514,204606514,204606514,204604358,63310898,204606514,204606514,204606514,204606514,204606514,204606514,204606514,204606514,204606514,204606514,204668926,204606514,204606514,204606514,204668926,204606514,4294839346,204606514,204606514,204606514,204606514,204606514,204606514,204606514,204606514,204606514,204606514,204606514,204606514,204606514,204606514,204606514,204606514,204606514,204606514,204606514,204606514,204606514,204606514,204668926,204606514,204668926,204606514,204606514,204606514,204606514,204606514,204606514,204606514,204606514,204606514,4294839346,204606514,204606514,4294839346,203426866,204606514,4294901758,4294901758,4294901758,4294901758,4294901758,4294836427,13369342,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294839330,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,205127678,4294901758,119146266,119146266,119146266,119146266,119146266,119144651,13305626,119146266,119146266,119146266,119146266,119146266,119146266,119146266,119146266,119146266,119146266,119146250,119146266,120391450,119146266,119209982,119146266,204408602,119146266,119146266,119146266,119146266,119146266,119146266,119146266,119146266,119146266,119146266,119146266,119146266,119146266,119146266,119146266,119146266,119146266,119146266,119146266,119146266,119146266,119146266,119146254,119146266,119147582,119146266,119146266,119146266,119146266,119146266,119146266,119146266,119146266,119146266,119146266,119146266,119146266,4294838042,118687514,119146266,119146266,119146266,119146266,119146266,119146266,119144651,13305626,119146266,119146266,119146266,119146266,119146266,119146266,119146266,119146266,119146266,119146266,119146250,119146266,120391450,119146266,119147566,119146266,204408602,4294901758,4294901758,4294901758,4294901758,4294901758,119146266,119146266,119146266,4294838042,4294901758,4294901758,119209982,119146266,119146266,119146266,119146266,119146266,119146266,119146266,119146266,119146266,119146266,119146254,119146266,4294839358,4294901758,4294901758,119209982,119146266,119146266,119146266,119146266,119146266,119146266,119146266,119146266,119146266,4294838042,118687514,119146266,204606514,204606514,204606514,204606514,204606514,204603595,13306930,204606514,204606514,204606514,204606514,204606514,204606514,204606514,204606514,204606514,204606514,204606504,204606514,118426674,204606514,204668926,204606514,4294839346,204606514,204606514,204606514,204606514,204606514,204606514,204606514,204606514,204606514,204606514,204606514,204606514,204606514,204606514,204606514,204606514,204606514,204606514,204606514,204606514,204606514,204606514,204606507,204606514,204604441,204606514,204606514,204606514,204606514,204606514,204606514,204606514,204606514,204606514,204606514,204606514,204606514,4294839346,4394034,204606514,118425359,118425359,118425359,118425359,118425359,118423755,13305615,118425359,118425359,118425359,118425359,118425359,118425359,118425359,118425359,118425359,118425359,118425354,118425359,204605199,118425359,118489086,118425359,204736271,118425359,118425359,118425359,118425359,118425359,118425359,118425359,118425359,118425359,118425359,118425359,118425359,118425359,118425359,118425359,118425359,118425359,118425359,118425359,118425359,118425359,118425359,118425358,118425359,118425359,118425359,118425359,118425359,118425359,118425359,118425359,118425359,118425359,118425359,118425359,118425359,118425359,4294838031,67766031,118425359,204803125,204803125,204803125,204803125,204803125,204800034,2231349,204803125,204803125,204803125,204803125,204803125,204803125,204803125,204803125,204803125,204803125,204801030,204803125,204868661,204803125,204803125,204803125,204934197,204803125,204803125,204803125,204803125,204803125,204803125,204803125,204803125,204803125,204803125,204803125,204803125,204803125,204803125,204803125,204803125,204803125,204803125,204803125,204803125,204803125,204803125,204803093,204803125,204803128,204803125,204803125,204803125,204803125,204803125,204803125,204803125,204803125,204803125,204803125,204803125,204803125,4294839349,205065269,204803125,204868662,204868662,204868662,204868662,204868662,204865570,2231350,204868662,204868662,204868662,204868662,204868662,204868662,204868662,204868662,204868662,204868662,204867335,204868662,204803126,204868662,204868662,204868662,4294839350,204868662,204868662,204868662,204868662,204868662,204868662,204868662,204868662,204868662,204868662,204868662,204868662,204868662,204868662,204868662,204868662,204868662,204868662,204868662,204868662,204868662,204868662,204931070,204868662,204868687,204868662,204868662,204868662,204868662,204868662,204868662,204868662,204868662,204868662,204868662,204868662,204868662,4294839350,4394038,204868662,204803125,204803125,204803125,204803125,204803125,204800034,2231349,204803125,204803125,204803125,204803125,204803125,204803125,204803125,204803125,204803125,204803125,204801030,204803125,204868661,204803125,204865534,204803125,204934197,204803125,204803125,204803125,204803125,204803125,204803125,204803125,204803125,204803125,204803125,204803125,204803125,204803125,204803125,204803125,204803125,204803125,204803125,204803125,204803125,204803125,204803125,204803093,204803125,204803128,204803125,204803125,204803125,204803125,204803125,204803125,204803125,204803125,204803125,204803125,204803125,204803125,4294839349,205065269,204803125,204999736,204999736,204999736,204999736,204999736,204996642,2231352,204999736,204999736,204999736,204999736,204999736,204999736,204999736,204999736,204999736,204999736,204999743,204999736,4294839352,204999736,204999736,204999736,4294839352,204999736,204999736,204999736,204999736,204999736,204999736,204999736,204999736,204999736,204999736,204999736,204999736,204999736,204999736,204999736,204999736,204999736,204999736,204999736,204999736,204999736,204999736,205062142,204999736,205062142,204999736,204999736,204999736,204999736,204999736,204999736,204999736,204999736,204999736,204999736,204999736,204999736,4294839352,174984248,204999736,69338146,69338146,69338146,69338146,69338146,69337122,2229282,69338146,69338146,69338146,69338146,69338146,69338146,69338146,69338146,69338146,69338146,69338118,69338146,68617250,69338146,69338146,69338146,67961890,69338146,69338146,69338146,69338146,69338146,69338146,69338146,69338146,69338146,69338146,69338146,69338146,69338146,69338146,69338146,69338146,69338146,69338146,69338146,69338146,69338146,69338146,69340181,69338146,69338907,69338146,69338146,69338146,69338146,69338146,69338146,69338146,69338146,69338146,69338146,69338146,69338146,4294837282,118686754,69338146,69338146,69338146,69338146,69338146,69338146,69337122,2229282,69338146,69338146,69338146,69338146,69338146,69338146,69338146,69338146,69338146,69338146,69338118,69338146,68617250,69338146,69338146,69338146,67961890,4294901758,4294901758,4294901758,4294901758,4294901758,69338146,69338146,69338146,4294837282,4294901758,4294901758,69402622,69338146,69338146,69338146,69338146,69338146,69338146,69338146,69338146,69338146,69338146,69338121,69338146,4294838043,4294901758,4294901758,69402622,69338146,69338146,69338146,69338146,69338146,69338146,69338146,69338146,69338146,4294837282,118686754,69338146,118818581,118818581,118818581,118818581,118818581,118816802,2230037,118818581,118818581,118818581,118818581,118818581,118818581,118818581,118818581,118818581,118818581,118818567,118818581,118753045,118818581,118818072,118818581,13109013,118818581,118818581,118818581,118818581,118818581,118818581,118818581,118818581,118818581,118818581,118818581,118818581,118818581,118818581,118818581,118818581,118818581,118818581,118818581,118818581,118818581,118818581,118819900,118818581,118817357,118818581,118818581,118818581,118818581,118818581,118818581,118818581,118818581,118818581,118818581,118818581,118818581,4294838037,4392725,118818581,118818581,118818581,118818581,118818581,118818581,118817071,19859221,118818581,118818581,118818581,118818581,118818581,118818581,118818581,118818581,118818581,118818581,118819980,118818581,118818581,118818581,118818581,118818581,4294838037,118818581,118818581,118818581,118818581,118818581,118818581,118818581,118818581,118818581,118818581,118818581,118818581,118818581,118818581,118818581,118818581,118818581,118818581,118818581,118818581,118818581,118818581,118882302,118818581,118819870,118818581,118818581,118818581,118818581,118818581,118818581,118818581,118818581,118818581,4294838037,118818581,118818581,4294838037,203425557,118818581,205392958,205392958,205392958,205392958,205392958,205390027,13306942,205392958,205392958,205392958,205392958,205392958,205392958,205392958,205392958,205392958,205392958,205455358,205392958,4294839358,205392958,205455358,205392958,4294839358,205392958,205392958,205392958,205392958,205392958,205392958,205392958,205392958,205392958,205392958,205392958,205392958,205392958,205392958,205392958,205392958,205392958,205392958,205392958,205392958,205392958,205392958,205455358,205392958,205455358,205392958,205392958,205392958,205392958,205392958,205392958,205392958,205392958,205392958,205392958,205392958,205392958,4294839358,22547518,205392958,205524032,205524032,205524032,205524032,205524032,205520930,2231360,205524032,205524032,205524032,205524032,205524032,205524032,205524032,205524032,205524032,205524032,205586430,205524032,119213120,205524032,205524032,205524032,4294839360,205524032,205524032,205524032,205524032,205524032,205524032,205524032,205524032,205524032,205524032,205524032,205524032,205524032,205524032,205524032,205524032,205524032,205524032,205524032,205524032,205524032,205524032,205586430,205524032,205586430,205524032,205524032,205524032,205524032,205524032,205524032,205524032,205524032,205524032,205524032,205524032,205524032,4294839360,4394048,205524032,119211803,119211803,119211803,119211803,119211803,119210018,2230043,119211803,119211803,119211803,119211803,119211803,119211803,119211803,119211803,119211803,119211803,119213119,119211803,205522715,119211803,119275518,119211803,37685019,119211803,119211803,119211803,119211803,119211803,119211803,119211803,119211803,119211803,119211803,119211803,119211803,119211803,119211803,119211803,119211803,119211803,119211803,119211803,119211803,119211803,119211803,119213122,119211803,119213123,119211803,119211803,119211803,119211803,119211803,119211803,119211803,119211803,119211803,119211803,119211803,119211803,4294838043,22546203,119211803,205720643,205720643,205720643,205720643,205720643,205717847,22481987,205720643,205720643,205720643,205720643,205720643,205720643,205720643,205720643,205720643,205720643,205783038,205720643,205720643,205720643,205720643,205720643,4294839363,205720643,205720643,205720643,205720643,205720643,205720643,205720643,205720643,205720643,205720643,205720643,205720643,205720643,205720643,205720643,205720643,205720643,205720643,205720643,205720643,205720643,205720643,205783038,205720643,205720643,205720643,205720643,205720643,205720643,205720643,205720643,205720643,205720643,205720643,4294839363,205720643,205720643,4294839363,4294839363,205720643,205720643,205720643,205720643,205720643,205720643,205717538,2231363,205720643,205720643,205720643,205720643,205720643,205720643,205720643,205720643,205720643,205720643,205720639,205720643,201460803,205720643,205720643,205720643,4294839363,205720643,205720643,205720643,205720643,205720643,205720643,205720643,205720643,205720643,205720643,205720643,205720643,205720643,205720643,205720643,205720643,205720643,205720643,205720643,205720643,205720643,205720643,205720642,205720643,205719323,205720643,205720643,205720643,205720643,205720643,205720643,205720643,205720643,205720643,205720643,205720643,205720643,4294839363,37882947,205720643,22741339,22741339,22741339,22741339,22741339,22741026,2228571,22741339,22741339,22741339,22741339,22741339,22741339,22741339,22741339,22741339,22741339,22741493,22741339,22479195,22741339,22741339,22741339,38076763,4294901758,4294901758,4294901758,4294901758,4294901758,22741339,22741339,22741339,4294836571,4294901758,4294901758,22806526,22741339,22741339,22741339,22741339,22741339,22741339,22741339,22741339,22741339,22741339,22741574,22741339,4294836807,4294901758,4294901758,22806526,22741339,22741339,22741339,22741339,22741339,22741339,22741339,22741339,22741339,4294836571,4391259,22741339,119408414,119408414,119408414,119408414,119408414,119406686,6162206,119408414,119408414,119408414,119408414,119408414,119408414,119408414,119408414,119408414,119408414,119407817,119408414,91621150,119408414,119409734,119408414,4294838046,119408414,119408414,119408414,119408414,119408414,119408414,119408414,119408414,119408414,119408414,119408414,119408414,119408414,119408414,119408414,119408414,119408414,119408414,119408414,119408414,119408414,119408414,119409087,119408414,119407293,119408414,119408414,119408414,119408414,119408414,119408414,119408414,119408414,119408414,119408414,119408414,119408414,4294838046,206047006,119408414,119408414,119408414,119408414,119408414,119408414,119406686,6162206,119408414,119408414,119408414,119408414,119408414,119408414,119408414,119408414,119408414,119408414,119407817,119408414,91621150,119408414,119409734,119408414,86837022,119408414,119408414,119408414,119408414,119408414,119408414,119408414,119408414,119408414,119408414,119408414,119408414,119408414,119408414,119408414,119408414,119408414,119408414,119408414,119408414,119408414,119408414,119409087,119408414,119407293,119408414,119408414,119408414,119408414,119408414,119408414,119408414,119408414,119408414,119408414,119408414,119408414,4294838046,206047006,119408414,17760527,17760527,17760527,17760527,17760527,17760437,11862287,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760437,17760527,17760527,17760527,17760678,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760956,17760527,17760680,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,22806876,22806876,22806876,22806876,22806876,22806622,6160732,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806656,22806876,26739036,22806876,22807112,22806876,38338908,4294901758,4294901758,4294901758,4294901758,4294901758,22806876,22806876,22806876,4294836572,4294901758,4294901758,22872062,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22807114,22806876,4294836648,4294901758,4294901758,22872062,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806876,22806876,4294836572,38469980,22806876,119605025,119605025,119605025,119605025,119605025,119603403,13305633,119605025,119605025,119605025,119605025,119605025,119605025,119605025,119605025,119605025,119605025,119603696,119605025,68749089,119605025,119668734,119605025,206309153,119605025,119605025,119605025,119605025,119605025,119605025,119605025,119605025,119605025,119605025,119605025,119605025,119605025,119605025,119605025,119605025,119605025,119605025,119605025,119605025,119605025,119605025,119605036,119605025,119606349,119605025,119605025,119605025,119605025,119605025,119605025,119605025,119605025,119605025,119605025,119605025,119605025,4294838049,68683553,119605025,206376013,206376013,206376013,206376013,206376013,206373067,13306957,206376013,206376013,206376013,206376013,206376013,206376013,206376013,206376013,206376013,206376013,206438398,206376013,119147597,206376013,206438398,206376013,4294839373,206376013,206376013,206376013,206376013,206376013,206376013,206376013,206376013,206376013,206376013,206376013,206376013,206376013,206376013,206376013,206376013,206376013,206376013,206376013,206376013,206376013,206376013,206376036,206376013,206438398,206376013,206376013,206376013,206376013,206376013,206376013,206376013,206376013,206376013,206376013,206376013,206376013,4294839373,4394061,206376013,206441550,206441550,206441550,206441550,206441550,206438434,2231374,206441550,206441550,206441550,206441550,206441550,206441550,206441550,206441550,206441550,206441550,206439430,206441550,206507086,206441550,206441550,206441550,206572622,206441550,206441550,206441550,206441550,206441550,206441550,206441550,206441550,206441550,206441550,206441550,206441550,206441550,206441550,206441550,206441550,206441550,206441550,206441550,206441550,206441550,206441550,206441553,206441550,206441554,206441550,206441550,206441550,206441550,206441550,206441550,206441550,206441550,206441550,206441550,206441550,206441550,4294839374,206769230,206441550,206507087,206507087,206507087,206507087,206507087,206503970,2231375,206507087,206507087,206507087,206507087,206507087,206507087,206507087,206507087,206507087,206507087,206505735,206507087,206441551,206507087,206507087,206507087,4294839375,206507087,206507087,206507087,206507087,206507087,206507087,206507087,206507087,206507087,206507087,206507087,206507087,206507087,206507087,206507087,206507087,206507087,206507087,206507087,206507087,206507087,206507087,206569470,206507087,206507062,206507087,206507087,206507087,206507087,206507087,206507087,206507087,206507087,206507087,206507087,206507087,206507087,4294839375,173149263,206507087,206441550,206441550,206441550,206441550,206441550,206438434,2231374,206441550,206441550,206441550,206441550,206441550,206441550,206441550,206441550,206441550,206441550,206439430,206441550,206507086,206441550,206503934,206441550,206572622,206441550,206441550,206441550,206441550,206441550,206441550,206441550,206441550,206441550,206441550,206441550,206441550,206441550,206441550,206441550,206441550,206441550,206441550,206441550,206441550,206441550,206441550,206441553,206441550,206441554,206441550,206441550,206441550,206441550,206441550,206441550,206441550,206441550,206441550,206441550,206441550,206441550,4294839374,206769230,206441550,4294901758,4294901758,4294901758,4294901758,4294901758,4294838981,180748286,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,206703698,206703698,206703698,206703698,206703698,206700578,2231378,206703698,206703698,206703698,206703698,206703698,206703698,206703698,206703698,206703698,206703698,206766078,206703698,4294839378,206703698,206703698,206703698,4294839378,206703698,206703698,206703698,206703698,206703698,206703698,206703698,206703698,206703698,206703698,206703698,206703698,206703698,206703698,206703698,206703698,206703698,206703698,206703698,206703698,206703698,206703698,206766078,206703698,206766078,206703698,206703698,206703698,206703698,206703698,206703698,206703698,206703698,206703698,206703698,206703698,206703698,4294839378,4394066,206703698,119670562,119670562,119670562,119670562,119670562,119668770,2230050,119670562,119670562,119670562,119670562,119670562,119670562,119670562,119670562,119670562,119670562,119669766,119670562,120129314,119670562,119670562,119670562,116918050,119670562,119670562,119670562,119670562,119670562,119670562,119670562,119670562,119670562,119670562,119670562,119670562,119670562,119670562,119670562,119670562,119670562,119670562,119670562,119670562,119670562,119670562,119671889,119670562,119671810,119670562,119670562,119670562,119670562,119670562,119670562,119670562,119670562,119670562,119670562,119670562,119670562,4294838050,119932706,119670562,119670562,119670562,119670562,119670562,119670562,119668770,2230050,119670562,119670562,119670562,119670562,119670562,119670562,119670562,119670562,119670562,119670562,119669766,119670562,120129314,119670562,119670562,119670562,116918050,4294901758,4294901758,4294901758,4294901758,4294901758,119670562,119670562,119670562,4294838050,4294901758,4294901758,119734270,119670562,119670562,119670562,119670562,119670562,119670562,119670562,119670562,119670562,119670562,119669782,119670562,4294839298,4294901758,4294901758,119734270,119670562,119670562,119670562,119670562,119670562,119670562,119670562,119670562,119670562,4294838050,119932706,119670562,201460738,201460738,201460738,201460738,201460738,201457698,2231298,201460738,201460738,201460738,201460738,201460738,201460738,201460738,201460738,201460738,201460738,201523198,201460738,205720578,201460738,201523198,201460738,4294839298,201460738,201460738,201460738,201460738,201460738,201460738,201460738,201460738,201460738,201460738,201460738,201460738,201460738,201460738,201460738,201460738,201460738,201460738,201460738,201460738,201460738,201460738,201459496,201460738,201523198,201460738,201460738,201460738,201460738,201460738,201460738,201460738,201460738,201460738,201460738,201460738,201460738,4294839298,4393986,201460738,201460738,201460738,201460738,201460738,201460738,201457698,2231298,201460738,201460738,201460738,201460738,201460738,201460738,201460738,201460738,201460738,201460738,201523198,201460738,205720578,201460738,201460738,201460738,4294839298,4294901758,4294901758,4294901758,4294901758,4294901758,201460738,201460738,201460738,4294839298,4294901758,4294901758,201523198,201460738,201460738,201460738,201460738,201460738,201460738,201460738,201460738,201460738,201460738,201459496,201460738,4294901758,4294901758,4294901758,201523198,201460738,201460738,201460738,201460738,201460738,201460738,201460738,201460738,201460738,4294839298,4393986,201460738,120129321,120129321,120129321,120129321,120129321,120127522,2230057,120129321,120129321,120129321,120129321,120129321,120129321,120129321,120129321,120129321,120129321,120129287,120129321,119670569,120129321,120193022,120129321,68486953,120129321,120129321,120129321,120129321,120129321,120129321,120129321,120129321,120129321,120129321,120129321,120129321,120129321,120129321,120129321,120129321,120129321,120129321,120129321,120129321,120129321,120129321,120130651,120129321,120128535,120129321,120129321,120129321,120129321,120129321,120129321,120129321,120129321,120129321,120129321,120129321,120129321,4294838057,68290345,120129321,4294901758,4294901758,4294901758,4294901758,4294901758,4294836797,37617662,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294836427,13369342,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294839330,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,206831614,4294901758,201395201,201395201,201395201,201395201,201395201,201392331,13306881,201395201,201395201,201395201,201395201,201395201,201395201,201395201,201395201,201395201,201395201,201393930,201395201,207948801,201395201,201457662,201395201,207555585,201395201,201395201,201395201,201395201,201395201,201395201,201395201,201395201,201395201,201395201,201395201,201395201,201395201,201395201,201395201,201395201,201395201,201395201,201395201,201395201,201395201,201395201,201393964,201395201,201457662,201395201,201395201,201395201,201395201,201395201,201395201,201395201,201395201,201395201,201395201,201395201,201395201,4294839297,119933953,201395201,201395201,201395201,201395201,201395201,201395201,201392331,13306881,201395201,201395201,201395201,201395201,201395201,201395201,201395201,201395201,201395201,201395201,201393930,201395201,207948801,201395201,201395294,201395201,207555585,4294901758,4294901758,4294901758,4294901758,4294901758,201395201,201395201,201395201,4294839297,4294901758,4294901758,201457662,201395201,201395201,201395201,201395201,201395201,201395201,201395201,201395201,201395201,201395201,201393964,201395201,4294901758,4294901758,4294901758,201457662,201395201,201395201,201395201,201395201,201395201,201395201,201395201,201395201,201395201,4294839297,119933953,201395201,120391469,120391469,120391469,120391469,120391469,120389835,13305645,120391469,120391469,120391469,120391469,120391469,120391469,120391469,120391469,120391469,120391469,120392744,120391469,119146285,120391469,120455166,120391469,35129133,120391469,120391469,120391469,120391469,120391469,120391469,120391469,120391469,120391469,120391469,120391469,120391469,120391469,120391469,120391469,120391469,120391469,120391469,120391469,120391469,120391469,120391469,120392804,120391469,120392805,120391469,120391469,120391469,120391469,120391469,120391469,120391469,120391469,120391469,120391469,120391469,120391469,4294838061,4392749,120391469,4294901758,4294901758,4294901758,4294901758,4294901758,4294837185,63045630,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,207224830,4294901758,207948901,207948901,207948901,207948901,207948901,207945931,13306981,207948901,207948901,207948901,207948901,207948901,207948901,207948901,207948901,207948901,207948901,207948840,207948901,201395301,207948901,208011262,207948901,4294839397,207948901,207948901,207948901,207948901,207948901,207948901,207948901,207948901,207948901,207948901,207948901,207948901,207948901,207948901,207948901,207948901,207948901,207948901,207948901,207948901,207948901,207948901,208011262,207948901,207947565,207948901,207948901,207948901,207948901,207948901,207948901,207948901,207948901,207948901,207948901,207948901,207948901,4294839397,68291685,207948901,208014438,208014438,208014438,208014438,208014438,208011467,13306982,208014438,208014438,208014438,208014438,208014438,208014438,208014438,208014438,208014438,208014438,208011468,208014438,208079974,208014438,208014440,208014438,208211046,208014438,208014438,208014438,208014438,208014438,208014438,208014438,208014438,208014438,208014438,208014438,208014438,208014438,208014438,208014438,208014438,208014438,208014438,208014438,208014438,208014438,208014438,208014442,208014438,208014443,208014438,208014438,208014438,208014438,208014438,208014438,208014438,208014438,208014438,208014438,208014438,208014438,4294839398,121375846,208014438,208079975,208079975,208079975,208079975,208079975,208077003,13306983,208079975,208079975,208079975,208079975,208079975,208079975,208079975,208079975,208079975,208079975,208077116,208079975,208079975,208079975,208142334,208079975,4294839399,208079975,208079975,208079975,208079975,208079975,208079975,208079975,208079975,208079975,208079975,208079975,208079975,208079975,208079975,208079975,208079975,208079975,208079975,208079975,208079975,208079975,208079975,208142334,208079975,208142334,208079975,208079975,208079975,208079975,208079975,208079975,208079975,208079975,208079975,208079975,208079975,208079975,4294839399,209390695,208079975,208014438,208014438,208014438,208014438,208014438,208011467,13306982,208014438,208014438,208014438,208014438,208014438,208014438,208014438,208014438,208014438,208014438,208011468,208014438,208079974,208014438,208076798,208014438,208211046,208014438,208014438,208014438,208014438,208014438,208014438,208014438,208014438,208014438,208014438,208014438,208014438,208014438,208014438,208014438,208014438,208014438,208014438,208014438,208014438,208014438,208014438,208014442,208014438,208014443,208014438,208014438,208014438,208014438,208014438,208014438,208014438,208014438,208014438,208014438,208014438,208014438,4294839398,121375846,208014438,4294901758,4294901758,4294901758,4294901758,4294901758,4294838386,141754366,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,209977342,4294901758,208342123,208342123,208342123,208342123,208342123,208339147,13306987,208342123,208342123,208342123,208342123,208342123,208342123,208342123,208342123,208342123,208342123,208340786,208342123,4294839403,208342123,208404478,208342123,4294839403,208342123,208342123,208342123,208342123,208342123,208342123,208342123,208342123,208342123,208342123,208342123,208342123,208342123,208342123,208342123,208342123,208342123,208342123,208342123,208342123,208342123,208342123,208404478,208342123,208404478,208342123,208342123,208342123,208342123,208342123,208342123,208342123,208342123,208342123,208342123,208342123,208342123,4294839403,4394091,208342123,38666830,38666830,38666830,38666830,38666830,38666443,13304398,38666830,38666830,38666830,38666830,38666830,38666830,38666830,38666830,38666830,38666830,38666444,38666830,68747854,38666830,38667290,38666830,68878926,4294901758,4294901758,4294901758,4294901758,4294901758,38666830,38666830,38666830,4294836814,4294901758,4294901758,38731774,38666830,38666830,38666830,38666830,38666830,38666830,38666830,38666830,38666830,38666830,38667292,38666830,4294837277,4294901758,4294901758,38731774,38666830,38666830,38666830,38666830,38666830,38666830,38666830,38666830,38666830,4294836814,38863438,38666830,4294901758,4294901758,4294901758,4294901758,4294901758,4294836427,13369342,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,203554814,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294839398,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4456446,4294901758,173673050,173673050,173673050,173673050,173673050,173671104,46139994,173673050,173673050,173673050,173673050,173673050,173673050,173673050,173673050,173673050,173673050,173735934,173673050,208538202,173673050,173673583,173673050,144837210,173673050,173673050,173673050,173673050,173673050,173673050,173673050,173673050,173673050,173673050,173673050,173673050,173673050,173673050,173673050,173673050,173673050,173673050,173673050,173673050,173673050,173673050,173735934,173673050,173673585,173673050,173673050,173673050,173673050,173673050,173673050,173673050,173673050,173673050,4294838874,173673050,173673050,4294838874,121834074,173673050,208735345,208735345,208735345,208735345,208735345,208732363,13306993,208735345,208735345,208735345,208735345,208735345,208735345,208735345,208735345,208735345,208735345,208736015,208735345,4294839409,208735345,208797694,208735345,4294839409,208735345,208735345,208735345,208735345,208735345,208735345,208735345,208735345,208735345,208735345,208735345,208735345,208735345,208735345,208735345,208735345,208735345,208735345,208735345,208735345,208735345,208735345,208797694,208735345,208735345,208735345,208735345,208735345,208735345,208735345,208735345,208735345,208735345,208735345,208735345,208735345,208735345,4294839409,210963569,208735345,208342123,208342123,208342123,208342123,208342123,208339147,13306987,208342123,208342123,208342123,208342123,208342123,208342123,208342123,208342123,208342123,208342123,208404478,208342123,4294839403,208342123,208404478,208342123,4294839403,208342123,208342123,208342123,208342123,208342123,208342123,208342123,208342123,208342123,208342123,208342123,208342123,208342123,208342123,208342123,208342123,208342123,208342123,208342123,208342123,208342123,208342123,208404478,208342123,208404478,208342123,208342123,208342123,208342123,208342123,208342123,208342123,208342123,208342123,208342123,208342123,208342123,4294839403,4394091,208342123,69010461,69010461,69010461,69010461,69010461,69009611,13304861,69010461,69010461,69010461,69010461,69010461,69010461,69010461,69010461,69010461,69010461,69011250,69010461,119145501,69010461,69074942,69010461,120849437,69010461,69010461,69010461,69010461,69010461,69010461,69010461,69010461,69010461,69010461,69010461,69010461,69010461,69010461,69010461,69010461,69010461,69010461,69010461,69010461,69010461,69010461,69011253,69010461,69011254,69010461,69010461,69010461,69010461,69010461,69010461,69010461,69010461,69010461,69010461,69010461,69010461,4294837277,4391965,69010461,69010461,69010461,69010461,69010461,69010461,69009611,13304861,69010461,69010461,69010461,69010461,69010461,69010461,69010461,69010461,69010461,69010461,69011250,69010461,119145501,69010461,69011251,69010461,120849437,4294901758,4294901758,4294901758,4294901758,4294901758,69010461,69010461,69010461,4294837277,4294901758,4294901758,69074942,69010461,69010461,69010461,69010461,69010461,69010461,69010461,69010461,69010461,69010461,69011253,69010461,4294838070,4294901758,4294901758,69074942,69010461,69010461,69010461,69010461,69010461,69010461,69010461,69010461,69010461,4294837277,4391965,69010461,120981302,120981302,120981302,120981302,120981302,120979659,13305654,120981302,120981302,120981302,120981302,120981302,120981302,120981302,120981302,120981302,120981302,120981298,120981302,201393974,120981302,121044990,120981302,68880182,120981302,120981302,120981302,120981302,120981302,120981302,120981302,120981302,120981302,120981302,120981302,120981302,120981302,120981302,120981302,120981302,120981302,120981302,120981302,120981302,120981302,120981302,120982649,120981302,120980509,120981302,120981302,120981302,120981302,120981302,120981302,120981302,120981302,120981302,120981302,120981302,120981302,4294838070,14550838,120981302,120981302,120981302,120981302,120981302,120981302,120980197,48564022,120981302,120981302,120981302,120981302,120981302,120981302,120981302,120981302,120981302,120981302,121044990,120981302,207947574,120981302,120982647,120981302,4294838070,120981302,120981302,120981302,120981302,120981302,120981302,120981302,120981302,120981302,120981302,120981302,120981302,120981302,120981302,120981302,120981302,120981302,120981302,120981302,120981302,120981302,120981302,121044990,120981302,120981302,120981302,120981302,120981302,120981302,120981302,120981302,120981302,120981302,120981302,4294838070,120981302,120981302,4294838070,211420982,120981302,121112376,121112376,121112376,121112376,121112376,121110562,2230072,121112376,121112376,121112376,121112376,121112376,121112376,121112376,121112376,121112376,121112376,121110727,121112376,121112376,121112376,121176062,121112376,209323832,121112376,121112376,121112376,121112376,121112376,121112376,121112376,121112376,121112376,121112376,121112376,121112376,121112376,121112376,121112376,121112376,121112376,121112376,121112376,121112376,121112376,121112376,121113681,121112376,121113654,121112376,121112376,121112376,121112376,121112376,121112376,121112376,121112376,121112376,121112376,121112376,121112376,4294838072,209389368,121112376,38535756,38535756,38535756,38535756,38535756,38535202,2228812,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535304,38535756,38601292,38535756,38535756,38535756,22872652,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38538321,38535756,38535760,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,4294836812,38863436,38535756,209456252,209456252,209456252,209456252,209456252,209453259,13307004,209456252,209456252,209456252,209456252,209456252,209456252,209456252,209456252,209456252,209456252,209453260,209456252,4294839420,209456252,209518590,209456252,247991420,209456252,209456252,209456252,209456252,209456252,209456252,209456252,209456252,209456252,209456252,209456252,209456252,209456252,209456252,209456252,209456252,209456252,209456252,209456252,209456252,209456252,209456252,209456234,209456252,209518590,209456252,209456252,209456252,209456252,209456252,209456252,209456252,209456252,209456252,209456252,209456252,209456252,4294839420,121375868,209456252,209521789,209521789,209521789,209521789,209521789,209518626,2231421,209521789,209521789,209521789,209521789,209521789,209521789,209521789,209521789,209521789,209521789,209521241,209521789,209652861,209521789,209521789,209521789,209718397,209521789,209521789,209521789,209521789,209521789,209521789,209521789,209521789,209521789,209521789,209521789,209521789,209521789,209521789,209521789,209521789,209521789,209521789,209521789,209521789,209521789,209521789,209520442,209521789,209584126,209521789,209521789,209521789,209521789,209521789,209521789,209521789,209521789,209521789,209521789,209521789,209521789,4294839421,209915005,209521789,209521789,209521789,209521789,209521789,209521789,209518626,2231421,209521789,209521789,209521789,209521789,209521789,209521789,209521789,209521789,209521789,209521789,209584126,209521789,209652861,209521789,209521789,209521789,209718397,209521789,209521789,209521789,209521789,209521789,209521789,209521789,209521789,209521789,209521789,209521789,209521789,209521789,209521789,209521789,209521789,209521789,209521789,209521789,209521789,209521789,209521789,209520442,209521789,209584126,209521789,209521789,209521789,209521789,209521789,209521789,209521789,209521789,209521789,209521789,209521789,209521789,4294839421,209915005,209521789,209652863,209652863,209652863,209652863,209652863,209649698,2231423,209652863,209652863,209652863,209652863,209652863,209652863,209652863,209652863,209652863,209652863,209652876,209652863,209652863,209652863,209652863,209652863,4294839423,209652863,209652863,209652863,209652863,209652863,209652863,209652863,209652863,209652863,209652863,209652863,209652863,209652863,209652863,209652863,209652863,209652863,209652863,209652863,209652863,209652863,209652863,209715198,209652863,209715198,209652863,209652863,209652863,209652863,209652863,209652863,209652863,209652863,209652863,209652863,209652863,209652863,4294839423,4294839423,209652863,209521789,209521789,209521789,209521789,209521789,209518626,2231421,209521789,209521789,209521789,209521789,209521789,209521789,209521789,209521789,209521789,209521789,209521241,209521789,209652861,209521789,209584126,209521789,209718397,209521789,209521789,209521789,209521789,209521789,209521789,209521789,209521789,209521789,209521789,209521789,209521789,209521789,209521789,209521789,209521789,209521789,209521789,209521789,209521789,209521789,209521789,209520442,209521789,209584126,209521789,209521789,209521789,209521789,209521789,209521789,209521789,209521789,209521789,209521789,209521789,209521789,4294839421,209915005,209521789,209521789,209521789,209521789,209521789,209521789,209518626,2231421,209521789,209521789,209521789,209521789,209521789,209521789,209521789,209521789,209521789,209521789,209521241,209521789,209652861,209521789,209521789,209521789,209718397,4294901758,4294901758,4294901758,4294901758,4294901758,209521789,209521789,209521789,4294839421,4294901758,4294901758,209584126,209521789,209521789,209521789,209521789,209521789,209521789,209521789,209521789,209521789,209521789,209520442,209521789,4294901758,4294901758,4294901758,209584126,209521789,209521789,209521789,209521789,209521789,209521789,209521789,209521789,209521789,4294839421,209915005,209521789,121308987,121308987,121308987,121308987,121308987,121307170,2230075,121308987,121308987,121308987,121308987,121308987,121308987,121308987,121308987,121308987,121308987,121308193,121308987,204801851,121308987,121311194,121308987,19334971,121308987,121308987,121308987,121308987,121308987,121308987,121308987,121308987,121308987,121308987,121308987,121308987,121308987,121308987,121308987,121308987,121308987,121308987,121308987,121308987,121308987,121308987,121310341,121308987,121310342,121308987,121308987,121308987,121308987,121308987,121308987,121308987,121308987,121308987,121308987,121308987,121308987,4294838075,4392763,121308987,4294901758,4294901758,4294901758,4294901758,4294901758,4294836709,31850494,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,210111622,210111622,210111622,210111622,210111622,210108450,2231430,210111622,210111622,210111622,210111622,210111622,210111622,210111622,210111622,210111622,210111622,210109473,210111622,206441606,210111622,210111622,210111622,4294839430,210111622,210111622,210111622,210111622,210111622,210111622,210111622,210111622,210111622,210111622,210111622,210111622,210111622,210111622,210111622,210111622,210111622,210111622,210111622,210111622,210111622,210111622,210173950,210111622,210110267,210111622,210111622,210111622,210111622,210111622,210111622,210111622,210111622,210111622,210111622,210111622,210111622,4294839430,100535430,210111622,38535756,38535756,38535756,38535756,38535756,38535202,2228812,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535304,38535756,38601292,38535756,38535756,38535756,22872652,4294901758,4294901758,4294901758,4294901758,4294901758,38535756,38535756,38535756,4294836812,4294901758,4294901758,38600702,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535759,38535756,4294836816,4294901758,4294901758,38600702,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,4294836812,38863436,38535756,210242696,210242696,210242696,210242696,210242696,210239522,2231432,210242696,210242696,210242696,210242696,210242696,210242696,210242696,210242696,210242696,210242696,210240545,210242696,117443720,210242696,210242696,210242696,210373768,210242696,210242696,210242696,210242696,210242696,210242696,210242696,210242696,210242696,210242696,210242696,210242696,210242696,210242696,210242696,210242696,210242696,210242696,210242696,210242696,210242696,210242696,210242699,210242696,210241335,210242696,210242696,210242696,210242696,210242696,210242696,210242696,210242696,210242696,210242696,210242696,210242696,4294839432,4394120,210242696,214764749,214764749,214764749,214764749,214764749,214762548,70520013,214764749,214764749,214764749,214764749,214764749,214764749,214764749,214764749,214764749,214764749,214827006,214764749,214895821,214764749,214764749,214764749,124456141,214764749,214764749,214764749,214764749,214764749,214764749,214764749,214764749,214764749,214764749,214764749,214764749,214764749,214764749,214764749,214764749,214764749,214764749,214764749,214764749,214764749,214764749,214764753,214764749,214764754,214764749,214764749,214764749,214764749,214764749,214764749,214764749,214764749,214764749,214764749,214764749,214764749,4294839501,215157965,214764749,210242696,210242696,210242696,210242696,210242696,210239522,2231432,210242696,210242696,210242696,210242696,210242696,210242696,210242696,210242696,210242696,210242696,210240545,210242696,117443720,210242696,210241804,210242696,12848264,210242696,210242696,210242696,210242696,210242696,210242696,210242696,210242696,210242696,210242696,210242696,210242696,210242696,210242696,210242696,210242696,210242696,210242696,210242696,210242696,210242696,210242696,210242699,210242696,210241335,210242696,210242696,210242696,210242696,210242696,210242696,210242696,210242696,210242696,210242696,210242696,210242696,4294839432,4394120,210242696,210242696,210242696,210242696,210242696,210242696,210239779,19074184,210242696,210242696,210242696,210242696,210242696,210242696,210242696,210242696,210242696,210242696,210242137,210242696,117574792,210242696,210242696,210242696,4294839432,210242696,210242696,210242696,210242696,210242696,210242696,210242696,210242696,210242696,210242696,210242696,210242696,210242696,210242696,210242696,210242696,210242696,210242696,210242696,210242696,210242696,210242696,210305022,210242696,210305022,210242696,210242696,210242696,210242696,210242696,210242696,210242696,210242696,210242696,4294839432,210242696,210242696,4294839432,203426952,210242696,121505598,121505598,121505598,121505598,121505598,121503778,2230078,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121569278,121505598,121636670,121505598,121505598,121505598,98567998,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505601,121505598,121505602,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,4294838078,121833278,121505598,121505598,121505598,121505598,121505598,121505598,121503778,2230078,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121506393,121505598,121636670,121505598,121505598,121505598,98567998,4294901758,4294901758,4294901758,4294901758,4294901758,121505598,121505598,121505598,4294838078,4294901758,4294901758,121569278,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505601,121505598,4294838082,4294901758,4294901758,121569278,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,4294838078,121833278,121505598,210766992,210766992,210766992,210766992,210766992,210763810,2231440,210766992,210766992,210766992,210766992,210766992,210766992,210766992,210766992,210766992,210766992,210766988,210766992,210766992,210766992,210766992,210766992,4294839440,210766992,210766992,210766992,210766992,210766992,210766992,210766992,210766992,210766992,210766992,210766992,210766992,210766992,210766992,210766992,210766992,210766992,210766992,210766992,210766992,210766992,210766992,210829310,210766992,210766873,210766992,210766992,210766992,210766992,210766992,210766992,210766992,210766992,210766992,210766992,210766992,210766992,4294839440,4294839440,210766992,121767746,121767746,121767746,121767746,121767746,121765922,2230082,121767746,121767746,121767746,121767746,121767746,121767746,121767746,121767746,121767746,121767746,121768537,121767746,210765634,121767746,121831422,121767746,210831170,121767746,121767746,121767746,121767746,121767746,121767746,121767746,121767746,121767746,121767746,121767746,121767746,121767746,121767746,121767746,121767746,121767746,121767746,121767746,121767746,121767746,121767746,121769106,121767746,121767746,121767746,121767746,121767746,121767746,121767746,121767746,121767746,121767746,121767746,121767746,121767746,121767746,4294838082,210962242,121767746,4294901758,4294901758,4294901758,4294901758,4294901758,4294838879,174063614,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,121505598,121505598,121505598,121505598,121505598,121503778,2230078,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121506393,121505598,121636670,121505598,121505598,121505598,98567998,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121506962,121505598,121505602,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,121505598,4294838078,121833278,121505598,38797904,38797904,38797904,38797904,38797904,38797346,2228816,38797904,38797904,38797904,38797904,38797904,38797904,38797904,38797904,38797904,38797904,38798369,38797904,69337680,38797904,38797904,38797904,69403216,4294901758,4294901758,4294901758,4294901758,4294901758,38797904,38797904,38797904,4294836816,4294901758,4294901758,38862846,38797904,38797904,38797904,38797904,38797904,38797904,38797904,38797904,38797904,38797904,38798372,38797904,4294837285,4294901758,4294901758,38862846,38797904,38797904,38797904,38797904,38797904,38797904,38797904,38797904,38797904,4294836816,4391504,38797904,210111622,210111622,210111622,210111622,210111622,210108450,2231430,210111622,210111622,210111622,210111622,210111622,210111622,210111622,210111622,210111622,210111622,210111636,210111622,206441606,210111622,210111622,210111622,4294839430,210111622,210111622,210111622,210111622,210111622,210111622,210111622,210111622,210111622,210111622,210111622,210111622,210111622,210111622,210111622,210111622,210111622,210111622,210111622,210111622,210111622,210111622,210173950,210111622,210110267,210111622,210111622,210111622,210111622,210111622,210111622,210111622,210111622,210111622,210111622,210111622,210111622,4294839430,100535430,210111622,69534757,69534757,69534757,69534757,69534757,69533730,2229285,69534757,69534757,69534757,69534757,69534757,69534757,69534757,69534757,69534757,69534757,69534753,69534757,119669797,69534757,69535542,69534757,122225701,69534757,69534757,69534757,69534757,69534757,69534757,69534757,69534757,69534757,69534757,69534757,69534757,69534757,69534757,69534757,69534757,69534757,69534757,69534757,69534757,69534757,69534757,69535562,69534757,69534288,69534757,69534757,69534757,69534757,69534757,69534757,69534757,69534757,69534757,69534757,69534757,69534757,4294837285,14550053,69534757,69534757,69534757,69534757,69534757,69534757,69533730,2229285,69534757,69534757,69534757,69534757,69534757,69534757,69534757,69534757,69534757,69534757,69534753,69534757,119669797,69534757,69534757,69534757,122225701,4294901758,4294901758,4294901758,4294901758,4294901758,69534757,69534757,69534757,4294837285,4294901758,4294901758,69599230,69534757,69534757,69534757,69534757,69534757,69534757,69534757,69534757,69534757,69534757,69535562,69534757,4294836816,4294901758,4294901758,69599230,69534757,69534757,69534757,69534757,69534757,69534757,69534757,69534757,69534757,4294837285,14550053,69534757,124979059,124979059,124979059,124979059,124979059,124977395,15927155,124979059,124979059,124979059,124979059,124979059,124979059,124979059,124979059,124979059,124979059,125042686,124979059,124847987,124979059,124979059,124979059,216467315,124979059,124979059,124979059,124979059,124979059,124979059,124979059,124979059,124979059,124979059,124979059,124979059,124979059,124979059,124979059,124979059,124979059,124979059,124979059,124979059,124979059,124979059,124980456,124979059,124978280,124979059,124979059,124979059,124979059,124979059,124979059,124979059,124979059,124979059,124979059,124979059,124979059,4294838131,4392819,124979059,122619727,122619727,122619727,122619727,122619727,122619727,122619727,122619727,122619727,122619727,122619727,122619727,122619727,122619727,122619727,122619727,122619727,122683390,122619727,122619727,122619727,122619727,122619727,122619727,122619727,122619727,122619727,122619727,122619727,122619727,122619727,122619727,122619727,122619727,122619727,122619727,122619727,122619727,122619727,122619727,122619727,122619727,122619727,122619727,122619727,122619727,122683390,122619727,122619727,122619727,122619727,122619727,122619727,122619727,122619727,122619727,122619727,122619727,4294838095,122619727,122619727,122619727,122619727,122619727,4294901758,4294901758,4294901758,4294901758,4294901758,4294836467,15990782,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,211812350,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,70452275,70452275,70452275,70452275,70452275,70452276,70517811,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70516734,70452275,70648883,70452275,70452275,70452275,70714419,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452280,70452275,70452281,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,4294837299,70911027,70452275,70452275,70452275,70452275,70452275,70452275,70452276,70517811,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70453088,70452275,70648883,70452275,70452275,70452275,70714419,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452280,70452275,70452281,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,4294837299,70452275,70452275,4294837299,70911027,70452275,122816338,122816338,122816338,122816338,122816338,122816338,122816338,122816338,122816338,122816338,122816338,122816338,122816338,122816338,122816338,122816338,122816338,122879998,122816338,122816338,122816338,122816338,122816338,122816338,122816338,122816338,122816338,122816338,122816338,122816338,122816338,122816338,122816338,122816338,122816338,122816338,122816338,122816338,122816338,122816338,122816338,122816338,122816338,122816338,122816338,122816338,122879998,122816338,122816338,122816338,122816338,122816338,122816338,122816338,122816338,122816338,122816338,122816338,4294838098,122816338,122816338,122816338,122816338,122816338,212012195,212012195,212012195,212012195,212012195,212009203,15928483,212012195,212012195,212012195,212012195,212012195,212012195,212012195,212012195,212012195,212012195,212012187,212012195,4294839459,212012195,212012195,212012195,4294839459,212012195,212012195,212012195,212012195,212012195,212012195,212012195,212012195,212012195,212012195,212012195,212012195,212012195,212012195,212012195,212012195,212012195,212012195,212012195,212012195,212012195,212012195,212074494,212012195,212074494,212012195,212012195,212012195,212012195,212012195,212012195,212012195,212012195,212012195,212012195,212012195,212012195,4294839459,4294839459,212012195,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,16515243,11206827,11206827,11206827,11206827,11206827,4294901758,4294901758,4294901758,4294901758,4294901758,4294836861,41811966,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,165740542,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,229969333,229969333,229969333,229969333,229969333,229969333,229969333,229969333,229969333,229969333,229969333,229969333,229969333,229969333,229969333,229969333,229969333,230031358,229969333,4294839733,229969333,229969333,229969333,4294839733,229969333,229969333,229969333,229969333,229969333,229969333,229969333,229969333,229969333,229969333,229969333,229969333,229969333,229969333,229969333,229969333,229969333,229969333,229969333,229969333,229969333,229969333,230031358,229969333,230031358,229969333,229969333,229969333,229969333,229969333,229969333,229969333,229969333,229969333,229969333,229969333,229969333,4294839733,4294839733,229969333,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855707,23855468,23855468,23855468,23855468,23855468,23855468,4294901758,4294901758,4294901758,4294901758,4294901758,23855468,23855468,23855468,4294836588,4294901758,4294901758,23920638,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855708,23855468,4294836588,4294901758,4294901758,23920638,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,23855468,123275097,123275097,123275097,123275097,123275097,123273388,11274073,123275097,123275097,123275097,123275097,123275097,123275097,123275097,123275097,123275097,123275097,123338750,123275097,70518617,123275097,123275097,123275097,123275097,123275097,123275097,123275097,123275097,123275097,123275097,123275097,123275097,123275097,123275097,123275097,123275097,123275097,123275097,123275097,123275097,123275097,123275097,123275097,123275097,123275097,123275097,123276459,123275097,123275097,123275097,123275097,123275097,123275097,123275097,123275097,123275097,123275097,123275097,123275097,123275097,123275097,123275097,123275097,123275097,123275097,123275097,123275097,123275097,123275097,123275097,123275097,123275097,123275097,123275097,123275097,123275097,123275097,123275097,123275097,123275097,123275097,123338750,123275097,123275097,123275097,123275097,123275097,123275097,123275097,123275097,123275097,123275097,123275097,123275097,123275097,123275097,123275097,123275097,123275097,123275097,123275097,123275097,123275097,123275097,123275097,123275097,123275097,123275097,123275097,123275097,123338750,123275097,123275097,123275097,123275097,123275097,123275097,123275097,123275097,123275097,123275097,123275097,4294838105,123275097,123275097,123275097,123275097,123275097,4294901758,4294901758,4294901758,4294901758,4294901758,4294837300,70582270,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,212664318,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70582270,70517812,123274292,70517812,70517812,70517812,123339828,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70518619,70517812,70518620,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,4294837300,123536436,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70518625,70517812,123274292,70517812,70517812,70517812,123339828,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70518619,70517812,70518620,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,4294837300,70517812,70517812,4294837300,123536436,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70518625,70517812,123274292,70517812,70517812,70517812,123339828,4294901758,4294901758,4294901758,4294901758,4294901758,70517812,70517812,70517812,4294837300,4294901758,4294901758,70582270,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70518619,70517812,4294838108,4294901758,4294901758,70582270,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,70517812,4294837300,123536436,70517812,123471708,123471708,123471708,123471708,123471708,123471708,123471708,123471708,123471708,123471708,123471708,123471708,123471708,123471708,123471708,123471708,123471708,123535358,123471708,123471708,123471708,123471708,123471708,123471708,123471708,123471708,123471708,123471708,123471708,123471708,123471708,123471708,123471708,123471708,123471708,123471708,123471708,123471708,123471708,123471708,123471708,123471708,123471708,123471708,123471708,123471708,123535358,123471708,123471708,123471708,123471708,123471708,123471708,123471708,123471708,123471708,123471708,123471708,4294838108,123471708,123471708,123471708,123471708,123471708,212929713,212929713,212929713,212929713,212929713,212927540,70519985,212929713,212929713,212929713,212929713,212929713,212929713,212929713,212929713,212929713,212929713,212928353,212929713,4294839473,212929713,212929713,212929713,4294839473,212929713,212929713,212929713,212929713,212929713,212929713,212929713,212929713,212929713,212929713,212929713,212929713,212929713,212929713,212929713,212929713,212929713,212929713,212929713,212929713,212929713,212929713,212991998,212929713,212991998,212929713,212929713,212929713,212929713,212929713,212929713,212929713,212929713,212929713,212929713,212929713,212929713,4294839473,4294839473,212929713,213126324,213126324,213126324,213126324,213126324,213123244,11275444,213126324,213126324,213126324,213126324,213126324,213126324,213126324,213126324,213126324,213126324,213126336,213126324,213126324,213126324,213126324,213126324,213126324,213126324,213126324,213126324,213126324,213126324,213126324,213126324,213126324,213126324,213126324,213126324,213126324,213126324,213126324,213126324,213126324,213126324,213126324,213126324,213126324,213126324,213126324,213126326,213126324,213126324,213126324,213126324,213126324,213126324,213126324,213126324,213126324,213126324,213126324,213126324,213126324,213126324,213126324,213126324,213126324,213126324,213126324,213126324,213126324,213126324,213126324,213126324,213126324,213126324,213126324,213126324,213126324,213126324,213126324,213126324,213126324,213126324,213188606,213126324,213126324,213126324,213126324,213126324,213126324,213126324,213126324,213126324,213126324,213126324,213126324,213126324,213126324,213126324,213126324,213126324,213126324,213126324,213126324,213126324,213126324,213126324,213126324,213126324,213126324,213126324,213126324,213188606,213126324,213126324,213126324,213126324,213126324,213126324,213126324,213126324,213126324,213126324,213126324,4294839476,213126324,213126324,213126324,213126324,213126324,214240453,214240453,214240453,214240453,214240453,214238260,70520005,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214302718,214240453,214109381,214240453,214240453,214240453,217320645,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240501,214240453,214240502,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,4294839493,217517253,214240453,123996004,123996004,123996004,123996004,123996004,123996004,123996004,123996004,123996004,123996004,123996004,123996004,123996004,123996004,123996004,123996004,123996004,124059646,123996004,123996004,123996004,123996004,123996004,123996004,123996004,123996004,123996004,123996004,123996004,123996004,123996004,123996004,123996004,123996004,123996004,123996004,123996004,123996004,123996004,123996004,123996004,123996004,123996004,123996004,123996004,123996004,124059646,123996004,123996004,123996004,123996004,123996004,123996004,123996004,123996004,123996004,123996004,123996004,4294838116,123996004,123996004,123996004,123996004,123996004,213519546,213519546,213519546,213519546,213519546,213516660,24382650,213519546,213519546,213519546,213519546,213519546,213519546,213519546,213519546,213519546,213519546,213581822,213519546,4294839482,213519546,213581822,213519546,4294839482,213519546,213519546,213519546,213519546,213519546,213519546,213519546,213519546,213519546,213519546,213519546,213519546,213519546,213519546,213519546,213519546,213519546,213519546,213519546,213519546,213519546,213519546,213581822,213519546,213581822,213519546,213519546,213519546,213519546,213519546,213519546,213519546,213519546,213519546,213519546,213519546,213519546,4294839482,8785082,213519546,4294901758,4294901758,4294901758,4294901758,4294901758,4294836467,15990782,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294836845,4294901758,4294901758,4294901758,4294901758,4294901758,213647358,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,9306110,4294901758,213650620,213650620,213650620,213650620,213650620,213647724,23858364,213650620,213650620,213650620,213650620,213650620,213650620,213650620,213650620,213650620,213650620,213712894,213650620,213650620,213650620,213650620,213650620,213650620,213650620,213650620,213650620,213650620,213650620,213650620,213650620,213650620,213650620,213650620,213650620,213650620,213650620,213650620,213650620,213650620,213650620,213650620,213650620,213650620,213650620,213650620,213712894,213650620,213650620,213650620,213650620,213650620,213650620,213650620,213650620,213650620,213650620,213650620,213650620,213650620,213650620,213650620,213650620,213650620,123864930,123864930,123864930,123864930,123864930,123863283,15927138,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123928574,123864930,123996002,123864930,123864930,123864930,124061538,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864934,123864930,123864935,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,4294838114,4392802,123864930,123864930,123864930,123864930,123864930,123864930,123863283,15927138,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123866295,123864930,123996002,123864930,123864930,123864930,124061538,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864934,123864930,123864935,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,4294838114,123864930,123864930,4294838114,4392802,123864930,123864930,123864930,123864930,123864930,123864930,123863283,15927138,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123866295,123864930,123996002,123864930,123864930,123864930,124061538,4294901758,4294901758,4294901758,4294901758,4294901758,123864930,123864930,123864930,4294838114,4294901758,4294901758,123928574,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864934,123864930,4294838119,4294901758,4294901758,123928574,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,123864930,4294838114,4392802,123864930,124192615,124192615,124192615,124192615,124192615,124192615,124192615,124192615,124192615,124192615,124192615,124192615,124192615,124192615,124192615,124192615,124192615,124256254,124192615,124192615,124192615,124192615,124192615,124192615,124192615,124192615,124192615,124192615,124192615,124192615,124192615,124192615,124192615,124192615,124192615,124192615,124192615,124192615,124192615,124192615,124192615,124192615,124192615,124192615,124192615,124192615,124256254,124192615,124192615,124192615,124192615,124192615,124192615,124192615,124192615,124192615,124192615,124192615,4294838119,124192615,124192615,124192615,124192615,124192615,214043842,214043842,214043842,214043842,214043842,214040819,15928514,214043842,214043842,214043842,214043842,214043842,214043842,214043842,214043842,214043842,214043842,214043831,214043842,4294839490,214043842,214043842,214043842,4294839490,214043842,214043842,214043842,214043842,214043842,214043842,214043842,214043842,214043842,214043842,214043842,214043842,214043842,214043842,214043842,214043842,214043842,214043842,214043842,214043842,214043842,214043842,214106110,214043842,214106110,214043842,214043842,214043842,214043842,214043842,214043842,214043842,214043842,214043842,214043842,214043842,214043842,4294839490,4394178,214043842,70648886,70648886,70648886,70648886,70648886,70647980,11273270,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70713342,70648886,70452278,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70649705,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,214109379,214109379,214109379,214109379,214109379,214106355,15928515,214109379,214109379,214109379,214109379,214109379,214109379,214109379,214109379,214109379,214109379,214171646,214109379,214240451,214109379,214171646,214109379,4294839491,214109379,214109379,214109379,214109379,214109379,214109379,214109379,214109379,214109379,214109379,214109379,214109379,214109379,214109379,214109379,214109379,214109379,214109379,214109379,214109379,214109379,214109379,214109383,214109379,214109384,214109379,214109379,214109379,214109379,214109379,214109379,214109379,214109379,214109379,214109379,214109379,214109379,4294839491,4394179,214109379,214109379,214109379,214109379,214109379,214109379,214109379,214109379,214109379,214109379,214109379,214109379,214109379,214109379,214109379,214109379,214109379,214109379,214171646,214109379,214109379,214109379,214109379,214109379,214109379,214109379,214109379,214109379,214109379,214109379,214109379,214109379,214109379,214109379,214109379,214109379,214109379,214109379,214109379,214109379,214109379,214109379,214109379,214109379,214109379,214109379,214109379,214171646,214109379,214109379,214109379,214109379,214109379,214109379,214109379,214109379,214109379,214109379,214109379,4294839491,214109379,214109379,214109379,214109379,214109379,214437064,214437064,214437064,214437064,214437064,214433964,11275464,214437064,214437064,214437064,214437064,214437064,214437064,214437064,214437064,214437064,214437064,214437034,214437064,131599560,214437064,214437064,214437064,214437064,214437064,214437064,214437064,214437064,214437064,214437064,214437064,214437064,214437064,214437064,214437064,214437064,214437064,214437064,214437064,214437064,214437064,214437064,214437064,214437064,214437064,214437064,214499326,214437064,214499326,214437064,214437064,214437064,214437064,214437064,214437064,214437064,214437064,214437064,214437064,214437064,214437064,214437064,214437064,214437064,70648886,70648886,70648886,70648886,70648886,70647980,11273270,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70649704,70648886,70452278,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70649705,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,4294837302,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70647980,11273270,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70649704,70648886,70452278,70648886,70648886,70648886,70648886,4294901758,4294901758,4294901758,4294901758,4294901758,70648886,70648886,70648886,4294837302,4294901758,4294901758,70713342,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70649705,70648886,4294837302,4294901758,4294901758,70713342,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,70648886,244125325,244125325,244125325,244125325,244125325,244122518,60165773,244125325,244125325,244125325,244125325,244125325,244125325,244125325,244125325,244125325,244125325,244187134,244125325,244256397,244125325,244125328,244125325,244387469,244125325,244125325,244125325,244125325,244125325,244125325,244125325,244125325,244125325,244125325,244125325,244125325,244125325,244125325,244125325,244125325,244125325,244125325,244125325,244125325,244125325,244125325,244125330,244125325,244125331,244125325,244125325,244125325,244125325,244125325,244125325,244125325,244125325,244125325,244125325,244125325,244125325,4294839949,4394637,244125325,214764749,214764749,214764749,214764749,214764749,214762548,70520013,214764749,214764749,214764749,214764749,214764749,214764749,214764749,214764749,214764749,214764749,214764750,214764749,214895821,214764749,214764749,214764749,124456141,214764749,214764749,214764749,214764749,214764749,214764749,214764749,214764749,214764749,214764749,214764749,214764749,214764749,214764749,214764749,214764749,214764749,214764749,214764749,214764749,214764749,214764749,214764753,214764749,214764754,214764749,214764749,214764749,214764749,214764749,214764749,214764749,214764749,214764749,214764749,214764749,214764749,4294839501,215157965,214764749,4294901758,4294901758,4294901758,4294901758,4294901758,4294836467,15990782,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4456446,4294901758,214895823,214895823,214895823,214895823,214895823,214893620,70520015,214895823,214895823,214895823,214895823,214895823,214895823,214895823,214895823,214895823,214895823,214958078,214895823,214895823,214895823,214895823,214895823,4294839503,214895823,214895823,214895823,214895823,214895823,214895823,214895823,214895823,214895823,214895823,214895823,214895823,214895823,214895823,214895823,214895823,214895823,214895823,214895823,214895823,214895823,214895823,214958078,214895823,214958078,214895823,214895823,214895823,214895823,214895823,214895823,214895823,214895823,214895823,214895823,214895823,214895823,4294839503,4294839503,214895823,214961360,214961360,214961360,214961360,214961360,214961921,251727056,214961360,214961360,214961360,214961360,214961360,214961360,214961360,214961360,214961360,214961360,215023614,214961360,4294839504,214961360,215023614,214961360,4294839504,214961360,214961360,214961360,214961360,214961360,214961360,214961360,214961360,214961360,214961360,214961360,214961360,214961360,214961360,214961360,214961360,214961360,214961360,214961360,214961360,214961360,214961360,215023614,214961360,215023614,214961360,214961360,214961360,214961360,214961360,214961360,214961360,214961360,214961360,214961360,214961360,214961360,4294839504,215157968,214961360,214764749,214764749,214764749,214764749,214764749,214762547,70454477,214764749,214764749,214764749,214764749,214764749,214764749,214764749,214764749,214764749,214764749,214827006,214764749,214895821,214764749,214764749,214764749,124456141,214764749,214764749,214764749,214764749,214764749,214764749,214764749,214764749,214764749,214764749,214764749,214764749,214764749,214764749,214764749,214764749,214764749,214764749,214764749,214764749,214764749,214764749,214827006,214764749,214764754,214764749,214764749,214764749,214764749,214764749,214764749,214764749,214764749,214764749,4294839501,214764749,214764749,4294839501,215157965,214764749,215092434,215092434,215092434,215092434,215092434,215090228,70520018,215092434,215092434,215092434,215092434,215092434,215092434,215092434,215092434,215092434,215092434,215092430,215092434,4294839506,215092434,215092434,215092434,4294839506,215092434,215092434,215092434,215092434,215092434,215092434,215092434,215092434,215092434,215092434,215092434,215092434,215092434,215092434,215092434,215092434,215092434,215092434,215092434,215092434,215092434,215092434,215154686,215092434,215092434,215092434,215092434,215092434,215092434,215092434,215092434,215092434,215092434,215092434,215092434,215092434,215092434,4294839506,4294839506,215092434,70452275,70452275,70452275,70452275,70452275,70452276,70517811,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70453088,70452275,70648883,70452275,70452275,70452275,70714419,4294901758,4294901758,4294901758,4294901758,4294901758,70452275,70452275,70452275,4294837299,4294901758,4294901758,70516734,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452280,70452275,4294837305,4294901758,4294901758,70516734,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,70452275,4294837299,70911027,70452275,215420119,215420119,215420119,215420119,215420119,215417196,23858391,215420119,215420119,215420119,215420119,215420119,215420119,215420119,215420119,215420119,215420119,215417211,215420119,215420119,215420119,215420119,215420119,215420119,215420119,215420119,215420119,215420119,215420119,215420119,215420119,215420119,215420119,215420119,215420119,215420119,215420119,215420119,215420119,215420119,215420119,215420119,215420119,215420119,215420119,215420119,215482366,215420119,215482366,215420119,215420119,215420119,215420119,215420119,215420119,215420119,215420119,215420119,215420119,215420119,215420119,215420119,215420119,215420119,70845497,70845497,70845497,70845497,70845497,70844588,11273273,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70844797,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70846319,70845497,70846320,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70844588,11273273,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70844656,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70846319,70845497,70846320,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,4294837305,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70844588,11273273,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70844656,70845497,70845497,70845497,70845497,70845497,70845497,4294901758,4294901758,4294901758,4294901758,4294901758,70845497,70845497,70845497,4294837305,4294901758,4294901758,70909950,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70846319,70845497,4294838128,4294901758,4294901758,70909950,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,70845497,215682267,215682267,215682267,215682267,215682267,215679148,11275483,215682267,215682267,215682267,215682267,215682267,215682267,215682267,215682267,215682267,215682267,215680872,215682267,124783835,215682267,215682267,215682267,215682267,215682267,215682267,215682267,215682267,215682267,215682267,215682267,215682267,215682267,215682267,215682267,215682267,215682267,215682267,215682267,215682267,215682267,215682267,215682267,215682267,215682267,215682267,215744510,215682267,215744510,215682267,215682267,215682267,215682267,215682267,215682267,215682267,215682267,215682267,215682267,215682267,215682267,215682267,215682267,215682267,124782448,124782448,124782448,124782448,124782448,124781620,70518640,124782448,124782448,124782448,124782448,124782448,124782448,124782448,124782448,124782448,124782448,124782432,124782448,215680880,124782448,124784282,124782448,4294838128,124782448,124782448,124782448,124782448,124782448,124782448,124782448,124782448,124782448,124782448,124782448,124782448,124782448,124782448,124782448,124782448,124782448,124782448,124782448,124782448,124782448,124782448,124783837,124782448,124783838,124782448,124782448,124782448,124782448,124782448,124782448,124782448,124782448,124782448,124782448,124782448,124782448,4294838128,215943024,124782448,215878878,215878878,215878878,215878878,215878878,215878878,215878878,215878878,215878878,215878878,215878878,215878878,215878878,215878878,215878878,215878878,215878878,215941118,215878878,215878878,215878878,215878878,215878878,215878878,215878878,215878878,215878878,215878878,215878878,215878878,215878878,215878878,215878878,215878878,215878878,215878878,215878878,215878878,215878878,215878878,215878878,215878878,215878878,215878878,215878878,215878878,215941118,215878878,215878878,215878878,215878878,215878878,215878878,215878878,215878878,215878878,215878878,215878878,4294839518,215878878,215878878,215878878,215878878,215878878,215878878,215878878,215878878,215878878,215878878,215876660,70520030,215878878,215878878,215878878,215878878,215878878,215878878,215878878,215878878,215878878,215878878,215877472,215878878,4294839518,215878878,215878878,215878878,4294839518,215878878,215878878,215878878,215878878,215878878,215878878,215878878,215878878,215878878,215878878,215878878,215878878,215878878,215878878,215878878,215878878,215878878,215878878,215878878,215878878,215878878,215878878,215878877,215878878,215877488,215878878,215878878,215878878,215878878,215878878,215878878,215878878,215878878,215878878,215878878,215878878,215878878,4294839518,4294839518,215878878,11206827,11206827,11206827,11206827,11206827,11206828,11272363,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206896,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11208559,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,11206827,216009952,216009952,216009952,216009952,216009952,216006899,15928544,216009952,216009952,216009952,216009952,216009952,216009952,216009952,216009952,216009952,216009952,216072190,216009952,165743840,216009952,216009952,216009952,216141024,216009952,216009952,216009952,216009952,216009952,216009952,216009952,216009952,216009952,216009952,216009952,216009952,216009952,216009952,216009952,216009952,216009952,216009952,216009952,216009952,216009952,216009952,216009955,216009952,216009956,216009952,216009952,216009952,216009952,216009952,216009952,216009952,216009952,216009952,216009952,216009952,216009952,4294839520,216337632,216009952,216009952,216009952,216009952,216009952,216009952,216006899,15928544,216009952,216009952,216009952,216009952,216009952,216009952,216009952,216009952,216009952,216009952,216072190,216009952,165743840,216009952,216072190,216009952,4294839520,216009952,216009952,216009952,216009952,216009952,216009952,216009952,216009952,216009952,216009952,216009952,216009952,216009952,216009952,216009952,216009952,216009952,216009952,216009952,216009952,216009952,216009952,216009955,216009952,216009956,216009952,216009952,216009952,216009952,216009952,216009952,216009952,216009952,216009952,216009952,216009952,216009952,4294839520,216337632,216009952,176884363,176884363,176884363,176884363,176884363,176884363,176884363,176884363,176884363,176884363,176884363,176884363,176884363,176884363,176884363,176884363,176884363,176947198,176884363,176884363,176884363,176884363,176884363,176884363,176884363,176884363,176884363,176884363,176884363,176884363,176884363,176884363,176884363,176884363,176884363,176884363,176884363,176884363,176884363,176884363,176884363,176884363,176884363,176884363,176884363,176884363,176947198,176884363,176884363,176884363,176884363,176884363,176884363,176884363,176884363,176884363,176884363,176884363,4294838923,176884363,176884363,176884363,176884363,176884363,216272100,216272100,216272100,216272100,216272100,216268972,11275492,216272100,216272100,216272100,216272100,216272100,216272100,216272100,216272100,216272100,216272100,216271367,216272100,4294839524,216272100,216272100,216272100,216272100,216272100,216272100,216272100,216272100,216272100,216272100,216272100,216272100,216272100,216272100,216272100,216272100,216272100,216272100,216272100,216272100,216272100,216272100,216272100,216272100,216272100,216272100,216334334,216272100,216334334,216272100,216272100,216272100,216272100,216272100,216272100,216272100,216272100,216272100,216272100,216272100,216272100,216272100,216272100,216272100,31195612,31195612,31195612,31195612,31195612,31260671,4294902236,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195638,31195612,19071452,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31260670,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,31195612,122619727,122619727,122619727,122619727,122619727,122618028,11274063,122619727,122619727,122619727,122619727,122619727,122619727,122619727,122619727,122619727,122619727,122683390,122619727,122488655,122619727,122619727,122619727,122619727,122619727,122619727,122619727,122619727,122619727,122619727,122619727,122619727,122619727,122619727,122619727,122619727,122619727,122619727,122619727,122619727,122619727,122619727,122619727,122619727,122619727,122619727,122621086,122619727,122619727,122619727,122619727,122619727,122619727,122619727,122619727,122619727,122619727,122619727,122619727,122619727,122619727,122619727,122619727,122619727,124979059,124979059,124979059,124979059,124979059,124977395,15927155,124979059,124979059,124979059,124979059,124979059,124979059,124979059,124979059,124979059,124979059,124980454,124979059,124847987,124979059,125042686,124979059,72222579,124979059,124979059,124979059,124979059,124979059,124979059,124979059,124979059,124979059,124979059,124979059,124979059,124979059,124979059,124979059,124979059,124979059,124979059,124979059,124979059,124979059,124979059,124980456,124979059,124978280,124979059,124979059,124979059,124979059,124979059,124979059,124979059,124979059,124979059,124979059,124979059,124979059,4294838131,4392819,124979059,124979059,124979059,124979059,124979059,124979059,124979059,124979059,124979059,124979059,124979059,124979059,124979059,124979059,124979059,124979059,124979059,124979059,125042686,124979059,124979059,124979059,124979059,124979059,124979059,124979059,124979059,124979059,124979059,124979059,124979059,124979059,124979059,124979059,124979059,124979059,124979059,124979059,124979059,124979059,124979059,124979059,124979059,124979059,124979059,124979059,124979059,125042686,124979059,124979059,124979059,124979059,124979059,124979059,124979059,124979059,124979059,124979059,124979059,4294838131,124979059,124979059,124979059,124979059,124979059,216599785,216599785,216599785,216599785,216599785,216596852,24382697,216599785,216599785,216599785,216599785,216599785,216599785,216599785,216599785,216599785,216599785,216662014,216599785,125832425,216599785,216600167,216599785,241700073,216599785,216599785,216599785,216599785,216599785,216599785,216599785,216599785,216599785,216599785,216599785,216599785,216599785,216599785,216599785,216599785,216599785,216599785,216599785,216599785,216599785,216599785,216600169,216599785,216599853,216599785,216599785,216599785,216599785,216599785,216599785,216599785,216599785,216599785,216599785,216599785,216599785,4294839529,241831145,216599785,4294901758,4294901758,4294901758,4294901758,4294901758,4294836467,15990782,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,216727550,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,214240453,214240453,214240453,214240453,214240453,214238260,70520005,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214302718,214240453,214109381,214240453,214240453,214240453,217320645,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240501,214240453,214240502,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,4294839493,214240453,214240453,4294839493,217517253,214240453,214240453,214240453,214240453,214240453,214240453,214238260,70520005,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214302718,214240453,214109381,214240453,214240453,214240453,217320645,4294901758,4294901758,4294901758,4294901758,4294901758,214240453,214240453,214240453,4294839493,4294901758,4294901758,214302718,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240501,214240453,4294839542,4294901758,4294901758,214302718,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,4294839493,217517253,214240453,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,40173813,16056565,16056565,16056565,16056565,16056565,39977570,39977570,39977570,39977570,39977570,39977324,23855714,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,40042494,39977570,41747042,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39978045,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977324,23855714,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39978044,39977570,41747042,39977570,39977570,39977570,39977570,4294901758,4294901758,4294901758,4294901758,4294901758,39977570,39977570,39977570,4294836834,4294901758,4294901758,40042494,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39978045,39977570,4294836834,4294901758,4294901758,40042494,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,39977570,214240453,214240453,214240453,214240453,214240453,214238260,70520005,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214302718,214240453,214109381,214240453,214240982,214240453,4294839493,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240501,214240453,214240502,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,4294839493,217517253,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214302718,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214302718,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,214240453,216861893,214240453,214240453,214240453,214240453,214240453,217451766,217451766,217451766,217451766,217451766,217448620,11275510,217451766,217451766,217451766,217451766,217451766,217451766,217451766,217451766,217451766,217451766,217448818,217451766,4294839542,217451766,217451766,217451766,217451766,217451766,217451766,217451766,217451766,217451766,217451766,217451766,217451766,217451766,217451766,217451766,217451766,217451766,217451766,217451766,217451766,217451766,217451766,217451766,217451766,217451766,217451766,217513982,217451766,217513982,217451766,217451766,217451766,217451766,217451766,217451766,217451766,217451766,217451766,217451766,217451766,217451766,217451766,217451766,217451766,16056565,16056565,16056565,16056565,16056565,16056492,11272437,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056690,16056565,15925493,16056565,16056565,16056565,16056565,4294901758,4294901758,4294901758,4294901758,4294901758,16056565,16056565,16056565,4294836469,4294901758,4294901758,16121854,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056691,16056565,4294836469,4294901758,4294901758,16121854,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,16056565,217713914,217713914,217713914,217713914,217713914,217713915,217779450,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217776126,217713914,217910522,217713914,217713918,217713914,218041594,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713920,217713914,217713921,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,4294839546,218238202,217713914,217779451,217779451,217779451,217779451,217779451,217779451,217779451,217779451,217779451,217779451,217779451,217779451,217779451,217779451,217779451,217779451,217779451,217841662,217779451,4294839547,217779451,217841662,217779451,4294839547,217779451,217779451,217779451,217779451,217779451,217779451,217779451,217779451,217779451,217779451,217779451,217779451,217779451,217779451,217779451,217779451,217779451,217779451,217779451,217779451,217779451,217779451,217841662,217779451,217841662,217779451,217779451,217779451,217779451,217779451,217779451,217779451,217779451,217779451,217779451,217779451,217779451,4294839547,4294839547,217779451,217910525,217910525,217910525,217910525,217910525,217907592,25693437,217910525,217910525,217910525,217910525,217910525,217910525,217910525,217910525,217910525,217910525,217972734,217910525,217713917,217910525,217972734,217910525,217910525,217910525,217910525,217910525,217910525,217910525,217910525,217910525,217910525,217910525,217910525,217910525,217910525,217910525,217910525,217910525,217910525,217910525,217910525,217910525,217910525,217910525,217910525,217972734,217910525,217910525,217910525,217910525,217910525,217910525,217910525,217910525,217910525,217910525,217910525,217910525,217910525,217910525,217910525,217910525,217910525,217713914,217713914,217713914,217713914,217713914,217713915,217779450,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217776126,217713914,217910522,217713914,217713918,217713914,4294839546,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713920,217713914,217713921,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,4294839546,218238202,217713914,217713914,217713914,217713914,217713914,217713914,217713915,217779450,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217776126,217713914,217910522,217713914,217713918,217713914,265096442,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713920,217713914,217713921,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,4294839546,218238202,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217776126,217713914,217713914,217713914,217713918,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217776126,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,217713914,4294839546,217713914,217713914,217713914,217713914,217713914,218172673,218172673,218172673,218172673,218172673,218169736,25693441,218172673,218172673,218172673,218172673,218172673,218172673,218172673,218172673,218172673,218172673,218170008,218172673,218172673,218172673,218234878,218172673,218172673,218172673,218172673,218172673,218172673,218172673,218172673,218172673,218172673,218172673,218172673,218172673,218172673,218172673,218172673,218172673,218172673,218172673,218172673,218172673,218172673,218172673,218172673,218234878,218172673,218234878,218172673,218172673,218172673,218172673,218172673,218172673,218172673,218172673,218172673,218172673,218172673,218172673,218172673,218172673,218172673,4294901758,4294901758,4294901758,4294901758,4294901758,4294836596,24444926,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294838167,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,137627700,137627700,137627700,137627700,137627700,137625992,25692212,137627700,137627700,137627700,137627700,137627700,137627700,137627700,137627700,137627700,137627700,137691134,137627700,137496628,137627700,137629274,137627700,137627700,137627700,137627700,137627700,137627700,137627700,137627700,137627700,137627700,137627700,137627700,137627700,137627700,137627700,137627700,137627700,137627700,137627700,137627700,137627700,137627700,137627700,137627700,137629275,137627700,137627700,137627700,137627700,137627700,137627700,137627700,137627700,137627700,137627700,137627700,137627700,137627700,137627700,137627700,137627700,137627700,125831040,125831040,125831040,125831040,125831040,125830225,72419200,125831040,125831040,125831040,125831040,125831040,125831040,125831040,125831040,125831040,125831040,125832452,125831040,216598400,125831040,125894654,125831040,222300032,125831040,125831040,125831040,125831040,125831040,125831040,125831040,125831040,125831040,125831040,125831040,125831040,125831040,125831040,125831040,125831040,125831040,125831040,125831040,125831040,125831040,125831040,125832455,125831040,125832456,125831040,125831040,125831040,125831040,125831040,125831040,125831040,125831040,125831040,125831040,125831040,125831040,4294838144,4392832,125831040,125831040,125831040,125831040,125831040,125831040,125831040,125831040,125831040,125831040,125831040,125831040,125831040,125831040,125831040,125831040,125831040,125831040,125894654,125831040,125831040,125831040,125832453,125831040,125831040,125831040,125831040,125831040,125831040,125831040,125831040,125831040,125831040,125831040,125831040,125831040,125831040,125831040,125831040,125831040,125831040,125831040,125831040,125831040,125831040,125831040,125831040,125894654,125831040,125831040,125831040,125831040,125831040,125831040,125831040,125831040,125831040,125831040,125831040,4294838144,125831040,125831040,125831040,125831040,125831040,218631432,218631432,218631432,218631432,218631432,218628488,25693448,218631432,218631432,218631432,218631432,218631432,218631432,218631432,218631432,218631432,218631432,218629186,218631432,131468552,218631432,218693630,218631432,218631432,218631432,218631432,218631432,218631432,218631432,218631432,218631432,218631432,218631432,218631432,218631432,218631432,218631432,218631432,218631432,218631432,218631432,218631432,218631432,218631432,218631432,218631432,218693630,218631432,218693630,218631432,218631432,218631432,218631432,218631432,218631432,218631432,218631432,218631432,218631432,218631432,218631432,218631432,218631432,218631432,40305255,40305255,40305255,40305255,40305255,40305032,25690727,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40370174,40305255,24380007,40305255,40305731,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305732,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305032,25690727,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305730,40305255,24380007,40305255,40305731,40305255,40305255,4294901758,4294901758,4294901758,4294901758,4294901758,40305255,40305255,40305255,4294836839,4294901758,4294901758,40370174,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305732,40305255,4294836839,4294901758,4294901758,40370174,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,40305255,218893580,218893580,218893580,218893580,218893580,218890632,25693452,218893580,218893580,218893580,218893580,218893580,218893580,218893580,218893580,218893580,218893580,218893921,218893580,218893580,218893580,218893582,218893580,218893580,218893580,218893580,218893580,218893580,218893580,218893580,218893580,218893580,218893580,218893580,218893580,218893580,218893580,218893580,218893580,218893580,218893580,218893580,218893580,218893580,218893580,218893580,218893583,218893580,218893580,218893580,218893580,218893580,218893580,218893580,218893580,218893580,218893580,218893580,218893580,218893580,218893580,218893580,218893580,218893580,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72482814,72418385,126157905,72418385,72419206,72418385,128058449,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72419208,72418385,72419209,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,4294837329,4392017,72418385,218893580,218893580,218893580,218893580,218893580,218890632,25693452,218893580,218893580,218893580,218893580,218893580,218893580,218893580,218893580,218893580,218893580,218893921,218893580,218893580,218893580,218893582,218893580,4294839564,218893580,218893580,218893580,218893580,218893580,218893580,218893580,218893580,218893580,218893580,218893580,218893580,218893580,218893580,218893580,218893580,218893580,218893580,218893580,218893580,218893580,218893580,218893583,218893580,218893580,218893580,218893580,218893580,218893580,218893580,218893580,218893580,218893580,218893580,218893580,218893580,218893580,218893580,218893580,218893580,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81199102,81134806,81134806,81134806,81134809,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81199102,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,144639190,81134806,81134806,81134806,81134806,81134806,126158725,126158725,126158725,126158725,126158725,126157192,25692037,126158725,126158725,126158725,126158725,126158725,126158725,126158725,126158725,126158725,126158725,126222334,126158725,72419205,126158725,126160145,126158725,126158725,126158725,126158725,126158725,126158725,126158725,126158725,126158725,126158725,126158725,126158725,126158725,126158725,126158725,126158725,126158725,126158725,126158725,126158725,126158725,126158725,126158725,126158725,126160146,126158725,126158725,126158725,126158725,126158725,126158725,126158725,126158725,126158725,126158725,126158725,126158725,126158725,126158725,126158725,126158725,126158725,126158725,126158725,126158725,126158725,126158725,126157192,25692037,126158725,126158725,126158725,126158725,126158725,126158725,126158725,126158725,126158725,126158725,126160144,126158725,72419205,126158725,126160145,126158725,4294838149,126158725,126158725,126158725,126158725,126158725,126158725,126158725,126158725,126158725,126158725,126158725,126158725,126158725,126158725,126158725,126158725,126158725,126158725,126158725,126158725,126158725,126158725,126160146,126158725,126158725,126158725,126158725,126158725,126158725,126158725,126158725,126158725,126158725,126158725,126158725,126158725,126158725,126158725,126158725,126158725,219352339,219352339,219352339,219352339,219352339,219350097,72420627,219352339,219352339,219352339,219352339,219352339,219352339,219352339,219352339,219352339,219352339,219352340,219352339,219483411,219352339,219414526,219352339,126291219,219352339,219352339,219352339,219352339,219352339,219352339,219352339,219352339,219352339,219352339,219352339,219352339,219352339,219352339,219352339,219352339,219352339,219352339,219352339,219352339,219352339,219352339,219352343,219352339,219352344,219352339,219352339,219352339,219352339,219352339,219352339,219352339,219352339,219352339,219352339,219352339,219352339,4294839571,4394259,219352339,4294901758,4294901758,4294901758,4294901758,4294901758,4294836596,24444926,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,241041406,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,219483413,219483413,219483413,219483413,219483413,219480436,24382741,219483413,219483413,219483413,219483413,219483413,219483413,219483413,219483413,219483413,219483413,219545598,219483413,4294839573,219483413,219545598,219483413,4294839573,219483413,219483413,219483413,219483413,219483413,219483413,219483413,219483413,219483413,219483413,219483413,219483413,219483413,219483413,219483413,219483413,219483413,219483413,219483413,219483413,219483413,219483413,219545598,219483413,219545598,219483413,219483413,219483413,219483413,219483413,219483413,219483413,219483413,219483413,219483413,219483413,219483413,4294839573,4294839573,219483413,4294901758,4294901758,4294901758,4294901758,4294901758,4294836596,24444926,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,8847358,4294901758,219352339,219352339,219352339,219352339,219352339,219350097,72420627,219352339,219352339,219352339,219352339,219352339,219352339,219352339,219352339,219352339,219352339,219414526,219352339,4294839571,219352339,219414526,219352339,220466451,219352339,219352339,219352339,219352339,219352339,219352339,219352339,219352339,219352339,219352339,219352339,219352339,219352339,219352339,219352339,219352339,219352339,219352339,219352339,219352339,219352339,219352339,219414526,219352339,219414526,219352339,219352339,219352339,219352339,219352339,219352339,219352339,219352339,219352339,4294839571,219352339,219352339,4294839571,48106771,219352339,219680024,219680024,219680024,219680024,219680024,219677044,24382744,219680024,219680024,219680024,219680024,219680024,219680024,219680024,219680024,219680024,219680024,219678603,219680024,4294839576,219680024,219742206,219680024,4294839576,219680024,219680024,219680024,219680024,219680024,219680024,219680024,219680024,219680024,219680024,219680024,219680024,219680024,219680024,219680024,219680024,219680024,219680024,219680024,219680024,219680024,219680024,219742206,219680024,219742206,219680024,219680024,219680024,219680024,219680024,219680024,219680024,219680024,219680024,219680024,219680024,219680024,4294839576,4294839576,219680024,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72419204,72418385,126157905,72418385,72419206,72418385,128058449,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72419208,72418385,72419209,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,4294837329,72418385,72418385,4294837329,4392017,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72419204,72418385,126157905,72418385,72419206,72418385,128058449,4294901758,4294901758,4294901758,4294901758,4294901758,72418385,72418385,72418385,4294837329,4294901758,4294901758,72482814,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72419208,72418385,4294838153,4294901758,4294901758,72482814,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,72418385,4294837329,4392017,72418385,126420873,126420873,126420873,126420873,126420873,126419336,25692041,126420873,126420873,126420873,126420873,126420873,126420873,126420873,126420873,126420873,126420873,126419609,126420873,126420873,126420873,126422300,126420873,4294838153,126420873,126420873,126420873,126420873,126420873,126420873,126420873,126420873,126420873,126420873,126420873,126420873,126420873,126420873,126420873,126420873,126420873,126420873,126420873,126420873,126420873,126420873,126422301,126420873,126422302,126420873,126420873,126420873,126420873,126420873,126420873,126420873,126420873,126420873,126420873,126420873,126420873,126420873,126420873,126420873,220073246,220073246,220073246,220073246,220073246,220070993,72420638,220073246,220073246,220073246,220073246,220073246,220073246,220073246,220073246,220073246,220073246,220071812,220073246,4294839582,220073246,220135422,220073246,4294839582,220073246,220073246,220073246,220073246,220073246,220073246,220073246,220073246,220073246,220073246,220073246,220073246,220073246,220073246,220073246,220073246,220073246,220073246,220073246,220073246,220073246,220073246,220135422,220073246,220135422,220073246,220073246,220073246,220073246,220073246,220073246,220073246,220073246,220073246,220073246,220073246,220073246,4294839582,4394270,220073246,126617484,126617484,126617484,126617484,126617484,126615924,24381324,126617484,126617484,126617484,126617484,126617484,126617484,126617484,126617484,126617484,126617484,126617960,126617484,126617484,126617484,126618912,126617484,4294838156,126617484,126617484,126617484,126617484,126617484,126617484,126617484,126617484,126617484,126617484,126617484,126617484,126617484,126617484,126617484,126617484,126617484,126617484,126617484,126617484,126617484,126617484,126618914,126617484,126618915,126617484,126617484,126617484,126617484,126617484,126617484,126617484,126617484,126617484,126617484,126617484,126617484,4294838156,18220940,126617484,126617484,126617484,126617484,126617484,126617484,126681086,4294838156,126617484,126617484,126617484,126617484,126617484,126617484,126617484,126617484,126617484,126617484,126681086,126617484,126617484,126617484,126618912,126617484,220268428,126617484,126617484,126617484,126617484,126617484,126617484,126617484,126617484,126617484,126617484,126617484,126617484,126617484,126617484,126617484,126617484,126617484,126617484,126617484,126617484,126617484,126617484,126681086,126617484,126618915,126617484,126617484,126617484,126617484,126617484,126617484,126617484,126617484,126617484,4294838156,126617484,126617484,4294838156,18220940,126617484,220400931,220400931,220400931,220400931,220400931,220397940,24382755,220400931,220400931,220400931,220400931,220400931,220400931,220400931,220400931,220400931,220400931,220399976,220400931,220663075,220400931,220463102,220400931,4294839587,220400931,220400931,220400931,220400931,220400931,220400931,220400931,220400931,220400931,220400931,220400931,220400931,220400931,220400931,220400931,220400931,220400931,220400931,220400931,220400931,220400931,220400931,220463102,220400931,220400931,220400931,220400931,220400931,220400931,220400931,220400931,220400931,220400931,220400931,220400931,220400931,220400931,4294839587,18222371,220400931,126486410,126486410,126486410,126486410,126486410,126484852,24381322,126486410,126486410,126486410,126486410,126486410,126486410,126486410,126486410,126486410,126486410,126486411,126486410,126617482,126486410,126486413,126486410,71698314,126486410,126486410,126486410,126486410,126486410,126486410,126486410,126486410,126486410,126486410,126486410,126486410,126486410,126486410,126486410,126486410,126486410,126486410,126486410,126486410,126486410,126486410,126486414,126486410,126486415,126486410,126486410,126486410,126486410,126486410,126486410,126486410,126486410,126486410,4294838154,126486410,126486410,4294838154,18220938,126486410,126486410,126486410,126486410,126486410,126486410,126484852,24381322,126486410,126486410,126486410,126486410,126486410,126486410,126486410,126486410,126486410,126486410,126486411,126486410,126617482,126486410,126486413,126486410,71698314,4294901758,4294901758,4294901758,4294901758,4294901758,126486410,126486410,126486410,4294838154,4294901758,4294901758,126550014,126486410,126486410,126486410,126486410,126486410,126486410,126486410,126486410,126486410,126486410,126486414,126486410,4294838159,4294901758,4294901758,126550014,126486410,126486410,126486410,126486410,126486410,126486410,126486410,126486410,126486410,4294838154,18220938,126486410,220663079,220663079,220663079,220663079,220663079,220660084,24382759,220663079,220663079,220663079,220663079,220663079,220663079,220663079,220663079,220663079,220663079,220662120,220663079,220663079,220663079,220725246,220663079,4294839591,220663079,220663079,220663079,220663079,220663079,220663079,220663079,220663079,220663079,220663079,220663079,220663079,220663079,220663079,220663079,220663079,220663079,220663079,220663079,220663079,220663079,220663079,220725246,220663079,220663075,220663079,220663079,220663079,220663079,220663079,220663079,220663079,220663079,220663079,220663079,220663079,220663079,4294839591,18222375,220663079,126814095,126814095,126814095,126814095,126814095,126812532,24381327,126814095,126814095,126814095,126814095,126814095,126814095,126814095,126814095,126814095,126814095,126814091,126814095,220661647,126814095,126815528,126814095,4294838159,126814095,126814095,126814095,126814095,126814095,126814095,126814095,126814095,126814095,126814095,126814095,126814095,126814095,126814095,126814095,126814095,126814095,126814095,126814095,126814095,126814095,126814095,126815530,126814095,126814095,126814095,126814095,126814095,126814095,126814095,126814095,126814095,126814095,126814095,126814095,126814095,126814095,4294838159,18220943,126814095,126814095,126814095,126814095,126814095,126814095,126813260,72091535,126814095,126814095,126814095,126814095,126814095,126814095,126814095,126814095,126814095,126814095,126877694,126814095,220661647,126814095,126815528,126814095,220792719,126814095,126814095,126814095,126814095,126814095,126814095,126814095,126814095,126814095,126814095,126814095,126814095,126814095,126814095,126814095,126814095,126814095,126814095,126814095,126814095,126814095,126814095,126877694,126814095,126814095,126814095,126814095,126814095,126814095,126814095,126814095,126814095,126814095,126814095,4294838159,126814095,126814095,4294838159,18220943,126814095,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24380006,24379764,40305012,24379764,24380008,24379764,40436084,4294901758,4294901758,4294901758,4294901758,4294901758,24379764,24379764,24379764,4294836596,4294901758,4294901758,24444926,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24380010,24379764,4294836843,4294901758,4294901758,24444926,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,24379764,4294836596,8782196,24379764,221056301,221056301,221056301,221056301,221056301,221053320,25693485,221056301,221056301,221056301,221056301,221056301,221056301,221056301,221056301,221056301,221056301,221056272,221056301,127077677,221056301,221118462,221056301,221056301,221056301,221056301,221056301,221056301,221056301,221056301,221056301,221056301,221056301,221056301,221056301,221056301,221056301,221056301,221056301,221056301,221056301,221056301,221056301,221056301,221056301,221056301,221118462,221056301,221056404,221056301,221056301,221056301,221056301,221056301,221056301,221056301,221056301,221056301,221056301,221056301,221056301,221056301,221056301,221056301,127076243,127076243,127076243,127076243,127076243,127075409,72419219,127076243,127076243,127076243,127076243,127076243,127076243,127076243,127076243,127076243,127076243,127076228,127076243,221054867,127076243,127139838,127076243,226166675,127076243,127076243,127076243,127076243,127076243,127076243,127076243,127076243,127076243,127076243,127076243,127076243,127076243,127076243,127076243,127076243,127076243,127076243,127076243,127076243,127076243,127076243,127077680,127076243,127076310,127076243,127076243,127076243,127076243,127076243,127076243,127076243,127076243,127076243,127076243,127076243,127076243,4294838163,4392851,127076243,127076243,127076243,127076243,127076243,127076243,127076243,127076243,127076243,127076243,127076243,127076243,127076243,127076243,127076243,127076243,127076243,127076243,127139838,127076243,127076243,127076243,127077678,127076243,127076243,127076243,127076243,127076243,127076243,127076243,127076243,127076243,127076243,127076243,127076243,127076243,127076243,127076243,127076243,127076243,127076243,127076243,127076243,127076243,127076243,127076243,127076243,127139838,127076243,127076243,127076243,127076243,127076243,127076243,127076243,127076243,127076243,127076243,127076243,4294838163,127076243,127076243,127076243,127076243,127076243,40567403,40567403,40567403,40567403,40567403,40567176,25690731,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567449,40567403,40567403,40567403,40567882,40567403,40567403,4294901758,4294901758,4294901758,4294901758,4294901758,40567403,40567403,40567403,4294836843,4294901758,4294901758,40632318,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567883,40567403,4294837324,4294901758,4294901758,40632318,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,40567403,127338391,127338391,127338391,127338391,127338391,127336840,25692055,127338391,127338391,127338391,127338391,127338391,127338391,127338391,127338391,127338391,127338391,127337538,127338391,72091543,127338391,127339827,127338391,4294838167,127338391,127338391,127338391,127338391,127338391,127338391,127338391,127338391,127338391,127338391,127338391,127338391,127338391,127338391,127338391,127338391,127338391,127338391,127338391,127338391,127338391,127338391,127339828,127338391,127339829,127338391,127338391,127338391,127338391,127338391,127338391,127338391,127338391,127338391,127338391,127338391,127338391,127338391,127338391,127338391,127338391,127338391,127338391,127338391,127338391,127338391,127338391,127338391,127338391,127338391,127338391,127338391,127338391,127338391,127338391,127338391,127338391,127401982,127338391,127338391,127338391,127339827,127338391,127338391,127338391,127338391,127338391,127338391,127338391,127338391,127338391,127338391,127338391,127338391,127338391,127338391,127338391,127338391,127338391,127338391,127338391,127338391,127338391,127338391,127338391,127338391,127401982,127338391,127338391,127338391,127338391,127338391,127338391,127338391,127338391,127338391,127338391,127338391,4294838167,127338391,127338391,127338391,127338391,127338391,221580597,221580597,221580597,221580597,221580597,221577588,24382773,221580597,221580597,221580597,221580597,221580597,221580597,221580597,221580597,221580597,221580597,221642750,221580597,4294839605,221580597,221642750,221580597,4294839605,221580597,221580597,221580597,221580597,221580597,221580597,221580597,221580597,221580597,221580597,221580597,221580597,221580597,221580597,221580597,221580597,221580597,221580597,221580597,221580597,221580597,221580597,221642750,221580597,221642750,221580597,221580597,221580597,221580597,221580597,221580597,221580597,221580597,221580597,221580597,221580597,221580597,4294839605,4294839605,221580597,127076243,127076243,127076243,127076243,127076243,127075409,72419219,127076243,127076243,127076243,127076243,127076243,127076243,127076243,127076243,127076243,127076243,127076228,127076243,221054867,127076243,127077678,127076243,4294838163,127076243,127076243,127076243,127076243,127076243,127076243,127076243,127076243,127076243,127076243,127076243,127076243,127076243,127076243,127076243,127076243,127076243,127076243,127076243,127076243,127076243,127076243,127077680,127076243,127076310,127076243,127076243,127076243,127076243,127076243,127076243,127076243,127076243,127076243,127076243,127076243,127076243,4294838163,4392851,127076243,72090700,72090700,72090700,72090700,72090700,72089972,24380492,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72091536,72090700,127337548,72090700,72091544,72090700,127468620,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72091546,72090700,72091547,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,4294837324,8782924,72090700,72090700,72090700,72090700,72090700,72090700,72089972,24380492,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090214,72090700,127337548,72090700,72091544,72090700,127468620,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72091546,72090700,72091547,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,4294837324,72090700,72090700,4294837324,8782924,72090700,72090700,72090700,72090700,72090700,72090700,72089972,24380492,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090214,72090700,127337548,72090700,72091544,72090700,127468620,4294901758,4294901758,4294901758,4294901758,4294901758,72090700,72090700,72090700,4294837324,4294901758,4294901758,72155134,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72091546,72090700,4294838171,4294901758,4294901758,72155134,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,72090700,4294837324,8782924,72090700,221908282,221908282,221908282,221908282,221908282,221905288,25693498,221908282,221908282,221908282,221908282,221908282,221908282,221908282,221908282,221908282,221908282,221905986,221908282,127601978,221908282,221970430,221908282,221908282,221908282,221908282,221908282,221908282,221908282,221908282,221908282,221908282,221908282,221908282,221908282,221908282,221908282,221908282,221908282,221908282,221908282,221908282,221908282,221908282,221908282,221908282,221970430,221908282,221970430,221908282,221908282,221908282,221908282,221908282,221908282,221908282,221908282,221908282,221908282,221908282,221908282,221908282,221908282,221908282,127600539,127600539,127600539,127600539,127600539,127598964,24381339,127600539,127600539,127600539,127600539,127600539,127600539,127600539,127600539,127600539,127600539,127599206,127600539,221906843,127600539,127601979,127600539,4294838171,127600539,127600539,127600539,127600539,127600539,127600539,127600539,127600539,127600539,127600539,127600539,127600539,127600539,127600539,127600539,127600539,127600539,127600539,127600539,127600539,127600539,127600539,127601981,127600539,127599692,127600539,127600539,127600539,127600539,127600539,127600539,127600539,127600539,127600539,127600539,127600539,127600539,4294838171,222168987,127600539,8716421,8716421,8716421,8716421,8716421,8716469,11862149,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716469,8716421,8716421,8716421,8716477,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8781822,8716421,8716479,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,8716421,127731613,127731613,127731613,127731613,127731613,127730769,72419229,127731613,127731613,127731613,127731613,127731613,127731613,127731613,127731613,127731613,127731613,127732198,127731613,72550301,127731613,127795198,127731613,222300061,127731613,127731613,127731613,127731613,127731613,127731613,127731613,127731613,127731613,127731613,127731613,127731613,127731613,127731613,127731613,127731613,127731613,127731613,127731613,127731613,127731613,127731613,127733057,127731613,127733058,127731613,127731613,127731613,127731613,127731613,127731613,127731613,127731613,127731613,127731613,127731613,127731613,4294838173,9242525,127731613,127731613,127731613,127731613,127731613,127731613,127731584,125831069,127731613,127731613,127731613,127731613,127731613,127731613,127731613,127731613,127731613,127731613,127795198,127731613,72550301,127731613,127733055,127731613,222300061,127731613,127731613,127731613,127731613,127731613,127731613,127731613,127731613,127731613,127731613,127731613,127731613,127731613,127731613,127731613,127731613,127731613,127731613,127731613,127731613,127731613,127731613,127795198,127731613,127733058,127731613,127731613,127731613,127731613,127731613,127731613,127731613,127731613,127731613,4294838173,127731613,127731613,4294838173,9242525,127731613,222432578,222432578,222432578,222432578,222432578,222430289,72420674,222432578,222432578,222432578,222432578,222432578,222432578,222432578,222432578,222432578,222432578,222431718,222432578,129174850,222432578,222494718,222432578,4294839618,222432578,222432578,222432578,222432578,222432578,222432578,222432578,222432578,222432578,222432578,222432578,222432578,222432578,222432578,222432578,222432578,222432578,222432578,222432578,222432578,222432578,222432578,222432613,222432578,222432578,222432578,222432578,222432578,222432578,222432578,222432578,222432578,222432578,222432578,222432578,222432578,222432578,4294839618,9243970,222432578,40764014,40764014,40764014,40764014,40764014,40763635,15925870,40764014,40764014,40764014,40764014,40764014,40764014,40764014,40764014,40764014,40764014,40764195,40764014,40764014,40764014,40764014,40764014,72221294,4294901758,4294901758,4294901758,4294901758,4294901758,40764014,40764014,40764014,4294836846,4294901758,4294901758,40828926,40764014,40764014,40764014,40764014,40764014,40764014,40764014,40764014,40764014,40764014,40764495,40764014,4294837328,4294901758,4294901758,40828926,40764014,40764014,40764014,40764014,40764014,40764014,40764014,40764014,40764014,4294836846,9241198,40764014,222629189,222629189,222629189,222629189,222629189,222626897,72420677,222629189,222629189,222629189,222629189,222629189,222629189,222629189,222629189,222629189,222629189,222628326,222629189,226037061,222629189,222691326,222629189,4294839621,222629189,222629189,222629189,222629189,222629189,222629189,222629189,222629189,222629189,222629189,222629189,222629189,222629189,222629189,222629189,222629189,222629189,222629189,222629189,222629189,222629189,222629189,222691326,222629189,222629186,222629189,222629189,222629189,222629189,222629189,222629189,222629189,222629189,222629189,222629189,222629189,222629189,4294839621,9243973,222629189,222694726,222694726,222694726,222694726,222694726,222691692,23858502,222694726,222694726,222694726,222694726,222694726,222694726,222694726,222694726,222694726,222694726,222692412,222694726,130420038,222694726,222694726,222694726,222694726,222694726,222694726,222694726,222694726,222694726,222694726,222694726,222694726,222694726,222694726,222694726,222694726,222694726,222694726,222694726,222694726,222694726,222694726,222694726,222694726,222694726,222694726,222756862,222694726,222756862,222694726,222694726,222694726,222694726,222694726,222694726,222694726,222694726,222694726,222694726,222694726,222694726,222694726,222694726,222694726,72352848,72352848,72352848,72352848,72352848,72351987,15926352,72352848,72352848,72352848,72352848,72352848,72352848,72352848,72352848,72352848,72352848,72352547,72352848,73008208,72352848,72352848,72352848,127927376,72352848,72352848,72352848,72352848,72352848,72352848,72352848,72352848,72352848,72352848,72352848,72352848,72352848,72352848,72352848,72352848,72352848,72352848,72352848,72352848,72352848,72352848,72353697,72352848,72352848,72352848,72352848,72352848,72352848,72352848,72352848,72352848,72352848,72352848,4294837328,72352848,72352848,4294837328,9241680,72352848,72352848,72352848,72352848,72352848,72352848,72351987,15926352,72352848,72352848,72352848,72352848,72352848,72352848,72352848,72352848,72352848,72352848,72352547,72352848,73008208,72352848,72352848,72352848,127927376,4294901758,4294901758,4294901758,4294901758,4294901758,72352848,72352848,72352848,4294837328,4294901758,4294901758,72417278,72352848,72352848,72352848,72352848,72352848,72352848,72352848,72352848,72352848,72352848,72353697,72352848,4294837328,4294901758,4294901758,72417278,72352848,72352848,72352848,72352848,72352848,72352848,72352848,72352848,72352848,4294837328,9241680,72352848,128255909,128255909,128255909,128255909,128255909,128255057,72419237,128255909,128255909,128255909,128255909,128255909,128255909,128255909,128255909,128255909,128255909,128255914,128255909,128255909,128255909,128319486,128255909,223086501,128255909,128255909,128255909,128255909,128255909,128255909,128255909,128255909,128255909,128255909,128255909,128255909,128255909,128255909,128255909,128255909,128255909,128255909,128255909,128255909,128255909,128255909,128256510,128255909,128257357,128255909,128255909,128255909,128255909,128255909,128255909,128255909,128255909,128255909,128255909,128255909,128255909,4294838181,9242533,128255909,223153485,223153485,223153485,223153485,223153485,223151185,72420685,223153485,223153485,223153485,223153485,223153485,223153485,223153485,223153485,223153485,223153485,223152042,223153485,223415629,223153485,223215614,223153485,4294839629,223153485,223153485,223153485,223153485,223153485,223153485,223153485,223153485,223153485,223153485,223153485,223153485,223153485,223153485,223153485,223153485,223153485,223153485,223153485,223153485,223153485,223153485,223215614,223153485,223153485,223153485,223153485,223153485,223153485,223153485,223153485,223153485,223153485,223153485,223153485,223153485,223153485,4294839629,9243981,223153485,60097429,60097429,60097429,60097429,60097429,60097430,60162965,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60098121,60097429,60294037,60097429,60097433,60097429,60425109,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097435,60097429,60097436,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,60097429,4294837141,60097429,60097429,4294837141,9241493,60097429,223415633,223415633,223415633,223415633,223415633,223413329,72420689,223415633,223415633,223415633,223415633,223415633,223415633,223415633,223415633,223415633,223415633,223414186,223415633,223415633,223415633,223477758,223415633,4294839633,223415633,223415633,223415633,223415633,223415633,223415633,223415633,223415633,223415633,223415633,223415633,223415633,223415633,223415633,223415633,223415633,223415633,223415633,223415633,223415633,223415633,223415633,223477758,223415633,223415629,223415633,223415633,223415633,223415633,223415633,223415633,223415633,223415633,223415633,223415633,223415633,223415633,4294839633,9243985,223415633,128518057,128518057,128518057,128518057,128518057,128517201,72419241,128518057,128518057,128518057,128518057,128518057,128518057,128518057,128518057,128518057,128518057,128517202,128518057,223414185,128518057,128581630,128518057,223545257,128518057,128518057,128518057,128518057,128518057,128518057,128518057,128518057,128518057,128518057,128518057,128518057,128518057,128518057,128518057,128518057,128518057,128518057,128518057,128518057,128518057,128518057,128518662,128518057,128518057,128518057,128518057,128518057,128518057,128518057,128518057,128518057,128518057,128518057,128518057,128518057,128518057,4294838185,9242537,128518057,223612244,223612244,223612244,223612244,223612244,223609937,72420692,223612244,223612244,223612244,223612244,223612244,223612244,223612244,223612244,223612244,223612244,223610794,223612244,128257364,223612244,223612246,223612244,223808852,223612244,223612244,223612244,223612244,223612244,223612244,223612244,223612244,223612244,223612244,223612244,223612244,223612244,223612244,223612244,223612244,223612244,223612244,223612244,223612244,223612244,223612244,223612248,223612244,223612249,223612244,223612244,223612244,223612244,223612244,223612244,223612244,223612244,223612244,223612244,223612244,223612244,4294839636,9243988,223612244,223612244,223612244,223612244,223612244,223612244,223609937,72420692,223612244,223612244,223612244,223612244,223612244,223612244,223612244,223612244,223612244,223612244,223674366,223612244,128257364,223612244,223612246,223612244,223808852,223612244,223612244,223612244,223612244,223612244,223612244,223612244,223612244,223612244,223612244,223612244,223612244,223612244,223612244,223612244,223612244,223612244,223612244,223612244,223612244,223612244,223612244,223612248,223612244,223612249,223612244,223612244,223612244,223612244,223612244,223612244,223612244,223612244,223612244,223612244,223612244,223612244,4294839636,9243988,223612244,223612244,223612244,223612244,223612244,223612244,223609937,72420692,223612244,223612244,223612244,223612244,223612244,223612244,223612244,223612244,223612244,223612244,223610794,223612244,128257364,223612244,223674366,223612244,223808852,223612244,223612244,223612244,223612244,223612244,223612244,223612244,223612244,223612244,223612244,223612244,223612244,223612244,223612244,223612244,223612244,223612244,223612244,223612244,223612244,223612244,223612244,223612248,223612244,223612249,223612244,223612244,223612244,223612244,223612244,223612244,223612244,223612244,223612244,223612244,223612244,223612244,4294839636,9243988,223612244,184158970,184158970,184158970,184158970,184158970,184221694,4294839034,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184159581,184158970,60295930,184158970,184158972,184158970,184355578,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184221694,184158970,184158975,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184158970,184158970,4294839034,184158970,184158970,4294839034,9243386,184158970,223939929,223939929,223939929,223939929,223939929,223937617,72420697,223939929,223939929,223939929,223939929,223939929,223939929,223939929,223939929,223939929,223939929,223938474,223939929,223415641,223939929,224002046,223939929,4294839641,223939929,223939929,223939929,223939929,223939929,223939929,223939929,223939929,223939929,223939929,223939929,223939929,223939929,223939929,223939929,223939929,223939929,223939929,223939929,223939929,223939929,223939929,224002046,223939929,223939929,223939929,223939929,223939929,223939929,223939929,223939929,223939929,223939929,223939929,223939929,223939929,223939929,4294839641,9243993,223939929,224071003,224071003,224071003,224071003,224071003,224068502,60165467,224071003,224071003,224071003,224071003,224071003,224071003,224071003,224071003,224071003,224071003,224069201,224071003,224071003,224071003,224071006,224071003,224333147,224071003,224071003,224071003,224071003,224071003,224071003,224071003,224071003,224071003,224071003,224071003,224071003,224071003,224071003,224071003,224071003,224071003,224071003,224071003,224071003,224071003,224071003,224133118,224071003,224071009,224071003,224071003,224071003,224071003,224071003,224071003,224071003,224071003,224071003,224071003,224071003,224071003,4294839643,9243995,224071003,224136540,224136540,224136540,224136540,224136540,224134038,60165468,224136540,224136540,224136540,224136540,224136540,224136540,224136540,224136540,224136540,224136540,224198654,224136540,4294839644,224136540,224198654,224136540,4294839644,224136540,224136540,224136540,224136540,224136540,224136540,224136540,224136540,224136540,224136540,224136540,224136540,224136540,224136540,224136540,224136540,224136540,224136540,224136540,224136540,224136540,224136540,224198654,224136540,224198654,224136540,224136540,224136540,224136540,224136540,224136540,224136540,224136540,224136540,224136540,224136540,224136540,4294839644,4394332,224136540,224071003,224071003,224071003,224071003,224071003,224068502,60165467,224071003,224071003,224071003,224071003,224071003,224071003,224071003,224071003,224071003,224071003,224069201,224071003,224071003,224071003,224133118,224071003,224333147,224071003,224071003,224071003,224071003,224071003,224071003,224071003,224071003,224071003,224071003,224071003,224071003,224071003,224071003,224071003,224071003,224071003,224071003,224071003,224071003,224071003,224071003,224133118,224071003,224071009,224071003,224071003,224071003,224071003,224071003,224071003,224071003,224071003,224071003,224071003,224071003,224071003,4294839643,9243995,224071003,224071003,224071003,224071003,224071003,224071003,224068502,60165467,224071003,224071003,224071003,224071003,224071003,224071003,224071003,224071003,224071003,224071003,224069201,224071003,224071003,224071003,224071006,224071003,224333147,224071003,224071003,224071003,224071003,224071003,224071003,224071003,224071003,224071003,224071003,224071003,224071003,224071003,224071003,224071003,224071003,224071003,224071003,224071003,224071003,224071003,224071003,224133118,224071003,224071009,224071003,224071003,224071003,224071003,224071003,224071003,224071003,224071003,224071003,4294839643,224071003,224071003,4294839643,9243995,224071003,224464225,224464225,224464225,224464225,224464225,224461718,60165473,224464225,224464225,224464225,224464225,224464225,224464225,224464225,224464225,224464225,224464225,224462417,224464225,225381729,224464225,224526334,224464225,4294839649,224464225,224464225,224464225,224464225,224464225,224464225,224464225,224464225,224464225,224464225,224464225,224464225,224464225,224464225,224464225,224464225,224464225,224464225,224464225,224464225,224464225,224464225,224526334,224464225,224464225,224464225,224464225,224464225,224464225,224464225,224464225,224464225,224464225,224464225,224464225,224464225,224464225,4294839649,9244001,224464225,224071003,224071003,224071003,224071003,224071003,224068502,60165467,224071003,224071003,224071003,224071003,224071003,224071003,224071003,224071003,224071003,224071003,224069201,224071003,224071003,224071003,224071006,224071003,224333147,4294901758,4294901758,4294901758,4294901758,4294901758,224071003,224071003,224071003,4294839643,4294901758,4294901758,224133118,224071003,224071003,224071003,224071003,224071003,224071003,224071003,224071003,224071003,224071003,224133118,224071003,4294839649,4294901758,4294901758,224133118,224071003,224071003,224071003,224071003,224071003,224071003,224071003,224071003,224071003,4294839643,9243995,224071003,128845742,128845742,128845742,128845742,128845742,128844881,72419246,128845742,128845742,128845742,128845742,128845742,128845742,128845742,128845742,128845742,128845742,128845738,128845742,129173422,128845742,128909310,128845742,224659374,128845742,128845742,128845742,128845742,128845742,128845742,128845742,128845742,128845742,128845742,128845742,128845742,128845742,128845742,128845742,128845742,128845742,128845742,128845742,128845742,128845742,128845742,128847205,128845742,128845742,128845742,128845742,128845742,128845742,128845742,128845742,128845742,128845742,128845742,128845742,128845742,128845742,4294838190,9242542,128845742,224464225,224464225,224464225,224464225,224464225,224526334,4294839649,224464225,224464225,224464225,224464225,224464225,224464225,224464225,224464225,224464225,224464225,224526334,224464225,225381729,224464225,224526334,224464225,4294839649,224464225,224464225,224464225,224464225,224464225,224464225,224464225,224464225,224464225,224464225,224464225,224464225,224464225,224464225,224464225,224464225,224464225,224464225,224464225,224464225,224464225,224464225,224526334,224464225,224464225,224464225,224464225,224464225,224464225,224464225,224464225,224464225,224464225,224464225,4294839649,224464225,224464225,4294839649,9244001,224464225,40829551,40829551,40829551,40829551,40829551,40830033,72417903,40829551,40829551,40829551,40829551,40829551,40829551,40829551,40829551,40829551,40829551,40830034,40829551,72548975,40829551,40830036,40829551,72680047,4294901758,4294901758,4294901758,4294901758,4294901758,40829551,40829551,40829551,4294836847,4294901758,4294901758,40894462,40829551,40829551,40829551,40829551,40829551,40829551,40829551,40829551,40829551,40829551,40830038,40829551,4294837335,4294901758,4294901758,40894462,40829551,40829551,40829551,40829551,40829551,40829551,40829551,40829551,40829551,4294836847,9241199,40829551,129173427,129173427,129173427,129173427,129173427,129172561,72419251,129173427,129173427,129173427,129173427,129173427,129173427,129173427,129173427,129173427,129173427,129173418,129173427,129173427,129173427,129236990,129173427,225052595,129173427,129173427,129173427,129173427,129173427,129173427,129173427,129173427,129173427,129173427,129173427,129173427,129173427,129173427,129173427,129173427,129173427,129173427,129173427,129173427,129173427,129173427,129174891,129173427,129173422,129173427,129173427,129173427,129173427,129173427,129173427,129173427,129173427,129173427,129173427,129173427,129173427,4294838195,9242547,129173427,225381743,225381743,225381743,225381743,225381743,225443838,4294839663,225381743,225381743,225381743,225381743,225381743,225381743,225381743,225381743,225381743,225381743,225443838,225381743,225381743,225381743,225443838,225381743,4294839663,225381743,225381743,225381743,225381743,225381743,225381743,225381743,225381743,225381743,225381743,225381743,225381743,225381743,225381743,225381743,225381743,225381743,225381743,225381743,225381743,225381743,225381743,225443838,225381743,225381729,225381743,225381743,225381743,225381743,225381743,225381743,225381743,225381743,225381743,4294839663,225381743,225381743,4294839663,9244015,225381743,225250669,225250669,225250669,225250669,225250669,225248150,60165485,225250669,225250669,225250669,225250669,225250669,225250669,225250669,225250669,225250669,225250669,225248841,225250669,225381741,225250669,225250672,225250669,225512813,225250669,225250669,225250669,225250669,225250669,225250669,225250669,225250669,225250669,225250669,225250669,225250669,225250669,225250669,225250669,225250669,225250669,225250669,225250669,225250669,225250669,225250669,225312766,225250669,225250669,225250669,225250669,225250669,225250669,225250669,225250669,225250669,225250669,225250669,225250669,225250669,225250669,4294839661,9244013,225250669,4294901758,4294901758,4294901758,4294901758,4294901758,4294837142,60227582,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294837148,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,9306110,4294901758,225381743,225381743,225381743,225381743,225381743,225379222,60165487,225381743,225381743,225381743,225381743,225381743,225381743,225381743,225381743,225381743,225381743,225379921,225381743,225381743,225381743,225443838,225381743,4294839663,225381743,225381743,225381743,225381743,225381743,225381743,225381743,225381743,225381743,225381743,225381743,225381743,225381743,225381743,225381743,225381743,225381743,225381743,225381743,225381743,225381743,225381743,225443838,225381743,225381729,225381743,225381743,225381743,225381743,225381743,225381743,225381743,225381743,225381743,225381743,225381743,225381743,4294839663,9244015,225381743,225250669,225250669,225250669,225250669,225250669,225248150,60165485,225250669,225250669,225250669,225250669,225250669,225250669,225250669,225250669,225250669,225250669,225248841,225250669,225381741,225250669,225312766,225250669,225512813,225250669,225250669,225250669,225250669,225250669,225250669,225250669,225250669,225250669,225250669,225250669,225250669,225250669,225250669,225250669,225250669,225250669,225250669,225250669,225250669,225250669,225250669,225312766,225250669,225250669,225250669,225250669,225250669,225250669,225250669,225250669,225250669,225250669,225250669,225250669,225250669,225250669,4294839661,9244013,225250669,225250669,225250669,225250669,225250669,225250669,225248150,60165485,225250669,225250669,225250669,225250669,225250669,225250669,225250669,225250669,225250669,225250669,225248841,225250669,225381741,225250669,225250672,225250669,225512813,225250669,225250669,225250669,225250669,225250669,225250669,225250669,225250669,225250669,225250669,225250669,225250669,225250669,225250669,225250669,225250669,225250669,225250669,225250669,225250669,225250669,225250669,225312766,225250669,225250669,225250669,225250669,225250669,225250669,225250669,225250669,225250669,225250669,225250669,4294839661,225250669,225250669,4294839661,9244013,225250669,225250669,225250669,225250669,225250669,225250669,225248150,60165485,225250669,225250669,225250669,225250669,225250669,225250669,225250669,225250669,225250669,225250669,225248841,225250669,225381741,225250669,225250672,225250669,225512813,4294901758,4294901758,4294901758,4294901758,4294901758,225250669,225250669,225250669,4294839661,4294901758,4294901758,225312766,225250669,225250669,225250669,225250669,225250669,225250669,225250669,225250669,225250669,225250669,225312766,225250669,4294839661,4294901758,4294901758,225312766,225250669,225250669,225250669,225250669,225250669,225250669,225250669,225250669,225250669,4294839661,9244013,225250669,40632940,40632940,40632940,40632940,40632940,40632563,15925868,40632940,40632940,40632940,40632940,40632940,40632940,40632940,40632940,40632940,40632940,40632941,40632940,40764012,40632940,40632940,40632940,24445548,4294901758,4294901758,4294901758,4294901758,4294901758,40632940,40632940,40632940,4294836844,4294901758,4294901758,40697854,40632940,40632940,40632940,40632940,40632940,40632940,40632940,40632940,40632940,40632940,40632944,40632940,4294836849,4294901758,4294901758,40697854,40632940,40632940,40632940,40632940,40632940,40632940,40632940,40632940,40632940,4294836844,9241196,40632940,225840502,225840502,225840502,225840502,225840502,225838161,72420726,225840502,225840502,225840502,225840502,225840502,225840502,225840502,225840502,225840502,225840502,225839590,225840502,226037110,225840502,225902590,225840502,4294839670,225840502,225840502,225840502,225840502,225840502,225840502,225840502,225840502,225840502,225840502,225840502,225840502,225840502,225840502,225840502,225840502,225840502,225840502,225840502,225840502,225840502,225840502,225902590,225840502,225840450,225840502,225840502,225840502,225840502,225840502,225840502,225840502,225840502,225840502,225840502,225840502,225840502,4294839670,9244022,225840502,73008218,73008218,73008218,73008218,73008218,73007347,15926362,73008218,73008218,73008218,73008218,73008218,73008218,73008218,73008218,73008218,73008218,73007907,73008218,73008218,73008218,73008218,73008218,129565786,73008218,73008218,73008218,73008218,73008218,73008218,73008218,73008218,73008218,73008218,73008218,73008218,73008218,73008218,73008218,73008218,73008218,73008218,73008218,73008218,73008218,73008218,73009082,73008218,73008208,73008218,73008218,73008218,73008218,73008218,73008218,73008218,73008218,73008218,4294837338,73008218,73008218,4294837338,9241690,73008218,73008218,73008218,73008218,73008218,73008218,73007347,15926362,73008218,73008218,73008218,73008218,73008218,73008218,73008218,73008218,73008218,73008218,73007907,73008218,73008218,73008218,73008218,73008218,129565786,4294901758,4294901758,4294901758,4294901758,4294901758,73008218,73008218,73008218,4294837338,4294901758,4294901758,73072638,73008218,73008218,73008218,73008218,73008218,73008218,73008218,73008218,73008218,73008218,73009082,73008218,4294837328,4294901758,4294901758,73072638,73008218,73008218,73008218,73008218,73008218,73008218,73008218,73008218,73008218,4294837338,9241690,73008218,226037113,226037113,226037113,226037113,226037113,226034769,72420729,226037113,226037113,226037113,226037113,226037113,226037113,226037113,226037113,226037113,226037113,226035626,226037113,226037113,226037113,226099198,226037113,4294839673,226037113,226037113,226037113,226037113,226037113,226037113,226037113,226037113,226037113,226037113,226037113,226037113,226037113,226037113,226037113,226037113,226037113,226037113,226037113,226037113,226037113,226037113,226037099,226037113,226035630,226037113,226037113,226037113,226037113,226037113,226037113,226037113,226037113,226037113,226037113,226037113,226037113,4294839673,9244025,226037113,129697723,129697723,129697723,129697723,129697723,129696849,72419259,129697723,129697723,129697723,129697723,129697723,129697723,129697723,129697723,129697723,129697723,129696850,129697723,226035643,129697723,129761278,129697723,226166715,129697723,129697723,129697723,129697723,129697723,129697723,129697723,129697723,129697723,129697723,129697723,129697723,129697723,129697723,129697723,129697723,129697723,129697723,129697723,129697723,129697723,129697723,129699196,129697723,129696855,129697723,129697723,129697723,129697723,129697723,129697723,129697723,129697723,129697723,129697723,129697723,129697723,4294838203,9242555,129697723,129697723,129697723,129697723,129697723,129697723,129697683,127076283,129697723,129697723,129697723,129697723,129697723,129697723,129697723,129697723,129697723,129697723,129761278,129697723,226035643,129697723,129699194,129697723,226166715,129697723,129697723,129697723,129697723,129697723,129697723,129697723,129697723,129697723,129697723,129697723,129697723,129697723,129697723,129697723,129697723,129697723,129697723,129697723,129697723,129697723,129697723,129761278,129697723,129696855,129697723,129697723,129697723,129697723,129697723,129697723,129697723,129697723,129697723,4294838203,129697723,129697723,4294838203,9242555,129697723,40960625,40960625,40960625,40960625,40960625,40960243,15925873,40960625,40960625,40960625,40960625,40960625,40960625,40960625,40960625,40960625,40960625,40960621,40960625,73007729,40960625,40960625,40960625,73073265,4294901758,4294901758,4294901758,4294901758,4294901758,40960625,40960625,40960625,4294836849,4294901758,4294901758,41025534,40960625,40960625,40960625,40960625,40960625,40960625,40960625,40960625,40960625,40960625,40961116,40960625,4294836849,4294901758,4294901758,41025534,40960625,40960625,40960625,40960625,40960625,40960625,40960625,40960625,40960625,4294836849,9241201,40960625,41222773,41222773,41222773,41222773,41222773,41222508,23855733,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222747,41222773,41222773,41222773,41222773,41222773,41222773,4294901758,4294901758,4294901758,4294901758,4294901758,41222773,41222773,41222773,4294836853,4294901758,4294901758,41287678,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41223263,41222773,4294837344,4294901758,4294901758,41287678,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,41222773,130222019,130222019,130222019,130222019,130222019,130222019,130222019,130222019,130222019,130222019,130222019,130222019,130222019,130222019,130222019,130222019,130222019,130285566,130222019,130222019,130222019,130222019,130222019,130222019,130222019,130222019,130222019,130222019,130222019,130222019,130222019,130222019,130222019,130222019,130222019,130222019,130222019,130222019,130222019,130222019,130222019,130222019,130222019,130222019,130222019,130222019,130285566,130222019,130222019,130222019,130222019,130222019,130222019,130222019,130222019,130222019,130222019,130222019,4294838211,130222019,130222019,130222019,130222019,130222019,226692483,226692483,226692483,226692483,226692483,226689661,41749891,226692483,226692483,226692483,226692483,226692483,226692483,226692483,226692483,226692483,226692483,226754558,226692483,4294839683,226692483,226692483,226692483,4294839683,226692483,226692483,226692483,226692483,226692483,226692483,226692483,226692483,226692483,226692483,226692483,226692483,226692483,226692483,226692483,226692483,226692483,226692483,226692483,226692483,226692483,226692483,226754558,226692483,226754558,226692483,226692483,226692483,226692483,226692483,226692483,226692483,226692483,226692483,226692483,226692483,226692483,4294839683,4294839683,226692483,226758020,226758020,226758020,226758020,226758020,226755694,74321284,226758020,226758020,226758020,226758020,226758020,226758020,226758020,226758020,226758020,226758020,226756574,226758020,4294839684,226758020,226820094,226758020,4294839684,226758020,226758020,226758020,226758020,226758020,226758020,226758020,226758020,226758020,226758020,226758020,226758020,226758020,226758020,226758020,226758020,226758020,226758020,226758020,226758020,226758020,226758020,226820094,226758020,226820094,226758020,226758020,226758020,226758020,226758020,226758020,226758020,226758020,226758020,226758020,226758020,226758020,4294839684,42864004,226758020,132712425,132712425,132712425,132712425,132712425,132711037,41748457,132712425,132712425,132712425,132712425,132712425,132712425,132712425,132712425,132712425,132712425,132712421,132712425,232654825,132712425,132775934,132712425,226822121,132712425,132712425,132712425,132712425,132712425,132712425,132712425,132712425,132712425,132712425,132712425,132712425,132712425,132712425,132712425,132712425,132712425,132712425,132712425,132712425,132712425,132712425,132713951,132712425,132712425,132712425,132712425,132712425,132712425,132712425,132712425,132712425,132712425,132712425,132712425,132712425,132712425,4294838249,43321321,132712425,73401440,73401440,73401440,73401440,73401440,73400957,41747552,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73402346,73401440,130221152,73401440,73401440,73401440,130286688,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73402309,73401440,73402310,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73401440,4294837344,16778336,73401440,73401440,73401440,73401440,73401440,73401440,73400957,41747552,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73401452,73401440,130221152,73401440,73401440,73401440,130286688,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73402309,73401440,73402310,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73401440,4294837344,73401440,73401440,4294837344,16778336,73401440,73401440,73401440,73401440,73401440,73401440,73400957,41747552,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73401452,73401440,130221152,73401440,73401440,73401440,130286688,4294901758,4294901758,4294901758,4294901758,4294901758,73401440,73401440,73401440,4294837344,4294901758,4294901758,73465854,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73402309,73401440,4294838214,4294901758,4294901758,73465854,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73401440,73401440,4294837344,16778336,73401440,130418630,130418630,130418630,130418630,130418630,130417277,41748422,130418630,130418630,130418630,130418630,130418630,130418630,130418630,130418630,130418630,130418630,130417772,130418630,222693318,130418630,130482174,130418630,4294838214,130418630,130418630,130418630,130418630,130418630,130418630,130418630,130418630,130418630,130418630,130418630,130418630,130418630,130418630,130418630,130418630,130418630,130418630,130418630,130418630,130418630,130418630,130420106,130418630,130417760,130418630,130418630,130418630,130418630,130418630,130418630,130418630,130418630,130418630,130418630,130418630,130418630,4294838214,227215302,130418630,9306254,9306254,9306254,9306254,9306254,9371647,4294901902,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9371647,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9371646,9306254,9306326,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,9306254,16253176,16253176,16253176,16253176,16253176,16253100,11272440,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253169,16253176,16253176,16253176,16253176,16253176,16253176,4294901758,4294901758,4294901758,4294901758,4294901758,16253176,16253176,16253176,4294836472,4294901758,4294901758,16318462,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253305,16253176,4294836602,4294901758,4294901758,16318462,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,16253176,41484921,41484921,41484921,41484921,41484921,41484460,11272825,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484658,41484921,24773241,41484921,41484921,41484921,41484921,4294901758,4294901758,4294901758,4294901758,4294901758,41484921,41484921,41484921,4294836857,4294901758,4294901758,41549822,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41485411,41484921,4294837348,4294901758,4294901758,41549822,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,130877389,130877389,130877389,130877389,130877389,130875635,15927245,130877389,130877389,130877389,130877389,130877389,130877389,130877389,130877389,130877389,130877389,130878694,130877389,73664461,130877389,130940926,130877389,129566669,130877389,130877389,130877389,130877389,130877389,130877389,130877389,130877389,130877389,130877389,130877389,130877389,130877389,130877389,130877389,130877389,130877389,130877389,130877389,130877389,130877389,130877389,130878866,130877389,130878867,130877389,130877389,130877389,130877389,130877389,130877389,130877389,130877389,130877389,130877389,130877389,130877389,4294838221,4392909,130877389,130877389,130877389,130877389,130877389,130877389,130877389,130877389,130877389,130877389,130877389,130877389,130877389,130877389,130877389,130877389,130877389,130877389,130940926,130877389,130877389,130877389,130877389,130877389,130877389,130877389,130877389,130877389,130877389,130877389,130877389,130877389,130877389,130877389,130877389,130877389,130877389,130877389,130877389,130877389,130877389,130877389,130877389,130877389,130877389,130877389,130877389,130940926,130877389,130877389,130877389,130877389,130877389,130877389,130877389,130877389,130877389,130877389,130877389,4294838221,130877389,130877389,130877389,130877389,130877389,227741075,227741075,227741075,227741075,227741075,227737843,15928723,227741075,227741075,227741075,227741075,227741075,227741075,227741075,227741075,227741075,227741075,227739596,227741075,228855187,227741075,227741075,227741075,4294839699,227741075,227741075,227741075,227741075,227741075,227741075,227741075,227741075,227741075,227741075,227741075,227741075,227741075,227741075,227741075,227741075,227741075,227741075,227741075,227741075,227741075,227741075,227803134,227741075,227739605,227741075,227741075,227741075,227741075,227741075,227741075,227741075,227741075,227741075,227741075,227741075,227741075,4294839699,4294839699,227741075,227806612,227806612,227806612,227806612,227806612,227803508,24382868,227806612,227806612,227806612,227806612,227806612,227806612,227806612,227806612,227806612,227806612,227868670,227806612,4294839700,227806612,227868670,227806612,4294839700,227806612,227806612,227806612,227806612,227806612,227806612,227806612,227806612,227806612,227806612,227806612,227806612,227806612,227806612,227806612,227806612,227806612,227806612,227806612,227806612,227806612,227806612,227868670,227806612,227868670,227806612,227806612,227806612,227806612,227806612,227806612,227806612,227806612,227806612,227806612,227806612,227806612,4294839700,4294839700,227806612,4294901758,4294901758,4294901758,4294901758,4294901758,4294836467,15990782,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,227934206,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,227937686,227937686,227937686,227937686,227937686,227935284,70520214,227937686,227937686,227937686,227937686,227937686,227937686,227937686,227937686,227937686,227937686,227999742,227937686,4294839702,227937686,227937686,227937686,4294839702,227937686,227937686,227937686,227937686,227937686,227937686,227937686,227937686,227937686,227937686,227937686,227937686,227937686,227937686,227937686,227937686,227937686,227937686,227937686,227937686,227937686,227937686,227999742,227937686,227935332,227937686,227937686,227937686,227937686,227937686,227937686,227937686,227937686,227937686,227937686,227937686,227937686,4294839702,4294839702,227937686,227937686,227937686,227937686,227937686,227937686,227935284,70520214,227937686,227937686,227937686,227937686,227937686,227937686,227937686,227937686,227937686,227937686,227999742,227937686,4294839702,227937686,227937686,227937686,4294839702,227937686,227937686,227937686,227937686,227937686,227937686,227937686,227937686,227937686,227937686,227937686,227937686,227937686,227937686,227937686,227937686,227937686,227937686,227937686,227937686,227937686,227937686,227999742,227937686,227935332,227937686,227937686,227937686,227937686,227937686,227937686,227937686,227937686,227937686,4294839702,227937686,227937686,4294839702,4294839702,227937686,227937686,227937686,227937686,227937686,227937686,227935284,70520214,227937686,227937686,227937686,227937686,227937686,227937686,227937686,227937686,227937686,227937686,227999742,227937686,4294839702,227937686,227937686,227937686,4294839702,4294901758,4294901758,4294901758,4294901758,4294901758,227937686,227937686,227937686,4294839702,4294901758,4294901758,227999742,227937686,227937686,227937686,227937686,227937686,227937686,227937686,227937686,227937686,227937686,227999742,227937686,4294837348,4294901758,4294901758,227999742,227937686,227937686,227937686,227937686,227937686,227937686,227937686,227937686,227937686,4294839702,4294839702,227937686,131074000,131074000,131074000,131074000,131074000,131072243,15927248,131074000,131074000,131074000,131074000,131074000,131074000,131074000,131074000,131074000,131074000,131073996,131074000,131401680,131074000,131137534,131074000,4294838224,131074000,131074000,131074000,131074000,131074000,131074000,131074000,131074000,131074000,131074000,131074000,131074000,131074000,131074000,131074000,131074000,131074000,131074000,131074000,131074000,131074000,131074000,131073999,131074000,131073124,131074000,131074000,131074000,131074000,131074000,131074000,131074000,131074000,131074000,131074000,131074000,131074000,4294838224,228263888,131074000,9437328,9437328,9437328,9437328,9437328,9502719,4294901904,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437247,9437328,6357136,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9440668,9437328,9437401,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,9437328,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,41484921,130744953,41484921,41484921,41484921,41484921,41484921,24772986,24772986,24772986,24772986,24772986,24772851,15925626,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772976,24772986,41484666,24772986,24772986,24772986,41550202,4294901758,4294901758,4294901758,4294901758,4294901758,24772986,24772986,24772986,4294836602,4294901758,4294901758,24838142,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24773243,24772986,4294836860,4294901758,4294901758,24838142,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,24772986,4294836602,4391290,24772986,73925736,73925736,73925736,73925736,73925736,73924780,11273320,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73925694,73925736,41682024,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73926612,73925736,73926613,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73924780,11273320,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73924978,73925736,41682024,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73926612,73925736,73926613,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73925736,4294837352,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73924780,11273320,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73924978,73925736,41682024,73925736,73925736,73925736,73925736,4294901758,4294901758,4294901758,4294901758,4294901758,73925736,73925736,73925736,4294837352,4294901758,4294901758,73990142,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73926612,73925736,4294838229,4294901758,4294901758,73990142,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73925736,73925736,131401685,131401685,131401685,131401685,131401685,131399923,15927253,131401685,131401685,131401685,131401685,131401685,131401685,131401685,131401685,131401685,131401685,131402982,131401685,131074005,131401685,131465214,131401685,127928277,131401685,131401685,131401685,131401685,131401685,131401685,131401685,131401685,131401685,131401685,131401685,131401685,131401685,131401685,131401685,131401685,131401685,131401685,131401685,131401685,131401685,131401685,131403171,131401685,131403172,131401685,131401685,131401685,131401685,131401685,131401685,131401685,131401685,131401685,131401685,131401685,131401685,4294838229,4392917,131401685,131401685,131401685,131401685,131401685,131401685,131401685,131401685,131401685,131401685,131401685,131401685,131401685,131401685,131401685,131401685,131401685,131401685,131465214,131401685,131401685,131401685,131401685,131401685,131401685,131401685,131401685,131401685,131401685,131401685,131401685,131401685,131401685,131401685,131401685,131401685,131401685,131401685,131401685,131401685,131401685,131401685,131401685,131401685,131401685,131401685,131401685,131465214,131401685,131401685,131401685,131401685,131401685,131401685,131401685,131401685,131401685,131401685,131401685,4294838229,131401685,131401685,131401685,131401685,131401685,228855204,228855204,228855204,228855204,228855204,228851955,15928740,228855204,228855204,228855204,228855204,228855204,228855204,228855204,228855204,228855204,228855204,228855014,228855204,227741092,228855204,228855204,228855204,4294839716,228855204,228855204,228855204,228855204,228855204,228855204,228855204,228855204,228855204,228855204,228855204,228855204,228855204,228855204,228855204,228855204,228855204,228855204,228855204,228855204,228855204,228855204,228917246,228855204,228853717,228855204,228855204,228855204,228855204,228855204,228855204,228855204,228855204,228855204,228855204,228855204,228855204,4294839716,4294839716,228855204,131467222,131467222,131467222,131467222,131467222,131465588,24381398,131467222,131467222,131467222,131467222,131467222,131467222,131467222,131467222,131467222,131467222,131465830,131467222,218630102,131467222,131468709,131467222,4294838230,131467222,131467222,131467222,131467222,131467222,131467222,131467222,131467222,131467222,131467222,131467222,131467222,131467222,131467222,131467222,131467222,131467222,131467222,131467222,131467222,131467222,131467222,131468711,131467222,131468574,131467222,131467222,131467222,131467222,131467222,131467222,131467222,131467222,131467222,131467222,131467222,131467222,4294838230,229115862,131467222,17760527,17760527,17760527,17760527,17760527,17760437,11862287,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760437,17760527,17760527,17760527,17760678,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17825790,17760527,17760680,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,17760527,229182889,229182889,229182889,229182889,229182889,229179635,15928745,229182889,229182889,229182889,229182889,229182889,229182889,229182889,229182889,229182889,229182889,229180013,229182889,229248425,229182889,229182889,229182889,131534249,229182889,229182889,229182889,229182889,229182889,229182889,229182889,229182889,229182889,229182889,229182889,229182889,229182889,229182889,229182889,229182889,229182889,229182889,229182889,229182889,229182889,229182889,229182892,229182889,229182893,229182889,229182889,229182889,229182889,229182889,229182889,229182889,229182889,229182889,229182889,229182889,229182889,4294839721,229510569,229182889,229248426,229248426,229248426,229248426,229248426,229245171,15928746,229248426,229248426,229248426,229248426,229248426,229248426,229248426,229248426,229248426,229248426,229245731,229248426,229248426,229248426,229248426,229248426,4294839722,229248426,229248426,229248426,229248426,229248426,229248426,229248426,229248426,229248426,229248426,229248426,229248426,229248426,229248426,229248426,229248426,229248426,229248426,229248426,229248426,229248426,229248426,229310462,229248426,229310462,229248426,229248426,229248426,229248426,229248426,229248426,229248426,229248426,229248426,229248426,229248426,229248426,4294839722,4294839722,229248426,229313963,229313963,229313963,229313963,229313963,229311569,72420779,229313963,229313963,229313963,229313963,229313963,229313963,229313963,229313963,229313963,229313963,229311570,229313963,4294839723,229313963,229375998,229313963,4294839723,229313963,229313963,229313963,229313963,229313963,229313963,229313963,229313963,229313963,229313963,229313963,229313963,229313963,229313963,229313963,229313963,229313963,229313963,229313963,229313963,229313963,229313963,229375998,229313963,229375998,229313963,229313963,229313963,229313963,229313963,229313963,229313963,229313963,229313963,229313963,229313963,229313963,4294839723,229510571,229313963,4294901758,4294901758,4294901758,4294901758,4294901758,4294838232,131661822,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,229445037,229445037,229445037,229445037,229445037,229441779,15928749,229445037,229445037,229445037,229445037,229445037,229445037,229445037,229445037,229445037,229445037,229507070,229445037,4294839725,229445037,229445037,229445037,4294839725,229445037,229445037,229445037,229445037,229445037,229445037,229445037,229445037,229445037,229445037,229445037,229445037,229445037,229445037,229445037,229445037,229445037,229445037,229445037,229445037,229445037,229445037,229507070,229445037,229507070,229445037,229445037,229445037,229445037,229445037,229445037,229445037,229445037,229445037,229445037,229445037,229445037,4294839725,4394413,229445037,38535756,38535756,38535756,38535756,38535756,38535202,2228812,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535304,38535756,38601292,38535756,38535756,38535756,22872652,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38600702,38535756,38535760,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,38535756,4294836812,38863436,38535756,131598296,131598296,131598296,131598296,131598296,131597364,70518744,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598177,131598296,214435800,131598296,131661822,131598296,4294838232,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131599792,131598296,131596666,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,4294838232,229705688,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131661822,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131661822,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131794904,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131597364,70518744,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598177,131598296,214435800,131598296,131598296,131598296,229574616,4294901758,4294901758,4294901758,4294901758,4294901758,131598296,131598296,131598296,4294838232,4294901758,4294901758,131661822,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131599792,131598296,4294836602,4294901758,4294901758,131661822,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,131598296,4294838232,229705688,131598296,176687752,176687752,176687752,176687752,176687752,176688565,229968520,176687752,176687752,176687752,176687752,176687752,176687752,176687752,176687752,176687752,176687752,176750590,176687752,100862600,176687752,176750590,176687752,4294838920,176687752,176687752,176687752,176687752,176687752,176687752,176687752,176687752,176687752,176687752,176687752,176687752,176687752,176687752,176687752,176687752,176687752,176687752,176687752,176687752,176687752,176687752,176688568,176687752,176688343,176687752,176687752,176687752,176687752,176687752,176687752,176687752,176687752,176687752,176687752,176687752,176687752,4294838920,230230664,176687752,176687752,176687752,176687752,176687752,176687752,176687752,176687752,176687752,176687752,176687752,176687752,176687752,176687752,176687752,176687752,176687752,176687752,176750590,176687752,176687752,176687752,176687752,176687752,176687752,176687752,176687752,176687752,176687752,176687752,176687752,176687752,176687752,176687752,176687752,176687752,176687752,176687752,176687752,176687752,176687752,176687752,176687752,176687752,176687752,176687752,176687752,176750590,176687752,176687752,176687752,176687752,176687752,176687752,176687752,176687752,176687752,176687752,176687752,4294838920,176687752,176687752,176687752,176687752,176687752,230297018,230297018,230297018,230297018,230297018,230297019,230362554,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230359038,230297018,230297018,230297018,230297021,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297022,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230362555,230362555,230362555,230362555,230362555,230362555,230362555,230362555,230362555,230362555,230362555,230362555,230362555,230362555,230362555,230362555,230362555,230362567,230362555,230362555,230362555,230424574,230362555,230362555,230362555,230362555,230362555,230362555,230362555,230362555,230362555,230362555,230362555,230362555,230362555,230362555,230362555,230362555,230362555,230362555,230362555,230362555,230362555,230362555,230362555,230362555,230424574,230362555,230362555,230362555,230362555,230362555,230362555,230362555,230362555,230362555,230362555,230362555,230362555,230362555,230362555,230362555,230362555,230362555,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74383358,74318958,132056174,74318958,74319840,74318958,132187246,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74319842,74318958,74319843,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,4294837358,42861678,74318958,230297018,230297018,230297018,230297018,230297018,230297019,230362554,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230359038,230297018,230297018,230297018,230297021,230297018,4294839738,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297022,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230359038,230297018,230297018,230297018,230297021,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230359038,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,230297018,4294839738,230297018,230297018,230297018,230297018,230297018,132057055,132057055,132057055,132057055,132057055,132058555,230361055,132057055,132057055,132057055,132057055,132057055,132057055,132057055,132057055,132057055,132057055,132120574,132057055,74319839,132057055,132058560,132057055,132057055,132057055,132057055,132057055,132057055,132057055,132057055,132057055,132057055,132057055,132057055,132057055,132057055,132057055,132057055,132057055,132057055,132057055,132057055,132057055,132057055,132057055,132057055,132058561,132057055,132057055,132057055,132057055,132057055,132057055,132057055,132057055,132057055,132057055,132057055,132057055,132057055,132057055,132057055,132057055,132057055,132057055,132057055,132057055,132057055,132057055,132058555,230361055,132057055,132057055,132057055,132057055,132057055,132057055,132057055,132057055,132057055,132057055,132058559,132057055,74319839,132057055,132058560,132057055,4294838239,132057055,132057055,132057055,132057055,132057055,132057055,132057055,132057055,132057055,132057055,132057055,132057055,132057055,132057055,132057055,132057055,132057055,132057055,132057055,132057055,132057055,132057055,132058561,132057055,132057055,132057055,132057055,132057055,132057055,132057055,132057055,132057055,132057055,132057055,132057055,132057055,132057055,132057055,132057055,132057055,132057055,132057055,132057055,132057055,132057055,132057055,132057055,132057055,132057055,132057055,132057055,132057055,132057055,132057055,132057055,132057055,132057055,132120574,132057055,132057055,132057055,132058560,132057055,132057055,132057055,132057055,132057055,132057055,132057055,132057055,132057055,132057055,132057055,132057055,132057055,132057055,132057055,132057055,132057055,132057055,132057055,132057055,132057055,132057055,132057055,132057055,132120574,132057055,132057055,132057055,132057055,132057055,132057055,132057055,132057055,132057055,132057055,132057055,4294838239,132057055,132057055,132057055,132057055,132057055,232000980,232000980,232000980,232000980,232000980,232000980,232000980,232000980,232000980,232000980,232000980,232000980,232000980,232000980,232000980,232000980,232000980,232062974,232000980,4294839764,232000980,232062974,232000980,4294839764,232000980,232000980,232000980,232000980,232000980,232000980,232000980,232000980,232000980,232000980,232000980,232000980,232000980,232000980,232000980,232000980,232000980,232000980,232000980,232000980,232000980,232000980,232062974,232000980,232062974,232000980,232000980,232000980,232000980,232000980,232000980,232000980,232000980,232000980,232000980,232000980,232000980,4294839764,16780756,232000980,4294901758,4294901758,4294901758,4294901758,4294901758,4294837358,74383358,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,230948862,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,134545406,4294901758,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74319838,74318958,132056174,74318958,74319840,74318958,132187246,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74319842,74318958,74319843,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,4294837358,74318958,74318958,4294837358,42861678,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74319838,74318958,132056174,74318958,74319840,74318958,132187246,4294901758,4294901758,4294901758,4294901758,4294901758,74318958,74318958,74318958,4294837358,4294901758,4294901758,74383358,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74319842,74318958,4294838243,4294901758,4294901758,74383358,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,74318958,4294837358,42861678,74318958,230362555,230362555,230362555,230362555,230362555,230362555,230362555,230362555,230362555,230362555,230362555,230362555,230362555,230362555,230362555,230362555,230362555,230424574,230362555,230362555,230362555,230424574,230362555,230362555,230362555,230362555,230362555,230362555,230362555,230362555,230362555,230362555,230362555,230362555,230362555,230362555,230362555,230362555,230362555,230362555,230362555,230362555,230362555,230362555,230362555,230362555,230424574,230362555,230362555,230362555,230362555,230362555,230362555,230362555,230362555,230362555,230362555,230362555,230362555,230362555,230362555,230362555,230362555,230362555,132319203,132319203,132319203,132319203,132319203,132320699,230361059,132319203,132319203,132319203,132319203,132319203,132319203,132319203,132319203,132319203,132319203,132320711,132319203,132319203,132319203,132320712,132319203,4294838243,132319203,132319203,132319203,132319203,132319203,132319203,132319203,132319203,132319203,132319203,132319203,132319203,132319203,132319203,132319203,132319203,132319203,132319203,132319203,132319203,132319203,132319203,132320713,132319203,132320644,132319203,132319203,132319203,132319203,132319203,132319203,132319203,132319203,132319203,132319203,132319203,132319203,132319203,132319203,132319203,132319203,132319203,132319203,132319203,132319203,132319203,132319203,132319203,132319203,132319203,132319203,132319203,132319203,132319203,132319203,132319203,132319203,132382718,132319203,132319203,132319203,132320712,132319203,132319203,132319203,132319203,132319203,132319203,132319203,132319203,132319203,132319203,132319203,132319203,132319203,132319203,132319203,132319203,132319203,132319203,132319203,132319203,132319203,132319203,132319203,132319203,132382718,132319203,132319203,132319203,132319203,132319203,132319203,132319203,132319203,132319203,132319203,132319203,4294838243,132319203,132319203,132319203,132319203,132319203,231345610,231345610,231345610,231345610,231345610,231342717,41749962,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231344101,231345610,231476682,231345610,231345610,231345610,231542218,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345614,231345610,231345615,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345610,4294839754,43322826,231345610,231345610,231345610,231345610,231345610,231345610,231342717,41749962,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231407614,231345610,231476682,231345610,231345610,231345610,231542218,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345614,231345610,231345615,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345610,4294839754,43322826,231345610,231476684,231476684,231476684,231476684,231476684,231473789,41749964,231476684,231476684,231476684,231476684,231476684,231476684,231476684,231476684,231476684,231476684,231476688,231476684,231476684,231476684,231476684,231476684,4294839756,231476684,231476684,231476684,231476684,231476684,231476684,231476684,231476684,231476684,231476684,231476684,231476684,231476684,231476684,231476684,231476684,231476684,231476684,231476684,231476684,231476684,231476684,231538686,231476684,231538686,231476684,231476684,231476684,231476684,231476684,231476684,231476684,231476684,231476684,231476684,231476684,231476684,4294839756,43322828,231476684,231345610,231345610,231345610,231345610,231345610,231342717,41749962,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231344101,231345610,231476682,231345610,231407614,231345610,231542218,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345614,231345610,231345615,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345610,4294839754,43322826,231345610,231345610,231345610,231345610,231345610,231345610,231344620,166464970,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345627,231345610,231476682,231345610,231345610,231345610,231542218,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231407614,231345610,231345615,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345610,231345610,4294839754,231345610,231345610,4294839754,43322826,231345610,231673295,231673295,231673295,231673295,231673295,231670397,41749967,231673295,231673295,231673295,231673295,231673295,231673295,231673295,231673295,231673295,231673295,231671781,231673295,4294839759,231673295,231673295,231673295,4294839759,231673295,231673295,231673295,231673295,231673295,231673295,231673295,231673295,231673295,231673295,231673295,231673295,231673295,231673295,231673295,231673295,231673295,231673295,231673295,231673295,231673295,231673295,231735294,231673295,231673295,231673295,231673295,231673295,231673295,231673295,231673295,231673295,231673295,231673295,231673295,231673295,231673295,4294839759,43322831,231673295,4294901758,4294901758,4294901758,4294901758,4294901758,4294836861,41811966,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,231538686,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,43384830,4294901758,132515814,132515814,132515814,132515814,132515814,132514429,41748454,132515814,132515814,132515814,132515814,132515814,132515814,132515814,132515814,132515814,132515814,132517328,132515814,132515814,132515814,132579326,132515814,231802854,132515814,132515814,132515814,132515814,132515814,132515814,132515814,132515814,132515814,132515814,132515814,132515814,132515814,132515814,132515814,132515814,132515814,132515814,132515814,132515814,132515814,132515814,132517330,132515814,132517331,132515814,132515814,132515814,132515814,132515814,132515814,132515814,132515814,132515814,132515814,132515814,132515814,4294838246,43321318,132515814,132515814,132515814,132515814,132515814,132515814,132579326,4294838246,132515814,132515814,132515814,132515814,132515814,132515814,132515814,132515814,132515814,132515814,132579326,132515814,132515814,132515814,132515814,132515814,231802854,132515814,132515814,132515814,132515814,132515814,132515814,132515814,132515814,132515814,132515814,132515814,132515814,132515814,132515814,132515814,132515814,132515814,132515814,132515814,132515814,132515814,132515814,132579326,132515814,132517331,132515814,132515814,132515814,132515814,132515814,132515814,132515814,132515814,132515814,4294838246,132515814,132515814,4294838246,43321318,132515814,231935443,231935443,231935443,231935443,231935443,231932541,41749971,231935443,231935443,231935443,231935443,231935443,231935443,231935443,231935443,231935443,231935443,231935440,231935443,232656339,231935443,231935443,231935443,4294839763,231935443,231935443,231935443,231935443,231935443,231935443,231935443,231935443,231935443,231935443,231935443,231935443,231935443,231935443,231935443,231935443,231935443,231935443,231935443,231935443,231935443,231935443,231997438,231935443,231935443,231935443,231935443,231935443,231935443,231935443,231935443,231935443,231935443,231935443,231935443,231935443,231935443,4294839763,43322835,231935443,4294901758,4294901758,4294901758,4294901758,4294901758,4294839764,232062974,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,43384830,4294901758,232132054,232132054,232132054,232132054,232132054,232132052,232000982,232132054,232132054,232132054,232132054,232132054,232132054,232132054,232132054,232132054,232132054,232194046,232132054,232132054,232132054,232194046,232132054,4294839766,232132054,232132054,232132054,232132054,232132054,232132054,232132054,232132054,232132054,232132054,232132054,232132054,232132054,232132054,232132054,232132054,232132054,232132054,232132054,232132054,232132054,232132054,232194046,232132054,232194046,232132054,232132054,232132054,232132054,232132054,232132054,232132054,232132054,232132054,232132054,232132054,232132054,4294839766,43322838,232132054,132581351,132581351,132581351,132581351,132581351,132582868,231999463,132581351,132581351,132581351,132581351,132581351,132581351,132581351,132581351,132581351,132581351,132582869,132581351,232130535,132581351,132644862,132581351,232261607,132581351,132581351,132581351,132581351,132581351,132581351,132581351,132581351,132581351,132581351,132581351,132581351,132581351,132581351,132581351,132581351,132581351,132581351,132581351,132581351,132581351,132581351,132582873,132581351,132582874,132581351,132581351,132581351,132581351,132581351,132581351,132581351,132581351,132581351,132581351,132581351,132581351,4294838247,43321319,132581351,132581351,132581351,132581351,132581351,132581351,132582868,231999463,132581351,132581351,132581351,132581351,132581351,132581351,132581351,132581351,132581351,132581351,132644862,132581351,232130535,132581351,132582871,132581351,232261607,132581351,132581351,132581351,132581351,132581351,132581351,132581351,132581351,132581351,132581351,132581351,132581351,132581351,132581351,132581351,132581351,132581351,132581351,132581351,132581351,132581351,132581351,132644862,132581351,132582874,132581351,132581351,132581351,132581351,132581351,132581351,132581351,132581351,132581351,4294838247,132581351,132581351,4294838247,43321319,132581351,232394202,232394202,232394202,232394202,232394202,232394196,232000986,232394202,232394202,232394202,232394202,232394202,232394202,232394202,232394202,232394202,232394202,232394197,232394202,4294839770,232394202,232456190,232394202,4294839770,232394202,232394202,232394202,232394202,232394202,232394202,232394202,232394202,232394202,232394202,232394202,232394202,232394202,232394202,232394202,232394202,232394202,232394202,232394202,232394202,232394202,232394202,232456190,232394202,232394202,232394202,232394202,232394202,232394202,232394202,232394202,232394202,232394202,232394202,232394202,232394202,232394202,4294839770,43322842,232394202,132384740,132384740,132384740,132384740,132384740,132383357,41748452,132384740,132384740,132384740,132384740,132384740,132384740,132384740,132384740,132384740,132384740,132384741,132384740,132515812,132384740,132384740,132384740,74385380,132384740,132384740,132384740,132384740,132384740,132384740,132384740,132384740,132384740,132384740,132384740,132384740,132384740,132384740,132384740,132384740,132384740,132384740,132384740,132384740,132384740,132384740,132384744,132384740,132384745,132384740,132384740,132384740,132384740,132384740,132384740,132384740,132384740,132384740,4294838244,132384740,132384740,4294838244,43321316,132384740,132384740,132384740,132384740,132384740,132384740,132383357,41748452,132384740,132384740,132384740,132384740,132384740,132384740,132384740,132384740,132384740,132384740,132384741,132384740,132515812,132384740,132384740,132384740,74385380,4294901758,4294901758,4294901758,4294901758,4294901758,132384740,132384740,132384740,4294838244,4294901758,4294901758,132448254,132384740,132384740,132384740,132384740,132384740,132384740,132384740,132384740,132384740,132384740,132384744,132384740,4294838249,4294901758,4294901758,132448254,132384740,132384740,132384740,132384740,132384740,132384740,132384740,132384740,132384740,4294838244,43321316,132384740,232656350,232656350,232656350,232656350,232656350,232653437,41749982,232656350,232656350,232656350,232656350,232656350,232656350,232656350,232656350,232656350,232656350,232656336,232656350,232656350,232656350,232656350,232656350,4294839774,232656350,232656350,232656350,232656350,232656350,232656350,232656350,232656350,232656350,232656350,232656350,232656350,232656350,232656350,232656350,232656350,232656350,232656350,232656350,232656350,232656350,232656350,232718334,232656350,232656339,232656350,232656350,232656350,232656350,232656350,232656350,232656350,232656350,232656350,232656350,232656350,232656350,4294839774,43322846,232656350,132712425,132712425,132712425,132712425,132712425,132711520,73402345,132712425,132712425,132712425,132712425,132712425,132712425,132712425,132712425,132712425,132712425,132775934,132712425,232654825,132712425,132712425,132712425,226822121,132712425,132712425,132712425,132712425,132712425,132712425,132712425,132712425,132712425,132712425,132712425,132712425,132712425,132712425,132712425,132712425,132712425,132712425,132712425,132712425,132712425,132712425,132775934,132712425,132712425,132712425,132712425,132712425,132712425,132712425,132712425,132712425,132712425,132712425,4294838249,132712425,132712425,4294838249,43321321,132712425,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747564,41747069,39977597,41747069,41747069,41747069,41878141,4294901758,4294901758,4294901758,4294901758,4294901758,41747069,41747069,41747069,4294836861,4294901758,4294901758,41811966,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747072,41747069,4294836853,4294901758,4294901758,41811966,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,4294836861,16777853,41747069,16318713,16318713,16318713,16318713,16318713,16318828,23855353,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318843,16318713,16318713,16318713,16318713,16318713,16318713,4294901758,4294901758,4294901758,4294901758,4294901758,16318713,16318713,16318713,4294836473,4294901758,4294901758,16383998,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318844,16318713,4294836473,4294901758,4294901758,16383998,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,16318713,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41811966,41747069,39977597,41747069,41747069,41747069,41878141,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747072,41747069,41747061,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,41747069,4294836861,16777853,41747069,233311720,233311720,233311720,233311720,233311720,233309307,75173352,233311720,233311720,233311720,233311720,233311720,233311720,233311720,233311720,233311720,233311720,233310764,233311720,133434856,233311720,233373694,233311720,233311720,233311720,233311720,233311720,233311720,233311720,233311720,233311720,233311720,233311720,233311720,233311720,233311720,233311720,233311720,233311720,233311720,233311720,233311720,233311720,233311720,233311720,233311720,233373694,233311720,233311720,233311720,233311720,233311720,233311720,233311720,233311720,233311720,233311720,233311720,233311720,233311720,233311720,233311720,233311720,233311720,133433332,133433332,133433332,133433332,133433332,133432464,76548084,133433332,133433332,133433332,133433332,133433332,133433332,133433332,133433332,133433332,133433332,133434855,133433332,233310196,133433332,133496830,133433332,236390388,133433332,133433332,133433332,133433332,133433332,133433332,133433332,133433332,133433332,133433332,133433332,133433332,133433332,133433332,133433332,133433332,133433332,133433332,133433332,133433332,133433332,133433332,133434859,133433332,133434860,133433332,133433332,133433332,133433332,133433332,133433332,133433332,133433332,133433332,133433332,133433332,133433332,4294838260,16779252,133433332,133433332,133433332,133433332,133433332,133433332,133433332,133433332,133433332,133433332,133433332,133433332,133433332,133433332,133433332,133433332,133433332,133433332,133433332,133433332,133433332,133433332,133434857,133433332,133433332,133433332,133433332,133433332,133433332,133433332,133433332,133433332,133433332,133433332,133433332,133433332,133433332,133433332,133433332,133433332,133433332,133433332,133433332,133433332,133433332,133433332,133433332,133433332,133433332,133433332,133433332,133433332,133433332,133433332,133433332,133433332,133433332,133433332,133433332,4294838260,133433332,133433332,133433332,133433332,133433332,233573868,233573868,233573868,233573868,233573868,233571451,75173356,233573868,233573868,233573868,233573868,233573868,233573868,233573868,233573868,233573868,233573868,233570689,233573868,233573868,233573868,233635838,233573868,233573868,233573868,233573868,233573868,233573868,233573868,233573868,233573868,233573868,233573868,233573868,233573868,233573868,233573868,233573868,233573868,233573868,233573868,233573868,233573868,233573868,233573868,233573868,233635838,233573868,233635838,233573868,233573868,233573868,233573868,233573868,233573868,233573868,233573868,233573868,233573868,233573868,233573868,233573868,233573868,233573868,75105402,75105402,75105402,75105402,75105402,75105403,75170938,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75104641,75105402,75105402,75105402,75105405,75105402,75105402,4294901758,4294901758,4294901758,4294901758,4294901758,75105402,75105402,75105402,4294837370,4294901758,4294901758,75169790,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105406,75105402,4294837370,4294901758,4294901758,75169790,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,75105402,4294901758,4294901758,4294901758,4294901758,4294901758,4294837371,75235326,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,178585598,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,133564406,133564406,133564406,133564406,133564406,133563536,76548086,133564406,133564406,133564406,133564406,133564406,133564406,133564406,133564406,133564406,133564406,133565934,133564406,170657782,133564406,133627902,133564406,237570038,133564406,133564406,133564406,133564406,133564406,133564406,133564406,133564406,133564406,133564406,133564406,133564406,133564406,133564406,133564406,133564406,133564406,133564406,133564406,133564406,133564406,133564406,133565937,133564406,133564133,133564406,133564406,133564406,133564406,133564406,133564406,133564406,133564406,133564406,133564406,133564406,133564406,4294838262,16779254,133564406,133564406,133564406,133564406,133564406,133564406,133564406,133564406,133564406,133564406,133564406,133564406,133564406,133564406,133564406,133564406,133564406,133564406,133564406,133564406,133564406,133564406,133565935,133564406,133564406,133564406,133564406,133564406,133564406,133564406,133564406,133564406,133564406,133564406,133564406,133564406,133564406,133564406,133564406,133564406,133564406,133564406,133564406,133564406,133564406,133564406,133564406,133564406,133564406,133564406,133564406,133564406,133564406,133564406,133564406,133564406,133564406,133564406,133564406,4294838262,133564406,133564406,133564406,133564406,133564406,42533513,42533513,42533513,42533513,42533513,42534011,75170441,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,25232009,42533513,42534015,42533513,42533513,4294901758,4294901758,4294901758,4294901758,4294901758,42533513,42533513,42533513,4294836873,4294901758,4294901758,42598398,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42534016,42533513,4294836873,4294901758,4294901758,42598398,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,42533513,234032627,234032627,234032627,234032627,234032627,234030203,75173363,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234030224,234032627,234032627,234032627,234032629,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032630,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032627,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76611582,76547216,133760144,76547216,76548090,76547216,135988368,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76548092,76547216,76548093,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,76547216,4294837392,16778384,76547216,234032627,234032627,234032627,234032627,234032627,234030203,75173363,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234030224,234032627,234032627,234032627,234032629,234032627,4294839795,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032630,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032629,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032627,234032627,4294839795,234032627,234032627,234032627,234032627,234032627,133761017,133761017,133761017,133761017,133761017,133760123,75171833,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,76548089,133761017,133762551,133761017,4294838265,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133762552,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133762551,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,133761017,4294838265,133761017,133761017,133761017,133761017,133761017,234425849,234425849,234425849,234425849,234425849,234423440,76549625,234425849,234425849,234425849,234425849,234425849,234425849,234425849,234425849,234425849,234425849,234425850,234425849,234556921,234425849,234487806,234425849,133893625,234425849,234425849,234425849,234425849,234425849,234425849,234425849,234425849,234425849,234425849,234425849,234425849,234425849,234425849,234425849,234425849,234425849,234425849,234425849,234425849,234425849,234425849,234425853,234425849,234425854,234425849,234425849,234425849,234425849,234425849,234425849,234425849,234425849,234425849,234425849,234425849,234425849,4294839801,16780793,234425849,4294901758,4294901758,4294901758,4294901758,4294901758,4294836609,25296894,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,234556923,234556923,234556923,234556923,234556923,234553729,25234939,234556923,234556923,234556923,234556923,234556923,234556923,234556923,234556923,234556923,234556923,234618878,234556923,4294839803,234556923,234618878,234556923,4294839803,234556923,234556923,234556923,234556923,234556923,234556923,234556923,234556923,234556923,234556923,234556923,234556923,234556923,234556923,234556923,234556923,234556923,234556923,234556923,234556923,234556923,234556923,234618878,234556923,234618878,234556923,234556923,234556923,234556923,234556923,234556923,234556923,234556923,234556923,234556923,234556923,234556923,4294839803,4294839803,234556923,4294901758,4294901758,4294901758,4294901758,4294901758,4294836609,25296894,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,42926078,4294901758,234425849,234425849,234425849,234425849,234425849,234423440,76549625,234425849,234425849,234425849,234425849,234425849,234425849,234425849,234425849,234425849,234425849,234487806,234425849,4294839801,234425849,234487806,234425849,235605497,234425849,234425849,234425849,234425849,234425849,234425849,234425849,234425849,234425849,234425849,234425849,234425849,234425849,234425849,234425849,234425849,234425849,234425849,234425849,234425849,234425849,234425849,234487806,234425849,234487806,234425849,234425849,234425849,234425849,234425849,234425849,234425849,234425849,234425849,234425849,234425849,234425849,4294839801,4294839801,234425849,234819071,234819071,234819071,234819071,234819071,234815873,25234943,234819071,234819071,234819071,234819071,234819071,234819071,234819071,234819071,234819071,234819071,234817535,234819071,234950143,234819071,234819074,234819071,235081215,234819071,234819071,234819071,234819071,234819071,234819071,234819071,234819071,234819071,234819071,234819071,234819071,234819071,234819071,234819071,234819071,234819071,234819071,234819071,234819071,234819071,234819071,234819076,234819071,234819077,234819071,234819071,234819071,234819071,234819071,234819071,234819071,234819071,234819071,234819071,234819071,234819071,4294839807,134483455,234819071,234819071,234819071,234819071,234819071,234819071,234815873,25234943,234819071,234819071,234819071,234819071,234819071,234819071,234819071,234819071,234819071,234819071,234881022,234819071,234950143,234819071,234819074,234819071,235081215,234819071,234819071,234819071,234819071,234819071,234819071,234819071,234819071,234819071,234819071,234819071,234819071,234819071,234819071,234819071,234819071,234819071,234819071,234819071,234819071,234819071,234819071,234819076,234819071,234819077,234819071,234819071,234819071,234819071,234819071,234819071,234819071,234819071,234819071,234819071,234819071,234819071,4294839807,134483455,234819071,234950145,234950145,234950145,234950145,234950145,234946945,25234945,234950145,234950145,234950145,234950145,234950145,234950145,234950145,234950145,234950145,234950145,234950150,234950145,234950145,234950145,235012094,234950145,4294839809,234950145,234950145,234950145,234950145,234950145,234950145,234950145,234950145,234950145,234950145,234950145,234950145,234950145,234950145,234950145,234950145,234950145,234950145,234950145,234950145,234950145,234950145,235012094,234950145,235012094,234950145,234950145,234950145,234950145,234950145,234950145,234950145,234950145,234950145,234950145,234950145,234950145,4294839809,134483457,234950145,234819071,234819071,234819071,234819071,234819071,234815873,25234943,234819071,234819071,234819071,234819071,234819071,234819071,234819071,234819071,234819071,234819071,234817535,234819071,234950143,234819071,234819074,234819071,4294839807,234819071,234819071,234819071,234819071,234819071,234819071,234819071,234819071,234819071,234819071,234819071,234819071,234819071,234819071,234819071,234819071,234819071,234819071,234819071,234819071,234819071,234819071,234819076,234819071,234819077,234819071,234819071,234819071,234819071,234819071,234819071,234819071,234819071,234819071,234819071,234819071,234819071,4294839807,134483455,234819071,234819071,234819071,234819071,234819071,234819071,234818096,170921471,234819071,234819071,234819071,234819071,234819071,234819071,234819071,234819071,234819071,234819071,234817535,234819071,234950143,234819071,234819074,234819071,235081215,234819071,234819071,234819071,234819071,234819071,234819071,234819071,234819071,234819071,234819071,234819071,234819071,234819071,234819071,234819071,234819071,234819071,234819071,234819071,234819071,234819071,234819071,234881022,234819071,234819077,234819071,234819071,234819071,234819071,234819071,234819071,234819071,234819071,234819071,4294839807,234819071,234819071,4294839807,134483455,234819071,235212293,235212293,235212293,235212293,235212293,235209089,25234949,235212293,235212293,235212293,235212293,235212293,235212293,235212293,235212293,235212293,235212293,235210751,235212293,4294839813,235212293,235274238,235212293,4294839813,235212293,235212293,235212293,235212293,235212293,235212293,235212293,235212293,235212293,235212293,235212293,235212293,235212293,235212293,235212293,235212293,235212293,235212293,235212293,235212293,235212293,235212293,235274238,235212293,235212293,235212293,235212293,235212293,235212293,235212293,235212293,235212293,235212293,235212293,235212293,235212293,235212293,4294839813,134483461,235212293,4294901758,4294901758,4294901758,4294901758,4294901758,4294836609,25296894,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,235012094,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,134545406,4294901758,134219776,134219776,134219776,134219776,134219776,134218113,25233408,134219776,134219776,134219776,134219776,134219776,134219776,134219776,134219776,134219776,134219776,134221318,134219776,134219776,134219776,134221319,134219776,4294838272,134219776,134219776,134219776,134219776,134219776,134219776,134219776,134219776,134219776,134219776,134219776,134219776,134219776,134219776,134219776,134219776,134219776,134219776,134219776,134219776,134219776,134219776,134221321,134219776,134221322,134219776,134219776,134219776,134219776,134219776,134219776,134219776,134219776,134219776,134219776,134219776,134219776,4294838272,134481920,134219776,134219776,134219776,134219776,134219776,134219776,134220449,178325504,134219776,134219776,134219776,134219776,134219776,134219776,134219776,134219776,134219776,134219776,134221318,134219776,134219776,134219776,134221319,134219776,235407360,134219776,134219776,134219776,134219776,134219776,134219776,134219776,134219776,134219776,134219776,134219776,134219776,134219776,134219776,134219776,134219776,134219776,134219776,134219776,134219776,134219776,134219776,134283262,134219776,134221322,134219776,134219776,134219776,134219776,134219776,134219776,134219776,134219776,134219776,4294838272,134219776,134219776,4294838272,134481920,134219776,235539978,235539978,235539978,235539978,235539978,235536769,25234954,235539978,235539978,235539978,235539978,235539978,235539978,235539978,235539978,235539978,235539978,235539974,235539978,197070346,235539978,235601918,235539978,4294839818,235539978,235539978,235539978,235539978,235539978,235539978,235539978,235539978,235539978,235539978,235539978,235539978,235539978,235539978,235539978,235539978,235539978,235539978,235539978,235539978,235539978,235539978,235601918,235539978,235539978,235539978,235539978,235539978,235539978,235539978,235539978,235539978,235539978,235539978,235539978,235539978,235539978,4294839818,134483466,235539978,134547461,134547461,134547461,134547461,134547461,134546576,76548101,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134547448,134547461,196806661,134547461,134610942,134547461,115279877,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134548414,134547461,134546422,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134547461,134547461,4294838277,16779269,134547461,42795661,42795661,42795661,42795661,42795661,42796155,75170445,42795661,42795661,42795661,42795661,42795661,42795661,42795661,42795661,42795661,42795661,42796155,42795661,42795661,42795661,42796163,42795661,42795661,4294901758,4294901758,4294901758,4294901758,4294901758,42795661,42795661,42795661,4294836877,4294901758,4294901758,42860542,42795661,42795661,42795661,42795661,42795661,42795661,42795661,42795661,42795661,42795661,42796164,42795661,4294836785,4294901758,4294901758,42860542,42795661,42795661,42795661,42795661,42795661,42795661,42795661,42795661,42795661,42795661,42795661,42795661,235867663,235867663,235867663,235867663,235867663,235865232,76549647,235867663,235867663,235867663,235867663,235867663,235867663,235867663,235867663,235867663,235867663,235867687,235867663,236260879,235867663,235929598,235867663,4294839823,235867663,235867663,235867663,235867663,235867663,235867663,235867663,235867663,235867663,235867663,235867663,235867663,235867663,235867663,235867663,235867663,235867663,235867663,235867663,235867663,235867663,235867663,235929598,235867663,235929598,235867663,235867663,235867663,235867663,235867663,235867663,235867663,235867663,235867663,235867663,235867663,235867663,4294839823,43322895,235867663,235933200,235933200,235933200,235933200,235933200,235929775,11472400,235933200,235933200,235933200,235933200,235933200,235933200,235933200,235933200,235933200,235933200,235932231,235933200,4294839824,235933200,235933200,235933200,4294839824,235933200,235933200,235933200,235933200,235933200,235933200,235933200,235933200,235933200,235933200,235933200,235933200,235933200,235933200,235933200,235933200,235933200,235933200,235933200,235933200,235933200,235933200,235995134,235933200,235930429,235933200,235933200,235933200,235933200,235933200,235933200,235933200,235933200,235933200,235933200,235933200,235933200,4294839824,16780816,235933200,76022920,76022920,76022920,76022920,76022920,76021935,11469960,76022920,76022920,76022920,76022920,76022920,76022920,76022920,76022920,76022920,76022920,76022924,76022920,76022920,76022920,76022920,76022920,134743176,4294901758,4294901758,4294901758,4294901758,4294901758,76022920,76022920,76022920,4294837384,4294901758,4294901758,76087294,76022920,76022920,76022920,76022920,76022920,76022920,76022920,76022920,76022920,76022920,76023817,76022920,4294838282,4294901758,4294901758,76087294,76022920,76022920,76022920,76022920,76022920,76022920,76022920,76022920,76022920,4294837384,43320456,76022920,134875146,134875146,134875146,134875146,134875146,134873263,11470858,134875146,134875146,134875146,134875146,134875146,134875146,134875146,134875146,134875146,134875146,134874252,134875146,135137290,134875146,134938622,134875146,236128266,134875146,134875146,134875146,134875146,134875146,134875146,134875146,134875146,134875146,134875146,134875146,134875146,134875146,134875146,134875146,134875146,134875146,134875146,134875146,134875146,134875146,134875146,134876692,134875146,134875146,134875146,134875146,134875146,134875146,134875146,134875146,134875146,134875146,134875146,134875146,134875146,134875146,4294838282,43321354,134875146,134875146,134875146,134875146,134875146,134875146,134874577,97585162,134875146,134875146,134875146,134875146,134875146,134875146,134875146,134875146,134875146,134875146,134876718,134875146,135137290,134875146,134875146,134875146,236128266,134875146,134875146,134875146,134875146,134875146,134875146,134875146,134875146,134875146,134875146,134875146,134875146,134875146,134875146,134875146,134875146,134875146,134875146,134875146,134875146,134875146,134875146,134938622,134875146,134875146,134875146,134875146,134875146,134875146,134875146,134875146,134875146,134875146,134875146,4294838282,134875146,134875146,4294838282,43321354,134875146,236260885,236260885,236260885,236260885,236260885,236258448,76549653,236260885,236260885,236260885,236260885,236260885,236260885,236260885,236260885,236260885,236260885,236259363,236260885,236260885,236260885,236322814,236260885,4294839829,236260885,236260885,236260885,236260885,236260885,236260885,236260885,236260885,236260885,236260885,236260885,236260885,236260885,236260885,236260885,236260885,236260885,236260885,236260885,236260885,236260885,236260885,236260917,236260885,236322814,236260885,236260885,236260885,236260885,236260885,236260885,236260885,236260885,236260885,236260885,236260885,236260885,4294839829,43322901,236260885,134940683,134940683,134940683,134940683,134940683,134939792,76548107,134940683,134940683,134940683,134940683,134940683,134940683,134940683,134940683,134940683,134940683,134939793,134940683,236259339,134940683,135004158,134940683,236390411,134940683,134940683,134940683,134940683,134940683,134940683,134940683,134940683,134940683,134940683,134940683,134940683,134940683,134940683,134940683,134940683,134940683,134940683,134940683,134940683,134940683,134940683,134942232,134940683,134942233,134940683,134940683,134940683,134940683,134940683,134940683,134940683,134940683,134940683,134940683,134940683,134940683,4294838283,43321355,134940683,134940683,134940683,134940683,134940683,134940683,134940660,133433355,134940683,134940683,134940683,134940683,134940683,134940683,134940683,134940683,134940683,134940683,134939793,134940683,236259339,134940683,134942230,134940683,236390411,134940683,134940683,134940683,134940683,134940683,134940683,134940683,134940683,134940683,134940683,134940683,134940683,134940683,134940683,134940683,134940683,134940683,134940683,134940683,134940683,134940683,134940683,135004158,134940683,134942233,134940683,134940683,134940683,134940683,134940683,134940683,134940683,134940683,134940683,4294838283,134940683,134940683,4294838283,43321355,134940683,236523033,236523033,236523033,236523033,236523033,236520592,76549657,236523033,236523033,236523033,236523033,236523033,236523033,236523033,236523033,236523033,236523033,236520593,236523033,4294839833,236523033,236584958,236523033,4294839833,236523033,236523033,236523033,236523033,236523033,236523033,236523033,236523033,236523033,236523033,236523033,236523033,236523033,236523033,236523033,236523033,236523033,236523033,236523033,236523033,236523033,236523033,236523070,236523033,236523033,236523033,236523033,236523033,236523033,236523033,236523033,236523033,236523033,236523033,236523033,236523033,236523033,4294839833,43322905,236523033,75891846,75891846,75891846,75891846,75891846,75890863,11469958,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75891344,75891846,76022918,75891846,75891846,75891846,76088454,4294901758,4294901758,4294901758,4294901758,4294901758,75891846,75891846,75891846,4294837382,4294901758,4294901758,75956222,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75891850,75891846,4294837387,4294901758,4294901758,75956222,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75891846,75891846,4294837382,43320454,75891846,135137294,135137294,135137294,135137294,135137294,135135407,11470862,135137294,135137294,135137294,135137294,135137294,135137294,135137294,135137294,135137294,135137294,135136396,135137294,135137294,135137294,135200766,135137294,236652558,135137294,135137294,135137294,135137294,135137294,135137294,135137294,135137294,135137294,135137294,135137294,135137294,135137294,135137294,135137294,135137294,135137294,135137294,135137294,135137294,135137294,135137294,135138844,135137294,135137290,135137294,135137294,135137294,135137294,135137294,135137294,135137294,135137294,135137294,135137294,135137294,135137294,4294838286,43321358,135137294,135137294,135137294,135137294,135137294,135137294,135137897,174655502,135137294,135137294,135137294,135137294,135137294,135137294,135137294,135137294,135137294,135137294,135138249,135137294,135137294,135137294,135137294,135137294,236652558,135137294,135137294,135137294,135137294,135137294,135137294,135137294,135137294,135137294,135137294,135137294,135137294,135137294,135137294,135137294,135137294,135137294,135137294,135137294,135137294,135137294,135137294,135200766,135137294,135137290,135137294,135137294,135137294,135137294,135137294,135137294,135137294,135137294,135137294,4294838286,135137294,135137294,4294838286,43321358,135137294,236785181,236785181,236785181,236785181,236785181,236782736,76549661,236785181,236785181,236785181,236785181,236785181,236785181,236785181,236785181,236785181,236785181,236782737,236785181,4294839837,236785181,236847102,236785181,4294839837,236785181,236785181,236785181,236785181,236785181,236785181,236785181,236785181,236785181,236785181,236785181,236785181,236785181,236785181,236785181,236785181,236785181,236785181,236785181,236785181,236785181,236785181,236847102,236785181,236785177,236785181,236785181,236785181,236785181,236785181,236785181,236785181,236785181,236785181,236785181,236785181,236785181,4294839837,43322909,236785181,76219531,76219531,76219531,76219531,76219531,76218543,11469963,76219531,76219531,76219531,76219531,76219531,76219531,76219531,76219531,76219531,76219531,76219024,76219531,135136395,76219531,76219531,76219531,135201931,4294901758,4294901758,4294901758,4294901758,4294901758,76219531,76219531,76219531,4294837387,4294901758,4294901758,76283902,76219531,76219531,76219531,76219531,76219531,76219531,76219531,76219531,76219531,76219531,76220432,76219531,4294837387,4294901758,4294901758,76283902,76219531,76219531,76219531,76219531,76219531,76219531,76219531,76219531,76219531,4294837387,43320459,76219531,237047329,237047329,237047329,237047329,237047329,237044880,76549665,237047329,237047329,237047329,237047329,237047329,237047329,237047329,237047329,237047329,237047329,237047335,237047329,236260897,237047329,237109246,237047329,4294839841,237047329,237047329,237047329,237047329,237047329,237047329,237047329,237047329,237047329,237047329,237047329,237047329,237047329,237047329,237047329,237047329,237047329,237047329,237047329,237047329,237047329,237047329,237109246,237047329,237109246,237047329,237047329,237047329,237047329,237047329,237047329,237047329,237047329,237047329,237047329,237047329,237047329,4294839841,43322913,237047329,237112866,237112866,237112866,237112866,237112866,237109423,11472418,237112866,237112866,237112866,237112866,237112866,237112866,237112866,237112866,237112866,237112866,237111997,237112866,4294839842,237112866,237112866,237112866,4294839842,237112866,237112866,237112866,237112866,237112866,237112866,237112866,237112866,237112866,237112866,237112866,237112866,237112866,237112866,237112866,237112866,237112866,237112866,237112866,237112866,237112866,237112866,237174782,237112866,237110135,237112866,237112866,237112866,237112866,237112866,237112866,237112866,237112866,237112866,237112866,237112866,237112866,4294839842,16780834,237112866,135333905,135333905,135333905,135333905,135333905,135332015,11470865,135333905,135333905,135333905,135333905,135333905,135333905,135333905,135333905,135333905,135333905,135333004,135333905,76023825,135333905,135333905,135333905,135464977,4294901758,4294901758,4294901758,4294901758,4294901758,135333905,135333905,135333905,4294838289,4294901758,4294901758,135397374,135333905,135333905,135333905,135333905,135333905,135333905,135333905,135333905,135333905,135333905,135333908,135333905,4294838293,4294901758,4294901758,135397374,135333905,135333905,135333905,135333905,135333905,135333905,135333905,135333905,135333905,4294838289,43321361,135333905,135596053,135596053,135596053,135596053,135596053,135594159,11470869,135596053,135596053,135596053,135596053,135596053,135596053,135596053,135596053,135596053,135596053,135595148,135596053,135137301,135596053,135659518,135596053,237307925,135596053,135596053,135596053,135596053,135596053,135596053,135596053,135596053,135596053,135596053,135596053,135596053,135596053,135596053,135596053,135596053,135596053,135596053,135596053,135596053,135596053,135596053,135597606,135596053,135596053,135596053,135596053,135596053,135596053,135596053,135596053,135596053,135596053,135596053,135596053,135596053,135596053,4294838293,43321365,135596053,135596053,135596053,135596053,135596053,135596053,135595561,103352341,135596053,135596053,135596053,135596053,135596053,135596053,135596053,135596053,135596053,135596053,135597614,135596053,135137301,135596053,135596053,135596053,237307925,135596053,135596053,135596053,135596053,135596053,135596053,135596053,135596053,135596053,135596053,135596053,135596053,135596053,135596053,135596053,135596053,135596053,135596053,135596053,135596053,135596053,135596053,135659518,135596053,135596053,135596053,135596053,135596053,135596053,135596053,135596053,135596053,135596053,135596053,4294838293,135596053,135596053,4294838293,43321365,135596053,4294901758,4294901758,4294901758,4294901758,4294901758,4294837392,76611582,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,136249342,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294839875,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,43384830,4294901758,135661590,135661590,135661590,135661590,135661590,135660688,76548118,135661590,135661590,135661590,135661590,135661590,135661590,135661590,135661590,135661590,135661590,135663143,135661590,76679190,135661590,135725054,135661590,237570070,135661590,135661590,135661590,135661590,135661590,135661590,135661590,135661590,135661590,135661590,135661590,135661590,135661590,135661590,135661590,135661590,135661590,135661590,135661590,135661590,135661590,135661590,135663146,135661590,135663147,135661590,135661590,135661590,135661590,135661590,135661590,135661590,135661590,135661590,135661590,135661590,135661590,4294838294,43321366,135661590,135661590,135661590,135661590,135661590,135661590,135661558,133564438,135661590,135661590,135661590,135661590,135661590,135661590,135661590,135661590,135661590,135661590,135663143,135661590,76679190,135661590,135663144,135661590,237570070,135661590,135661590,135661590,135661590,135661590,135661590,135661590,135661590,135661590,135661590,135661590,135661590,135661590,135661590,135661590,135661590,135661590,135661590,135661590,135661590,135661590,135661590,135725054,135661590,135663147,135661590,135661590,135661590,135661590,135661590,135661590,135661590,135661590,135661590,4294838294,135661590,135661590,4294838294,43321366,135661590,237702699,237702699,237702699,237702699,237702699,237700240,76549675,237702699,237702699,237702699,237702699,237702699,237702699,237702699,237702699,237702699,237702699,237702695,237702699,136908331,237702699,237764606,237702699,4294839851,237702699,237702699,237702699,237702699,237702699,237702699,237702699,237702699,237702699,237702699,237702699,237702699,237702699,237702699,237702699,237702699,237702699,237702699,237702699,237702699,237702699,237702699,237702731,237702699,237702699,237702699,237702699,237702699,237702699,237702699,237702699,237702699,237702699,237702699,237702699,237702699,237702699,4294839851,43322923,237702699,43057809,43057809,43057809,43057809,43057809,43057327,11469457,43057809,43057809,43057809,43057809,43057809,43057809,43057809,43057809,43057809,43057809,43058316,43057809,43057809,43057809,43057809,43057809,76350097,4294901758,4294901758,4294901758,4294901758,4294901758,43057809,43057809,43057809,4294836881,4294901758,4294901758,43122686,43057809,43057809,43057809,43057809,43057809,43057809,43057809,43057809,43057809,43057809,43058318,43057809,4294837391,4294901758,4294901758,43122686,43057809,43057809,43057809,43057809,43057809,43057809,43057809,43057809,43057809,4294836881,43319953,43057809,237833773,237833773,237833773,237833773,237833773,237831312,76549677,237833773,237833773,237833773,237833773,237833773,237833773,237833773,237833773,237833773,237833773,237833767,237833773,115150381,237833773,237895678,237833773,4294839853,237833773,237833773,237833773,237833773,237833773,237833773,237833773,237833773,237833773,237833773,237833773,237833773,237833773,237833773,237833773,237833773,237833773,237833773,237833773,237833773,237833773,237833773,237895678,237833773,237833771,237833773,237833773,237833773,237833773,237833773,237833773,237833773,237833773,237833773,237833773,237833773,237833773,4294839853,43322925,237833773,76481679,76481679,76481679,76481679,76481679,76480687,11469967,76481679,76481679,76481679,76481679,76481679,76481679,76481679,76481679,76481679,76481679,76481676,76481679,66192527,76481679,76481679,76481679,135857295,4294901758,4294901758,4294901758,4294901758,4294901758,76481679,76481679,76481679,4294837391,4294901758,4294901758,76546046,76481679,76481679,76481679,76481679,76481679,76481679,76481679,76481679,76481679,76481679,76482586,76481679,4294837391,4294901758,4294901758,76546046,76481679,76481679,76481679,76481679,76481679,76481679,76481679,76481679,76481679,4294837391,43320463,76481679,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,43384830,4294901758,136185886,136185886,136185886,136185886,136185886,136184976,76548126,136185886,136185886,136185886,136185886,136185886,136185886,136185886,136185886,136185886,136185886,136185891,136185886,136185886,136185886,136249342,136185886,238290974,136185886,136185886,136185886,136185886,136185886,136185886,136185886,136185886,136185886,136185886,136185886,136185886,136185886,136185886,136185886,136185886,136185886,136185886,136185886,136185886,136185886,136185886,136187445,136185886,136187446,136185886,136185886,136185886,136185886,136185886,136185886,136185886,136185886,136185886,136185886,136185886,136185886,4294838302,43321374,136185886,136185886,136185886,136185886,136185886,136185886,136249342,4294838302,136185886,136185886,136185886,136185886,136185886,136185886,136185886,136185886,136185886,136185886,136185891,136185886,136185886,136185886,136187443,136185886,238290974,136185886,136185886,136185886,136185886,136185886,136185886,136185886,136185886,136185886,136185886,136185886,136185886,136185886,136185886,136185886,136185886,136185886,136185886,136185886,136185886,136185886,136185886,136249342,136185886,136187446,136185886,136185886,136185886,136185886,136185886,136185886,136185886,136185886,136185886,4294838302,136185886,136185886,4294838302,43321374,136185886,238423606,238423606,238423606,238423606,238423606,238421136,76549686,238423606,238423606,238423606,238423606,238423606,238423606,238423606,238423606,238423606,238423606,238422051,238423606,238751286,238423606,238485502,238423606,4294839862,238423606,238423606,238423606,238423606,238423606,238423606,238423606,238423606,238423606,238423606,238423606,238423606,238423606,238423606,238423606,238423606,238423606,238423606,238423606,238423606,238423606,238423606,238485502,238423606,238423606,238423606,238423606,238423606,238423606,238423606,238423606,238423606,238423606,238423606,238423606,238423606,238423606,4294839862,43322934,238423606,238554680,238554680,238554680,238554680,238554680,238552208,76549688,238554680,238554680,238554680,238554680,238554680,238554680,238554680,238554680,238554680,238554680,238616574,238554680,4294839864,238554680,238616574,238554680,4294839864,238554680,238554680,238554680,238554680,238554680,238554680,238554680,238554680,238554680,238554680,238554680,238554680,238554680,238554680,238554680,238554680,238554680,238554680,238554680,238554680,238554680,238554680,238616574,238554680,238616574,238554680,238554680,238554680,238554680,238554680,238554680,238554680,238554680,238554680,238554680,238554680,238554680,4294839864,16780856,238554680,136054812,136054812,136054812,136054812,136054812,136053904,76548124,136054812,136054812,136054812,136054812,136054812,136054812,136054812,136054812,136054812,136054812,136053905,136054812,136185884,136054812,136054815,136054812,136316956,4294901758,4294901758,4294901758,4294901758,4294901758,136054812,136054812,136054812,4294838300,4294901758,4294901758,136118270,136054812,136054812,136054812,136054812,136054812,136054812,136054812,136054812,136054812,136054812,136054817,136054812,4294838306,4294901758,4294901758,136118270,136054812,136054812,136054812,136054812,136054812,136054812,136054812,136054812,136054812,4294838300,43321372,136054812,238751291,238751291,238751291,238751291,238751291,238748816,76549691,238751291,238751291,238751291,238751291,238751291,238751291,238751291,238751291,238751291,238751291,238749731,238751291,238751291,238751291,238813182,238751291,4294839867,238751291,238751291,238751291,238751291,238751291,238751291,238751291,238751291,238751291,238751291,238751291,238751291,238751291,238751291,238751291,238751291,238751291,238751291,238751291,238751291,238751291,238751291,238813182,238751291,238751286,238751291,238751291,238751291,238751291,238751291,238751291,238751291,238751291,238751291,238751291,238751291,238751291,4294839867,43322939,238751291,136448034,136448034,136448034,136448034,136448034,136447120,76548130,136448034,136448034,136448034,136448034,136448034,136448034,136448034,136448034,136448034,136448034,136447121,136448034,238749730,136448034,136511486,136448034,238880802,136448034,136448034,136448034,136448034,136448034,136448034,136448034,136448034,136448034,136448034,136448034,136448034,136448034,136448034,136448034,136448034,136448034,136448034,136448034,136448034,136448034,136448034,136449598,136448034,136448034,136448034,136448034,136448034,136448034,136448034,136448034,136448034,136448034,136448034,136448034,136448034,136448034,4294838306,43321378,136448034,136448034,136448034,136448034,136448034,136448034,136511486,4294838306,136448034,136448034,136448034,136448034,136448034,136448034,136448034,136448034,136448034,136448034,136449615,136448034,238749730,136448034,136449596,136448034,238880802,136448034,136448034,136448034,136448034,136448034,136448034,136448034,136448034,136448034,136448034,136448034,136448034,136448034,136448034,136448034,136448034,136448034,136448034,136448034,136448034,136448034,136448034,136511486,136448034,136448034,136448034,136448034,136448034,136448034,136448034,136448034,136448034,136448034,136448034,4294838306,136448034,136448034,4294838306,43321378,136448034,239013439,239013439,239013439,239013439,239013439,239010960,76549695,239013439,239013439,239013439,239013439,239013439,239013439,239013439,239013439,239013439,239013439,239011875,239013439,136187455,239013439,239013441,239013439,239210047,239013439,239013439,239013439,239013439,239013439,239013439,239013439,239013439,239013439,239013439,239013439,239013439,239013439,239013439,239013439,239013439,239013439,239013439,239013439,239013439,239013439,239013439,239013443,239013439,239013444,239013439,239013439,239013439,239013439,239013439,239013439,239013439,239013439,239013439,239013439,239013439,239013439,4294839871,43322943,239013439,239013439,239013439,239013439,239013439,239013439,239010960,76549695,239013439,239013439,239013439,239013439,239013439,239013439,239013439,239013439,239013439,239013439,239075326,239013439,136187455,239013439,239013441,239013439,239210047,239013439,239013439,239013439,239013439,239013439,239013439,239013439,239013439,239013439,239013439,239013439,239013439,239013439,239013439,239013439,239013439,239013439,239013439,239013439,239013439,239013439,239013439,239013443,239013439,239013444,239013439,239013439,239013439,239013439,239013439,239013439,239013439,239013439,239013439,239013439,239013439,239013439,4294839871,43322943,239013439,239013439,239013439,239013439,239013439,239013439,239010960,76549695,239013439,239013439,239013439,239013439,239013439,239013439,239013439,239013439,239013439,239013439,239011875,239013439,136187455,239013439,239075326,239013439,239210047,239013439,239013439,239013439,239013439,239013439,239013439,239013439,239013439,239013439,239013439,239013439,239013439,239013439,239013439,239013439,239013439,239013439,239013439,239013439,239013439,239013439,239013439,239013443,239013439,239013444,239013439,239013439,239013439,239013439,239013439,239013439,239013439,239013439,239013439,239013439,239013439,239013439,4294839871,43322943,239013439,239013439,239013439,239013439,239013439,239013439,239075326,4294839871,239013439,239013439,239013439,239013439,239013439,239013439,239013439,239013439,239013439,239013439,239011875,239013439,136187455,239013439,239013441,239013439,239210047,239013439,239013439,239013439,239013439,239013439,239013439,239013439,239013439,239013439,239013439,239013439,239013439,239013439,239013439,239013439,239013439,239013439,239013439,239013439,239013439,239013439,239013439,239075326,239013439,239013444,239013439,239013439,239013439,239013439,239013439,239013439,239013439,239013439,239013439,4294839871,239013439,239013439,4294839871,43322943,239013439,239341124,239341124,239341124,239341124,239341124,239338640,76549700,239341124,239341124,239341124,239341124,239341124,239341124,239341124,239341124,239341124,239341124,239339555,239341124,238751300,239341124,239403006,239341124,4294839876,239341124,239341124,239341124,239341124,239341124,239341124,239341124,239341124,239341124,239341124,239341124,239341124,239341124,239341124,239341124,239341124,239341124,239341124,239341124,239341124,239341124,239341124,239403006,239341124,239341124,239341124,239341124,239341124,239341124,239341124,239341124,239341124,239341124,239341124,239341124,239341124,239341124,4294839876,43322948,239341124,239472198,239472198,239472198,239472198,239472198,239469712,76549702,239472198,239472198,239472198,239472198,239472198,239472198,239472198,239472198,239472198,239472198,239534078,239472198,4294839878,239472198,239534078,239472198,4294839878,239472198,239472198,239472198,239472198,239472198,239472198,239472198,239472198,239472198,239472198,239472198,239472198,239472198,239472198,239472198,239472198,239472198,239472198,239472198,239472198,239472198,239472198,239534078,239472198,239534078,239472198,239472198,239472198,239472198,239472198,239472198,239472198,239472198,239472198,239472198,239472198,239472198,4294839878,16780870,239472198,76678290,76678290,76678290,76678290,76678290,76678288,76547218,76678290,76678290,76678290,76678290,76678290,76678290,76678290,76678290,76678290,76678290,76679203,76678290,76678290,76678290,76679204,76678290,136643730,4294901758,4294901758,4294901758,4294901758,4294901758,76678290,76678290,76678290,4294837394,4294901758,4294901758,76742654,76678290,76678290,76678290,76678290,76678290,76678290,76678290,76678290,76678290,76678290,76679206,76678290,4294838311,4294901758,4294901758,76742654,76678290,76678290,76678290,76678290,76678290,76678290,76678290,76678290,76678290,4294837394,43320466,76678290,136775719,136775719,136775719,136775719,136775719,136774800,76548135,136775719,136775719,136775719,136775719,136775719,136775719,136775719,136775719,136775719,136775719,136775715,136775719,136906791,136775719,136839166,136775719,239732775,136775719,136775719,136775719,136775719,136775719,136775719,136775719,136775719,136775719,136775719,136775719,136775719,136775719,136775719,136775719,136775719,136775719,136775719,136775719,136775719,136775719,136775719,136777291,136775719,136775719,136775719,136775719,136775719,136775719,136775719,136775719,136775719,136775719,136775719,136775719,136775719,136775719,4294838311,43321383,136775719,136775719,136775719,136775719,136775719,136775719,136839166,4294838311,136775719,136775719,136775719,136775719,136775719,136775719,136775719,136775719,136775719,136775719,136839166,136775719,136906791,136775719,136777289,136775719,239732775,136775719,136775719,136775719,136775719,136775719,136775719,136775719,136775719,136775719,136775719,136775719,136775719,136775719,136775719,136775719,136775719,136775719,136775719,136775719,136775719,136775719,136775719,136839166,136775719,136775719,136775719,136775719,136775719,136775719,136775719,136775719,136775719,136775719,136775719,4294838311,136775719,136775719,4294838311,43321383,136775719,136906793,136906793,136906793,136906793,136906793,136905872,76548137,136906793,136906793,136906793,136906793,136906793,136906793,136906793,136906793,136906793,136906793,136906787,136906793,136906793,136906793,136970238,136906793,239929385,136906793,136906793,136906793,136906793,136906793,136906793,136906793,136906793,136906793,136906793,136906793,136906793,136906793,136906793,136906793,136906793,136906793,136906793,136906793,136906793,136906793,136906793,136907726,136906793,136906791,136906793,136906793,136906793,136906793,136906793,136906793,136906793,136906793,136906793,136906793,136906793,136906793,4294838313,43321385,136906793,76940438,76940438,76940438,76940438,76940438,76940432,76547222,76940438,76940438,76940438,76940438,76940438,76940438,76940438,76940438,76940438,76940438,76940433,76940438,136905878,76940438,76941354,76940438,137036950,4294901758,4294901758,4294901758,4294901758,4294901758,76940438,76940438,76940438,4294837398,4294901758,4294901758,77004798,76940438,76940438,76940438,76940438,76940438,76940438,76940438,76940438,76940438,76940438,76941356,76940438,4294837398,4294901758,4294901758,77004798,76940438,76940438,76940438,76940438,76940438,76940438,76940438,76940438,76940438,4294837398,43320470,76940438,4294901758,4294901758,4294901758,4294901758,4294901758,4294836596,24444926,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690777,25690504,25690504,25690504,25690778,25690504,25690504,4294901758,4294901758,4294901758,4294901758,4294901758,25690504,25690504,25690504,4294836616,4294901758,4294901758,25755646,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690779,25690504,4294836616,4294901758,4294901758,25755646,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,25690504,43844253,43844253,43844253,43844253,43844253,43844689,72417949,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43909118,43844253,77595293,43844253,43844769,43844253,77726365,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844771,43844253,43844772,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,4294836893,4391581,43844253,124389226,124389226,124389226,124389226,124389226,124389448,138938218,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124452862,124389226,139069290,124389226,124389451,124389226,139200362,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389453,124389226,124389454,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,4294838122,139396970,124389226,125831040,125831040,125831040,125831040,125831040,125830225,72419200,125831040,125831040,125831040,125831040,125831040,125831040,125831040,125831040,125831040,125831040,125894654,125831040,216598400,125831040,125832453,125831040,218498944,125831040,125831040,125831040,125831040,125831040,125831040,125831040,125831040,125831040,125831040,125831040,125831040,125831040,125831040,125831040,125831040,125831040,125831040,125831040,125831040,125831040,125831040,125832455,125831040,125832456,125831040,125831040,125831040,125831040,125831040,125831040,125831040,125831040,125831040,125831040,125831040,125831040,4294838144,4392832,125831040,137627700,137627700,137627700,137627700,137627700,137625992,25692212,137627700,137627700,137627700,137627700,137627700,137627700,137627700,137627700,137627700,137627700,137629273,137627700,137496628,137627700,137629274,137627700,4294838324,137627700,137627700,137627700,137627700,137627700,137627700,137627700,137627700,137627700,137627700,137627700,137627700,137627700,137627700,137627700,137627700,137627700,137627700,137627700,137627700,137627700,137627700,137629275,137627700,137627700,137627700,137627700,137627700,137627700,137627700,137627700,137627700,137627700,137627700,137627700,137627700,137627700,137627700,137627700,137627700,4294901758,4294901758,4294901758,4294901758,4294901758,4294837329,72482814,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,122945534,4294901758,124389226,124389226,124389226,124389226,124389226,124389448,138938218,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124390604,124389226,139069290,124389226,124389451,124389226,139200362,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389453,124389226,124389454,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,4294838122,124389226,124389226,4294838122,139396970,124389226,124389226,124389226,124389226,124389226,124389226,124389448,138938218,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124390604,124389226,139069290,124389226,124389451,124389226,139200362,4294901758,4294901758,4294901758,4294901758,4294901758,124389226,124389226,124389226,4294838122,4294901758,4294901758,124452862,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389453,124389226,4294838350,4294901758,4294901758,124452862,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,124389226,4294838122,139396970,124389226,137889848,137889848,137889848,137889848,137889848,137888136,25692216,137889848,137889848,137889848,137889848,137889848,137889848,137889848,137889848,137889848,137889848,137891425,137889848,137889848,137889848,137891426,137889848,4294838328,137889848,137889848,137889848,137889848,137889848,137889848,137889848,137889848,137889848,137889848,137889848,137889848,137889848,137889848,137889848,137889848,137889848,137889848,137889848,137889848,137889848,137889848,137891427,137889848,137891428,137889848,137889848,137889848,137889848,137889848,137889848,137889848,137889848,137889848,137889848,137889848,137889848,137889848,137889848,137889848,241438308,241438308,241438308,241438308,241438308,241434996,24383076,241438308,241438308,241438308,241438308,241438308,241438308,241438308,241438308,241438308,241438308,241438295,241438308,4294839908,241438308,241500158,241438308,4294839908,241438308,241438308,241438308,241438308,241438308,241438308,241438308,241438308,241438308,241438308,241438308,241438308,241438308,241438308,241438308,241438308,241438308,241438308,241438308,241438308,241438308,241438308,241500158,241438308,241500158,241438308,241438308,241438308,241438308,241438308,241438308,241438308,241438308,241438308,241438308,241438308,241438308,4294839908,4294839908,241438308,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134809,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,144639190,81134806,81134806,81134806,81134806,81134806,77595808,77595808,77595808,77595808,77595808,77595016,25691296,77595808,77595808,77595808,77595808,77595808,77595808,77595808,77595808,77595808,77595808,77660158,77595808,43844768,77595808,77596731,77595808,77595808,77595808,77595808,77595808,77595808,77595808,77595808,77595808,77595808,77595808,77595808,77595808,77595808,77595808,77595808,77595808,77595808,77595808,77595808,77595808,77595808,77595808,77595808,77596732,77595808,77595808,77595808,77595808,77595808,77595808,77595808,77595808,77595808,77595808,77595808,77595808,77595808,77595808,77595808,77595808,77595808,216599785,216599785,216599785,216599785,216599785,216596852,24382697,216599785,216599785,216599785,216599785,216599785,216599785,216599785,216599785,216599785,216599785,216662014,216599785,125832425,216599785,216600167,216599785,4294839529,216599785,216599785,216599785,216599785,216599785,216599785,216599785,216599785,216599785,216599785,216599785,216599785,216599785,216599785,216599785,216599785,216599785,216599785,216599785,216599785,216599785,216599785,216600169,216599785,216599853,216599785,216599785,216599785,216599785,216599785,216599785,216599785,216599785,216599785,216599785,216599785,216599785,4294839529,241831145,216599785,248909526,248909526,248909526,248909526,248909526,248909526,248909526,248909526,248909526,248909526,248909526,248909526,248909526,248909526,248909526,248909526,248909526,248971262,248909526,248909526,248909526,248971262,248909526,248909526,248909526,248909526,248909526,248909526,248909526,248909526,248909526,248909526,248909526,248909526,248909526,248909526,248909526,248909526,248909526,248909526,248909526,248909526,248909526,248909526,248909526,248909526,248971262,248909526,248909526,248909526,248909526,248909526,248909526,248909526,248909526,248909526,248909526,248909526,4294840022,248909526,248909526,248909526,248909526,248909526,17498379,17498379,17498379,17498379,17498379,17498293,11862283,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,13304075,17498379,17498526,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17563646,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,17498379,241897067,241897067,241897067,241897067,241897067,241894481,72420971,241897067,241897067,241897067,241897067,241897067,241897067,241897067,241897067,241897067,241897067,241958910,241897067,4294839915,241897067,241958910,241897067,4294839915,241897067,241897067,241897067,241897067,241897067,241897067,241897067,241897067,241897067,241897067,241897067,241897067,241897067,241897067,241897067,241897067,241897067,241897067,241897067,241897067,241897067,241897067,241958910,241897067,241897086,241897067,241897067,241897067,241897067,241897067,241897067,241897067,241897067,241897067,241897067,241897067,241897067,4294839915,4294839915,241897067,185142025,185142025,185142025,185142025,185142025,185140439,81201929,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185204734,185142025,106367753,185142025,185142893,185142025,4294839049,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185204734,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185140439,81201929,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185204734,185142025,106367753,185142025,185142893,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185204734,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185142025,4294839049,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185140439,81201929,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185204734,185142025,106367753,185142025,185142893,185142025,185142025,4294901758,4294901758,4294901758,4294901758,4294901758,185142025,185142025,185142025,4294839049,4294901758,4294901758,185204734,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185204734,185142025,4294839049,4294901758,4294901758,185204734,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185142025,185142025,158206318,158206318,158206318,158206318,158206318,158204276,24381806,158206318,158206318,158206318,158206318,158206318,158206318,158206318,158206318,158206318,158206318,158207600,158206318,242289006,158206318,158207602,158206318,4294838638,158206318,158206318,158206318,158206318,158206318,158206318,158206318,158206318,158206318,158206318,158206318,158206318,158206318,158206318,158206318,158206318,158206318,158206318,158206318,158206318,158206318,158206318,158207604,158206318,158207605,158206318,158206318,158206318,158206318,158206318,158206318,158206318,158206318,158206318,158206318,158206318,158206318,4294838638,8784238,158206318,158206318,158206318,158206318,158206318,158206318,158204276,24381806,158206318,158206318,158206318,158206318,158206318,158206318,158206318,158206318,158206318,158206318,158207600,158206318,242289006,158206318,158207602,158206318,88476014,158206318,158206318,158206318,158206318,158206318,158206318,158206318,158206318,158206318,158206318,158206318,158206318,158206318,158206318,158206318,158206318,158206318,158206318,158206318,158206318,158206318,158206318,158207604,158206318,158207605,158206318,158206318,158206318,158206318,158206318,158206318,158206318,158206318,158206318,158206318,158206318,158206318,4294838638,8784238,158206318,158206318,158206318,158206318,158206318,158206318,158206318,158206318,158206318,158206318,158206318,158206318,158206318,158206318,158206318,158206318,158206318,158206318,158269438,158206318,158206318,158206318,158207602,158206318,158206318,158206318,158206318,158206318,158206318,158206318,158206318,158206318,158206318,158206318,158206318,158206318,158206318,158206318,158206318,158206318,158206318,158206318,158206318,158206318,158206318,158206318,158206318,158269438,158206318,158206318,158206318,158206318,158206318,158206318,158206318,158206318,158206318,158206318,158206318,4294838638,158206318,158206318,158206318,158206318,158206318,242552437,242552437,242552437,242552437,242552437,242549128,25693813,242552437,242552437,242552437,242552437,242552437,242552437,242552437,242552437,242552437,242552437,242549400,242552437,242552437,242552437,242614270,242552437,242552437,242552437,242552437,242552437,242552437,242552437,242552437,242552437,242552437,242552437,242552437,242552437,242552437,242552437,242552437,242552437,242552437,242552437,242552437,242552437,242552437,242552437,242552437,242614270,242552437,242614270,242552437,242552437,242552437,242552437,242552437,242552437,242552437,242552437,242552437,242552437,242552437,242552437,242552437,242552437,242552437,43844253,43844253,43844253,43844253,43844253,43844689,72417949,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844767,43844253,77595293,43844253,43844769,43844253,77726365,4294901758,4294901758,4294901758,4294901758,4294901758,43844253,43844253,43844253,4294836893,4294901758,4294901758,43909118,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844771,43844253,4294837412,4294901758,4294901758,43909118,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,43844253,4294836893,4391581,43844253,242814585,242814585,242814585,242814585,242814585,242811985,72420985,242814585,242814585,242814585,242814585,242814585,242814585,242814585,242814585,242814585,242814585,242812063,242814585,4294839929,242814585,242876414,242814585,4294839929,242814585,242814585,242814585,242814585,242814585,242814585,242814585,242814585,242814585,242814585,242814585,242814585,242814585,242814585,242814585,242814585,242814585,242814585,242814585,242814585,242814585,242814585,242876414,242814585,242812995,242814585,242814585,242814585,242814585,242814585,242814585,242814585,242814585,242814585,242814585,242814585,242814585,4294839929,4294839929,242814585,185404173,185404173,185404173,185404173,185404173,185402583,81201933,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185466878,185404173,185404173,185404173,185405051,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185466878,185404173,185404181,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185402583,81201933,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185403543,185404173,185404173,185404173,185405051,185404173,4294839053,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185466878,185404173,185404181,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185402583,81201933,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185403543,185404173,185404173,185404173,185405051,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185466878,185404173,185404181,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,4294839053,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185402583,81201933,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185403543,185404173,185404173,185404173,185405051,185404173,185404173,4294901758,4294901758,4294901758,4294901758,4294901758,185404173,185404173,185404173,4294839053,4294901758,4294901758,185466878,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185466878,185404173,4294839061,4294901758,4294901758,185466878,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,185404173,243142270,243142270,243142270,243142270,243142270,243138952,25693822,243142270,243142270,243142270,243142270,243142270,243142270,243142270,243142270,243142270,243142270,243140666,243142270,138612350,243142270,243204094,243142270,243142270,243142270,243142270,243142270,243142270,243142270,243142270,243142270,243142270,243142270,243142270,243142270,243142270,243142270,243142270,243142270,243142270,243142270,243142270,243142270,243142270,243142270,243142270,243204094,243142270,243204094,243142270,243142270,243142270,243142270,243142270,243142270,243142270,243142270,243142270,243142270,243142270,243142270,243142270,243142270,243142270,138610755,138610755,138610755,138610755,138610755,138609745,72419395,138610755,138610755,138610755,138610755,138610755,138610755,138610755,138610755,138610755,138610755,138609823,138610755,243140675,138610755,138674174,138610755,168101955,138610755,138610755,138610755,138610755,138610755,138610755,138610755,138610755,138610755,138610755,138610755,138610755,138610755,138610755,138610755,138610755,138610755,138610755,138610755,138610755,138610755,138610755,138612353,138610755,138612345,138610755,138610755,138610755,138610755,138610755,138610755,138610755,138610755,138610755,138610755,138610755,138610755,4294838339,4393027,138610755,185928469,185928469,185928469,185928469,185928469,185928469,185928469,185928469,185928469,185928469,185928469,185928469,185928469,185928469,185928469,185928469,185928469,185991166,185928469,185928469,185928469,185991166,185928469,185928469,185928469,185928469,185928469,185928469,185928469,185928469,185928469,185928469,185928469,185928469,185928469,185928469,185928469,185928469,185928469,185928469,185928469,185928469,185928469,185928469,185928469,185928469,185991166,185928469,185928469,185928469,185928469,185928469,185928469,185928469,185928469,185928469,185928469,185928469,4294839061,185928469,185928469,185928469,185928469,185928469,25624967,25624967,25624967,25624967,25624967,25624968,25690503,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25625240,25624967,25624967,25624967,25624970,25624967,25624967,4294901758,4294901758,4294901758,4294901758,4294901758,25624967,25624967,25624967,4294836615,4294901758,4294901758,25690110,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624971,25624967,4294836615,4294901758,4294901758,25690110,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,25624967,4294901758,4294901758,4294901758,4294901758,4294901758,4294837463,81264638,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,243732103,243732103,243732103,243732103,243732103,243729623,81202823,243732103,243732103,243732103,243732103,243732103,243732103,243732103,243732103,243732103,243732103,243793918,243732103,138940039,243732103,243793918,243732103,243732103,243732103,243732103,243732103,243732103,243732103,243732103,243732103,243732103,243732103,243732103,243732103,243732103,243732103,243732103,243732103,243732103,243732103,243732103,243732103,243732103,243732103,243732103,243793918,243732103,243732103,243732103,243732103,243732103,243732103,243732103,243732103,243732103,243732103,243732103,243732103,243732103,243732103,243732103,243732103,243732103,138938440,138938440,138938440,138938440,138938440,138938440,138938440,138938440,138938440,138938440,138938440,138938440,138938440,138938440,138938440,138938440,138938440,138940038,138938440,243730504,138938440,138940040,138938440,4294838344,138938440,138938440,138938440,138938440,138938440,138938440,138938440,138938440,138938440,138938440,138938440,138938440,138938440,138938440,138938440,138938440,138938440,138938440,138938440,138938440,138938440,138938440,138940042,138938440,138940043,138938440,138938440,138938440,138938440,138938440,138938440,138938440,138938440,138938440,138938440,138938440,138938440,4294838344,244058184,138938440,138938440,138938440,138938440,138938440,138938440,138938440,138938440,138938440,138938440,138938440,138938440,138938440,138938440,138938440,138938440,138938440,138938440,139001854,138938440,138938440,138938440,138940040,138938440,138938440,138938440,138938440,138938440,138938440,138938440,138938440,138938440,138938440,138938440,138938440,138938440,138938440,138938440,138938440,138938440,138938440,138938440,138938440,138938440,138938440,138938440,138938440,139001854,138938440,138938440,138938440,138938440,138938440,138938440,138938440,138938440,138938440,138938440,138938440,4294838344,138938440,138938440,138938440,138938440,138938440,243994251,243994251,243994251,243994251,243994251,243991767,81202827,243994251,243994251,243994251,243994251,243994251,243994251,243994251,243994251,243994251,243994251,243992728,243994251,243994251,243994251,244056062,243994251,243994251,243994251,243994251,243994251,243994251,243994251,243994251,243994251,243994251,243994251,243994251,243994251,243994251,243994251,243994251,243994251,243994251,243994251,243994251,243994251,243994251,243994251,243994251,244056062,243994251,244056062,243994251,243994251,243994251,243994251,243994251,243994251,243994251,243994251,243994251,243994251,243994251,243994251,243994251,243994251,243994251,244256399,244256399,244256399,244256399,244256399,244253911,81202831,244256399,244256399,244256399,244256399,244256399,244256399,244256399,244256399,244256399,244256399,244318206,244256399,244125327,244256399,244318206,244256399,244256399,244256399,244256399,244256399,244256399,244256399,244256399,244256399,244256399,244256399,244256399,244256399,244256399,244256399,244256399,244256399,244256399,244256399,244256399,244256399,244256399,244256399,244256399,244318206,244256399,244256399,244256399,244256399,244256399,244256399,244256399,244256399,244256399,244256399,244256399,244256399,244256399,244256399,244256399,244256399,244256399,244125325,244125325,244125325,244125325,244125325,244122518,60165773,244125325,244125325,244125325,244125325,244125325,244125325,244125325,244125325,244125325,244125325,244187134,244125325,244256397,244125325,244187134,244125325,4294839949,244125325,244125325,244125325,244125325,244125325,244125325,244125325,244125325,244125325,244125325,244125325,244125325,244125325,244125325,244125325,244125325,244125325,244125325,244125325,244125325,244125325,244125325,244125330,244125325,244125331,244125325,244125325,244125325,244125325,244125325,244125325,244125325,244125325,244125325,244125325,244125325,244125325,4294839949,4394637,244125325,244518547,244518547,244518547,244518547,244518547,244516055,81202835,244518547,244518547,244518547,244518547,244518547,244518547,244518547,244518547,244518547,244518547,244580350,244518547,244518547,244518547,244580350,244518547,244518547,244518547,244518547,244518547,244518547,244518547,244518547,244518547,244518547,244518547,244518547,244518547,244518547,244518547,244518547,244518547,244518547,244518547,244518547,244518547,244518547,244518547,244518547,244580350,244518547,244580350,244518547,244518547,244518547,244518547,244518547,244518547,244518547,244518547,244518547,244518547,244518547,244518547,244518547,244518547,244518547,248778452,248778452,248778452,248778452,248778452,248775574,60165844,248778452,248778452,248778452,248778452,248778452,248778452,248778452,248778452,248778452,248778452,248840190,248778452,248909524,248778452,248778455,248778452,249040596,248778452,248778452,248778452,248778452,248778452,248778452,248778452,248778452,248778452,248778452,248778452,248778452,248778452,248778452,248778452,248778452,248778452,248778452,248778452,248778452,248778452,248778452,248778457,248778452,248778458,248778452,248778452,248778452,248778452,248778452,248778452,248778452,248778452,248778452,248778452,248778452,248778452,4294840020,4394708,248778452,144443548,144443548,144443548,144443548,144443548,144445185,251725980,144443548,144443548,144443548,144443548,144443548,144443548,144443548,144443548,144443548,144443548,144445190,144443548,249301148,144443548,144445191,144443548,4294838428,144443548,144443548,144443548,144443548,144443548,144443548,144443548,144443548,144443548,144443548,144443548,144443548,144443548,144443548,144443548,144443548,144443548,144443548,144443548,144443548,144443548,144443548,144445193,144443548,144445194,144443548,144443548,144443548,144443548,144443548,144443548,144443548,144443548,144443548,144443548,144443548,144443548,4294838428,70912156,144443548,139331662,139331662,139331662,139331662,139331662,139330775,81201230,139331662,139331662,139331662,139331662,139331662,139331662,139331662,139331662,139331662,139331662,139331735,139331662,139331662,139331662,139333272,139331662,4294838350,139331662,139331662,139331662,139331662,139331662,139331662,139331662,139331662,139331662,139331662,139331662,139331662,139331662,139331662,139331662,139331662,139331662,139331662,139331662,139331662,139331662,139331662,139333273,139331662,139333274,139331662,139331662,139331662,139331662,139331662,139331662,139331662,139331662,139331662,139331662,139331662,139331662,139331662,139331662,139331662,252317450,252317450,252317450,252317450,252317450,252317450,252317450,252317450,252317450,252317450,252317450,252317450,252317450,252317450,252317450,252317450,252317450,252379134,252317450,252317450,252317450,252379134,252317450,252317450,252317450,252317450,252317450,252317450,252317450,252317450,252317450,252317450,252317450,252317450,252317450,252317450,252317450,252317450,252317450,252317450,252317450,252317450,252317450,252317450,252317450,252317450,252379134,252317450,252317450,252317450,252317450,252317450,252317450,252317450,252317450,252317450,252317450,252317450,4294840074,252317450,252317450,252317450,252317450,252317450,244977306,244977306,244977306,244977306,244977306,244975688,138940058,244977306,244977306,244977306,244977306,244977306,244977306,244977306,244977306,244977306,244977306,244976844,244977306,4294839962,244977306,245039102,244977306,4294839962,244977306,244977306,244977306,244977306,244977306,244977306,244977306,244977306,244977306,244977306,244977306,244977306,244977306,244977306,244977306,244977306,244977306,244977306,244977306,244977306,244977306,244977306,245039102,244977306,245039102,244977306,244977306,244977306,244977306,244977306,244977306,244977306,244977306,244977306,244977306,244977306,244977306,4294839962,4294839962,244977306,4294901758,4294901758,4294901758,4294901758,4294901758,4294836318,6225918,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,44630014,4294901758,44106401,44106401,44106401,44106401,44106401,44105822,6161057,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106920,44106401,44237473,44106401,44106404,44106401,44368545,4294901758,4294901758,4294901758,4294901758,4294901758,44106401,44106401,44106401,4294836897,4294901758,4294901758,44171262,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106406,44106401,4294836903,4294901758,4294901758,44171262,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,44106401,4294836897,44565153,44106401,245173917,245173917,245173917,245173917,245173917,245170357,11865757,245173917,245173917,245173917,245173917,245173917,245173917,245173917,245173917,245173917,245173917,245170708,245173917,139595421,245173917,245235710,245173917,245173917,245173917,245173917,245173917,245173917,245173917,245173917,245173917,245173917,245173917,245173917,245173917,245173917,245173917,245173917,245173917,245173917,245173917,245173917,245173917,245173917,245173917,245173917,245173924,245173917,245235710,245173917,245173917,245173917,245173917,245173917,245173917,245173917,245173917,245173917,245173917,245173917,245173917,245173917,245173917,245173917,139593810,139593810,139593810,139593810,139593810,139591883,13305938,139593810,139593810,139593810,139593810,139593810,139593810,139593810,139593810,139593810,139593810,139592923,139593810,245172306,139593810,139657214,139593810,4294838354,139593810,139593810,139593810,139593810,139593810,139593810,139593810,139593810,139593810,139593810,139593810,139593810,139593810,139593810,139593810,139593810,139593810,139593810,139593810,139593810,139593810,139593810,139595424,139593810,139593948,139593810,139593810,139593810,139593810,139593810,139593810,139593810,139593810,139593810,139593810,139593810,139593810,4294838354,174065746,139593810,245436065,245436065,245436065,245436065,245436065,245436065,245436065,245436065,245436065,245436065,245436065,245436065,245436065,245436065,245436065,245436065,245436065,245436065,245436065,245436065,245436065,245497854,245436065,245436065,245436065,245436065,245436065,245436065,245436065,245436065,245436065,245436065,245436065,245436065,245436065,245436065,245436065,245436065,245436065,245436065,245436065,245436065,245436065,245436065,245436065,245436065,245436065,245436065,245436065,245436065,245436065,245436065,245436065,245436065,245436065,245436065,245436065,245436065,4294839969,245436065,245436065,245436065,245436065,245436065,245436065,245436065,245436065,245436065,245436065,245432523,13307553,245436065,245436065,245436065,245436065,245436065,245436065,245436065,245436065,245436065,245436065,245433563,245436065,189206177,245436065,245497854,245436065,4294839969,245436065,245436065,245436065,245436065,245436065,245436065,245436065,245436065,245436065,245436065,245436065,245436065,245436065,245436065,245436065,245436065,245436065,245436065,245436065,245436065,245436065,245436065,245436064,245436065,245434532,245436065,245436065,245436065,245436065,245436065,245436065,245436065,245436065,245436065,245436065,245436065,245436065,4294839969,4294839969,245436065,81724639,81724639,81724639,81724639,81724639,81723573,11863263,81724639,81724639,81724639,81724639,81724639,81724639,81724639,81724639,81724639,81724639,81723595,81724639,81724639,81724639,81725523,81724639,81724639,4294901758,4294901758,4294901758,4294901758,4294901758,81724639,81724639,81724639,4294837471,4294901758,4294901758,81788926,81724639,81724639,81724639,81724639,81724639,81724639,81724639,81724639,81724639,81724639,81724589,81724639,4294838436,4294901758,4294901758,81788926,81724639,81724639,81724639,81724639,81724639,81724639,81724639,81724639,81724639,81724639,81724639,81724639,139790421,139790421,139790421,139790421,139790421,139788469,11864149,139790421,139790421,139790421,139790421,139790421,139790421,139790421,139790421,139790421,139790421,139788552,139790421,78514261,139790421,139792035,139790421,4294838357,139790421,139790421,139790421,139790421,139790421,139790421,139790421,139790421,139790421,139790421,139790421,139790421,139790421,139790421,139790421,139790421,139790421,139790421,139790421,139790421,139790421,139790421,139792036,139790421,139792037,139790421,139790421,139790421,139790421,139790421,139790421,139790421,139790421,139790421,139790421,139790421,139790421,139790421,139790421,139790421,186452765,186452765,186452765,186452765,186452765,186452765,186452765,186452765,186452765,186452765,186452765,186452765,186452765,186452765,186452765,186452765,186452765,186452765,186452765,186452765,186452765,186515454,186452765,186452765,186452765,186452765,186452765,186452765,186452765,186452765,186452765,186452765,186452765,186452765,186452765,186452765,186452765,186452765,186452765,186452765,186452765,186452765,186452765,186452765,186452765,186452765,186452765,186452765,186452765,186452765,186452765,186452765,186452765,186452765,186452765,186452765,186452765,186452765,4294839069,186452765,186452765,186452765,186452765,186452765,245698213,245698213,245698213,245698213,245698213,245694558,6164133,245698213,245698213,245698213,245698213,245698213,245698213,245698213,245698213,245698213,245698213,245759998,245698213,4294839973,245698213,245759998,245698213,4294839973,245698213,245698213,245698213,245698213,245698213,245698213,245698213,245698213,245698213,245698213,245698213,245698213,245698213,245698213,245698213,245698213,245698213,245698213,245698213,245698213,245698213,245698213,245759998,245698213,245759998,245698213,245698213,245698213,245698213,245698213,245698213,245698213,245698213,245698213,245698213,245698213,245698213,4294839973,4294839973,245698213,139593810,139593810,139593810,139593810,139593810,139591883,13305938,139593810,139593810,139593810,139593810,139593810,139593810,139593810,139593810,139593810,139593810,139592923,139593810,245172306,139593810,139595422,139593810,259917906,139593810,139593810,139593810,139593810,139593810,139593810,139593810,139593810,139593810,139593810,139593810,139593810,139593810,139593810,139593810,139593810,139593810,139593810,139593810,139593810,139593810,139593810,139595424,139593810,139593948,139593810,139593810,139593810,139593810,139593810,139593810,139593810,139593810,139593810,139593810,139593810,139593810,4294838354,174065746,139593810,148637916,148637916,148637916,148637916,148637916,148635742,6162652,148637916,148637916,148637916,148637916,148637916,148637916,148637916,148637916,148637916,148637916,148636840,148637916,142674140,148637916,148639399,148637916,4294838492,148637916,148637916,148637916,148637916,148637916,148637916,148637916,148637916,148637916,148637916,148637916,148637916,148637916,148637916,148637916,148637916,148637916,148637916,148637916,148637916,148637916,148637916,148637784,148637916,148637860,148637916,148637916,148637916,148637916,148637916,148637916,148637916,148637916,148637916,148637916,148637916,148637916,4294838492,260114652,148637916,148637916,148637916,148637916,148637916,148637916,148635742,6162652,148637916,148637916,148637916,148637916,148637916,148637916,148637916,148637916,148637916,148637916,148636840,148637916,142674140,148637916,148639399,148637916,260049116,4294901758,4294901758,4294901758,4294901758,4294901758,148637916,148637916,148637916,4294838492,4294901758,4294901758,148701182,148637916,148637916,148637916,148637916,148637916,148637916,148637916,148637916,148637916,148637916,148637784,148637916,4294838436,4294901758,4294901758,148701182,148637916,148637916,148637916,148637916,148637916,148637916,148637916,148637916,148637916,4294838492,260114652,148637916,245960361,245960361,245960361,245960361,245960361,245956789,11865769,245960361,245960361,245960361,245960361,245960361,245960361,245960361,245960361,245960361,245960361,245956872,245960361,140054185,245960361,246022142,245960361,245960361,245960361,245960361,245960361,245960361,245960361,245960361,245960361,245960361,245960361,245960361,245960361,245960361,245960361,245960361,245960361,245960361,245960361,245960361,245960361,245960361,245960361,245960361,245960430,245960361,246022142,245960361,245960361,245960361,245960361,245960361,245960361,245960361,245960361,245960361,245960361,245960361,245960361,245960361,245960361,245960361,140052569,140052569,140052569,140052569,140052569,140050526,6162521,140052569,140052569,140052569,140052569,140052569,140052569,140052569,140052569,140052569,140052569,140051624,140052569,245958745,140052569,140054186,140052569,4294838361,140052569,140052569,140052569,140052569,140052569,140052569,140052569,140052569,140052569,140052569,140052569,140052569,140052569,140052569,140052569,140052569,140052569,140052569,140052569,140052569,140052569,140052569,140052568,140052569,140051630,140052569,140052569,140052569,140052569,140052569,140052569,140052569,140052569,140052569,140052569,140052569,140052569,4294838361,246155353,140052569,78578863,78578863,78578863,78578863,78578863,78577867,13305007,78578863,78578863,78578863,78578863,78578863,78578863,78578863,78578863,78578863,78578863,78643198,78578863,140248239,78578863,78579805,78578863,140379311,78578863,78578863,78578863,78578863,78578863,78578863,78578863,78578863,78578863,78578863,78578863,78578863,78578863,78578863,78578863,78578863,78578863,78578863,78578863,78578863,78578863,78578863,78579807,78578863,78578876,78578863,78578863,78578863,78578863,78578863,78578863,78578863,78578863,78578863,78578863,78578863,78578863,4294837423,96994479,78578863,246288046,246288046,246288046,246288046,246288046,246284491,13307566,246288046,246288046,246288046,246288046,246288046,246288046,246288046,246288046,246288046,246288046,246349822,246288046,149556910,246288046,246288098,246288046,249761454,246288046,246288046,246288046,246288046,246288046,246288046,246288046,246288046,246288046,246288046,246288046,246288046,246288046,246288046,246288046,246288046,246288046,246288046,246288046,246288046,246288046,246288046,246285953,246288046,246288100,246288046,246288046,246288046,246288046,246288046,246288046,246288046,246288046,246288046,246288046,246288046,246288046,4294839982,4394670,246288046,149555434,149555434,149555434,149555434,149555434,149553246,6162666,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149557147,149555434,246286570,149555434,149556911,149555434,4294838506,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149556913,149555434,149556914,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149555434,4294838506,246614250,149555434,149555434,149555434,149555434,149555434,149555434,149553246,6162666,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149557147,149555434,246286570,149555434,149556911,149555434,149752042,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149556913,149555434,149556914,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149555434,4294838506,246614250,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149556911,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149555434,149555434,4294838506,149555434,149555434,149555434,149555434,149555434,246550194,246550194,246550194,246550194,246550194,246546613,11865778,246550194,246550194,246550194,246550194,246550194,246550194,246550194,246550194,246550194,246550194,246547138,246550194,4294839986,246550194,246611966,246550194,246550194,246550194,246550194,246550194,246550194,246550194,246550194,246550194,246550194,246550194,246550194,246550194,246550194,246550194,246550194,246550194,246550194,246550194,246550194,246550194,246550194,246550194,246550194,246611966,246550194,246611966,246550194,246550194,246550194,246550194,246550194,246550194,246550194,246550194,246550194,246550194,246550194,246550194,246550194,246550194,246550194,142411901,142411901,142411901,142411901,142411901,142409822,6162557,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142475262,142411901,79825021,142411901,142413542,142411901,250022013,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142413544,142411901,142413469,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142411901,4294838397,250153085,142411901,140249180,140249180,140249180,140249180,140249180,140247243,13305948,140249180,140249180,140249180,140249180,140249180,140249180,140249180,140249180,140249180,140249180,140250804,140249180,78579804,140249180,140312574,140249180,54659164,140249180,140249180,140249180,140249180,140249180,140249180,140249180,140249180,140249180,140249180,140249180,140249180,140249180,140249180,140249180,140249180,140249180,140249180,140249180,140249180,140249180,140249180,140248675,140249180,140249198,140249180,140249180,140249180,140249180,140249180,140249180,140249180,140249180,140249180,140249180,140249180,140249180,4294838364,4393052,140249180,108922494,108922494,108922494,108922494,108922494,108921035,13305470,108922494,108922494,108922494,108922494,108922494,108922494,108922494,108922494,108922494,108922494,108923720,108922494,62129790,108922494,108923721,108922494,189400702,4294901758,4294901758,4294901758,4294901758,4294901758,108922494,108922494,108922494,4294837886,4294901758,4294901758,108986366,108922494,108922494,108922494,108922494,108922494,108922494,108922494,108922494,108922494,108922494,108922975,108922494,4294839115,4294901758,4294901758,108986366,108922494,108922494,108922494,108922494,108922494,108922494,108922494,108922494,108922494,4294837886,102696574,108922494,61146021,61146021,61146021,61146021,61146021,61145269,11862949,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61145794,61146021,33948581,61146021,61146288,61146021,61146021,4294901758,4294901758,4294901758,4294901758,4294901758,61146021,61146021,61146021,4294837157,4294901758,4294901758,61210622,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61145770,61146021,4294837157,4294901758,4294901758,61210622,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,61146021,49349361,49349361,49349361,49349361,49349361,49348702,6161137,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49414142,49349361,78840561,49349361,49349812,49349361,78971633,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349814,49349361,49349815,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,4294836977,8782577,49349361,17170694,17170694,17170694,17170694,17170694,17170635,13304070,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170828,17170694,26018054,17170694,17170830,17170694,267649286,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170832,17170694,17170833,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,17170694,4294836486,4391174,17170694,140576865,140576865,140576865,140576865,140576865,140574814,6162529,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140578491,140576865,140707937,140576865,140576868,140576865,140839009,4294901758,4294901758,4294901758,4294901758,4294901758,140576865,140576865,140576865,4294838369,4294901758,4294901758,140640254,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576870,140576865,4294838375,4294901758,4294901758,140640254,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,140576865,4294838369,141035617,140576865,140970087,140970087,140970087,140970087,140970087,140968117,11864167,140970087,140970087,140970087,140970087,140970087,140970087,140970087,140970087,140970087,140970087,140968030,140970087,140970087,140970087,140971711,140970087,194316391,140970087,140970087,140970087,140970087,140970087,140970087,140970087,140970087,140970087,140970087,140970087,140970087,140970087,140970087,140970087,140970087,140970087,140970087,140970087,140970087,140970087,140970087,140971712,140970087,140971713,140970087,140970087,140970087,140970087,140970087,140970087,140970087,140970087,140970087,140970087,140970087,140970087,140970087,140970087,140970087,140970087,140970087,140970087,140970087,140970087,140970087,140970087,140970087,140970087,140970087,140970087,140970087,140970087,140970087,140970087,140970087,140970087,140970087,140970087,140970087,140970087,140971711,140970087,140970087,140970087,140970087,140970087,140970087,140970087,140970087,140970087,140970087,140970087,140970087,140970087,140970087,140970087,140970087,140970087,140970087,140970087,140970087,140970087,140970087,140970087,140970087,140970087,140970087,140970087,140970087,140970087,140970087,140970087,140970087,140970087,140970087,140970087,140970087,4294838375,140970087,140970087,140970087,140970087,140970087,247533249,247533249,247533249,247533249,247533249,247529566,6164161,247533249,247533249,247533249,247533249,247533249,247533249,247533249,247533249,247533249,247533249,247533243,247533249,4294840001,247533249,247595006,247533249,4294840001,247533249,247533249,247533249,247533249,247533249,247533249,247533249,247533249,247533249,247533249,247533249,247533249,247533249,247533249,247533249,247533249,247533249,247533249,247533249,247533249,247533249,247533249,247595006,247533249,247533567,247533249,247533249,247533249,247533249,247533249,247533249,247533249,247533249,247533249,247533249,247533249,247533249,4294840001,4294840001,247533249,49349361,49349361,49349361,49349361,49349361,49348702,6161137,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349810,49349361,78840561,49349361,49349812,49349361,78971633,4294901758,4294901758,4294901758,4294901758,4294901758,49349361,49349361,49349361,4294836977,4294901758,4294901758,49414142,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349814,49349361,4294837431,4294901758,4294901758,49414142,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,49349361,4294836977,8782577,49349361,79103159,79103159,79103159,79103159,79103159,79102133,11863223,79103159,79103159,79103159,79103159,79103159,79103159,79103159,79103159,79103159,79103159,79102046,79103159,79103159,79103159,79104107,79103159,79103159,4294901758,4294901758,4294901758,4294901758,4294901758,79103159,79103159,79103159,4294837431,4294901758,4294901758,79167486,79103159,79103159,79103159,79103159,79103159,79103159,79103159,79103159,79103159,79103159,79104108,79103159,4294837589,4294901758,4294901758,79167486,79103159,79103159,79103159,79103159,79103159,79103159,79103159,79103159,79103159,79103159,79103159,79103159,141428846,141428846,141428846,141428846,141428846,141426869,11864174,141428846,141428846,141428846,141428846,141428846,141428846,141428846,141428846,141428846,141428846,141427092,141428846,79235182,141428846,141430469,141428846,4294838382,141428846,141428846,141428846,141428846,141428846,141428846,141428846,141428846,141428846,141428846,141428846,141428846,141428846,141428846,141428846,141428846,141428846,141428846,141428846,141428846,141428846,141428846,141429540,141428846,141430470,141428846,141428846,141428846,141428846,141428846,141428846,141428846,141428846,141428846,141428846,141428846,141428846,141428846,141428846,141428846,247860934,247860934,247860934,247860934,247860934,247857355,13307590,247860934,247860934,247860934,247860934,247860934,247860934,247860934,247860934,247860934,247860934,247860916,247860934,248319686,247860934,247922686,247860934,4294840006,247860934,247860934,247860934,247860934,247860934,247860934,247860934,247860934,247860934,247860934,247860934,247860934,247860934,247860934,247860934,247860934,247860934,247860934,247860934,247860934,247860934,247860934,247860009,247860934,247922686,247860934,247860934,247860934,247860934,247860934,247860934,247860934,247860934,247860934,247860934,247860934,247860934,4294840006,4394694,247860934,141690994,141690994,141690994,141690994,141690994,141689035,13305970,141690994,141690994,141690994,141690994,141690994,141690994,141690994,141690994,141690994,141690994,141690075,141690994,109185138,141690994,141692617,141690994,248186994,4294901758,4294901758,4294901758,4294901758,4294901758,141690994,141690994,141690994,4294838386,4294901758,4294901758,141754366,141690994,141690994,141690994,141690994,141690994,141690994,141690994,141690994,141690994,141690994,141690993,141690994,4294837167,4294901758,4294901758,141754366,141690994,141690994,141690994,141690994,141690994,141690994,141690994,141690994,141690994,4294838386,179505266,141690994,141690994,141690994,141690994,141690994,141690994,141689035,13305970,141690994,141690994,141690994,141690994,141690994,141690994,141690994,141690994,141690994,141690994,141690075,141690994,109185138,141690994,141754366,141690994,4294838386,141690994,141690994,141690994,141690994,141690994,141690994,141690994,141690994,141690994,141690994,141690994,141690994,141690994,141690994,141690994,141690994,141690994,141690994,141690994,141690994,141690994,141690994,141690993,141690994,141689775,141690994,141690994,141690994,141690994,141690994,141690994,141690994,141690994,141690994,141690994,141690994,141690994,4294838386,179505266,141690994,61408169,61408169,61408169,61408169,61408169,61407413,11862953,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61407435,61408169,61408169,61408169,61408442,61408169,61408169,4294901758,4294901758,4294901758,4294901758,4294901758,61408169,61408169,61408169,4294837161,4294901758,4294901758,61472766,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61407918,61408169,4294837167,4294901758,4294901758,61472766,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61408169,61408169,248319693,248319693,248319693,248319693,248319693,248316107,13307597,248319693,248319693,248319693,248319693,248319693,248319693,248319693,248319693,248319693,248319693,248318043,248319693,247860941,248319693,248381438,248319693,4294840013,248319693,248319693,248319693,248319693,248319693,248319693,248319693,248319693,248319693,248319693,248319693,248319693,248319693,248319693,248319693,248319693,248319693,248319693,248319693,248319693,248319693,248319693,248319698,248319693,248318070,248319693,248319693,248319693,248319693,248319693,248319693,248319693,248319693,248319693,248319693,248319693,248319693,4294840013,172887757,248319693,108136050,108136050,108136050,108136050,108136050,108134581,11863666,108136050,108136050,108136050,108136050,108136050,108136050,108136050,108136050,108136050,108136050,108135106,108136050,61802098,108136050,108137269,108136050,108136050,4294901758,4294901758,4294901758,4294901758,4294901758,108136050,108136050,108136050,4294837874,4294901758,4294901758,108199934,108136050,108136050,108136050,108136050,108136050,108136050,108136050,108136050,108136050,108136050,108136565,108136050,4294839087,4294901758,4294901758,108199934,108136050,108136050,108136050,108136050,108136050,108136050,108136050,108136050,108136050,108136050,108136050,108136050,248450767,248450767,248450767,248450767,248450767,248447179,13307599,248450767,248450767,248450767,248450767,248450767,248450767,248450767,248450767,248450767,248450767,248450740,248450767,141954767,248450767,248512510,248450767,4294840015,248450767,248450767,248450767,248450767,248450767,248450767,248450767,248450767,248450767,248450767,248450767,248450767,248450767,248450767,248450767,248450767,248450767,248450767,248450767,248450767,248450767,248450767,248449842,248450767,248512510,248450767,248450767,248450767,248450767,248450767,248450767,248450767,248450767,248450767,248450767,248450767,248450767,4294840015,4394703,248450767,141953142,141953142,141953142,141953142,141953142,141951179,13305974,141953142,141953142,141953142,141953142,141953142,141953142,141953142,141953142,141953142,141953142,141953115,141953142,248449142,141953142,142016510,141953142,4294838390,141953142,141953142,141953142,141953142,141953142,141953142,141953142,141953142,141953142,141953142,141953142,141953142,141953142,141953142,141953142,141953142,141953142,141953142,141953142,141953142,141953142,141953142,141954770,141953142,141954765,141953142,141953142,141953142,141953142,141953142,141953142,141953142,141953142,141953142,141953142,141953142,141953142,4294838390,174983286,141953142,189860689,189860689,189860689,189860689,189860689,189860689,189860689,189860689,189860689,189860689,189860689,189860689,189860689,189860689,189860689,189860689,189860689,189860689,189860689,189860689,189860689,189923326,189860689,189860689,189860689,189860689,189860689,189860689,189860689,189860689,189860689,189860689,189860689,189860689,189860689,189860689,189860689,189860689,189860689,189860689,189860689,189860689,189860689,189860689,189860689,189860689,189860689,189860689,189860689,189860689,189860689,189860689,189860689,189860689,189860689,189860689,189860689,189860689,4294839121,189860689,189860689,189860689,189860689,189860689,61801391,61801391,61801391,61801391,61801391,61800651,13304751,61801391,61801391,61801391,61801391,61801391,61801391,61801391,61801391,61801391,61801391,61801380,61801391,108135343,61801391,61802099,61801391,108266415,4294901758,4294901758,4294901758,4294901758,4294901758,61801391,61801391,61801391,4294837167,4294901758,4294901758,61865982,61801391,61801391,61801391,61801391,61801391,61801391,61801391,61801391,61801391,61801391,61801663,61801391,4294837877,4294901758,4294901758,61865982,61801391,61801391,61801391,61801391,61801391,61801391,61801391,61801391,61801391,4294837167,4391855,61801391,139069514,139069514,139069514,139069514,139069514,139068631,81201226,139069514,139069514,139069514,139069514,139069514,139069514,139069514,139069514,139069514,139069514,139132926,139069514,124389450,139069514,139069562,139069514,139069514,139069514,139069514,139069514,139069514,139069514,139069514,139069514,139069514,139069514,139069514,139069514,139069514,139069514,139069514,139069514,139069514,139069514,139069514,139069514,139069514,139069514,139069514,139069563,139069514,139069514,139069514,139069514,139069514,139069514,139069514,139069514,139069514,139069514,139069514,139069514,139069514,139069514,139069514,139069514,139069514,248909526,248909526,248909526,248909526,248909526,248907848,138940118,248909526,248909526,248909526,248909526,248909526,248909526,248909526,248909526,248909526,248909526,248971262,248909526,248778454,248909526,248971262,248909526,4294840022,248909526,248909526,248909526,248909526,248909526,248909526,248909526,248909526,248909526,248909526,248909526,248909526,248909526,248909526,248909526,248909526,248909526,248909526,248909526,248909526,248909526,248909526,248971262,248909526,248971262,248909526,248909526,248909526,248909526,248909526,248909526,248909526,248909526,248909526,248909526,248909526,248909526,4294840022,4294840022,248909526,248778452,248778452,248778452,248778452,248778452,248775574,60165844,248778452,248778452,248778452,248778452,248778452,248778452,248778452,248778452,248778452,248778452,248840190,248778452,248909524,248778452,248840190,248778452,4294840020,248778452,248778452,248778452,248778452,248778452,248778452,248778452,248778452,248778452,248778452,248778452,248778452,248778452,248778452,248778452,248778452,248778452,248778452,248778452,248778452,248778452,248778452,248778457,248778452,248778458,248778452,248778452,248778452,248778452,248778452,248778452,248778452,248778452,248778452,248778452,248778452,248778452,4294840020,4394708,248778452,249171674,249171674,249171674,249171674,249171674,249169111,81202906,249171674,249171674,249171674,249171674,249171674,249171674,249171674,249171674,249171674,249171674,249233406,249171674,4294840026,249171674,249233406,249171674,249171674,249171674,249171674,249171674,249171674,249171674,249171674,249171674,249171674,249171674,249171674,249171674,249171674,249171674,249171674,249171674,249171674,249171674,249171674,249171674,249171674,249171674,249171674,249233406,249171674,249233406,249171674,249171674,249171674,249171674,249171674,249171674,249171674,249171674,249171674,249171674,249171674,249171674,249171674,249171674,249171674,249237211,249237211,249237211,249237211,249237211,249237249,251727579,249237211,249237211,249237211,249237211,249237211,249237211,249237211,249237211,249237211,249237211,249298942,249237211,4294840027,249237211,249298942,249237211,4294840027,249237211,249237211,249237211,249237211,249237211,249237211,249237211,249237211,249237211,249237211,249237211,249237211,249237211,249237211,249237211,249237211,249237211,249237211,249237211,249237211,249237211,249237211,249298942,249237211,249298942,249237211,249237211,249237211,249237211,249237211,249237211,249237211,249237211,249237211,249237211,249237211,249237211,4294840027,4294840027,249237211,249302748,249302748,249302748,249302748,249302748,249300183,81202908,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249364478,249302748,144445148,249302748,249302750,249302748,4294840028,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249301115,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249300183,81202908,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249364478,249302748,144445148,249302748,249302750,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249301115,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249302748,4294840028,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249300183,81202908,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249364478,249302748,144445148,249302748,249302750,249302748,249302748,4294901758,4294901758,4294901758,4294901758,4294901758,249302748,249302748,249302748,4294840028,4294901758,4294901758,249364478,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249301115,249302748,4294840028,4294901758,4294901758,249364478,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249302748,249302748,79824066,79824066,79824066,79824066,79824066,79823051,13305026,79824066,79824066,79824066,79824066,79824066,79824066,79824066,79824066,79824066,79824066,79888382,79824066,142410946,79824066,79825022,79824066,142542018,79824066,79824066,79824066,79824066,79824066,79824066,79824066,79824066,79824066,79824066,79824066,79824066,79824066,79824066,79824066,79824066,79824066,79824066,79824066,79824066,79824066,79824066,79825024,79824066,79825025,79824066,79824066,79824066,79824066,79824066,79824066,79824066,79824066,79824066,79824066,79824066,79824066,4294837442,102433986,79824066,246288046,246288046,246288046,246288046,246288046,246284491,13307566,246288046,246288046,246288046,246288046,246288046,246288046,246288046,246288046,246288046,246288046,246349822,246288046,149556910,246288046,246349822,246288046,58592942,246288046,246288046,246288046,246288046,246288046,246288046,246288046,246288046,246288046,246288046,246288046,246288046,246288046,246288046,246288046,246288046,246288046,246288046,246288046,246288046,246288046,246288046,246285953,246288046,246288100,246288046,246288046,246288046,246288046,246288046,246288046,246288046,246288046,246288046,246288046,246288046,246288046,4294839982,4394670,246288046,249827044,249827044,249827044,249827044,249827044,249823413,11865828,249827044,249827044,249827044,249827044,249827044,249827044,249827044,249827044,249827044,249827044,249823496,249827044,255463140,249827044,249888766,249827044,249827044,249827044,249827044,249827044,249827044,249827044,249827044,249827044,249827044,249827044,249827044,249827044,249827044,249827044,249827044,249827044,249827044,249827044,249827044,249827044,249827044,249827044,249827044,249826127,249827044,249888766,249827044,249827044,249827044,249827044,249827044,249827044,249827044,249827044,249827044,249827044,249827044,249827044,249827044,249827044,249827044,140249180,140249180,140249180,140249180,140249180,140247243,13305948,140249180,140249180,140249180,140249180,140249180,140249180,140249180,140249180,140249180,140249180,140312574,140249180,78579804,140249180,140250805,140249180,246810716,140249180,140249180,140249180,140249180,140249180,140249180,140249180,140249180,140249180,140249180,140249180,140249180,140249180,140249180,140249180,140249180,140249180,140249180,140249180,140249180,140249180,140249180,140248675,140249180,140249198,140249180,140249180,140249180,140249180,140249180,140249180,140249180,140249180,140249180,140249180,140249180,140249180,4294838364,4393052,140249180,142411901,142411901,142411901,142411901,142411901,142409822,6162557,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142413541,142411901,79825021,142411901,142413542,142411901,4294838397,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142413544,142411901,142413469,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142411901,4294838397,250153085,142411901,142411901,142411901,142411901,142411901,142411901,142409822,6162557,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142413541,142411901,79825021,142411901,142413542,142411901,147261565,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142413544,142411901,142413469,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142411901,4294838397,250153085,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142413542,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142411901,142411901,4294838397,142411901,142411901,142411901,142411901,142411901,4294901758,4294901758,4294901758,4294901758,4294901758,4294836427,13369342,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,208601086,4294901758,4294901758,4294901758,250347518,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,203096062,4294901758,142739586,142739586,142739586,142739586,142739586,142737611,13305986,142739586,142739586,142739586,142739586,142739586,142739586,142739586,142739586,142739586,142739586,142741232,142739586,186255490,142739586,142740251,142739586,186386562,4294901758,4294901758,4294901758,4294901758,4294901758,142739586,142739586,142739586,4294838402,4294901758,4294901758,142802942,142739586,142739586,142739586,142739586,142739586,142739586,142739586,142739586,142739586,142739586,142739584,142739586,4294839069,4294901758,4294901758,142802942,142739586,142739586,142739586,142739586,142739586,142739586,142739586,142739586,142739586,4294838402,96733314,142739586,142674049,142674049,142674049,142674049,142674049,142672053,11864193,142674049,142674049,142674049,142674049,142674049,142674049,142674049,142674049,142674049,142674049,142672136,142674049,148637825,142674049,142675693,142674049,4294838401,142674049,142674049,142674049,142674049,142674049,142674049,142674049,142674049,142674049,142674049,142674049,142674049,142674049,142674049,142674049,142674049,142674049,142674049,142674049,142674049,142674049,142674049,142675694,142674049,142675695,142674049,142674049,142674049,142674049,142674049,142674049,142674049,142674049,142674049,142674049,142674049,142674049,142674049,142674049,142674049,189205319,189205319,189205319,189205319,189205319,189205319,189205319,189205319,189205319,189205319,189205319,189205319,189205319,189205319,189205319,189205319,189205319,189205319,189205319,189205319,189205319,189267966,189205319,189205319,189205319,189205319,189205319,189205319,189205319,189205319,189205319,189205319,189205319,189205319,189205319,189205319,189205319,189205319,189205319,189205319,189205319,189205319,189205319,189205319,189205319,189205319,189205319,189205319,189205319,189205319,189205319,189205319,189205319,189205319,189205319,189205319,189205319,189205319,4294839111,189205319,189205319,189205319,189205319,189205319,250547951,250547951,250547951,250547951,250547951,250544331,13307631,250547951,250547951,250547951,250547951,250547951,250547951,250547951,250547951,250547951,250547951,250546300,250547951,259395311,250547951,250609662,250547951,4294840047,250547951,250547951,250547951,250547951,250547951,250547951,250547951,250547951,250547951,250547951,250547951,250547951,250547951,250547951,250547951,250547951,250547951,250547951,250547951,250547951,250547951,250547951,250609662,250547951,250609662,250547951,250547951,250547951,250547951,250547951,250547951,250547951,250547951,250547951,250547951,250547951,250547951,4294840047,4294840047,250547951,79889603,79889603,79889603,79889603,79889603,79888565,11863235,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79888916,79889603,46138563,79889603,79889604,79889603,79889603,4294901758,4294901758,4294901758,4294901758,4294901758,79889603,79889603,79889603,4294837443,4294901758,4294901758,79953918,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889075,79889603,4294837443,4294901758,4294901758,79953918,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,79889603,4294901758,4294901758,4294901758,4294901758,4294901758,4294836318,6225918,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294838745,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,45678590,4294901758,26476948,26476948,26476948,26476948,26476948,26476638,6160788,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26477236,26476948,17301908,26476948,26477237,26476948,45482388,4294901758,4294901758,4294901758,4294901758,4294901758,26476948,26476948,26476948,4294836628,4294901758,4294901758,26542078,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26477239,26476948,4294836666,4294901758,4294901758,26542078,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,26476948,4294836628,45613460,26476948,140707939,140707939,140707939,140707939,140707939,140705973,11864163,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140706559,140707939,140576867,140707939,140707976,140707939,140707939,4294901758,4294901758,4294901758,4294901758,4294901758,140707939,140707939,140707939,4294838371,4294901758,4294901758,140771326,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707977,140707939,4294838371,4294901758,4294901758,140771326,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,140707939,17301768,17301768,17301768,17301768,17301768,17301707,13304072,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301907,17301768,26476808,17301768,17301909,17301768,4294836488,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301911,17301768,17301912,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,17301768,4294836488,4391176,17301768,80348362,80348362,80348362,80348362,80348362,80347230,6161610,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80347923,80348362,50267338,80348362,80349322,80348362,143328458,4294901758,4294901758,4294901758,4294901758,4294901758,80348362,80348362,80348362,4294837450,4294901758,4294901758,80412670,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80349324,80348362,4294836505,4294901758,4294901758,80412670,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,80348362,4294837450,143459530,80348362,50266879,50266879,50266879,50266879,50266879,50266206,6161151,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50267337,50266879,80347903,50266879,50267339,50266879,80478975,4294901758,4294901758,4294901758,4294901758,4294901758,50266879,50266879,50266879,4294836991,4294901758,4294901758,50331646,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50267341,50266879,4294836676,4294901758,4294901758,50331646,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,50266879,4294836991,8782591,50266879,110626456,110626456,110626456,110626456,110626456,110624971,13305496,110626456,110626456,110626456,110626456,110626456,110626456,110626456,110626456,110626456,110626456,110626017,110626456,110036632,110626456,110627686,110626456,191301272,4294901758,4294901758,4294901758,4294901758,4294901758,110626456,110626456,110626456,4294837912,4294901758,4294901758,110690302,110626456,110626456,110626456,110626456,110626456,110626456,110626456,110626456,110626456,110626456,110626963,110626456,4294837185,4294901758,4294901758,110690302,110626456,110626456,110626456,110626456,110626456,110626456,110626456,110626456,110626456,4294837912,67045016,110626456,62784446,62784446,62784446,62784446,62784446,62783669,11862974,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62783755,62784446,48563134,62784446,62784720,62784446,62784446,4294901758,4294901758,4294901758,4294901758,4294901758,62784446,62784446,62784446,4294837182,4294901758,4294901758,62849022,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784188,62784446,4294837185,4294901758,4294901758,62849022,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62784446,62981057,62981057,62981057,62981057,62981057,62980299,13304769,62981057,62981057,62981057,62981057,62981057,62981057,62981057,62981057,62981057,62981057,62981050,62981057,109839297,62981057,62981773,62981057,109970369,4294901758,4294901758,4294901758,4294901758,4294901758,62981057,62981057,62981057,4294837185,4294901758,4294901758,63045630,62981057,62981057,62981057,62981057,62981057,62981057,62981057,62981057,62981057,62981057,62981332,62981057,4294837903,4294901758,4294901758,63045630,62981057,62981057,62981057,62981057,62981057,62981057,62981057,62981057,62981057,4294837185,4391873,62981057,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81264638,81200343,81200343,81200343,81201305,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81201306,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,251727617,251727617,251727617,251727617,251727617,251727617,251727617,251727617,251727617,251727617,251727617,251727617,251727617,251727617,251727617,251727617,251727617,251789310,251727617,4294840065,251727617,251789310,251727617,4294840065,251727617,251727617,251727617,251727617,251727617,251727617,251727617,251727617,251727617,251727617,251727617,251727617,251727617,251727617,251727617,251727617,251727617,251727617,251727617,251727617,251727617,251727617,251789310,251727617,251789310,251727617,251727617,251727617,251727617,251727617,251727617,251727617,251727617,251727617,251727617,251727617,251727617,4294840065,123539201,251727617,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81201304,81200343,81200343,81200343,81201305,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81201306,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,4294837463,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81201304,81200343,81200343,81200343,81201305,81200343,81200343,4294901758,4294901758,4294901758,4294901758,4294901758,81200343,81200343,81200343,4294837463,4294901758,4294901758,81264638,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81201306,81200343,4294837463,4294901758,4294901758,81264638,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,81200343,4294901758,4294901758,4294901758,4294901758,4294901758,4294837142,60227582,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294839954,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4456446,4294901758,144443548,144443548,144443548,144443548,144443548,144445185,251725980,144443548,144443548,144443548,144443548,144443548,144443548,144443548,144443548,144443548,144443548,144445190,144443548,249301148,144443548,144506878,144443548,4294838428,144443548,144443548,144443548,144443548,144443548,144443548,144443548,144443548,144443548,144443548,144443548,144443548,144443548,144443548,144443548,144443548,144443548,144443548,144443548,144443548,144443548,144443548,144445193,144443548,144445194,144443548,144443548,144443548,144443548,144443548,144443548,144443548,144443548,144443548,144443548,144443548,144443548,4294838428,70912156,144443548,144443548,144443548,144443548,144443548,144443548,144443548,144443548,144443548,144443548,144443548,144443548,144443548,144443548,144443548,144443548,144443548,144443548,144506878,144443548,144443548,144443548,144445191,144443548,144443548,144443548,144443548,144443548,144443548,144443548,144443548,144443548,144443548,144443548,144443548,144443548,144443548,144443548,144443548,144443548,144443548,144443548,144443548,144443548,144443548,144443548,144443548,144506878,144443548,144443548,144443548,144443548,144443548,144443548,144443548,144443548,144443548,144443548,144443548,4294838428,144443548,144443548,144443548,144443548,144443548,252317450,252317450,252317450,252317450,252317450,252314839,81202954,252317450,252317450,252317450,252317450,252317450,252317450,252317450,252317450,252317450,252317450,252315799,252317450,252317450,252317450,252379134,252317450,252317450,252317450,252317450,252317450,252317450,252317450,252317450,252317450,252317450,252317450,252317450,252317450,252317450,252317450,252317450,252317450,252317450,252317450,252317450,252317450,252317450,252317450,252317450,252317337,252317450,252379134,252317450,252317450,252317450,252317450,252317450,252317450,252317450,252317450,252317450,252317450,252317450,252317450,252317450,252317450,252317450,81134806,81134806,81134806,81134806,81134806,81134807,81200342,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81135767,81134806,81134806,81134806,81134809,81134806,81134806,4294901758,4294901758,4294901758,4294901758,4294901758,81134806,81134806,81134806,4294837462,4294901758,4294901758,81199102,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134810,81134806,4294837462,4294901758,4294901758,81199102,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,81134806,106366551,106366551,106366551,106366551,106366551,106365846,60163671,106366551,106366551,106366551,106366551,106366551,106366551,106366551,106366551,106366551,106366551,106430462,106366551,185140823,106366551,106367754,106366551,185271895,106366551,106366551,106366551,106366551,106366551,106366551,106366551,106366551,106366551,106366551,106366551,106366551,106366551,106366551,106366551,106366551,106366551,106366551,106366551,106366551,106366551,106366551,106367756,106366551,106367757,106366551,106366551,106366551,106366551,106366551,106366551,106366551,106366551,106366551,106366551,106366551,106366551,4294837847,4392535,106366551,46138048,46138048,46138048,46138048,46138048,46137547,13304512,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138587,46138048,79889088,46138048,46138588,46138048,81593024,4294901758,4294901758,4294901758,4294901758,4294901758,46138048,46138048,46138048,4294836928,4294901758,4294901758,46202878,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138590,46138048,4294837471,4294901758,4294901758,46202878,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,46138048,4294836928,55575232,46138048,144967844,144967844,144967844,144967844,144967844,144965835,13306020,144967844,144967844,144967844,144967844,144967844,144967844,144967844,144967844,144967844,144967844,144966875,144967844,186452132,144967844,145031166,144967844,4294838436,144967844,144967844,144967844,144967844,144967844,144967844,144967844,144967844,144967844,144967844,144967844,144967844,144967844,144967844,144967844,144967844,144967844,144967844,144967844,144967844,144967844,144967844,144969376,144967844,144969377,144967844,144967844,144967844,144967844,144967844,144967844,144967844,144967844,144967844,144967844,144967844,144967844,4294838436,174065828,144967844,253103894,253103894,253103894,253103894,253103894,253100235,13307670,253103894,253103894,253103894,253103894,253103894,253103894,253103894,253103894,253103894,253103894,253103144,253103894,181604118,253103894,253165566,253103894,4294840086,253103894,253103894,253103894,253103894,253103894,253103894,253103894,253103894,253103894,253103894,253103894,253103894,253103894,253103894,253103894,253103894,253103894,253103894,253103894,253103894,253103894,253103894,253165566,253103894,253101081,253103894,253103894,253103894,253103894,253103894,253103894,253103894,253103894,253103894,253103894,253103894,253103894,4294840086,4394774,253103894,181603027,181603027,181603027,181603027,181603027,181600962,46271187,181603027,181603027,181603027,181603027,181603027,181603027,181603027,181603027,181603027,181603027,181602058,181603027,181603027,181603027,181665790,181603027,145230547,181603027,181603027,181603027,181603027,181603027,181603027,181603027,181603027,181603027,181603027,181603027,181603027,181603027,181603027,181603027,181603027,181603027,181603027,181603027,181603027,181603027,181603027,181665790,181603027,181602063,181603027,181603027,181603027,181603027,181603027,181603027,181603027,181603027,181603027,4294838995,181603027,181603027,4294838995,118885075,181603027,46269122,46269122,46269122,46269122,46269122,46268619,13304514,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269665,46269122,34865858,46269122,46269666,46269122,81986242,4294901758,4294901758,4294901758,4294901758,4294901758,46269122,46269122,46269122,4294836930,4294901758,4294901758,46333950,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269668,46269122,4294836967,4294901758,4294901758,46333950,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,46269122,4294836930,59310786,46269122,253497116,253497116,253497116,253497116,253497116,253494166,60165916,253497116,253497116,253497116,253497116,253497116,253497116,253497116,253497116,253497116,253497116,253558782,253497116,253628188,253497116,253497119,253497116,253759260,253497116,253497116,253497116,253497116,253497116,253497116,253497116,253497116,253497116,253497116,253497116,253497116,253497116,253497116,253497116,253497116,253497116,253497116,253497116,253497116,253497116,253497116,253497121,253497116,253497122,253497116,253497116,253497116,253497116,253497116,253497116,253497116,253497116,253497116,253497116,253497116,253497116,4294840092,4394780,253497116,145426603,145426603,145426603,145426603,145426603,145426504,138938539,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145489918,145426603,145557675,145426603,145426606,145426603,145688747,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426608,145426603,145426609,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,4294838443,145885355,145426603,253628190,253628190,253628190,253628190,253628190,253626440,138940190,253628190,253628190,253628190,253628190,253628190,253628190,253628190,253628190,253628190,253628190,253689854,253628190,4294840094,253628190,253689854,253628190,4294840094,253628190,253628190,253628190,253628190,253628190,253628190,253628190,253628190,253628190,253628190,253628190,253628190,253628190,253628190,253628190,253628190,253628190,253628190,253628190,253628190,253628190,253628190,253689854,253628190,253689854,253628190,253628190,253628190,253628190,253628190,253628190,253628190,253628190,253628190,253628190,253628190,253628190,4294840094,4294840094,253628190,253497116,253497116,253497116,253497116,253497116,253494166,60165916,253497116,253497116,253497116,253497116,253497116,253497116,253497116,253497116,253497116,253497116,253558782,253497116,253628188,253497116,253558782,253497116,4294840092,253497116,253497116,253497116,253497116,253497116,253497116,253497116,253497116,253497116,253497116,253497116,253497116,253497116,253497116,253497116,253497116,253497116,253497116,253497116,253497116,253497116,253497116,253497121,253497116,253497122,253497116,253497116,253497116,253497116,253497116,253497116,253497116,253497116,253497116,253497116,253497116,253497116,4294840092,4394780,253497116,253890338,253890338,253890338,253890338,253890338,253888584,138940194,253890338,253890338,253890338,253890338,253890338,253890338,253890338,253890338,253890338,253890338,253951998,253890338,4294840098,253890338,253951998,253890338,4294840098,253890338,253890338,253890338,253890338,253890338,253890338,253890338,253890338,253890338,253890338,253890338,253890338,253890338,253890338,253890338,253890338,253890338,253890338,253890338,253890338,253890338,253890338,253951998,253890338,253951998,253890338,253890338,253890338,253890338,253890338,253890338,253890338,253890338,253890338,253890338,253890338,253890338,4294840098,4294840098,253890338,4294901758,4294901758,4294901758,4294901758,4294901758,4294837142,60227582,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,253689854,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4456446,4294901758,145557677,145557677,145557677,145557677,145557677,145557576,138938541,145557677,145557677,145557677,145557677,145557677,145557677,145557677,145557677,145557677,145557677,145559331,145557677,145557677,145557677,145559332,145557677,4294838445,145557677,145557677,145557677,145557677,145557677,145557677,145557677,145557677,145557677,145557677,145557677,145557677,145557677,145557677,145557677,145557677,145557677,145557677,145557677,145557677,145557677,145557677,145559334,145557677,145559335,145557677,145557677,145557677,145557677,145557677,145557677,145557677,145557677,145557677,145557677,145557677,145557677,4294838445,254281901,145557677,254218023,254218023,254218023,254218023,254218023,254216264,138940199,254218023,254218023,254218023,254218023,254218023,254218023,254218023,254218023,254218023,254218023,254218019,254218023,254611239,254218023,254279678,254218023,4294840103,254218023,254218023,254218023,254218023,254218023,254218023,254218023,254218023,254218023,254218023,254218023,254218023,254218023,254218023,254218023,254218023,254218023,254218023,254218023,254218023,254218023,254218023,254279678,254218023,254218023,254218023,254218023,254218023,254218023,254218023,254218023,254218023,254218023,254218023,254218023,254218023,254218023,4294840103,4294840103,254218023,145426603,145426603,145426603,145426603,145426603,145426504,138938539,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145428251,145426603,145557675,145426603,145426606,145426603,145688747,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145428262,145426603,145426609,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,4294838443,145885355,145426603,4294901758,4294901758,4294901758,4294901758,4294901758,4294840065,251789310,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,70975486,4294901758,145426603,145426603,145426603,145426603,145426603,145426504,138938539,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145428251,145426603,145557675,145426603,145426606,145426603,145688747,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426608,145426603,145426609,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,4294838443,145426603,145426603,4294838443,145885355,145426603,145426603,145426603,145426603,145426603,145426603,145426504,138938539,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145428251,145426603,145557675,145426603,145426606,145426603,145688747,4294901758,4294901758,4294901758,4294901758,4294901758,145426603,145426603,145426603,4294838443,4294901758,4294901758,145489918,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426608,145426603,4294838449,4294901758,4294901758,145489918,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,4294838443,145885355,145426603,254611245,254611245,254611245,254611245,254611245,254609480,138940205,254611245,254611245,254611245,254611245,254611245,254611245,254611245,254611245,254611245,254611245,254611235,254611245,254611245,254611245,254672894,254611245,4294840109,254611245,254611245,254611245,254611245,254611245,254611245,254611245,254611245,254611245,254611245,254611245,254611245,254611245,254611245,254611245,254611245,254611245,254611245,254611245,254611245,254611245,254611245,254672894,254611245,254611239,254611245,254611245,254611245,254611245,254611245,254611245,254611245,254611245,254611245,254611245,254611245,254611245,4294840109,4294840109,254611245,145819825,145819825,145819825,145819825,145819825,145819720,138938545,145819825,145819825,145819825,145819825,145819825,145819825,145819825,145819825,145819825,145819825,145821467,145819825,254609585,145819825,145821486,145819825,4294838449,145819825,145819825,145819825,145819825,145819825,145819825,145819825,145819825,145819825,145819825,145819825,145819825,145819825,145819825,145819825,145819825,145819825,145819825,145819825,145819825,145819825,145819825,145821488,145819825,145819825,145819825,145819825,145819825,145819825,145819825,145819825,145819825,145819825,145819825,145819825,145819825,145819825,4294838449,254871729,145819825,145426603,145426603,145426603,145426603,145426603,145426504,138938539,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145428251,145426603,145557675,145426603,145426606,145426603,145688747,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145428272,145426603,145426609,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,145426603,4294838443,145885355,145426603,82183398,82183398,82183398,82183398,82183398,82182347,13305062,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82182561,82183398,82314470,82183398,82183401,82183398,82445542,4294901758,4294901758,4294901758,4294901758,4294901758,82183398,82183398,82183398,4294837478,4294901758,4294901758,82247678,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183403,82183398,4294837484,4294901758,4294901758,82247678,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,82183398,4294837478,4392166,82183398,146213047,146213047,146213047,146213047,146213047,146210910,6162615,146213047,146213047,146213047,146213047,146213047,146213047,146213047,146213047,146213047,146213047,146211248,146213047,146213047,146213047,146214707,146213047,4294838455,146213047,146213047,146213047,146213047,146213047,146213047,146213047,146213047,146213047,146213047,146213047,146213047,146213047,146213047,146213047,146213047,146213047,146213047,146213047,146213047,146213047,146213047,146214709,146213047,146214710,146213047,146213047,146213047,146213047,146213047,146213047,146213047,146213047,146213047,146213047,146213047,146213047,4294838455,255264951,146213047,255201078,255201078,255201078,255201078,255201078,255197387,13307702,255201078,255201078,255201078,255201078,255201078,255201078,255201078,255201078,255201078,255201078,255198467,255201078,255987510,255201078,255262718,255201078,4294840118,255201078,255201078,255201078,255201078,255201078,255201078,255201078,255201078,255201078,255201078,255201078,255201078,255201078,255201078,255201078,255201078,255201078,255201078,255201078,255201078,255201078,255201078,255262718,255201078,255262718,255201078,255201078,255201078,255201078,255201078,255201078,255201078,255201078,255201078,255201078,255201078,255201078,4294840118,4394806,255201078,27591077,27591077,27591077,27591077,27591077,27590750,6160805,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27590929,27591077,48169381,27591077,27591392,27591077,48300453,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27594549,27591077,27591395,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,4294836645,48497061,27591077,256249670,256249670,256249670,256249670,256249670,256245963,13307718,256249670,256249670,256249670,256249670,256249670,256249670,256249670,256249670,256249670,256249670,256246177,256249670,4294840134,256249670,256311294,256249670,4294840134,256249670,256249670,256249670,256249670,256249670,256249670,256249670,256249670,256249670,256249670,256249670,256249670,256249670,256249670,256249670,256249670,256249670,256249670,256249670,256249670,256249670,256249670,256311294,256249670,256247995,256249670,256249670,256249670,256249670,256249670,256249670,256249670,256249670,256249670,256249670,256249670,256249670,4294840134,100536134,256249670,255397689,255397689,255397689,255397689,255397689,255393886,6164281,255397689,255397689,255397689,255397689,255397689,255397689,255397689,255397689,255397689,255397689,255394523,255397689,255594297,255397689,255397693,255397689,255725369,255397689,255397689,255397689,255397689,255397689,255397689,255397689,255397689,255397689,255397689,255397689,255397689,255397689,255397689,255397689,255397689,255397689,255397689,255397689,255397689,255397689,255397689,255396026,255397689,255459326,255397689,255397689,255397689,255397689,255397689,255397689,255397689,255397689,255397689,255397689,255397689,255397689,4294840121,255921977,255397689,255463226,255463226,255463226,255463226,255463226,255459422,6164282,255463226,255463226,255463226,255463226,255463226,255463226,255463226,255463226,255463226,255463226,255460520,255463226,249827130,255463226,255524862,255463226,4294840122,255463226,255463226,255463226,255463226,255463226,255463226,255463226,255463226,255463226,255463226,255463226,255463226,255463226,255463226,255463226,255463226,255463226,255463226,255463226,255463226,255463226,255463226,255524862,255463226,255460271,255463226,255463226,255463226,255463226,255463226,255463226,255463226,255463226,255463226,255463226,255463226,255463226,4294840122,4294840122,255463226,255397689,255397689,255397689,255397689,255397689,255393886,6164281,255397689,255397689,255397689,255397689,255397689,255397689,255397689,255397689,255397689,255397689,255396053,255397689,255594297,255397689,255397693,255397689,255725369,255397689,255397689,255397689,255397689,255397689,255397689,255397689,255397689,255397689,255397689,255397689,255397689,255397689,255397689,255397689,255397689,255397689,255397689,255397689,255397689,255397689,255397689,255396026,255397689,255459326,255397689,255397689,255397689,255397689,255397689,255397689,255397689,255397689,255397689,255397689,255397689,255397689,4294840121,255921977,255397689,255594300,255594300,255594300,255594300,255594300,255590494,6164284,255594300,255594300,255594300,255594300,255594300,255594300,255594300,255594300,255594300,255594300,255591661,255594300,255594300,255594300,255655934,255594300,4294840124,255594300,255594300,255594300,255594300,255594300,255594300,255594300,255594300,255594300,255594300,255594300,255594300,255594300,255594300,255594300,255594300,255594300,255594300,255594300,255594300,255594300,255594300,255594318,255594300,255655934,255594300,255594300,255594300,255594300,255594300,255594300,255594300,255594300,255594300,255594300,255594300,255594300,4294840124,4294840124,255594300,255397689,255397689,255397689,255397689,255397689,255393886,6164281,255397689,255397689,255397689,255397689,255397689,255397689,255397689,255397689,255397689,255397689,255394523,255397689,255594297,255397689,255397693,255397689,4294840121,255397689,255397689,255397689,255397689,255397689,255397689,255397689,255397689,255397689,255397689,255397689,255397689,255397689,255397689,255397689,255397689,255397689,255397689,255397689,255397689,255397689,255397689,255396026,255397689,255459326,255397689,255397689,255397689,255397689,255397689,255397689,255397689,255397689,255397689,255397689,255397689,255397689,4294840121,255921977,255397689,255397689,255397689,255397689,255397689,255397689,255393886,6164281,255397689,255397689,255397689,255397689,255397689,255397689,255397689,255397689,255397689,255397689,255394523,255397689,255594297,255397689,255397693,255397689,255725369,4294901758,4294901758,4294901758,4294901758,4294901758,255397689,255397689,255397689,4294840121,4294901758,4294901758,255459326,255397689,255397689,255397689,255397689,255397689,255397689,255397689,255397689,255397689,255397689,255396026,255397689,4294901758,4294901758,4294901758,255459326,255397689,255397689,255397689,255397689,255397689,255397689,255397689,255397689,255397689,4294840121,255921977,255397689,255987522,255987522,255987522,255987522,255987522,255983710,6164290,255987522,255987522,255987522,255987522,255987522,255987522,255987522,255987522,255987522,255987522,255984333,255987522,255201090,255987522,255987651,255987522,264507202,255987522,255987522,255987522,255987522,255987522,255987522,255987522,255987522,255987522,255987522,255987522,255987522,255987522,255987522,255987522,255987522,255987522,255987522,255987522,255987522,255987522,255987522,255985909,255987522,255987653,255987522,255987522,255987522,255987522,255987522,255987522,255987522,255987522,255987522,255987522,255987522,255987522,4294840130,264638274,255987522,146475195,146475195,146475195,146475195,146475195,146473163,13306043,146475195,146475195,146475195,146475195,146475195,146475195,146475195,146475195,146475195,146475195,146473377,146475195,255985851,146475195,146538494,146475195,55118011,146475195,146475195,146475195,146475195,146475195,146475195,146475195,146475195,146475195,146475195,146475195,146475195,146475195,146475195,146475195,146475195,146475195,146475195,146475195,146475195,146475195,146475195,146476869,146475195,146476870,146475195,146475195,146475195,146475195,146475195,146475195,146475195,146475195,146475195,146475195,146475195,146475195,4294838459,4393147,146475195,4294901758,4294901758,4294901758,4294901758,4294901758,4294837167,61865982,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,266080220,266080220,266080220,266080220,266080220,266076254,6164444,266080220,266080220,266080220,266080220,266080220,266080220,266080220,266080220,266080220,266080220,266078505,266080220,151916508,266080220,266080222,266080220,266276828,266080220,266080220,266080220,266080220,266080220,266080220,266080220,266080220,266080220,266080220,266080220,266080220,266080220,266080220,266080220,266080220,266080220,266080220,266080220,266080220,266080220,266080220,266080224,266080220,266080225,266080220,266080220,266080220,266080220,266080220,266080220,266080220,266080220,266080220,266080220,266080220,266080220,4294840284,8785884,266080220,146606269,146606269,146606269,146606269,146606269,146604235,13306045,146606269,146606269,146606269,146606269,146606269,146606269,146606269,146606269,146606269,146606269,146605315,146606269,82315453,146606269,146606271,146606269,146802877,4294901758,4294901758,4294901758,4294901758,4294901758,146606269,146606269,146606269,4294838461,4294901758,4294901758,146669566,146606269,146606269,146606269,146606269,146606269,146606269,146606269,146606269,146606269,146606269,146606273,146606269,4294838466,4294901758,4294901758,146669566,146606269,146606269,146606269,146606269,146606269,146606269,146606269,146606269,146606269,4294838461,4393149,146606269,146933954,146933954,146933954,146933954,146933954,146931806,6162626,146933954,146933954,146933954,146933954,146933954,146933954,146933954,146933954,146933954,146933954,146932144,146933954,146213058,146933954,146935628,146933954,4294838466,146933954,146933954,146933954,146933954,146933954,146933954,146933954,146933954,146933954,146933954,146933954,146933954,146933954,146933954,146933954,146933954,146933954,146933954,146933954,146933954,146933954,146933954,146935630,146933954,146935631,146933954,146933954,146933954,146933954,146933954,146933954,146933954,146933954,146933954,146933954,146933954,146933954,4294838466,256903362,146933954,256839503,256839503,256839503,256839503,256839503,256835787,13307727,256839503,256839503,256839503,256839503,256839503,256839503,256839503,256839503,256839503,256839503,256836867,256839503,255987535,256839503,256901118,256839503,4294840143,256839503,256839503,256839503,256839503,256839503,256839503,256839503,256839503,256839503,256839503,256839503,256839503,256839503,256839503,256839503,256839503,256839503,256839503,256839503,256839503,256839503,256839503,256901118,256839503,256901118,256839503,256839503,256839503,256839503,256839503,256839503,256839503,256839503,256839503,256839503,256839503,256839503,4294840143,4394831,256839503,27591077,27591077,27591077,27591077,27591077,27590750,6160805,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27590929,27591077,48169381,27591077,27591392,27591077,48300453,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27594574,27591077,27591395,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,27591077,4294836645,48497061,27591077,261754778,261754778,261754778,261754778,261754778,261750987,13307802,261754778,261754778,261754778,261754778,261754778,261754778,261754778,261754778,261754778,261754778,261816318,261754778,149491610,261754778,261816318,261754778,4294840218,261754778,261754778,261754778,261754778,261754778,261754778,261754778,261754778,261754778,261754778,261754778,261754778,261754778,261754778,261754778,261754778,261754778,261754778,261754778,261754778,261754778,261754778,261816318,261754778,261754684,261754778,261754778,261754778,261754778,261754778,261754778,261754778,261754778,261754778,261754778,261754778,261754778,4294840218,4394906,261754778,256970577,256970577,256970577,256970577,256970577,256966859,13307729,256970577,256970577,256970577,256970577,256970577,256970577,256970577,256970577,256970577,256970577,256970578,256970577,147066705,256970577,257032190,256970577,250285905,256970577,256970577,256970577,256970577,256970577,256970577,256970577,256970577,256970577,256970577,256970577,256970577,256970577,256970577,256970577,256970577,256970577,256970577,256970577,256970577,256970577,256970577,256970581,256970577,256968926,256970577,256970577,256970577,256970577,256970577,256970577,256970577,256970577,256970577,256970577,256970577,256970577,4294840145,102436689,256970577,4294901758,4294901758,4294901758,4294901758,4294901758,4294838402,142802942,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,257490942,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,261427093,261427093,261427093,261427093,261427093,261423307,13307797,261427093,261427093,261427093,261427093,261427093,261427093,261427093,261427093,261427093,261427093,261488638,261427093,261361557,261427093,261488638,261427093,4294840213,261427093,261427093,261427093,261427093,261427093,261427093,261427093,261427093,261427093,261427093,261427093,261427093,261427093,261427093,261427093,261427093,261427093,261427093,261427093,261427093,261427093,261427093,261488638,261427093,261488638,261427093,261427093,261427093,261427093,261427093,261427093,261427093,261427093,261427093,261427093,261427093,261427093,4294840213,4394901,261427093,4294901758,4294901758,4294901758,4294901758,4294901758,4294836427,13369342,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294840149,4294901758,4294840181,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,96796670,4294901758,257494873,257494873,257494873,257494873,257494873,257491147,13307737,257494873,257494873,257494873,257494873,257494873,257494873,257494873,257494873,257494873,257494873,257494866,257494873,147394393,257494873,257556478,257494873,4294840153,257494873,257494873,257494873,257494873,257494873,257494873,257494873,257494873,257494873,257494873,257494873,257494873,257494873,257494873,257494873,257494873,257494873,257494873,257494873,257494873,257494873,257494873,257556478,257494873,257493214,257494873,257494873,257494873,257494873,257494873,257494873,257494873,257494873,257494873,257494873,257494873,257494873,4294840153,4294840153,257494873,147392713,147392713,147392713,147392713,147392713,147390558,6162633,147392713,147392713,147392713,147392713,147392713,147392713,147392713,147392713,147392713,147392713,147394390,147392713,257493193,147392713,147394394,147392713,4294838473,147392713,147392713,147392713,147392713,147392713,147392713,147392713,147392713,147392713,147392713,147392713,147392713,147392713,147392713,147392713,147392713,147392713,147392713,147392713,147392713,147392713,147392713,147392729,147392713,147392713,147392713,147392713,147392713,147392713,147392713,147392713,147392713,147392713,147392713,147392713,147392713,147392713,4294838473,257689801,147392713,147065028,147065028,147065028,147065028,147065028,147062878,6162628,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147066710,147065028,256968900,147065028,147065030,147065028,147261636,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065049,147065028,147065033,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,4294838468,147523780,147065028,147065028,147065028,147065028,147065028,147065028,147062878,6162628,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147066710,147065028,256968900,147065028,147065030,147065028,147261636,4294901758,4294901758,4294901758,4294901758,4294901758,147065028,147065028,147065028,4294838468,4294901758,4294901758,147128318,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147064048,147065028,4294838473,4294901758,4294901758,147128318,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,4294838468,147523780,147065028,4294901758,4294901758,4294901758,4294901758,4294901758,4294836427,13369342,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294840146,4294901758,147455998,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294838494,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,257888095,257888095,257888095,257888095,257888095,257884254,6164319,257888095,257888095,257888095,257888095,257888095,257888095,257888095,257888095,257888095,257888095,257888086,257888095,4294840159,257888095,257888098,257888095,258150239,257888095,257888095,257888095,257888095,257888095,257888095,257888095,257888095,257888095,257888095,257888095,257888095,257888095,257888095,257888095,257888095,257888095,257888095,257888095,257888095,257888095,257888095,257886414,257888095,257949694,257888095,257888095,257888095,257888095,257888095,257888095,257888095,257888095,257888095,257888095,257888095,257888095,4294840159,258346847,257888095,257953632,257953632,257953632,257953632,257953632,257949790,6164320,257953632,257953632,257953632,257953632,257953632,257953632,257953632,257953632,257953632,257953632,257953509,257953632,4294840160,257953632,258015230,257953632,4294840160,257953632,257953632,257953632,257953632,257953632,257953632,257953632,257953632,257953632,257953632,257953632,257953632,257953632,257953632,257953632,257953632,257953632,257953632,257953632,257953632,257953632,257953632,258015230,257953632,258015230,257953632,257953632,257953632,257953632,257953632,257953632,257953632,257953632,257953632,257953632,257953632,257953632,4294840160,4294840160,257953632,257888095,257888095,257888095,257888095,257888095,257884254,6164319,257888095,257888095,257888095,257888095,257888095,257888095,257888095,257888095,257888095,257888095,257888087,257888095,4294840159,257888095,257888098,257888095,258150239,257888095,257888095,257888095,257888095,257888095,257888095,257888095,257888095,257888095,257888095,257888095,257888095,257888095,257888095,257888095,257888095,257888095,257888095,257888095,257888095,257888095,257888095,257886414,257888095,257949694,257888095,257888095,257888095,257888095,257888095,257888095,257888095,257888095,257888095,257888095,257888095,257888095,4294840159,258346847,257888095,257888095,257888095,257888095,257888095,257888095,257884254,6164319,257888095,257888095,257888095,257888095,257888095,257888095,257888095,257888095,257888095,257888095,257888086,257888095,4294840159,257888095,257888098,257888095,4294840159,257888095,257888095,257888095,257888095,257888095,257888095,257888095,257888095,257888095,257888095,257888095,257888095,257888095,257888095,257888095,257888095,257888095,257888095,257888095,257888095,257888095,257888095,257886414,257888095,257949694,257888095,257888095,257888095,257888095,257888095,257888095,257888095,257888095,257888095,257888095,257888095,257888095,4294840159,258346847,257888095,257888095,257888095,257888095,257888095,257888095,257884254,6164319,257888095,257888095,257888095,257888095,257888095,257888095,257888095,257888095,257888095,257888095,257888086,257888095,4294840159,257888095,257888098,257888095,258150239,4294901758,4294901758,4294901758,4294901758,4294901758,257888095,257888095,257888095,4294840159,4294901758,4294901758,257949694,257888095,257888095,257888095,257888095,257888095,257888095,257888095,257888095,257888095,257888095,257886414,257888095,4294901758,4294901758,4294901758,257949694,257888095,257888095,257888095,257888095,257888095,257888095,257888095,257888095,257888095,4294840159,258346847,257888095,258412391,258412391,258412391,258412391,258412391,258408651,13307751,258412391,258412391,258412391,258412391,258412391,258412391,258412391,258412391,258412391,258412391,258473982,258412391,149491559,258412391,258412393,258412391,258608999,258412391,258412391,258412391,258412391,258412391,258412391,258412391,258412391,258412391,258412391,258412391,258412391,258412391,258412391,258412391,258412391,258412391,258412391,258412391,258412391,258412391,258412391,258412395,258412391,258412345,258412391,258412391,258412391,258412391,258412391,258412391,258412391,258412391,258412391,258412391,258412391,258412391,4294840167,4394855,258412391,147851472,147851472,147851472,147851472,147851472,147849419,13306064,147851472,147851472,147851472,147851472,147851472,147851472,147851472,147851472,147851472,147851472,147914750,147851472,147065040,147851472,147851474,147851472,139462864,147851472,147851472,147851472,147851472,147851472,147851472,147851472,147851472,147851472,147851472,147851472,147851472,147851472,147851472,147851472,147851472,147851472,147851472,147851472,147851472,147851472,147851472,147851475,147851472,147851476,147851472,147851472,147851472,147851472,147851472,147851472,147851472,147851472,147851472,147851472,147851472,147851472,4294838480,55576784,147851472,258412391,258412391,258412391,258412391,258412391,258408651,13307751,258412391,258412391,258412391,258412391,258412391,258412391,258412391,258412391,258412391,258412391,258473982,258412391,149491559,258412391,258473982,258412391,20516711,258412391,258412391,258412391,258412391,258412391,258412391,258412391,258412391,258412391,258412391,258412391,258412391,258412391,258412391,258412391,258412391,258412391,258412391,258412391,258412391,258412391,258412391,258412395,258412391,258412345,258412391,258412391,258412391,258412391,258412391,258412391,258412391,258412391,258412391,258412391,258412391,258412391,4294840167,4394855,258412391,258412391,258412391,258412391,258412391,258412391,258408966,33951591,258412391,258412391,258412391,258412391,258412391,258412391,258412391,258412391,258412391,258412391,258473982,258412391,261754727,258412391,258412393,258412391,4294840167,258412391,258412391,258412391,258412391,258412391,258412391,258412391,258412391,258412391,258412391,258412391,258412391,258412391,258412391,258412391,258412391,258412391,258412391,258412391,258412391,258412391,258412391,258473982,258412391,258473982,258412391,258412391,258412391,258412391,258412391,258412391,258412391,258412391,258412391,4294840167,258412391,258412391,4294840167,4294840167,258412391,147851472,147851472,147851472,147851472,147851472,147849419,13306064,147851472,147851472,147851472,147851472,147851472,147851472,147851472,147851472,147851472,147851472,147851473,147851472,147065040,147851472,147851474,147851472,139462864,4294901758,4294901758,4294901758,4294901758,4294901758,147851472,147851472,147851472,4294838480,4294901758,4294901758,147914750,147851472,147851472,147851472,147851472,147851472,147851472,147851472,147851472,147851472,147851472,147851475,147851472,4294838484,4294901758,4294901758,147914750,147851472,147851472,147851472,147851472,147851472,147851472,147851472,147851472,147851472,4294838480,55576784,147851472,259067761,259067761,259067761,259067761,259067761,259064011,13307761,259067761,259067761,259067761,259067761,259067761,259067761,259067761,259067761,259067761,259067761,259066065,259067761,259329905,259067761,259129342,259067761,4294840177,259067761,259067761,259067761,259067761,259067761,259067761,259067761,259067761,259067761,259067761,259067761,259067761,259067761,259067761,259067761,259067761,259067761,259067761,259067761,259067761,259067761,259067761,259067775,259067761,259129342,259067761,259067761,259067761,259067761,259067761,259067761,259067761,259067761,259067761,259067761,259067761,259067761,4294840177,174067569,259067761,46465733,46465733,46465733,46465733,46465733,46465118,6161093,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465755,46465733,46596805,46465733,46465736,46465733,46727877,4294901758,4294901758,4294901758,4294901758,4294901758,46465733,46465733,46465733,4294836933,4294901758,4294901758,46530558,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465738,46465733,4294836939,4294901758,4294901758,46530558,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,46465733,4294836933,46924485,46465733,259329909,259329909,259329909,259329909,259329909,259326046,6164341,259329909,259329909,259329909,259329909,259329909,259329909,259329909,259329909,259329909,259329909,259329878,259329909,260312949,259329909,259329912,259329909,259592053,259329909,259329909,259329909,259329909,259329909,259329909,259329909,259329909,259329909,259329909,259329909,259329909,259329909,259329909,259329909,259329909,259329909,259329909,259329909,259329909,259329909,259329909,259328217,259329909,259391486,259329909,259329909,259329909,259329909,259329909,259329909,259329909,259329909,259329909,259329909,259329909,259329909,4294840181,259788661,259329909,259395446,259395446,259395446,259395446,259395446,259391582,6164342,259395446,259395446,259395446,259395446,259395446,259395446,259395446,259395446,259395446,259395446,259395301,259395446,250548086,259395446,259457022,259395446,4294840182,259395446,259395446,259395446,259395446,259395446,259395446,259395446,259395446,259395446,259395446,259395446,259395446,259395446,259395446,259395446,259395446,259395446,259395446,259395446,259395446,259395446,259395446,259457022,259395446,259457022,259395446,259395446,259395446,259395446,259395446,259395446,259395446,259395446,259395446,259395446,259395446,259395446,4294840182,4294840182,259395446,259329909,259329909,259329909,259329909,259329909,259326046,6164341,259329909,259329909,259329909,259329909,259329909,259329909,259329909,259329909,259329909,259329909,259329879,259329909,260312949,259329909,259329912,259329909,259592053,259329909,259329909,259329909,259329909,259329909,259329909,259329909,259329909,259329909,259329909,259329909,259329909,259329909,259329909,259329909,259329909,259329909,259329909,259329909,259329909,259329909,259329909,259328217,259329909,259391486,259329909,259329909,259329909,259329909,259329909,259329909,259329909,259329909,259329909,259329909,259329909,259329909,4294840181,259788661,259329909,259329909,259329909,259329909,259329909,259329909,259326046,6164341,259329909,259329909,259329909,259329909,259329909,259329909,259329909,259329909,259329909,259329909,259329878,259329909,260312949,259329909,259329912,259329909,4294840181,259329909,259329909,259329909,259329909,259329909,259329909,259329909,259329909,259329909,259329909,259329909,259329909,259329909,259329909,259329909,259329909,259329909,259329909,259329909,259329909,259329909,259329909,259328217,259329909,259391486,259329909,259329909,259329909,259329909,259329909,259329909,259329909,259329909,259329909,259329909,259329909,259329909,4294840181,259788661,259329909,259329909,259329909,259329909,259329909,259329909,259326046,6164341,259329909,259329909,259329909,259329909,259329909,259329909,259329909,259329909,259329909,259329909,259329878,259329909,260312949,259329909,259329912,259329909,259592053,4294901758,4294901758,4294901758,4294901758,4294901758,259329909,259329909,259329909,4294840181,4294901758,4294901758,259391486,259329909,259329909,259329909,259329909,259329909,259329909,259329909,259329909,259329909,259329909,259328217,259329909,4294901758,4294901758,4294901758,259391486,259329909,259329909,259329909,259329909,259329909,259329909,259329909,259329909,259329909,4294840181,259788661,259329909,258871150,258871150,258871150,258871150,258871150,258867403,13307758,258871150,258871150,258871150,258871150,258871150,258871150,258871150,258871150,258871150,258871150,258869457,258871150,147394414,258871150,258932734,258871150,4294840174,258871150,258871150,258871150,258871150,258871150,258871150,258871150,258871150,258871150,258871150,258871150,258871150,258871150,258871150,258871150,258871150,258871150,258871150,258871150,258871150,258871150,258871150,258871167,258871150,258869460,258871150,258871150,258871150,258871150,258871150,258871150,258871150,258871150,258871150,258871150,258871150,258871150,4294840174,174067566,258871150,4294901758,4294901758,4294901758,4294901758,4294901758,4294839969,245497854,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,260505598,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,148637916,148637916,148637916,148637916,148637916,148635742,6162652,148637916,148637916,148637916,148637916,148637916,148637916,148637916,148637916,148637916,148637916,148636840,148637916,142674140,148637916,148639399,148637916,148900060,148637916,148637916,148637916,148637916,148637916,148637916,148637916,148637916,148637916,148637916,148637916,148637916,148637916,148637916,148637916,148637916,148637916,148637916,148637916,148637916,148637916,148637916,148637784,148637916,148637860,148637916,148637916,148637916,148637916,148637916,148637916,148637916,148637916,148637916,148637916,148637916,148637916,4294838492,260114652,148637916,148768990,148768990,148768990,148768990,148768990,148766814,6162654,148768990,148768990,148768990,148768990,148768990,148768990,148768990,148768990,148768990,148768990,148767981,148768990,148768990,148768990,148770690,148768990,4294838494,148768990,148768990,148768990,148768990,148768990,148768990,148768990,148768990,148768990,148768990,148768990,148768990,148768990,148768990,148768990,148768990,148768990,148768990,148768990,148768990,148768990,148768990,148768974,148768990,148770692,148768990,148768990,148768990,148768990,148768990,148768990,148768990,148768990,148768990,148768990,148768990,148768990,4294838494,260376798,148768990,260312964,260312964,260312964,260312964,260312964,260309195,13307780,260312964,260312964,260312964,260312964,260312964,260312964,260312964,260312964,260312964,260312964,260312914,260312964,259329924,260312964,260374526,260312964,4294840196,260312964,260312964,260312964,260312964,260312964,260312964,260312964,260312964,260312964,260312964,260312964,260312964,260312964,260312964,260312964,260312964,260312964,260312964,260312964,260312964,260312964,260312964,260374526,260312964,260374526,260312964,260312964,260312964,260312964,260312964,260312964,260312964,260312964,260312964,260312964,260312964,260312964,4294840196,4294840196,260312964,148113620,148113620,148113620,148113620,148113620,148111454,6162644,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148112091,148113620,148768980,148113620,148113631,148113620,148900052,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148113614,148113620,148115313,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148113620,4294838484,149096660,148113620,4294901758,4294901758,4294901758,4294901758,4294901758,4294836427,13369342,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294838481,4294901758,257949694,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294840191,4294901758,4294840177,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,148113620,148113620,148113620,148113620,148113620,148111454,6162644,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148112091,148113620,148768980,148113620,148113631,148113620,148900052,4294901758,4294901758,4294901758,4294901758,4294901758,148113620,148113620,148113620,4294838484,4294901758,4294901758,148176894,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148112634,148113620,4294840177,4294901758,4294901758,148176894,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148113620,148113620,4294838484,149096660,148113620,260575112,260575112,260575112,260575112,260575112,260571508,24383368,260575112,260575112,260575112,260575112,260575112,260575112,260575112,260575112,260575112,260575112,260636670,260575112,260706184,260575112,260575115,260575112,260837256,260575112,260575112,260575112,260575112,260575112,260575112,260575112,260575112,260575112,260575112,260575112,260575112,260575112,260575112,260575112,260575112,260575112,260575112,260575112,260575112,260575112,260575112,260575117,260575112,260575118,260575112,260575112,260575112,260575112,260575112,260575112,260575112,260575112,260575112,260575112,260575112,260575112,4294840200,261033864,260575112,260706186,260706186,260706186,260706186,260706186,260703313,72421258,260706186,260706186,260706186,260706186,260706186,260706186,260706186,260706186,260706186,260706186,260767742,260706186,260575114,260706186,260767742,260706186,4294840202,260706186,260706186,260706186,260706186,260706186,260706186,260706186,260706186,260706186,260706186,260706186,260706186,260706186,260706186,260706186,260706186,260706186,260706186,260706186,260706186,260706186,260706186,260767742,260706186,260767742,260706186,260706186,260706186,260706186,260706186,260706186,260706186,260706186,260706186,260706186,260706186,260706186,4294840202,4394890,260706186,260575112,260575112,260575112,260575112,260575112,260571508,24383368,260575112,260575112,260575112,260575112,260575112,260575112,260575112,260575112,260575112,260575112,260636670,260575112,260706184,260575112,260575115,260575112,4294840200,260575112,260575112,260575112,260575112,260575112,260575112,260575112,260575112,260575112,260575112,260575112,260575112,260575112,260575112,260575112,260575112,260575112,260575112,260575112,260575112,260575112,260575112,260575117,260575112,260575118,260575112,260575112,260575112,260575112,260575112,260575112,260575112,260575112,260575112,260575112,260575112,260575112,4294840200,261033864,260575112,260968334,260968334,260968334,260968334,260968334,260964724,24383374,260968334,260968334,260968334,260968334,260968334,260968334,260968334,260968334,260968334,260968334,261029886,260968334,4294840206,260968334,261029886,260968334,4294840206,260968334,260968334,260968334,260968334,260968334,260968334,260968334,260968334,260968334,260968334,260968334,260968334,260968334,260968334,260968334,260968334,260968334,260968334,260968334,260968334,260968334,260968334,261029886,260968334,260968334,260968334,260968334,260968334,260968334,260968334,260968334,260968334,260968334,260968334,260968334,260968334,260968334,4294840206,4294840206,260968334,27394466,27394466,27394466,27394466,27394466,27394142,6160802,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394765,27394466,47055266,27394466,27394767,27394466,47186338,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27459582,27394466,27394770,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,4294836642,47382946,27394466,83690749,83690749,83690749,83690749,83690749,83689675,13305085,83690749,83690749,83690749,83690749,83690749,83690749,83690749,83690749,83690749,83690749,83690755,83690749,82314493,83690749,83691749,83690749,149292285,4294901758,4294901758,4294901758,4294901758,4294901758,83690749,83690749,83690749,4294837501,4294901758,4294901758,83755006,83690749,83690749,83690749,83690749,83690749,83690749,83690749,83690749,83690749,83690749,83691751,83690749,4294838455,4294901758,4294901758,83755006,83690749,83690749,83690749,83690749,83690749,83690749,83690749,83690749,83690749,4294837501,4392189,83690749,261427093,261427093,261427093,261427093,261427093,261423307,13307797,261427093,261427093,261427093,261427093,261427093,261427093,261427093,261427093,261427093,261427093,261427123,261427093,261361557,261427093,261488638,261427093,4294840213,261427093,261427093,261427093,261427093,261427093,261427093,261427093,261427093,261427093,261427093,261427093,261427093,261427093,261427093,261427093,261427093,261427093,261427093,261427093,261427093,261427093,261427093,261488638,261427093,261488638,261427093,261427093,261427093,261427093,261427093,261427093,261427093,261427093,261427093,261427093,261427093,261427093,4294840213,4394901,261427093,261361556,261361556,261361556,261361556,261361556,261357771,13307796,261361556,261361556,261361556,261361556,261361556,261361556,261361556,261361556,261361556,261361556,261359869,261361556,261427092,261361556,261423102,261361556,246943636,261361556,261361556,261361556,261361556,261361556,261361556,261361556,261361556,261361556,261361556,261361556,261361556,261361556,261361556,261361556,261361556,261361556,261361556,261361556,261361556,261361556,261361556,261361560,261361556,261361474,261361556,261361556,261361556,261361556,261361556,261361556,261361556,261361556,261361556,261361556,261361556,261361556,4294840212,96997268,261361556,4294901758,4294901758,4294901758,4294901758,4294901758,4294837886,108986366,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,262012926,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,261361556,261361556,261361556,261361556,261361556,261357771,13307796,261361556,261361556,261361556,261361556,261361556,261361556,261361556,261361556,261361556,261361556,261423102,261361556,261427092,261361556,261361558,261361556,261558164,261361556,261361556,261361556,261361556,261361556,261361556,261361556,261361556,261361556,261361556,261361556,261361556,261361556,261361556,261361556,261361556,261361556,261361556,261361556,261361556,261361556,261361556,261361560,261361556,261361474,261361556,261361556,261361556,261361556,261361556,261361556,261361556,261361556,261361556,261361556,261361556,261361556,4294840212,96997268,261361556,4294901758,4294901758,4294901758,4294901758,4294901758,4294836427,13369342,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294840216,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,102760446,4294901758,262016926,262016926,262016926,262016926,262016926,262013131,13307806,262016926,262016926,262016926,262016926,262016926,262016926,262016926,262016926,262016926,262016926,262078462,262016926,149884830,262016926,262078462,262016926,4294840222,262016926,262016926,262016926,262016926,262016926,262016926,262016926,262016926,262016926,262016926,262016926,262016926,262016926,262016926,262016926,262016926,262016926,262016926,262016926,262016926,262016926,262016926,262078462,262016926,262016828,262016926,262016926,262016926,262016926,262016926,262016926,262016926,262016926,262016926,262016926,262016926,262016926,4294840222,4394910,262016926,149883119,149883119,149883119,149883119,149883119,149880926,6162671,149883119,149883119,149883119,149883119,149883119,149883119,149883119,149883119,149883119,149883119,149884825,149883119,262015215,149883119,149884831,149883119,4294838511,149883119,149883119,149883119,149883119,149883119,149883119,149883119,149883119,149883119,149883119,149883119,149883119,149883119,149883119,149883119,149883119,149883119,149883119,149883119,149883119,149883119,149883119,149884833,149883119,149883119,149883119,149883119,149883119,149883119,149883119,149883119,149883119,149883119,149883119,149883119,149883119,149883119,4294838511,262277359,149883119,149489897,149489897,149489897,149489897,149489897,149487710,6162665,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149491609,149489897,261753065,149489897,149489900,149489897,149752041,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149491617,149489897,149489903,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,4294838505,150014185,149489897,149489897,149489897,149489897,149489897,149489897,149487710,6162665,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149491609,149489897,261753065,149489897,149489900,149489897,149752041,4294901758,4294901758,4294901758,4294901758,4294901758,149489897,149489897,149489897,4294838505,4294901758,4294901758,149553150,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149488896,149489897,4294838511,4294901758,4294901758,149553150,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,149489897,4294838505,150014185,149489897,150079730,150079730,150079730,150079730,150079730,150077643,13306098,150079730,150079730,150079730,150079730,150079730,150079730,150079730,150079730,150079730,150079730,150078723,150079730,83953906,150079730,150142974,150079730,99092722,150079730,150079730,150079730,150079730,150079730,150079730,150079730,150079730,150079730,150079730,150079730,150079730,150079730,150079730,150079730,150079730,150079730,150079730,150079730,150079730,150079730,150079730,150081446,150079730,150079671,150079730,150079730,150079730,150079730,150079730,150079730,150079730,150079730,150079730,150079730,150079730,150079730,4294838514,4393202,150079730,150079730,150079730,150079730,150079730,150079730,150080100,174328050,150079730,150079730,150079730,150079730,150079730,150079730,150079730,150079730,150079730,150079730,150081469,150079730,150079730,150079730,150081444,150079730,159516914,150079730,150079730,150079730,150079730,150079730,150079730,150079730,150079730,150079730,150079730,150079730,150079730,150079730,150079730,150079730,150079730,150079730,150079730,150079730,150079730,150079730,150079730,150142974,150079730,150081426,150079730,150079730,150079730,150079730,150079730,150079730,150079730,150079730,150079730,4294838514,150079730,150079730,4294838514,48105714,150079730,4294901758,4294901758,4294901758,4294901758,4294901758,4294836427,13369342,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294838525,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294840130,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,175046654,4294901758,262672296,262672296,262672296,262672296,262672296,262668382,6164392,262672296,262672296,262672296,262672296,262672296,262672296,262672296,262672296,262672296,262672296,262672281,262672296,4294840232,262672296,262672299,262672296,262934440,262672296,262672296,262672296,262672296,262672296,262672296,262672296,262672296,262672296,262672296,262672296,262672296,262672296,262672296,262672296,262672296,262672296,262672296,262672296,262672296,262672296,262672296,262670581,262672296,262733822,262672296,262672296,262672296,262672296,262672296,262672296,262672296,262672296,262672296,262672296,262672296,262672296,4294840232,263131048,262672296,262737833,262737833,262737833,262737833,262737833,262733918,6164393,262737833,262737833,262737833,262737833,262737833,262737833,262737833,262737833,262737833,262737833,262737819,262737833,4294840233,262737833,262799358,262737833,4294840233,262737833,262737833,262737833,262737833,262737833,262737833,262737833,262737833,262737833,262737833,262737833,262737833,262737833,262737833,262737833,262737833,262737833,262737833,262737833,262737833,262737833,262737833,262799358,262737833,262736687,262737833,262737833,262737833,262737833,262737833,262737833,262737833,262737833,262737833,262737833,262737833,262737833,4294840233,4294840233,262737833,262672296,262672296,262672296,262672296,262672296,262668382,6164392,262672296,262672296,262672296,262672296,262672296,262672296,262672296,262672296,262672296,262672296,262672284,262672296,4294840232,262672296,262672299,262672296,262934440,262672296,262672296,262672296,262672296,262672296,262672296,262672296,262672296,262672296,262672296,262672296,262672296,262672296,262672296,262672296,262672296,262672296,262672296,262672296,262672296,262672296,262672296,262670581,262672296,262733822,262672296,262672296,262672296,262672296,262672296,262672296,262672296,262672296,262672296,262672296,262672296,262672296,4294840232,263131048,262672296,262672296,262672296,262672296,262672296,262672296,262668382,6164392,262672296,262672296,262672296,262672296,262672296,262672296,262672296,262672296,262672296,262672296,262672281,262672296,4294840232,262672296,262672299,262672296,4294840232,262672296,262672296,262672296,262672296,262672296,262672296,262672296,262672296,262672296,262672296,262672296,262672296,262672296,262672296,262672296,262672296,262672296,262672296,262672296,262672296,262672296,262672296,262670581,262672296,262733822,262672296,262672296,262672296,262672296,262672296,262672296,262672296,262672296,262672296,262672296,262672296,262672296,4294840232,263131048,262672296,262672296,262672296,262672296,262672296,262672296,262668382,6164392,262672296,262672296,262672296,262672296,262672296,262672296,262672296,262672296,262672296,262672296,262672281,262672296,4294840232,262672296,262672299,262672296,262934440,4294901758,4294901758,4294901758,4294901758,4294901758,262672296,262672296,262672296,4294840232,4294901758,4294901758,262733822,262672296,262672296,262672296,262672296,262672296,262672296,262672296,262672296,262672296,262672296,262670581,262672296,4294901758,4294901758,4294901758,262733822,262672296,262672296,262672296,262672296,262672296,262672296,262672296,262672296,262672296,4294840232,263131048,262672296,145557677,145557677,145557677,145557677,145557677,145557576,138938541,145557677,145557677,145557677,145557677,145557677,145557677,145557677,145557677,145557677,145557677,145620990,145557677,145557677,145557677,145559332,145557677,254085293,145557677,145557677,145557677,145557677,145557677,145557677,145557677,145557677,145557677,145557677,145557677,145557677,145557677,145557677,145557677,145557677,145557677,145557677,145557677,145557677,145557677,145557677,145559334,145557677,145559335,145557677,145557677,145557677,145557677,145557677,145557677,145557677,145557677,145557677,145557677,145557677,145557677,4294838445,254281901,145557677,47055566,47055566,47055566,47055566,47055566,47055051,13304526,47055566,47055566,47055566,47055566,47055566,47055566,47055566,47055566,47055566,47055566,47056131,47055566,27394766,47055566,47056132,47055566,84214478,4294901758,4294901758,4294901758,4294901758,4294901758,47055566,47055566,47055566,4294836942,4294901758,4294901758,47120382,47055566,47055566,47055566,47055566,47055566,47055566,47055566,47055566,47055566,47055566,47056134,47055566,4294836959,4294901758,4294901758,47120382,47055566,47055566,47055566,47055566,47055566,47055566,47055566,47055566,47055566,4294836942,4391630,47055566,147065028,147065028,147065028,147065028,147065028,147062878,6162628,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147128318,147065028,256968900,147065028,147065030,147065028,147261636,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147064048,147065028,147065033,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,147065028,4294838468,147523780,147065028,150866174,150866174,150866174,150866174,150866174,150864075,13306110,150866174,150866174,150866174,150866174,150866174,150866174,150866174,150866174,150866174,150866174,150867891,150866174,150735102,150866174,150929406,150866174,20842750,150866174,150866174,150866174,150866174,150866174,150866174,150866174,150866174,150866174,150866174,150866174,150866174,150866174,150866174,150866174,150866174,150866174,150866174,150866174,150866174,150866174,150866174,150867894,150866174,150866251,150866174,150866174,150866174,150866174,150866174,150866174,150866174,150866174,150866174,150866174,150866174,150866174,4294838526,4393214,150866174,150866174,150866174,150866174,150866174,150866174,150864404,34867454,150866174,150866174,150866174,150866174,150866174,150866174,150866174,150866174,150866174,150866174,150867798,150866174,150866174,150866174,150867892,150866174,4294838526,150866174,150866174,150866174,150866174,150866174,150866174,150866174,150866174,150866174,150866174,150866174,150866174,150866174,150866174,150866174,150866174,150866174,150866174,150866174,150866174,150866174,150866174,150929406,150866174,150867904,150866174,150866174,150866174,150866174,150866174,150866174,150866174,150866174,150866174,4294838526,150866174,150866174,4294838526,4294838526,150866174,150735100,150735100,150735100,150735100,150735100,150733003,13306108,150735100,150735100,150735100,150735100,150735100,150735100,150735100,150735100,150735100,150735100,150735101,150735100,150866172,150735100,150735103,150735100,142936316,4294901758,4294901758,4294901758,4294901758,4294901758,150735100,150735100,150735100,4294838524,4294901758,4294901758,150798334,150735100,150735100,150735100,150735100,150735100,150735100,150735100,150735100,150735100,150735100,150735104,150735100,4294837557,4294901758,4294901758,150798334,150735100,150735100,150735100,150735100,150735100,150735100,150735100,150735100,150735100,4294838524,59312380,150735100,27394466,27394466,27394466,27394466,27394466,27394142,6160802,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394765,27394466,47055266,27394466,27394767,27394466,47186338,4294901758,4294901758,4294901758,4294901758,4294901758,27394466,27394466,27394466,4294836642,4294901758,4294901758,27459582,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394769,27394466,4294836946,4294901758,4294901758,27459582,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,27394466,4294836642,47382946,27394466,4294901758,4294901758,4294901758,4294901758,4294901758,4294836427,13369342,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294838462,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294838466,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4456446,4294901758,84542730,84542730,84542730,84542730,84542730,84541643,13305098,84542730,84542730,84542730,84542730,84542730,84542730,84542730,84542730,84542730,84542730,84542723,84542730,47318282,84542730,84543746,84542730,151192842,4294901758,4294901758,4294901758,4294901758,4294901758,84542730,84542730,84542730,4294837514,4294901758,4294901758,84606974,84542730,84542730,84542730,84542730,84542730,84542730,84542730,84542730,84542730,84542730,84543748,84542730,4294836959,4294901758,4294901758,84606974,84542730,84542730,84542730,84542730,84542730,84542730,84542730,84542730,84542730,4294837514,4392202,84542730,264245184,264245184,264245184,264245184,264245184,264241355,13307840,264245184,264245184,264245184,264245184,264245184,264245184,264245184,264245184,264245184,264245184,264245171,264245184,263720896,264245184,264306686,264245184,4294840256,264245184,264245184,264245184,264245184,264245184,264245184,264245184,264245184,264245184,264245184,264245184,264245184,264245184,264245184,264245184,264245184,264245184,264245184,264245184,264245184,264245184,264245184,264306686,264245184,264243531,264245184,264245184,264245184,264245184,264245184,264245184,264245184,264245184,264245184,264245184,264245184,264245184,4294840256,4394944,264245184,4294901758,4294901758,4294901758,4294901758,4294901758,4294837900,109903870,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,264765438,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,255987522,255987522,255987522,255987522,255987522,255983710,6164290,255987522,255987522,255987522,255987522,255987522,255987522,255987522,255987522,255987522,255987522,255984333,255987522,255201090,255987522,255987651,255987522,4294840130,255987522,255987522,255987522,255987522,255987522,255987522,255987522,255987522,255987522,255987522,255987522,255987522,255987522,255987522,255987522,255987522,255987522,255987522,255987522,255987522,255987522,255987522,255985909,255987522,255987653,255987522,255987522,255987522,255987522,255987522,255987522,255987522,255987522,255987522,255987522,255987522,255987522,4294840130,264638274,255987522,264572869,264572869,264572869,264572869,264572869,264569035,13307845,264572869,264572869,264572869,264572869,264572869,264572869,264572869,264572869,264572869,264572869,264571133,264572869,4294840261,264572869,264634366,264572869,4294840261,264572869,264572869,264572869,264572869,264572869,264572869,264572869,264572869,264572869,264572869,264572869,264572869,264572869,264572869,264572869,264572869,264572869,264572869,264572869,264572869,264572869,264572869,264634366,264572869,264634366,264572869,264572869,264572869,264572869,264572869,264572869,264572869,264572869,264572869,264572869,264572869,264572869,4294840261,174985157,264572869,87360821,87360821,87360821,87360821,87360821,87359582,6161717,87360821,87360821,87360821,87360821,87360821,87360821,87360821,87360821,87360821,87360821,87360205,87360821,86967605,87360821,87361799,87360821,151520565,87360821,87360821,87360821,87360821,87360821,87360821,87360821,87360821,87360821,87360821,87360821,87360821,87360821,87360821,87360821,87360821,87360821,87360821,87360821,87360821,87360821,87360821,87361781,87360821,87361881,87360821,87360821,87360821,87360821,87360821,87360821,87360821,87360821,87360821,87360821,87360821,87360821,4294837557,151717173,87360821,4294901758,4294901758,4294901758,4294901758,4294901758,4294836427,13369342,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294838525,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294840258,4294901758,4294838617,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,37945342,4294901758,87360821,87360821,87360821,87360821,87360821,87359582,6161717,87360821,87360821,87360821,87360821,87360821,87360821,87360821,87360821,87360821,87360821,87360205,87360821,86967605,87360821,87361799,87360821,151520565,4294901758,4294901758,4294901758,4294901758,4294901758,87360821,87360821,87360821,4294837557,4294901758,4294901758,87425022,87360821,87360821,87360821,87360821,87360821,87360821,87360821,87360821,87360821,87360821,87360781,87360821,4294838617,4294901758,4294901758,87425022,87360821,87360821,87360821,87360821,87360821,87360821,87360821,87360821,87360821,4294837557,151717173,87360821,264835017,264835017,264835017,264835017,264835017,264834299,217780169,264835017,264835017,264835017,264835017,264835017,264835017,264835017,264835017,264835017,264835017,264896510,264835017,264966089,264835017,264835020,264835017,265097161,264835017,264835017,264835017,264835017,264835017,264835017,264835017,264835017,264835017,264835017,264835017,264835017,264835017,264835017,264835017,264835017,264835017,264835017,264835017,264835017,264835017,264835017,264835022,264835017,264835023,264835017,264835017,264835017,264835017,264835017,264835017,264835017,264835017,264835017,264835017,264835017,264835017,4294840265,265293769,264835017,264966091,264966091,264966091,264966091,264966091,264965371,217780171,264966091,264966091,264966091,264966091,264966091,264966091,264966091,264966091,264966091,264966091,265027582,264966091,264966091,264966091,265027582,264966091,4294840267,264966091,264966091,264966091,264966091,264966091,264966091,264966091,264966091,264966091,264966091,264966091,264966091,264966091,264966091,264966091,264966091,264966091,264966091,264966091,264966091,264966091,264966091,265027582,264966091,265027582,264966091,264966091,264966091,264966091,264966091,264966091,264966091,264966091,264966091,264966091,264966091,264966091,4294840267,4294840267,264966091,264835017,264835017,264835017,264835017,264835017,264834299,217780169,264835017,264835017,264835017,264835017,264835017,264835017,264835017,264835017,264835017,264835017,264896510,264835017,264966089,264835017,264835020,264835017,4294840265,264835017,264835017,264835017,264835017,264835017,264835017,264835017,264835017,264835017,264835017,264835017,264835017,264835017,264835017,264835017,264835017,264835017,264835017,264835017,264835017,264835017,264835017,264835022,264835017,264835023,264835017,264835017,264835017,264835017,264835017,264835017,264835017,264835017,264835017,264835017,264835017,264835017,4294840265,265293769,264835017,264835017,264835017,264835017,264835017,264835017,264834298,217714633,264835017,264835017,264835017,264835017,264835017,264835017,264835017,264835017,264835017,264835017,264896510,264835017,264966089,264835017,264835020,264835017,265097161,264835017,264835017,264835017,264835017,264835017,264835017,264835017,264835017,264835017,264835017,264835017,264835017,264835017,264835017,264835017,264835017,264835017,264835017,264835017,264835017,264835017,264835017,264896510,264835017,264835023,264835017,264835017,264835017,264835017,264835017,264835017,264835017,264835017,264835017,4294840265,264835017,264835017,4294840265,265293769,264835017,265228239,265228239,265228239,265228239,265228239,265227515,217780175,265228239,265228239,265228239,265228239,265228239,265228239,265228239,265228239,265228239,265228239,265289726,265228239,4294840271,265228239,265289726,265228239,4294840271,265228239,265228239,265228239,265228239,265228239,265228239,265228239,265228239,265228239,265228239,265228239,265228239,265228239,265228239,265228239,265228239,265228239,265228239,265228239,265228239,265228239,265228239,265289726,265228239,265228239,265228239,265228239,265228239,265228239,265228239,265228239,265228239,265228239,265228239,265228239,265228239,265228239,4294840271,4294840271,265228239,265555924,265555924,265555924,265555924,265555924,265551966,6164436,265555924,265555924,265555924,265555924,265555924,265555924,265555924,265555924,265555924,265555924,265552597,265555924,153554900,265555924,265617406,265555924,4294840276,265555924,265555924,265555924,265555924,265555924,265555924,265555924,265555924,265555924,265555924,265555924,265555924,265555924,265555924,265555924,265555924,265555924,265555924,265555924,265555924,265555924,265555924,265617406,265555924,265554194,265555924,265555924,265555924,265555924,265555924,265555924,265555924,265555924,265555924,265555924,265555924,265555924,4294840276,8785876,265555924,151783692,151783692,151783692,151783692,151783692,151781470,6162700,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151782101,151783692,151914764,151783692,151783695,151783692,152045836,4294901758,4294901758,4294901758,4294901758,4294901758,151783692,151783692,151783692,4294838540,4294901758,4294901758,151846910,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783697,151783692,4294838546,4294901758,4294901758,151846910,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,4294838540,8784140,151783692,265686998,265686998,265686998,265686998,265686998,265683038,6164438,265686998,265686998,265686998,265686998,265686998,265686998,265686998,265686998,265686998,265686998,265683376,265686998,265686998,265686998,265748478,265686998,4294840278,265686998,265686998,265686998,265686998,265686998,265686998,265686998,265686998,265686998,265686998,265686998,265686998,265686998,265686998,265686998,265686998,265686998,265686998,265686998,265686998,265686998,265686998,265748478,265686998,265748478,265686998,265686998,265686998,265686998,265686998,265686998,265686998,265686998,265686998,265686998,265686998,265686998,4294840278,4294840278,265686998,152176914,152176914,152176914,152176914,152176914,152174686,6162706,152176914,152176914,152176914,152176914,152176914,152176914,152176914,152176914,152176914,152176914,152174865,152176914,265685266,152176914,152178647,152176914,4294838546,152176914,152176914,152176914,152176914,152176914,152176914,152176914,152176914,152176914,152176914,152176914,152176914,152176914,152176914,152176914,152176914,152176914,152176914,152176914,152176914,152176914,152176914,152178649,152176914,152178650,152176914,152176914,152176914,152176914,152176914,152176914,152176914,152176914,152176914,152176914,152176914,152176914,4294838546,266012946,152176914,265949146,265949146,265949146,265949146,265949146,265945182,6164442,265949146,265949146,265949146,265949146,265949146,265949146,265949146,265949146,265949146,265949146,265945813,265949146,4294840282,265949146,266010622,265949146,4294840282,265949146,265949146,265949146,265949146,265949146,265949146,265949146,265949146,265949146,265949146,265949146,265949146,265949146,265949146,265949146,265949146,265949146,265949146,265949146,265949146,265949146,265949146,266010622,265949146,266010622,265949146,265949146,265949146,265949146,265949146,265949146,265949146,265949146,265949146,265949146,265949146,265949146,4294840282,8785882,265949146,47842010,47842010,47842010,47842010,47842010,47841374,6161114,47842010,47842010,47842010,47842010,47842010,47842010,47842010,47842010,47842010,47842010,47841553,47842010,86246106,47842010,47842597,47842010,52429530,47842010,47842010,47842010,47842010,47842010,47842010,47842010,47842010,47842010,47842010,47842010,47842010,47842010,47842010,47842010,47842010,47842010,47842010,47842010,47842010,47842010,47842010,47845337,47842010,47842599,47842010,47842010,47842010,47842010,47842010,47842010,47842010,47842010,47842010,47842010,47842010,47842010,4294836954,86508250,47842010,266080220,266080220,266080220,266080220,266080220,266076254,6164444,266080220,266080220,266080220,266080220,266080220,266080220,266080220,266080220,266080220,266080220,266078505,266080220,151916508,266080220,266080222,266080220,4294840284,266080220,266080220,266080220,266080220,266080220,266080220,266080220,266080220,266080220,266080220,266080220,266080220,266080220,266080220,266080220,266080220,266080220,266080220,266080220,266080220,266080220,266080220,266080224,266080220,266080225,266080220,266080220,266080220,266080220,266080220,266080220,266080220,266080220,266080220,266080220,266080220,266080220,4294840284,8785884,266080220,266080220,266080220,266080220,266080220,266080220,266076254,6164444,266080220,266080220,266080220,266080220,266080220,266080220,266080220,266080220,266080220,266080220,266078505,266080220,151916508,266080220,266080222,266080220,50008028,266080220,266080220,266080220,266080220,266080220,266080220,266080220,266080220,266080220,266080220,266080220,266080220,266080220,266080220,266080220,266080220,266080220,266080220,266080220,266080220,266080220,266080220,266080224,266080220,266080225,266080220,266080220,266080220,266080220,266080220,266080220,266080220,266080220,266080220,266080220,266080220,266080220,4294840284,8785884,266080220,266080220,266080220,266080220,266080220,266080220,266077530,89788380,266080220,266080220,266080220,266080220,266080220,266080220,266080220,266080220,266080220,266080220,266078483,266080220,153292764,266080220,266080222,266080220,4294840284,266080220,266080220,266080220,266080220,266080220,266080220,266080220,266080220,266080220,266080220,266080220,266080220,266080220,266080220,266080220,266080220,266080220,266080220,266080220,266080220,266080220,266080220,266141694,266080220,266141694,266080220,266080220,266080220,266080220,266080220,266080220,266080220,266080220,266080220,4294840284,266080220,266080220,4294840284,86183900,266080220,266407905,266407905,266407905,266407905,266407905,266403934,6164449,266407905,266407905,266407905,266407905,266407905,266407905,266407905,266407905,266407905,266407905,266404272,266407905,265687009,266407905,266469374,266407905,4294840289,266407905,266407905,266407905,266407905,266407905,266407905,266407905,266407905,266407905,266407905,266407905,266407905,266407905,266407905,266407905,266407905,266407905,266407905,266407905,266407905,266407905,266407905,266469374,266407905,266469374,266407905,266407905,266407905,266407905,266407905,266407905,266407905,266407905,266407905,266407905,266407905,266407905,4294840289,4294840289,266407905,4294901758,4294901758,4294901758,4294901758,4294901758,4294836427,13369342,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,267583486,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4456446,4294901758,266538979,266538979,266538979,266538979,266538979,266535006,6164451,266538979,266538979,266538979,266538979,266538979,266538979,266538979,266538979,266538979,266538979,266600446,266538979,4294840291,266538979,266538982,266538979,266801123,266538979,266538979,266538979,266538979,266538979,266538979,266538979,266538979,266538979,266538979,266538979,266538979,266538979,266538979,266538979,266538979,266538979,266538979,266538979,266538979,266538979,266538979,266537238,266538979,266538985,266538979,266538979,266538979,266538979,266538979,266538979,266538979,266538979,266538979,266538979,266538979,266538979,4294840291,267063267,266538979,266538979,266538979,266538979,266538979,266538979,266535006,6164451,266538979,266538979,266538979,266538979,266538979,266538979,266538979,266538979,266538979,266538979,266600446,266538979,4294840291,266538979,266538982,266538979,4294840291,266538979,266538979,266538979,266538979,266538979,266538979,266538979,266538979,266538979,266538979,266538979,266538979,266538979,266538979,266538979,266538979,266538979,266538979,266538979,266538979,266538979,266538979,266537238,266538979,266538985,266538979,266538979,266538979,266538979,266538979,266538979,266538979,266538979,266538979,266538979,266538979,266538979,4294840291,267063267,266538979,266932201,266932201,266932201,266932201,266932201,266928222,6164457,266932201,266932201,266932201,266932201,266932201,266932201,266932201,266932201,266932201,266932201,266993662,266932201,4294840297,266932201,266993662,266932201,4294840297,266932201,266932201,266932201,266932201,266932201,266932201,266932201,266932201,266932201,266932201,266932201,266932201,266932201,266932201,266932201,266932201,266932201,266932201,266932201,266932201,266932201,266932201,266932219,266932201,266932201,266932201,266932201,266932201,266932201,266932201,266932201,266932201,266932201,266932201,266932201,266932201,266932201,4294840297,4294840297,266932201,266538979,266538979,266538979,266538979,266538979,266535006,6164451,266538979,266538979,266538979,266538979,266538979,266538979,266538979,266538979,266538979,266538979,266600446,266538979,4294840291,266538979,266538982,266538979,266801123,4294901758,4294901758,4294901758,4294901758,4294901758,266538979,266538979,266538979,4294840291,4294901758,4294901758,266600446,266538979,266538979,266538979,266538979,266538979,266538979,266538979,266538979,266538979,266538979,266537238,266538979,4294840297,4294901758,4294901758,266600446,266538979,266538979,266538979,266538979,266538979,266538979,266538979,266538979,266538979,4294840291,267063267,266538979,152504599,152504599,152504599,152504599,152504599,152502366,6162711,152504599,152504599,152504599,152504599,152504599,152504599,152504599,152504599,152504599,152504599,152504595,152504599,152897815,152504599,152506348,152504599,4294838551,152504599,152504599,152504599,152504599,152504599,152504599,152504599,152504599,152504599,152504599,152504599,152504599,152504599,152504599,152504599,152504599,152504599,152504599,152504599,152504599,152504599,152504599,152506350,152504599,152504599,152504599,152504599,152504599,152504599,152504599,152504599,152504599,152504599,152504599,152504599,152504599,152504599,4294838551,267323671,152504599,84870415,84870415,84870415,84870415,84870415,84869214,6161679,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870431,84870415,85001487,84870415,84870418,84870415,85132559,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84873198,84870415,84870421,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,4294837519,85329167,84870415,267522034,267522034,267522034,267522034,267522034,267518046,6164466,267522034,267522034,267522034,267522034,267522034,267522034,267522034,267522034,267522034,267522034,267583486,267522034,4294840306,267522034,267583486,267522034,4294840306,267522034,267522034,267522034,267522034,267522034,267522034,267522034,267522034,267522034,267522034,267522034,267522034,267522034,267522034,267522034,267522034,267522034,267522034,267522034,267522034,267522034,267522034,267519232,267522034,267583486,267522034,267522034,267522034,267522034,267522034,267522034,267522034,267522034,267522034,267522034,267522034,267522034,4294840306,4294840306,267522034,267390960,267390960,267390960,267390960,267390960,267387083,13307888,267390960,267390960,267390960,267390960,267390960,267390960,267390960,267390960,267390960,267390960,267390961,267390960,267522032,267390960,267452414,267390960,30937072,267390960,267390960,267390960,267390960,267390960,267390960,267390960,267390960,267390960,267390960,267390960,267390960,267390960,267390960,267390960,267390960,267390960,267390960,267390960,267390960,267390960,267390960,267390965,267390960,267390966,267390960,267390960,267390960,267390960,267390960,267390960,267390960,267390960,267390960,267390960,267390960,267390960,4294840304,4394992,267390960,267390960,267390960,267390960,267390960,267390960,267387142,17174512,267390960,267390960,267390960,267390960,267390960,267390960,267390960,267390960,267390960,267390960,267452414,267390960,4294840304,267390960,267390963,267390960,152637424,267390960,267390960,267390960,267390960,267390960,267390960,267390960,267390960,267390960,267390960,267390960,267390960,267390960,267390960,267390960,267390960,267390960,267390960,267390960,267390960,267390960,267390960,267452414,267390960,267452414,267390960,267390960,267390960,267390960,267390960,267390960,267390960,267390960,267390960,4294840304,267390960,267390960,4294840304,4294840304,267390960,267784182,267784182,267784182,267784182,267784182,267780190,6164470,267784182,267784182,267784182,267784182,267784182,267784182,267784182,267784182,267784182,267784182,267781407,267784182,4294840310,267784182,267845630,267784182,4294840310,267784182,267784182,267784182,267784182,267784182,267784182,267784182,267784182,267784182,267784182,267784182,267784182,267784182,267784182,267784182,267784182,267784182,267784182,267784182,267784182,267784182,267784182,267782330,267784182,267845630,267784182,267784182,267784182,267784182,267784182,267784182,267784182,267784182,267784182,267784182,267784182,267784182,4294840310,4294840310,267784182,151783692,151783692,151783692,151783692,151783692,151781470,6162700,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151846910,151783692,151914764,151783692,151783695,151783692,152045836,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783697,151783692,151783698,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,151783692,4294838540,8784140,151783692,84870415,84870415,84870415,84870415,84870415,84869214,6161679,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870431,84870415,85001487,84870415,84870418,84870415,85132559,4294901758,4294901758,4294901758,4294901758,4294901758,84870415,84870415,84870415,4294837519,4294901758,4294901758,84934654,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870420,84870415,4294837525,4294901758,4294901758,84934654,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,4294837519,85329167,84870415,152897821,152897821,152897821,152897821,152897821,152895582,6162717,152897821,152897821,152897821,152897821,152897821,152897821,152897821,152897821,152897821,152897821,152897811,152897821,152897821,152897821,152899577,152897821,4294838557,152897821,152897821,152897821,152897821,152897821,152897821,152897821,152897821,152897821,152897821,152897821,152897821,152897821,152897821,152897821,152897821,152897821,152897821,152897821,152897821,152897821,152897821,152899579,152897821,152897815,152897821,152897821,152897821,152897821,152897821,152897821,152897821,152897821,152897821,152897821,152897821,152897821,4294838557,268175645,152897821,84870415,84870415,84870415,84870415,84870415,84869214,6161679,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870431,84870415,85001487,84870415,84870418,84870415,85132559,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84873211,84870415,84870421,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,84870415,4294837519,85329167,84870415,4294901758,4294901758,4294901758,4294901758,4294901758,4294836427,13369342,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294840305,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294840310,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4294901758,4456446,4294901758,268308478,268308478,268308478,268308478,268308478,268304478,6164478,268308478,268308478,268308478,268308478,268308478,268308478,268308478,268308478,268308478,268308478,268305695,268308478,4294840318,268308478,268369918,268308478,4294840318,268308478,268308478,268308478,268308478,268308478,268308478,268308478,268308478,268308478,268308478,268308478,268308478,268308478,268308478,268308478,268308478,268308478,268308478,268308478,268308478,268308478,268308478,268306720,268308478,268369918,268308478,268308478,268308478,268308478,268308478,268308478,268308478,268308478,268308478,268308478,268308478,268308478,4294840318,4294840318,268308478,268374015,268374015,268374015,268374015,268374015,268370014,6164479,268374015,268374015,268374015,268374015,268374015,268374015,268374015,268374015,268374015,268374015,268373691,268374015,4294840319,268374015,268435454,268374015,4294840319,268374015,268374015,268374015,268374015,268374015,268374015,268374015,268374015,268374015,268374015,268374015,268374015,268374015,268374015,268374015,268374015,268374015,268374015,268374015,268374015,268374015,268374015,268435454,268374015,268373697,268374015,268374015,268374015,268374015,268374015,268374015,268374015,268374015,268374015,268374015,268374015,268374015,4294840319,4294840319,268374015,268570626,268570626,268570626,268570626,268570626,268570626,268570626,268570626,268570626,268570626,268570626,268570626,268570626,268570626,268570626,268570626,268570626,268570627,268570626,268701698,268570626,268570626,268570626,268570626,268570626,268570626,268570626,268570626,268570626,268570626,268570626,268570626,268570626,268570626,268570626,268570626,268570626,268570626,268570626,268570626,268570626,268570626,268570626,268570626,268570626,268767234,268898310,268570626,268570626,268570626,268570626,268570626,268570626,268570626,268570626,268570626,268570626,268570626,268570626,268570626,268570626,268570626,268570626,268570626,268963848,268963848,268963848,268963848,268963848,269025279,4294905864,268963848,268963848,268963848,268963848,268963848,268963848,268963848,268963848,268963848,268963848,268963849,268963848,268963848,268963848,268963848,268963848,268963848,268963848,268963848,268963848,268963848,268963848,268963848,268963848,268963848,268963848,268963848,268963848,268963848,268963848,268963848,268963848,268963848,268963848,268963848,268963848,268963848,268963848,268963848,268963850,268963848,268963848,268963848,268963848,268963848,268963848,268963848,268963848,268963848,268963848,268963848,268963848,268963848,268963848,268963848,268963848,268963848,269160459,269160459,269160459,269160459,269160459,269221887,4294905867,269160459,269160459,269160459,269160459,269160459,269160459,269160459,269160459,269160459,269160459,269160459,269160459,269225995,269160459,269160459,269160459,269160459,269160459,269160459,269160459,269160459,269160459,269160459,269160459,269160459,269160459,269160459,269160459,269160459,269160459,269160459,269160459,269160459,269160459,269160459,269160459,269160459,269160459,269160459,269160461,269160459,269160459,269160459,269160459,269160459,269160459,269160459,269160459,269160459,269160459,269160459,269160459,269160459,269160459,269160459,269160459,269160459,269357070,269357070,269357070,269357070,269357070,269357070,269357070,269357070,269357070,269357070,269357070,269357070,269357070,269357070,269357070,269357070,269357070,269357070,269357070,269357070,269357070,269357070,269357070,269357070,269357070,269357070,269357070,269357070,269357070,269357070,269357070,269357070,269357070,269357070,269357070,269357070,269357070,269357070,269357070,269357070,269357070,269357070,269357070,269357070,269357070,269357070,269357070,269357070,269357070,269357070,269357070,269357070,269357070,269357070,269357070,269357070,269357070,269357070,269357070,269357070,269357070,269357070,269357070,269357070,268963848,268963848,268963848,268963848,268963848,268963848,268963848,268963848,268963848,268963848,268963848,268963848,268963848,268963848,268963848,268963848,268963848,268963848,268963848,268963848,268963848,268963848,268963848,268963848,268963848,268963848,268963848,268963848,268963848,268963848,268963848,268963848,268963848,268963848,268963848,268963848,268963848,268963848,268963848,268963848,268963848,268963848,268963848,268963848,268963848,268963848,268963848,268963848,268963848,268963848,268963848,268963848,268963848,268963848,268963848,268963848,268963848,268963848,269488136,268963848,268963848,268963848,268963848,268963848,269160459,269160459,269160459,269160459,269160459,269160459,269160459,269160459,269160459,269160459,269160459,269160459,269160459,269160459,269160459,269160459,269160459,269160459,269160459,269160459,269160459,269160459,269160459,269160459,269160459,269160459,269160459,269160459,269160459,269160459,269160459,269160459,269160459,269160459,269160459,269160459,269160459,269160459,269160459,269160459,269160459,269160459,269160459,269160459,269160459,269160459,269160459,269160459,269160459,269160459,269160459,269160459,269160459,269160459,269160459,269160459,269160459,269160459,269619211,269160459,269160459,269160459,269160459,269160459,269422607,269422607,269422607,269422607,269422607,269484031,4294905871,269422607,269422607,269422607,269422607,269422607,269422607,269422607,269422607,269422607,269422607,269422611,269422607,269422607,269422607,269422607,269422607,269422607,269422607,269422607,269422607,269422607,269422607,269422607,269422607,269422607,269422607,269422607,269422607,269422607,269422607,269422607,269422607,269422607,269422607,269422607,269422607,269422607,269422607,269422607,269422612,269422607,269422607,269422607,269422607,269422607,269422607,269422607,269422607,269422607,269422607,269422607,269422607,269422607,269422607,269422607,269422607,269422607,268963848,268963848,268963848,268963848,268963848,269025279,4294905864,268963848,268963848,268963848,268963848,268963848,268963848,268963848,268963848,268963848,268963848,268963849,268963848,268963848,268963848,268963848,268963848,268963848,269815829,269815829,269815829,269815829,269815829,268963848,268963848,268963848,269815816,269815829,269815829,268963861,268963848,268963848,268963848,268963848,268963848,268963848,268963848,268963848,268963848,268963848,268963850,268963848,269815816,269815829,269815829,268963861,268963848,268963848,268963848,268963848,268963848,268963848,268963848,268963848,268963848,268963848,268963848,268963848,269553681,269553681,269553681,269553681,269553681,269615103,4294905873,269553681,269553681,269553681,269553681,269553681,269553681,269553681,269553681,269553681,269553681,269553681,269553681,269881361,269553681,269553681,269553681,269553681,269553681,269553681,269553681,269553681,269553681,269553681,269553681,269553681,269553681,269553681,269553681,269553681,269553681,269553681,269553681,269553681,269553681,269553681,269553681,269553681,269553681,269553681,269553687,269553681,269553681,269553681,269553681,269553681,269553681,269553681,269553681,269553681,269553681,269553681,269553681,269553681,269553681,269553681,269553681,269553681,269160459,269160459,269160459,269160459,269160459,269221887,4294905867,269160459,269160459,269160459,269160459,269160459,269160459,269160459,269160459,269160459,269160459,269160459,269160459,269225995,269160459,269160459,269160459,269160459,270012440,270012440,270012440,270012440,270012440,269160459,269160459,269160459,270012427,270012440,270012440,269160472,269160459,269160459,269160459,269160459,269160459,269160459,269160459,269160459,269160459,269160459,269160461,269160459,270012427,270012440,270012440,269160472,269160459,269160459,269160459,269160459,269160459,269160459,269160459,269160459,269160459,269160459,269160459,269160459,269422607,269422607,269422607,269422607,269422607,269422607,269422607,269422607,269422607,269422607,269422607,269422607,269422607,269422607,269422607,269422607,269422607,269422607,269422607,269422607,269422607,269422607,269422607,269422607,269422607,269422607,269422607,269422607,269422607,269422607,269422607,269422607,269422607,269422607,269422607,269422607,269422607,269422607,269422607,269422607,269422607,269422607,269422607,269422607,269422607,269422607,269422607,269422607,269422607,269422607,269422607,269422607,269422607,269422607,269422607,269422607,269422607,269422607,270077967,269422607,269422607,269422607,269422607,269422607,268963848,268963848,268963848,268963848,268963848,269025279,4294905864,268963848,268963848,268963848,268963848,268963848,268963848,268963848,268963848,268963848,268963848,268963849,268963848,268963848,268963848,268963848,268963848,268963848,270143514,270143514,270143514,270143514,270143514,268963848,268963848,268963848,270143496,270143514,270143514,268963866,268963848,268963848,268963848,268963848,268963848,268963848,268963848,268963848,268963848,268963848,268963850,268963848,270143496,270143514,270143514,268963866,268963848,268963848,268963848,268963848,268963848,268963848,268963848,268963848,268963848,268963848,268963848,268963848,269553681,269553681,269553681,269553681,269553681,269553681,269553681,269553681,269553681,269553681,269553681,269553681,269553681,269553681,269553681,269553681,269553681,269553681,269553681,269553681,269553681,269553681,269553681,269553681,269553681,269553681,269553681,269553681,269553681,269553681,269553681,269553681,269553681,269553681,269553681,269553681,269553681,269553681,269553681,269553681,269553681,269553681,269553681,269553681,269553681,269553681,269553681,269553681,269553681,269553681,269553681,269553681,269553681,269553681,269553681,269553681,269553681,269553681,270209041,269553681,269553681,269553681,269553681,269553681,269160459,269160459,269160459,269160459,269160459,269221887,4294905867,269160459,269160459,269160459,269160459,269160459,269160459,269160459,269160459,269160459,269160459,269160459,269160459,269225995,269160459,269160459,269160459,269160459,270274588,270274588,270274588,270274588,270274588,269160459,269160459,269160459,270274571,270274588,270274588,269160476,269160459,269160459,269160459,269160459,269160459,269160459,269160459,269160459,269160459,269160459,269160461,269160459,270274571,270274588,270274588,269160476,269160459,269160459,269160459,269160459,269160459,269160459,269160459,269160459,269160459,269160459,269160459,269160459,269422607,269422607,269422607,269422607,269422607,269484031,4294905871,269422607,269422607,269422607,269422607,269422607,269422607,269422607,269422607,269422607,269422607,269422611,269422607,269422607,269422607,269422607,269422607,269422607,270340125,270340125,270340125,270340125,270340125,269422607,269422607,269422607,270340111,270340125,270340125,269422621,269422607,269422607,269422607,269422607,269422607,269422607,269422607,269422607,269422607,269422607,269422612,269422607,270340111,270340125,270340125,269422621,269422607,269422607,269422607,269422607,269422607,269422607,269422607,269422607,269422607,269422607,269422607,269422607,268963848,268963848,268963848,268963848,268963848,269025279,4294905864,268963848,268963848,268963848,268963848,268963848,268963848,268963848,268963848,268963848,268963848,268963849,268963848,268963848,268963848,268963848,268963848,268963848,270405662,270405662,270405662,270405662,270405662,268963848,268963848,268963848,270405640,270405662,270405662,268963870,268963848,268963848,268963848,268963848,268963848,268963848,268963848,268963848,268963848,268963848,268963850,268963848,270405640,270405662,270405662,268963870,268963848,268963848,268963848,268963848,268963848,268963848,268963848,268963848,268963848,268963848,268963848,268963848,269553681,269553681,269553681,269553681,269553681,269615103,4294905873,269553681,269553681,269553681,269553681,269553681,269553681,269553681,269553681,269553681,269553681,269553681,269553681,269881361,269553681,269553681,269553681,269553681,270471199,270471199,270471199,270471199,270471199,269553681,269553681,269553681,270471185,270471199,270471199,269553695,269553681,269553681,269553681,269553681,269553681,269553681,269553681,269553681,269553681,269553681,269553687,269553681,270471185,270471199,270471199,269553695,269553681,269553681,269553681,269553681,269553681,269553681,269553681,269553681,269553681,269553681,269553681,269553681,269160459,269160459,269160459,269160459,269160459,269221887,4294905867,269160459,269160459,269160459,269160459,269160459,269160459,269160459,269160459,269160459,269160459,269160459,269160459,269225995,269160459,269160459,269160459,269160459,270536736,270536736,270536736,270536736,270536736,269160459,269160459,269160459,270536715,270536736,270536736,269160480,269160459,269160459,269160459,269160459,269160459,269160459,269160459,269160459,269160459,269160459,269160461,269160459,270536715,270536736,270536736,269160480,269160459,269160459,269160459,269160459,269160459,269160459,269160459,269160459,269160459,269160459,269160459,269160459,269422607,269422607,269422607,269422607,269422607,269484031,4294905871,269422607,269422607,269422607,269422607,269422607,269422607,269422607,269422607,269422607,269422607,269422611,269422607,269422607,269422607,269422607,269422607,269422607,270602273,270602273,270602273,270602273,270602273,269422607,269422607,269422607,270602255,270602273,270602273,269422625,269422607,269422607,269422607,269422607,269422607,269422607,269422607,269422607,269422607,269422607,269422612,269422607,270602255,270602273,270602273,269422625,269422607,269422607,269422607,269422607,269422607,269422607,269422607,269422607,269422607,269422607,269422607,269422607,269553681,269553681,269553681,269553681,269553681,269615103,4294905873,269553681,269553681,269553681,269553681,269553681,269553681,269553681,269553681,269553681,269553681,269553681,269553681,269881361,269553681,269553681,269553681,269553681,270667810,270667810,270667810,270667810,270667810,269553681,269553681,269553681,270667793,270667810,270667810,269553698,269553681,269553681,269553681,269553681,269553681,269553681,269553681,269553681,269553681,269553681,269553687,269553681,270667793,270667810,270667810,269553698,269553681,269553681,269553681,269553681,269553681,269553681,269553681,269553681,269553681,269553681,269553681,269553681,269422607,269422607,269422607,269422607,269422607,269484031,4294905871,269422607,269422607,269422607,269422607,269422607,269422607,269422607,269422607,269422607,269422607,269422611,269422607,269422607,269422607,269422607,269422607,269422607,270733347,270733347,270733347,270733347,270733347,269422607,269422607,269422607,270733327,270733347,270733347,269422627,269422607,269422607,269422607,269422607,269422607,269422607,269422607,269422607,269422607,269422607,269422612,269422607,270733327,270733347,270733347,269422627,269422607,269422607,269422607,269422607,269422607,269422607,269422607,269422607,269422607,269422607,269422607,269422607,269553681,269553681,269553681,269553681,269553681,269615103,4294905873,269553681,269553681,269553681,269553681,269553681,269553681,269553681,269553681,269553681,269553681,269553681,269553681,269881361,269553681,269553681,269553681,269553681,270798884,270798884,270798884,270798884,270798884,269553681,269553681,269553681,270798865,270798884,270798884,269553700,269553681,269553681,269553681,269553681,269553681,269553681,269553681,269553681,269553681,269553681,269553687,269553681,270798865,270798884,270798884,269553700,269553681,269553681,269553681,269553681,269553681,269553681,269553681,269553681,269553681,269553681,269553681,269553681,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,271126568,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,4294905896,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,270995495,907,11,192,214,22,216,246,22,248,767,22,880,893,22,895,8191,22,8204,8205,22,8304,8591,22,11264,12271,22,12289,55295,22,63744,64975,22,65008,65533,22,0,1,128,1114111,4,12,183,183,22,192,214,22,216,246,22,248,893,22,895,8191,22,8204,8205,22,8255,8256,22,8304,8591,22,11264,12271,22,12289,55295,22,63744,64975,22,65008,65533,22,1,128,1114111,34,1,128,1114111,71,1,128,1114111,44,1,128,1114111,90,1,128,1114111,63,1,128,1114111,66,1,128,1114111,68,1,128,1114111,103,1,128,1114111,94,1,128,1114111,135,1,128,1114111,97,1,128,1114111,153,1,128,1114111,171,1,128,1114111,124,1,128,1114111,126,1,128,1114111,180,1,128,1114111,129,1,128,1114111,133,1,128,1114111,181,1,128,1114111,193,1,128,1114111,137,1,128,1114111,138,1,128,1114111,140,1,128,1114111,142,1,128,1114111,144,1,128,1114111,147,1,128,1114111,172,1,128,1114111,243,1,128,1114111,175,1,128,1114111,203,1,128,1114111,272,1,128,1114111,191,1,128,1114111,195,1,128,1114111,198,1,128,1114111,297,1,128,1114111,202,1,128,1114111,309,1,128,1114111,205,1,128,1114111,209,1,128,1114111,210,1,128,1114111,214,1,128,1114111,217,1,128,1114111,219,1,128,1114111,245,1,128,1114111,248,1,128,1114111,249,1,128,1114111,391,1,128,1114111,262,1,128,1114111,264,1,128,1114111,410,1,128,1114111,267,1,128,1114111,416,1,128,1114111,271,1,128,1114111,425,1,128,1114111,274,1,128,1114111,277,1,128,1114111,279,1,128,1114111,281,1,128,1114111,285,1,128,1114111,457,1,128,1114111,289,1,128,1114111,290,1,128,1114111,291,1,128,1114111,294,1,128,1114111,301,1,128,1114111,302,1,128,1114111,303,1,128,1114111,311,1,128,1114111,315,1,128,1114111,525,1,128,1114111,320,1,128,1114111,322,1,128,1114111,328,1,128,1114111,553,1,128,1114111,333,1,128,1114111,336,1,128,1114111,476,1,128,1114111,340,1,128,1114111,343,1,128,1114111,347,1,128,1114111,348,1,128,1114111,588,1,128,1114111,364,1,128,1114111,372,1,128,1114111,620,1,128,1114111,378,1,128,1114111,637,1,128,1114111,385,1,128,1114111,655,1,128,1114111,392,1,128,1114111,673,1,128,1114111,397,1,128,1114111,401,1,128,1114111,675,1,128,1114111,404,1,128,1114111,408,1,128,1114111,709,1,128,1114111,418,1,128,1114111,724,1,128,1114111,421,1,128,1114111,424,1,128,1114111,427,1,128,1114111,431,1,128,1114111,760,1,128,1114111,436,1,128,1114111,438,1,128,1114111,442,1,128,1114111,449,1,128,1114111,452,1,128,1114111,459,1,128,1114111,462,1,128,1114111,463,1,128,1114111,464,1,128,1114111,465,1,128,1114111,470,1,128,1114111,474,1,128,1114111,842,1,128,1114111,479,1,128,1114111,483,1,128,1114111,484,1,128,1114111,485,1,128,1114111,868,1,128,1114111,489,1,128,1114111,490,1,128,1114111,491,1,128,1114111,891,1,128,1114111,500,1,128,1114111,844,1,128,1114111,502,1,128,1114111,506,1,128,1114111,507,1,128,1114111,913,1,128,1114111,917,1,128,1114111,516,1,128,1114111,518,1,128,1114111,521,1,128,1114111,530,1,128,1114111,532,1,128,1114111,970,1,128,1114111,545,1,128,1114111,979,1,128,1114111,549,1,128,1114111,554,1,128,1114111,560,1,128,1114111,561,1,128,1114111,660,1,128,1114111,573,1,128,1114111,574,1,128,1114111,1029,1,128,1114111,583,1,128,1114111,589,1,128,1114111,590,1,128,1114111,592,1,128,1114111,1075,1,128,1114111,610,1,128,1114111,615,1,128,1114111,619,1,128,1114111,622,1,128,1114111,623,1,128,1114111,625,1,128,1114111,629,1,128,1114111,633,1,128,1114111,636,1,128,1114111,1146,1,128,1114111,649,1,128,1114111,653,1,128,1114111,1147,1,128,1114111,1158,1,128,1114111,657,1,128,1114111,658,1,128,1114111,669,1,128,1114111,679,1,128,1114111,933,1,128,1114111,753,1,128,1114111,937,1,128,1114111,687,1,128,1114111,1219,1,128,1114111,767,1,128,1114111,958,1,128,1114111,701,1,128,1114111,1238,1,128,1114111,704,1,128,1114111,706,1,128,1114111,1254,1,128,1114111,711,1,128,1114111,715,1,128,1114111,1256,1,128,1114111,718,1,128,1114111,722,1,128,1114111,1295,1,128,1114111,726,1,128,1114111,730,1,128,1114111,733,1,128,1114111,735,1,128,1114111,739,1,128,1114111,741,1,128,1114111,743,1,128,1114111,1346,1,128,1114111,751,1,128,1114111,756,1,128,1114111,765,1,128,1114111,1385,1,128,1114111,785,1,128,1114111,1203,1,128,1114111,788,1,128,1114111,792,1,128,1114111,798,1,128,1114111,1423,1,128,1114111,806,1,128,1114111,807,1,128,1114111,808,1,128,1114111,812,1,128,1114111,818,1,128,1114111,819,1,128,1114111,820,1,128,1114111,1470,1,128,1114111,823,1,128,1114111,826,1,128,1114111,828,1,128,1114111,829,1,128,1114111,830,1,128,1114111,835,1,128,1114111,839,1,128,1114111,847,1,128,1114111,852,1,128,1114111,853,1,128,1114111,854,1,128,1114111,857,1,128,1114111,862,1,128,1114111,863,1,128,1114111,866,1,128,1114111,872,1,128,1114111,876,1,128,1114111,877,1,128,1114111,878,1,128,1114111,1472,1,128,1114111,881,1,128,1114111,884,1,128,1114111,886,1,128,1114111,887,1,128,1114111,888,1,128,1114111,895,1,128,1114111,912,1,128,1114111,918,1,128,1114111,920,1,128,1114111,924,1,128,1114111,926,1,128,1114111,943,1,128,1114111,1655,1,128,1114111,948,1,128,1114111,961,1,128,1114111,1680,1,128,1114111,966,1,128,1114111,1689,1,128,1114111,971,1,128,1114111,1713,1,128,1114111,991,1,128,1114111,992,1,128,1114111,993,1,128,1114111,1000,1,128,1114111,1003,1,128,1114111,1005,1,128,1114111,1009,1,128,1114111,1010,1,128,1114111,1011,1,128,1114111,1014,1,128,1114111,1771,1,128,1114111,1442,1,128,1114111,1036,1,128,1114111,1027,1,128,1114111,1792,1,128,1114111,1031,1,128,1114111,1032,1,128,1114111,1058,1,128,1114111,1812,1,128,1114111,1826,1,128,1114111,1047,1,128,1114111,1049,1,128,1114111,1053,1,128,1114111,1847,1,128,1114111,1854,1,128,1114111,1061,1,128,1114111,1869,1,128,1114111,1076,1,128,1114111,1890,1,128,1114111,1078,1,128,1114111,1081,1,128,1114111,1905,1,128,1114111,1105,1,128,1114111,1930,1,128,1114111,1100,1,128,1114111,1104,1,128,1114111,1955,1,128,1114111,1107,1,128,1114111,1111,1,128,1114111,1114,1,128,1114111,1120,1,128,1114111,1124,1,128,1114111,1128,1,128,1114111,2008,1,128,1114111,1134,1,128,1114111,2020,1,128,1114111,1168,1,128,1114111,2046,1,128,1114111,1160,1,128,1114111,1163,1,128,1114111,2065,1,128,1114111,1167,1,128,1114111,2076,1,128,1114111,1170,1,128,1114111,1174,1,128,1114111,2098,1,128,1114111,1184,1,128,1114111,1188,1,128,1114111,1898,1,128,1114111,1247,1,128,1114111,1198,1,128,1114111,1199,1,128,1114111,2145,1,128,1114111,1207,1,128,1114111,1209,1,128,1114111,1212,1,128,1114111,2122,1,128,1114111,1218,1,128,1114111,2147,1,128,1114111,1226,1,128,1114111,1231,1,128,1114111,1239,1,128,1114111,2219,1,128,1114111,1260,1,128,1114111,2237,1,128,1114111,2244,1,128,1114111,1265,1,128,1114111,2256,1,128,1114111,1271,1,128,1114111,2260,1,128,1114111,1277,1,128,1114111,2281,1,128,1114111,1281,1,128,1114111,2300,1,128,1114111,1290,1,128,1114111,1333,1,128,1114111,2316,1,128,1114111,1297,1,128,1114111,1301,1,128,1114111,2318,1,128,1114111,1304,1,128,1114111,1308,1,128,1114111,1314,1,128,1114111,1316,1,128,1114111,1319,1,128,1114111,2379,1,128,1114111,1327,1,128,1114111,1337,1,128,1114111,1343,1,128,1114111,1348,1,128,1114111,1352,1,128,1114111,1354,1,128,1114111,2229,1,128,1114111,1365,1,128,1114111,2447,1,128,1114111,1370,1,128,1114111,2298,1,128,1114111,2468,1,128,1114111,2473,1,128,1114111,1386,1,128,1114111,1391,1,128,1114111,1398,1,128,1114111,1406,1,128,1114111,1415,1,128,1114111,1420,1,128,1114111,2520,1,128,1114111,1427,1,128,1114111,1428,1,128,1114111,1429,1,128,1114111,1430,1,128,1114111,1436,1,128,1114111,1440,1,128,1114111,1445,1,128,1114111,1451,1,128,1114111,1452,1,128,1114111,1453,1,128,1114111,2590,1,128,1114111,1458,1,128,1114111,1475,1,128,1114111,1487,1,128,1114111,1489,1,128,1114111,1490,1,128,1114111,1493,1,128,1114111,1507,1,128,1114111,1515,1,128,1114111,1516,1,128,1114111,1519,1,128,1114111,1524,1,128,1114111,1569,1,128,1114111,1538,1,128,1114111,1539,1,128,1114111,1540,1,128,1114111,1547,1,128,1114111,1562,1,128,1114111,1566,1,128,1114111,1575,1,128,1114111,1577,1,128,1114111,1578,1,128,1114111,1581,1,128,1114111,2762,1,128,1114111,2775,1,128,1114111,1602,1,128,1114111,1603,1,128,1114111,1604,1,128,1114111,1605,1,128,1114111,1611,1,128,1114111,1615,1,128,1114111,2810,1,128,1114111,1621,1,128,1114111,1623,1,128,1114111,1627,1,128,1114111,2178,1,128,1114111,1632,1,128,1114111,1636,1,128,1114111,1639,1,128,1114111,1647,1,128,1114111,1650,1,128,1114111,1653,1,128,1114111,1660,1,128,1114111,2842,1,128,1114111,1662,1,128,1114111,1666,1,128,1114111,1669,1,128,1114111,1676,1,128,1114111,1679,1,128,1114111,1688,1,128,1114111,1698,1,128,1114111,2934,1,128,1114111,1706,1,128,1114111,1707,1,128,1114111,1708,1,128,1114111,1714,1,128,1114111,1718,1,128,1114111,1719,1,128,1114111,1720,1,128,1114111,1723,1,128,1114111,1728,1,128,1114111,1738,1,128,1114111,1739,1,128,1114111,2987,1,128,1114111,1746,1,128,1114111,2053,1,128,1114111,2051,1,128,1114111,1750,1,128,1114111,1757,1,128,1114111,3027,1,128,1114111,1765,1,128,1114111,1769,1,128,1114111,2045,1,128,1114111,1772,1,128,1114111,1773,1,128,1114111,1775,1,128,1114111,1783,1,128,1114111,1794,1,128,1114111,3085,1,128,1114111,1797,1,128,1114111,1856,1,128,1114111,3105,1,128,1114111,1803,1,128,1114111,1818,1,128,1114111,1807,1,128,1114111,3125,1,128,1114111,1813,1,128,1114111,1819,1,128,1114111,1822,1,128,1114111,1825,1,128,1114111,3150,1,128,1114111,3074,1,128,1114111,1833,1,128,1114111,3073,1,128,1114111,1837,1,128,1114111,3174,1,128,1114111,2650,1,128,1114111,1846,1,128,1114111,1848,1,128,1114111,3197,1,128,1114111,1851,1,128,1114111,3208,1,128,1114111,1858,1,128,1114111,1871,1,128,1114111,1874,1,128,1114111,1881,1,128,1114111,1884,1,128,1114111,3252,1,128,1114111,1892,1,128,1114111,1895,1,128,1114111,3267,1,128,1114111,3277,1,128,1114111,1904,1,128,1114111,3296,1,128,1114111,1907,1,128,1114111,3269,1,128,1114111,3322,1,128,1114111,1920,1,128,1114111,3340,1,128,1114111,1925,1,128,1114111,3347,1,128,1114111,1929,1,128,1114111,1932,1,128,1114111,1935,1,128,1114111,1939,1,128,1114111,1943,1,128,1114111,1947,1,128,1114111,1949,1,128,1114111,1957,1,128,1114111,1961,1,128,1114111,3412,1,128,1114111,3419,1,128,1114111,1966,1,128,1114111,1971,1,128,1114111,3437,1,128,1114111,1979,1,128,1114111,1987,1,128,1114111,1990,1,128,1114111,1997,1,128,1114111,3478,1,128,1114111,2000,1,128,1114111,2005,1,128,1114111,2006,1,128,1114111,3497,1,128,1114111,2696,1,128,1114111,3514,1,128,1114111,2015,1,128,1114111,2019,1,128,1114111,3530,1,128,1114111,2022,1,128,1114111,2023,1,128,1114111,2025,1,128,1114111,2036,1,128,1114111,2038,1,128,1114111,3571,1,128,1114111,2041,1,128,1114111,3577,1,128,1114111,3583,1,128,1114111,2048,1,128,1114111,2058,1,128,1114111,2059,1,128,1114111,2062,1,128,1114111,2069,1,128,1114111,2070,1,128,1114111,2078,1,128,1114111,2082,1,128,1114111,3647,1,128,1114111,2087,1,128,1114111,2089,1,128,1114111,2100,1,128,1114111,2104,1,128,1114111,3305,1,128,1114111,2825,1,128,1114111,2414,1,128,1114111,2829,1,128,1114111,2115,1,128,1114111,2120,1,128,1114111,3725,1,128,1114111,2126,1,128,1114111,2130,1,128,1114111,2133,1,128,1114111,2268,1,128,1114111,2137,1,128,1114111,2282,1,128,1114111,2140,1,128,1114111,2151,1,128,1114111,2158,1,128,1114111,2162,1,128,1114111,2166,1,128,1114111,3796,1,128,1114111,3804,1,128,1114111,3758,1,128,1114111,2173,1,128,1114111,2177,1,128,1114111,2204,1,128,1114111,2212,1,128,1114111,2771,1,128,1114111,3868,1,128,1114111,2221,1,128,1114111,2225,1,128,1114111,2231,1,128,1114111,3897,1,128,1114111,2235,1,128,1114111,2242,1,128,1114111,3921,1,128,1114111,2249,1,128,1114111,3935,1,128,1114111,3943,1,128,1114111,3957,1,128,1114111,3950,1,128,1114111,2270,1,128,1114111,3976,1,128,1114111,3988,1,128,1114111,2287,1,128,1114111,2290,1,128,1114111,4008,1,128,1114111,2302,1,128,1114111,4024,1,128,1114111,3906,1,128,1114111,4041,1,128,1114111,2322,1,128,1114111,4060,1,128,1114111,4067,1,128,1114111,2327,1,128,1114111,4080,1,128,1114111,2333,1,128,1114111,4094,1,128,1114111,2339,1,128,1114111,65534,1,128,1114111,2343,1,128,1114111,2352,1,128,1114111,2369,1,128,1114111,2363,1,128,1114111,2373,1,128,1114111,2389,1,128,1114111,2393,1,128,1114111,2412,1,128,1114111,2418,1,128,1114111,4068,1,128,1114111,2423,1,128,1114111,2427,1,128,1114111,3986,1,128,1114111,2430,1,128,1114111,2435,1,128,1114111,2441,1,128,1114111,2445,1,128,1114111,2452,1,128,1114111,2454,1,128,1114111,2458,1,128,1114111,3914,1,128,1114111,2461,1,128,1114111,2482,1,128,1114111,2486,1,128,1114111,3697,1,128,1114111,2521,1,128,1114111,2524,1,128,1114111,2527,1,128,1114111,2528,1,128,1114111,2529,1,128,1114111,2538,1,128,1114111,2540,1,128,1114111,2543,1,128,1114111,2546,1,128,1114111,2550,1,128,1114111,2551,1,128,1114111,2552,1,128,1114111,2559,1,128,1114111,2563,1,128,1114111,2574,1,128,1114111,2575,1,128,1114111,2576,1,128,1114111,2580,1,128,1114111,2585,1,128,1114111,2586,1,128,1114111,2589,1,128,1114111,2591,1,128,1114111,2597,1,128,1114111,2601,1,128,1114111,2604,1,128,1114111,2608,1,128,1114111,2617,1,128,1114111,2624,1,128,1114111,2632,1,128,1114111,2635,1,128,1114111,2757,1,128,1114111,2655,1,128,1114111,2660,1,128,1114111,2665,1,128,1114111,2750,1,128,1114111,2676,1,128,1114111,2680,1,128,1114111,2683,1,128,1114111,2694,1,128,1114111,2699,1,128,1114111,2702,1,128,1114111,2706,1,128,1114111,2707,1,128,1114111,2708,1,128,1114111,2729,1,128,1114111,2713,1,128,1114111,2717,1,128,1114111,2721,1,128,1114111,2724,1,128,1114111,2732,1,128,1114111,2736,1,128,1114111,2743,1,128,1114111,2753,1,128,1114111,2945,1,128,1114111,2766,1,128,1114111,2780,1,128,1114111,2788,1,128,1114111,2790,1,128,1114111,2791,1,128,1114111,2794,1,128,1114111,2809,1,128,1114111,2815,1,128,1114111,2817,1,128,1114111,2837,1,128,1114111,2845,1,128,1114111,2854,1,128,1114111,2858,1,128,1114111,2863,1,128,1114111,2867,1,128,1114111,2877,1,128,1114111,2887,1,128,1114111,2891,1,128,1114111,2897,1,128,1114111,2901,1,128,1114111,2912,1,128,1114111,2921,1,128,1114111,2926,1,128,1114111,2942,1,128,1114111,2955,1,128,1114111,2957,1,128,1114111,2958,1,128,1114111,2965,1,128,1114111,2976,1,128,1114111,3560,1,128,1114111,2981,1,128,1114111,2994,1,128,1114111,2985,1,128,1114111,2989,1,128,1114111,2990,1,128,1114111,3059,1,128,1114111,3001,1,128,1114111,3003,1,128,1114111,3007,1,128,1114111,3016,1,128,1114111,3028,1,128,1114111,3035,1,128,1114111,3043,1,128,1114111,3582,1,128,1114111,3039,1,128,1114111,3048,1,128,1114111,3050,1,128,1114111,3054,1,128,1114111,3062,1,128,1114111,3084,1,128,1114111,3088,1,128,1114111,3091,1,128,1114111,3097,1,128,1114111,3102,1,128,1114111,3107,1,128,1114111,3111,1,128,1114111,3182,1,128,1114111,3122,1,128,1114111,3126,1,128,1114111,3128,1,128,1114111,3134,1,128,1114111,3136,1,128,1114111,3139,1,128,1114111,3149,1,128,1114111,3151,1,128,1114111,3154,1,128,1114111,3173,1,128,1114111,3175,1,128,1114111,3179,1,128,1114111,3185,1,128,1114111,3196,1,128,1114111,3199,1,128,1114111,3206,1,128,1114111,3216,1,128,1114111,3235,1,128,1114111,3509,1,128,1114111,3249,1,128,1114111,3258,1,128,1114111,3260,1,128,1114111,3266,1,128,1114111,3272,1,128,1114111,3279,1,128,1114111,3280,1,128,1114111,3282,1,128,1114111,3287,1,128,1114111,3291,1,128,1114111,3294,1,128,1114111,3300,1,128,1114111,3318,1,128,1114111,3323,1,128,1114111,3325,1,128,1114111,3329,1,128,1114111,3336,1,128,1114111,3349,1,128,1114111,3352,1,128,1114111,3358,1,128,1114111,3363,1,128,1114111,3367,1,128,1114111,3373,1,128,1114111,3381,1,128,1114111,3386,1,128,1114111,3394,1,128,1114111,3397,1,128,1114111,3398,1,128,1114111,3405,1,128,1114111,3409,1,128,1114111,3417,1,128,1114111,3420,1,128,1114111,3425,1,128,1114111,3439,1,128,1114111,3446,1,128,1114111,3449,1,128,1114111,3459,1,128,1114111,3460,1,128,1114111,3475,1,128,1114111,3476,1,128,1114111,3492,1,128,1114111,3498,1,128,1114111,3499,1,128,1114111,3501,1,128,1114111,3515,1,128,1114111,3540,1,128,1114111,3532,1,128,1114111,3535,1,128,1114111,3539,1,128,1114111,3542,1,128,1114111,3546,1,128,1114111,3550,1,128,1114111,3564,1,128,1114111,3579,1,128,1114111,3585,1,128,1114111,3589,1,128,1114111,3594,1,128,1114111,3599,1,128,1114111,3600,1,128,1114111,3605,1,128,1114111,3609,1,128,1114111,3613,1,128,1114111,3617,1,128,1114111,3618,1,128,1114111,3627,1,128,1114111,3629,1,128,1114111,3638,1,128,1114111,3640,1,128,1114111,3643,1,128,1114111,3652,1,128,1114111,3654,1,128,1114111,3684,1,128,1114111,3798,1,128,1114111,3691,1,128,1114111,3701,1,128,1114111,3705,1,128,1114111,3710,1,128,1114111,3719,1,128,1114111,3723,1,128,1114111,3727,1,128,1114111,3731,1,128,1114111,3850,1,128,1114111,3738,1,128,1114111,3741,1,128,1114111,3745,1,128,1114111,3749,1,128,1114111,3753,1,128,1114111,3762,1,128,1114111,3777,1,128,1114111,3782,1,128,1114111,3789,1,128,1114111,3791,1,128,1114111,3802,1,128,1114111,3803,1,128,1114111,3812,1,128,1114111,3823,1,128,1114111,3841,1,128,1114111,3862,1,128,1114111,3870,1,128,1114111,3874,1,128,1114111,3879,1,128,1114111,3885,1,128,1114111,3894,1,128,1114111,3910,1,128,1114111,3898,1,128,1114111,3900,1,128,1114111,3919,1,128,1114111,3994,1,128,1114111,3989,1,128,1114111,3929,1,128,1114111,3936,1,128,1114111,3953,1,128,1114111,3958,1,128,1114111,3972,1,128,1114111,3978,1,128,1114111,3982,1,128,1114111,3998,1,128,1114111,4009,1,128,1114111,4032,1,128,1114111,4037,1,128,1114111,4043,1,128,1114111,4047,1,128,1114111,4052,1,128,1114111,4054,1,128,1114111,4058,1,128,1114111,4065,1,128,1114111,4073,1,128,1114111,4082,1,128,1114111,4086,1,128,1114111,4095,1,128,1114111,4098,1,128,1114111,4104,1,128,1114111,4107,1,128,1114111,4110,1,128,1114111,4111,1,128,1114111,4113,1,128,1114111,4135,326,49,0,1,2,49,0,46,0,0,42,0,0,5,0,0,30,0,0,31,0,0,38,0,0,40,0,0,28,0,0,44,0,0,3,0,0,3,0,0,26,0,0,29,0,0,34,0,0,36,0,0,35,0,0,37,0,0,45,0,0,48,0,0,6,0,1,1,6,0,48,0,0,48,0,0,48,0,0,48,0,0,48,0,0,48,0,0,48,0,0,48,0,0,48,0,0,48,0,0,41,0,0,32,0,0,47,0,0,4,0,0,39,0,0,33,0,0,43,0,0,2,0,1,0,2,0,27,0,0,48,0,0,48,0,0,48,0,0,48,0,0,48,0,0,48,0,0,48,0,0,48,0,0,48,0,0,48,0,0,48,0,0,48,0,0,48,0,0,48,0,0,48,0,0,48,0,0,7,0,0,5,1,0,5,0,0,1,1,1,0,1,0,48,0,0,48,0,0,48,0,0,48,0,0,48,0,0,48,0,0,48,0,0,48,0,0,48,0,0,48,0,0,48,0,0,48,0,0,48,0,0,48,0,0,48,0,0,48,0,0,48,0,0,4,1,0,5,0,0,0,1,1,0,0,0,1,0,1,0,1,0,48,0,0,48,0,0,48,0,0,48,0,0,48,0,0,48,0,0,48,0,0,48,0,0,25,0,0,48,0,0,48,0,0,48,0,0,48,0,0,48,0,0,48,0,0,48,0,0,48,0,0,7,0,0,7,0,0,5,1,0,5,0,0,1,0,1,0,1,0,0,0,1,0,0,0,0,1,1,0,0,0,23,0,0,48,0,0,48,0,0,48,0,0,48,0,0,48,0,0,14,0,0,48,0,0,48,0,0,48,0,0,48,0,0,48,0,0,48,0,0,48,0,0,48,0,0,48,0,0,7,0,0,5,1,0,5,0,0,0,0,1,0,0,0,48,0,0,48,0,0,48,0,0,48,0,0,12,0,0,21,0,0,48,0,0,15,0,0,48,0,0,48,0,0,18,0,0,48,0,0,22,0,0,48,0,0,7,1,0,7,0,0,7,0,0,5,1,0,48,0,0,24,0,0,48,0,0,16,0,0,48,0,0,19,0,0,48,0,0,20,0,0,10,0,0,7,0,0,7,1,0,7,0,0,7,0,0,7,0,0,5,1,0,48,0,0,13,0,0,9,0,0,48,0,0,7,1,0,7,1,0,7,0,0,7,0,0,7,0,0,7,0,0,7,0,0,7,0,0,7,0,0,7,0,0,7,0,0,7,1,0,7,0,0,7,0,0,7,0,0,7,0,0,7,0,0,11,0,0,17,0,0,7,0,0,7,0,0,7,0,0,7,0,0,7,0,0,7,0,0,7,0,0,7,0,0,7,0,0,7,0,0,7,0,0,7,0,0,7,1,0,7,0,0,7,0,0,7,0,0,7,1,0,7,0,0,7,0,0,7,1,0,7,1,0,7,1,0,7,1,0,7,0,0,7,0,0,7,0,0,7,0,0,7,0,0,7,0,0,7,0,0,7,0,0,7,0,0,7,0,0,7,0,0,7,0,0,7,0,0,7,1,0,7,0,0,7,0,0,7,0,0,7,0,0,7,0,0,7,0,0,7,0,0,7,0,0,7,0,0,7,0,0,7,0,0,7,0,0,7,0,0,7,0,0,7,0,0,7,0,0,7,0,0,7,0,0,7,0,0,7,0,0,7,0,0,7,0,0,7,0,0,7,0,0,7,1,0,7,0,0,7,0,0,7,0,0,7,1,0,7,0,0,7,0,0,7,0,0,7,1,0,7,0,0,7,0,0,7,1,0,7,1,0,7,1,0,7,1,0,7,1,0,7,1,0,7,1,0,7,0,0,7,0,0,7,0,0,7,0,0,7,0,0,7,0,0,7,0,0,7,0,0,7,0,0,7,0,0,7,0,0,7,0,0,7,0,0,7,0,0,7,0,0,7,0,0,7,0,0,7,0,0,7,0,0,7,1,0,7,0,0,7,0,0,7,0,0,7,0,0,7,1,0,7,0,0,7,0,0,7,0,0,7,0,0,7,0,0,7,0,0,7,0,0,7,0,0,7,0,0,7,0,0,7,0,0,7,0,0,7,0,0,7,0,0,7,0,0,7,0,0,7,0,0,7,0,0,7,0,0,7,0,0,7,0,0,7,0,0,7,0,0,7,0,0,7,0,0,7,0,0,55,1,1,6,55,0,56,0,0,56,0,0,56,0,0,50,0,2,3,50,0,4,50,0,56,0,0,54,0,1,5,54,0,52,0,1,3,52,0,53,0,1,3,53,0,51,0,1,3,51,0,52,1,1,3,52,0,53,1,1,3,53,0,59,1,1,6,59,0,57,0,1,7,57,0,58,0,1,6,58,0,4138,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,1,123,123,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,1,123,123,1,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,1,123,123,2,4294967295,0,4294967295,0,4294967295,1,123,123,3,4294967295,1,123,123,4,4294967295,0,4294967295,1,123,123,5,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,1,123,123,6,4294967295,1,123,123,7,4294967295,0,4294967295,0,4294967295,0,4294967295,1,123,123,8,4294967295,1,123,123,9,4294967295,1,123,123,10,4294967295,1,123,123,11,4294967295,1,123,123,12,4294967295,1,123,123,13,4294967295,1,123,123,14,4294967295,0,4294967295,0,4294967295,0,4294967295,1,123,123,15,4294967295,0,4294967295,1,123,123,16,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,1,123,123,17,4294967295,0,4294967295,1,123,123,18,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,1,123,123,19,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,1,123,123,20,4294967295,1,123,123,21,4294967295,0,4294967295,0,4294967295,1,123,123,22,4294967295,0,4294967295,1,123,123,23,4294967295,1,123,123,24,4294967295,1,123,123,25,4294967295,1,123,123,26,4294967295,1,123,123,27,4294967295,1,123,123,28,4294967295,1,123,123,29,4294967295,1,123,123,30,4294967295,1,123,123,31,4294967295,1,123,123,32,4294967295,1,123,123,33,4294967295,1,123,123,34,4294967295,1,123,123,35,4294967295,1,123,123,36,4294967295,1,123,123,37,4294967295,1,123,123,38,4294967295,1,123,123,39,4294967295,1,123,123,40,4294967295,1,123,123,41,4294967295,1,123,123,42,4294967295,0,4294967295,1,123,123,43,4294967295,0,4294967295,0,4294967295,1,123,123,44,4294967295,1,123,123,45,4294967295,0,4294967295,1,123,123,46,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,1,123,123,47,4294967295,0,4294967295,0,4294967295,1,123,123,48,4294967295,0,4294967295,0,4294967295,1,123,123,49,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,1,123,123,50,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,1,123,123,51,4294967295,0,4294967295,1,123,123,52,4294967295,0,4294967295,0,4294967295,0,4294967295,1,123,123,53,4294967295,1,123,123,54,4294967295,0,4294967295,0,4294967295,1,123,123,55,4294967295,1,123,123,56,4294967295,1,123,123,57,4294967295,1,123,123,58,4294967295,1,123,123,59,4294967295,1,123,123,60,4294967295,1,123,123,61,4294967295,1,123,123,62,4294967295,0,4294967295,0,4294967295,1,123,123,63,4294967295,1,123,123,64,4294967295,0,4294967295,1,123,123,65,4294967295,1,123,123,66,4294967295,1,123,123,67,4294967295,1,123,123,68,4294967295,1,123,123,69,4294967295,1,123,123,70,4294967295,1,123,123,71,4294967295,1,123,123,72,4294967295,1,123,123,73,4294967295,1,123,123,74,4294967295,1,123,123,75,4294967295,1,123,123,76,4294967295,1,123,123,77,4294967295,1,123,123,78,4294967295,1,123,123,79,4294967295,1,123,123,80,4294967295,1,123,123,81,4294967295,1,123,123,82,4294967295,1,123,123,83,4294967295,1,123,123,84,4294967295,1,123,123,85,4294967295,1,123,123,86,4294967295,1,123,123,87,4294967295,1,123,123,88,4294967295,1,123,123,89,4294967295,1,123,123,90,4294967295,1,123,123,91,4294967295,1,123,123,92,4294967295,1,123,123,93,4294967295,1,123,123,94,4294967295,1,123,123,95,4294967295,1,123,123,96,4294967295,1,123,123,97,4294967295,1,123,123,98,4294967295,1,123,123,99,4294967295,1,123,123,100,4294967295,1,123,123,101,4294967295,1,123,123,102,4294967295,1,123,123,103,4294967295,1,123,123,104,4294967295,1,123,123,105,4294967295,1,123,123,106,4294967295,1,123,123,107,4294967295,1,123,123,108,4294967295,1,123,123,109,4294967295,1,123,123,110,4294967295,1,123,123,111,4294967295,0,4294967295,0,4294967295,1,123,123,112,4294967295,0,4294967295,1,123,123,113,4294967295,0,4294967295,0,4294967295,0,4294967295,1,123,123,114,4294967295,1,123,123,115,4294967295,0,4294967295,1,123,123,116,4294967295,0,4294967295,1,123,123,117,4294967295,0,4294967295,1,123,123,118,4294967295,1,123,123,119,4294967295,1,123,123,120,4294967295,1,123,123,121,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,1,123,123,122,4294967295,0,4294967295,0,4294967295,1,123,123,123,4294967295,1,123,123,124,4294967295,1,123,123,125,4294967295,1,123,123,126,4294967295,1,123,123,127,4294967295,0,4294967295,1,123,123,128,4294967295,1,123,123,129,4294967295,0,4294967295,1,123,123,130,4294967295,0,4294967295,0,4294967295,1,123,123,131,4294967295,1,123,123,132,4294967295,1,123,123,133,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,1,123,123,134,4294967295,0,4294967295,0,4294967295,1,123,123,135,4294967295,0,4294967295,1,123,123,136,4294967295,1,123,123,137,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,1,123,123,138,4294967295,1,123,123,139,4294967295,1,123,123,140,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,1,123,123,141,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,1,123,123,142,4294967295,1,123,123,143,4294967295,1,123,123,144,4294967295,1,123,123,145,4294967295,1,123,123,146,4294967295,1,123,123,147,4294967295,0,4294967295,0,4294967295,1,123,123,148,4294967295,1,123,123,149,4294967295,1,123,123,150,4294967295,1,123,123,151,4294967295,1,123,123,152,4294967295,1,123,123,153,4294967295,1,123,123,154,4294967295,1,123,123,155,4294967295,1,123,123,156,4294967295,1,123,123,157,4294967295,1,123,123,158,4294967295,1,123,123,159,4294967295,1,123,123,160,4294967295,1,123,123,161,4294967295,1,123,123,162,4294967295,1,123,123,163,4294967295,1,123,123,164,4294967295,1,123,123,165,4294967295,0,4294967295,1,123,123,166,4294967295,1,123,123,167,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,1,123,123,168,4294967295,1,123,123,169,4294967295,1,123,123,170,4294967295,0,4294967295,1,123,123,171,4294967295,1,123,123,172,4294967295,0,4294967295,0,4294967295,1,123,123,173,4294967295,1,123,123,174,4294967295,1,123,123,175,4294967295,1,123,123,176,4294967295,1,123,123,177,4294967295,1,123,123,178,4294967295,1,123,123,179,4294967295,0,4294967295,1,123,123,180,4294967295,1,123,123,181,4294967295,1,123,123,182,4294967295,1,123,123,183,4294967295,1,123,123,184,4294967295,1,123,123,185,4294967295,1,123,123,186,4294967295,1,123,123,187,4294967295,1,123,123,188,4294967295,1,123,123,189,4294967295,1,123,123,190,4294967295,0,4294967295,1,123,123,191,4294967295,0,4294967295,0,4294967295,1,123,123,192,4294967295,1,123,123,193,4294967295,1,123,123,194,4294967295,1,123,123,195,4294967295,0,4294967295,1,123,123,196,4294967295,1,123,123,197,4294967295,1,123,123,198,4294967295,1,123,123,199,4294967295,1,123,123,200,4294967295,0,4294967295,1,123,123,201,4294967295,1,123,123,202,4294967295,1,123,123,203,4294967295,1,123,123,204,4294967295,1,123,123,205,4294967295,1,123,123,206,4294967295,1,123,123,207,4294967295,1,123,123,208,4294967295,1,123,123,209,4294967295,1,123,123,210,4294967295,0,4294967295,1,123,123,211,4294967295,1,123,123,212,4294967295,0,4294967295,1,123,123,213,4294967295,1,123,123,214,4294967295,0,4294967295,1,123,123,215,4294967295,1,123,123,216,4294967295,1,123,123,217,4294967295,1,123,123,218,4294967295,1,123,123,219,4294967295,1,123,123,220,4294967295,1,123,123,221,4294967295,1,123,123,222,4294967295,1,123,123,223,4294967295,1,123,123,224,4294967295,1,123,123,225,4294967295,1,123,123,226,4294967295,1,123,123,227,4294967295,1,123,123,228,4294967295,1,123,123,229,4294967295,1,123,123,230,4294967295,1,123,123,231,4294967295,1,123,123,232,4294967295,1,123,123,233,4294967295,1,123,123,234,4294967295,1,123,123,235,4294967295,1,123,123,236,4294967295,1,123,123,237,4294967295,1,123,123,238,4294967295,1,123,123,239,4294967295,1,123,123,240,4294967295,1,123,123,241,4294967295,1,123,123,242,4294967295,1,123,123,243,4294967295,1,123,123,244,4294967295,1,123,123,245,4294967295,1,123,123,246,4294967295,1,123,123,247,4294967295,1,123,123,248,4294967295,1,123,123,249,4294967295,1,123,123,250,4294967295,1,123,123,251,4294967295,1,123,123,252,4294967295,1,123,123,253,4294967295,1,123,123,254,4294967295,1,123,123,255,4294967295,1,123,123,256,4294967295,1,123,123,257,4294967295,1,123,123,258,4294967295,1,123,123,259,4294967295,1,123,123,260,4294967295,1,123,123,261,4294967295,1,123,123,262,4294967295,1,123,123,263,4294967295,1,123,123,264,4294967295,0,4294967295,0,4294967295,1,123,123,265,4294967295,1,123,123,266,4294967295,1,123,123,267,4294967295,1,123,123,268,4294967295,1,123,123,269,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,1,123,123,270,4294967295,0,4294967295,1,123,123,271,4294967295,0,4294967295,1,123,123,272,4294967295,1,123,123,273,4294967295,1,123,123,274,4294967295,1,123,123,275,4294967295,1,123,123,276,4294967295,0,4294967295,1,123,123,277,4294967295,0,4294967295,1,123,123,278,4294967295,0,4294967295,1,123,123,279,4294967295,1,123,123,280,4294967295,1,123,123,281,4294967295,0,4294967295,0,4294967295,1,123,123,282,4294967295,1,123,123,283,4294967295,1,123,123,284,4294967295,1,123,123,285,4294967295,1,123,123,286,4294967295,1,123,123,287,4294967295,1,123,123,288,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,1,123,123,289,4294967295,1,123,123,290,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,1,123,123,291,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,1,123,123,292,4294967295,1,123,123,293,4294967295,0,4294967295,0,4294967295,1,123,123,294,4294967295,1,123,123,295,4294967295,1,123,123,296,4294967295,1,123,123,297,4294967295,1,123,123,298,4294967295,1,123,123,299,4294967295,0,4294967295,1,123,123,300,4294967295,1,123,123,301,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,1,123,123,302,4294967295,0,4294967295,1,123,123,303,4294967295,1,123,123,304,4294967295,0,4294967295,1,123,123,305,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,1,123,123,306,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,1,123,123,307,4294967295,1,123,123,308,4294967295,0,4294967295,0,4294967295,0,4294967295,1,123,123,309,4294967295,1,123,123,310,4294967295,1,123,123,311,4294967295,1,123,123,312,4294967295,1,123,123,313,4294967295,1,123,123,314,4294967295,1,123,123,315,4294967295,0,4294967295,0,4294967295,1,123,123,316,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,1,123,123,317,4294967295,0,4294967295,0,4294967295,0,4294967295,1,123,123,318,4294967295,1,123,123,319,4294967295,0,4294967295,1,123,123,320,4294967295,1,123,123,321,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,1,123,123,322,4294967295,1,123,123,323,4294967295,0,4294967295,0,4294967295,1,123,123,324,4294967295,0,4294967295,1,123,123,325,4294967295,0,4294967295,0,4294967295,0,4294967295,1,123,123,326,4294967295,1,123,123,327,4294967295,0,4294967295,0,4294967295,1,123,123,328,4294967295,1,123,123,329,4294967295,0,4294967295,0,4294967295,1,123,123,330,4294967295,0,4294967295,0,4294967295,1,123,123,331,4294967295,0,4294967295,1,123,123,332,4294967295,0,4294967295,1,123,123,333,4294967295,1,123,123,334,4294967295,1,123,123,335,4294967295,1,123,123,336,4294967295,1,123,123,337,4294967295,1,123,123,338,4294967295,1,123,123,339,4294967295,1,123,123,340,4294967295,1,123,123,341,4294967295,1,123,123,342,4294967295,1,123,123,343,4294967295,1,123,123,344,4294967295,1,123,123,345,4294967295,1,123,123,346,4294967295,1,123,123,347,4294967295,1,123,123,348,4294967295,1,123,123,349,4294967295,1,123,123,350,4294967295,1,123,123,351,4294967295,1,123,123,352,4294967295,1,123,123,353,4294967295,1,123,123,354,4294967295,1,123,123,355,4294967295,1,123,123,356,4294967295,1,123,123,357,4294967295,1,123,123,358,4294967295,1,123,123,359,4294967295,1,123,123,360,4294967295,1,123,123,361,4294967295,1,123,123,362,4294967295,1,123,123,363,4294967295,1,123,123,364,4294967295,1,123,123,365,4294967295,1,123,123,366,4294967295,0,4294967295,0,4294967295,1,123,123,367,4294967295,1,123,123,368,4294967295,0,4294967295,1,123,123,369,4294967295,1,123,123,370,4294967295,1,123,123,371,4294967295,1,123,123,372,4294967295,1,123,123,373,4294967295,1,123,123,374,4294967295,1,123,123,375,4294967295,1,123,123,376,4294967295,1,123,123,377,4294967295,1,123,123,378,4294967295,1,123,123,379,4294967295,1,123,123,380,4294967295,1,123,123,381,4294967295,1,123,123,382,4294967295,1,123,123,383,4294967295,1,123,123,384,4294967295,1,123,123,385,4294967295,1,123,123,386,4294967295,1,123,123,387,4294967295,1,123,123,388,4294967295,1,123,123,389,4294967295,1,123,123,390,4294967295,1,123,123,391,4294967295,1,123,123,392,4294967295,1,123,123,393,4294967295,1,123,123,394,4294967295,1,123,123,395,4294967295,1,123,123,396,4294967295,1,123,123,397,4294967295,1,123,123,398,4294967295,1,123,123,399,4294967295,1,123,123,400,4294967295,1,123,123,401,4294967295,0,4294967295,0,4294967295,1,123,123,402,4294967295,1,123,123,403,4294967295,0,4294967295,1,123,123,404,4294967295,0,4294967295,0,4294967295,1,123,123,405,4294967295,1,123,123,406,4294967295,1,123,123,407,4294967295,0,4294967295,1,123,123,408,4294967295,0,4294967295,1,123,123,409,4294967295,1,123,123,410,4294967295,0,4294967295,0,4294967295,1,123,123,411,4294967295,1,123,123,412,4294967295,1,123,123,413,4294967295,1,123,123,414,4294967295,1,123,123,415,4294967295,1,123,123,416,4294967295,1,123,123,417,4294967295,1,123,123,418,4294967295,1,123,123,419,4294967295,1,123,123,420,4294967295,1,123,123,421,4294967295,1,123,123,422,4294967295,1,123,123,423,4294967295,1,123,123,424,4294967295,1,123,123,425,4294967295,1,123,123,426,4294967295,1,123,123,427,4294967295,1,123,123,428,4294967295,1,123,123,429,4294967295,1,123,123,430,4294967295,1,123,123,431,4294967295,1,123,123,432,4294967295,1,123,123,433,4294967295,0,4294967295,1,123,123,434,4294967295,1,123,123,435,4294967295,1,123,123,436,4294967295,0,4294967295,0,4294967295,1,123,123,437,4294967295,1,123,123,438,4294967295,0,4294967295,1,123,123,439,4294967295,1,123,123,440,4294967295,1,123,123,441,4294967295,1,123,123,442,4294967295,1,123,123,443,4294967295,1,123,123,444,4294967295,1,123,123,445,4294967295,1,123,123,446,4294967295,1,123,123,447,4294967295,1,123,123,448,4294967295,1,123,123,449,4294967295,1,123,123,450,4294967295,1,123,123,451,4294967295,1,123,123,452,4294967295,0,4294967295,1,123,123,453,4294967295,0,4294967295,0,4294967295,0,4294967295,1,123,123,454,4294967295,0,4294967295,1,123,123,455,4294967295,1,123,123,456,4294967295,0,4294967295,1,123,123,457,4294967295,1,123,123,458,4294967295,1,123,123,459,4294967295,1,123,123,460,4294967295,1,123,123,461,4294967295,1,123,123,462,4294967295,1,123,123,463,4294967295,0,4294967295,1,123,123,464,4294967295,0,4294967295,1,123,123,465,4294967295,0,4294967295,1,123,123,466,4294967295,1,123,123,467,4294967295,1,123,123,468,4294967295,1,123,123,469,4294967295,1,123,123,470,4294967295,1,123,123,471,4294967295,1,123,123,472,4294967295,1,123,123,473,4294967295,1,123,123,474,4294967295,1,123,123,475,4294967295,1,123,123,476,4294967295,1,123,123,477,4294967295,1,123,123,478,4294967295,0,4294967295,1,123,123,479,4294967295,1,123,123,480,4294967295,1,123,123,481,4294967295,0,4294967295,0,4294967295,1,123,123,482,4294967295,1,123,123,483,4294967295,0,4294967295,1,123,123,484,4294967295,1,123,123,485,4294967295,1,123,123,486,4294967295,1,123,123,487,4294967295,1,123,123,488,4294967295,1,123,123,489,4294967295,1,123,123,490,4294967295,1,123,123,491,4294967295,1,123,123,492,4294967295,1,123,123,493,4294967295,1,123,123,494,4294967295,1,123,123,495,4294967295,1,123,123,496,4294967295,1,123,123,497,4294967295,0,4294967295,1,123,123,498,4294967295,0,4294967295,0,4294967295,1,123,123,499,4294967295,1,123,123,500,4294967295,1,123,123,501,4294967295,1,123,123,502,4294967295,1,123,123,503,4294967295,0,4294967295,1,123,123,504,4294967295,1,123,123,505,4294967295,1,123,123,506,4294967295,1,123,123,507,4294967295,1,123,123,508,4294967295,1,123,123,509,4294967295,1,123,123,510,4294967295,1,123,123,511,4294967295,1,123,123,512,4294967295,1,123,123,513,4294967295,1,123,123,514,4294967295,1,123,123,515,4294967295,1,123,123,516,4294967295,1,123,123,517,4294967295,1,123,123,518,4294967295,1,123,123,519,4294967295,1,123,123,520,4294967295,1,123,123,521,4294967295,1,123,123,522,4294967295,1,123,123,523,4294967295,1,123,123,524,4294967295,0,4294967295,1,123,123,525,4294967295,1,123,123,526,4294967295,0,4294967295,0,4294967295,1,123,123,527,4294967295,1,123,123,528,4294967295,1,123,123,529,4294967295,1,123,123,530,4294967295,1,123,123,531,4294967295,1,123,123,532,4294967295,1,123,123,533,4294967295,1,123,123,534,4294967295,1,123,123,535,4294967295,1,123,123,536,4294967295,1,123,123,537,4294967295,1,123,123,538,4294967295,1,123,123,539,4294967295,1,123,123,540,4294967295,1,123,123,541,4294967295,1,123,123,542,4294967295,0,4294967295,1,123,123,543,4294967295,1,123,123,544,4294967295,0,4294967295,0,4294967295,1,123,123,545,4294967295,1,123,123,546,4294967295,1,123,123,547,4294967295,1,123,123,548,4294967295,1,123,123,549,4294967295,1,123,123,550,4294967295,1,123,123,551,4294967295,1,123,123,552,4294967295,1,123,123,553,4294967295,1,123,123,554,4294967295,1,123,123,555,4294967295,1,123,123,556,4294967295,1,123,123,557,4294967295,1,123,123,558,4294967295,1,123,123,559,4294967295,1,123,123,560,4294967295,1,123,123,561,4294967295,1,123,123,562,4294967295,1,123,123,563,4294967295,1,123,123,564,4294967295,1,123,123,565,4294967295,1,123,123,566,4294967295,1,123,123,567,4294967295,1,123,123,568,4294967295,1,123,123,569,4294967295,1,123,123,570,4294967295,1,123,123,571,4294967295,1,123,123,572,4294967295,1,123,123,573,4294967295,1,123,123,574,4294967295,1,123,123,575,4294967295,1,123,123,576,4294967295,1,123,123,577,4294967295,0,4294967295,1,123,123,578,4294967295,1,123,123,579,4294967295,1,123,123,580,4294967295,1,123,123,581,4294967295,0,4294967295,0,4294967295,0,4294967295,1,123,123,582,4294967295,1,123,123,583,4294967295,0,4294967295,1,123,123,584,4294967295,0,4294967295,0,4294967295,1,123,123,585,4294967295,1,123,123,586,4294967295,0,4294967295,1,123,123,587,4294967295,1,123,123,588,4294967295,1,123,123,589,4294967295,1,123,123,590,4294967295,1,123,123,591,4294967295,1,123,123,592,4294967295,1,123,123,593,4294967295,1,123,123,594,4294967295,0,4294967295,0,4294967295,0,4294967295,1,123,123,595,4294967295,1,123,123,596,4294967295,0,4294967295,0,4294967295,1,123,123,597,4294967295,1,123,123,598,4294967295,0,4294967295,1,123,123,599,4294967295,0,4294967295,1,123,123,600,4294967295,1,123,123,601,4294967295,1,123,123,602,4294967295,1,123,123,603,4294967295,1,123,123,604,4294967295,1,123,123,605,4294967295,1,123,123,606,4294967295,1,123,123,607,4294967295,1,123,123,608,4294967295,1,123,123,609,4294967295,0,4294967295,1,123,123,610,4294967295,1,123,123,611,4294967295,0,4294967295,1,123,123,612,4294967295,1,123,123,613,4294967295,1,123,123,614,4294967295,1,123,123,615,4294967295,1,123,123,616,4294967295,1,123,123,617,4294967295,1,123,123,618,4294967295,1,123,123,619,4294967295,1,123,123,620,4294967295,1,123,123,621,4294967295,1,123,123,622,4294967295,1,123,123,623,4294967295,1,123,123,624,4294967295,1,123,123,625,4294967295,1,123,123,626,4294967295,1,123,123,627,4294967295,1,123,123,628,4294967295,1,123,123,629,4294967295,1,123,123,630,4294967295,1,123,123,631,4294967295,0,4294967295,0,4294967295,0,4294967295,1,123,123,632,4294967295,1,123,123,633,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,1,123,123,634,4294967295,0,4294967295,0,4294967295,1,123,123,635,4294967295,1,123,123,636,4294967295,1,123,123,637,4294967295,0,4294967295,1,123,123,638,4294967295,0,4294967295,0,4294967295,0,4294967295,1,123,123,639,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,1,123,123,640,4294967295,0,4294967295,0,4294967295,0,4294967295,1,123,123,641,4294967295,1,123,123,642,4294967295,1,123,123,643,4294967295,1,123,123,644,4294967295,1,123,123,645,4294967295,0,4294967295,0,4294967295,1,123,123,646,4294967295,1,123,123,647,4294967295,1,123,123,648,4294967295,1,123,123,649,4294967295,1,123,123,650,4294967295,1,123,123,651,4294967295,1,123,123,652,4294967295,1,123,123,653,4294967295,1,123,123,654,4294967295,1,123,123,655,4294967295,1,123,123,656,4294967295,1,123,123,657,4294967295,1,123,123,658,4294967295,1,123,123,659,4294967295,1,123,123,660,4294967295,1,123,123,661,4294967295,1,123,123,662,4294967295,1,123,123,663,4294967295,1,123,123,664,4294967295,0,4294967295,1,123,123,665,4294967295,0,4294967295,0,4294967295,0,4294967295,1,123,123,666,4294967295,1,123,123,667,4294967295,1,123,123,668,4294967295,1,123,123,669,4294967295,0,4294967295,1,123,123,670,4294967295,0,4294967295,0,4294967295,0,4294967295,1,123,123,671,4294967295,1,123,123,672,4294967295,1,123,123,673,4294967295,1,123,123,674,4294967295,1,123,123,675,4294967295,1,123,123,676,4294967295,1,123,123,677,4294967295,0,4294967295,0,4294967295,1,123,123,678,4294967295,0,4294967295,0,4294967295,1,123,123,679,4294967295,0,4294967295,0,4294967295,1,123,123,680,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,1,123,123,681,4294967295,1,123,123,682,4294967295,0,4294967295,0,4294967295,0,4294967295,1,123,123,683,4294967295,1,123,123,684,4294967295,1,123,123,685,4294967295,1,123,123,686,4294967295,1,123,123,687,4294967295,1,123,123,688,4294967295,1,123,123,689,4294967295,1,123,123,690,4294967295,1,123,123,691,4294967295,1,123,123,692,4294967295,1,123,123,693,4294967295,1,123,123,694,4294967295,1,123,123,695,4294967295,1,123,123,696,4294967295,1,123,123,697,4294967295,1,123,123,698,4294967295,1,123,123,699,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,1,123,123,700,4294967295,1,123,123,701,4294967295,0,4294967295,1,123,123,702,4294967295,1,123,123,703,4294967295,0,4294967295,0,4294967295,1,123,123,704,4294967295,0,4294967295,0,4294967295,1,123,123,705,4294967295,1,123,123,706,4294967295,1,123,123,707,4294967295,1,123,123,708,4294967295,0,4294967295,0,4294967295,1,123,123,709,4294967295,1,123,123,710,4294967295,0,4294967295,0,4294967295,1,123,123,711,4294967295,0,4294967295,1,123,123,712,4294967295,1,123,123,713,4294967295,0,4294967295,0,4294967295,1,123,123,714,4294967295,1,123,123,715,4294967295,0,4294967295,0,4294967295,0,4294967295,1,123,123,716,4294967295,1,123,123,717,4294967295,0,4294967295,0,4294967295,0,4294967295,1,123,123,718,4294967295,0,4294967295,0,4294967295,0,4294967295,1,123,123,719,4294967295,1,123,123,720,4294967295,1,123,123,721,4294967295,0,4294967295,1,123,123,722,4294967295,1,123,123,723,4294967295,1,123,123,724,4294967295,0,4294967295,1,123,123,725,4294967295,1,123,123,726,4294967295,0,4294967295,0,4294967295,1,123,123,727,4294967295,1,123,123,728,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,1,123,123,729,4294967295,0,4294967295,0,4294967295,1,123,123,730,4294967295,1,123,123,731,4294967295,1,123,123,732,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,1,123,123,733,4294967295,1,123,123,734,4294967295,0,4294967295,0,4294967295,1,123,123,735,4294967295,1,123,123,736,4294967295,1,123,123,737,4294967295,1,123,123,738,4294967295,1,123,123,739,4294967295,1,123,123,740,4294967295,1,123,123,741,4294967295,1,123,123,742,4294967295,1,123,123,743,4294967295,1,123,123,744,4294967295,1,123,123,745,4294967295,1,123,123,746,4294967295,1,123,123,747,4294967295,1,123,123,748,4294967295,1,123,123,749,4294967295,1,123,123,750,4294967295,1,123,123,751,4294967295,1,123,123,752,4294967295,1,123,123,753,4294967295,1,123,123,754,4294967295,1,123,123,755,4294967295,1,123,123,756,4294967295,1,123,123,757,4294967295,1,123,123,758,4294967295,1,123,123,759,4294967295,1,123,123,760,4294967295,1,123,123,761,4294967295,1,123,123,762,4294967295,1,123,123,763,4294967295,1,123,123,764,4294967295,1,123,123,765,4294967295,1,123,123,766,4294967295,1,123,123,767,4294967295,1,123,123,768,4294967295,1,123,123,769,4294967295,1,123,123,770,4294967295,1,123,123,771,4294967295,1,123,123,772,4294967295,1,123,123,773,4294967295,1,123,123,774,4294967295,1,123,123,775,4294967295,1,123,123,776,4294967295,1,123,123,777,4294967295,1,123,123,778,4294967295,1,123,123,779,4294967295,1,123,123,780,4294967295,1,123,123,781,4294967295,1,123,123,782,4294967295,1,123,123,783,4294967295,1,123,123,784,4294967295,1,123,123,785,4294967295,1,123,123,786,4294967295,1,123,123,787,4294967295,1,123,123,788,4294967295,1,123,123,789,4294967295,1,123,123,790,4294967295,1,123,123,791,4294967295,1,123,123,792,4294967295,1,123,123,793,4294967295,1,123,123,794,4294967295,1,123,123,795,4294967295,1,123,123,796,4294967295,1,123,123,797,4294967295,1,123,123,798,4294967295,1,123,123,799,4294967295,1,123,123,800,4294967295,1,123,123,801,4294967295,1,123,123,802,4294967295,1,123,123,803,4294967295,1,123,123,804,4294967295,1,123,123,805,4294967295,1,123,123,806,4294967295,1,123,123,807,4294967295,1,123,123,808,4294967295,1,123,123,809,4294967295,1,123,123,810,4294967295,1,123,123,811,4294967295,1,123,123,812,4294967295,1,123,123,813,4294967295,1,123,123,814,4294967295,1,123,123,815,4294967295,1,123,123,816,4294967295,1,123,123,817,4294967295,1,123,123,818,4294967295,1,123,123,819,4294967295,1,123,123,820,4294967295,0,4294967295,0,4294967295,0,4294967295,1,123,123,821,4294967295,1,123,123,822,4294967295,1,123,123,823,4294967295,1,123,123,824,4294967295,1,123,123,825,4294967295,1,123,123,826,4294967295,1,123,123,827,4294967295,1,123,123,828,4294967295,1,123,123,829,4294967295,1,123,123,830,4294967295,1,123,123,831,4294967295,1,123,123,832,4294967295,1,123,123,833,4294967295,1,123,123,834,4294967295,1,123,123,835,4294967295,1,123,123,836,4294967295,1,123,123,837,4294967295,1,123,123,838,4294967295,1,123,123,839,4294967295,1,123,123,840,4294967295,1,123,123,841,4294967295,1,123,123,842,4294967295,1,123,123,843,4294967295,1,123,123,844,4294967295,1,123,123,845,4294967295,1,123,123,846,4294967295,1,123,123,847,4294967295,1,123,123,848,4294967295,1,123,123,849,4294967295,1,123,123,850,4294967295,1,123,123,851,4294967295,1,123,123,852,4294967295,1,123,123,853,4294967295,1,123,123,854,4294967295,1,123,123,855,4294967295,1,123,123,856,4294967295,1,123,123,857,4294967295,1,123,123,858,4294967295,1,123,123,859,4294967295,1,123,123,860,4294967295,1,123,123,861,4294967295,1,123,123,862,4294967295,1,123,123,863,4294967295,1,123,123,864,4294967295,1,123,123,865,4294967295,1,123,123,866,4294967295,1,123,123,867,4294967295,1,123,123,868,4294967295,1,123,123,869,4294967295,0,4294967295,1,123,123,870,4294967295,0,4294967295,1,123,123,871,4294967295,1,123,123,872,4294967295,0,4294967295,1,123,123,873,4294967295,0,4294967295,1,123,123,874,4294967295,0,4294967295,0,4294967295,1,123,123,875,4294967295,1,123,123,876,4294967295,0,4294967295,1,123,123,877,4294967295,1,123,123,878,4294967295,1,123,123,879,4294967295,1,123,123,880,4294967295,1,123,123,881,4294967295,1,123,123,882,4294967295,0,4294967295,1,123,123,883,4294967295,1,123,123,884,4294967295,1,123,123,885,4294967295,0,4294967295,1,123,123,886,4294967295,1,123,123,887,4294967295,0,4294967295,1,123,123,888,4294967295,1,123,123,889,4294967295,1,123,123,890,4294967295,1,123,123,891,4294967295,1,123,123,892,4294967295,1,123,123,893,4294967295,1,123,123,894,4294967295,1,123,123,895,4294967295,1,123,123,896,4294967295,0,4294967295,1,123,123,897,4294967295,1,123,123,898,4294967295,1,123,123,899,4294967295,1,123,123,900,4294967295,1,123,123,901,4294967295,1,123,123,902,4294967295,1,123,123,903,4294967295,1,123,123,904,4294967295,1,123,123,905,4294967295,1,123,123,906,4294967295,1,123,123,907,4294967295,1,123,123,908,4294967295,0,4294967295,1,123,123,909,4294967295,0,4294967295,0,4294967295,1,123,123,910,4294967295,1,123,123,911,4294967295,1,123,123,912,4294967295,1,123,123,913,4294967295,1,123,123,914,4294967295,1,123,123,915,4294967295,0,4294967295,1,123,123,916,4294967295,1,123,123,917,4294967295,1,123,123,918,4294967295,1,123,123,919,4294967295,1,123,123,920,4294967295,1,123,123,921,4294967295,1,123,123,922,4294967295,1,123,123,923,4294967295,1,123,123,924,4294967295,1,123,123,925,4294967295,1,123,123,926,4294967295,0,4294967295,0,4294967295,1,123,123,927,4294967295,1,123,123,928,4294967295,0,4294967295,0,4294967295,1,123,123,929,4294967295,1,123,123,930,4294967295,1,123,123,931,4294967295,1,123,123,932,4294967295,0,4294967295,0,4294967295,0,4294967295,1,123,123,933,4294967295,1,123,123,934,4294967295,0,4294967295,0,4294967295,1,123,123,935,4294967295,0,4294967295,1,123,123,936,4294967295,1,123,123,937,4294967295,1,123,123,938,4294967295,1,123,123,939,4294967295,1,123,123,940,4294967295,0,4294967295,1,123,123,941,4294967295,1,123,123,942,4294967295,1,123,123,943,4294967295,0,4294967295,1,123,123,944,4294967295,1,123,123,945,4294967295,1,123,123,946,4294967295,1,123,123,947,4294967295,1,123,123,948,4294967295,1,123,123,949,4294967295,1,123,123,950,4294967295,1,123,123,951,4294967295,1,123,123,952,4294967295,1,123,123,953,4294967295,1,123,123,954,4294967295,1,123,123,955,4294967295,1,123,123,956,4294967295,0,4294967295,1,123,123,957,4294967295,1,123,123,958,4294967295,0,4294967295,1,123,123,959,4294967295,1,123,123,960,4294967295,1,123,123,961,4294967295,1,123,123,962,4294967295,0,4294967295,1,123,123,963,4294967295,1,123,123,964,4294967295,1,123,123,965,4294967295,0,4294967295,1,123,123,966,4294967295,1,123,123,967,4294967295,1,123,123,968,4294967295,1,123,123,969,4294967295,1,123,123,970,4294967295,1,123,123,971,4294967295,1,123,123,972,4294967295,1,123,123,973,4294967295,0,4294967295,1,123,123,974,4294967295,0,4294967295,0,4294967295,1,123,123,975,4294967295,1,123,123,976,4294967295,0,4294967295,0,4294967295,1,123,123,977,4294967295,1,123,123,978,4294967295,1,123,123,979,4294967295,1,123,123,980,4294967295,0,4294967295,1,123,123,981,4294967295,1,123,123,982,4294967295,1,123,123,983,4294967295,1,123,123,984,4294967295,1,123,123,985,4294967295,1,123,123,986,4294967295,1,123,123,987,4294967295,1,123,123,988,4294967295,1,123,123,989,4294967295,1,123,123,990,4294967295,1,123,123,991,4294967295,1,123,123,992,4294967295,0,4294967295,1,123,123,993,4294967295,0,4294967295,1,123,123,994,4294967295,1,123,123,995,4294967295,0,4294967295,0,4294967295,0,4294967295,1,123,123,996,4294967295,1,123,123,997,4294967295,0,4294967295,0,4294967295,1,123,123,998,4294967295,1,123,123,999,4294967295,0,4294967295,0,4294967295,1,123,123,1000,4294967295,1,123,123,1001,4294967295,0,4294967295,1,123,123,1002,4294967295,1,123,123,1003,4294967295,1,123,123,1004,4294967295,1,123,123,1005,4294967295,1,123,123,1006,4294967295,0,4294967295,1,123,123,1007,4294967295,1,123,123,1008,4294967295,1,123,123,1009,4294967295,0,4294967295,1,123,123,1010,4294967295,1,123,123,1011,4294967295,1,123,123,1012,4294967295,1,123,123,1013,4294967295,1,123,123,1014,4294967295,1,123,123,1015,4294967295,1,123,123,1016,4294967295,1,123,123,1017,4294967295,0,4294967295,0,4294967295,1,123,123,1018,4294967295,1,123,123,1019,4294967295,1,123,123,1020,4294967295,1,123,123,1021,4294967295,1,123,123,1022,4294967295,1,123,123,1023,4294967295,1,123,123,1024,4294967295,1,123,123,1025,4294967295,0,4294967295,1,123,123,1026,4294967295,0,4294967295,1,123,123,1027,4294967295,1,123,123,1028,4294967295,0,4294967295,1,123,123,1029,4294967295,1,123,123,1030,4294967295,1,123,123,1031,4294967295,1,123,123,1032,4294967295,1,123,123,1033,4294967295,0,4294967295,0,4294967295,1,123,123,1034,4294967295,1,123,123,1035,4294967295,0,4294967295,0,4294967295,1,123,123,1036,4294967295,1,123,123,1037,4294967295,1,123,123,1038,4294967295,1,123,123,1039,4294967295,1,123,123,1040,4294967295,1,123,123,1041,4294967295,1,123,123,1042,4294967295,1,123,123,1043,4294967295,1,123,123,1044,4294967295,1,123,123,1045,4294967295,1,123,123,1046,4294967295,1,123,123,1047,4294967295,1,123,123,1048,4294967295,1,123,123,1049,4294967295,1,123,123,1050,4294967295,1,123,123,1051,4294967295,1,123,123,1052,4294967295,1,123,123,1053,4294967295,1,123,123,1054,4294967295,0,4294967295,0,4294967295,1,123,123,1055,4294967295,1,123,123,1056,4294967295,1,123,123,1057,4294967295,1,123,123,1058,4294967295,1,123,123,1059,4294967295,1,123,123,1060,4294967295,1,123,123,1061,4294967295,1,123,123,1062,4294967295,1,123,123,1063,4294967295,1,123,123,1064,4294967295,1,123,123,1065,4294967295,1,123,123,1066,4294967295,1,123,123,1067,4294967295,0,4294967295,1,123,123,1068,4294967295,1,123,123,1069,4294967295,1,123,123,1070,4294967295,1,123,123,1071,4294967295,1,123,123,1072,4294967295,1,123,123,1073,4294967295,1,123,123,1074,4294967295,1,123,123,1075,4294967295,1,123,123,1076,4294967295,1,123,123,1077,4294967295,1,123,123,1078,4294967295,1,123,123,1079,4294967295,1,123,123,1080,4294967295,1,123,123,1081,4294967295,0,4294967295,0,4294967295,1,123,123,1082,4294967295,1,123,123,1083,4294967295,1,123,123,1084,4294967295,1,123,123,1085,4294967295,1,123,123,1086,4294967295,1,123,123,1087,4294967295,1,123,123,1088,4294967295,1,123,123,1089,4294967295,1,123,123,1090,4294967295,1,123,123,1091,4294967295,1,123,123,1092,4294967295,1,123,123,1093,4294967295,1,123,123,1094,4294967295,1,123,123,1095,4294967295,1,123,123,1096,4294967295,1,123,123,1097,4294967295,1,123,123,1098,4294967295,1,123,123,1099,4294967295,1,123,123,1100,4294967295,1,123,123,1101,4294967295,0,4294967295,1,123,123,1102,4294967295,1,123,123,1103,4294967295,1,123,123,1104,4294967295,1,123,123,1105,4294967295,1,123,123,1106,4294967295,1,123,123,1107,4294967295,1,123,123,1108,4294967295,1,123,123,1109,4294967295,1,123,123,1110,4294967295,1,123,123,1111,4294967295,1,123,123,1112,4294967295,1,123,123,1113,4294967295,1,123,123,1114,4294967295,1,123,123,1115,4294967295,1,123,123,1116,4294967295,1,123,123,1117,4294967295,1,123,123,1118,4294967295,1,123,123,1119,4294967295,1,123,123,1120,4294967295,0,4294967295,1,123,123,1121,4294967295,1,123,123,1122,4294967295,1,123,123,1123,4294967295,1,123,123,1124,4294967295,1,123,123,1125,4294967295,1,123,123,1126,4294967295,1,123,123,1127,4294967295,1,123,123,1128,4294967295,1,123,123,1129,4294967295,1,123,123,1130,4294967295,1,123,123,1131,4294967295,0,4294967295,1,123,123,1132,4294967295,1,123,123,1133,4294967295,1,123,123,1134,4294967295,1,123,123,1135,4294967295,1,123,123,1136,4294967295,1,123,123,1137,4294967295,1,123,123,1138,4294967295,0,4294967295,1,123,123,1139,4294967295,1,123,123,1140,4294967295,0,4294967295,1,123,123,1141,4294967295,1,123,123,1142,4294967295,0,4294967295,0,4294967295,1,123,123,1143,4294967295,1,123,123,1144,4294967295,0,4294967295,1,123,123,1145,4294967295,1,123,123,1146,4294967295,1,123,123,1147,4294967295,1,123,123,1148,4294967295,1,123,123,1149,4294967295,0,4294967295,0,4294967295,0,4294967295,1,123,123,1150,4294967295,1,123,123,1151,4294967295,1,123,123,1152,4294967295,1,123,123,1153,4294967295,0,4294967295,1,123,123,1154,4294967295,1,123,123,1155,4294967295,0,4294967295,0,4294967295,1,123,123,1156,4294967295,1,123,123,1157,4294967295,1,123,123,1158,4294967295,1,123,123,1159,4294967295,1,123,123,1160,4294967295,1,123,123,1161,4294967295,1,123,123,1162,4294967295,1,123,123,1163,4294967295,1,123,123,1164,4294967295,1,123,123,1165,4294967295,0,4294967295,1,123,123,1166,4294967295,1,123,123,1167,4294967295,0,4294967295,1,123,123,1168,4294967295,0,4294967295,1,123,123,1169,4294967295,1,123,123,1170,4294967295,1,123,123,1171,4294967295,1,123,123,1172,4294967295,1,123,123,1173,4294967295,1,123,123,1174,4294967295,1,123,123,1175,4294967295,0,4294967295,1,123,123,1176,4294967295,0,4294967295,0,4294967295,1,123,123,1177,4294967295,1,123,123,1178,4294967295,1,123,123,1179,4294967295,1,123,123,1180,4294967295,1,123,123,1181,4294967295,1,123,123,1182,4294967295,1,123,123,1183,4294967295,1,123,123,1184,4294967295,1,123,123,1185,4294967295,0,4294967295,1,123,123,1186,4294967295,1,123,123,1187,4294967295,1,123,123,1188,4294967295,1,123,123,1189,4294967295,1,123,123,1190,4294967295,1,123,123,1191,4294967295,1,123,123,1192,4294967295,1,123,123,1193,4294967295,1,123,123,1194,4294967295,1,123,123,1195,4294967295,1,123,123,1196,4294967295,1,123,123,1197,4294967295,1,123,123,1198,4294967295,1,123,123,1199,4294967295,1,123,123,1200,4294967295,1,123,123,1201,4294967295,1,123,123,1202,4294967295,1,123,123,1203,4294967295,1,123,123,1204,4294967295,1,123,123,1205,4294967295,1,123,123,1206,4294967295,1,123,123,1207,4294967295,1,123,123,1208,4294967295,1,123,123,1209,4294967295,1,123,123,1210,4294967295,0,4294967295,1,123,123,1211,4294967295,1,123,123,1212,4294967295,0,4294967295,1,123,123,1213,4294967295,1,123,123,1214,4294967295,1,123,123,1215,4294967295,1,123,123,1216,4294967295,1,123,123,1217,4294967295,1,123,123,1218,4294967295,1,123,123,1219,4294967295,1,123,123,1220,4294967295,1,123,123,1221,4294967295,1,123,123,1222,4294967295,1,123,123,1223,4294967295,1,123,123,1224,4294967295,1,123,123,1225,4294967295,1,123,123,1226,4294967295,1,123,123,1227,4294967295,1,123,123,1228,4294967295,1,123,123,1229,4294967295,1,123,123,1230,4294967295,1,123,123,1231,4294967295,1,123,123,1232,4294967295,1,123,123,1233,4294967295,1,123,123,1234,4294967295,1,123,123,1235,4294967295,1,123,123,1236,4294967295,1,123,123,1237,4294967295,1,123,123,1238,4294967295,1,123,123,1239,4294967295,1,123,123,1240,4294967295,1,123,123,1241,4294967295,1,123,123,1242,4294967295,1,123,123,1243,4294967295,1,123,123,1244,4294967295,1,123,123,1245,4294967295,1,123,123,1246,4294967295,1,123,123,1247,4294967295,1,123,123,1248,4294967295,1,123,123,1249,4294967295,1,123,123,1250,4294967295,1,123,123,1251,4294967295,1,123,123,1252,4294967295,1,123,123,1253,4294967295,1,123,123,1254,4294967295,1,123,123,1255,4294967295,1,123,123,1256,4294967295,1,123,123,1257,4294967295,1,123,123,1258,4294967295,1,123,123,1259,4294967295,1,123,123,1260,4294967295,1,123,123,1261,4294967295,1,123,123,1262,4294967295,0,4294967295,1,123,123,1263,4294967295,0,4294967295,0,4294967295,0,4294967295,1,123,123,1264,4294967295,0,4294967295,0,4294967295,0,4294967295,1,123,123,1265,4294967295,0,4294967295,1,123,123,1266,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,1,123,123,1267,4294967295,0,4294967295,1,123,123,1268,4294967295,1,123,123,1269,4294967295,0,4294967295,1,123,123,1270,4294967295,0,4294967295,0,4294967295,1,123,123,1271,4294967295,0,4294967295,1,123,123,1272,4294967295,1,123,123,1273,4294967295,1,123,123,1274,4294967295,1,123,123,1275,4294967295,1,123,123,1276,4294967295,0,4294967295,1,123,123,1277,4294967295,1,123,123,1278,4294967295,1,123,123,1279,4294967295,1,123,123,1280,4294967295,1,123,123,1281,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,1,123,123,1282,4294967295,0,4294967295,0,4294967295,1,123,123,1283,4294967295,0,4294967295,1,123,123,1284,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,1,123,123,1285,4294967295,1,123,123,1286,4294967295,0,4294967295,0,4294967295,1,123,123,1287,4294967295,1,123,123,1288,4294967295,1,123,123,1289,4294967295,1,123,123,1290,4294967295,1,123,123,1291,4294967295,1,123,123,1292,4294967295,0,4294967295,1,123,123,1293,4294967295,1,123,123,1294,4294967295,1,123,123,1295,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,1,123,123,1296,4294967295,1,123,123,1297,4294967295,0,4294967295,1,123,123,1298,4294967295,1,123,123,1299,4294967295,1,123,123,1300,4294967295,1,123,123,1301,4294967295,1,123,123,1302,4294967295,1,123,123,1303,4294967295,1,123,123,1304,4294967295,1,123,123,1305,4294967295,1,123,123,1306,4294967295,1,123,123,1307,4294967295,1,123,123,1308,4294967295,1,123,123,1309,4294967295,1,123,123,1310,4294967295,1,123,123,1311,4294967295,1,123,123,1312,4294967295,1,123,123,1313,4294967295,1,123,123,1314,4294967295,1,123,123,1315,4294967295,1,123,123,1316,4294967295,1,123,123,1317,4294967295,1,123,123,1318,4294967295,1,123,123,1319,4294967295,1,123,123,1320,4294967295,1,123,123,1321,4294967295,1,123,123,1322,4294967295,1,123,123,1323,4294967295,1,123,123,1324,4294967295,1,123,123,1325,4294967295,1,123,123,1326,4294967295,1,123,123,1327,4294967295,1,123,123,1328,4294967295,1,123,123,1329,4294967295,1,123,123,1330,4294967295,1,123,123,1331,4294967295,1,123,123,1332,4294967295,1,123,123,1333,4294967295,1,123,123,1334,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,1,123,123,1335,4294967295,0,4294967295,1,123,123,1336,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,1,123,123,1337,4294967295,1,123,123,1338,4294967295,0,4294967295,1,123,123,1339,4294967295,0,4294967295,1,123,123,1340,4294967295,1,123,123,1341,4294967295,0,4294967295,1,123,123,1342,4294967295,1,123,123,1343,4294967295,1,123,123,1344,4294967295,1,123,123,1345,4294967295,1,123,123,1346,4294967295,1,123,123,1347,4294967295,1,123,123,1348,4294967295,0,4294967295,1,123,123,1349,4294967295,0,4294967295,0,4294967295,1,123,123,1350,4294967295,1,123,123,1351,4294967295,0,4294967295,0,4294967295,1,123,123,1352,4294967295,1,123,123,1353,4294967295,1,123,123,1354,4294967295,1,123,123,1355,4294967295,1,123,123,1356,4294967295,1,123,123,1357,4294967295,0,4294967295,1,123,123,1358,4294967295,1,123,123,1359,4294967295,1,123,123,1360,4294967295,0,4294967295,0,4294967295,1,123,123,1361,4294967295,0,4294967295,0,4294967295,0,4294967295,1,123,123,1362,4294967295,0,4294967295,1,123,123,1363,4294967295,0,4294967295,0,4294967295,0,4294967295,1,123,123,1364,4294967295,1,123,123,1365,4294967295,0,4294967295,0,4294967295,1,123,123,1366,4294967295,1,123,123,1367,4294967295,1,123,123,1368,4294967295,1,123,123,1369,4294967295,1,123,123,1370,4294967295,1,123,123,1371,4294967295,1,123,123,1372,4294967295,1,123,123,1373,4294967295,0,4294967295,1,123,123,1374,4294967295,1,123,123,1375,4294967295,1,123,123,1376,4294967295,1,123,123,1377,4294967295,1,123,123,1378,4294967295,1,123,123,1379,4294967295,1,123,123,1380,4294967295,1,123,123,1381,4294967295,1,123,123,1382,4294967295,1,123,123,1383,4294967295,1,123,123,1384,4294967295,1,123,123,1385,4294967295,1,123,123,1386,4294967295,1,123,123,1387,4294967295,1,123,123,1388,4294967295,1,123,123,1389,4294967295,1,123,123,1390,4294967295,1,123,123,1391,4294967295,1,123,123,1392,4294967295,1,123,123,1393,4294967295,1,123,123,1394,4294967295,1,123,123,1395,4294967295,1,123,123,1396,4294967295,1,123,123,1397,4294967295,1,123,123,1398,4294967295,1,123,123,1399,4294967295,1,123,123,1400,4294967295,1,123,123,1401,4294967295,1,123,123,1402,4294967295,1,123,123,1403,4294967295,1,123,123,1404,4294967295,1,123,123,1405,4294967295,1,123,123,1406,4294967295,1,123,123,1407,4294967295,1,123,123,1408,4294967295,1,123,123,1409,4294967295,1,123,123,1410,4294967295,1,123,123,1411,4294967295,1,123,123,1412,4294967295,0,4294967295,0,4294967295,0,4294967295,1,123,123,1413,4294967295,1,123,123,1414,4294967295,1,123,123,1415,4294967295,0,4294967295,1,123,123,1416,4294967295,1,123,123,1417,4294967295,0,4294967295,0,4294967295,0,4294967295,1,123,123,1418,4294967295,0,4294967295,0,4294967295,1,123,123,1419,4294967295,1,123,123,1420,4294967295,1,123,123,1421,4294967295,1,123,123,1422,4294967295,0,4294967295,0,4294967295,1,123,123,1423,4294967295,1,123,123,1424,4294967295,0,4294967295,0,4294967295,1,123,123,1425,4294967295,1,123,123,1426,4294967295,1,123,123,1427,4294967295,0,4294967295,1,123,123,1428,4294967295,1,123,123,1429,4294967295,0,4294967295,0,4294967295,0,4294967295,1,123,123,1430,4294967295,1,123,123,1431,4294967295,1,123,123,1432,4294967295,0,4294967295,0,4294967295,0,4294967295,1,123,123,1433,4294967295,1,123,123,1434,4294967295,0,4294967295,1,123,123,1435,4294967295,0,4294967295,1,123,123,1436,4294967295,1,123,123,1437,4294967295,1,123,123,1438,4294967295,1,123,123,1439,4294967295,0,4294967295,0,4294967295,1,123,123,1440,4294967295,1,123,123,1441,4294967295,0,4294967295,1,123,123,1442,4294967295,1,123,123,1443,4294967295,0,4294967295,0,4294967295,0,4294967295,1,123,123,1444,4294967295,1,123,123,1445,4294967295,0,4294967295,0,4294967295,1,123,123,1446,4294967295,0,4294967295,1,123,123,1447,4294967295,1,123,123,1448,4294967295,0,4294967295,1,123,123,1449,4294967295,0,4294967295,0,4294967295,0,4294967295,1,123,123,1450,4294967295,1,123,123,1451,4294967295,1,123,123,1452,4294967295,1,123,123,1453,4294967295,0,4294967295,0,4294967295,1,123,123,1454,4294967295,1,123,123,1455,4294967295,1,123,123,1456,4294967295,1,123,123,1457,4294967295,0,4294967295,0,4294967295,1,123,123,1458,4294967295,0,4294967295,0,4294967295,1,123,123,1459,4294967295,1,123,123,1460,4294967295,1,123,123,1461,4294967295,0,4294967295,0,4294967295,1,123,123,1462,4294967295,1,123,123,1463,4294967295,0,4294967295,0,4294967295,1,123,123,1464,4294967295,1,123,123,1465,4294967295,1,123,123,1466,4294967295,1,123,123,1467,4294967295,1,123,123,1468,4294967295,0,4294967295,0,4294967295,1,123,123,1469,4294967295,1,123,123,1470,4294967295,1,123,123,1471,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,1,123,123,1472,4294967295,0,4294967295,0,4294967295,0,4294967295,1,123,123,1473,4294967295,1,123,123,1474,4294967295,1,123,123,1475,4294967295,1,123,123,1476,4294967295,1,123,123,1477,4294967295,0,4294967295,1,123,123,1478,4294967295,1,123,123,1479,4294967295,1,123,123,1480,4294967295,1,123,123,1481,4294967295,0,4294967295,1,123,123,1482,4294967295,1,123,123,1483,4294967295,1,123,123,1484,4294967295,1,123,123,1485,4294967295,1,123,123,1486,4294967295,1,123,123,1487,4294967295,1,123,123,1488,4294967295,1,123,123,1489,4294967295,1,123,123,1490,4294967295,1,123,123,1491,4294967295,1,123,123,1492,4294967295,1,123,123,1493,4294967295,1,123,123,1494,4294967295,1,123,123,1495,4294967295,1,123,123,1496,4294967295,1,123,123,1497,4294967295,1,123,123,1498,4294967295,1,123,123,1499,4294967295,1,123,123,1500,4294967295,1,123,123,1501,4294967295,1,123,123,1502,4294967295,1,123,123,1503,4294967295,1,123,123,1504,4294967295,1,123,123,1505,4294967295,1,123,123,1506,4294967295,1,123,123,1507,4294967295,1,123,123,1508,4294967295,1,123,123,1509,4294967295,1,123,123,1510,4294967295,1,123,123,1511,4294967295,1,123,123,1512,4294967295,1,123,123,1513,4294967295,1,123,123,1514,4294967295,1,123,123,1515,4294967295,1,123,123,1516,4294967295,1,123,123,1517,4294967295,1,123,123,1518,4294967295,1,123,123,1519,4294967295,1,123,123,1520,4294967295,1,123,123,1521,4294967295,1,123,123,1522,4294967295,1,123,123,1523,4294967295,1,123,123,1524,4294967295,1,123,123,1525,4294967295,1,123,123,1526,4294967295,1,123,123,1527,4294967295,1,123,123,1528,4294967295,1,123,123,1529,4294967295,1,123,123,1530,4294967295,1,123,123,1531,4294967295,1,123,123,1532,4294967295,1,123,123,1533,4294967295,1,123,123,1534,4294967295,1,123,123,1535,4294967295,1,123,123,1536,4294967295,1,123,123,1537,4294967295,1,123,123,1538,4294967295,1,123,123,1539,4294967295,1,123,123,1540,4294967295,1,123,123,1541,4294967295,1,123,123,1542,4294967295,1,123,123,1543,4294967295,1,123,123,1544,4294967295,1,123,123,1545,4294967295,1,123,123,1546,4294967295,1,123,123,1547,4294967295,1,123,123,1548,4294967295,1,123,123,1549,4294967295,1,123,123,1550,4294967295,1,123,123,1551,4294967295,1,123,123,1552,4294967295,1,123,123,1553,4294967295,1,123,123,1554,4294967295,1,123,123,1555,4294967295,1,123,123,1556,4294967295,1,123,123,1557,4294967295,1,123,123,1558,4294967295,1,123,123,1559,4294967295,1,123,123,1560,4294967295,1,123,123,1561,4294967295,1,123,123,1562,4294967295,1,123,123,1563,4294967295,1,123,123,1564,4294967295,1,123,123,1565,4294967295,1,123,123,1566,4294967295,1,123,123,1567,4294967295,1,123,123,1568,4294967295,1,123,123,1569,4294967295,1,123,123,1570,4294967295,1,123,123,1571,4294967295,1,123,123,1572,4294967295,1,123,123,1573,4294967295,1,123,123,1574,4294967295,1,123,123,1575,4294967295,1,123,123,1576,4294967295,1,123,123,1577,4294967295,1,123,123,1578,4294967295,1,123,123,1579,4294967295,1,123,123,1580,4294967295,1,123,123,1581,4294967295,1,123,123,1582,4294967295,1,123,123,1583,4294967295,1,123,123,1584,4294967295,1,123,123,1585,4294967295,1,123,123,1586,4294967295,1,123,123,1587,4294967295,1,123,123,1588,4294967295,1,123,123,1589,4294967295,1,123,123,1590,4294967295,1,123,123,1591,4294967295,1,123,123,1592,4294967295,1,123,123,1593,4294967295,1,123,123,1594,4294967295,1,123,123,1595,4294967295,1,123,123,1596,4294967295,1,123,123,1597,4294967295,1,123,123,1598,4294967295,1,123,123,1599,4294967295,1,123,123,1600,4294967295,1,123,123,1601,4294967295,1,123,123,1602,4294967295,1,123,123,1603,4294967295,1,123,123,1604,4294967295,1,123,123,1605,4294967295,1,123,123,1606,4294967295,1,123,123,1607,4294967295,1,123,123,1608,4294967295,1,123,123,1609,4294967295,1,123,123,1610,4294967295,1,123,123,1611,4294967295,1,123,123,1612,4294967295,1,123,123,1613,4294967295,1,123,123,1614,4294967295,1,123,123,1615,4294967295,1,123,123,1616,4294967295,1,123,123,1617,4294967295,1,123,123,1618,4294967295,1,123,123,1619,4294967295,1,123,123,1620,4294967295,1,123,123,1621,4294967295,1,123,123,1622,4294967295,1,123,123,1623,4294967295,1,123,123,1624,4294967295,1,123,123,1625,4294967295,1,123,123,1626,4294967295,1,123,123,1627,4294967295,1,123,123,1628,4294967295,1,123,123,1629,4294967295,1,123,123,1630,4294967295,1,123,123,1631,4294967295,1,123,123,1632,4294967295,1,123,123,1633,4294967295,1,123,123,1634,4294967295,1,123,123,1635,4294967295,1,123,123,1636,4294967295,1,123,123,1637,4294967295,1,123,123,1638,4294967295,1,123,123,1639,4294967295,1,123,123,1640,4294967295,1,123,123,1641,4294967295,1,123,123,1642,4294967295,1,123,123,1643,4294967295,1,123,123,1644,4294967295,1,123,123,1645,4294967295,1,123,123,1646,4294967295,1,123,123,1647,4294967295,1,123,123,1648,4294967295,1,123,123,1649,4294967295,1,123,123,1650,4294967295,1,123,123,1651,4294967295,1,123,123,1652,4294967295,1,123,123,1653,4294967295,1,123,123,1654,4294967295,1,123,123,1655,4294967295,1,123,123,1656,4294967295,1,123,123,1657,4294967295,1,123,123,1658,4294967295,1,123,123,1659,4294967295,1,123,123,1660,4294967295,1,123,123,1661,4294967295,1,123,123,1662,4294967295,1,123,123,1663,4294967295,1,123,123,1664,4294967295,0,4294967295,1,123,123,1665,4294967295,1,123,123,1666,4294967295,0,4294967295,1,123,123,1667,4294967295,1,123,123,1668,4294967295,1,123,123,1669,4294967295,1,123,123,1670,4294967295,1,123,123,1671,4294967295,1,123,123,1672,4294967295,1,123,123,1673,4294967295,1,123,123,1674,4294967295,1,123,123,1675,4294967295,1,123,123,1676,4294967295,1,123,123,1677,4294967295,1,123,123,1678,4294967295,1,123,123,1679,4294967295,1,123,123,1680,4294967295,1,123,123,1681,4294967295,1,123,123,1682,4294967295,1,123,123,1683,4294967295,1,123,123,1684,4294967295,1,123,123,1685,4294967295,1,123,123,1686,4294967295,0,4294967295,0,4294967295,1,123,123,1687,4294967295,1,123,123,1688,4294967295,1,123,123,1689,4294967295,1,123,123,1690,4294967295,1,123,123,1691,4294967295,1,123,123,1692,4294967295,1,123,123,1693,4294967295,1,123,123,1694,4294967295,1,123,123,1695,4294967295,1,123,123,1696,4294967295,1,123,123,1697,4294967295,1,123,123,1698,4294967295,1,123,123,1699,4294967295,0,4294967295,1,123,123,1700,4294967295,1,123,123,1701,4294967295,0,4294967295,1,123,123,1702,4294967295,1,123,123,1703,4294967295,1,123,123,1704,4294967295,1,123,123,1705,4294967295,1,123,123,1706,4294967295,1,123,123,1707,4294967295,1,123,123,1708,4294967295,1,123,123,1709,4294967295,1,123,123,1710,4294967295,1,123,123,1711,4294967295,1,123,123,1712,4294967295,1,123,123,1713,4294967295,0,4294967295,0,4294967295,1,123,123,1714,4294967295,1,123,123,1715,4294967295,1,123,123,1716,4294967295,1,123,123,1717,4294967295,1,123,123,1718,4294967295,1,123,123,1719,4294967295,1,123,123,1720,4294967295,1,123,123,1721,4294967295,1,123,123,1722,4294967295,1,123,123,1723,4294967295,1,123,123,1724,4294967295,1,123,123,1725,4294967295,1,123,123,1726,4294967295,1,123,123,1727,4294967295,1,123,123,1728,4294967295,1,123,123,1729,4294967295,1,123,123,1730,4294967295,1,123,123,1731,4294967295,1,123,123,1732,4294967295,1,123,123,1733,4294967295,1,123,123,1734,4294967295,1,123,123,1735,4294967295,1,123,123,1736,4294967295,1,123,123,1737,4294967295,1,123,123,1738,4294967295,1,123,123,1739,4294967295,1,123,123,1740,4294967295,1,123,123,1741,4294967295,1,123,123,1742,4294967295,1,123,123,1743,4294967295,0,4294967295,1,123,123,1744,4294967295,1,123,123,1745,4294967295,1,123,123,1746,4294967295,1,123,123,1747,4294967295,1,123,123,1748,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,1,123,123,1749,4294967295,1,123,123,1750,4294967295,1,123,123,1751,4294967295,1,123,123,1752,4294967295,0,4294967295,0,4294967295,1,123,123,1753,4294967295,1,123,123,1754,4294967295,1,123,123,1755,4294967295,1,123,123,1756,4294967295,1,123,123,1757,4294967295,1,123,123,1758,4294967295,1,123,123,1759,4294967295,0,4294967295,0,4294967295,1,123,123,1760,4294967295,1,123,123,1761,4294967295,1,123,123,1762,4294967295,1,123,123,1763,4294967295,0,4294967295,1,123,123,1764,4294967295,1,123,123,1765,4294967295,1,123,123,1766,4294967295,1,123,123,1767,4294967295,1,123,123,1768,4294967295,1,123,123,1769,4294967295,1,123,123,1770,4294967295,1,123,123,1771,4294967295,0,4294967295,1,123,123,1772,4294967295,1,123,123,1773,4294967295,1,123,123,1774,4294967295,1,123,123,1775,4294967295,1,123,123,1776,4294967295,1,123,123,1777,4294967295,1,123,123,1778,4294967295,1,123,123,1779,4294967295,1,123,123,1780,4294967295,1,123,123,1781,4294967295,1,123,123,1782,4294967295,1,123,123,1783,4294967295,0,4294967295,1,123,123,1784,4294967295,1,123,123,1785,4294967295,1,123,123,1786,4294967295,0,4294967295,0,4294967295,1,123,123,1787,4294967295,1,123,123,1788,4294967295,1,123,123,1789,4294967295,1,123,123,1790,4294967295,0,4294967295,1,123,123,1791,4294967295,1,123,123,1792,4294967295,1,123,123,1793,4294967295,1,123,123,1794,4294967295,1,123,123,1795,4294967295,1,123,123,1796,4294967295,1,123,123,1797,4294967295,1,123,123,1798,4294967295,1,123,123,1799,4294967295,1,123,123,1800,4294967295,1,123,123,1801,4294967295,1,123,123,1802,4294967295,1,123,123,1803,4294967295,1,123,123,1804,4294967295,1,123,123,1805,4294967295,1,123,123,1806,4294967295,1,123,123,1807,4294967295,1,123,123,1808,4294967295,1,123,123,1809,4294967295,0,4294967295,1,123,123,1810,4294967295,1,123,123,1811,4294967295,1,123,123,1812,4294967295,0,4294967295,1,123,123,1813,4294967295,1,123,123,1814,4294967295,1,123,123,1815,4294967295,1,123,123,1816,4294967295,1,123,123,1817,4294967295,1,123,123,1818,4294967295,1,123,123,1819,4294967295,1,123,123,1820,4294967295,0,4294967295,1,123,123,1821,4294967295,0,4294967295,1,123,123,1822,4294967295,0,4294967295,1,123,123,1823,4294967295,1,123,123,1824,4294967295,1,123,123,1825,4294967295,1,123,123,1826,4294967295,1,123,123,1827,4294967295,1,123,123,1828,4294967295,1,123,123,1829,4294967295,1,123,123,1830,4294967295,1,123,123,1831,4294967295,1,123,123,1832,4294967295,1,123,123,1833,4294967295,0,4294967295,0,4294967295,1,123,123,1834,4294967295,1,123,123,1835,4294967295,1,123,123,1836,4294967295,1,123,123,1837,4294967295,1,123,123,1838,4294967295,1,123,123,1839,4294967295,1,123,123,1840,4294967295,1,123,123,1841,4294967295,0,4294967295,1,123,123,1842,4294967295,1,123,123,1843,4294967295,1,123,123,1844,4294967295,1,123,123,1845,4294967295,1,123,123,1846,4294967295,0,4294967295,1,123,123,1847,4294967295,1,123,123,1848,4294967295,1,123,123,1849,4294967295,1,123,123,1850,4294967295,0,4294967295,1,123,123,1851,4294967295,1,123,123,1852,4294967295,1,123,123,1853,4294967295,1,123,123,1854,4294967295,1,123,123,1855,4294967295,1,123,123,1856,4294967295,0,4294967295,0,4294967295,0,4294967295,1,123,123,1857,4294967295,1,123,123,1858,4294967295,1,123,123,1859,4294967295,0,4294967295,1,123,123,1860,4294967295,1,123,123,1861,4294967295,0,4294967295,0,4294967295,1,123,123,1862,4294967295,1,123,123,1863,4294967295,0,4294967295,0,4294967295,1,123,123,1864,4294967295,1,123,123,1865,4294967295,1,123,123,1866,4294967295,1,123,123,1867,4294967295,1,123,123,1868,4294967295,1,123,123,1869,4294967295,1,123,123,1870,4294967295,1,123,123,1871,4294967295,1,123,123,1872,4294967295,0,4294967295,1,123,123,1873,4294967295,0,4294967295,1,123,123,1874,4294967295,0,4294967295,1,123,123,1875,4294967295,0,4294967295,1,123,123,1876,4294967295,1,123,123,1877,4294967295,1,123,123,1878,4294967295,1,123,123,1879,4294967295,0,4294967295,1,123,123,1880,4294967295,1,123,123,1881,4294967295,1,123,123,1882,4294967295,0,4294967295,0,4294967295,1,123,123,1883,4294967295,0,4294967295,1,123,123,1884,4294967295,1,123,123,1885,4294967295,0,4294967295,1,123,123,1886,4294967295,1,123,123,1887,4294967295,0,4294967295,1,123,123,1888,4294967295,1,123,123,1889,4294967295,0,4294967295,1,123,123,1890,4294967295,1,123,123,1891,4294967295,0,4294967295,1,123,123,1892,4294967295,1,123,123,1893,4294967295,0,4294967295,1,123,123,1894,4294967295,1,123,123,1895,4294967295,1,123,123,1896,4294967295,1,123,123,1897,4294967295,1,123,123,1898,4294967295,1,123,123,1899,4294967295,1,123,123,1900,4294967295,1,123,123,1901,4294967295,1,123,123,1902,4294967295,1,123,123,1903,4294967295,1,123,123,1904,4294967295,0,4294967295,1,123,123,1905,4294967295,1,123,123,1906,4294967295,1,123,123,1907,4294967295,0,4294967295,0,4294967295,1,123,123,1908,4294967295,1,123,123,1909,4294967295,1,123,123,1910,4294967295,1,123,123,1911,4294967295,0,4294967295,1,123,123,1912,4294967295,1,123,123,1913,4294967295,1,123,123,1914,4294967295,1,123,123,1915,4294967295,1,123,123,1916,4294967295,1,123,123,1917,4294967295,1,123,123,1918,4294967295,1,123,123,1919,4294967295,0,4294967295,0,4294967295,1,123,123,1920,4294967295,1,123,123,1921,4294967295,1,123,123,1922,4294967295,1,123,123,1923,4294967295,1,123,123,1924,4294967295,1,123,123,1925,4294967295,1,123,123,1926,4294967295,1,123,123,1927,4294967295,1,123,123,1928,4294967295,0,4294967295,1,123,123,1929,4294967295,1,123,123,1930,4294967295,1,123,123,1931,4294967295,0,4294967295,1,123,123,1932,4294967295,1,123,123,1933,4294967295,1,123,123,1934,4294967295,0,4294967295,1,123,123,1935,4294967295,1,123,123,1936,4294967295,1,123,123,1937,4294967295,0,4294967295,0,4294967295,1,123,123,1938,4294967295,1,123,123,1939,4294967295,1,123,123,1940,4294967295,1,123,123,1941,4294967295,1,123,123,1942,4294967295,1,123,123,1943,4294967295,0,4294967295,0,4294967295,1,123,123,1944,4294967295,1,123,123,1945,4294967295,1,123,123,1946,4294967295,0,4294967295,1,123,123,1947,4294967295,1,123,123,1948,4294967295,0,4294967295,1,123,123,1949,4294967295,1,123,123,1950,4294967295,1,123,123,1951,4294967295,0,4294967295,0,4294967295,1,123,123,1952,4294967295,1,123,123,1953,4294967295,1,123,123,1954,4294967295,1,123,123,1955,4294967295,1,123,123,1956,4294967295,1,123,123,1957,4294967295,1,123,123,1958,4294967295,1,123,123,1959,4294967295,1,123,123,1960,4294967295,0,4294967295,1,123,123,1961,4294967295,1,123,123,1962,4294967295,1,123,123,1963,4294967295,1,123,123,1964,4294967295,1,123,123,1965,4294967295,1,123,123,1966,4294967295,1,123,123,1967,4294967295,1,123,123,1968,4294967295,0,4294967295,1,123,123,1969,4294967295,1,123,123,1970,4294967295,1,123,123,1971,4294967295,0,4294967295,0,4294967295,1,123,123,1972,4294967295,1,123,123,1973,4294967295,1,123,123,1974,4294967295,1,123,123,1975,4294967295,0,4294967295,1,123,123,1976,4294967295,1,123,123,1977,4294967295,1,123,123,1978,4294967295,0,4294967295,1,123,123,1979,4294967295,1,123,123,1980,4294967295,1,123,123,1981,4294967295,1,123,123,1982,4294967295,1,123,123,1983,4294967295,0,4294967295,0,4294967295,0,4294967295,1,123,123,1984,4294967295,1,123,123,1985,4294967295,1,123,123,1986,4294967295,1,123,123,1987,4294967295,1,123,123,1988,4294967295,0,4294967295,0,4294967295,1,123,123,1989,4294967295,1,123,123,1990,4294967295,1,123,123,1991,4294967295,1,123,123,1992,4294967295,1,123,123,1993,4294967295,1,123,123,1994,4294967295,1,123,123,1995,4294967295,1,123,123,1996,4294967295,1,123,123,1997,4294967295,1,123,123,1998,4294967295,1,123,123,1999,4294967295,1,123,123,2000,4294967295,1,123,123,2001,4294967295,1,123,123,2002,4294967295,1,123,123,2003,4294967295,1,123,123,2004,4294967295,0,4294967295,1,123,123,2005,4294967295,1,123,123,2006,4294967295,0,4294967295,0,4294967295,1,123,123,2007,4294967295,1,123,123,2008,4294967295,1,123,123,2009,4294967295,1,123,123,2010,4294967295,1,123,123,2011,4294967295,1,123,123,2012,4294967295,1,123,123,2013,4294967295,1,123,123,2014,4294967295,1,123,123,2015,4294967295,1,123,123,2016,4294967295,1,123,123,2017,4294967295,1,123,123,2018,4294967295,1,123,123,2019,4294967295,1,123,123,2020,4294967295,1,123,123,2021,4294967295,0,4294967295,1,123,123,2022,4294967295,1,123,123,2023,4294967295,1,123,123,2024,4294967295,1,123,123,2025,4294967295,1,123,123,2026,4294967295,0,4294967295,0,4294967295,1,123,123,2027,4294967295,1,123,123,2028,4294967295,1,123,123,2029,4294967295,1,123,123,2030,4294967295,0,4294967295,1,123,123,2031,4294967295,1,123,123,2032,4294967295,1,123,123,2033,4294967295,1,123,123,2034,4294967295,1,123,123,2035,4294967295,1,123,123,2036,4294967295,1,123,123,2037,4294967295,1,123,123,2038,4294967295,0,4294967295,1,123,123,2039,4294967295,1,123,123,2040,4294967295,0,4294967295,1,123,123,2041,4294967295,1,123,123,2042,4294967295,1,123,123,2043,4294967295,1,123,123,2044,4294967295,1,123,123,2045,4294967295,1,123,123,2046,4294967295,1,123,123,2047,4294967295,1,123,123,2048,4294967295,1,123,123,2049,4294967295,1,123,123,2050,4294967295,1,123,123,2051,4294967295,1,123,123,2052,4294967295,1,123,123,2053,4294967295,1,123,123,2054,4294967295,1,123,123,2055,4294967295,1,123,123,2056,4294967295,1,123,123,2057,4294967295,0,4294967295,1,123,123,2058,4294967295,1,123,123,2059,4294967295,1,123,123,2060,4294967295,0,4294967295,1,123,123,2061,4294967295,1,123,123,2062,4294967295,0,4294967295,0,4294967295,1,123,123,2063,4294967295,1,123,123,2064,4294967295,1,123,123,2065,4294967295,1,123,123,2066,4294967295,0,4294967295,1,123,123,2067,4294967295,1,123,123,2068,4294967295,0,4294967295,1,123,123,2069,4294967295,1,123,123,2070,4294967295,1,123,123,2071,4294967295,1,123,123,2072,4294967295,1,123,123,2073,4294967295,1,123,123,2074,4294967295,1,123,123,2075,4294967295,1,123,123,2076,4294967295,1,123,123,2077,4294967295,1,123,123,2078,4294967295,1,123,123,2079,4294967295,1,123,123,2080,4294967295,1,123,123,2081,4294967295,1,123,123,2082,4294967295,1,123,123,2083,4294967295,1,123,123,2084,4294967295,1,123,123,2085,4294967295,1,123,123,2086,4294967295,1,123,123,2087,4294967295,1,123,123,2088,4294967295,1,123,123,2089,4294967295,1,123,123,2090,4294967295,1,123,123,2091,4294967295,1,123,123,2092,4294967295,1,123,123,2093,4294967295,1,123,123,2094,4294967295,1,123,123,2095,4294967295,0,4294967295,1,123,123,2096,4294967295,1,123,123,2097,4294967295,1,123,123,2098,4294967295,1,123,123,2099,4294967295,1,123,123,2100,4294967295,1,123,123,2101,4294967295,1,123,123,2102,4294967295,1,123,123,2103,4294967295,1,123,123,2104,4294967295,0,4294967295,1,123,123,2105,4294967295,1,123,123,2106,4294967295,0,4294967295,1,123,123,2107,4294967295,1,123,123,2108,4294967295,1,123,123,2109,4294967295,1,123,123,2110,4294967295,1,123,123,2111,4294967295,1,123,123,2112,4294967295,1,123,123,2113,4294967295,1,123,123,2114,4294967295,1,123,123,2115,4294967295,1,123,123,2116,4294967295,1,123,123,2117,4294967295,0,4294967295,1,123,123,2118,4294967295,1,123,123,2119,4294967295,1,123,123,2120,4294967295,0,4294967295,1,123,123,2121,4294967295,1,123,123,2122,4294967295,1,123,123,2123,4294967295,1,123,123,2124,4294967295,1,123,123,2125,4294967295,1,123,123,2126,4294967295,1,123,123,2127,4294967295,0,4294967295,1,123,123,2128,4294967295,0,4294967295,0,4294967295,1,123,123,2129,4294967295,1,123,123,2130,4294967295,0,4294967295,0,4294967295,1,123,123,2131,4294967295,1,123,123,2132,4294967295,1,123,123,2133,4294967295,0,4294967295,0,4294967295,1,123,123,2134,4294967295,1,123,123,2135,4294967295,1,123,123,2136,4294967295,0,4294967295,1,123,123,2137,4294967295,0,4294967295,1,123,123,2138,4294967295,1,123,123,2139,4294967295,1,123,123,2140,4294967295,1,123,123,2141,4294967295,1,123,123,2142,4294967295,1,123,123,2143,4294967295,1,123,123,2144,4294967295,1,123,123,2145,4294967295,1,123,123,2146,4294967295,0,4294967295,0,4294967295,1,123,123,2147,4294967295,1,123,123,2148,4294967295,0,4294967295,1,123,123,2149,4294967295,0,4294967295,0,4294967295,1,123,123,2150,4294967295,1,123,123,2151,4294967295,0,4294967295,1,123,123,2152,4294967295,1,123,123,2153,4294967295,1,123,123,2154,4294967295,1,123,123,2155,4294967295,0,4294967295,0,4294967295,1,123,123,2156,4294967295,1,123,123,2157,4294967295,1,123,123,2158,4294967295,1,123,123,2159,4294967295,1,123,123,2160,4294967295,1,123,123,2161,4294967295,1,123,123,2162,4294967295,1,123,123,2163,4294967295,1,123,123,2164,4294967295,1,123,123,2165,4294967295,1,123,123,2166,4294967295,1,123,123,2167,4294967295,1,123,123,2168,4294967295,1,123,123,2169,4294967295,1,123,123,2170,4294967295,1,123,123,2171,4294967295,1,123,123,2172,4294967295,1,123,123,2173,4294967295,1,123,123,2174,4294967295,1,123,123,2175,4294967295,0,4294967295,0,4294967295,1,123,123,2176,4294967295,1,123,123,2177,4294967295,1,123,123,2178,4294967295,1,123,123,2179,4294967295,0,4294967295,1,123,123,2180,4294967295,1,123,123,2181,4294967295,0,4294967295,1,123,123,2182,4294967295,0,4294967295,0,4294967295,1,123,123,2183,4294967295,1,123,123,2184,4294967295,1,123,123,2185,4294967295,1,123,123,2186,4294967295,1,123,123,2187,4294967295,1,123,123,2188,4294967295,1,123,123,2189,4294967295,1,123,123,2190,4294967295,1,123,123,2191,4294967295,1,123,123,2192,4294967295,1,123,123,2193,4294967295,1,123,123,2194,4294967295,1,123,123,2195,4294967295,1,123,123,2196,4294967295,1,123,123,2197,4294967295,1,123,123,2198,4294967295,1,123,123,2199,4294967295,1,123,123,2200,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,1,123,123,2201,4294967295,1,123,123,2202,4294967295,1,123,123,2203,4294967295,0,4294967295,1,123,123,2204,4294967295,1,123,123,2205,4294967295,1,123,123,2206,4294967295,1,123,123,2207,4294967295,1,123,123,2208,4294967295,1,123,123,2209,4294967295,1,123,123,2210,4294967295,1,123,123,2211,4294967295,1,123,123,2212,4294967295,1,123,123,2213,4294967295,1,123,123,2214,4294967295,1,123,123,2215,4294967295,1,123,123,2216,4294967295,1,123,123,2217,4294967295,1,123,123,2218,4294967295,1,123,123,2219,4294967295,1,123,123,2220,4294967295,1,123,123,2221,4294967295,1,123,123,2222,4294967295,1,123,123,2223,4294967295,1,123,123,2224,4294967295,1,123,123,2225,4294967295,1,123,123,2226,4294967295,1,123,123,2227,4294967295,1,123,123,2228,4294967295,1,123,123,2229,4294967295,1,123,123,2230,4294967295,1,123,123,2231,4294967295,1,123,123,2232,4294967295,1,123,123,2233,4294967295,1,123,123,2234,4294967295,1,123,123,2235,4294967295,1,123,123,2236,4294967295,1,123,123,2237,4294967295,1,123,123,2238,4294967295,1,123,123,2239,4294967295,1,123,123,2240,4294967295,1,123,123,2241,4294967295,1,123,123,2242,4294967295,1,123,123,2243,4294967295,1,123,123,2244,4294967295,1,123,123,2245,4294967295,1,123,123,2246,4294967295,1,123,123,2247,4294967295,1,123,123,2248,4294967295,1,123,123,2249,4294967295,1,123,123,2250,4294967295,1,123,123,2251,4294967295,1,123,123,2252,4294967295,1,123,123,2253,4294967295,1,123,123,2254,4294967295,1,123,123,2255,4294967295,1,123,123,2256,4294967295,1,123,123,2257,4294967295,1,123,123,2258,4294967295,1,123,123,2259,4294967295,1,123,123,2260,4294967295,1,123,123,2261,4294967295,1,123,123,2262,4294967295,1,123,123,2263,4294967295,1,123,123,2264,4294967295,1,123,123,2265,4294967295,1,123,123,2266,4294967295,1,123,123,2267,4294967295,1,123,123,2268,4294967295,1,123,123,2269,4294967295,1,123,123,2270,4294967295,0,4294967295,1,123,123,2271,4294967295,1,123,123,2272,4294967295,1,123,123,2273,4294967295,0,4294967295,1,123,123,2274,4294967295,1,123,123,2275,4294967295,1,123,123,2276,4294967295,1,123,123,2277,4294967295,1,123,123,2278,4294967295,1,123,123,2279,4294967295,1,123,123,2280,4294967295,1,123,123,2281,4294967295,1,123,123,2282,4294967295,1,123,123,2283,4294967295,1,123,123,2284,4294967295,1,123,123,2285,4294967295,1,123,123,2286,4294967295,1,123,123,2287,4294967295,1,123,123,2288,4294967295,1,123,123,2289,4294967295,1,123,123,2290,4294967295,1,123,123,2291,4294967295,1,123,123,2292,4294967295,1,123,123,2293,4294967295,1,123,123,2294,4294967295,1,123,123,2295,4294967295,1,123,123,2296,4294967295,1,123,123,2297,4294967295,1,123,123,2298,4294967295,1,123,123,2299,4294967295,1,123,123,2300,4294967295,1,123,123,2301,4294967295,1,123,123,2302,4294967295,1,123,123,2303,4294967295,1,123,123,2304,4294967295,1,123,123,2305,4294967295,1,123,123,2306,4294967295,1,123,123,2307,4294967295,1,123,123,2308,4294967295,1,123,123,2309,4294967295,1,123,123,2310,4294967295,1,123,123,2311,4294967295,1,123,123,2312,4294967295,1,123,123,2313,4294967295,1,123,123,2314,4294967295,1,123,123,2315,4294967295,1,123,123,2316,4294967295,1,123,123,2317,4294967295,1,123,123,2318,4294967295,1,123,123,2319,4294967295,1,123,123,2320,4294967295,1,123,123,2321,4294967295,1,123,123,2322,4294967295,1,123,123,2323,4294967295,1,123,123,2324,4294967295,1,123,123,2325,4294967295,1,123,123,2326,4294967295,1,123,123,2327,4294967295,1,123,123,2328,4294967295,1,123,123,2329,4294967295,1,123,123,2330,4294967295,1,123,123,2331,4294967295,1,123,123,2332,4294967295,1,123,123,2333,4294967295,1,123,123,2334,4294967295,1,123,123,2335,4294967295,1,123,123,2336,4294967295,1,123,123,2337,4294967295,1,123,123,2338,4294967295,1,123,123,2339,4294967295,1,123,123,2340,4294967295,1,123,123,2341,4294967295,1,123,123,2342,4294967295,1,123,123,2343,4294967295,1,123,123,2344,4294967295,1,123,123,2345,4294967295,1,123,123,2346,4294967295,1,123,123,2347,4294967295,1,123,123,2348,4294967295,1,123,123,2349,4294967295,1,123,123,2350,4294967295,1,123,123,2351,4294967295,1,123,123,2352,4294967295,1,123,123,2353,4294967295,1,123,123,2354,4294967295,1,123,123,2355,4294967295,1,123,123,2356,4294967295,1,123,123,2357,4294967295,1,123,123,2358,4294967295,0,4294967295,1,123,123,2359,4294967295,1,123,123,2360,4294967295,1,123,123,2361,4294967295,0,4294967295,1,123,123,2362,4294967295,0,4294967295,1,123,123,2363,4294967295,1,123,123,2364,4294967295,0,4294967295,0,4294967295,1,123,123,2365,4294967295,0,4294967295,0,4294967295,1,123,123,2366,4294967295,1,123,123,2367,4294967295,1,123,123,2368,4294967295,1,123,123,2369,4294967295,0,4294967295,1,123,123,2370,4294967295,0,4294967295,1,123,123,2371,4294967295,0,4294967295,1,123,123,2372,4294967295,0,4294967295,1,123,123,2373,4294967295,1,123,123,2374,4294967295,0,4294967295,1,123,123,2375,4294967295,1,123,123,2376,4294967295,0,4294967295,1,123,123,2377,4294967295,1,123,123,2378,4294967295,1,123,123,2379,4294967295,1,123,123,2380,4294967295,0,4294967295,1,123,123,2381,4294967295,1,123,123,2382,4294967295,0,4294967295,1,123,123,2383,4294967295,1,123,123,2384,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,1,123,123,2385,4294967295,1,123,123,2386,4294967295,1,123,123,2387,4294967295,1,123,123,2388,4294967295,1,123,123,2389,4294967295,1,123,123,2390,4294967295,1,123,123,2391,4294967295,1,123,123,2392,4294967295,1,123,123,2393,4294967295,1,123,123,2394,4294967295,1,123,123,2395,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,1,123,123,2396,4294967295,0,4294967295,1,123,123,2397,4294967295,0,4294967295,1,123,123,2398,4294967295,1,123,123,2399,4294967295,1,123,123,2400,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,1,123,123,2401,4294967295,0,4294967295,1,123,123,2402,4294967295,1,123,123,2403,4294967295,1,123,123,2404,4294967295,1,123,123,2405,4294967295,1,123,123,2406,4294967295,0,4294967295,1,123,123,2407,4294967295,0,4294967295,0,4294967295,0,4294967295,1,123,123,2408,4294967295,1,123,123,2409,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,1,123,123,2410,4294967295,1,123,123,2411,4294967295,1,123,123,2412,4294967295,0,4294967295,1,123,123,2413,4294967295,1,123,123,2414,4294967295,0,4294967295,0,4294967295,0,4294967295,1,123,123,2415,4294967295,0,4294967295,1,123,123,2416,4294967295,1,123,123,2417,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,1,123,123,2418,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,1,123,123,2419,4294967295,1,123,123,2420,4294967295,1,123,123,2421,4294967295,1,123,123,2422,4294967295,1,123,123,2423,4294967295,1,123,123,2424,4294967295,1,123,123,2425,4294967295,1,123,123,2426,4294967295,1,123,123,2427,4294967295,0,4294967295,0,4294967295,1,123,123,2428,4294967295,1,123,123,2429,4294967295,1,123,123,2430,4294967295,1,123,123,2431,4294967295,1,123,123,2432,4294967295,1,123,123,2433,4294967295,1,123,123,2434,4294967295,1,123,123,2435,4294967295,1,123,123,2436,4294967295,1,123,123,2437,4294967295,1,123,123,2438,4294967295,1,123,123,2439,4294967295,1,123,123,2440,4294967295,1,123,123,2441,4294967295,1,123,123,2442,4294967295,0,4294967295,1,123,123,2443,4294967295,1,123,123,2444,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,1,123,123,2445,4294967295,1,123,123,2446,4294967295,1,123,123,2447,4294967295,1,123,123,2448,4294967295,1,123,123,2449,4294967295,0,4294967295,1,123,123,2450,4294967295,1,123,123,2451,4294967295,0,4294967295,0,4294967295,1,123,123,2452,4294967295,1,123,123,2453,4294967295,1,123,123,2454,4294967295,1,123,123,2455,4294967295,1,123,123,2456,4294967295,1,123,123,2457,4294967295,1,123,123,2458,4294967295,0,4294967295,1,123,123,2459,4294967295,1,123,123,2460,4294967295,1,123,123,2461,4294967295,1,123,123,2462,4294967295,1,123,123,2463,4294967295,1,123,123,2464,4294967295,1,123,123,2465,4294967295,1,123,123,2466,4294967295,1,123,123,2467,4294967295,1,123,123,2468,4294967295,1,123,123,2469,4294967295,1,123,123,2470,4294967295,1,123,123,2471,4294967295,1,123,123,2472,4294967295,1,123,123,2473,4294967295,1,123,123,2474,4294967295,1,123,123,2475,4294967295,1,123,123,2476,4294967295,1,123,123,2477,4294967295,1,123,123,2478,4294967295,1,123,123,2479,4294967295,1,123,123,2480,4294967295,1,123,123,2481,4294967295,1,123,123,2482,4294967295,1,123,123,2483,4294967295,1,123,123,2484,4294967295,1,123,123,2485,4294967295,1,123,123,2486,4294967295,1,123,123,2487,4294967295,1,123,123,2488,4294967295,1,123,123,2489,4294967295,1,123,123,2490,4294967295,1,123,123,2491,4294967295,1,123,123,2492,4294967295,1,123,123,2493,4294967295,1,123,123,2494,4294967295,1,123,123,2495,4294967295,1,123,123,2496,4294967295,1,123,123,2497,4294967295,1,123,123,2498,4294967295,1,123,123,2499,4294967295,1,123,123,2500,4294967295,1,123,123,2501,4294967295,1,123,123,2502,4294967295,1,123,123,2503,4294967295,1,123,123,2504,4294967295,1,123,123,2505,4294967295,1,123,123,2506,4294967295,1,123,123,2507,4294967295,1,123,123,2508,4294967295,1,123,123,2509,4294967295,1,123,123,2510,4294967295,1,123,123,2511,4294967295,1,123,123,2512,4294967295,1,123,123,2513,4294967295,1,123,123,2514,4294967295,1,123,123,2515,4294967295,0,4294967295,0,4294967295,0,4294967295,1,123,123,2516,4294967295,1,123,123,2517,4294967295,1,123,123,2518,4294967295,1,123,123,2519,4294967295,1,123,123,2520,4294967295,1,123,123,2521,4294967295,1,123,123,2522,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,1,123,123,2523,4294967295,1,123,123,2524,4294967295,0,4294967295,1,123,123,2525,4294967295,1,123,123,2526,4294967295,1,123,123,2527,4294967295,1,123,123,2528,4294967295,1,123,123,2529,4294967295,1,123,123,2530,4294967295,1,123,123,2531,4294967295,1,123,123,2532,4294967295,0,4294967295,0,4294967295,1,123,123,2533,4294967295,1,123,123,2534,4294967295,0,4294967295,0,4294967295,0,4294967295,1,123,123,2535,4294967295,0,4294967295,1,123,123,2536,4294967295,1,123,123,2537,4294967295,1,123,123,2538,4294967295,0,4294967295,0,4294967295,1,123,123,2539,4294967295,1,123,123,2540,4294967295,1,123,123,2541,4294967295,1,123,123,2542,4294967295,1,123,123,2543,4294967295,1,123,123,2544,4294967295,1,123,123,2545,4294967295,0,4294967295,0,4294967295,0,4294967295,1,123,123,2546,4294967295,1,123,123,2547,4294967295,1,123,123,2548,4294967295,1,123,123,2549,4294967295,1,123,123,2550,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,1,123,123,2551,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,1,123,123,2552,4294967295,1,123,123,2553,4294967295,1,123,123,2554,4294967295,1,123,123,2555,4294967295,1,123,123,2556,4294967295,0,4294967295,0,4294967295,0,4294967295,1,123,123,2557,4294967295,1,123,123,2558,4294967295,1,123,123,2559,4294967295,1,123,123,2560,4294967295,1,123,123,2561,4294967295,1,123,123,2562,4294967295,1,123,123,2563,4294967295,1,123,123,2564,4294967295,1,123,123,2565,4294967295,1,123,123,2566,4294967295,1,123,123,2567,4294967295,1,123,123,2568,4294967295,1,123,123,2569,4294967295,1,123,123,2570,4294967295,1,123,123,2571,4294967295,1,123,123,2572,4294967295,1,123,123,2573,4294967295,1,123,123,2574,4294967295,1,123,123,2575,4294967295,1,123,123,2576,4294967295,1,123,123,2577,4294967295,1,123,123,2578,4294967295,1,123,123,2579,4294967295,1,123,123,2580,4294967295,1,123,123,2581,4294967295,0,4294967295,0,4294967295,1,123,123,2582,4294967295,1,123,123,2583,4294967295,1,123,123,2584,4294967295,0,4294967295,1,123,123,2585,4294967295,1,123,123,2586,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,1,123,123,2587,4294967295,1,123,123,2588,4294967295,0,4294967295,0,4294967295,0,4294967295,1,123,123,2589,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,1,123,123,2590,4294967295,1,123,123,2591,4294967295,1,123,123,2592,4294967295,1,123,123,2593,4294967295,1,123,123,2594,4294967295,1,123,123,2595,4294967295,1,123,123,2596,4294967295,1,123,123,2597,4294967295,1,123,123,2598,4294967295,1,123,123,2599,4294967295,1,123,123,2600,4294967295,1,123,123,2601,4294967295,1,123,123,2602,4294967295,1,123,123,2603,4294967295,1,123,123,2604,4294967295,1,123,123,2605,4294967295,1,123,123,2606,4294967295,1,123,123,2607,4294967295,1,123,123,2608,4294967295,1,123,123,2609,4294967295,0,4294967295,1,123,123,2610,4294967295,1,123,123,2611,4294967295,1,123,123,2612,4294967295,1,123,123,2613,4294967295,1,123,123,2614,4294967295,1,123,123,2615,4294967295,1,123,123,2616,4294967295,1,123,123,2617,4294967295,1,123,123,2618,4294967295,1,123,123,2619,4294967295,1,123,123,2620,4294967295,1,123,123,2621,4294967295,1,123,123,2622,4294967295,1,123,123,2623,4294967295,1,123,123,2624,4294967295,1,123,123,2625,4294967295,1,123,123,2626,4294967295,1,123,123,2627,4294967295,1,123,123,2628,4294967295,1,123,123,2629,4294967295,1,123,123,2630,4294967295,1,123,123,2631,4294967295,1,123,123,2632,4294967295,1,123,123,2633,4294967295,1,123,123,2634,4294967295,1,123,123,2635,4294967295,1,123,123,2636,4294967295,1,123,123,2637,4294967295,1,123,123,2638,4294967295,1,123,123,2639,4294967295,1,123,123,2640,4294967295,1,123,123,2641,4294967295,1,123,123,2642,4294967295,1,123,123,2643,4294967295,1,123,123,2644,4294967295,1,123,123,2645,4294967295,1,123,123,2646,4294967295,1,123,123,2647,4294967295,1,123,123,2648,4294967295,1,123,123,2649,4294967295,1,123,123,2650,4294967295,1,123,123,2651,4294967295,1,123,123,2652,4294967295,1,123,123,2653,4294967295,1,123,123,2654,4294967295,1,123,123,2655,4294967295,1,123,123,2656,4294967295,1,123,123,2657,4294967295,1,123,123,2658,4294967295,1,123,123,2659,4294967295,1,123,123,2660,4294967295,1,123,123,2661,4294967295,1,123,123,2662,4294967295,1,123,123,2663,4294967295,1,123,123,2664,4294967295,1,123,123,2665,4294967295,1,123,123,2666,4294967295,1,123,123,2667,4294967295,1,123,123,2668,4294967295,1,123,123,2669,4294967295,1,123,123,2670,4294967295,1,123,123,2671,4294967295,1,123,123,2672,4294967295,1,123,123,2673,4294967295,1,123,123,2674,4294967295,1,123,123,2675,4294967295,1,123,123,2676,4294967295,1,123,123,2677,4294967295,1,123,123,2678,4294967295,1,123,123,2679,4294967295,0,4294967295,0,4294967295,1,123,123,2680,4294967295,1,123,123,2681,4294967295,1,123,123,2682,4294967295,1,123,123,2683,4294967295,0,4294967295,0,4294967295,1,123,123,2684,4294967295,1,123,123,2685,4294967295,1,123,123,2686,4294967295,1,123,123,2687,4294967295,1,123,123,2688,4294967295,1,123,123,2689,4294967295,0,4294967295,0,4294967295,1,123,123,2690,4294967295,0,4294967295,0,4294967295,1,123,123,2691,4294967295,1,123,123,2692,4294967295,0,4294967295,0,4294967295,1,123,123,2693,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,1,123,123,2694,4294967295,0,4294967295,1,123,123,2695,4294967295,1,123,123,2696,4294967295,0,4294967295,0,4294967295,1,123,123,2697,4294967295,1,123,123,2698,4294967295,1,123,123,2699,4294967295,1,123,123,2700,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,1,123,123,2701,4294967295,1,123,123,2702,4294967295,0,4294967295,1,123,123,2703,4294967295,0,4294967295,0,4294967295,1,123,123,2704,4294967295,0,4294967295,0,4294967295,1,123,123,2705,4294967295,1,123,123,2706,4294967295,0,4294967295,0,4294967295,0,4294967295,1,123,123,2707,4294967295,1,123,123,2708,4294967295,0,4294967295,1,123,123,2709,4294967295,1,123,123,2710,4294967295,0,4294967295,0,4294967295,1,123,123,2711,4294967295,1,123,123,2712,4294967295,1,123,123,2713,4294967295,1,123,123,2714,4294967295,0,4294967295,0,4294967295,1,123,123,2715,4294967295,1,123,123,2716,4294967295,1,123,123,2717,4294967295,0,4294967295,1,123,123,2718,4294967295,1,123,123,2719,4294967295,0,4294967295,1,123,123,2720,4294967295,0,4294967295,0,4294967295,0,4294967295,1,123,123,2721,4294967295,1,123,123,2722,4294967295,1,123,123,2723,4294967295,1,123,123,2724,4294967295,0,4294967295,1,123,123,2725,4294967295,1,123,123,2726,4294967295,0,4294967295,1,123,123,2727,4294967295,1,123,123,2728,4294967295,1,123,123,2729,4294967295,1,123,123,2730,4294967295,0,4294967295,0,4294967295,0,4294967295,1,123,123,2731,4294967295,1,123,123,2732,4294967295,1,123,123,2733,4294967295,1,123,123,2734,4294967295,1,123,123,2735,4294967295,1,123,123,2736,4294967295,0,4294967295,1,123,123,2737,4294967295,1,123,123,2738,4294967295,1,123,123,2739,4294967295,1,123,123,2740,4294967295,0,4294967295,0,4294967295,1,123,123,2741,4294967295,1,123,123,2742,4294967295,0,4294967295,1,123,123,2743,4294967295,0,4294967295,1,123,123,2744,4294967295,1,123,123,2745,4294967295,1,123,123,2746,4294967295,1,123,123,2747,4294967295,1,123,123,2748,4294967295,1,123,123,2749,4294967295,0,4294967295,1,123,123,2750,4294967295,0,4294967295,1,123,123,2751,4294967295,1,123,123,2752,4294967295,1,123,123,2753,4294967295,0,4294967295,1,123,123,2754,4294967295,1,123,123,2755,4294967295,0,4294967295,1,123,123,2756,4294967295,1,123,123,2757,4294967295,1,123,123,2758,4294967295,0,4294967295,0,4294967295,1,123,123,2759,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,1,123,123,2760,4294967295,1,123,123,2761,4294967295,1,123,123,2762,4294967295,0,4294967295,1,123,123,2763,4294967295,1,123,123,2764,4294967295,1,123,123,2765,4294967295,0,4294967295,0,4294967295,1,123,123,2766,4294967295,1,123,123,2767,4294967295,1,123,123,2768,4294967295,0,4294967295,0,4294967295,1,123,123,2769,4294967295,1,123,123,2770,4294967295,0,4294967295,1,123,123,2771,4294967295,1,123,123,2772,4294967295,1,123,123,2773,4294967295,0,4294967295,0,4294967295,1,123,123,2774,4294967295,1,123,123,2775,4294967295,1,123,123,2776,4294967295,1,123,123,2777,4294967295,1,123,123,2778,4294967295,1,123,123,2779,4294967295,0,4294967295,1,123,123,2780,4294967295,0,4294967295,0,4294967295,1,123,123,2781,4294967295,0,4294967295,0,4294967295,0,4294967295,1,123,123,2782,4294967295,1,123,123,2783,4294967295,1,123,123,2784,4294967295,1,123,123,2785,4294967295,0,4294967295,0,4294967295,1,123,123,2786,4294967295,0,4294967295,0,4294967295,1,123,123,2787,4294967295,1,123,123,2788,4294967295,1,123,123,2789,4294967295,1,123,123,2790,4294967295,1,123,123,2791,4294967295,1,123,123,2792,4294967295,0,4294967295,0,4294967295,1,123,123,2793,4294967295,1,123,123,2794,4294967295,1,123,123,2795,4294967295,1,123,123,2796,4294967295,0,4294967295,1,123,123,2797,4294967295,1,123,123,2798,4294967295,1,123,123,2799,4294967295,1,123,123,2800,4294967295,1,123,123,2801,4294967295,1,123,123,2802,4294967295,1,123,123,2803,4294967295,1,123,123,2804,4294967295,1,123,123,2805,4294967295,1,123,123,2806,4294967295,1,123,123,2807,4294967295,1,123,123,2808,4294967295,1,123,123,2809,4294967295,1,123,123,2810,4294967295,1,123,123,2811,4294967295,1,123,123,2812,4294967295,1,123,123,2813,4294967295,1,123,123,2814,4294967295,1,123,123,2815,4294967295,1,123,123,2816,4294967295,1,123,123,2817,4294967295,1,123,123,2818,4294967295,1,123,123,2819,4294967295,1,123,123,2820,4294967295,1,123,123,2821,4294967295,1,123,123,2822,4294967295,1,123,123,2823,4294967295,1,123,123,2824,4294967295,1,123,123,2825,4294967295,1,123,123,2826,4294967295,1,123,123,2827,4294967295,1,123,123,2828,4294967295,1,123,123,2829,4294967295,1,123,123,2830,4294967295,1,123,123,2831,4294967295,1,123,123,2832,4294967295,1,123,123,2833,4294967295,1,123,123,2834,4294967295,1,123,123,2835,4294967295,1,123,123,2836,4294967295,1,123,123,2837,4294967295,1,123,123,2838,4294967295,1,123,123,2839,4294967295,1,123,123,2840,4294967295,1,123,123,2841,4294967295,1,123,123,2842,4294967295,1,123,123,2843,4294967295,1,123,123,2844,4294967295,1,123,123,2845,4294967295,1,123,123,2846,4294967295,1,123,123,2847,4294967295,1,123,123,2848,4294967295,1,123,123,2849,4294967295,1,123,123,2850,4294967295,1,123,123,2851,4294967295,1,123,123,2852,4294967295,1,123,123,2853,4294967295,1,123,123,2854,4294967295,1,123,123,2855,4294967295,1,123,123,2856,4294967295,1,123,123,2857,4294967295,1,123,123,2858,4294967295,1,123,123,2859,4294967295,1,123,123,2860,4294967295,1,123,123,2861,4294967295,1,123,123,2862,4294967295,1,123,123,2863,4294967295,1,123,123,2864,4294967295,1,123,123,2865,4294967295,1,123,123,2866,4294967295,1,123,123,2867,4294967295,1,123,123,2868,4294967295,1,123,123,2869,4294967295,1,123,123,2870,4294967295,1,123,123,2871,4294967295,1,123,123,2872,4294967295,1,123,123,2873,4294967295,1,123,123,2874,4294967295,1,123,123,2875,4294967295,1,123,123,2876,4294967295,1,123,123,2877,4294967295,1,123,123,2878,4294967295,1,123,123,2879,4294967295,1,123,123,2880,4294967295,1,123,123,2881,4294967295,1,123,123,2882,4294967295,1,123,123,2883,4294967295,1,123,123,2884,4294967295,1,123,123,2885,4294967295,1,123,123,2886,4294967295,1,123,123,2887,4294967295,1,123,123,2888,4294967295,1,123,123,2889,4294967295,1,123,123,2890,4294967295,1,123,123,2891,4294967295,1,123,123,2892,4294967295,1,123,123,2893,4294967295,1,123,123,2894,4294967295,1,123,123,2895,4294967295,1,123,123,2896,4294967295,1,123,123,2897,4294967295,1,123,123,2898,4294967295,0,4294967295,1,123,123,2899,4294967295,1,123,123,2900,4294967295,1,123,123,2901,4294967295,1,123,123,2902,4294967295,1,123,123,2903,4294967295,1,123,123,2904,4294967295,1,123,123,2905,4294967295,1,123,123,2906,4294967295,1,123,123,2907,4294967295,1,123,123,2908,4294967295,1,123,123,2909,4294967295,1,123,123,2910,4294967295,1,123,123,2911,4294967295,1,123,123,2912,4294967295,1,123,123,2913,4294967295,1,123,123,2914,4294967295,1,123,123,2915,4294967295,1,123,123,2916,4294967295,1,123,123,2917,4294967295,1,123,123,2918,4294967295,1,123,123,2919,4294967295,1,123,123,2920,4294967295,1,123,123,2921,4294967295,1,123,123,2922,4294967295,1,123,123,2923,4294967295,1,123,123,2924,4294967295,1,123,123,2925,4294967295,1,123,123,2926,4294967295,1,123,123,2927,4294967295,1,123,123,2928,4294967295,1,123,123,2929,4294967295,1,123,123,2930,4294967295,1,123,123,2931,4294967295,1,123,123,2932,4294967295,1,123,123,2933,4294967295,1,123,123,2934,4294967295,1,123,123,2935,4294967295,1,123,123,2936,4294967295,1,123,123,2937,4294967295,1,123,123,2938,4294967295,1,123,123,2939,4294967295,1,123,123,2940,4294967295,1,123,123,2941,4294967295,1,123,123,2942,4294967295,1,123,123,2943,4294967295,1,123,123,2944,4294967295,1,123,123,2945,4294967295,1,123,123,2946,4294967295,1,123,123,2947,4294967295,1,123,123,2948,4294967295,1,123,123,2949,4294967295,1,123,123,2950,4294967295,1,123,123,2951,4294967295,1,123,123,2952,4294967295,1,123,123,2953,4294967295,1,123,123,2954,4294967295,1,123,123,2955,4294967295,1,123,123,2956,4294967295,1,123,123,2957,4294967295,1,123,123,2958,4294967295,1,123,123,2959,4294967295,1,123,123,2960,4294967295,1,123,123,2961,4294967295,1,123,123,2962,4294967295,1,123,123,2963,4294967295,1,123,123,2964,4294967295,1,123,123,2965,4294967295,1,123,123,2966,4294967295,1,123,123,2967,4294967295,1,123,123,2968,4294967295,1,123,123,2969,4294967295,1,123,123,2970,4294967295,1,123,123,2971,4294967295,1,123,123,2972,4294967295,1,123,123,2973,4294967295,1,123,123,2974,4294967295,1,123,123,2975,4294967295,1,123,123,2976,4294967295,1,123,123,2977,4294967295,1,123,123,2978,4294967295,1,123,123,2979,4294967295,1,123,123,2980,4294967295,1,123,123,2981,4294967295,1,123,123,2982,4294967295,1,123,123,2983,4294967295,1,123,123,2984,4294967295,1,123,123,2985,4294967295,1,123,123,2986,4294967295,1,123,123,2987,4294967295,1,123,123,2988,4294967295,1,123,123,2989,4294967295,1,123,123,2990,4294967295,1,123,123,2991,4294967295,1,123,123,2992,4294967295,1,123,123,2993,4294967295,1,123,123,2994,4294967295,1,123,123,2995,4294967295,1,123,123,2996,4294967295,1,123,123,2997,4294967295,1,123,123,2998,4294967295,1,123,123,2999,4294967295,1,123,123,3000,4294967295,1,123,123,3001,4294967295,1,123,123,3002,4294967295,1,123,123,3003,4294967295,1,123,123,3004,4294967295,1,123,123,3005,4294967295,1,123,123,3006,4294967295,1,123,123,3007,4294967295,1,123,123,3008,4294967295,1,123,123,3009,4294967295,1,123,123,3010,4294967295,1,123,123,3011,4294967295,1,123,123,3012,4294967295,1,123,123,3013,4294967295,1,123,123,3014,4294967295,1,123,123,3015,4294967295,1,123,123,3016,4294967295,1,123,123,3017,4294967295,1,123,123,3018,4294967295,1,123,123,3019,4294967295,1,123,123,3020,4294967295,1,123,123,3021,4294967295,1,123,123,3022,4294967295,1,123,123,3023,4294967295,1,123,123,3024,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,4294967295,0,3025,2,0,0,215,0,1,246,1,247,7,0,1,2,0,2,0,0,215,0,1,246,1,247,7,0,1,2,0,2,0,0,215,0,1,246,1,247,7,0,1,2,0,2,0,0,215,0,1,246,2,227,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,2,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,2,247,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,2,227,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,2,227,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,2,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,3,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,3,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,3,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,3,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,2,0,0,215,0,1,246,3,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,2,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,2,247,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,2,560,7,0,1,2,0,247,7,0,1,2,0,2,0,0,215,0,1,246,2,247,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,1,247,7,1,1,2,0,2,0,0,215,0,1,246,2,227,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,2,247,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,3,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,3,227,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,3,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,3,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,4,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,3,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,3,0,0,215,0,1,246,0,2,535,4,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,515,7,0,1,3,0,2,0,0,215,0,1,246,4,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,4,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,3,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,3,0,0,215,0,1,246,0,2,197,4,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,515,7,0,1,3,0,2,0,0,215,0,1,246,4,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,2,247,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,4,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,4,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,3,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,3,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,4,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,227,7,0,1,1,0,2,0,0,215,0,1,246,4,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,4,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,3,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,3,0,0,215,0,1,246,0,2,560,4,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,515,7,0,1,3,0,2,0,0,215,0,1,246,2,247,7,1,1,2,0,560,7,1,1,2,0,2,0,0,215,0,1,246,3,197,7,0,1,2,0,247,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,2,247,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,2,560,7,0,1,2,0,247,7,0,1,2,0,2,0,0,215,0,1,246,2,247,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,2,247,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,2,247,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,1,247,7,1,1,2,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,227,7,0,1,1,0,535,7,0,1,2,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,227,7,0,1,1,0,197,7,0,1,2,0,2,0,0,215,0,1,246,2,247,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,2,0,0,215,0,1,246,3,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,3,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,3,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,227,7,0,1,1,0,560,7,0,1,2,0,2,0,0,215,0,1,246,3,227,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,3,227,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,3,227,7,0,1,1,0,560,7,0,1,2,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,4,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,535,7,0,1,2,0,5,0,0,215,0,1,246,0,2,197,0,2,535,1,3,4,4,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,515,7,0,1,5,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,197,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,4,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,535,7,0,1,2,0,2,0,0,215,0,1,246,2,247,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,4,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,535,7,0,1,2,0,2,0,0,215,0,1,246,3,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,4,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,5,0,0,215,0,1,246,0,2,560,0,2,535,1,3,4,4,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,515,7,0,1,5,0,2,0,0,215,0,1,246,4,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,4,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,4,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,197,7,0,1,2,0,5,0,0,215,0,1,246,0,2,535,0,2,197,1,3,4,4,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,515,7,0,1,5,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,4,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,197,7,0,1,2,0,2,0,0,215,0,1,246,2,247,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,4,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,197,7,0,1,2,0,2,0,0,215,0,1,246,3,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,4,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,197,7,0,1,2,0,5,0,0,215,0,1,246,0,2,560,0,2,197,1,3,4,4,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,515,7,0,1,5,0,2,0,0,215,0,1,246,2,247,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,4,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,4,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,4,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,4,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,3,0,0,215,0,1,246,0,2,535,5,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,515,7,0,1,3,0,227,7,0,1,1,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,4,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,4,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,3,0,0,215,0,1,246,0,2,197,5,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,515,7,0,1,3,0,227,7,0,1,1,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,3,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,4,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,4,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,3,0,0,215,0,1,246,0,2,560,5,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,515,7,0,1,3,0,227,7,0,1,1,0,2,0,0,215,0,1,246,4,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,560,7,0,1,2,0,5,0,0,215,0,1,246,0,2,197,0,2,560,1,3,4,4,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,515,7,0,1,5,0,2,0,0,215,0,1,246,4,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,560,7,0,1,2,0,2,0,0,215,0,1,246,4,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,4,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,560,7,0,1,2,0,2,0,0,215,0,1,246,3,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,2,247,7,1,1,2,0,560,7,1,1,2,0,2,0,0,215,0,1,246,2,560,7,1,1,2,0,247,7,1,1,2,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,197,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,3,197,7,0,1,2,0,247,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,3,197,7,0,1,2,0,560,7,0,1,2,0,247,7,0,1,2,0,2,0,0,215,0,1,246,2,247,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,560,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,3,560,7,0,1,2,0,227,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,3,560,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,2,560,7,0,1,2,0,247,7,0,1,2,0,2,0,0,215,0,1,246,2,247,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,3,227,7,0,1,1,0,247,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,3,238,7,0,1,1,0,247,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,2,247,7,0,1,2,0,548,7,0,1,2,0,3,0,0,215,0,1,246,0,2,548,3,247,7,0,1,2,0,548,7,0,1,2,0,515,7,0,1,3,0,2,0,0,215,0,1,246,2,247,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,560,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,2,247,7,1,1,2,0,548,7,1,1,2,0,2,0,0,215,0,1,246,2,247,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,1,247,7,1,1,2,0,2,0,0,215,0,1,246,2,227,7,1,1,1,0,247,7,1,1,2,0,2,0,0,215,0,1,246,2,238,7,1,1,1,0,247,7,1,1,2,0,2,0,0,215,0,1,246,3,227,7,0,1,1,0,247,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,3,535,7,0,1,2,0,227,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,227,7,0,1,1,0,535,7,0,1,2,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,227,7,0,1,1,0,535,7,0,1,2,0,2,0,0,215,0,1,246,3,197,7,0,1,2,0,227,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,227,7,0,1,1,0,197,7,0,1,2,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,227,7,0,1,1,0,197,7,0,1,2,0,2,0,0,215,0,1,246,2,247,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,2,0,0,215,0,1,246,4,535,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,197,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,3,227,7,0,1,1,0,247,7,0,1,2,0,238,7,0,1,1,0,2,0,0,215,0,1,246,4,246,7,0,1,1,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,560,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,5,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,3,0,0,215,0,1,246,0,2,535,5,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,515,7,0,1,3,0,2,0,0,215,0,1,246,5,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,5,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,3,0,0,215,0,1,246,0,2,197,5,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,515,7,0,1,3,0,2,0,0,215,0,1,246,5,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,2,0,0,215,0,1,246,5,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,3,0,0,215,0,1,246,0,2,560,5,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,515,7,0,1,3,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,227,7,0,1,1,0,560,7,0,1,2,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,227,7,0,1,1,0,560,7,0,1,2,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,197,7,0,1,2,0,247,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,227,7,0,1,1,0,560,7,0,1,2,0,2,0,0,215,0,1,246,3,227,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,3,227,7,0,1,1,0,560,7,0,1,2,0,247,7,0,1,2,0,2,0,0,215,0,1,246,3,227,7,0,1,1,0,560,7,0,1,2,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,4,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,4,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,5,0,0,215,0,1,246,0,2,535,0,2,548,1,3,4,5,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,515,7,0,1,5,0,548,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,197,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,197,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,197,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,4,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,197,7,0,1,2,0,535,7,0,1,2,0,7,0,0,215,0,1,246,0,2,560,0,2,197,1,3,4,0,2,535,1,5,6,4,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,515,7,0,1,7,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,535,7,0,1,2,0,2,0,0,215,0,1,246,4,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,535,7,0,1,2,0,2,0,0,215,0,1,246,4,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,535,7,0,1,2,0,3,0,0,215,0,1,246,0,2,535,5,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,227,7,0,1,1,0,515,7,0,1,3,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,535,7,0,1,2,0,2,0,0,215,0,1,246,2,535,7,0,1,2,0,247,7,0,1,2,0,2,0,0,215,0,1,246,2,247,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,3,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,7,0,0,215,0,1,246,0,2,197,0,2,560,1,3,4,0,2,535,1,5,6,4,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,515,7,0,1,7,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,560,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,560,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,4,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,535,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,535,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,535,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,4,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,197,7,0,1,2,0,7,0,0,215,0,1,246,0,2,560,0,2,535,1,3,4,0,2,197,1,5,6,4,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,515,7,0,1,7,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,197,7,0,1,2,0,2,0,0,215,0,1,246,4,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,197,7,0,1,2,0,2,0,0,215,0,1,246,4,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,197,7,0,1,2,0,3,0,0,215,0,1,246,0,2,197,5,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,227,7,0,1,1,0,515,7,0,1,3,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,197,7,0,1,2,0,2,0,0,215,0,1,246,2,197,7,0,1,2,0,247,7,0,1,2,0,2,0,0,215,0,1,246,2,247,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,3,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,560,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,560,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,560,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,4,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,2,227,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,5,0,0,215,0,1,246,0,2,197,0,2,535,1,3,4,5,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,515,7,0,1,5,0,227,7,0,1,1,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,197,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,4,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,535,7,0,1,2,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,535,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,4,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,5,0,0,215,0,1,246,0,2,560,0,2,535,1,3,4,5,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,515,7,0,1,5,0,227,7,0,1,1,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,5,0,0,215,0,1,246,0,2,535,0,2,197,1,3,4,5,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,515,7,0,1,5,0,227,7,0,1,1,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,4,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,197,7,0,1,2,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,197,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,4,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,5,0,0,215,0,1,246,0,2,560,0,2,197,1,3,4,5,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,515,7,0,1,5,0,227,7,0,1,1,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,5,0,0,215,0,1,246,0,2,197,0,2,560,1,3,4,5,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,515,7,0,1,5,0,227,7,0,1,1,0,2,0,0,215,0,1,246,4,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,560,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,560,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,4,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,197,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,197,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,197,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,4,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,560,7,0,1,2,0,2,0,0,215,0,1,246,4,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,560,7,0,1,2,0,2,0,0,215,0,1,246,4,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,560,7,0,1,2,0,3,0,0,215,0,1,246,0,2,560,5,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,227,7,0,1,1,0,515,7,0,1,3,0,2,0,0,215,0,1,246,4,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,535,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,4,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,560,7,0,1,2,0,5,0,0,215,0,1,246,0,2,535,0,2,560,1,3,4,4,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,515,7,0,1,5,0,2,0,0,215,0,1,246,3,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,3,197,7,1,1,2,0,247,7,1,1,2,0,560,7,1,1,2,0,2,0,0,215,0,1,246,3,227,7,1,1,1,0,247,7,1,1,2,0,560,7,1,1,2,0,2,0,0,215,0,1,246,3,238,7,1,1,1,0,247,7,1,1,2,0,560,7,1,1,2,0,2,0,0,215,0,1,246,2,247,7,1,1,2,0,560,7,1,1,2,0,2,0,0,215,0,1,246,2,560,7,1,1,2,0,247,7,1,1,2,0,2,0,0,215,0,1,246,2,197,7,0,1,2,0,247,7,0,1,2,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,197,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,3,560,7,0,1,2,0,197,7,0,1,2,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,197,7,0,1,2,0,227,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,4,197,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,3,197,7,0,1,2,0,560,7,0,1,2,0,247,7,0,1,2,0,2,0,0,215,0,1,246,3,197,7,0,1,2,0,560,7,0,1,2,0,247,7,0,1,2,0,2,0,0,215,0,1,246,2,247,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,560,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,3,560,7,0,1,2,0,247,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,3,560,7,0,1,2,0,227,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,3,560,7,0,1,2,0,227,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,3,560,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,560,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,4,560,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,3,0,0,215,0,1,246,0,2,560,4,515,7,0,1,3,0,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,560,7,0,1,2,0,238,7,0,1,1,0,2,0,0,215,0,1,246,3,560,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,2,560,7,0,1,2,0,247,7,0,1,2,0,2,0,0,215,0,1,246,2,247,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,2,247,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,3,535,7,0,1,2,0,548,7,0,1,2,0,247,7,0,1,2,0,2,0,0,215,0,1,246,3,227,7,0,1,1,0,247,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,3,227,7,0,1,1,0,247,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,3,238,7,0,1,1,0,247,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,4,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,4,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,4,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,548,7,0,1,2,0,3,0,0,215,0,1,246,0,2,548,5,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,515,7,0,1,3,0,548,7,0,1,2,0,2,0,0,215,0,1,246,4,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,2,247,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,2,247,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,560,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,3,560,7,0,1,2,0,247,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,2,247,7,1,1,2,0,548,7,1,1,2,0,2,0,0,215,0,1,246,2,247,7,1,1,2,0,548,7,1,1,2,0,2,0,0,215,0,1,246,3,535,7,0,1,2,0,548,7,0,1,2,0,247,7,0,1,2,0,2,0,0,215,0,1,246,2,227,7,1,1,1,0,247,7,1,1,2,0,2,0,0,215,0,1,246,2,227,7,1,1,1,0,247,7,1,1,2,0,2,0,0,215,0,1,246,2,238,7,1,1,1,0,247,7,1,1,2,0,2,0,0,215,0,1,246,3,238,7,1,1,1,0,247,7,1,1,2,0,535,7,1,1,2,0,2,0,0,215,0,1,246,3,238,7,1,1,1,0,247,7,1,1,2,0,197,7,1,1,2,0,2,0,0,215,0,1,246,3,238,7,1,1,1,0,247,7,1,1,2,0,227,7,1,1,1,0,2,0,0,215,0,1,246,3,238,7,1,1,1,0,247,7,1,1,2,0,246,7,1,1,1,0,2,0,0,215,0,1,246,3,238,7,1,1,1,0,247,7,1,1,2,0,560,7,1,1,2,0,2,0,0,215,0,1,246,2,238,7,1,1,1,0,247,7,1,1,2,0,2,0,0,215,0,1,246,3,227,7,0,1,1,0,247,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,227,7,0,1,1,0,535,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,3,535,7,0,1,2,0,227,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,227,7,0,1,1,0,535,7,0,1,2,0,2,0,0,215,0,1,246,3,535,7,0,1,2,0,227,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,3,535,7,0,1,2,0,227,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,3,227,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,227,7,0,1,1,0,535,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,535,7,0,1,2,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,227,7,0,1,1,0,197,7,0,1,2,0,2,0,0,215,0,1,246,3,197,7,0,1,2,0,227,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,3,197,7,0,1,2,0,227,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,3,227,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,227,7,0,1,1,0,197,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,197,7,0,1,2,0,2,0,0,215,0,1,246,3,535,7,0,1,2,0,247,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,3,197,7,0,1,2,0,247,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,2,0,0,215,0,1,246,4,535,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,535,7,0,1,2,0,2,0,0,215,0,1,246,5,535,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,4,535,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,535,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,3,0,0,215,0,1,246,0,2,535,5,515,7,0,1,3,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,2,0,0,215,0,1,246,5,535,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,4,535,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,5,197,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,197,7,0,1,2,0,2,0,0,215,0,1,246,4,197,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,197,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,3,0,0,215,0,1,246,0,2,197,5,515,7,0,1,3,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,2,0,0,215,0,1,246,5,197,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,4,197,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,3,227,7,0,1,1,0,247,7,0,1,2,0,238,7,0,1,1,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,535,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,197,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,3,227,7,0,1,1,0,247,7,0,1,2,0,238,7,0,1,1,0,2,0,0,215,0,1,246,3,227,7,0,1,1,0,247,7,0,1,2,0,238,7,0,1,1,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,246,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,560,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,535,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,246,7,0,1,1,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,560,7,0,1,2,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,2,0,0,215,0,1,246,5,560,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,4,560,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,560,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,3,0,0,215,0,1,246,0,2,560,5,515,7,0,1,3,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,2,0,0,215,0,1,246,4,560,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,3,560,7,0,1,2,0,247,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,5,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,5,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,5,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,535,7,0,1,2,0,5,0,0,215,0,1,246,0,2,197,0,2,535,1,3,4,5,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,515,7,0,1,5,0,2,0,0,215,0,1,246,6,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,197,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,535,7,0,1,2,0,2,0,0,215,0,1,246,3,227,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,5,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,535,7,0,1,2,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,6,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,5,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,5,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,5,0,0,215,0,1,246,0,2,560,0,2,535,1,3,4,5,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,515,7,0,1,5,0,2,0,0,215,0,1,246,5,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,5,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,5,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,5,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,197,7,0,1,2,0,5,0,0,215,0,1,246,0,2,535,0,2,197,1,3,4,5,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,515,7,0,1,5,0,2,0,0,215,0,1,246,6,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,197,7,0,1,2,0,2,0,0,215,0,1,246,3,227,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,5,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,197,7,0,1,2,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,5,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,5,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,197,7,0,1,2,0,5,0,0,215,0,1,246,0,2,560,0,2,197,1,3,4,5,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,515,7,0,1,5,0,2,0,0,215,0,1,246,5,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,5,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,560,7,0,1,2,0,5,0,0,215,0,1,246,0,2,197,0,2,560,1,3,4,5,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,515,7,0,1,5,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,560,7,0,1,2,0,2,0,0,215,0,1,246,5,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,5,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,560,7,0,1,2,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,3,227,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,227,7,0,1,1,0,560,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,227,7,0,1,1,0,197,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,197,7,0,1,2,0,247,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,197,7,0,1,2,0,247,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,197,7,0,1,2,0,560,7,0,1,2,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,560,7,0,1,2,0,2,0,0,215,0,1,246,3,227,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,227,7,0,1,1,0,560,7,0,1,2,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,560,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,3,227,7,0,1,1,0,560,7,0,1,2,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,197,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,7,0,0,215,0,1,246,0,2,197,0,2,535,1,3,4,0,2,548,1,5,6,5,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,515,7,0,1,7,0,548,7,0,1,2,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,197,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,535,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,4,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,3,0,0,215,0,1,246,0,2,548,6,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,535,7,0,1,2,0,548,7,0,1,2,0,515,7,0,1,3,0,2,0,0,215,0,1,246,4,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,7,0,0,215,0,1,246,0,2,560,0,2,535,1,3,4,0,2,548,1,5,6,5,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,515,7,0,1,7,0,548,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,197,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,197,7,0,1,2,0,535,7,0,1,2,0,5,0,0,215,0,1,246,0,2,197,0,2,535,1,3,4,5,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,227,7,0,1,1,0,515,7,0,1,5,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,197,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,2,197,7,1,1,2,0,247,7,1,1,2,0,2,0,0,215,0,1,246,2,247,7,1,1,2,0,535,7,1,1,2,0,2,0,0,215,0,1,246,3,535,7,0,1,2,0,197,7,0,1,2,0,247,7,0,1,2,0,2,0,0,215,0,1,246,3,197,7,0,1,2,0,247,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,197,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,4,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,560,7,0,1,2,0,197,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,560,7,0,1,2,0,197,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,560,7,0,1,2,0,197,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,197,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,535,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,535,7,0,1,2,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,535,7,0,1,2,0,2,0,0,215,0,1,246,4,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,535,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,227,7,0,1,1,0,535,7,0,1,2,0,2,0,0,215,0,1,246,4,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,535,7,0,1,2,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,535,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,535,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,535,7,0,1,2,0,2,0,0,215,0,1,246,2,535,7,0,1,2,0,247,7,0,1,2,0,2,0,0,215,0,1,246,2,247,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,2,535,7,0,1,2,0,247,7,0,1,2,0,2,0,0,215,0,1,246,2,247,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,3,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,197,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,197,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,197,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,560,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,560,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,560,7,0,1,2,0,535,7,0,1,2,0,5,0,0,215,0,1,246,0,2,560,0,2,535,1,3,4,5,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,227,7,0,1,1,0,515,7,0,1,5,0,2,0,0,215,0,1,246,3,247,7,1,1,2,0,560,7,1,1,2,0,535,7,1,1,2,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,3,560,7,0,1,2,0,247,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,4,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,197,7,0,1,2,0,7,0,0,215,0,1,246,0,2,535,0,2,548,1,3,4,0,2,197,1,5,6,5,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,515,7,0,1,7,0,548,7,0,1,2,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,535,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,535,7,0,1,2,0,197,7,0,1,2,0,5,0,0,215,0,1,246,0,2,535,0,2,197,1,3,4,5,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,227,7,0,1,1,0,515,7,0,1,5,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,535,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,2,247,7,1,1,2,0,197,7,1,1,2,0,2,0,0,215,0,1,246,2,535,7,1,1,2,0,247,7,1,1,2,0,2,0,0,215,0,1,246,3,535,7,0,1,2,0,247,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,3,197,7,0,1,2,0,535,7,0,1,2,0,247,7,0,1,2,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,535,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,4,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,560,7,0,1,2,0,535,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,560,7,0,1,2,0,535,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,197,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,197,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,197,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,197,7,0,1,2,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,197,7,0,1,2,0,2,0,0,215,0,1,246,4,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,197,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,227,7,0,1,1,0,197,7,0,1,2,0,2,0,0,215,0,1,246,4,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,197,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,197,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,197,7,0,1,2,0,2,0,0,215,0,1,246,2,247,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,2,197,7,0,1,2,0,247,7,0,1,2,0,2,0,0,215,0,1,246,2,247,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,3,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,560,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,560,7,0,1,2,0,197,7,0,1,2,0,5,0,0,215,0,1,246,0,2,560,0,2,197,1,3,4,5,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,227,7,0,1,1,0,515,7,0,1,5,0,2,0,0,215,0,1,246,3,247,7,1,1,2,0,560,7,1,1,2,0,197,7,1,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,560,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,560,7,0,1,2,0,197,7,0,1,2,0,7,0,0,215,0,1,246,0,2,535,0,2,560,1,3,4,0,2,197,1,5,6,4,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,515,7,0,1,7,0,2,0,0,215,0,1,246,4,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,548,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,227,7,0,1,1,0,5,0,0,215,0,1,246,0,2,535,0,2,548,1,3,4,6,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,515,7,0,1,5,0,548,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,197,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,197,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,197,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,197,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,197,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,7,0,0,215,0,1,246,0,2,560,0,2,197,1,3,4,0,2,535,1,5,6,5,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,515,7,0,1,7,0,227,7,0,1,1,0,2,0,0,215,0,1,246,3,535,7,0,1,2,0,247,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,4,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,7,0,0,215,0,1,246,0,2,197,0,2,560,1,3,4,0,2,535,1,5,6,5,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,515,7,0,1,7,0,227,7,0,1,1,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,560,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,560,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,535,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,535,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,535,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,7,0,0,215,0,1,246,0,2,560,0,2,535,1,3,4,0,2,197,1,5,6,5,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,515,7,0,1,7,0,227,7,0,1,1,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,4,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,560,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,560,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,560,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,560,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,197,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,197,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,197,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,197,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,535,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,5,0,0,215,0,1,246,0,2,535,0,2,560,1,3,4,5,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,515,7,0,1,5,0,227,7,0,1,1,0,2,0,0,215,0,1,246,4,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,197,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,197,7,0,1,2,0,560,7,0,1,2,0,5,0,0,215,0,1,246,0,2,197,0,2,560,1,3,4,5,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,227,7,0,1,1,0,515,7,0,1,5,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,197,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,197,7,0,1,2,0,560,7,0,1,2,0,7,0,0,215,0,1,246,0,2,535,0,2,197,1,3,4,0,2,560,1,5,6,4,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,515,7,0,1,7,0,2,0,0,215,0,1,246,4,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,560,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,560,7,0,1,2,0,2,0,0,215,0,1,246,4,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,560,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,560,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,227,7,0,1,1,0,560,7,0,1,2,0,2,0,0,215,0,1,246,4,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,560,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,535,7,0,1,2,0,560,7,0,1,2,0,7,0,0,215,0,1,246,0,2,197,0,2,535,1,3,4,0,2,560,1,5,6,4,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,515,7,0,1,7,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,535,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,535,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,535,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,4,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,3,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,3,247,7,1,1,2,0,197,7,1,1,2,0,560,7,1,1,2,0,2,0,0,215,0,1,246,3,197,7,1,1,2,0,247,7,1,1,2,0,560,7,1,1,2,0,2,0,0,215,0,1,246,3,197,7,1,1,2,0,560,7,1,1,2,0,247,7,1,1,2,0,2,0,0,215,0,1,246,3,227,7,1,1,1,0,247,7,1,1,2,0,560,7,1,1,2,0,2,0,0,215,0,1,246,3,227,7,1,1,1,0,247,7,1,1,2,0,560,7,1,1,2,0,2,0,0,215,0,1,246,3,227,7,1,1,1,0,560,7,1,1,2,0,247,7,1,1,2,0,2,0,0,215,0,1,246,4,238,7,1,1,1,0,247,7,1,1,2,0,197,7,1,1,2,0,560,7,1,1,2,0,2,0,0,215,0,1,246,4,238,7,1,1,1,0,247,7,1,1,2,0,227,7,1,1,1,0,560,7,1,1,2,0,3,0,0,215,0,1,246,0,2,560,4,238,7,1,1,1,0,247,7,1,1,2,0,246,7,1,1,1,0,515,7,1,1,3,0,2,0,0,215,0,1,246,2,247,7,1,1,2,0,560,7,1,1,2,0,2,0,0,215,0,1,246,3,560,7,1,1,2,0,227,7,1,1,1,0,247,7,1,1,2,0,2,0,0,215,0,1,246,3,560,7,1,1,2,0,238,7,1,1,1,0,247,7,1,1,2,0,2,0,0,215,0,1,246,2,560,7,1,1,2,0,247,7,1,1,2,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,197,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,3,560,7,0,1,2,0,197,7,0,1,2,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,197,7,0,1,2,0,227,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,4,197,7,0,1,2,0,227,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,4,197,7,0,1,2,0,227,7,0,1,1,0,560,7,0,1,2,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,197,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,4,197,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,238,7,0,1,1,0,197,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,5,197,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,560,7,0,1,2,0,5,0,0,215,0,1,246,0,2,197,0,2,560,1,3,4,4,515,7,0,1,5,0,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,2,0,0,215,0,1,246,3,197,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,3,197,7,0,1,2,0,560,7,0,1,2,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,197,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,197,7,0,1,2,0,560,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,2,247,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,560,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,3,560,7,0,1,2,0,247,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,3,560,7,0,1,2,0,247,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,3,560,7,0,1,2,0,227,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,560,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,5,0,0,215,0,1,246,0,2,560,0,2,197,1,3,4,4,515,7,0,1,5,0,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,560,7,0,1,2,0,238,7,0,1,1,0,197,7,0,1,2,0,2,0,0,215,0,1,246,3,560,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,5,560,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,4,560,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,4,560,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,3,0,0,215,0,1,246,0,2,560,5,515,7,0,1,3,0,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,227,7,0,1,1,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,560,7,0,1,2,0,238,7,0,1,1,0,227,7,0,1,1,0,2,0,0,215,0,1,246,4,560,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,4,560,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,2,0,0,215,0,1,246,3,560,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,3,535,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,197,7,0,1,2,0,560,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,560,7,0,1,2,0,238,7,0,1,1,0,3,0,0,215,0,1,246,0,2,560,4,246,7,0,1,1,0,515,7,0,1,3,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,3,560,7,0,1,2,0,247,7,0,1,2,0,238,7,0,1,1,0,2,0,0,215,0,1,246,2,560,7,0,1,2,0,247,7,0,1,2,0,2,0,0,215,0,1,246,3,535,7,0,1,2,0,548,7,0,1,2,0,247,7,0,1,2,0,2,0,0,215,0,1,246,3,535,7,0,1,2,0,247,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,2,548,7,0,1,2,0,247,7,0,1,2,0,2,0,0,215,0,1,246,3,535,7,0,1,2,0,548,7,0,1,2,0,247,7,0,1,2,0,2,0,0,215,0,1,246,2,548,7,0,1,2,0,247,7,0,1,2,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,548,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,3,535,7,0,1,2,0,548,7,0,1,2,0,247,7,0,1,2,0,2,0,0,215,0,1,246,3,197,7,0,1,2,0,247,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,3,227,7,0,1,1,0,247,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,227,7,0,1,1,0,548,7,0,1,2,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,3,227,7,0,1,1,0,247,7,0,1,2,0,548,7,0,1,2,0,3,0,0,215,0,1,246,0,2,548,4,227,7,0,1,1,0,247,7,0,1,2,0,548,7,0,1,2,0,515,7,0,1,3,0,2,0,0,215,0,1,246,3,227,7,0,1,1,0,247,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,4,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,4,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,548,7,0,1,2,0,5,0,0,215,0,1,246,0,2,197,0,2,548,1,3,4,5,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,515,7,0,1,5,0,548,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,197,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,227,7,0,1,1,0,548,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,548,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,548,7,0,1,2,0,2,0,0,215,0,1,246,4,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,548,7,0,1,2,0,2,0,0,215,0,1,246,4,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,548,7,0,1,2,0,3,0,0,215,0,1,246,0,2,548,6,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,227,7,0,1,1,0,515,7,0,1,3,0,548,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,548,7,0,1,2,0,3,0,0,215,0,1,246,0,2,548,5,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,548,7,0,1,2,0,515,7,0,1,3,0,2,0,0,215,0,1,246,3,238,7,0,1,1,0,247,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,560,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,4,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,548,7,0,1,2,0,5,0,0,215,0,1,246,0,2,560,0,2,548,1,3,4,5,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,515,7,0,1,5,0,548,7,0,1,2,0,2,0,0,215,0,1,246,2,247,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,2,247,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,3,247,7,1,1,2,0,560,7,1,1,2,0,548,7,1,1,2,0,2,0,0,215,0,1,246,4,197,7,0,1,2,0,247,7,0,1,2,0,560,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,560,7,0,1,2,0,548,7,0,1,2,0,3,0,0,215,0,1,246,0,2,548,4,247,7,0,1,2,0,560,7,0,1,2,0,548,7,0,1,2,0,515,7,0,1,3,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,560,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,3,560,7,0,1,2,0,247,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,2,247,7,1,1,2,0,548,7,1,1,2,0,2,0,0,215,0,1,246,3,227,7,1,1,1,0,247,7,1,1,2,0,548,7,1,1,2,0,2,0,0,215,0,1,246,3,238,7,1,1,1,0,247,7,1,1,2,0,548,7,1,1,2,0,2,0,0,215,0,1,246,2,247,7,1,1,2,0,548,7,1,1,2,0,3,0,0,215,0,1,246,0,2,548,3,247,7,1,1,2,0,548,7,1,1,2,0,515,7,1,1,3,0,2,0,0,215,0,1,246,2,247,7,1,1,2,0,548,7,1,1,2,0,2,0,0,215,0,1,246,2,247,7,1,1,2,0,548,7,1,1,2,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,548,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,2,247,7,1,1,2,0,548,7,1,1,2,0,2,0,0,215,0,1,246,2,227,7,1,1,1,0,247,7,1,1,2,0,2,0,0,215,0,1,246,2,247,7,1,1,2,0,227,7,1,1,1,0,2,0,0,215,0,1,246,3,227,7,1,1,1,0,238,7,1,1,1,0,247,7,1,1,2,0,2,0,0,215,0,1,246,3,238,7,1,1,1,0,247,7,1,1,2,0,535,7,1,1,2,0,2,0,0,215,0,1,246,3,238,7,1,1,1,0,247,7,1,1,2,0,535,7,1,1,2,0,2,0,0,215,0,1,246,4,238,7,1,1,1,0,247,7,1,1,2,0,197,7,1,1,2,0,535,7,1,1,2,0,2,0,0,215,0,1,246,3,238,7,1,1,1,0,247,7,1,1,2,0,535,7,1,1,2,0,3,0,0,215,0,1,246,0,2,535,4,238,7,1,1,1,0,247,7,1,1,2,0,246,7,1,1,1,0,515,7,1,1,3,0,2,0,0,215,0,1,246,4,238,7,1,1,1,0,247,7,1,1,2,0,560,7,1,1,2,0,535,7,1,1,2,0,2,0,0,215,0,1,246,4,238,7,1,1,1,0,247,7,1,1,2,0,535,7,1,1,2,0,197,7,1,1,2,0,2,0,0,215,0,1,246,3,238,7,1,1,1,0,247,7,1,1,2,0,197,7,1,1,2,0,3,0,0,215,0,1,246,0,2,197,4,238,7,1,1,1,0,247,7,1,1,2,0,246,7,1,1,1,0,515,7,1,1,3,0,2,0,0,215,0,1,246,4,238,7,1,1,1,0,247,7,1,1,2,0,560,7,1,1,2,0,197,7,1,1,2,0,2,0,0,215,0,1,246,2,247,7,1,1,2,0,227,7,1,1,1,0,2,0,0,215,0,1,246,4,238,7,1,1,1,0,247,7,1,1,2,0,535,7,1,1,2,0,227,7,1,1,1,0,2,0,0,215,0,1,246,4,238,7,1,1,1,0,247,7,1,1,2,0,197,7,1,1,2,0,227,7,1,1,1,0,2,0,0,215,0,1,246,3,238,7,1,1,1,0,247,7,1,1,2,0,227,7,1,1,1,0,2,0,0,215,0,1,246,3,238,7,1,1,1,0,247,7,1,1,2,0,227,7,1,1,1,0,2,0,0,215,0,1,246,4,238,7,1,1,1,0,247,7,1,1,2,0,246,7,1,1,1,0,227,7,1,1,1,0,2,0,0,215,0,1,246,4,238,7,1,1,1,0,247,7,1,1,2,0,560,7,1,1,2,0,227,7,1,1,1,0,2,0,0,215,0,1,246,3,227,7,0,1,1,0,247,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,4,535,7,0,1,2,0,227,7,0,1,1,0,247,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,227,7,0,1,1,0,535,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,227,7,0,1,1,0,535,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,3,227,7,0,1,1,0,247,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,227,7,0,1,1,0,535,7,0,1,2,0,2,0,0,215,0,1,246,4,535,7,0,1,2,0,548,7,0,1,2,0,227,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,3,535,7,0,1,2,0,247,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,3,535,7,0,1,2,0,227,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,535,7,0,1,2,0,227,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,4,197,7,0,1,2,0,247,7,0,1,2,0,227,7,0,1,1,0,535,7,0,1,2,0,2,0,0,215,0,1,246,3,227,7,0,1,1,0,535,7,0,1,2,0,247,7,0,1,2,0,2,0,0,215,0,1,246,3,227,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,3,227,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,227,7,0,1,1,0,535,7,0,1,2,0,2,0,0,215,0,1,246,4,560,7,0,1,2,0,247,7,0,1,2,0,227,7,0,1,1,0,535,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,535,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,535,7,0,1,2,0,2,0,0,215,0,1,246,4,535,7,0,1,2,0,247,7,0,1,2,0,227,7,0,1,1,0,197,7,0,1,2,0,2,0,0,215,0,1,246,3,197,7,0,1,2,0,227,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,3,197,7,0,1,2,0,247,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,3,197,7,0,1,2,0,227,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,3,227,7,0,1,1,0,197,7,0,1,2,0,247,7,0,1,2,0,2,0,0,215,0,1,246,3,227,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,3,227,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,227,7,0,1,1,0,197,7,0,1,2,0,2,0,0,215,0,1,246,4,560,7,0,1,2,0,247,7,0,1,2,0,227,7,0,1,1,0,197,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,197,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,197,7,0,1,2,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,548,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,3,535,7,0,1,2,0,247,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,3,535,7,0,1,2,0,247,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,3,197,7,0,1,2,0,247,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,3,197,7,0,1,2,0,247,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,535,7,0,1,2,0,2,0,0,215,0,1,246,5,535,7,0,1,2,0,548,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,5,197,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,535,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,535,7,0,1,2,0,3,0,0,215,0,1,246,0,2,535,5,246,7,0,1,1,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,515,7,0,1,3,0,2,0,0,215,0,1,246,5,560,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,5,247,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,535,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,5,535,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,5,535,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,5,0,0,215,0,1,246,0,2,535,0,2,197,1,3,4,5,515,7,0,1,5,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,2,0,0,215,0,1,246,6,535,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,4,535,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,535,7,0,1,2,0,247,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,2,0,0,215,0,1,246,4,535,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,5,535,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,2,0,0,215,0,1,246,4,535,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,6,535,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,5,535,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,5,535,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,5,0,0,215,0,1,246,0,2,535,0,2,560,1,3,4,5,515,7,0,1,5,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,2,0,0,215,0,1,246,4,535,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,5,197,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,5,247,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,197,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,5,197,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,5,197,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,5,0,0,215,0,1,246,0,2,197,0,2,535,1,3,4,5,515,7,0,1,5,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,2,0,0,215,0,1,246,6,197,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,4,197,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,5,535,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,197,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,197,7,0,1,2,0,3,0,0,215,0,1,246,0,2,197,5,246,7,0,1,1,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,515,7,0,1,3,0,2,0,0,215,0,1,246,4,197,7,0,1,2,0,247,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,2,0,0,215,0,1,246,5,197,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,2,0,0,215,0,1,246,4,197,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,5,247,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,197,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,5,197,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,5,197,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,5,0,0,215,0,1,246,0,2,197,0,2,560,1,3,4,5,515,7,0,1,5,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,2,0,0,215,0,1,246,4,197,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,535,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,247,7,0,1,2,0,238,7,0,1,1,0,535,7,0,1,2,0,2,0,0,215,0,1,246,5,227,7,0,1,1,0,535,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,535,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,535,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,3,0,0,215,0,1,246,0,2,535,5,227,7,0,1,1,0,515,7,0,1,3,0,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,2,0,0,215,0,1,246,5,227,7,0,1,1,0,535,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,535,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,5,227,7,0,1,1,0,197,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,247,7,0,1,2,0,238,7,0,1,1,0,197,7,0,1,2,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,197,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,197,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,3,0,0,215,0,1,246,0,2,197,5,227,7,0,1,1,0,515,7,0,1,3,0,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,2,0,0,215,0,1,246,5,227,7,0,1,1,0,197,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,197,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,247,7,0,1,2,0,238,7,0,1,1,0,535,7,0,1,2,0,2,0,0,215,0,1,246,3,227,7,0,1,1,0,247,7,0,1,2,0,238,7,0,1,1,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,247,7,0,1,2,0,238,7,0,1,1,0,246,7,0,1,1,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,247,7,0,1,2,0,238,7,0,1,1,0,560,7,0,1,2,0,2,0,0,215,0,1,246,3,227,7,0,1,1,0,247,7,0,1,2,0,238,7,0,1,1,0,2,0,0,215,0,1,246,5,227,7,0,1,1,0,560,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,560,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,3,0,0,215,0,1,246,0,2,560,5,227,7,0,1,1,0,515,7,0,1,3,0,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,238,7,0,1,1,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,560,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,535,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,560,7,0,1,2,0,3,0,0,215,0,1,246,0,2,560,5,246,7,0,1,1,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,515,7,0,1,3,0,2,0,0,215,0,1,246,5,560,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,5,560,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,5,0,0,215,0,1,246,0,2,560,0,2,197,1,3,4,5,515,7,0,1,5,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,2,0,0,215,0,1,246,5,247,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,197,7,0,1,2,0,2,0,0,215,0,1,246,4,560,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,560,7,0,1,2,0,247,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,2,0,0,215,0,1,246,5,560,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,5,560,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,2,0,0,215,0,1,246,4,560,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,5,197,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,3,0,0,215,0,1,246,0,2,560,5,246,7,0,1,1,0,515,7,0,1,3,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,560,7,0,1,2,0,247,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,2,0,0,215,0,1,246,3,560,7,0,1,2,0,247,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,3,560,7,0,1,2,0,247,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,4,197,7,0,1,2,0,247,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,3,227,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,5,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,5,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,6,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,5,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,5,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,5,0,0,215,0,1,246,0,2,535,0,2,548,1,3,4,6,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,515,7,0,1,5,0,548,7,0,1,2,0,2,0,0,215,0,1,246,6,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,5,247,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,197,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,6,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,197,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,5,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,6,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,197,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,6,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,197,7,0,1,2,0,535,7,0,1,2,0,7,0,0,215,0,1,246,0,2,560,0,2,197,1,3,4,0,2,535,1,5,6,5,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,515,7,0,1,7,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,6,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,6,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,7,0,0,215,0,1,246,0,2,197,0,2,560,1,3,4,0,2,535,1,5,6,5,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,515,7,0,1,7,0,2,0,0,215,0,1,246,5,247,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,560,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,6,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,560,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,5,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,6,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,5,247,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,535,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,6,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,535,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,5,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,6,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,6,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,197,7,0,1,2,0,7,0,0,215,0,1,246,0,2,560,0,2,535,1,3,4,0,2,197,1,5,6,5,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,515,7,0,1,7,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,5,247,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,560,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,6,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,560,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,6,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,560,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,5,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,5,247,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,197,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,6,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,197,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,6,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,197,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,5,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,5,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,6,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,535,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,5,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,5,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,560,7,0,1,2,0,5,0,0,215,0,1,246,0,2,535,0,2,560,1,3,4,5,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,515,7,0,1,5,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,4,197,7,0,1,2,0,247,7,0,1,2,0,227,7,0,1,1,0,560,7,0,1,2,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,227,7,0,1,1,0,560,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,227,7,0,1,1,0,197,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,227,7,0,1,1,0,197,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,4,560,7,0,1,2,0,227,7,0,1,1,0,197,7,0,1,2,0,247,7,0,1,2,0,2,0,0,215,0,1,246,3,227,7,0,1,1,0,197,7,0,1,2,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,560,7,0,1,2,0,197,7,0,1,2,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,227,7,0,1,1,0,197,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,5,227,7,0,1,1,0,197,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,197,7,0,1,2,0,560,7,0,1,2,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,197,7,0,1,2,0,560,7,0,1,2,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,197,7,0,1,2,0,560,7,0,1,2,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,247,7,0,1,2,0,238,7,0,1,1,0,560,7,0,1,2,0,2,0,0,215,0,1,246,3,227,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,227,7,0,1,1,0,560,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,560,7,0,1,2,0,247,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,227,7,0,1,1,0,560,7,0,1,2,0,238,7,0,1,1,0,2,0,0,215,0,1,246,3,227,7,0,1,1,0,560,7,0,1,2,0,247,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,197,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,197,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,197,7,0,1,2,0,548,7,0,1,2,0,7,0,0,215,0,1,246,0,2,535,0,2,197,1,3,4,0,2,548,1,5,6,5,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,515,7,0,1,7,0,548,7,0,1,2,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,197,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,197,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,197,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,197,7,0,1,2,0,548,7,0,1,2,0,3,0,0,215,0,1,246,0,2,548,7,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,197,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,515,7,0,1,3,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,197,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,9,0,0,215,0,1,246,0,2,560,0,2,197,1,3,4,0,2,535,1,5,6,0,2,548,1,7,8,5,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,515,7,0,1,9,0,548,7,0,1,2,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,535,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,535,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,535,7,0,1,2,0,548,7,0,1,2,0,5,0,0,215,0,1,246,0,2,535,0,2,548,1,3,4,6,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,227,7,0,1,1,0,515,7,0,1,5,0,548,7,0,1,2,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,535,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,3,535,7,0,1,2,0,247,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,4,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,4,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,4,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,9,0,0,215,0,1,246,0,2,197,0,2,560,1,3,4,0,2,535,1,5,6,0,2,548,1,7,8,5,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,515,7,0,1,9,0,548,7,0,1,2,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,560,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,560,7,0,1,2,0,548,7,0,1,2,0,3,0,0,215,0,1,246,0,2,548,7,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,560,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,515,7,0,1,3,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,197,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,227,7,0,1,1,0,197,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,227,7,0,1,1,0,197,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,197,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,197,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,197,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,2,197,7,1,1,2,0,247,7,1,1,2,0,2,0,0,215,0,1,246,2,535,7,1,1,2,0,247,7,1,1,2,0,2,0,0,215,0,1,246,2,247,7,1,1,2,0,535,7,1,1,2,0,2,0,0,215,0,1,246,3,535,7,0,1,2,0,197,7,0,1,2,0,247,7,0,1,2,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,197,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,3,535,7,0,1,2,0,247,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,3,535,7,0,1,2,0,197,7,0,1,2,0,247,7,0,1,2,0,2,0,0,215,0,1,246,3,197,7,0,1,2,0,535,7,0,1,2,0,247,7,0,1,2,0,2,0,0,215,0,1,246,3,197,7,0,1,2,0,247,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,197,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,4,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,560,7,0,1,2,0,197,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,560,7,0,1,2,0,197,7,0,1,2,0,535,7,0,1,2,0,7,0,0,215,0,1,246,0,2,560,0,2,197,1,3,4,0,2,535,1,5,6,5,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,227,7,0,1,1,0,515,7,0,1,7,0,2,0,0,215,0,1,246,3,560,7,1,1,2,0,247,7,1,1,2,0,535,7,1,1,2,0,2,0,0,215,0,1,246,4,247,7,1,1,2,0,560,7,1,1,2,0,197,7,1,1,2,0,535,7,1,1,2,0,2,0,0,215,0,1,246,4,197,7,0,1,2,0,560,7,0,1,2,0,247,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,560,7,0,1,2,0,197,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,4,560,7,0,1,2,0,247,7,0,1,2,0,197,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,197,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,197,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,535,7,0,1,2,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,535,7,0,1,2,0,2,0,0,215,0,1,246,4,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,535,7,0,1,2,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,535,7,0,1,2,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,535,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,560,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,2,247,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,3,535,7,0,1,2,0,548,7,0,1,2,0,247,7,0,1,2,0,2,0,0,215,0,1,246,3,535,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,2,535,7,0,1,2,0,247,7,0,1,2,0,2,0,0,215,0,1,246,3,535,7,0,1,2,0,247,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,2,247,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,3,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,197,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,197,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,7,0,0,215,0,1,246,0,2,197,0,2,560,1,3,4,0,2,535,1,5,6,5,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,227,7,0,1,1,0,515,7,0,1,7,0,2,0,0,215,0,1,246,4,197,7,1,1,2,0,247,7,1,1,2,0,560,7,1,1,2,0,535,7,1,1,2,0,2,0,0,215,0,1,246,4,197,7,0,1,2,0,247,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,197,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,4,560,7,0,1,2,0,197,7,0,1,2,0,247,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,560,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,560,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,560,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,227,7,0,1,1,0,560,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,227,7,0,1,1,0,560,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,560,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,3,247,7,1,1,2,0,560,7,1,1,2,0,535,7,1,1,2,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,3,560,7,0,1,2,0,247,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,4,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,535,7,0,1,2,0,548,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,197,7,0,1,2,0,3,0,0,215,0,1,246,0,2,548,7,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,535,7,0,1,2,0,548,7,0,1,2,0,197,7,0,1,2,0,515,7,0,1,3,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,197,7,0,1,2,0,9,0,0,215,0,1,246,0,2,560,0,2,535,1,3,4,0,2,548,1,5,6,0,2,197,1,7,8,5,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,515,7,0,1,9,0,548,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,535,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,227,7,0,1,1,0,535,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,227,7,0,1,1,0,535,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,535,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,535,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,535,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,2,247,7,1,1,2,0,197,7,1,1,2,0,2,0,0,215,0,1,246,2,247,7,1,1,2,0,535,7,1,1,2,0,2,0,0,215,0,1,246,2,535,7,1,1,2,0,247,7,1,1,2,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,535,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,3,535,7,0,1,2,0,247,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,3,197,7,0,1,2,0,247,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,3,197,7,0,1,2,0,535,7,0,1,2,0,247,7,0,1,2,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,535,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,3,560,7,0,1,2,0,535,7,0,1,2,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,560,7,0,1,2,0,535,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,560,7,0,1,2,0,535,7,0,1,2,0,197,7,0,1,2,0,7,0,0,215,0,1,246,0,2,560,0,2,535,1,3,4,0,2,197,1,5,6,5,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,227,7,0,1,1,0,515,7,0,1,7,0,2,0,0,215,0,1,246,3,560,7,1,1,2,0,535,7,1,1,2,0,247,7,1,1,2,0,2,0,0,215,0,1,246,4,247,7,1,1,2,0,560,7,1,1,2,0,535,7,1,1,2,0,197,7,1,1,2,0,2,0,0,215,0,1,246,4,197,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,4,560,7,0,1,2,0,247,7,0,1,2,0,535,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,227,7,0,1,1,0,197,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,535,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,197,7,0,1,2,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,197,7,0,1,2,0,2,0,0,215,0,1,246,4,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,197,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,560,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,3,197,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,2,197,7,0,1,2,0,247,7,0,1,2,0,2,0,0,215,0,1,246,2,247,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,3,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,560,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,560,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,227,7,0,1,1,0,560,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,560,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,3,247,7,1,1,2,0,560,7,1,1,2,0,197,7,1,1,2,0,2,0,0,215,0,1,246,3,560,7,1,1,2,0,247,7,1,1,2,0,197,7,1,1,2,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,535,7,0,1,2,0,560,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,535,7,0,1,2,0,560,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,535,7,0,1,2,0,560,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,560,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,4,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,548,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,548,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,197,7,0,1,2,0,548,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,227,7,0,1,1,0,7,0,0,215,0,1,246,0,2,197,0,2,535,1,3,4,0,2,548,1,5,6,6,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,515,7,0,1,7,0,548,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,7,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,197,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,535,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,227,7,0,1,1,0,3,0,0,215,0,1,246,0,2,548,7,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,535,7,0,1,2,0,548,7,0,1,2,0,515,7,0,1,3,0,227,7,0,1,1,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,7,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,227,7,0,1,1,0,7,0,0,215,0,1,246,0,2,560,0,2,535,1,3,4,0,2,548,1,5,6,6,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,515,7,0,1,7,0,548,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,4,535,7,0,1,2,0,197,7,0,1,2,0,247,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,4,197,7,0,1,2,0,247,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,197,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,197,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,560,7,0,1,2,0,197,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,5,247,7,0,1,2,0,560,7,0,1,2,0,197,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,7,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,560,7,0,1,2,0,197,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,197,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,3,227,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,4,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,197,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,5,247,7,0,1,2,0,197,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,7,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,197,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,4,560,7,0,1,2,0,247,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,7,0,0,215,0,1,246,0,2,535,0,2,548,1,3,4,0,2,197,1,5,6,6,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,515,7,0,1,7,0,548,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,7,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,4,535,7,0,1,2,0,247,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,4,197,7,0,1,2,0,535,7,0,1,2,0,247,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,535,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,535,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,560,7,0,1,2,0,535,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,5,247,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,7,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,560,7,0,1,2,0,535,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,3,227,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,4,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,4,197,7,0,1,2,0,560,7,0,1,2,0,247,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,560,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,560,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,4,560,7,0,1,2,0,247,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,560,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,560,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,560,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,7,0,0,215,0,1,246,0,2,535,0,2,560,1,3,4,0,2,197,1,5,6,5,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,515,7,0,1,7,0,227,7,0,1,1,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,197,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,197,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,4,560,7,0,1,2,0,197,7,0,1,2,0,247,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,197,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,197,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,197,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,7,0,0,215,0,1,246,0,2,535,0,2,197,1,3,4,0,2,560,1,5,6,5,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,515,7,0,1,7,0,227,7,0,1,1,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,535,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,535,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,7,0,0,215,0,1,246,0,2,197,0,2,535,1,3,4,0,2,560,1,5,6,5,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,515,7,0,1,7,0,227,7,0,1,1,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,535,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,535,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,535,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,4,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,197,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,197,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,227,7,0,1,1,0,197,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,197,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,535,7,0,1,2,0,197,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,535,7,0,1,2,0,197,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,535,7,0,1,2,0,197,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,197,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,4,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,197,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,560,7,0,1,2,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,560,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,560,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,560,7,0,1,2,0,2,0,0,215,0,1,246,4,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,560,7,0,1,2,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,197,7,0,1,2,0,535,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,197,7,0,1,2,0,535,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,197,7,0,1,2,0,535,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,535,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,535,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,535,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,535,7,0,1,2,0,560,7,0,1,2,0,5,0,0,215,0,1,246,0,2,535,0,2,560,1,3,4,5,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,227,7,0,1,1,0,515,7,0,1,5,0,2,0,0,215,0,1,246,3,535,7,1,1,2,0,247,7,1,1,2,0,560,7,1,1,2,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,535,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,4,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,3,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,2,197,7,1,1,2,0,247,7,1,1,2,0,2,0,0,215,0,1,246,3,247,7,1,1,2,0,197,7,1,1,2,0,560,7,1,1,2,0,2,0,0,215,0,1,246,3,560,7,1,1,2,0,197,7,1,1,2,0,247,7,1,1,2,0,2,0,0,215,0,1,246,4,197,7,1,1,2,0,227,7,1,1,1,0,247,7,1,1,2,0,560,7,1,1,2,0,2,0,0,215,0,1,246,4,197,7,1,1,2,0,238,7,1,1,1,0,247,7,1,1,2,0,560,7,1,1,2,0,2,0,0,215,0,1,246,3,197,7,1,1,2,0,560,7,1,1,2,0,247,7,1,1,2,0,2,0,0,215,0,1,246,3,197,7,1,1,2,0,560,7,1,1,2,0,247,7,1,1,2,0,2,0,0,215,0,1,246,4,227,7,1,1,1,0,197,7,1,1,2,0,247,7,1,1,2,0,560,7,1,1,2,0,2,0,0,215,0,1,246,3,247,7,1,1,2,0,227,7,1,1,1,0,560,7,1,1,2,0,2,0,0,215,0,1,246,4,227,7,1,1,1,0,238,7,1,1,1,0,247,7,1,1,2,0,560,7,1,1,2,0,2,0,0,215,0,1,246,3,227,7,1,1,1,0,247,7,1,1,2,0,560,7,1,1,2,0,2,0,0,215,0,1,246,3,227,7,1,1,1,0,560,7,1,1,2,0,247,7,1,1,2,0,2,0,0,215,0,1,246,3,227,7,1,1,1,0,560,7,1,1,2,0,247,7,1,1,2,0,2,0,0,215,0,1,246,4,238,7,1,1,1,0,247,7,1,1,2,0,197,7,1,1,2,0,560,7,1,1,2,0,5,0,0,215,0,1,246,0,2,197,0,2,560,1,3,4,4,238,7,1,1,1,0,247,7,1,1,2,0,246,7,1,1,1,0,515,7,1,1,5,0,2,0,0,215,0,1,246,5,238,7,1,1,1,0,247,7,1,1,2,0,197,7,1,1,2,0,227,7,1,1,1,0,560,7,1,1,2,0,2,0,0,215,0,1,246,4,238,7,1,1,1,0,247,7,1,1,2,0,227,7,1,1,1,0,560,7,1,1,2,0,2,0,0,215,0,1,246,4,238,7,1,1,1,0,247,7,1,1,2,0,227,7,1,1,1,0,560,7,1,1,2,0,3,0,0,215,0,1,246,0,2,560,5,238,7,1,1,1,0,247,7,1,1,2,0,246,7,1,1,1,0,227,7,1,1,1,0,515,7,1,1,3,0,2,0,0,215,0,1,246,4,238,7,1,1,1,0,247,7,1,1,2,0,535,7,1,1,2,0,560,7,1,1,2,0,2,0,0,215,0,1,246,4,238,7,1,1,1,0,247,7,1,1,2,0,246,7,1,1,1,0,560,7,1,1,2,0,2,0,0,215,0,1,246,3,238,7,1,1,1,0,247,7,1,1,2,0,560,7,1,1,2,0,2,0,0,215,0,1,246,2,247,7,1,1,2,0,560,7,1,1,2,0,2,0,0,215,0,1,246,3,560,7,1,1,2,0,227,7,1,1,1,0,247,7,1,1,2,0,2,0,0,215,0,1,246,3,560,7,1,1,2,0,227,7,1,1,1,0,247,7,1,1,2,0,2,0,0,215,0,1,246,3,247,7,1,1,2,0,560,7,1,1,2,0,227,7,1,1,1,0,2,0,0,215,0,1,246,3,560,7,1,1,2,0,238,7,1,1,1,0,247,7,1,1,2,0,2,0,0,215,0,1,246,4,560,7,1,1,2,0,238,7,1,1,1,0,247,7,1,1,2,0,197,7,1,1,2,0,2,0,0,215,0,1,246,4,560,7,1,1,2,0,238,7,1,1,1,0,247,7,1,1,2,0,227,7,1,1,1,0,3,0,0,215,0,1,246,0,2,560,4,515,7,1,1,3,0,238,7,1,1,1,0,247,7,1,1,2,0,246,7,1,1,1,0,2,0,0,215,0,1,246,3,247,7,1,1,2,0,560,7,1,1,2,0,238,7,1,1,1,0,2,0,0,215,0,1,246,3,560,7,1,1,2,0,238,7,1,1,1,0,247,7,1,1,2,0,2,0,0,215,0,1,246,2,560,7,1,1,2,0,247,7,1,1,2,0,2,0,0,215,0,1,246,3,197,7,0,1,2,0,247,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,197,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,4,560,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,560,7,0,1,2,0,197,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,3,560,7,0,1,2,0,197,7,0,1,2,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,197,7,0,1,2,0,247,7,0,1,2,0,227,7,0,1,1,0,560,7,0,1,2,0,2,0,0,215,0,1,246,4,197,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,197,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,197,7,0,1,2,0,227,7,0,1,1,0,560,7,0,1,2,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,197,7,0,1,2,0,227,7,0,1,1,0,560,7,0,1,2,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,197,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,4,197,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,238,7,0,1,1,0,197,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,4,197,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,5,0,0,215,0,1,246,0,2,197,0,2,535,1,3,4,4,515,7,0,1,5,0,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,2,0,0,215,0,1,246,5,197,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,3,197,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,535,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,238,7,0,1,1,0,197,7,0,1,2,0,560,7,0,1,2,0,5,0,0,215,0,1,246,0,2,197,0,2,560,1,3,4,4,246,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,515,7,0,1,5,0,2,0,0,215,0,1,246,5,197,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,5,247,7,0,1,2,0,238,7,0,1,1,0,197,7,0,1,2,0,227,7,0,1,1,0,560,7,0,1,2,0,2,0,0,215,0,1,246,5,197,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,560,7,0,1,2,0,2,0,0,215,0,1,246,5,197,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,560,7,0,1,2,0,5,0,0,215,0,1,246,0,2,197,0,2,560,1,3,4,5,515,7,0,1,5,0,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,227,7,0,1,1,0,2,0,0,215,0,1,246,5,197,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,5,197,7,0,1,2,0,560,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,5,197,7,0,1,2,0,560,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,2,0,0,215,0,1,246,4,197,7,0,1,2,0,560,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,197,7,0,1,2,0,560,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,3,197,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,238,7,0,1,1,0,197,7,0,1,2,0,2,0,0,215,0,1,246,3,197,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,3,197,7,0,1,2,0,560,7,0,1,2,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,197,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,5,197,7,0,1,2,0,560,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,4,197,7,0,1,2,0,247,7,0,1,2,0,560,7,0,1,2,0,238,7,0,1,1,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,560,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,4,560,7,0,1,2,0,227,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,4,560,7,0,1,2,0,247,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,2,0,0,215,0,1,246,3,560,7,0,1,2,0,227,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,5,560,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,197,7,0,1,2,0,2,0,0,215,0,1,246,4,560,7,0,1,2,0,197,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,5,560,7,0,1,2,0,197,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,5,560,7,0,1,2,0,197,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,2,0,0,215,0,1,246,4,560,7,0,1,2,0,197,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,560,7,0,1,2,0,197,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,560,7,0,1,2,0,238,7,0,1,1,0,197,7,0,1,2,0,5,0,0,215,0,1,246,0,2,560,0,2,197,1,3,4,4,246,7,0,1,1,0,515,7,0,1,5,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,560,7,0,1,2,0,247,7,0,1,2,0,238,7,0,1,1,0,197,7,0,1,2,0,2,0,0,215,0,1,246,5,560,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,5,560,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,5,0,0,215,0,1,246,0,2,560,0,2,197,1,3,4,5,515,7,0,1,5,0,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,227,7,0,1,1,0,2,0,0,215,0,1,246,5,247,7,0,1,2,0,560,7,0,1,2,0,238,7,0,1,1,0,197,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,4,560,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,5,560,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,5,560,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,227,7,0,1,1,0,2,0,0,215,0,1,246,4,560,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,4,535,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,560,7,0,1,2,0,238,7,0,1,1,0,227,7,0,1,1,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,560,7,0,1,2,0,238,7,0,1,1,0,227,7,0,1,1,0,3,0,0,215,0,1,246,0,2,560,5,246,7,0,1,1,0,515,7,0,1,3,0,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,4,560,7,0,1,2,0,247,7,0,1,2,0,238,7,0,1,1,0,227,7,0,1,1,0,2,0,0,215,0,1,246,4,560,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,5,560,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,4,560,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,5,0,0,215,0,1,246,0,2,560,0,2,535,1,3,4,4,515,7,0,1,5,0,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,560,7,0,1,2,0,238,7,0,1,1,0,535,7,0,1,2,0,2,0,0,215,0,1,246,3,560,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,3,560,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,3,535,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,238,7,0,1,1,0,535,7,0,1,2,0,2,0,0,215,0,1,246,4,535,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,3,0,0,215,0,1,246,0,2,535,4,515,7,0,1,3,0,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,2,0,0,215,0,1,246,4,535,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,3,535,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,560,7,0,1,2,0,238,7,0,1,1,0,535,7,0,1,2,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,560,7,0,1,2,0,238,7,0,1,1,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,560,7,0,1,2,0,238,7,0,1,1,0,246,7,0,1,1,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,560,7,0,1,2,0,238,7,0,1,1,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,560,7,0,1,2,0,238,7,0,1,1,0,2,0,0,215,0,1,246,3,560,7,0,1,2,0,247,7,0,1,2,0,238,7,0,1,1,0,3,0,0,215,0,1,246,0,2,560,4,515,7,0,1,3,0,246,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,2,560,7,0,1,2,0,247,7,0,1,2,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,548,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,3,535,7,0,1,2,0,247,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,3,535,7,0,1,2,0,247,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,2,247,7,1,1,2,0,548,7,1,1,2,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,548,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,2,548,7,0,1,2,0,247,7,0,1,2,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,548,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,548,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,3,535,7,0,1,2,0,548,7,0,1,2,0,247,7,0,1,2,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,548,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,548,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,4,535,7,0,1,2,0,548,7,0,1,2,0,227,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,535,7,0,1,2,0,548,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,3,535,7,0,1,2,0,548,7,0,1,2,0,247,7,0,1,2,0,3,0,0,215,0,1,246,0,2,548,4,535,7,0,1,2,0,548,7,0,1,2,0,515,7,0,1,3,0,247,7,0,1,2,0,2,0,0,215,0,1,246,3,535,7,0,1,2,0,548,7,0,1,2,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,535,7,0,1,2,0,548,7,0,1,2,0,247,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,3,197,7,0,1,2,0,247,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,4,197,7,0,1,2,0,535,7,0,1,2,0,247,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,197,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,3,197,7,0,1,2,0,247,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,3,197,7,0,1,2,0,548,7,0,1,2,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,535,7,0,1,2,0,548,7,0,1,2,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,227,7,0,1,1,0,197,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,227,7,0,1,1,0,548,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,548,7,0,1,2,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,5,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,5,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,548,7,0,1,2,0,3,0,0,215,0,1,246,0,2,548,6,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,515,7,0,1,3,0,548,7,0,1,2,0,2,0,0,215,0,1,246,5,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,3,227,7,0,1,1,0,247,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,3,227,7,0,1,1,0,247,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,227,7,0,1,1,0,560,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,560,7,0,1,2,0,247,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,4,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,197,7,0,1,2,0,548,7,0,1,2,0,3,0,0,215,0,1,246,0,2,548,6,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,197,7,0,1,2,0,548,7,0,1,2,0,515,7,0,1,3,0,2,0,0,215,0,1,246,4,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,197,7,0,1,2,0,548,7,0,1,2,0,7,0,0,215,0,1,246,0,2,560,0,2,197,1,3,4,0,2,548,1,5,6,5,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,515,7,0,1,7,0,548,7,0,1,2,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,227,7,0,1,1,0,548,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,548,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,548,7,0,1,2,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,548,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,548,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,548,7,0,1,2,0,5,0,0,215,0,1,246,0,2,535,0,2,548,1,3,4,6,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,515,7,0,1,5,0,227,7,0,1,1,0,548,7,0,1,2,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,548,7,0,1,2,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,548,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,548,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,548,7,0,1,2,0,5,0,0,215,0,1,246,0,2,197,0,2,548,1,3,4,6,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,515,7,0,1,5,0,227,7,0,1,1,0,548,7,0,1,2,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,548,7,0,1,2,0,2,0,0,215,0,1,246,4,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,548,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,548,7,0,1,2,0,3,0,0,215,0,1,246,0,2,548,6,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,227,7,0,1,1,0,548,7,0,1,2,0,515,7,0,1,3,0,2,0,0,215,0,1,246,4,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,548,7,0,1,2,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,548,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,548,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,548,7,0,1,2,0,5,0,0,215,0,1,246,0,2,560,0,2,548,1,3,4,6,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,515,7,0,1,5,0,227,7,0,1,1,0,548,7,0,1,2,0,2,0,0,215,0,1,246,3,238,7,0,1,1,0,247,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,3,238,7,0,1,1,0,247,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,560,7,0,1,2,0,548,7,0,1,2,0,7,0,0,215,0,1,246,0,2,197,0,2,560,1,3,4,0,2,548,1,5,6,5,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,515,7,0,1,7,0,548,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,560,7,0,1,2,0,548,7,0,1,2,0,3,0,0,215,0,1,246,0,2,548,6,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,560,7,0,1,2,0,548,7,0,1,2,0,515,7,0,1,3,0,2,0,0,215,0,1,246,4,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,2,247,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,2,247,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,3,247,7,1,1,2,0,560,7,1,1,2,0,548,7,1,1,2,0,2,0,0,215,0,1,246,3,560,7,1,1,2,0,247,7,1,1,2,0,548,7,1,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,197,7,0,1,2,0,560,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,4,197,7,0,1,2,0,247,7,0,1,2,0,560,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,4,197,7,0,1,2,0,560,7,0,1,2,0,247,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,560,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,560,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,560,7,0,1,2,0,197,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,4,560,7,0,1,2,0,227,7,0,1,1,0,247,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,4,560,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,3,560,7,0,1,2,0,548,7,0,1,2,0,247,7,0,1,2,0,2,0,0,215,0,1,246,3,560,7,0,1,2,0,548,7,0,1,2,0,247,7,0,1,2,0,3,0,0,215,0,1,246,0,2,548,4,560,7,0,1,2,0,548,7,0,1,2,0,247,7,0,1,2,0,515,7,0,1,3,0,2,0,0,215,0,1,246,3,560,7,0,1,2,0,548,7,0,1,2,0,247,7,0,1,2,0,2,0,0,215,0,1,246,3,535,7,1,1,2,0,548,7,1,1,2,0,247,7,1,1,2,0,2,0,0,215,0,1,246,3,227,7,1,1,1,0,247,7,1,1,2,0,548,7,1,1,2,0,2,0,0,215,0,1,246,3,227,7,1,1,1,0,247,7,1,1,2,0,548,7,1,1,2,0,2,0,0,215,0,1,246,3,238,7,1,1,1,0,247,7,1,1,2,0,548,7,1,1,2,0,2,0,0,215,0,1,246,4,238,7,1,1,1,0,247,7,1,1,2,0,535,7,1,1,2,0,548,7,1,1,2,0,2,0,0,215,0,1,246,4,238,7,1,1,1,0,247,7,1,1,2,0,197,7,1,1,2,0,548,7,1,1,2,0,2,0,0,215,0,1,246,4,238,7,1,1,1,0,247,7,1,1,2,0,227,7,1,1,1,0,548,7,1,1,2,0,3,0,0,215,0,1,246,0,2,548,5,238,7,1,1,1,0,247,7,1,1,2,0,246,7,1,1,1,0,515,7,1,1,3,0,548,7,1,1,2,0,2,0,0,215,0,1,246,4,238,7,1,1,1,0,247,7,1,1,2,0,560,7,1,1,2,0,548,7,1,1,2,0,2,0,0,215,0,1,246,2,247,7,1,1,2,0,548,7,1,1,2,0,2,0,0,215,0,1,246,2,247,7,1,1,2,0,548,7,1,1,2,0,2,0,0,215,0,1,246,3,535,7,1,1,2,0,548,7,1,1,2,0,247,7,1,1,2,0,2,0,0,215,0,1,246,3,535,7,0,1,2,0,548,7,0,1,2,0,247,7,0,1,2,0,2,0,0,215,0,1,246,3,247,7,1,1,2,0,227,7,1,1,1,0,535,7,1,1,2,0,2,0,0,215,0,1,246,3,247,7,1,1,2,0,227,7,1,1,1,0,197,7,1,1,2,0,2,0,0,215,0,1,246,2,247,7,1,1,2,0,227,7,1,1,1,0,2,0,0,215,0,1,246,3,247,7,1,1,2,0,227,7,1,1,1,0,238,7,1,1,1,0,2,0,0,215,0,1,246,3,227,7,1,1,1,0,238,7,1,1,1,0,247,7,1,1,2,0,2,0,0,215,0,1,246,4,227,7,1,1,1,0,238,7,1,1,1,0,247,7,1,1,2,0,535,7,1,1,2,0,2,0,0,215,0,1,246,4,227,7,1,1,1,0,238,7,1,1,1,0,247,7,1,1,2,0,197,7,1,1,2,0,2,0,0,215,0,1,246,3,227,7,1,1,1,0,238,7,1,1,1,0,247,7,1,1,2,0,2,0,0,215,0,1,246,4,227,7,1,1,1,0,238,7,1,1,1,0,247,7,1,1,2,0,246,7,1,1,1,0,2,0,0,215,0,1,246,4,227,7,1,1,1,0,238,7,1,1,1,0,247,7,1,1,2,0,560,7,1,1,2,0,2,0,0,215,0,1,246,3,227,7,1,1,1,0,238,7,1,1,1,0,247,7,1,1,2,0,2,0,0,215,0,1,246,3,247,7,1,1,2,0,227,7,1,1,1,0,560,7,1,1,2,0,2,0,0,215,0,1,246,4,238,7,1,1,1,0,247,7,1,1,2,0,535,7,1,1,2,0,548,7,1,1,2,0,2,0,0,215,0,1,246,4,238,7,1,1,1,0,247,7,1,1,2,0,197,7,1,1,2,0,535,7,1,1,2,0,5,0,0,215,0,1,246,0,2,197,0,2,535,1,3,4,4,238,7,1,1,1,0,247,7,1,1,2,0,246,7,1,1,1,0,515,7,1,1,5,0,2,0,0,215,0,1,246,5,238,7,1,1,1,0,247,7,1,1,2,0,560,7,1,1,2,0,197,7,1,1,2,0,535,7,1,1,2,0,2,0,0,215,0,1,246,4,238,7,1,1,1,0,247,7,1,1,2,0,227,7,1,1,1,0,535,7,1,1,2,0,2,0,0,215,0,1,246,4,238,7,1,1,1,0,247,7,1,1,2,0,246,7,1,1,1,0,535,7,1,1,2,0,2,0,0,215,0,1,246,3,238,7,1,1,1,0,247,7,1,1,2,0,535,7,1,1,2,0,2,0,0,215,0,1,246,5,238,7,1,1,1,0,247,7,1,1,2,0,197,7,1,1,2,0,560,7,1,1,2,0,535,7,1,1,2,0,2,0,0,215,0,1,246,4,238,7,1,1,1,0,247,7,1,1,2,0,560,7,1,1,2,0,535,7,1,1,2,0,5,0,0,215,0,1,246,0,2,560,0,2,535,1,3,4,4,238,7,1,1,1,0,247,7,1,1,2,0,246,7,1,1,1,0,515,7,1,1,5,0,2,0,0,215,0,1,246,4,238,7,1,1,1,0,247,7,1,1,2,0,535,7,1,1,2,0,197,7,1,1,2,0,2,0,0,215,0,1,246,4,238,7,1,1,1,0,247,7,1,1,2,0,535,7,1,1,2,0,197,7,1,1,2,0,2,0,0,215,0,1,246,4,238,7,1,1,1,0,247,7,1,1,2,0,535,7,1,1,2,0,197,7,1,1,2,0,5,0,0,215,0,1,246,0,2,535,0,2,197,1,3,4,4,238,7,1,1,1,0,247,7,1,1,2,0,246,7,1,1,1,0,515,7,1,1,5,0,2,0,0,215,0,1,246,5,238,7,1,1,1,0,247,7,1,1,2,0,560,7,1,1,2,0,535,7,1,1,2,0,197,7,1,1,2,0,2,0,0,215,0,1,246,4,238,7,1,1,1,0,247,7,1,1,2,0,227,7,1,1,1,0,197,7,1,1,2,0,2,0,0,215,0,1,246,4,238,7,1,1,1,0,247,7,1,1,2,0,246,7,1,1,1,0,197,7,1,1,2,0,2,0,0,215,0,1,246,3,238,7,1,1,1,0,247,7,1,1,2,0,197,7,1,1,2,0,2,0,0,215,0,1,246,4,238,7,1,1,1,0,247,7,1,1,2,0,560,7,1,1,2,0,197,7,1,1,2,0,5,0,0,215,0,1,246,0,2,560,0,2,197,1,3,4,4,238,7,1,1,1,0,247,7,1,1,2,0,246,7,1,1,1,0,515,7,1,1,5,0,2,0,0,215,0,1,246,2,247,7,1,1,2,0,227,7,1,1,1,0,2,0,0,215,0,1,246,4,238,7,1,1,1,0,247,7,1,1,2,0,535,7,1,1,2,0,227,7,1,1,1,0,2,0,0,215,0,1,246,4,238,7,1,1,1,0,247,7,1,1,2,0,535,7,1,1,2,0,227,7,1,1,1,0,2,0,0,215,0,1,246,5,238,7,1,1,1,0,247,7,1,1,2,0,197,7,1,1,2,0,535,7,1,1,2,0,227,7,1,1,1,0,2,0,0,215,0,1,246,4,238,7,1,1,1,0,247,7,1,1,2,0,535,7,1,1,2,0,227,7,1,1,1,0,2,0,0,215,0,1,246,4,238,7,1,1,1,0,247,7,1,1,2,0,535,7,1,1,2,0,227,7,1,1,1,0,3,0,0,215,0,1,246,0,2,535,5,238,7,1,1,1,0,247,7,1,1,2,0,246,7,1,1,1,0,515,7,1,1,3,0,227,7,1,1,1,0,2,0,0,215,0,1,246,5,238,7,1,1,1,0,247,7,1,1,2,0,560,7,1,1,2,0,535,7,1,1,2,0,227,7,1,1,1,0,2,0,0,215,0,1,246,5,238,7,1,1,1,0,247,7,1,1,2,0,535,7,1,1,2,0,197,7,1,1,2,0,227,7,1,1,1,0,2,0,0,215,0,1,246,4,238,7,1,1,1,0,247,7,1,1,2,0,197,7,1,1,2,0,227,7,1,1,1,0,2,0,0,215,0,1,246,4,238,7,1,1,1,0,247,7,1,1,2,0,197,7,1,1,2,0,227,7,1,1,1,0,3,0,0,215,0,1,246,0,2,197,5,238,7,1,1,1,0,247,7,1,1,2,0,246,7,1,1,1,0,515,7,1,1,3,0,227,7,1,1,1,0,2,0,0,215,0,1,246,5,238,7,1,1,1,0,247,7,1,1,2,0,560,7,1,1,2,0,197,7,1,1,2,0,227,7,1,1,1,0,2,0,0,215,0,1,246,3,238,7,1,1,1,0,247,7,1,1,2,0,227,7,1,1,1,0,2,0,0,215,0,1,246,5,238,7,1,1,1,0,247,7,1,1,2,0,197,7,1,1,2,0,560,7,1,1,2,0,227,7,1,1,1,0,2,0,0,215,0,1,246,4,238,7,1,1,1,0,247,7,1,1,2,0,560,7,1,1,2,0,227,7,1,1,1,0,2,0,0,215,0,1,246,4,238,7,1,1,1,0,247,7,1,1,2,0,560,7,1,1,2,0,227,7,1,1,1,0,3,0,0,215,0,1,246,0,2,560,5,238,7,1,1,1,0,247,7,1,1,2,0,246,7,1,1,1,0,515,7,1,1,3,0,227,7,1,1,1,0,2,0,0,215,0,1,246,3,227,7,0,1,1,0,247,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,535,7,0,1,2,0,548,7,0,1,2,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,535,7,0,1,2,0,227,7,0,1,1,0,247,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,227,7,0,1,1,0,535,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,4,535,7,0,1,2,0,227,7,0,1,1,0,247,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,4,535,7,0,1,2,0,227,7,0,1,1,0,247,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,4,197,7,0,1,2,0,227,7,0,1,1,0,247,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,227,7,0,1,1,0,535,7,0,1,2,0,548,7,0,1,2,0,3,0,0,215,0,1,246,0,2,548,5,247,7,0,1,2,0,227,7,0,1,1,0,535,7,0,1,2,0,548,7,0,1,2,0,515,7,0,1,3,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,227,7,0,1,1,0,535,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,5,247,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,535,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,535,7,0,1,2,0,548,7,0,1,2,0,247,7,0,1,2,0,2,0,0,215,0,1,246,3,535,7,0,1,2,0,227,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,3,548,7,0,1,2,0,227,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,548,7,0,1,2,0,227,7,0,1,1,0,535,7,0,1,2,0,2,0,0,215,0,1,246,4,535,7,0,1,2,0,548,7,0,1,2,0,227,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,535,7,0,1,2,0,548,7,0,1,2,0,227,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,535,7,0,1,2,0,247,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,2,0,0,215,0,1,246,3,535,7,0,1,2,0,227,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,535,7,0,1,2,0,247,7,0,1,2,0,227,7,0,1,1,0,560,7,0,1,2,0,2,0,0,215,0,1,246,4,535,7,0,1,2,0,227,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,4,535,7,0,1,2,0,227,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,4,535,7,0,1,2,0,227,7,0,1,1,0,560,7,0,1,2,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,197,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,535,7,0,1,2,0,2,0,0,215,0,1,246,4,197,7,0,1,2,0,247,7,0,1,2,0,227,7,0,1,1,0,535,7,0,1,2,0,2,0,0,215,0,1,246,4,197,7,0,1,2,0,247,7,0,1,2,0,227,7,0,1,1,0,535,7,0,1,2,0,2,0,0,215,0,1,246,3,227,7,0,1,1,0,535,7,0,1,2,0,247,7,0,1,2,0,2,0,0,215,0,1,246,3,227,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,3,227,7,0,1,1,0,535,7,0,1,2,0,247,7,0,1,2,0,2,0,0,215,0,1,246,3,227,7,0,1,1,0,535,7,0,1,2,0,247,7,0,1,2,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,227,7,0,1,1,0,535,7,0,1,2,0,2,0,0,215,0,1,246,3,227,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,227,7,0,1,1,0,535,7,0,1,2,0,2,0,0,215,0,1,246,4,560,7,0,1,2,0,247,7,0,1,2,0,227,7,0,1,1,0,535,7,0,1,2,0,2,0,0,215,0,1,246,4,560,7,0,1,2,0,247,7,0,1,2,0,227,7,0,1,1,0,535,7,0,1,2,0,2,0,0,215,0,1,246,4,560,7,0,1,2,0,535,7,0,1,2,0,247,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,5,197,7,0,1,2,0,247,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,535,7,0,1,2,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,548,7,0,1,2,0,227,7,0,1,1,0,197,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,197,7,0,1,2,0,2,0,0,215,0,1,246,4,535,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,535,7,0,1,2,0,247,7,0,1,2,0,227,7,0,1,1,0,197,7,0,1,2,0,2,0,0,215,0,1,246,4,535,7,0,1,2,0,247,7,0,1,2,0,227,7,0,1,1,0,197,7,0,1,2,0,2,0,0,215,0,1,246,4,535,7,0,1,2,0,197,7,0,1,2,0,247,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,4,197,7,0,1,2,0,247,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,2,0,0,215,0,1,246,3,197,7,0,1,2,0,227,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,3,227,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,3,227,7,0,1,1,0,197,7,0,1,2,0,247,7,0,1,2,0,2,0,0,215,0,1,246,3,227,7,0,1,1,0,197,7,0,1,2,0,247,7,0,1,2,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,227,7,0,1,1,0,197,7,0,1,2,0,2,0,0,215,0,1,246,3,227,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,227,7,0,1,1,0,197,7,0,1,2,0,2,0,0,215,0,1,246,4,560,7,0,1,2,0,247,7,0,1,2,0,227,7,0,1,1,0,197,7,0,1,2,0,2,0,0,215,0,1,246,4,560,7,0,1,2,0,247,7,0,1,2,0,227,7,0,1,1,0,197,7,0,1,2,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,560,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,548,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,4,535,7,0,1,2,0,548,7,0,1,2,0,247,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,3,535,7,0,1,2,0,247,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,3,535,7,0,1,2,0,227,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,535,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,3,535,7,0,1,2,0,247,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,4,535,7,0,1,2,0,247,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,3,197,7,0,1,2,0,247,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,3,197,7,0,1,2,0,227,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,197,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,3,197,7,0,1,2,0,247,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,5,535,7,0,1,2,0,548,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,5,247,7,0,1,2,0,548,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,535,7,0,1,2,0,2,0,0,215,0,1,246,6,535,7,0,1,2,0,548,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,5,535,7,0,1,2,0,548,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,5,535,7,0,1,2,0,548,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,5,0,0,215,0,1,246,0,2,535,0,2,548,1,3,4,6,515,7,0,1,5,0,548,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,2,0,0,215,0,1,246,6,535,7,0,1,2,0,548,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,5,535,7,0,1,2,0,548,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,247,7,0,1,2,0,238,7,0,1,1,0,535,7,0,1,2,0,2,0,0,215,0,1,246,5,247,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,246,7,0,1,1,0,535,7,0,1,2,0,2,0,0,215,0,1,246,5,247,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,560,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,535,7,0,1,2,0,2,0,0,215,0,1,246,6,560,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,5,560,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,5,560,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,5,0,0,215,0,1,246,0,2,560,0,2,535,1,3,4,5,515,7,0,1,5,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,2,0,0,215,0,1,246,5,247,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,535,7,0,1,2,0,2,0,0,215,0,1,246,4,560,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,5,247,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,535,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,5,535,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,5,247,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,535,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,5,247,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,535,7,0,1,2,0,197,7,0,1,2,0,5,0,0,215,0,1,246,0,2,535,0,2,197,1,3,4,5,246,7,0,1,1,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,515,7,0,1,5,0,2,0,0,215,0,1,246,6,560,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,5,535,7,0,1,2,0,247,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,197,7,0,1,2,0,2,0,0,215,0,1,246,5,535,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,5,535,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,5,535,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,5,535,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,6,535,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,2,0,0,215,0,1,246,6,535,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,5,535,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,5,535,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,6,535,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,6,535,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,197,7,0,1,2,0,7,0,0,215,0,1,246,0,2,535,0,2,560,1,3,4,0,2,197,1,5,6,5,515,7,0,1,7,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,2,0,0,215,0,1,246,4,535,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,535,7,0,1,2,0,247,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,2,0,0,215,0,1,246,4,535,7,0,1,2,0,247,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,3,0,0,215,0,1,246,0,2,535,5,515,7,0,1,3,0,246,7,0,1,1,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,5,535,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,535,7,0,1,2,0,2,0,0,215,0,1,246,4,535,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,6,535,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,6,535,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,560,7,0,1,2,0,7,0,0,215,0,1,246,0,2,535,0,2,197,1,3,4,0,2,560,1,5,6,5,515,7,0,1,7,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,2,0,0,215,0,1,246,4,535,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,5,535,7,0,1,2,0,247,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,560,7,0,1,2,0,2,0,0,215,0,1,246,4,535,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,5,535,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,6,535,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,5,535,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,5,535,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,6,535,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,2,0,0,215,0,1,246,5,535,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,5,535,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,6,197,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,5,247,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,197,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,5,247,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,197,7,0,1,2,0,535,7,0,1,2,0,5,0,0,215,0,1,246,0,2,197,0,2,535,1,3,4,5,246,7,0,1,1,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,515,7,0,1,5,0,2,0,0,215,0,1,246,5,197,7,0,1,2,0,247,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,535,7,0,1,2,0,2,0,0,215,0,1,246,5,197,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,197,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,5,197,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,5,197,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,5,197,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,6,197,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,2,0,0,215,0,1,246,6,197,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,5,197,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,5,197,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,6,247,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,197,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,6,197,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,6,197,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,7,0,0,215,0,1,246,0,2,197,0,2,560,1,3,4,0,2,535,1,5,6,5,515,7,0,1,7,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,2,0,0,215,0,1,246,4,197,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,5,247,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,535,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,247,7,0,1,2,0,238,7,0,1,1,0,197,7,0,1,2,0,2,0,0,215,0,1,246,5,247,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,246,7,0,1,1,0,197,7,0,1,2,0,2,0,0,215,0,1,246,5,247,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,560,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,197,7,0,1,2,0,2,0,0,215,0,1,246,4,197,7,0,1,2,0,247,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,2,0,0,215,0,1,246,5,197,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,2,0,0,215,0,1,246,4,197,7,0,1,2,0,247,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,3,0,0,215,0,1,246,0,2,197,5,515,7,0,1,3,0,246,7,0,1,1,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,197,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,5,247,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,197,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,5,247,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,197,7,0,1,2,0,560,7,0,1,2,0,5,0,0,215,0,1,246,0,2,197,0,2,560,1,3,4,5,246,7,0,1,1,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,515,7,0,1,5,0,2,0,0,215,0,1,246,5,197,7,0,1,2,0,247,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,560,7,0,1,2,0,2,0,0,215,0,1,246,6,197,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,5,197,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,5,197,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,6,197,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,2,0,0,215,0,1,246,5,197,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,5,197,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,247,7,0,1,2,0,238,7,0,1,1,0,535,7,0,1,2,0,2,0,0,215,0,1,246,5,227,7,0,1,1,0,535,7,0,1,2,0,548,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,5,227,7,0,1,1,0,197,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,247,7,0,1,2,0,238,7,0,1,1,0,535,7,0,1,2,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,247,7,0,1,2,0,238,7,0,1,1,0,535,7,0,1,2,0,3,0,0,215,0,1,246,0,2,535,5,227,7,0,1,1,0,246,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,515,7,0,1,3,0,2,0,0,215,0,1,246,5,227,7,0,1,1,0,560,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,5,227,7,0,1,1,0,247,7,0,1,2,0,238,7,0,1,1,0,535,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,5,227,7,0,1,1,0,535,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,5,227,7,0,1,1,0,535,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,5,0,0,215,0,1,246,0,2,535,0,2,197,1,3,4,5,227,7,0,1,1,0,515,7,0,1,5,0,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,2,0,0,215,0,1,246,6,227,7,0,1,1,0,535,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,535,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,227,7,0,1,1,0,535,7,0,1,2,0,238,7,0,1,1,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,535,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,5,227,7,0,1,1,0,535,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,535,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,6,227,7,0,1,1,0,535,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,5,227,7,0,1,1,0,535,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,5,227,7,0,1,1,0,535,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,5,0,0,215,0,1,246,0,2,535,0,2,560,1,3,4,5,227,7,0,1,1,0,515,7,0,1,5,0,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,535,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,5,227,7,0,1,1,0,197,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,5,227,7,0,1,1,0,247,7,0,1,2,0,238,7,0,1,1,0,197,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,5,227,7,0,1,1,0,197,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,5,227,7,0,1,1,0,197,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,5,0,0,215,0,1,246,0,2,197,0,2,535,1,3,4,5,227,7,0,1,1,0,515,7,0,1,5,0,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,2,0,0,215,0,1,246,6,227,7,0,1,1,0,197,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,197,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,5,227,7,0,1,1,0,535,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,247,7,0,1,2,0,238,7,0,1,1,0,197,7,0,1,2,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,247,7,0,1,2,0,238,7,0,1,1,0,197,7,0,1,2,0,3,0,0,215,0,1,246,0,2,197,5,227,7,0,1,1,0,246,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,515,7,0,1,3,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,227,7,0,1,1,0,197,7,0,1,2,0,238,7,0,1,1,0,2,0,0,215,0,1,246,5,227,7,0,1,1,0,197,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,197,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,5,227,7,0,1,1,0,247,7,0,1,2,0,238,7,0,1,1,0,197,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,5,227,7,0,1,1,0,197,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,5,0,0,215,0,1,246,0,2,197,0,2,560,1,3,4,5,227,7,0,1,1,0,515,7,0,1,5,0,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,197,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,535,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,247,7,0,1,2,0,238,7,0,1,1,0,560,7,0,1,2,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,247,7,0,1,2,0,238,7,0,1,1,0,560,7,0,1,2,0,3,0,0,215,0,1,246,0,2,560,5,227,7,0,1,1,0,246,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,515,7,0,1,3,0,2,0,0,215,0,1,246,5,227,7,0,1,1,0,560,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,5,227,7,0,1,1,0,560,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,5,0,0,215,0,1,246,0,2,560,0,2,197,1,3,4,5,227,7,0,1,1,0,515,7,0,1,5,0,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,2,0,0,215,0,1,246,5,227,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,238,7,0,1,1,0,197,7,0,1,2,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,560,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,227,7,0,1,1,0,560,7,0,1,2,0,238,7,0,1,1,0,2,0,0,215,0,1,246,5,227,7,0,1,1,0,560,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,5,227,7,0,1,1,0,560,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,560,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,5,227,7,0,1,1,0,197,7,0,1,2,0,560,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,238,7,0,1,1,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,238,7,0,1,1,0,3,0,0,215,0,1,246,0,2,560,5,227,7,0,1,1,0,246,7,0,1,1,0,515,7,0,1,3,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,560,7,0,1,2,0,247,7,0,1,2,0,238,7,0,1,1,0,2,0,0,215,0,1,246,5,247,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,535,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,5,247,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,535,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,5,247,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,246,7,0,1,1,0,560,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,560,7,0,1,2,0,2,0,0,215,0,1,246,5,560,7,0,1,2,0,247,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,197,7,0,1,2,0,2,0,0,215,0,1,246,5,560,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,6,560,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,5,560,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,5,560,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,6,560,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,2,0,0,215,0,1,246,5,560,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,5,560,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,5,247,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,197,7,0,1,2,0,2,0,0,215,0,1,246,5,247,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,197,7,0,1,2,0,5,0,0,215,0,1,246,0,2,560,0,2,197,1,3,4,5,246,7,0,1,1,0,515,7,0,1,5,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,5,560,7,0,1,2,0,247,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,197,7,0,1,2,0,2,0,0,215,0,1,246,4,560,7,0,1,2,0,247,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,3,0,0,215,0,1,246,0,2,560,5,515,7,0,1,3,0,246,7,0,1,1,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,560,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,5,197,7,0,1,2,0,247,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,238,7,0,1,1,0,2,0,0,215,0,1,246,5,247,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,535,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,2,0,0,215,0,1,246,5,247,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,246,7,0,1,1,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,2,0,0,215,0,1,246,3,560,7,0,1,2,0,227,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,3,560,7,0,1,2,0,247,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,4,197,7,0,1,2,0,247,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,4,197,7,0,1,2,0,247,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,5,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,6,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,197,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,6,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,6,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,7,0,0,215,0,1,246,0,2,197,0,2,535,1,3,4,0,2,548,1,5,6,6,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,515,7,0,1,7,0,548,7,0,1,2,0,2,0,0,215,0,1,246,7,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,197,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,5,247,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,535,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,5,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,3,0,0,215,0,1,246,0,2,548,7,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,535,7,0,1,2,0,548,7,0,1,2,0,515,7,0,1,3,0,2,0,0,215,0,1,246,5,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,7,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,6,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,6,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,7,0,0,215,0,1,246,0,2,560,0,2,535,1,3,4,0,2,548,1,5,6,6,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,515,7,0,1,7,0,548,7,0,1,2,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,535,7,0,1,2,0,197,7,0,1,2,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,197,7,0,1,2,0,247,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,5,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,6,247,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,560,7,0,1,2,0,197,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,5,227,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,197,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,7,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,560,7,0,1,2,0,197,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,6,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,197,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,6,247,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,197,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,5,227,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,7,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,197,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,6,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,5,247,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,560,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,5,247,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,560,7,0,1,2,0,535,7,0,1,2,0,5,0,0,215,0,1,246,0,2,560,0,2,535,1,3,4,5,246,7,0,1,1,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,515,7,0,1,5,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,560,7,0,1,2,0,247,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,5,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,6,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,6,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,6,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,6,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,197,7,0,1,2,0,7,0,0,215,0,1,246,0,2,535,0,2,548,1,3,4,0,2,197,1,5,6,6,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,515,7,0,1,7,0,548,7,0,1,2,0,2,0,0,215,0,1,246,7,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,535,7,0,1,2,0,247,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,197,7,0,1,2,0,535,7,0,1,2,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,5,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,6,247,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,560,7,0,1,2,0,535,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,5,227,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,7,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,560,7,0,1,2,0,535,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,6,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,5,247,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,560,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,5,247,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,560,7,0,1,2,0,197,7,0,1,2,0,5,0,0,215,0,1,246,0,2,560,0,2,197,1,3,4,5,246,7,0,1,1,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,515,7,0,1,5,0,2,0,0,215,0,1,246,6,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,560,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,6,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,560,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,6,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,560,7,0,1,2,0,197,7,0,1,2,0,7,0,0,215,0,1,246,0,2,535,0,2,560,1,3,4,0,2,197,1,5,6,5,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,515,7,0,1,7,0,2,0,0,215,0,1,246,5,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,6,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,197,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,6,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,197,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,6,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,197,7,0,1,2,0,560,7,0,1,2,0,7,0,0,215,0,1,246,0,2,535,0,2,197,1,3,4,0,2,560,1,5,6,5,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,515,7,0,1,7,0,2,0,0,215,0,1,246,5,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,6,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,535,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,6,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,535,7,0,1,2,0,560,7,0,1,2,0,7,0,0,215,0,1,246,0,2,197,0,2,535,1,3,4,0,2,560,1,5,6,5,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,515,7,0,1,7,0,2,0,0,215,0,1,246,5,247,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,535,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,6,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,535,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,5,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,560,7,0,1,2,0,2,0,0,215,0,1,246,4,197,7,0,1,2,0,247,7,0,1,2,0,227,7,0,1,1,0,560,7,0,1,2,0,2,0,0,215,0,1,246,4,197,7,0,1,2,0,247,7,0,1,2,0,227,7,0,1,1,0,560,7,0,1,2,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,227,7,0,1,1,0,560,7,0,1,2,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,227,7,0,1,1,0,197,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,4,560,7,0,1,2,0,227,7,0,1,1,0,197,7,0,1,2,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,560,7,0,1,2,0,227,7,0,1,1,0,197,7,0,1,2,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,227,7,0,1,1,0,197,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,560,7,0,1,2,0,197,7,0,1,2,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,560,7,0,1,2,0,197,7,0,1,2,0,247,7,0,1,2,0,2,0,0,215,0,1,246,5,247,7,0,1,2,0,227,7,0,1,1,0,197,7,0,1,2,0,238,7,0,1,1,0,560,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,227,7,0,1,1,0,197,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,197,7,0,1,2,0,560,7,0,1,2,0,247,7,0,1,2,0,2,0,0,215,0,1,246,5,227,7,0,1,1,0,197,7,0,1,2,0,560,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,3,227,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,227,7,0,1,1,0,560,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,227,7,0,1,1,0,560,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,227,7,0,1,1,0,560,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,560,7,0,1,2,0,247,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,560,7,0,1,2,0,247,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,227,7,0,1,1,0,560,7,0,1,2,0,238,7,0,1,1,0,2,0,0,215,0,1,246,5,197,7,0,1,2,0,227,7,0,1,1,0,560,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,238,7,0,1,1,0,3,0,0,215,0,1,246,0,2,560,5,246,7,0,1,1,0,227,7,0,1,1,0,515,7,0,1,3,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,560,7,0,1,2,0,227,7,0,1,1,0,247,7,0,1,2,0,238,7,0,1,1,0,2,0,0,215,0,1,246,3,227,7,0,1,1,0,560,7,0,1,2,0,247,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,535,7,0,1,2,0,197,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,535,7,0,1,2,0,197,7,0,1,2,0,548,7,0,1,2,0,3,0,0,215,0,1,246,0,2,548,7,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,535,7,0,1,2,0,197,7,0,1,2,0,548,7,0,1,2,0,515,7,0,1,3,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,197,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,197,7,0,1,2,0,548,7,0,1,2,0,9,0,0,215,0,1,246,0,2,560,0,2,535,1,3,4,0,2,197,1,5,6,0,2,548,1,7,8,5,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,515,7,0,1,9,0,548,7,0,1,2,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,197,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,197,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,197,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,7,0,0,215,0,1,246,0,2,197,0,2,535,1,3,4,0,2,548,1,5,6,6,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,227,7,0,1,1,0,515,7,0,1,7,0,548,7,0,1,2,0,2,0,0,215,0,1,246,7,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,197,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,3,197,7,1,1,2,0,247,7,1,1,2,0,548,7,1,1,2,0,2,0,0,215,0,1,246,3,247,7,1,1,2,0,535,7,1,1,2,0,548,7,1,1,2,0,2,0,0,215,0,1,246,4,535,7,0,1,2,0,197,7,0,1,2,0,247,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,4,197,7,0,1,2,0,247,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,197,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,197,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,7,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,560,7,0,1,2,0,197,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,5,247,7,0,1,2,0,560,7,0,1,2,0,197,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,560,7,0,1,2,0,197,7,0,1,2,0,548,7,0,1,2,0,3,0,0,215,0,1,246,0,2,548,8,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,560,7,0,1,2,0,197,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,515,7,0,1,3,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,197,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,535,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,535,7,0,1,2,0,548,7,0,1,2,0,7,0,0,215,0,1,246,0,2,197,0,2,535,1,3,4,0,2,548,1,5,6,6,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,515,7,0,1,7,0,227,7,0,1,1,0,548,7,0,1,2,0,2,0,0,215,0,1,246,7,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,535,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,535,7,0,1,2,0,548,7,0,1,2,0,3,0,0,215,0,1,246,0,2,548,7,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,227,7,0,1,1,0,535,7,0,1,2,0,548,7,0,1,2,0,515,7,0,1,3,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,535,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,7,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,535,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,535,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,535,7,0,1,2,0,548,7,0,1,2,0,7,0,0,215,0,1,246,0,2,560,0,2,535,1,3,4,0,2,548,1,5,6,6,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,515,7,0,1,7,0,227,7,0,1,1,0,548,7,0,1,2,0,2,0,0,215,0,1,246,3,197,7,0,1,2,0,247,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,3,0,0,215,0,1,246,0,2,548,4,247,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,515,7,0,1,3,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,4,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,4,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,7,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,197,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,5,247,7,0,1,2,0,197,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,197,7,0,1,2,0,560,7,0,1,2,0,548,7,0,1,2,0,3,0,0,215,0,1,246,0,2,548,8,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,197,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,515,7,0,1,3,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,7,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,560,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,560,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,560,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,7,0,0,215,0,1,246,0,2,560,0,2,535,1,3,4,0,2,548,1,5,6,6,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,227,7,0,1,1,0,515,7,0,1,7,0,548,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,1,1,2,0,560,7,1,1,2,0,535,7,1,1,2,0,548,7,1,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,4,560,7,0,1,2,0,247,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,560,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,535,7,0,1,2,0,560,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,560,7,0,1,2,0,548,7,0,1,2,0,7,0,0,215,0,1,246,0,2,535,0,2,560,1,3,4,0,2,548,1,5,6,5,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,515,7,0,1,7,0,548,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,4,535,7,0,1,2,0,227,7,0,1,1,0,197,7,0,1,2,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,197,7,0,1,2,0,227,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,227,7,0,1,1,0,197,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,227,7,0,1,1,0,197,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,197,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,560,7,0,1,2,0,197,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,3,197,7,1,1,2,0,227,7,1,1,1,0,247,7,1,1,2,0,2,0,0,215,0,1,246,3,197,7,1,1,2,0,238,7,1,1,1,0,247,7,1,1,2,0,2,0,0,215,0,1,246,2,197,7,1,1,2,0,247,7,1,1,2,0,2,0,0,215,0,1,246,2,247,7,1,1,2,0,535,7,1,1,2,0,2,0,0,215,0,1,246,3,227,7,1,1,1,0,247,7,1,1,2,0,535,7,1,1,2,0,2,0,0,215,0,1,246,2,247,7,1,1,2,0,535,7,1,1,2,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,197,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,4,535,7,0,1,2,0,548,7,0,1,2,0,197,7,0,1,2,0,247,7,0,1,2,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,535,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,4,535,7,0,1,2,0,197,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,3,535,7,0,1,2,0,197,7,0,1,2,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,535,7,0,1,2,0,197,7,0,1,2,0,247,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,3,197,7,0,1,2,0,247,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,3,197,7,0,1,2,0,535,7,0,1,2,0,247,7,0,1,2,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,197,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,4,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,560,7,0,1,2,0,197,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,5,247,7,0,1,2,0,227,7,0,1,1,0,560,7,0,1,2,0,197,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,7,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,227,7,0,1,1,0,560,7,0,1,2,0,197,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,560,7,0,1,2,0,197,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,3,560,7,1,1,2,0,247,7,1,1,2,0,535,7,1,1,2,0,2,0,0,215,0,1,246,3,535,7,1,1,2,0,197,7,1,1,2,0,247,7,1,1,2,0,2,0,0,215,0,1,246,4,197,7,1,1,2,0,560,7,1,1,2,0,247,7,1,1,2,0,535,7,1,1,2,0,2,0,0,215,0,1,246,4,247,7,1,1,2,0,560,7,1,1,2,0,197,7,1,1,2,0,535,7,1,1,2,0,2,0,0,215,0,1,246,4,560,7,1,1,2,0,247,7,1,1,2,0,197,7,1,1,2,0,535,7,1,1,2,0,2,0,0,215,0,1,246,4,197,7,0,1,2,0,560,7,0,1,2,0,247,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,560,7,0,1,2,0,197,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,4,560,7,0,1,2,0,247,7,0,1,2,0,197,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,197,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,560,7,0,1,2,0,197,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,4,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,535,7,0,1,2,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,197,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,2,535,7,0,1,2,0,247,7,0,1,2,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,548,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,238,7,0,1,1,0,535,7,0,1,2,0,2,0,0,215,0,1,246,4,535,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,2,535,7,0,1,2,0,247,7,0,1,2,0,2,0,0,215,0,1,246,3,535,7,0,1,2,0,247,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,3,535,7,0,1,2,0,560,7,0,1,2,0,247,7,0,1,2,0,2,0,0,215,0,1,246,2,247,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,197,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,5,247,7,0,1,2,0,227,7,0,1,1,0,197,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,7,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,227,7,0,1,1,0,197,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,197,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,3,197,7,1,1,2,0,535,7,1,1,2,0,247,7,1,1,2,0,2,0,0,215,0,1,246,4,247,7,1,1,2,0,197,7,1,1,2,0,560,7,1,1,2,0,535,7,1,1,2,0,2,0,0,215,0,1,246,4,197,7,1,1,2,0,247,7,1,1,2,0,560,7,1,1,2,0,535,7,1,1,2,0,2,0,0,215,0,1,246,4,197,7,0,1,2,0,247,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,197,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,4,560,7,0,1,2,0,197,7,0,1,2,0,247,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,197,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,227,7,0,1,1,0,560,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,227,7,0,1,1,0,560,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,4,560,7,0,1,2,0,227,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,560,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,4,227,7,1,1,1,0,247,7,1,1,2,0,560,7,1,1,2,0,535,7,1,1,2,0,2,0,0,215,0,1,246,3,247,7,1,1,2,0,560,7,1,1,2,0,535,7,1,1,2,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,3,560,7,0,1,2,0,535,7,0,1,2,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,548,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,535,7,0,1,2,0,548,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,535,7,0,1,2,0,548,7,0,1,2,0,197,7,0,1,2,0,7,0,0,215,0,1,246,0,2,535,0,2,548,1,3,4,0,2,197,1,5,6,6,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,227,7,0,1,1,0,515,7,0,1,7,0,548,7,0,1,2,0,2,0,0,215,0,1,246,7,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,535,7,0,1,2,0,548,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,3,247,7,1,1,2,0,548,7,1,1,2,0,197,7,1,1,2,0,2,0,0,215,0,1,246,3,535,7,1,1,2,0,548,7,1,1,2,0,247,7,1,1,2,0,2,0,0,215,0,1,246,4,535,7,0,1,2,0,247,7,0,1,2,0,548,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,4,197,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,7,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,560,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,5,247,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,560,7,0,1,2,0,548,7,0,1,2,0,197,7,0,1,2,0,3,0,0,215,0,1,246,0,2,548,8,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,560,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,197,7,0,1,2,0,515,7,0,1,3,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,4,535,7,0,1,2,0,227,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,4,197,7,0,1,2,0,227,7,0,1,1,0,535,7,0,1,2,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,227,7,0,1,1,0,535,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,227,7,0,1,1,0,535,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,535,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,560,7,0,1,2,0,535,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,2,247,7,1,1,2,0,197,7,1,1,2,0,2,0,0,215,0,1,246,3,227,7,1,1,1,0,247,7,1,1,2,0,197,7,1,1,2,0,2,0,0,215,0,1,246,2,247,7,1,1,2,0,197,7,1,1,2,0,2,0,0,215,0,1,246,2,535,7,1,1,2,0,247,7,1,1,2,0,2,0,0,215,0,1,246,3,535,7,1,1,2,0,227,7,1,1,1,0,247,7,1,1,2,0,2,0,0,215,0,1,246,3,535,7,1,1,2,0,238,7,1,1,1,0,247,7,1,1,2,0,2,0,0,215,0,1,246,2,535,7,1,1,2,0,247,7,1,1,2,0,2,0,0,215,0,1,246,4,535,7,0,1,2,0,548,7,0,1,2,0,247,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,4,535,7,0,1,2,0,227,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,4,535,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,4,535,7,0,1,2,0,247,7,0,1,2,0,560,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,3,197,7,0,1,2,0,535,7,0,1,2,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,197,7,0,1,2,0,535,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,197,7,0,1,2,0,535,7,0,1,2,0,247,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,535,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,3,560,7,0,1,2,0,535,7,0,1,2,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,560,7,0,1,2,0,535,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,5,247,7,0,1,2,0,227,7,0,1,1,0,560,7,0,1,2,0,535,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,7,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,227,7,0,1,1,0,560,7,0,1,2,0,535,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,560,7,0,1,2,0,535,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,3,560,7,1,1,2,0,535,7,1,1,2,0,247,7,1,1,2,0,2,0,0,215,0,1,246,3,535,7,1,1,2,0,247,7,1,1,2,0,197,7,1,1,2,0,2,0,0,215,0,1,246,4,197,7,1,1,2,0,560,7,1,1,2,0,535,7,1,1,2,0,247,7,1,1,2,0,2,0,0,215,0,1,246,4,247,7,1,1,2,0,560,7,1,1,2,0,535,7,1,1,2,0,197,7,1,1,2,0,2,0,0,215,0,1,246,4,560,7,1,1,2,0,247,7,1,1,2,0,535,7,1,1,2,0,197,7,1,1,2,0,2,0,0,215,0,1,246,4,197,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,4,560,7,0,1,2,0,197,7,0,1,2,0,535,7,0,1,2,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,560,7,0,1,2,0,247,7,0,1,2,0,535,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,227,7,0,1,1,0,197,7,0,1,2,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,227,7,0,1,1,0,197,7,0,1,2,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,227,7,0,1,1,0,197,7,0,1,2,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,227,7,0,1,1,0,197,7,0,1,2,0,2,0,0,215,0,1,246,7,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,227,7,0,1,1,0,197,7,0,1,2,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,560,7,0,1,2,0,535,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,4,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,197,7,0,1,2,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,548,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,4,197,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,3,0,0,215,0,1,246,0,2,197,4,515,7,0,1,3,0,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,2,0,0,215,0,1,246,2,197,7,0,1,2,0,247,7,0,1,2,0,2,0,0,215,0,1,246,2,247,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,560,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,560,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,560,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,560,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,4,227,7,1,1,1,0,247,7,1,1,2,0,560,7,1,1,2,0,197,7,1,1,2,0,2,0,0,215,0,1,246,3,247,7,1,1,2,0,560,7,1,1,2,0,197,7,1,1,2,0,2,0,0,215,0,1,246,3,560,7,1,1,2,0,247,7,1,1,2,0,197,7,1,1,2,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,535,7,0,1,2,0,560,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,535,7,0,1,2,0,560,7,0,1,2,0,197,7,0,1,2,0,7,0,0,215,0,1,246,0,2,535,0,2,560,1,3,4,0,2,197,1,5,6,5,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,227,7,0,1,1,0,515,7,0,1,7,0,2,0,0,215,0,1,246,3,535,7,1,1,2,0,560,7,1,1,2,0,247,7,1,1,2,0,2,0,0,215,0,1,246,4,535,7,1,1,2,0,247,7,1,1,2,0,560,7,1,1,2,0,197,7,1,1,2,0,2,0,0,215,0,1,246,4,197,7,0,1,2,0,535,7,0,1,2,0,560,7,0,1,2,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,535,7,0,1,2,0,560,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,4,560,7,0,1,2,0,535,7,0,1,2,0,247,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,560,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,4,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,548,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,3,227,7,0,1,1,0,247,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,4,238,7,0,1,1,0,247,7,0,1,2,0,548,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,548,7,0,1,2,0,227,7,0,1,1,0,3,0,0,215,0,1,246,0,2,548,4,247,7,0,1,2,0,548,7,0,1,2,0,515,7,0,1,3,0,227,7,0,1,1,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,548,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,560,7,0,1,2,0,548,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,197,7,0,1,2,0,548,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,197,7,0,1,2,0,548,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,197,7,0,1,2,0,548,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,197,7,0,1,2,0,548,7,0,1,2,0,227,7,0,1,1,0,7,0,0,215,0,1,246,0,2,535,0,2,197,1,3,4,0,2,548,1,5,6,6,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,515,7,0,1,7,0,548,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,7,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,197,7,0,1,2,0,548,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,197,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,5,247,7,0,1,2,0,197,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,197,7,0,1,2,0,548,7,0,1,2,0,227,7,0,1,1,0,3,0,0,215,0,1,246,0,2,548,8,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,197,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,515,7,0,1,3,0,227,7,0,1,1,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,7,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,197,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,7,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,197,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,227,7,0,1,1,0,9,0,0,215,0,1,246,0,2,560,0,2,197,1,3,4,0,2,535,1,5,6,0,2,548,1,7,8,6,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,515,7,0,1,9,0,548,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,4,535,7,0,1,2,0,247,7,0,1,2,0,548,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,7,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,7,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,227,7,0,1,1,0,9,0,0,215,0,1,246,0,2,197,0,2,560,1,3,4,0,2,535,1,5,6,0,2,548,1,7,8,6,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,515,7,0,1,9,0,548,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,560,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,5,247,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,560,7,0,1,2,0,548,7,0,1,2,0,227,7,0,1,1,0,3,0,0,215,0,1,246,0,2,548,8,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,560,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,515,7,0,1,3,0,227,7,0,1,1,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,197,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,4,535,7,0,1,2,0,247,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,4,535,7,0,1,2,0,197,7,0,1,2,0,247,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,4,535,7,0,1,2,0,197,7,0,1,2,0,247,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,4,197,7,0,1,2,0,535,7,0,1,2,0,247,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,4,197,7,0,1,2,0,247,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,4,197,7,0,1,2,0,247,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,197,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,5,197,7,0,1,2,0,560,7,0,1,2,0,247,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,5,247,7,0,1,2,0,560,7,0,1,2,0,197,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,5,247,7,0,1,2,0,560,7,0,1,2,0,197,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,5,560,7,0,1,2,0,247,7,0,1,2,0,197,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,197,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,4,535,7,0,1,2,0,548,7,0,1,2,0,247,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,4,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,5,197,7,0,1,2,0,247,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,5,247,7,0,1,2,0,197,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,5,247,7,0,1,2,0,197,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,5,560,7,0,1,2,0,197,7,0,1,2,0,247,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,4,560,7,0,1,2,0,247,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,4,560,7,0,1,2,0,247,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,535,7,0,1,2,0,548,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,5,247,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,3,0,0,215,0,1,246,0,2,548,8,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,535,7,0,1,2,0,548,7,0,1,2,0,197,7,0,1,2,0,515,7,0,1,3,0,227,7,0,1,1,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,7,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,7,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,9,0,0,215,0,1,246,0,2,560,0,2,535,1,3,4,0,2,548,1,5,6,0,2,197,1,7,8,6,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,515,7,0,1,9,0,548,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,535,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,4,535,7,0,1,2,0,247,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,4,535,7,0,1,2,0,247,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,4,197,7,0,1,2,0,247,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,4,197,7,0,1,2,0,535,7,0,1,2,0,247,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,4,197,7,0,1,2,0,535,7,0,1,2,0,247,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,535,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,5,197,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,247,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,5,247,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,5,247,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,5,560,7,0,1,2,0,247,7,0,1,2,0,535,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,4,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,4,197,7,0,1,2,0,560,7,0,1,2,0,247,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,4,197,7,0,1,2,0,560,7,0,1,2,0,247,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,4,560,7,0,1,2,0,247,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,4,560,7,0,1,2,0,247,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,535,7,0,1,2,0,560,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,5,247,7,0,1,2,0,535,7,0,1,2,0,560,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,7,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,535,7,0,1,2,0,560,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,560,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,197,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,4,560,7,0,1,2,0,197,7,0,1,2,0,247,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,4,560,7,0,1,2,0,197,7,0,1,2,0,247,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,535,7,0,1,2,0,197,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,5,247,7,0,1,2,0,535,7,0,1,2,0,197,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,7,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,535,7,0,1,2,0,197,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,197,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,197,7,0,1,2,0,535,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,5,247,7,0,1,2,0,197,7,0,1,2,0,535,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,7,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,197,7,0,1,2,0,535,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,535,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,535,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,535,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,4,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,197,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,197,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,197,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,197,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,535,7,0,1,2,0,197,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,535,7,0,1,2,0,197,7,0,1,2,0,560,7,0,1,2,0,7,0,0,215,0,1,246,0,2,535,0,2,197,1,3,4,0,2,560,1,5,6,5,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,227,7,0,1,1,0,515,7,0,1,7,0,2,0,0,215,0,1,246,4,535,7,1,1,2,0,197,7,1,1,2,0,247,7,1,1,2,0,560,7,1,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,535,7,0,1,2,0,197,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,4,560,7,0,1,2,0,535,7,0,1,2,0,197,7,0,1,2,0,247,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,197,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,4,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,560,7,0,1,2,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,560,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,535,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,4,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,560,7,0,1,2,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,197,7,0,1,2,0,535,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,197,7,0,1,2,0,535,7,0,1,2,0,560,7,0,1,2,0,7,0,0,215,0,1,246,0,2,197,0,2,535,1,3,4,0,2,560,1,5,6,5,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,227,7,0,1,1,0,515,7,0,1,7,0,2,0,0,215,0,1,246,3,247,7,1,1,2,0,535,7,1,1,2,0,560,7,1,1,2,0,2,0,0,215,0,1,246,4,197,7,1,1,2,0,535,7,1,1,2,0,247,7,1,1,2,0,560,7,1,1,2,0,2,0,0,215,0,1,246,4,197,7,0,1,2,0,247,7,0,1,2,0,535,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,197,7,0,1,2,0,535,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,535,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,535,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,535,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,535,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,227,7,0,1,1,0,535,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,227,7,0,1,1,0,535,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,535,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,3,535,7,1,1,2,0,247,7,1,1,2,0,560,7,1,1,2,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,535,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,4,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,4,227,7,1,1,1,0,247,7,1,1,2,0,197,7,1,1,2,0,560,7,1,1,2,0,2,0,0,215,0,1,246,3,247,7,1,1,2,0,197,7,1,1,2,0,560,7,1,1,2,0,2,0,0,215,0,1,246,3,560,7,1,1,2,0,197,7,1,1,2,0,247,7,1,1,2,0,2,0,0,215,0,1,246,4,247,7,1,1,2,0,227,7,1,1,1,0,197,7,1,1,2,0,560,7,1,1,2,0,2,0,0,215,0,1,246,4,197,7,1,1,2,0,227,7,1,1,1,0,247,7,1,1,2,0,560,7,1,1,2,0,2,0,0,215,0,1,246,4,197,7,1,1,2,0,227,7,1,1,1,0,247,7,1,1,2,0,560,7,1,1,2,0,2,0,0,215,0,1,246,4,197,7,1,1,2,0,227,7,1,1,1,0,560,7,1,1,2,0,247,7,1,1,2,0,2,0,0,215,0,1,246,4,197,7,1,1,2,0,238,7,1,1,1,0,247,7,1,1,2,0,560,7,1,1,2,0,2,0,0,215,0,1,246,4,197,7,1,1,2,0,238,7,1,1,1,0,247,7,1,1,2,0,535,7,1,1,2,0,2,0,0,215,0,1,246,4,247,7,1,1,2,0,238,7,1,1,1,0,197,7,1,1,2,0,560,7,1,1,2,0,2,0,0,215,0,1,246,5,197,7,1,1,2,0,238,7,1,1,1,0,247,7,1,1,2,0,227,7,1,1,1,0,560,7,1,1,2,0,5,0,0,215,0,1,246,0,2,197,0,2,560,1,3,4,4,515,7,1,1,5,0,238,7,1,1,1,0,247,7,1,1,2,0,246,7,1,1,1,0,2,0,0,215,0,1,246,3,197,7,1,1,2,0,238,7,1,1,1,0,247,7,1,1,2,0,2,0,0,215,0,1,246,3,197,7,1,1,2,0,560,7,1,1,2,0,247,7,1,1,2,0,2,0,0,215,0,1,246,4,197,7,1,1,2,0,560,7,1,1,2,0,227,7,1,1,1,0,247,7,1,1,2,0,2,0,0,215,0,1,246,4,197,7,1,1,2,0,560,7,1,1,2,0,238,7,1,1,1,0,247,7,1,1,2,0,2,0,0,215,0,1,246,4,227,7,1,1,1,0,197,7,1,1,2,0,247,7,1,1,2,0,560,7,1,1,2,0,2,0,0,215,0,1,246,4,227,7,1,1,1,0,197,7,1,1,2,0,247,7,1,1,2,0,560,7,1,1,2,0,2,0,0,215,0,1,246,4,227,7,1,1,1,0,197,7,1,1,2,0,560,7,1,1,2,0,247,7,1,1,2,0,2,0,0,215,0,1,246,3,247,7,1,1,2,0,227,7,1,1,1,0,560,7,1,1,2,0,2,0,0,215,0,1,246,4,247,7,1,1,2,0,227,7,1,1,1,0,238,7,1,1,1,0,560,7,1,1,2,0,2,0,0,215,0,1,246,5,227,7,1,1,1,0,238,7,1,1,1,0,247,7,1,1,2,0,197,7,1,1,2,0,560,7,1,1,2,0,2,0,0,215,0,1,246,4,227,7,1,1,1,0,238,7,1,1,1,0,247,7,1,1,2,0,560,7,1,1,2,0,3,0,0,215,0,1,246,0,2,560,5,227,7,1,1,1,0,238,7,1,1,1,0,247,7,1,1,2,0,246,7,1,1,1,0,515,7,1,1,3,0,2,0,0,215,0,1,246,3,227,7,1,1,1,0,247,7,1,1,2,0,560,7,1,1,2,0,2,0,0,215,0,1,246,3,247,7,1,1,2,0,227,7,1,1,1,0,560,7,1,1,2,0,2,0,0,215,0,1,246,4,227,7,1,1,1,0,560,7,1,1,2,0,238,7,1,1,1,0,247,7,1,1,2,0,2,0,0,215,0,1,246,3,227,7,1,1,1,0,560,7,1,1,2,0,247,7,1,1,2,0,2,0,0,215,0,1,246,5,238,7,1,1,1,0,247,7,1,1,2,0,227,7,1,1,1,0,197,7,1,1,2,0,560,7,1,1,2,0,2,0,0,215,0,1,246,5,238,7,1,1,1,0,247,7,1,1,2,0,535,7,1,1,2,0,197,7,1,1,2,0,560,7,1,1,2,0,2,0,0,215,0,1,246,5,238,7,1,1,1,0,247,7,1,1,2,0,246,7,1,1,1,0,197,7,1,1,2,0,560,7,1,1,2,0,2,0,0,215,0,1,246,4,238,7,1,1,1,0,247,7,1,1,2,0,197,7,1,1,2,0,560,7,1,1,2,0,2,0,0,215,0,1,246,5,238,7,1,1,1,0,247,7,1,1,2,0,197,7,1,1,2,0,227,7,1,1,1,0,560,7,1,1,2,0,2,0,0,215,0,1,246,5,238,7,1,1,1,0,247,7,1,1,2,0,197,7,1,1,2,0,227,7,1,1,1,0,560,7,1,1,2,0,5,0,0,215,0,1,246,0,2,197,0,2,560,1,3,4,5,238,7,1,1,1,0,247,7,1,1,2,0,246,7,1,1,1,0,515,7,1,1,5,0,227,7,1,1,1,0,2,0,0,215,0,1,246,4,238,7,1,1,1,0,247,7,1,1,2,0,227,7,1,1,1,0,560,7,1,1,2,0,2,0,0,215,0,1,246,5,238,7,1,1,1,0,247,7,1,1,2,0,535,7,1,1,2,0,227,7,1,1,1,0,560,7,1,1,2,0,2,0,0,215,0,1,246,5,238,7,1,1,1,0,247,7,1,1,2,0,246,7,1,1,1,0,227,7,1,1,1,0,560,7,1,1,2,0,2,0,0,215,0,1,246,4,238,7,1,1,1,0,247,7,1,1,2,0,227,7,1,1,1,0,560,7,1,1,2,0,2,0,0,215,0,1,246,4,238,7,1,1,1,0,247,7,1,1,2,0,535,7,1,1,2,0,560,7,1,1,2,0,2,0,0,215,0,1,246,5,238,7,1,1,1,0,247,7,1,1,2,0,197,7,1,1,2,0,535,7,1,1,2,0,560,7,1,1,2,0,2,0,0,215,0,1,246,4,238,7,1,1,1,0,247,7,1,1,2,0,535,7,1,1,2,0,560,7,1,1,2,0,5,0,0,215,0,1,246,0,2,535,0,2,560,1,3,4,4,238,7,1,1,1,0,247,7,1,1,2,0,246,7,1,1,1,0,515,7,1,1,5,0,2,0,0,215,0,1,246,3,238,7,1,1,1,0,247,7,1,1,2,0,560,7,1,1,2,0,2,0,0,215,0,1,246,2,247,7,1,1,2,0,560,7,1,1,2,0,2,0,0,215,0,1,246,4,247,7,1,1,2,0,560,7,1,1,2,0,227,7,1,1,1,0,197,7,1,1,2,0,2,0,0,215,0,1,246,3,560,7,1,1,2,0,247,7,1,1,2,0,227,7,1,1,1,0,2,0,0,215,0,1,246,4,560,7,1,1,2,0,227,7,1,1,1,0,238,7,1,1,1,0,247,7,1,1,2,0,2,0,0,215,0,1,246,3,560,7,1,1,2,0,227,7,1,1,1,0,247,7,1,1,2,0,2,0,0,215,0,1,246,3,247,7,1,1,2,0,560,7,1,1,2,0,227,7,1,1,1,0,2,0,0,215,0,1,246,3,247,7,1,1,2,0,560,7,1,1,2,0,227,7,1,1,1,0,2,0,0,215,0,1,246,3,560,7,1,1,2,0,247,7,1,1,2,0,227,7,1,1,1,0,2,0,0,215,0,1,246,4,560,7,1,1,2,0,238,7,1,1,1,0,247,7,1,1,2,0,197,7,1,1,2,0,5,0,0,215,0,1,246,0,2,560,0,2,197,1,3,4,4,515,7,1,1,5,0,238,7,1,1,1,0,247,7,1,1,2,0,246,7,1,1,1,0,2,0,0,215,0,1,246,4,247,7,1,1,2,0,560,7,1,1,2,0,238,7,1,1,1,0,197,7,1,1,2,0,2,0,0,215,0,1,246,3,560,7,1,1,2,0,238,7,1,1,1,0,247,7,1,1,2,0,2,0,0,215,0,1,246,5,560,7,1,1,2,0,238,7,1,1,1,0,247,7,1,1,2,0,197,7,1,1,2,0,227,7,1,1,1,0,2,0,0,215,0,1,246,4,560,7,1,1,2,0,238,7,1,1,1,0,247,7,1,1,2,0,227,7,1,1,1,0,2,0,0,215,0,1,246,4,560,7,1,1,2,0,238,7,1,1,1,0,247,7,1,1,2,0,227,7,1,1,1,0,3,0,0,215,0,1,246,0,2,560,5,515,7,1,1,3,0,238,7,1,1,1,0,247,7,1,1,2,0,246,7,1,1,1,0,227,7,1,1,1,0,2,0,0,215,0,1,246,4,247,7,1,1,2,0,560,7,1,1,2,0,238,7,1,1,1,0,227,7,1,1,1,0,2,0,0,215,0,1,246,4,560,7,1,1,2,0,238,7,1,1,1,0,247,7,1,1,2,0,535,7,1,1,2,0,2,0,0,215,0,1,246,4,560,7,1,1,2,0,238,7,1,1,1,0,247,7,1,1,2,0,246,7,1,1,1,0,2,0,0,215,0,1,246,3,560,7,1,1,2,0,238,7,1,1,1,0,247,7,1,1,2,0,2,0,0,215,0,1,246,3,535,7,1,1,2,0,238,7,1,1,1,0,247,7,1,1,2,0,2,0,0,215,0,1,246,4,197,7,1,1,2,0,560,7,1,1,2,0,238,7,1,1,1,0,247,7,1,1,2,0,2,0,0,215,0,1,246,3,247,7,1,1,2,0,560,7,1,1,2,0,238,7,1,1,1,0,3,0,0,215,0,1,246,0,2,560,4,246,7,1,1,1,0,515,7,1,1,3,0,238,7,1,1,1,0,247,7,1,1,2,0,2,0,0,215,0,1,246,3,560,7,1,1,2,0,247,7,1,1,2,0,238,7,1,1,1,0,2,0,0,215,0,1,246,2,560,7,1,1,2,0,247,7,1,1,2,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,197,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,4,560,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,560,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,5,560,7,0,1,2,0,197,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,560,7,0,1,2,0,197,7,0,1,2,0,238,7,0,1,1,0,2,0,0,215,0,1,246,3,560,7,0,1,2,0,197,7,0,1,2,0,247,7,0,1,2,0,2,0,0,215,0,1,246,5,197,7,0,1,2,0,247,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,560,7,0,1,2,0,2,0,0,215,0,1,246,4,197,7,0,1,2,0,560,7,0,1,2,0,247,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,4,197,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,197,7,0,1,2,0,247,7,0,1,2,0,227,7,0,1,1,0,560,7,0,1,2,0,2,0,0,215,0,1,246,5,197,7,0,1,2,0,227,7,0,1,1,0,560,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,5,197,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,238,7,0,1,1,0,197,7,0,1,2,0,535,7,0,1,2,0,5,0,0,215,0,1,246,0,2,197,0,2,535,1,3,4,4,246,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,515,7,0,1,5,0,2,0,0,215,0,1,246,5,197,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,535,7,0,1,2,0,2,0,0,215,0,1,246,4,197,7,0,1,2,0,535,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,197,7,0,1,2,0,535,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,5,197,7,0,1,2,0,535,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,2,0,0,215,0,1,246,5,197,7,0,1,2,0,535,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,4,197,7,0,1,2,0,535,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,197,7,0,1,2,0,535,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,5,247,7,0,1,2,0,238,7,0,1,1,0,197,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,5,197,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,7,0,0,215,0,1,246,0,2,197,0,2,560,1,3,4,0,2,535,1,5,6,4,515,7,0,1,7,0,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,2,0,0,215,0,1,246,3,197,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,238,7,0,1,1,0,535,7,0,1,2,0,197,7,0,1,2,0,5,0,0,215,0,1,246,0,2,535,0,2,197,1,3,4,4,515,7,0,1,5,0,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,2,0,0,215,0,1,246,5,535,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,3,535,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,5,247,7,0,1,2,0,238,7,0,1,1,0,535,7,0,1,2,0,197,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,238,7,0,1,1,0,197,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,5,247,7,0,1,2,0,238,7,0,1,1,0,246,7,0,1,1,0,197,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,238,7,0,1,1,0,560,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,238,7,0,1,1,0,197,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,2,247,7,0,1,2,0,238,7,0,1,1,0,2,0,0,215,0,1,246,5,197,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,5,197,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,5,247,7,0,1,2,0,238,7,0,1,1,0,197,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,5,197,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,5,197,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,5,0,0,215,0,1,246,0,2,197,0,2,535,1,3,4,5,515,7,0,1,5,0,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,227,7,0,1,1,0,2,0,0,215,0,1,246,6,197,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,5,535,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,5,247,7,0,1,2,0,238,7,0,1,1,0,197,7,0,1,2,0,227,7,0,1,1,0,560,7,0,1,2,0,2,0,0,215,0,1,246,5,247,7,0,1,2,0,238,7,0,1,1,0,197,7,0,1,2,0,227,7,0,1,1,0,560,7,0,1,2,0,5,0,0,215,0,1,246,0,2,197,0,2,560,1,3,4,5,246,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,515,7,0,1,5,0,227,7,0,1,1,0,2,0,0,215,0,1,246,5,197,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,560,7,0,1,2,0,2,0,0,215,0,1,246,6,197,7,0,1,2,0,560,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,5,197,7,0,1,2,0,560,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,5,197,7,0,1,2,0,560,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,6,197,7,0,1,2,0,560,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,227,7,0,1,1,0,2,0,0,215,0,1,246,5,197,7,0,1,2,0,560,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,5,247,7,0,1,2,0,238,7,0,1,1,0,197,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,5,197,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,5,197,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,5,197,7,0,1,2,0,560,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,5,247,7,0,1,2,0,560,7,0,1,2,0,238,7,0,1,1,0,197,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,5,197,7,0,1,2,0,560,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,5,197,7,0,1,2,0,247,7,0,1,2,0,560,7,0,1,2,0,238,7,0,1,1,0,535,7,0,1,2,0,2,0,0,215,0,1,246,4,197,7,0,1,2,0,560,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,197,7,0,1,2,0,560,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,238,7,0,1,1,0,197,7,0,1,2,0,3,0,0,215,0,1,246,0,2,197,4,246,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,515,7,0,1,3,0,2,0,0,215,0,1,246,3,197,7,0,1,2,0,560,7,0,1,2,0,247,7,0,1,2,0,2,0,0,215,0,1,246,5,197,7,0,1,2,0,247,7,0,1,2,0,560,7,0,1,2,0,238,7,0,1,1,0,227,7,0,1,1,0,2,0,0,215,0,1,246,4,197,7,0,1,2,0,535,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,197,7,0,1,2,0,560,7,0,1,2,0,238,7,0,1,1,0,2,0,0,215,0,1,246,4,197,7,0,1,2,0,247,7,0,1,2,0,560,7,0,1,2,0,238,7,0,1,1,0,5,0,0,215,0,1,246,0,2,197,0,2,560,1,3,4,4,515,7,0,1,5,0,246,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,197,7,0,1,2,0,560,7,0,1,2,0,247,7,0,1,2,0,238,7,0,1,1,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,560,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,4,560,7,0,1,2,0,227,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,4,560,7,0,1,2,0,227,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,4,560,7,0,1,2,0,227,7,0,1,1,0,247,7,0,1,2,0,238,7,0,1,1,0,2,0,0,215,0,1,246,3,560,7,0,1,2,0,227,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,5,560,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,197,7,0,1,2,0,2,0,0,215,0,1,246,5,560,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,197,7,0,1,2,0,2,0,0,215,0,1,246,5,247,7,0,1,2,0,560,7,0,1,2,0,238,7,0,1,1,0,227,7,0,1,1,0,197,7,0,1,2,0,2,0,0,215,0,1,246,5,560,7,0,1,2,0,197,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,5,560,7,0,1,2,0,247,7,0,1,2,0,238,7,0,1,1,0,197,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,5,560,7,0,1,2,0,197,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,7,0,0,215,0,1,246,0,2,560,0,2,197,1,3,4,0,2,535,1,5,6,4,515,7,0,1,7,0,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,2,0,0,215,0,1,246,5,247,7,0,1,2,0,560,7,0,1,2,0,197,7,0,1,2,0,238,7,0,1,1,0,535,7,0,1,2,0,2,0,0,215,0,1,246,4,560,7,0,1,2,0,197,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,560,7,0,1,2,0,197,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,5,247,7,0,1,2,0,560,7,0,1,2,0,197,7,0,1,2,0,238,7,0,1,1,0,535,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,560,7,0,1,2,0,197,7,0,1,2,0,238,7,0,1,1,0,2,0,0,215,0,1,246,5,247,7,0,1,2,0,560,7,0,1,2,0,197,7,0,1,2,0,238,7,0,1,1,0,246,7,0,1,1,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,560,7,0,1,2,0,197,7,0,1,2,0,238,7,0,1,1,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,560,7,0,1,2,0,197,7,0,1,2,0,238,7,0,1,1,0,2,0,0,215,0,1,246,4,560,7,0,1,2,0,247,7,0,1,2,0,238,7,0,1,1,0,197,7,0,1,2,0,5,0,0,215,0,1,246,0,2,560,0,2,197,1,3,4,4,515,7,0,1,5,0,246,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,5,560,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,197,7,0,1,2,0,2,0,0,215,0,1,246,6,560,7,0,1,2,0,197,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,5,560,7,0,1,2,0,197,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,5,560,7,0,1,2,0,197,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,6,560,7,0,1,2,0,197,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,227,7,0,1,1,0,2,0,0,215,0,1,246,5,560,7,0,1,2,0,197,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,5,247,7,0,1,2,0,560,7,0,1,2,0,238,7,0,1,1,0,197,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,5,247,7,0,1,2,0,560,7,0,1,2,0,238,7,0,1,1,0,197,7,0,1,2,0,227,7,0,1,1,0,5,0,0,215,0,1,246,0,2,560,0,2,197,1,3,4,5,246,7,0,1,1,0,515,7,0,1,5,0,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,5,560,7,0,1,2,0,247,7,0,1,2,0,238,7,0,1,1,0,197,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,5,560,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,6,560,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,5,560,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,5,560,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,5,0,0,215,0,1,246,0,2,560,0,2,535,1,3,4,5,515,7,0,1,5,0,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,227,7,0,1,1,0,2,0,0,215,0,1,246,5,247,7,0,1,2,0,560,7,0,1,2,0,238,7,0,1,1,0,535,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,4,560,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,238,7,0,1,1,0,535,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,5,535,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,4,535,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,3,0,0,215,0,1,246,0,2,535,5,515,7,0,1,3,0,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,227,7,0,1,1,0,2,0,0,215,0,1,246,5,535,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,238,7,0,1,1,0,2,0,0,215,0,1,246,5,247,7,0,1,2,0,560,7,0,1,2,0,238,7,0,1,1,0,535,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,560,7,0,1,2,0,238,7,0,1,1,0,227,7,0,1,1,0,2,0,0,215,0,1,246,5,247,7,0,1,2,0,560,7,0,1,2,0,238,7,0,1,1,0,246,7,0,1,1,0,227,7,0,1,1,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,560,7,0,1,2,0,238,7,0,1,1,0,227,7,0,1,1,0,2,0,0,215,0,1,246,4,560,7,0,1,2,0,247,7,0,1,2,0,238,7,0,1,1,0,227,7,0,1,1,0,2,0,0,215,0,1,246,4,560,7,0,1,2,0,247,7,0,1,2,0,238,7,0,1,1,0,227,7,0,1,1,0,3,0,0,215,0,1,246,0,2,560,5,515,7,0,1,3,0,246,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,5,560,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,3,560,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,5,560,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,535,7,0,1,2,0,2,0,0,215,0,1,246,4,560,7,0,1,2,0,535,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,560,7,0,1,2,0,535,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,5,560,7,0,1,2,0,535,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,4,560,7,0,1,2,0,535,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,5,560,7,0,1,2,0,535,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,2,0,0,215,0,1,246,4,560,7,0,1,2,0,535,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,560,7,0,1,2,0,535,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,560,7,0,1,2,0,238,7,0,1,1,0,535,7,0,1,2,0,5,0,0,215,0,1,246,0,2,560,0,2,535,1,3,4,4,246,7,0,1,1,0,515,7,0,1,5,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,560,7,0,1,2,0,247,7,0,1,2,0,238,7,0,1,1,0,535,7,0,1,2,0,2,0,0,215,0,1,246,3,560,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,238,7,0,1,1,0,535,7,0,1,2,0,2,0,0,215,0,1,246,4,535,7,0,1,2,0,548,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,238,7,0,1,1,0,535,7,0,1,2,0,3,0,0,215,0,1,246,0,2,535,4,246,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,515,7,0,1,3,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,238,7,0,1,1,0,535,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,3,535,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,535,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,2,0,0,215,0,1,246,3,535,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,5,535,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,4,535,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,5,0,0,215,0,1,246,0,2,535,0,2,560,1,3,4,4,515,7,0,1,5,0,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,2,0,0,215,0,1,246,3,535,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,3,535,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,560,7,0,1,2,0,238,7,0,1,1,0,2,0,0,215,0,1,246,4,560,7,0,1,2,0,247,7,0,1,2,0,238,7,0,1,1,0,535,7,0,1,2,0,2,0,0,215,0,1,246,3,560,7,0,1,2,0,247,7,0,1,2,0,238,7,0,1,1,0,2,0,0,215,0,1,246,4,560,7,0,1,2,0,247,7,0,1,2,0,238,7,0,1,1,0,246,7,0,1,1,0,2,0,0,215,0,1,246,3,560,7,0,1,2,0,247,7,0,1,2,0,238,7,0,1,1,0,2,0,0,215,0,1,246,3,560,7,0,1,2,0,247,7,0,1,2,0,238,7,0,1,1,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,3,535,7,0,1,2,0,548,7,0,1,2,0,247,7,0,1,2,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,197,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,4,535,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,3,535,7,0,1,2,0,548,7,0,1,2,0,247,7,0,1,2,0,3,0,0,215,0,1,246,0,2,548,4,535,7,0,1,2,0,548,7,0,1,2,0,247,7,0,1,2,0,515,7,0,1,3,0,2,0,0,215,0,1,246,4,535,7,0,1,2,0,247,7,0,1,2,0,560,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,3,535,7,1,1,2,0,247,7,1,1,2,0,548,7,1,1,2,0,2,0,0,215,0,1,246,2,548,7,1,1,2,0,247,7,1,1,2,0,2,0,0,215,0,1,246,3,535,7,0,1,2,0,247,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,3,548,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,2,548,7,0,1,2,0,247,7,0,1,2,0,3,0,0,215,0,1,246,0,2,548,3,548,7,0,1,2,0,515,7,0,1,3,0,247,7,0,1,2,0,2,0,0,215,0,1,246,2,548,7,0,1,2,0,247,7,0,1,2,0,2,0,0,215,0,1,246,3,548,7,0,1,2,0,247,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,3,535,7,0,1,2,0,548,7,0,1,2,0,247,7,0,1,2,0,2,0,0,215,0,1,246,2,548,7,0,1,2,0,247,7,0,1,2,0,2,0,0,215,0,1,246,3,535,7,0,1,2,0,548,7,0,1,2,0,247,7,0,1,2,0,2,0,0,215,0,1,246,3,197,7,0,1,2,0,548,7,0,1,2,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,247,7,0,1,2,0,548,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,4,238,7,0,1,1,0,247,7,0,1,2,0,548,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,548,7,0,1,2,0,535,7,0,1,2,0,3,0,0,215,0,1,246,0,2,548,4,247,7,0,1,2,0,548,7,0,1,2,0,535,7,0,1,2,0,515,7,0,1,3,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,548,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,2,548,7,0,1,2,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,560,7,0,1,2,0,548,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,548,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,3,197,7,0,1,2,0,548,7,0,1,2,0,247,7,0,1,2,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,548,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,548,7,0,1,2,0,227,7,0,1,1,0,535,7,0,1,2,0,2,0,0,215,0,1,246,4,535,7,0,1,2,0,548,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,548,7,0,1,2,0,238,7,0,1,1,0,535,7,0,1,2,0,2,0,0,215,0,1,246,5,535,7,0,1,2,0,548,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,5,535,7,0,1,2,0,548,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,5,0,0,215,0,1,246,0,2,535,0,2,548,1,3,4,5,515,7,0,1,5,0,548,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,2,0,0,215,0,1,246,5,535,7,0,1,2,0,548,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,4,535,7,0,1,2,0,548,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,548,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,3,535,7,0,1,2,0,548,7,0,1,2,0,247,7,0,1,2,0,2,0,0,215,0,1,246,3,535,7,0,1,2,0,548,7,0,1,2,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,535,7,0,1,2,0,548,7,0,1,2,0,247,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,4,535,7,0,1,2,0,548,7,0,1,2,0,560,7,0,1,2,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,197,7,0,1,2,0,535,7,0,1,2,0,247,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,4,197,7,0,1,2,0,247,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,4,197,7,0,1,2,0,535,7,0,1,2,0,247,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,197,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,4,197,7,0,1,2,0,227,7,0,1,1,0,247,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,4,197,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,3,197,7,0,1,2,0,548,7,0,1,2,0,247,7,0,1,2,0,3,0,0,215,0,1,246,0,2,548,4,197,7,0,1,2,0,548,7,0,1,2,0,247,7,0,1,2,0,515,7,0,1,3,0,2,0,0,215,0,1,246,3,197,7,0,1,2,0,548,7,0,1,2,0,247,7,0,1,2,0,2,0,0,215,0,1,246,3,197,7,1,1,2,0,247,7,1,1,2,0,548,7,1,1,2,0,2,0,0,215,0,1,246,4,197,7,0,1,2,0,247,7,0,1,2,0,548,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,3,197,7,0,1,2,0,548,7,0,1,2,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,535,7,0,1,2,0,548,7,0,1,2,0,247,7,0,1,2,0,2,0,0,215,0,1,246,3,227,7,0,1,1,0,548,7,0,1,2,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,247,7,0,1,2,0,548,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,535,7,0,1,2,0,548,7,0,1,2,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,535,7,0,1,2,0,548,7,0,1,2,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,197,7,0,1,2,0,247,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,227,7,0,1,1,0,197,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,227,7,0,1,1,0,197,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,227,7,0,1,1,0,548,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,548,7,0,1,2,0,2,0,0,215,0,1,246,5,535,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,5,197,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,247,7,0,1,2,0,238,7,0,1,1,0,548,7,0,1,2,0,3,0,0,215,0,1,246,0,2,548,6,246,7,0,1,1,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,515,7,0,1,3,0,548,7,0,1,2,0,2,0,0,215,0,1,246,5,560,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,227,7,0,1,1,0,548,7,0,1,2,0,3,0,0,215,0,1,246,0,2,548,4,247,7,0,1,2,0,227,7,0,1,1,0,548,7,0,1,2,0,515,7,0,1,3,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,227,7,0,1,1,0,548,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,548,7,0,1,2,0,2,0,0,215,0,1,246,5,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,5,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,5,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,548,7,0,1,2,0,5,0,0,215,0,1,246,0,2,197,0,2,548,1,3,4,6,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,515,7,0,1,5,0,548,7,0,1,2,0,2,0,0,215,0,1,246,6,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,197,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,548,7,0,1,2,0,3,0,0,215,0,1,246,0,2,548,6,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,548,7,0,1,2,0,515,7,0,1,3,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,6,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,560,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,5,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,5,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,548,7,0,1,2,0,5,0,0,215,0,1,246,0,2,560,0,2,548,1,3,4,6,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,515,7,0,1,5,0,548,7,0,1,2,0,2,0,0,215,0,1,246,3,227,7,0,1,1,0,247,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,3,227,7,0,1,1,0,247,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,227,7,0,1,1,0,560,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,227,7,0,1,1,0,560,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,5,227,7,0,1,1,0,197,7,0,1,2,0,247,7,0,1,2,0,560,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,227,7,0,1,1,0,560,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,548,7,0,1,2,0,3,0,0,215,0,1,246,0,2,548,5,227,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,548,7,0,1,2,0,515,7,0,1,3,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,560,7,0,1,2,0,247,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,560,7,0,1,2,0,247,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,197,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,197,7,0,1,2,0,548,7,0,1,2,0,5,0,0,215,0,1,246,0,2,197,0,2,548,1,3,4,6,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,227,7,0,1,1,0,515,7,0,1,5,0,548,7,0,1,2,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,197,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,4,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,4,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,560,7,0,1,2,0,197,7,0,1,2,0,548,7,0,1,2,0,3,0,0,215,0,1,246,0,2,548,7,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,560,7,0,1,2,0,197,7,0,1,2,0,548,7,0,1,2,0,515,7,0,1,3,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,197,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,3,227,7,0,1,1,0,247,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,548,7,0,1,2,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,548,7,0,1,2,0,2,0,0,215,0,1,246,7,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,197,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,548,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,535,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,227,7,0,1,1,0,3,0,0,215,0,1,246,0,2,548,7,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,535,7,0,1,2,0,548,7,0,1,2,0,227,7,0,1,1,0,515,7,0,1,3,0,2,0,0,215,0,1,246,7,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,548,7,0,1,2,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,548,7,0,1,2,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,548,7,0,1,2,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,548,7,0,1,2,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,548,7,0,1,2,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,548,7,0,1,2,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,548,7,0,1,2,0,7,0,0,215,0,1,246,0,2,535,0,2,197,1,3,4,0,2,548,1,5,6,6,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,515,7,0,1,7,0,227,7,0,1,1,0,548,7,0,1,2,0,2,0,0,215,0,1,246,7,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,548,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,197,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,548,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,197,7,0,1,2,0,548,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,197,7,0,1,2,0,548,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,548,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,548,7,0,1,2,0,227,7,0,1,1,0,3,0,0,215,0,1,246,0,2,548,7,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,197,7,0,1,2,0,548,7,0,1,2,0,227,7,0,1,1,0,515,7,0,1,3,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,197,7,0,1,2,0,548,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,548,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,548,7,0,1,2,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,548,7,0,1,2,0,7,0,0,215,0,1,246,0,2,560,0,2,197,1,3,4,0,2,548,1,5,6,6,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,515,7,0,1,7,0,227,7,0,1,1,0,548,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,548,7,0,1,2,0,2,0,0,215,0,1,246,4,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,548,7,0,1,2,0,2,0,0,215,0,1,246,4,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,548,7,0,1,2,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,548,7,0,1,2,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,548,7,0,1,2,0,7,0,0,215,0,1,246,0,2,197,0,2,560,1,3,4,0,2,548,1,5,6,6,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,515,7,0,1,7,0,227,7,0,1,1,0,548,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,560,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,548,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,560,7,0,1,2,0,548,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,560,7,0,1,2,0,548,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,548,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,548,7,0,1,2,0,227,7,0,1,1,0,3,0,0,215,0,1,246,0,2,548,7,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,560,7,0,1,2,0,548,7,0,1,2,0,227,7,0,1,1,0,515,7,0,1,3,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,548,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,3,238,7,0,1,1,0,247,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,3,238,7,0,1,1,0,247,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,197,7,0,1,2,0,560,7,0,1,2,0,548,7,0,1,2,0,3,0,0,215,0,1,246,0,2,548,7,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,197,7,0,1,2,0,560,7,0,1,2,0,548,7,0,1,2,0,515,7,0,1,3,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,560,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,6,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,560,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,560,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,5,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,560,7,0,1,2,0,548,7,0,1,2,0,5,0,0,215,0,1,246,0,2,560,0,2,548,1,3,4,6,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,227,7,0,1,1,0,515,7,0,1,5,0,548,7,0,1,2,0,2,0,0,215,0,1,246,4,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,4,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,2,247,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,4,197,7,1,1,2,0,247,7,1,1,2,0,560,7,1,1,2,0,548,7,1,1,2,0,2,0,0,215,0,1,246,4,227,7,1,1,1,0,247,7,1,1,2,0,560,7,1,1,2,0,548,7,1,1,2,0,2,0,0,215,0,1,246,4,238,7,1,1,1,0,247,7,1,1,2,0,560,7,1,1,2,0,548,7,1,1,2,0,2,0,0,215,0,1,246,3,247,7,1,1,2,0,560,7,1,1,2,0,548,7,1,1,2,0,3,0,0,215,0,1,246,0,2,548,4,247,7,1,1,2,0,560,7,1,1,2,0,548,7,1,1,2,0,515,7,1,1,3,0,2,0,0,215,0,1,246,3,247,7,1,1,2,0,560,7,1,1,2,0,548,7,1,1,2,0,2,0,0,215,0,1,246,3,560,7,1,1,2,0,247,7,1,1,2,0,548,7,1,1,2,0,2,0,0,215,0,1,246,3,197,7,0,1,2,0,247,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,197,7,0,1,2,0,560,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,4,560,7,0,1,2,0,197,7,0,1,2,0,247,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,5,197,7,0,1,2,0,227,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,5,197,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,4,197,7,0,1,2,0,560,7,0,1,2,0,548,7,0,1,2,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,197,7,0,1,2,0,560,7,0,1,2,0,548,7,0,1,2,0,247,7,0,1,2,0,3,0,0,215,0,1,246,0,2,548,5,197,7,0,1,2,0,560,7,0,1,2,0,548,7,0,1,2,0,247,7,0,1,2,0,515,7,0,1,3,0,2,0,0,215,0,1,246,4,197,7,0,1,2,0,560,7,0,1,2,0,548,7,0,1,2,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,197,7,0,1,2,0,560,7,0,1,2,0,247,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,560,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,560,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,560,7,0,1,2,0,197,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,4,560,7,0,1,2,0,247,7,0,1,2,0,197,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,4,560,7,0,1,2,0,227,7,0,1,1,0,247,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,4,560,7,0,1,2,0,227,7,0,1,1,0,247,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,4,560,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,5,560,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,5,560,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,548,7,0,1,2,0,5,0,0,215,0,1,246,0,2,560,0,2,548,1,3,4,5,515,7,0,1,5,0,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,548,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,560,7,0,1,2,0,238,7,0,1,1,0,548,7,0,1,2,0,2,0,0,215,0,1,246,3,560,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,3,560,7,0,1,2,0,548,7,0,1,2,0,247,7,0,1,2,0,2,0,0,215,0,1,246,3,560,7,0,1,2,0,548,7,0,1,2,0,247,7,0,1,2,0,2,0,0,215,0,1,246,3,560,7,0,1,2,0,548,7,0,1,2,0,247,7,0,1,2,0,2,0,0,215,0,1,246,2,548,7,1,1,2,0,247,7,1,1,2,0,2,0,0,215,0,1,246,3,247,7,1,1,2,0,548,7,1,1,2,0,535,7,1,1,2,0,2,0,0,215,0,1,246,3,535,7,1,1,2,0,548,7,1,1,2,0,247,7,1,1,2,0,2,0,0,215,0,1,246,3,227,7,1,1,1,0,247,7,1,1,2,0,548,7,1,1,2,0,2,0,0,215,0,1,246,3,247,7,1,1,2,0,227,7,1,1,1,0,548,7,1,1,2,0,2,0,0,215,0,1,246,4,227,7,1,1,1,0,238,7,1,1,1,0,247,7,1,1,2,0,548,7,1,1,2,0,2,0,0,215,0,1,246,3,227,7,1,1,1,0,247,7,1,1,2,0,548,7,1,1,2,0,3,0,0,215,0,1,246,0,2,548,4,227,7,1,1,1,0,247,7,1,1,2,0,548,7,1,1,2,0,515,7,1,1,3,0,2,0,0,215,0,1,246,3,227,7,1,1,1,0,247,7,1,1,2,0,548,7,1,1,2,0,2,0,0,215,0,1,246,4,238,7,1,1,1,0,247,7,1,1,2,0,535,7,1,1,2,0,548,7,1,1,2,0,2,0,0,215,0,1,246,4,238,7,1,1,1,0,247,7,1,1,2,0,535,7,1,1,2,0,548,7,1,1,2,0,2,0,0,215,0,1,246,5,238,7,1,1,1,0,247,7,1,1,2,0,197,7,1,1,2,0,535,7,1,1,2,0,548,7,1,1,2,0,2,0,0,215,0,1,246,4,238,7,1,1,1,0,247,7,1,1,2,0,535,7,1,1,2,0,548,7,1,1,2,0,5,0,0,215,0,1,246,0,2,535,0,2,548,1,3,4,5,238,7,1,1,1,0,247,7,1,1,2,0,246,7,1,1,1,0,515,7,1,1,5,0,548,7,1,1,2,0,2,0,0,215,0,1,246,5,238,7,1,1,1,0,247,7,1,1,2,0,560,7,1,1,2,0,535,7,1,1,2,0,548,7,1,1,2,0,2,0,0,215,0,1,246,5,238,7,1,1,1,0,247,7,1,1,2,0,535,7,1,1,2,0,197,7,1,1,2,0,548,7,1,1,2,0,2,0,0,215,0,1,246,4,238,7,1,1,1,0,247,7,1,1,2,0,197,7,1,1,2,0,548,7,1,1,2,0,5,0,0,215,0,1,246,0,2,197,0,2,548,1,3,4,5,238,7,1,1,1,0,247,7,1,1,2,0,246,7,1,1,1,0,515,7,1,1,5,0,548,7,1,1,2,0,2,0,0,215,0,1,246,5,238,7,1,1,1,0,247,7,1,1,2,0,560,7,1,1,2,0,197,7,1,1,2,0,548,7,1,1,2,0,2,0,0,215,0,1,246,3,247,7,1,1,2,0,227,7,1,1,1,0,548,7,1,1,2,0,2,0,0,215,0,1,246,5,238,7,1,1,1,0,247,7,1,1,2,0,535,7,1,1,2,0,227,7,1,1,1,0,548,7,1,1,2,0,2,0,0,215,0,1,246,5,238,7,1,1,1,0,247,7,1,1,2,0,197,7,1,1,2,0,227,7,1,1,1,0,548,7,1,1,2,0,2,0,0,215,0,1,246,4,238,7,1,1,1,0,247,7,1,1,2,0,227,7,1,1,1,0,548,7,1,1,2,0,2,0,0,215,0,1,246,4,238,7,1,1,1,0,247,7,1,1,2,0,227,7,1,1,1,0,548,7,1,1,2,0,3,0,0,215,0,1,246,0,2,548,6,238,7,1,1,1,0,247,7,1,1,2,0,246,7,1,1,1,0,227,7,1,1,1,0,515,7,1,1,3,0,548,7,1,1,2,0,2,0,0,215,0,1,246,5,238,7,1,1,1,0,247,7,1,1,2,0,560,7,1,1,2,0,227,7,1,1,1,0,548,7,1,1,2,0,2,0,0,215,0,1,246,4,238,7,1,1,1,0,247,7,1,1,2,0,535,7,1,1,2,0,548,7,1,1,2,0,3,0,0,215,0,1,246,0,2,548,5,238,7,1,1,1,0,247,7,1,1,2,0,246,7,1,1,1,0,548,7,1,1,2,0,515,7,1,1,3,0,2,0,0,215,0,1,246,3,238,7,1,1,1,0,247,7,1,1,2,0,548,7,1,1,2,0,2,0,0,215,0,1,246,5,238,7,1,1,1,0,247,7,1,1,2,0,197,7,1,1,2,0,560,7,1,1,2,0,548,7,1,1,2,0,5,0,0,215,0,1,246,0,2,560,0,2,548,1,3,4,5,238,7,1,1,1,0,247,7,1,1,2,0,246,7,1,1,1,0,515,7,1,1,5,0,548,7,1,1,2,0,2,0,0,215,0,1,246,2,247,7,1,1,2,0,548,7,1,1,2,0,2,0,0,215,0,1,246,2,247,7,1,1,2,0,548,7,1,1,2,0,2,0,0,215,0,1,246,3,247,7,1,1,2,0,548,7,1,1,2,0,535,7,1,1,2,0,2,0,0,215,0,1,246,2,247,7,1,1,2,0,548,7,1,1,2,0,2,0,0,215,0,1,246,3,227,7,1,1,1,0,247,7,1,1,2,0,548,7,1,1,2,0,2,0,0,215,0,1,246,3,535,7,1,1,2,0,227,7,1,1,1,0,247,7,1,1,2,0,2,0,0,215,0,1,246,3,247,7,1,1,2,0,227,7,1,1,1,0,535,7,1,1,2,0,2,0,0,215,0,1,246,3,247,7,1,1,2,0,227,7,1,1,1,0,535,7,1,1,2,0,2,0,0,215,0,1,246,3,247,7,1,1,2,0,227,7,1,1,1,0,197,7,1,1,2,0,2,0,0,215,0,1,246,3,247,7,1,1,2,0,227,7,1,1,1,0,197,7,1,1,2,0,2,0,0,215,0,1,246,2,247,7,1,1,2,0,227,7,1,1,1,0,2,0,0,215,0,1,246,3,247,7,1,1,2,0,227,7,1,1,1,0,238,7,1,1,1,0,2,0,0,215,0,1,246,4,535,7,1,1,2,0,227,7,1,1,1,0,238,7,1,1,1,0,247,7,1,1,2,0,2,0,0,215,0,1,246,4,197,7,1,1,2,0,227,7,1,1,1,0,238,7,1,1,1,0,247,7,1,1,2,0,2,0,0,215,0,1,246,3,227,7,1,1,1,0,247,7,1,1,2,0,238,7,1,1,1,0,2,0,0,215,0,1,246,4,246,7,1,1,1,0,227,7,1,1,1,0,238,7,1,1,1,0,247,7,1,1,2,0,2,0,0,215,0,1,246,4,560,7,1,1,2,0,227,7,1,1,1,0,238,7,1,1,1,0,247,7,1,1,2,0,2,0,0,215,0,1,246,4,227,7,1,1,1,0,238,7,1,1,1,0,247,7,1,1,2,0,535,7,1,1,2,0,2,0,0,215,0,1,246,4,227,7,1,1,1,0,238,7,1,1,1,0,247,7,1,1,2,0,535,7,1,1,2,0,2,0,0,215,0,1,246,5,227,7,1,1,1,0,238,7,1,1,1,0,247,7,1,1,2,0,197,7,1,1,2,0,535,7,1,1,2,0,2,0,0,215,0,1,246,4,227,7,1,1,1,0,238,7,1,1,1,0,247,7,1,1,2,0,535,7,1,1,2,0,2,0,0,215,0,1,246,4,227,7,1,1,1,0,238,7,1,1,1,0,247,7,1,1,2,0,535,7,1,1,2,0,3,0,0,215,0,1,246,0,2,535,5,227,7,1,1,1,0,238,7,1,1,1,0,247,7,1,1,2,0,246,7,1,1,1,0,515,7,1,1,3,0,2,0,0,215,0,1,246,5,227,7,1,1,1,0,238,7,1,1,1,0,247,7,1,1,2,0,560,7,1,1,2,0,535,7,1,1,2,0,2,0,0,215,0,1,246,5,227,7,1,1,1,0,238,7,1,1,1,0,247,7,1,1,2,0,535,7,1,1,2,0,197,7,1,1,2,0,2,0,0,215,0,1,246,4,227,7,1,1,1,0,238,7,1,1,1,0,247,7,1,1,2,0,197,7,1,1,2,0,2,0,0,215,0,1,246,4,227,7,1,1,1,0,238,7,1,1,1,0,247,7,1,1,2,0,197,7,1,1,2,0,3,0,0,215,0,1,246,0,2,197,5,227,7,1,1,1,0,238,7,1,1,1,0,247,7,1,1,2,0,246,7,1,1,1,0,515,7,1,1,3,0,2,0,0,215,0,1,246,5,227,7,1,1,1,0,238,7,1,1,1,0,247,7,1,1,2,0,560,7,1,1,2,0,197,7,1,1,2,0,2,0,0,215,0,1,246,3,247,7,1,1,2,0,227,7,1,1,1,0,238,7,1,1,1,0,2,0,0,215,0,1,246,3,247,7,1,1,2,0,227,7,1,1,1,0,560,7,1,1,2,0,2,0,0,215,0,1,246,4,238,7,1,1,1,0,247,7,1,1,2,0,535,7,1,1,2,0,548,7,1,1,2,0,2,0,0,215,0,1,246,5,238,7,1,1,1,0,247,7,1,1,2,0,227,7,1,1,1,0,197,7,1,1,2,0,535,7,1,1,2,0,2,0,0,215,0,1,246,3,247,7,1,1,2,0,197,7,1,1,2,0,535,7,1,1,2,0,2,0,0,215,0,1,246,5,238,7,1,1,1,0,247,7,1,1,2,0,246,7,1,1,1,0,197,7,1,1,2,0,535,7,1,1,2,0,2,0,0,215,0,1,246,4,238,7,1,1,1,0,247,7,1,1,2,0,197,7,1,1,2,0,535,7,1,1,2,0,2,0,0,215,0,1,246,5,238,7,1,1,1,0,247,7,1,1,2,0,560,7,1,1,2,0,197,7,1,1,2,0,535,7,1,1,2,0,7,0,0,215,0,1,246,0,2,560,0,2,197,1,3,4,0,2,535,1,5,6,4,238,7,1,1,1,0,247,7,1,1,2,0,246,7,1,1,1,0,515,7,1,1,7,0,2,0,0,215,0,1,246,5,238,7,1,1,1,0,247,7,1,1,2,0,197,7,1,1,2,0,227,7,1,1,1,0,535,7,1,1,2,0,2,0,0,215,0,1,246,4,238,7,1,1,1,0,247,7,1,1,2,0,227,7,1,1,1,0,535,7,1,1,2,0,2,0,0,215,0,1,246,4,238,7,1,1,1,0,247,7,1,1,2,0,227,7,1,1,1,0,535,7,1,1,2,0,3,0,0,215,0,1,246,0,2,535,5,238,7,1,1,1,0,247,7,1,1,2,0,246,7,1,1,1,0,227,7,1,1,1,0,515,7,1,1,3,0,2,0,0,215,0,1,246,5,238,7,1,1,1,0,247,7,1,1,2,0,560,7,1,1,2,0,227,7,1,1,1,0,535,7,1,1,2,0,2,0,0,215,0,1,246,3,238,7,1,1,1,0,247,7,1,1,2,0,535,7,1,1,2,0,2,0,0,215,0,1,246,5,238,7,1,1,1,0,247,7,1,1,2,0,197,7,1,1,2,0,560,7,1,1,2,0,535,7,1,1,2,0,7,0,0,215,0,1,246,0,2,197,0,2,560,1,3,4,0,2,535,1,5,6,4,238,7,1,1,1,0,247,7,1,1,2,0,246,7,1,1,1,0,515,7,1,1,7,0,2,0,0,215,0,1,246,5,238,7,1,1,1,0,247,7,1,1,2,0,227,7,1,1,1,0,560,7,1,1,2,0,535,7,1,1,2,0,2,0,0,215,0,1,246,5,238,7,1,1,1,0,247,7,1,1,2,0,246,7,1,1,1,0,560,7,1,1,2,0,535,7,1,1,2,0,2,0,0,215,0,1,246,4,238,7,1,1,1,0,247,7,1,1,2,0,560,7,1,1,2,0,535,7,1,1,2,0,2,0,0,215,0,1,246,5,238,7,1,1,1,0,247,7,1,1,2,0,535,7,1,1,2,0,548,7,1,1,2,0,197,7,1,1,2,0,2,0,0,215,0,1,246,5,238,7,1,1,1,0,247,7,1,1,2,0,227,7,1,1,1,0,535,7,1,1,2,0,197,7,1,1,2,0,2,0,0,215,0,1,246,3,247,7,1,1,2,0,535,7,1,1,2,0,197,7,1,1,2,0,2,0,0,215,0,1,246,5,238,7,1,1,1,0,247,7,1,1,2,0,246,7,1,1,1,0,535,7,1,1,2,0,197,7,1,1,2,0,2,0,0,215,0,1,246,4,238,7,1,1,1,0,247,7,1,1,2,0,535,7,1,1,2,0,197,7,1,1,2,0,2,0,0,215,0,1,246,5,238,7,1,1,1,0,247,7,1,1,2,0,560,7,1,1,2,0,535,7,1,1,2,0,197,7,1,1,2,0,7,0,0,215,0,1,246,0,2,560,0,2,535,1,3,4,0,2,197,1,5,6,4,238,7,1,1,1,0,247,7,1,1,2,0,246,7,1,1,1,0,515,7,1,1,7,0,2,0,0,215,0,1,246,5,238,7,1,1,1,0,247,7,1,1,2,0,535,7,1,1,2,0,227,7,1,1,1,0,197,7,1,1,2,0,2,0,0,215,0,1,246,4,238,7,1,1,1,0,247,7,1,1,2,0,227,7,1,1,1,0,197,7,1,1,2,0,2,0,0,215,0,1,246,4,238,7,1,1,1,0,247,7,1,1,2,0,227,7,1,1,1,0,197,7,1,1,2,0,3,0,0,215,0,1,246,0,2,197,5,238,7,1,1,1,0,247,7,1,1,2,0,246,7,1,1,1,0,227,7,1,1,1,0,515,7,1,1,3,0,2,0,0,215,0,1,246,5,238,7,1,1,1,0,247,7,1,1,2,0,560,7,1,1,2,0,227,7,1,1,1,0,197,7,1,1,2,0,2,0,0,215,0,1,246,3,238,7,1,1,1,0,247,7,1,1,2,0,197,7,1,1,2,0,2,0,0,215,0,1,246,5,238,7,1,1,1,0,247,7,1,1,2,0,227,7,1,1,1,0,560,7,1,1,2,0,197,7,1,1,2,0,2,0,0,215,0,1,246,5,238,7,1,1,1,0,247,7,1,1,2,0,535,7,1,1,2,0,560,7,1,1,2,0,197,7,1,1,2,0,2,0,0,215,0,1,246,5,238,7,1,1,1,0,247,7,1,1,2,0,246,7,1,1,1,0,560,7,1,1,2,0,197,7,1,1,2,0,2,0,0,215,0,1,246,4,238,7,1,1,1,0,247,7,1,1,2,0,560,7,1,1,2,0,197,7,1,1,2,0,2,0,0,215,0,1,246,2,227,7,1,1,1,0,247,7,1,1,2,0,2,0,0,215,0,1,246,5,238,7,1,1,1,0,247,7,1,1,2,0,535,7,1,1,2,0,548,7,1,1,2,0,227,7,1,1,1,0,2,0,0,215,0,1,246,5,238,7,1,1,1,0,247,7,1,1,2,0,197,7,1,1,2,0,535,7,1,1,2,0,227,7,1,1,1,0,2,0,0,215,0,1,246,5,238,7,1,1,1,0,247,7,1,1,2,0,197,7,1,1,2,0,535,7,1,1,2,0,227,7,1,1,1,0,5,0,0,215,0,1,246,0,2,197,0,2,535,1,3,4,5,238,7,1,1,1,0,247,7,1,1,2,0,246,7,1,1,1,0,515,7,1,1,5,0,227,7,1,1,1,0,2,0,0,215,0,1,246,6,238,7,1,1,1,0,247,7,1,1,2,0,560,7,1,1,2,0,197,7,1,1,2,0,535,7,1,1,2,0,227,7,1,1,1,0,2,0,0,215,0,1,246,4,238,7,1,1,1,0,247,7,1,1,2,0,227,7,1,1,1,0,535,7,1,1,2,0,2,0,0,215,0,1,246,3,247,7,1,1,2,0,535,7,1,1,2,0,227,7,1,1,1,0,2,0,0,215,0,1,246,5,238,7,1,1,1,0,247,7,1,1,2,0,246,7,1,1,1,0,535,7,1,1,2,0,227,7,1,1,1,0,2,0,0,215,0,1,246,4,238,7,1,1,1,0,247,7,1,1,2,0,535,7,1,1,2,0,227,7,1,1,1,0,2,0,0,215,0,1,246,6,238,7,1,1,1,0,247,7,1,1,2,0,197,7,1,1,2,0,560,7,1,1,2,0,535,7,1,1,2,0,227,7,1,1,1,0,2,0,0,215,0,1,246,5,238,7,1,1,1,0,247,7,1,1,2,0,560,7,1,1,2,0,535,7,1,1,2,0,227,7,1,1,1,0,2,0,0,215,0,1,246,5,238,7,1,1,1,0,247,7,1,1,2,0,560,7,1,1,2,0,535,7,1,1,2,0,227,7,1,1,1,0,5,0,0,215,0,1,246,0,2,560,0,2,535,1,3,4,5,238,7,1,1,1,0,247,7,1,1,2,0,246,7,1,1,1,0,515,7,1,1,5,0,227,7,1,1,1,0,2,0,0,215,0,1,246,5,238,7,1,1,1,0,247,7,1,1,2,0,535,7,1,1,2,0,197,7,1,1,2,0,227,7,1,1,1,0,2,0,0,215,0,1,246,5,238,7,1,1,1,0,247,7,1,1,2,0,535,7,1,1,2,0,197,7,1,1,2,0,227,7,1,1,1,0,2,0,0,215,0,1,246,5,238,7,1,1,1,0,247,7,1,1,2,0,535,7,1,1,2,0,197,7,1,1,2,0,227,7,1,1,1,0,2,0,0,215,0,1,246,5,238,7,1,1,1,0,247,7,1,1,2,0,535,7,1,1,2,0,197,7,1,1,2,0,227,7,1,1,1,0,5,0,0,215,0,1,246,0,2,535,0,2,197,1,3,4,5,238,7,1,1,1,0,247,7,1,1,2,0,246,7,1,1,1,0,515,7,1,1,5,0,227,7,1,1,1,0,2,0,0,215,0,1,246,6,238,7,1,1,1,0,247,7,1,1,2,0,560,7,1,1,2,0,535,7,1,1,2,0,197,7,1,1,2,0,227,7,1,1,1,0,2,0,0,215,0,1,246,4,238,7,1,1,1,0,247,7,1,1,2,0,227,7,1,1,1,0,197,7,1,1,2,0,2,0,0,215,0,1,246,3,247,7,1,1,2,0,197,7,1,1,2,0,227,7,1,1,1,0,2,0,0,215,0,1,246,5,238,7,1,1,1,0,247,7,1,1,2,0,246,7,1,1,1,0,197,7,1,1,2,0,227,7,1,1,1,0,2,0,0,215,0,1,246,4,238,7,1,1,1,0,247,7,1,1,2,0,197,7,1,1,2,0,227,7,1,1,1,0,2,0,0,215,0,1,246,5,238,7,1,1,1,0,247,7,1,1,2,0,560,7,1,1,2,0,197,7,1,1,2,0,227,7,1,1,1,0,2,0,0,215,0,1,246,5,238,7,1,1,1,0,247,7,1,1,2,0,560,7,1,1,2,0,197,7,1,1,2,0,227,7,1,1,1,0,5,0,0,215,0,1,246,0,2,560,0,2,197,1,3,4,5,238,7,1,1,1,0,247,7,1,1,2,0,246,7,1,1,1,0,515,7,1,1,5,0,227,7,1,1,1,0,2,0,0,215,0,1,246,5,238,7,1,1,1,0,247,7,1,1,2,0,197,7,1,1,2,0,560,7,1,1,2,0,227,7,1,1,1,0,2,0,0,215,0,1,246,5,238,7,1,1,1,0,247,7,1,1,2,0,197,7,1,1,2,0,560,7,1,1,2,0,227,7,1,1,1,0,2,0,0,215,0,1,246,4,238,7,1,1,1,0,247,7,1,1,2,0,227,7,1,1,1,0,560,7,1,1,2,0,2,0,0,215,0,1,246,5,238,7,1,1,1,0,247,7,1,1,2,0,535,7,1,1,2,0,560,7,1,1,2,0,227,7,1,1,1,0,2,0,0,215,0,1,246,5,238,7,1,1,1,0,247,7,1,1,2,0,246,7,1,1,1,0,560,7,1,1,2,0,227,7,1,1,1,0,2,0,0,215,0,1,246,4,238,7,1,1,1,0,247,7,1,1,2,0,560,7,1,1,2,0,227,7,1,1,1,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,535,7,0,1,2,0,247,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,3,227,7,0,1,1,0,548,7,0,1,2,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,247,7,0,1,2,0,548,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,227,7,0,1,1,0,535,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,4,535,7,0,1,2,0,548,7,0,1,2,0,227,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,227,7,0,1,1,0,197,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,4,535,7,0,1,2,0,247,7,0,1,2,0,227,7,0,1,1,0,548,7,0,1,2,0,2,0,0,215,0,1,246,5,535,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,4,535,7,0,1,2,0,548,7,0,1,2,0,227,7,0,1,1,0,247,7,0,1,2,0,3,0,0,215,0,1,246,0,2,548,5,535,7,0,1,2,0,548,7,0,1,2,0,227,7,0,1,1,0,247,7,0,1,2,0,515,7,0,1,3,0,2,0,0,215,0,1,246,4,535,7,0,1,2,0,548,7,0,1,2,0,227,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,227,7,0,1,1,0,548,7,0,1,2,0,2,0,0,215,0,1,246,5,535,7,0,1,2,0,227,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,4,197,7,0,1,2,0,227,7,0,1,1,0,247,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,4,197,7,0,1,2,0,227,7,0,1,1,0,247,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,5,197,7,0,1,2,0,247,7,0,1,2,0,227,7,0,1,1,0,535,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,535,7,0,1,2,0,247,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,4,535,7,0,1,2,0,227,7,0,1,1,0,247,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,227,7,0,1,1,0,535,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,227,7,0,1,1,0,535,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,5,560,7,0,1,2,0,247,7,0,1,2,0,227,7,0,1,1,0,535,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,5,247,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,535,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,5,247,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,535,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,247,7,0,1,2,0,548,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,227,7,0,1,1,0,535,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,3,548,7,0,1,2,0,227,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,3,548,7,0,1,2,0,227,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,548,7,0,1,2,0,227,7,0,1,1,0,535,7,0,1,2,0,2,0,0,215,0,1,246,4,535,7,0,1,2,0,548,7,0,1,2,0,227,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,548,7,0,1,2,0,227,7,0,1,1,0,535,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,548,7,0,1,2,0,227,7,0,1,1,0,535,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,548,7,0,1,2,0,227,7,0,1,1,0,197,7,0,1,2,0,2,0,0,215,0,1,246,4,535,7,0,1,2,0,548,7,0,1,2,0,247,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,4,535,7,0,1,2,0,548,7,0,1,2,0,227,7,0,1,1,0,247,7,0,1,2,0,3,0,0,215,0,1,246,0,2,548,5,535,7,0,1,2,0,548,7,0,1,2,0,515,7,0,1,3,0,227,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,5,535,7,0,1,2,0,548,7,0,1,2,0,227,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,4,535,7,0,1,2,0,227,7,0,1,1,0,247,7,0,1,2,0,238,7,0,1,1,0,2,0,0,215,0,1,246,3,535,7,0,1,2,0,227,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,535,7,0,1,2,0,247,7,0,1,2,0,227,7,0,1,1,0,560,7,0,1,2,0,2,0,0,215,0,1,246,4,535,7,0,1,2,0,247,7,0,1,2,0,227,7,0,1,1,0,560,7,0,1,2,0,2,0,0,215,0,1,246,4,535,7,0,1,2,0,560,7,0,1,2,0,247,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,5,535,7,0,1,2,0,227,7,0,1,1,0,197,7,0,1,2,0,247,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,4,535,7,0,1,2,0,247,7,0,1,2,0,227,7,0,1,1,0,560,7,0,1,2,0,2,0,0,215,0,1,246,4,535,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,535,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,535,7,0,1,2,0,227,7,0,1,1,0,560,7,0,1,2,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,535,7,0,1,2,0,227,7,0,1,1,0,560,7,0,1,2,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,197,7,0,1,2,0,247,7,0,1,2,0,227,7,0,1,1,0,535,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,197,7,0,1,2,0,2,0,0,215,0,1,246,4,197,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,197,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,535,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,535,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,535,7,0,1,2,0,2,0,0,215,0,1,246,4,197,7,0,1,2,0,227,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,5,197,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,535,7,0,1,2,0,2,0,0,215,0,1,246,4,197,7,0,1,2,0,535,7,0,1,2,0,247,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,3,227,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,535,7,0,1,2,0,548,7,0,1,2,0,247,7,0,1,2,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,227,7,0,1,1,0,535,7,0,1,2,0,2,0,0,215,0,1,246,3,227,7,0,1,1,0,535,7,0,1,2,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,535,7,0,1,2,0,247,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,3,227,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,227,7,0,1,1,0,535,7,0,1,2,0,2,0,0,215,0,1,246,5,247,7,0,1,2,0,560,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,535,7,0,1,2,0,2,0,0,215,0,1,246,4,560,7,0,1,2,0,227,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,5,560,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,535,7,0,1,2,0,2,0,0,215,0,1,246,4,560,7,0,1,2,0,535,7,0,1,2,0,247,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,4,560,7,0,1,2,0,535,7,0,1,2,0,247,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,4,560,7,0,1,2,0,535,7,0,1,2,0,247,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,5,197,7,0,1,2,0,560,7,0,1,2,0,247,7,0,1,2,0,227,7,0,1,1,0,535,7,0,1,2,0,2,0,0,215,0,1,246,5,247,7,0,1,2,0,197,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,535,7,0,1,2,0,2,0,0,215,0,1,246,5,197,7,0,1,2,0,247,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,535,7,0,1,2,0,2,0,0,215,0,1,246,5,197,7,0,1,2,0,247,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,535,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,548,7,0,1,2,0,227,7,0,1,1,0,197,7,0,1,2,0,2,0,0,215,0,1,246,4,197,7,0,1,2,0,548,7,0,1,2,0,227,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,548,7,0,1,2,0,227,7,0,1,1,0,197,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,548,7,0,1,2,0,227,7,0,1,1,0,197,7,0,1,2,0,2,0,0,215,0,1,246,5,535,7,0,1,2,0,548,7,0,1,2,0,247,7,0,1,2,0,227,7,0,1,1,0,197,7,0,1,2,0,2,0,0,215,0,1,246,4,535,7,0,1,2,0,247,7,0,1,2,0,227,7,0,1,1,0,197,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,197,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,197,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,535,7,0,1,2,0,2,0,0,215,0,1,246,4,535,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,535,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,535,7,0,1,2,0,227,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,5,535,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,197,7,0,1,2,0,2,0,0,215,0,1,246,4,535,7,0,1,2,0,197,7,0,1,2,0,247,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,5,535,7,0,1,2,0,247,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,197,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,197,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,4,197,7,0,1,2,0,227,7,0,1,1,0,247,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,4,197,7,0,1,2,0,227,7,0,1,1,0,247,7,0,1,2,0,238,7,0,1,1,0,2,0,0,215,0,1,246,3,197,7,0,1,2,0,227,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,227,7,0,1,1,0,197,7,0,1,2,0,2,0,0,215,0,1,246,3,227,7,0,1,1,0,197,7,0,1,2,0,247,7,0,1,2,0,2,0,0,215,0,1,246,3,227,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,227,7,0,1,1,0,197,7,0,1,2,0,2,0,0,215,0,1,246,4,560,7,0,1,2,0,227,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,4,560,7,0,1,2,0,197,7,0,1,2,0,247,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,560,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,3,548,7,0,1,2,0,247,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,548,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,548,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,4,535,7,0,1,2,0,548,7,0,1,2,0,247,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,4,535,7,0,1,2,0,548,7,0,1,2,0,247,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,3,247,7,0,1,2,0,548,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,238,7,0,1,1,0,535,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,4,535,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,3,535,7,0,1,2,0,247,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,4,535,7,0,1,2,0,247,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,4,535,7,0,1,2,0,247,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,238,7,0,1,1,0,197,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,4,197,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,227,7,0,1,1,0,3,0,0,215,0,1,246,0,2,197,5,515,7,0,1,3,0,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,227,7,0,1,1,0,2,0,0,215,0,1,246,3,197,7,0,1,2,0,247,7,0,1,2,0,227,7,0,1,1,0,2,0,0,215,0,1,246,5,247,7,0,1,2,0,548,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,535,7,0,1,2,0,2,0,0,215,0,1,246,5,247,7,0,1,2,0,548,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,535,7,0,1,2,0,2,0,0,215,0,1,246,5,535,7,0,1,2,0,548,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,6,197,7,0,1,2,0,548,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,5,247,7,0,1,2,0,548,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,535,7,0,1,2,0,2,0,0,215,0,1,246,5,247,7,0,1,2,0,548,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,535,7,0,1,2,0,5,0,0,215,0,1,246,0,2,548,0,2,535,1,3,4,6,246,7,0,1,1,0,515,7,0,1,5,0,548,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,6,560,7,0,1,2,0,548,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,6,247,7,0,1,2,0,548,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,535,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,6,535,7,0,1,2,0,548,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,6,535,7,0,1,2,0,548,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,7,0,0,215,0,1,246,0,2,535,0,2,548,1,3,4,0,2,197,1,5,6,6,515,7,0,1,7,0,548,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,2,0,0,215,0,1,246,7,535,7,0,1,2,0,548,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,5,535,7,0,1,2,0,548,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,5,535,7,0,1,2,0,548,7,0,1,2,0,247,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,2,0,0,215,0,1,246,5,535,7,0,1,2,0,548,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,3,0,0,215,0,1,246,0,2,548,7,535,7,0,1,2,0,548,7,0,1,2,0,515,7,0,1,3,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,2,0,0,215,0,1,246,5,535,7,0,1,2,0,548,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,7,535,7,0,1,2,0,548,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,6,535,7,0,1,2,0,548,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,6,535,7,0,1,2,0,548,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,7,0,0,215,0,1,246,0,2,535,0,2,548,1,3,4,0,2,560,1,5,6,6,515,7,0,1,7,0,548,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,2,0,0,215,0,1,246,5,535,7,0,1,2,0,548,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,535,7,0,1,2,0,2,0,0,215,0,1,246,6,560,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,6,560,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,535,7,0,1,2,0,7,0,0,215,0,1,246,0,2,560,0,2,197,1,3,4,0,2,535,1,5,6,5,515,7,0,1,7,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,2,0,0,215,0,1,246,6,247,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,197,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,4,560,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,5,560,7,0,1,2,0,247,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,535,7,0,1,2,0,2,0,0,215,0,1,246,5,560,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,560,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,5,560,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,6,560,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,5,560,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,5,560,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,6,560,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,2,0,0,215,0,1,246,5,560,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,5,560,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,6,197,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,5,247,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,535,7,0,1,2,0,2,0,0,215,0,1,246,5,247,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,535,7,0,1,2,0,5,0,0,215,0,1,246,0,2,560,0,2,535,1,3,4,5,246,7,0,1,1,0,515,7,0,1,5,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,5,560,7,0,1,2,0,247,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,535,7,0,1,2,0,2,0,0,215,0,1,246,6,247,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,535,7,0,1,2,0,548,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,5,227,7,0,1,1,0,247,7,0,1,2,0,238,7,0,1,1,0,535,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,6,247,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,246,7,0,1,1,0,535,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,6,247,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,560,7,0,1,2,0,535,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,5,247,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,535,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,6,560,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,6,560,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,197,7,0,1,2,0,7,0,0,215,0,1,246,0,2,560,0,2,535,1,3,4,0,2,197,1,5,6,5,515,7,0,1,7,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,2,0,0,215,0,1,246,6,247,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,535,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,4,560,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,5,535,7,0,1,2,0,247,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,197,7,0,1,2,0,2,0,0,215,0,1,246,5,247,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,197,7,0,1,2,0,2,0,0,215,0,1,246,5,535,7,0,1,2,0,247,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,197,7,0,1,2,0,2,0,0,215,0,1,246,5,535,7,0,1,2,0,247,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,197,7,0,1,2,0,5,0,0,215,0,1,246,0,2,535,0,2,197,1,3,4,5,515,7,0,1,5,0,246,7,0,1,1,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,5,247,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,535,7,0,1,2,0,2,0,0,215,0,1,246,5,247,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,535,7,0,1,2,0,2,0,0,215,0,1,246,5,535,7,0,1,2,0,197,7,0,1,2,0,247,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,2,0,0,215,0,1,246,6,535,7,0,1,2,0,247,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,197,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,6,535,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,6,535,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,5,535,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,5,535,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,6,535,7,0,1,2,0,247,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,560,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,6,535,7,0,1,2,0,560,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,5,535,7,0,1,2,0,560,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,6,535,7,0,1,2,0,560,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,6,535,7,0,1,2,0,560,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,6,535,7,0,1,2,0,560,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,7,535,7,0,1,2,0,560,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,2,0,0,215,0,1,246,6,535,7,0,1,2,0,560,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,6,535,7,0,1,2,0,560,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,2,0,0,215,0,1,246,4,535,7,0,1,2,0,247,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,3,0,0,215,0,1,246,0,2,535,5,246,7,0,1,1,0,515,7,0,1,3,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,535,7,0,1,2,0,247,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,2,0,0,215,0,1,246,5,535,7,0,1,2,0,247,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,246,7,0,1,1,0,2,0,0,215,0,1,246,5,535,7,0,1,2,0,247,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,560,7,0,1,2,0,2,0,0,215,0,1,246,4,535,7,0,1,2,0,247,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,2,0,0,215,0,1,246,4,535,7,0,1,2,0,247,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,2,0,0,215,0,1,246,5,535,7,0,1,2,0,247,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,2,0,0,215,0,1,246,5,535,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,4,535,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,6,535,7,0,1,2,0,247,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,197,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,6,535,7,0,1,2,0,197,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,5,535,7,0,1,2,0,197,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,6,535,7,0,1,2,0,197,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,6,535,7,0,1,2,0,197,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,6,535,7,0,1,2,0,197,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,7,535,7,0,1,2,0,197,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,2,0,0,215,0,1,246,6,535,7,0,1,2,0,197,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,6,535,7,0,1,2,0,197,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,5,535,7,0,1,2,0,247,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,560,7,0,1,2,0,2,0,0,215,0,1,246,5,535,7,0,1,2,0,247,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,560,7,0,1,2,0,5,0,0,215,0,1,246,0,2,535,0,2,560,1,3,4,5,515,7,0,1,5,0,246,7,0,1,1,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,535,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,6,535,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,6,535,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,6,535,7,0,1,2,0,247,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,197,7,0,1,2,0,2,0,0,215,0,1,246,5,535,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,5,535,7,0,1,2,0,560,7,0,1,2,0,247,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,2,0,0,215,0,1,246,5,535,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,6,197,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,6,197,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,6,247,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,197,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,6,197,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,6,197,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,7,0,0,215,0,1,246,0,2,197,0,2,535,1,3,4,0,2,548,1,5,6,6,515,7,0,1,7,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,548,7,0,1,2,0,2,0,0,215,0,1,246,7,197,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,548,7,0,1,2,0,2,0,0,215,0,1,246,4,197,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,5,227,7,0,1,1,0,247,7,0,1,2,0,238,7,0,1,1,0,197,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,6,247,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,246,7,0,1,1,0,197,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,6,247,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,560,7,0,1,2,0,197,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,5,247,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,197,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,5,197,7,0,1,2,0,247,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,535,7,0,1,2,0,2,0,0,215,0,1,246,5,247,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,535,7,0,1,2,0,2,0,0,215,0,1,246,5,197,7,0,1,2,0,247,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,535,7,0,1,2,0,2,0,0,215,0,1,246,5,197,7,0,1,2,0,247,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,535,7,0,1,2,0,5,0,0,215,0,1,246,0,2,197,0,2,535,1,3,4,5,515,7,0,1,5,0,246,7,0,1,1,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,5,197,7,0,1,2,0,247,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,535,7,0,1,2,0,2,0,0,215,0,1,246,5,247,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,197,7,0,1,2,0,2,0,0,215,0,1,246,4,197,7,0,1,2,0,247,7,0,1,2,0,227,7,0,1,1,0,535,7,0,1,2,0,2,0,0,215,0,1,246,5,197,7,0,1,2,0,247,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,535,7,0,1,2,0,2,0,0,215,0,1,246,5,197,7,0,1,2,0,535,7,0,1,2,0,247,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,2,0,0,215,0,1,246,6,247,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,197,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,6,197,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,6,197,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,7,0,0,215,0,1,246,0,2,197,0,2,535,1,3,4,0,2,560,1,5,6,5,515,7,0,1,7,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,2,0,0,215,0,1,246,5,197,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,5,197,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,6,247,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,197,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,6,247,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,197,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,7,0,0,215,0,1,246,0,2,197,0,2,560,1,3,4,0,2,535,1,5,6,5,246,7,0,1,1,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,515,7,0,1,7,0,2,0,0,215,0,1,246,6,197,7,0,1,2,0,247,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,560,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,6,197,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,5,197,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,6,197,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,6,197,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,6,197,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,7,197,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,2,0,0,215,0,1,246,6,197,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,6,197,7,0,1,2,0,560,7,0,1,2,0,535,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,6,535,7,0,1,2,0,548,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,197,7,0,1,2,0,2,0,0,215,0,1,246,5,197,7,0,1,2,0,247,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,535,7,0,1,2,0,2,0,0,215,0,1,246,5,535,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,3,0,0,215,0,1,246,0,2,197,5,246,7,0,1,1,0,515,7,0,1,3,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,5,197,7,0,1,2,0,247,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,246,7,0,1,1,0,2,0,0,215,0,1,246,5,197,7,0,1,2,0,247,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,560,7,0,1,2,0,2,0,0,215,0,1,246,4,197,7,0,1,2,0,247,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,2,0,0,215,0,1,246,4,197,7,0,1,2,0,247,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,2,0,0,215,0,1,246,4,197,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,5,227,7,0,1,1,0,247,7,0,1,2,0,238,7,0,1,1,0,197,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,6,247,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,535,7,0,1,2,0,197,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,6,247,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,246,7,0,1,1,0,197,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,5,247,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,197,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,5,247,7,0,1,2,0,197,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,560,7,0,1,2,0,2,0,0,215,0,1,246,5,197,7,0,1,2,0,247,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,560,7,0,1,2,0,5,0,0,215,0,1,246,0,2,197,0,2,560,1,3,4,5,515,7,0,1,5,0,246,7,0,1,1,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,6,197,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,6,197,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,6,197,7,0,1,2,0,247,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,535,7,0,1,2,0,2,0,0,215,0,1,246,5,197,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,5,197,7,0,1,2,0,560,7,0,1,2,0,247,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,2,0,0,215,0,1,246,5,197,7,0,1,2,0,560,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,5,227,7,0,1,1,0,535,7,0,1,2,0,548,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,5,227,7,0,1,1,0,247,7,0,1,2,0,548,7,0,1,2,0,238,7,0,1,1,0,535,7,0,1,2,0,2,0,0,215,0,1,246,6,227,7,0,1,1,0,535,7,0,1,2,0,548,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,5,227,7,0,1,1,0,535,7,0,1,2,0,548,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,5,227,7,0,1,1,0,535,7,0,1,2,0,548,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,5,0,0,215,0,1,246,0,2,535,0,2,548,1,3,4,6,227,7,0,1,1,0,515,7,0,1,5,0,548,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,2,0,0,215,0,1,246,6,227,7,0,1,1,0,535,7,0,1,2,0,548,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,5,227,7,0,1,1,0,535,7,0,1,2,0,548,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,227,7,0,1,1,0,238,7,0,1,1,0,535,7,0,1,2,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,247,7,0,1,2,0,238,7,0,1,1,0,535,7,0,1,2,0,2,0,0,215,0,1,246,5,227,7,0,1,1,0,247,7,0,1,2,0,238,7,0,1,1,0,246,7,0,1,1,0,535,7,0,1,2,0,2,0,0,215,0,1,246,5,227,7,0,1,1,0,247,7,0,1,2,0,238,7,0,1,1,0,560,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,247,7,0,1,2,0,238,7,0,1,1,0,535,7,0,1,2,0,2,0,0,215,0,1,246,6,227,7,0,1,1,0,560,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,5,227,7,0,1,1,0,560,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,2,0,0,215,0,1,246,5,227,7,0,1,1,0,560,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,5,0,0,215,0,1,246,0,2,560,0,2,535,1,3,4,5,227,7,0,1,1,0,515,7,0,1,5,0,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,2,0,0,215,0,1,246,5,227,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,238,7,0,1,1,0,535,7,0,1,2,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,560,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,5,227,7,0,1,1,0,247,7,0,1,2,0,238,7,0,1,1,0,535,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,5,227,7,0,1,1,0,535,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,5,227,7,0,1,1,0,247,7,0,1,2,0,238,7,0,1,1,0,535,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,5,227,7,0,1,1,0,247,7,0,1,2,0,238,7,0,1,1,0,535,7,0,1,2,0,197,7,0,1,2,0,5,0,0,215,0,1,246,0,2,535,0,2,197,1,3,4,5,227,7,0,1,1,0,246,7,0,1,1,0,238,7,0,1,1,0,247,7,0,1,2,0,515,7,0,1,5,0,2,0,0,215,0,1,246,6,227,7,0,1,1,0,560,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,535,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,5,247,7,0,1,2,0,227,7,0,1,1,0,535,7,0,1,2,0,238,7,0,1,1,0,197,7,0,1,2,0,2,0,0,215,0,1,246,5,227,7,0,1,1,0,535,7,0,1,2,0,197,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,535,7,0,1,2,0,197,7,0,1,2,0,247,7,0,1,2,0,2,0,0,215,0,1,246,5,227,7,0,1,1,0,535,7,0,1,2,0,197,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,5,227,7,0,1,1,0,535,7,0,1,2,0,197,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,5,227,7,0,1,1,0,535,7,0,1,2,0,197,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,6,227,7,0,1,1,0,535,7,0,1,2,0,197,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,2,0,0,215,0,1,246,6,227,7,0,1,1,0,535,7,0,1,2,0,197,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,5,227,7,0,1,1,0,535,7,0,1,2,0,197,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,5,227,7,0,1,1,0,535,7,0,1,2,0,197,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,6,227,7,0,1,1,0,535,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,197,7,0,1,2,0,2,0,0,215,0,1,246,6,227,7,0,1,1,0,535,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,560,7,0,1,2,0,197,7,0,1,2,0,7,0,0,215,0,1,246,0,2,535,0,2,560,1,3,4,0,2,197,1,5,6,5,227,7,0,1,1,0,515,7,0,1,7,0,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,535,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,227,7,0,1,1,0,535,7,0,1,2,0,238,7,0,1,1,0,2,0,0,215,0,1,246,4,535,7,0,1,2,0,227,7,0,1,1,0,247,7,0,1,2,0,238,7,0,1,1,0,2,0,0,215,0,1,246,5,197,7,0,1,2,0,227,7,0,1,1,0,535,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,227,7,0,1,1,0,535,7,0,1,2,0,238,7,0,1,1,0,2,0,0,215,0,1,246,4,247,7,0,1,2,0,227,7,0,1,1,0,535,7,0,1,2,0,238,7,0,1,1,0,3,0,0,215,0,1,246,0,2,535,5,246,7,0,1,1,0,227,7,0,1,1,0,515,7,0,1,3,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,5,560,7,0,1,2,0,227,7,0,1,1,0,535,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,247,7,0,1,2,0,238,7,0,1,1,0,535,7,0,1,2,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,535,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,6,227,7,0,1,1,0,535,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,560,7,0,1,2,0,2,0,0,215,0,1,246,6,227,7,0,1,1,0,535,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,197,7,0,1,2,0,560,7,0,1,2,0,7,0,0,215,0,1,246,0,2,535,0,2,197,1,3,4,0,2,560,1,5,6,5,227,7,0,1,1,0,515,7,0,1,7,0,238,7,0,1,1,0,247,7,0,1,2,0,246,7,0,1,1,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,535,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,5,247,7,0,1,2,0,227,7,0,1,1,0,535,7,0,1,2,0,238,7,0,1,1,0,560,7,0,1,2,0,2,0,0,215,0,1,246,5,227,7,0,1,1,0,535,7,0,1,2,0,560,7,0,1,2,0,238,7,0,1,1,0,247,7,0,1,2,0,2,0,0,215,0,1,246,4,227,7,0,1,1,0,535,7,0,1,2,0,560,7,0,1,2,0,247,7,0,1,2,0];
static LEXER_DFA_CELL: OnceLock<CompiledLexerDfa> = OnceLock::new();
/// Ahead-of-time lexer DFA tables compiled by antlr4-rust-gen, embedded so
/// runtime startup only deserializes them. Rebuilt from the ATN instead when
/// the embedded stream comes from a different runtime version.
fn lexer_dfa() -> &'static CompiledLexerDfa {
LEXER_DFA_CELL.get_or_init(|| {
CompiledLexerDfa::from_serialized(LEXER_DFA_DATA)
.unwrap_or_else(|| CompiledLexerDfa::compile(atn()))
})
}
#[derive(Clone, Debug)]
pub struct AntlRv4Lexer<I, H = antlr4_runtime::NoSemanticHooks>
where
I: CharStream,
H: antlr4_runtime::SemanticHooks,
{
base: BaseLexer<I>,
hooks: H,
}
impl<I> AntlRv4Lexer<I, antlr4_runtime::NoSemanticHooks>
where
I: CharStream,
{
pub fn new(input: I) -> Self {
Self::with_hooks(input, antlr4_runtime::NoSemanticHooks)
}
}
impl<I, H> AntlRv4Lexer<I, H>
where
I: CharStream,
H: antlr4_runtime::SemanticHooks,
{
pub fn with_hooks(input: I, hooks: H) -> Self {
let grammar_metadata = metadata();
let data = RecognizerData::new(
grammar_metadata.grammar_file_name(),
grammar_metadata.vocabulary(),
)
.with_rule_names(grammar_metadata.rule_names().iter().copied())
.with_channel_names(grammar_metadata.channel_names().iter().copied())
.with_mode_names(grammar_metadata.mode_names().iter().copied());
Self { base: BaseLexer::new(input, data).with_shared_dfa(atn()), hooks }
}
pub fn metadata() -> &'static GrammarMetadata {
metadata()
}
/// Adds a listener for lexer diagnostics.
pub fn add_error_listener<T>(&mut self, listener: T)
where
T: for<'a> antlr4_runtime::ErrorListener<dyn antlr4_runtime::Recognizer + 'a> + Send + 'static,
{
self.base.add_error_listener(listener);
}
/// Removes every lexer error listener, including the default console listener.
pub fn remove_error_listeners(&mut self) {
self.base.remove_error_listeners();
}
/// Routes every token through ATN interpretation instead of the compiled
/// lexer DFA, so the learned-DFA trace (`lexer_dfa_string`) observes each
/// match.
pub fn set_force_interpreted(&mut self, force_interpreted: bool) {
self.base.set_force_interpreted(force_interpreted);
}
/// Resets this lexer and any caller-owned lifecycle state for reuse.
pub fn reset(&mut self) {
if H::ENABLES_LEXER_LIFECYCLE {
antlr4_runtime::atn::lexer::reset_with_semantic_hooks(
&mut self.base,
&mut self.hooks,
);
} else {
self.base.reset();
}
}
/// Replaces the input stream and resets runtime and lifecycle state.
pub fn set_input_stream(&mut self, input: I) {
if H::ENABLES_LEXER_LIFECYCLE {
antlr4_runtime::atn::lexer::set_input_stream_with_semantic_hooks(
&mut self.base,
&mut self.hooks,
input,
);
} else {
self.base.set_input_stream(input);
}
}
/// Clears the learned lexer DFA shared by this grammar.
pub fn clear_dfa(&self) {
self.base.clear_dfa();
}
}
impl<I, T> AntlRv4Lexer<I, AntlRv4LexerTypedHooks<T>>
where
I: CharStream,
T: AntlRv4LexerHooks,
{
pub fn with_typed_hooks(input: I, hooks: T) -> Self {
Self::with_hooks(input, AntlRv4LexerTypedHooks::new(hooks))
}
}
impl<I, H> GeneratedLexer for AntlRv4Lexer<I, H>
where
I: CharStream,
H: antlr4_runtime::SemanticHooks,
{
fn metadata() -> &'static GrammarMetadata {
metadata()
}
}
impl<I, H> Recognizer for AntlRv4Lexer<I, H>
where
I: CharStream,
H: antlr4_runtime::SemanticHooks,
{
fn data(&self) -> &antlr4_runtime::RecognizerData {
self.base.data()
}
fn data_mut(&mut self) -> &mut antlr4_runtime::RecognizerData {
self.base.data_mut()
}
}
impl<I, H> Lexer for AntlRv4Lexer<I, H>
where
I: CharStream,
H: antlr4_runtime::SemanticHooks,
{
fn mode(&self) -> i32 { self.base.mode() }
fn set_mode(&mut self, mode: i32) { self.base.set_mode(mode); }
fn push_mode(&mut self, mode: i32) { self.base.push_mode(mode); }
fn pop_mode(&mut self) -> Option<i32> { self.base.pop_mode() }
}
impl<I, H> TokenSource for AntlRv4Lexer<I, H>
where
I: CharStream,
H: antlr4_runtime::SemanticHooks,
{
fn next_token(&mut self, sink: &mut TokenSink<'_>) -> Result<TokenId, TokenStoreError> {
antlr4_runtime::atn::lexer::next_token_compiled_with_semantic_dispatch(&mut self.base, sink, atn(), lexer_dfa(), &mut self.hooks, |_, _| false, |_, _| None, antlr4_runtime::UnknownSemanticPolicy::Error, |_, _, _| {})
}
fn line(&self) -> usize { self.base.line() }
fn column(&self) -> usize { self.base.column() }
fn source_name(&self) -> &str { self.base.source_name() }
fn source_text(&self) -> Option<std::rc::Rc<str>> { self.base.source_text() }
fn drain_errors(&mut self) -> Vec<antlr4_runtime::token::TokenSourceError> {
self.base.drain_errors()
}
fn report_error(&self, source_error: &antlr4_runtime::token::TokenSourceError) -> bool {
antlr4_runtime::Recognizer::notify_error_listeners(
self,
source_error.line,
source_error.column,
&source_error.message,
None,
);
true
}
fn lexer_dfa_string(&self) -> String {
self.base.lexer_dfa_string()
}
}
}
#[allow(warnings, missing_docs, clippy::all, clippy::pedantic, clippy::nursery)]
pub use self::__antlr4_rust_generated::*;