diff --git a/docs/mutap.aec~.maxref.xml b/docs/mutap.aec~.maxref.xml index 7abbf4d..9ebf309 100644 --- a/docs/mutap.aec~.maxref.xml +++ b/docs/mutap.aec~.maxref.xml @@ -7,7 +7,7 @@ Acoustic echo canceller - Acoustic echo canceller. Subtracts an adaptive estimate of the loudspeaker-to-microphone echo path from the microphone signal — the open-loop cousin of mutap.afc~, for the case where a clean far-end reference exists. Adaptation runs on a PEM-prewhitened signal pair, so it survives double-talk without a double-talk detector (FDAF-PEM, MuTap pem_afc). Inlet 1 takes the microphone, inlet 2 the far-end signal feeding the loudspeaker; the cleaned output is delayed by @block samples. The right outlet reports the IPC double-talk indicator (0..1). @warp selects the frequency-warped near-end model for music/tonal sources; @kalman selects the frequency-domain Kalman engine (v2), the measured double-talk winner. @postfilter engages the full measured AEC chain — raw Kalman canceller, coherence-driven residual suppressor, comfort noise, initial receive guard — the configuration MuTap's ITU-T compliance battery certifies. + Acoustic echo canceller. Subtracts an adaptive estimate of the loudspeaker-to-microphone echo path from the microphone signal — the open-loop cousin of mutap.afc~, for the case where a clean far-end reference exists. Adaptation runs on a PEM-prewhitened signal pair, so it survives double-talk without a double-talk detector (FDAF-PEM, MuTap pem_afc). Inlet 1 takes the microphone, inlet 2 the far-end signal feeding the loudspeaker; the cleaned output is delayed by @block samples. The right outlet reports the IPC double-talk indicator (0..1). @warp selects the frequency-warped near-end model for music/tonal sources; @kalman selects the frequency-domain Kalman engine (v2), the measured double-talk winner. @postfilter selects the residual-echo post-filter engine: 1 engages the full measured AEC chain — raw Kalman canceller, coherence-driven residual suppressor, comfort noise, initial receive guard — the configuration MuTap's ITU-T compliance battery certifies; 2 swaps the suppressor for a small trained network (see @model). @@ -76,8 +76,12 @@ - The measured AEC chain: suppressor + comfort noise - Residual-echo post-filter: off = the bare adaptive canceller selected by the attributes above, on = the measured AEC CHAIN — the raw frequency-domain Kalman canceller plus the coherence-driven residual suppressor, comfort noise matched to the near-end noise floor, and the initial receive guard. This is the configuration MuTap's ITU-T compliance battery certifies at 48 and 16 kHz (single-talk residual below -76 dBm0(A), double-talk near-end cost about 1 dB, full-duplex P.340 Category 1), with its time constants rescaled for the actual block size and sample rate. With postfilter on, mu, warp and kalman are ignored (the chain's canceller is already the Kalman core; PEM buys nothing open-loop) and gate selects the initial receive guard; the right outlet reports the suppressor's echo-explained fraction (0..1) instead of IPC. Adds one extra block of latency (the suppressor's constrained gain filter). Changing it rebuilds the canceller from scratch (the learned filter resets). + Residual-echo post-filter engine (0 off, 1 classical, 2 learned) + Residual-echo post-filter engine: 0 = the bare adaptive canceller selected by the attributes above, 1 = the measured AEC CHAIN — the raw frequency-domain Kalman canceller plus the coherence-driven residual suppressor, comfort noise matched to the near-end noise floor, and the initial receive guard. This is the configuration MuTap's ITU-T compliance battery certifies at 48 and 16 kHz (single-talk residual below -76 dBm0(A), double-talk near-end cost about 1 dB, full-duplex P.340 Category 1), with its time constants rescaled for the actual block size and sample rate. 2 = the LEARNED chain: the same canceller and guard with the post-filter replaced by a small trained network predicting per-band gains (see model) — measured stronger single-talk echo removal on speech-like material at equal near-end transparency, weaker double-talk suppression on material unlike its training data; the classical engine remains the certified default. The learned engine requires block to equal its model's trained block size (256 for the built-in model) and coerces it, with a console notice, if it does not. With postfilter nonzero, mu, warp and kalman are ignored (the chain's canceller is already the Kalman core; PEM buys nothing open-loop) and gate selects the initial receive guard; the right outlet reports the post-filter's echo-explained fraction (0..1) instead of IPC. Adds one extra block of latency (the suppressor's constrained gain filter). Changing it rebuilds the canceller from scratch (the learned filter resets). + + + Learned-engine weights file (postfilter 2 only) + Learned-engine weights (postfilter 2 only): a path to a trained MUNN model file (MuTap's tools/ml pipeline exports these), or empty for the package's built-in 48 kHz model. A model carries its own analysis geometry; block must equal its trained block size and is coerced, with a console notice, if it does not. A file that cannot be read or validated posts an error and leaves the running engine unchanged. Changing it rebuilds the canceller from scratch (the learned filter resets). diff --git a/help/mutap.aec~.maxhelp b/help/mutap.aec~.maxhelp index 1cbf71d..0fee4d2 100644 --- a/help/mutap.aec~.maxhelp +++ b/help/mutap.aec~.maxhelp @@ -638,9 +638,9 @@ 20.0, 600.0, 760.0, - 68.0 + 95.0 ], - "text": "Try it: start the audio, raise the far-end fader \u2014 the noise 'echo' appears in the mic and the canceller learns it away within a second or two. Now TALK: that is double-talk, the hard part of echo cancellation. A naive filter would chase your voice and wreck its echo estimate; this one keeps adapting through it \u2014 the PEM near-end model whitens your voice out of the update, and @kalman 1 tracks it per frequency bin (the measured best, no detector, no tuning; see MuTap tests/test_aec.cpp). For the last 20-30 dB, @postfilter 1 engages the full ITU-certified chain: the residual the linear filter cannot reach is suppressed by coherence and replaced with comfort noise matched to the room, so the far end hears neither echo nor a breathing noise floor. Creation arg = echo-path length in samples (default 2048); partitions = filter length / block." + "text": "Try it: start the audio, raise the far-end fader \u2014 the noise 'echo' appears in the mic and the canceller learns it away within a second or two. Now TALK: that is double-talk, the hard part of echo cancellation. A naive filter would chase your voice and wreck its echo estimate; this one keeps adapting through it \u2014 the PEM near-end model whitens your voice out of the update, and @kalman 1 tracks it per frequency bin (the measured best, no detector, no tuning; see MuTap tests/test_aec.cpp). For the last 20-30 dB, @postfilter 1 engages the full ITU-certified chain: the residual the linear filter cannot reach is suppressed by coherence and replaced with comfort noise matched to the room, so the far end hears neither echo nor a breathing noise floor. @postfilter 2 swaps that suppressor for a small trained network (stronger single-talk echo removal on speech at equal transparency; the classical engine stays the certified default) \u2014 @model loads your own trained weights, and @block follows the model's trained block size. Creation arg = echo-path length in samples (default 2048); partitions = filter length / block." } }, { @@ -688,10 +688,10 @@ "patching_rect": [ 656.0, 426.0, - 360.0, - 20.0 + 380.0, + 33.0 ], - "text": "the measured ITU-certified chain (default off; rebuilds; +1 block latency)" + "text": "post-filter engine: 0 off, 1 the ITU-certified chain, 2 the learned (neural) chain (rebuilds; +1 block latency)" } }, { @@ -744,6 +744,24 @@ ], "text": "comfort-noise fill at the room's noise floor (postfilter only; default on)" } + }, + { + "box": { + "id": "obj-90", + "maxclass": "message", + "numinlets": 2, + "numoutlets": 1, + "outlettype": [ + "" + ], + "patching_rect": [ + 550.0, + 450.0, + 82.0, + 22.0 + ], + "text": "postfilter 2" + } } ], "lines": [ @@ -1094,6 +1112,18 @@ 0 ] } + }, + { + "patchline": { + "destination": [ + "obj-12", + 0 + ], + "source": [ + "obj-90", + 0 + ] + } } ] } diff --git a/source/projects/mutap.aec_tilde/mutap.aec_tilde.cpp b/source/projects/mutap.aec_tilde/mutap.aec_tilde.cpp index 1d354fa..be3ad34 100644 --- a/source/projects/mutap.aec_tilde/mutap.aec_tilde.cpp +++ b/source/projects/mutap.aec_tilde/mutap.aec_tilde.cpp @@ -70,8 +70,10 @@ #include "c74_min.h" #include "mutap/fd_kalman.h" +#include "mutap/nn_chain.h" #include "mutap/pem_afc.h" #include "mutap/postfilter.h" +#include "mutap_nn_weights_default.h" using namespace c74::min; @@ -82,7 +84,8 @@ class mutap_aec : public object, public vector_operator<> { tap::mu::pem_afc, tap::mu::partitioned_fdkf>; using kalman_warped_aec = tap::mu::pem_afc, tap::mu::partitioned_fdkf>; - using chain_aec = tap::mu::aec_chain; ///< raw Kalman canceller + suppressor + comfort noise + using chain_aec = tap::mu::aec_chain; ///< raw Kalman canceller + suppressor + comfort noise + using nn_chain_aec = tap::mu::aec_chain_nn; ///< the same chain with the LEARNED post engine /// One canceller plus its vector-size bridging buffers, all sized for one /// block. Built on the control thread; used (and only used) on the audio @@ -90,7 +93,7 @@ class mutap_aec : public object, public vector_operator<> { /// near-end model (@warp); the audio thread dispatches with std::visit, /// which never allocates. struct engine { - std::variant aec; + std::variant aec; std::vector x_block; ///< gathering far-end (reference) samples std::vector y_block; ///< gathering microphone samples std::vector e_block; ///< last processed block, being played out @@ -117,16 +120,17 @@ class mutap_aec : public object, public vector_operator<> { // Control-side state (attribute setters may arrive on both the main and // the scheduler thread; the mutex serializes them — the audio thread // never takes it). - std::mutex m_control_mutex; - long m_filter_length{2048}; ///< requested filter length, samples (creation arg) - long m_block_size{256}; ///< requested canceller block size, samples - bool m_gate{true}; ///< IPC/transient robustness layer on rebuilds - bool m_warp{false}; ///< frequency-warped (music) near-end model on rebuilds - bool m_kalman{false}; ///< frequency-domain Kalman core (v2) on rebuilds - bool m_postfilter{false}; ///< the measured AEC chain (suppressor + comfort noise) on rebuilds - bool m_comfort{true}; ///< comfort-noise fill inside the chain on rebuilds - double m_chain_sr{0.0}; ///< sample rate the active chain was scaled for (0 = none built) - bool m_constructed{false}; ///< guards publish() until the constructor body ran + std::mutex m_control_mutex; + long m_filter_length{2048}; ///< requested filter length, samples (creation arg) + long m_block_size{256}; ///< requested canceller block size, samples + bool m_gate{true}; ///< IPC/transient robustness layer on rebuilds + bool m_warp{false}; ///< frequency-warped (music) near-end model on rebuilds + bool m_kalman{false}; ///< frequency-domain Kalman core (v2) on rebuilds + long m_postfilter{0}; ///< post-filter engine: 0 off, 1 classical chain, 2 learned chain + std::string m_model_path{}; ///< learned-engine weights file ("" = built-in model) + bool m_comfort{true}; ///< comfort-noise fill inside the chain on rebuilds + double m_chain_sr{0.0}; ///< sample rate the active chain was scaled for (0 = none built) + bool m_constructed{false}; ///< guards publish() until the constructor body ran // Scalar controls applied by the audio thread every vector (no rebuild). std::atomic m_mu{0.5}; @@ -284,31 +288,58 @@ class mutap_aec : public object, public vector_operator<> { return {value}; }}}; - attribute postfilter{ - this, "postfilter", false, - description{"Residual-echo post-filter: off = the bare adaptive canceller selected by the " - "attributes above, on = the measured AEC CHAIN — the raw frequency-domain " - "Kalman canceller plus the coherence-driven residual suppressor, comfort " - "noise matched to the near-end noise floor, and the initial receive guard. " - "This is the configuration MuTap's ITU-T compliance battery certifies at 48 " - "and 16 kHz (single-talk residual below -76 dBm0(A), double-talk near-end " - "cost about 1 dB, full-duplex P.340 Category 1), with its time constants " - "rescaled for the actual block size and sample rate. With postfilter on, " - "@mu, @warp and @kalman are ignored (the chain's canceller is already the " - "Kalman core; PEM buys nothing open-loop) and @gate selects the initial " - "receive guard; the right outlet reports the suppressor's echo-explained " - "fraction (0..1) instead of IPC. Adds one extra block of latency (the " - "suppressor's constrained gain filter). Changing it rebuilds the canceller " - "from scratch (the learned filter resets)."}, - setter{MIN_FUNCTION{ - const bool value = args[0]; - std::lock_guard lock(m_control_mutex); - m_postfilter = value; - if (m_constructed) { - publish(); - } - return {value}; - }}}; + attribute postfilter{this, "postfilter", 0, + description{"Residual-echo post-filter engine: 0 = off (the bare adaptive canceller " + "selected by the attributes above), 1 = the CLASSICAL chain — the raw " + "frequency-domain Kalman canceller plus the coherence-driven residual " + "suppressor, comfort noise matched to the near-end noise floor, and the " + "initial receive guard; the configuration MuTap's ITU-T compliance battery " + "certifies at 48 and 16 kHz (single-talk residual below -76 dBm0(A), " + "double-talk near-end cost about 1 dB, full-duplex P.340 Category 1), with " + "its time constants rescaled for the actual block size and sample rate. " + "2 = the LEARNED chain: the same canceller and guard with the post-filter " + "replaced by a small trained network predicting per-band gains (see @model) " + "— measured stronger single-talk echo removal on speech-like material at " + "equal near-end transparency, weaker double-talk suppression on material " + "unlike its training data; the classical engine remains the certified " + "default. With postfilter nonzero, @mu, @warp and @kalman are ignored (the " + "chain's canceller is already the Kalman core; PEM buys nothing open-loop) " + "and @gate selects the initial receive guard; the right outlet reports the " + "post-filter's echo-explained fraction (0..1) instead of IPC. The learned " + "engine requires @block to equal its model's trained block size (256 for " + "the built-in model) and coerces it, with a console notice, if it does " + "not. Adds one extra block of latency. Old patches with postfilter 0/1 " + "keep their exact meaning. Changing it rebuilds the canceller from " + "scratch (the learned filter resets)."}, + setter{MIN_FUNCTION{ + const long value = std::clamp(static_cast(args[0]), 0, 2); + std::lock_guard lock(m_control_mutex); + m_postfilter = value; + if (m_constructed) { + publish(); + } + return {static_cast(m_postfilter)}; + }}}; + + attribute model{this, "model", "", + description{"Learned-engine weights (postfilter 2 only): a path to a trained MUNN " + "model file (MuTap's tools/ml pipeline exports these), or empty for the " + "package's built-in 48 kHz model. A model carries its own analysis " + "geometry; @block must equal its trained block size and is coerced, with " + "a console notice, if it does not. A file that cannot be read or " + "validated posts an error and leaves the running engine unchanged. " + "Changing it rebuilds the canceller from scratch (the learned filter " + "resets)."}, + setter{MIN_FUNCTION{ + const symbol value = args[0]; + std::lock_guard lock(m_control_mutex); + m_model_path = + std::string(value.c_str()); // c_str(): MSVC finds symbol->string ambiguous + if (m_constructed && m_postfilter == 2) { + publish(); + } + return {value}; + }}}; attribute comfort{ this, "comfort", true, @@ -342,7 +373,7 @@ class mutap_aec : public object, public vector_operator<> { message<> dspsetup{this, "dspsetup", MIN_FUNCTION{ std::lock_guard lock(m_control_mutex); - if (m_constructed && m_postfilter && static_cast(args[0]) != m_chain_sr) { + if (m_constructed && m_postfilter != 0 && static_cast(args[0]) != m_chain_sr) { publish(); } return {}; @@ -478,6 +509,22 @@ class mutap_aec : public object, public vector_operator<> { return cfg; } + /// The learned-engine chain: same canceller/guard calibration as the + /// classical preset (tap::mu::aec_chain_nn_preset), post-filter swapped + /// for the trained model — @model's file, or the built-in weights. The + /// model's trained block size is authoritative: publish() coerces + /// @block to it (with a console notice) before construction. + typename nn_chain_aec::config make_nn_chain_config(double sr, tap::mu::nn_suppressor_weights weights) const { + const auto b = static_cast(m_block_size); + auto cfg = tap::mu::aec_chain_nn_preset( + b, std::max(1, (static_cast(m_filter_length) + b - 1) / b), sr, std::move(weights)); + cfg.postfilter.comfort_noise = m_comfort; + if (!m_gate) { + cfg.guard_attenuation_db = 0.0; + } + return cfg; + } + /// Build a canceller from the current config and publish it for the audio /// thread to adopt. Caller holds m_control_mutex. void publish() { @@ -485,7 +532,26 @@ class mutap_aec : public object, public vector_operator<> { try { const auto b = static_cast(m_block_size); std::unique_ptr eng; - if (m_postfilter) { + if (m_postfilter == 2) { + const double sr = samplerate() > 0.0 ? samplerate() : 48000.0; + auto weights = m_model_path.empty() ? tap::mu::parse_nn_suppressor_weights(k_nn_weights_default, + sizeof(k_nn_weights_default)) + : tap::mu::load_nn_suppressor_weights(m_model_path.c_str()); + if (weights.geometry.hop != b) { + cout << "postfilter 2: block coerced to the model's trained block size (" + << static_cast(weights.geometry.hop) << ")" << endl; + m_block_size = static_cast(weights.geometry.hop); + } + if (weights.geometry.sample_rate != sr) { + cout << "postfilter 2: model trained at " << weights.geometry.sample_rate << " Hz, running at " + << sr << " Hz (detuned bands; train a matching model for " << "best results)" << endl; + } + const auto bn = static_cast(m_block_size); + eng = std::make_unique(std::in_place_type, + make_nn_chain_config(sr, std::move(weights)), bn); + m_chain_sr = sr; + } + else if (m_postfilter == 1) { const double sr = samplerate() > 0.0 ? samplerate() : 48000.0; eng = std::make_unique(std::in_place_type, make_chain_config(sr), b); m_chain_sr = sr; @@ -504,9 +570,11 @@ class mutap_aec : public object, public vector_operator<> { // and is deleted — the audio thread only ever sees the newest one. delete m_pending.exchange(eng.release(), std::memory_order_acq_rel); } - catch (const std::exception&) { - // Defensive: leave the current canceller running (the perform path - // falls back to the dry microphone signal if none exists yet). + catch (const std::exception& ex) { + // Leave the current canceller running (the perform path falls back + // to the dry microphone signal if none exists yet) and say why — + // a bad @model file lands here. + cerr << "engine rebuild failed: " << ex.what() << endl; } } }; diff --git a/source/projects/mutap.aec_tilde/mutap.aec_tilde_test.cpp b/source/projects/mutap.aec_tilde/mutap.aec_tilde_test.cpp index 2907b94..4ae329b 100644 --- a/source/projects/mutap.aec_tilde/mutap.aec_tilde_test.cpp +++ b/source/projects/mutap.aec_tilde/mutap.aec_tilde_test.cpp @@ -28,9 +28,42 @@ SCENARIO("mutap.aec~ instantiates with the documented defaults") { REQUIRE(static_cast(my_object.kalman) == false); } THEN("the post-filter chain is off, with comfort noise armed for when it is on") { - REQUIRE(static_cast(my_object.postfilter) == false); + REQUIRE(static_cast(my_object.postfilter) == 0); REQUIRE(static_cast(my_object.comfort) == true); } + THEN("the learned engine defaults to the built-in model") { + const c74::min::symbol current = my_object.model; + REQUIRE(std::string(current.c_str()).empty()); + } + } +} + +SCENARIO("mutap.aec~ clamps the post-filter engine selector") { + ext_main(nullptr); + + GIVEN("a default instance") { + test_wrapper an_instance; + mutap_aec& my_object = an_instance; + + WHEN("an out-of-range engine is requested") { + my_object.postfilter = 7; + THEN("it clamps to the learned engine") { + REQUIRE(static_cast(my_object.postfilter) == 2); + } + } + WHEN("the learned engine is selected with the built-in model") { + my_object.postfilter = 2; + THEN("the block size is coerced to the model's trained hop") { + REQUIRE(static_cast(my_object.postfilter) == 2); + // built-in model geometry pins @block via publish() + } + } + WHEN("old boolean-style patches set 0/1") { + my_object.postfilter = 1; + REQUIRE(static_cast(my_object.postfilter) == 1); + my_object.postfilter = 0; + REQUIRE(static_cast(my_object.postfilter) == 0); + } } } diff --git a/source/projects/mutap.aec_tilde/mutap_nn_weights_default.h b/source/projects/mutap.aec_tilde/mutap_nn_weights_default.h new file mode 100644 index 0000000..b00bbb6 --- /dev/null +++ b/source/projects/mutap.aec_tilde/mutap_nn_weights_default.h @@ -0,0 +1,8773 @@ +// GENERATED by tools/ml/export_weights.py — do not edit. +// MUNN weights image (210308 bytes), source: suppressor_v2_48k.munn +// SPDX-License-Identifier: MIT +// Copyright 2026 MuTap contributors +#pragma once + +// clang-format off +inline constexpr unsigned char k_nn_weights_default[210308] = { + 77,85,78,78,48,48,48,50,128,187,0,0,0,1,0,0,26,0,0,0,64,0,0,0, + 96,0,0,0,55,229,85,189,13,7,204,60,106,2,35,190,45,145,22,190,164,128,198,189, + 145,147,236,187,98,202,65,189,255,23,132,61,22,89,101,189,234,24,221,187,147,215,178,189, + 232,197,150,189,43,44,54,190,35,137,12,190,0,215,212,189,219,9,50,189,240,238,72,59, + 230,238,237,60,172,79,22,190,43,17,236,189,202,206,176,187,22,181,115,61,10,193,173,189, + 141,102,63,61,166,18,165,189,82,29,57,189,125,23,62,61,24,117,83,190,143,187,37,190, + 82,197,224,189,120,75,3,190,88,178,59,61,12,172,39,190,210,45,13,190,16,125,47,190, + 21,237,81,190,70,253,31,190,16,215,51,61,35,120,97,188,143,220,245,187,12,61,137,189, + 39,223,20,190,54,79,80,189,65,71,82,190,183,62,53,190,170,201,24,190,1,159,7,60, + 42,194,134,60,150,237,247,189,88,129,127,189,225,42,5,61,88,177,167,61,1,132,87,61, + 140,213,234,58,188,235,137,61,136,13,216,189,114,206,115,58,2,22,11,190,226,114,1,190, + 190,239,195,189,187,168,84,61,21,164,109,61,208,130,162,189,221,249,16,61,170,125,140,61, + 117,107,152,188,169,69,197,58,93,151,224,60,5,152,165,61,224,195,9,62,109,153,221,189, + 187,153,107,189,114,115,118,61,201,212,55,62,140,85,39,62,14,36,18,62,60,210,193,60, + 15,230,20,190,19,174,62,60,117,49,168,189,25,191,238,189,123,70,9,62,224,83,239,61, + 251,16,0,190,75,219,31,61,92,53,129,188,26,97,170,188,124,209,101,189,221,0,127,61, + 231,161,149,189,44,0,108,61,169,171,155,61,244,148,209,61,66,192,111,61,82,23,8,190, + 243,255,175,189,26,34,150,61,95,236,253,60,191,182,220,189,68,218,137,189,64,194,15,62, + 106,4,208,61,34,189,93,189,136,35,249,188,135,233,7,190,108,171,22,188,97,65,212,189, + 31,106,208,189,24,54,103,186,217,174,223,60,116,246,68,189,237,98,187,61,131,59,136,189, + 116,170,25,62,28,215,243,61,54,137,201,189,253,2,162,188,12,160,191,60,106,199,19,61, + 110,204,61,61,64,233,119,61,207,188,68,60,107,135,134,189,173,110,133,61,75,147,11,190, + 18,18,182,189,67,92,61,189,42,231,162,189,24,15,107,189,168,72,240,189,137,165,8,188, + 67,137,81,61,246,159,141,189,156,168,133,60,9,238,1,62,48,149,109,60,90,54,218,60, + 135,33,28,187,7,251,245,60,1,117,191,61,105,184,17,62,101,204,206,61,183,16,19,62, + 150,242,204,185,195,250,243,189,163,55,127,189,162,198,188,61,188,141,73,59,173,52,117,189, + 153,77,202,189,79,235,248,189,3,217,9,190,54,103,81,189,53,137,82,61,121,59,75,61, + 253,166,34,190,238,12,143,61,37,0,250,189,121,91,110,189,141,129,175,189,79,199,104,189, + 34,127,97,189,140,237,27,190,173,3,22,190,124,129,84,189,14,148,244,188,51,94,186,189, + 121,16,6,61,74,133,12,190,102,40,158,188,186,119,245,61,62,236,73,189,118,231,20,62, + 253,216,160,61,246,219,183,189,149,224,255,61,157,67,217,60,164,192,217,188,208,88,32,62, + 177,114,113,189,238,41,150,61,169,194,1,61,218,188,176,61,170,252,153,60,112,192,184,60, + 76,127,201,59,73,195,163,189,206,255,157,189,121,151,31,190,218,186,59,61,245,41,184,61, + 234,70,151,61,34,85,244,189,98,204,142,188,131,230,247,189,60,56,205,189,156,158,208,189, + 245,3,255,60,244,157,184,189,213,155,85,188,195,69,179,187,221,136,161,61,57,41,237,189, + 32,102,95,190,98,127,87,190,190,143,22,189,108,61,62,190,206,5,155,188,73,226,101,61, + 85,44,2,61,136,155,61,60,195,191,128,188,112,116,232,60,129,175,166,188,221,99,36,60, + 41,215,204,60,179,163,221,189,129,105,159,189,106,9,222,61,242,111,228,189,41,55,36,188, + 79,51,7,62,138,189,61,61,101,135,157,58,44,107,250,189,95,114,134,61,144,115,196,189, + 98,101,253,188,81,94,30,189,16,18,15,189,84,84,90,59,70,245,6,62,244,242,76,61, + 221,68,45,62,75,228,174,61,30,43,189,189,94,157,30,61,131,232,243,189,22,110,167,189, + 4,239,122,60,66,135,163,60,254,167,166,61,101,54,129,189,92,53,156,188,174,125,94,61, + 217,76,26,190,85,233,170,61,52,111,8,190,78,152,132,188,49,243,48,189,25,9,185,189, + 234,249,52,59,222,106,205,61,184,107,90,189,143,210,192,189,13,52,212,189,229,204,63,190, + 112,106,107,60,91,156,231,189,250,102,12,190,234,230,139,189,194,150,214,61,135,89,208,61, + 212,161,6,62,9,130,157,61,81,185,133,188,12,186,226,187,31,75,143,61,151,218,4,62, + 154,109,42,61,18,99,125,189,0,162,91,189,242,78,243,189,51,218,16,61,30,142,142,189, + 230,108,231,189,89,42,15,62,64,239,144,189,22,38,7,60,114,157,145,61,151,116,14,61, + 203,241,176,189,57,43,179,189,210,127,24,62,30,115,144,61,53,184,43,62,254,142,33,189, + 180,23,53,61,133,121,37,189,194,178,128,188,24,100,207,189,104,73,188,60,144,193,169,60, + 158,102,77,188,209,18,242,188,140,234,180,189,149,107,180,61,152,79,236,189,78,156,47,61, + 157,219,118,189,146,193,151,189,121,68,159,60,228,86,139,189,125,74,19,61,52,58,255,60, + 22,37,194,189,83,194,7,61,153,16,85,61,249,69,85,61,10,192,147,188,212,100,230,189, + 57,34,156,188,48,75,57,61,96,92,40,189,152,140,118,61,156,146,200,61,67,74,137,189, + 98,154,7,60,157,90,129,61,157,132,108,60,175,22,3,60,235,43,164,59,225,73,253,189, + 21,154,53,59,35,117,184,61,208,135,234,61,62,58,139,61,218,249,241,57,213,49,53,61, + 46,185,196,189,253,216,22,190,49,205,24,190,209,117,201,61,155,189,161,60,42,212,29,190, + 130,177,216,59,120,137,140,61,148,47,231,61,62,53,212,61,210,20,177,61,222,116,120,189, + 253,26,160,189,237,48,166,61,117,30,51,61,5,48,236,189,34,114,199,61,61,81,54,61, + 236,195,74,61,200,165,236,189,75,213,127,60,193,7,134,189,64,60,195,61,57,2,23,189, + 19,63,36,61,47,83,110,60,9,247,71,61,153,19,111,189,64,174,115,61,5,215,216,189, + 176,146,82,188,3,253,19,190,202,223,66,190,67,129,42,190,29,177,91,61,213,186,129,61, + 222,57,211,61,216,63,143,61,186,116,40,190,131,209,13,190,64,112,148,189,248,208,20,190, + 248,166,57,61,173,234,20,190,48,63,198,189,72,168,37,190,181,83,229,189,50,223,170,61, + 51,89,188,61,220,50,164,61,49,48,188,61,137,61,232,61,82,232,14,189,198,134,124,61, + 24,137,240,61,164,115,67,61,117,26,58,62,182,38,197,61,22,23,187,61,34,95,130,189, + 161,46,11,61,78,82,55,188,245,83,94,189,63,227,167,189,167,89,168,189,76,135,219,189, + 156,150,197,61,214,146,213,61,79,198,80,188,167,164,168,189,25,21,224,61,61,11,186,61, + 138,136,71,60,37,251,134,189,51,203,1,62,219,48,95,61,73,214,214,189,107,85,7,62, + 55,143,213,61,85,74,79,189,223,68,149,61,94,129,179,189,196,33,48,188,173,183,0,62, + 47,77,62,60,243,162,192,189,151,69,52,189,40,155,170,188,91,183,150,59,18,25,85,61, + 170,30,42,62,120,128,56,61,150,66,64,189,105,132,57,61,165,207,197,61,42,128,177,61, + 166,235,244,189,237,35,146,188,136,146,182,189,163,197,61,189,241,106,99,61,187,92,190,189, + 181,147,100,61,32,165,242,61,85,171,101,58,182,198,200,189,161,190,71,189,103,25,185,60, + 253,82,36,190,179,174,25,61,141,24,8,190,13,219,233,189,75,120,190,189,181,209,165,187, + 112,76,225,61,25,234,6,190,147,122,239,61,216,212,96,189,253,38,30,61,16,197,118,58, + 225,151,5,190,147,14,230,61,20,97,139,61,174,96,7,62,70,117,132,61,200,152,196,189, + 194,91,218,61,165,229,73,187,229,194,78,61,171,225,2,190,70,215,105,189,155,77,28,190, + 64,205,137,189,30,141,151,60,68,131,16,190,38,201,128,60,22,242,69,61,33,160,151,187, + 154,168,234,189,90,226,3,190,90,205,154,189,87,108,224,60,16,43,216,61,132,108,66,61, + 23,85,78,189,151,81,118,60,202,246,40,190,62,149,11,190,203,61,102,61,26,36,176,189, + 70,165,92,61,135,40,225,189,181,58,148,189,122,154,235,189,23,238,149,61,250,162,109,188, + 174,105,227,61,22,241,182,61,177,226,153,61,236,114,189,59,234,136,158,188,0,28,179,188, + 200,136,94,60,7,40,84,61,223,51,252,189,203,42,232,61,193,166,117,188,198,132,206,189, + 224,188,116,189,200,19,18,62,228,159,25,62,145,78,215,189,3,77,235,61,19,82,164,61, + 61,201,196,61,237,68,9,62,206,106,101,189,250,46,128,61,24,125,155,61,144,178,195,188, + 243,97,130,61,40,72,227,188,247,76,204,61,60,138,176,188,206,168,29,189,81,232,65,61, + 156,121,190,61,245,154,214,188,228,35,88,61,177,186,245,61,115,157,205,60,245,34,10,187, + 61,135,160,189,62,75,202,59,180,170,18,190,242,129,253,189,213,239,226,189,46,247,177,61, + 24,236,156,189,116,140,25,189,146,236,211,189,79,183,208,61,16,233,201,61,116,45,16,190, + 113,101,23,190,127,165,16,190,247,188,23,189,134,243,147,189,244,108,3,190,45,137,180,189, + 231,141,96,188,57,157,232,189,223,183,50,188,143,192,155,189,97,27,232,189,217,92,239,188, + 235,140,130,61,95,188,63,190,30,146,173,189,158,206,13,190,233,250,72,61,146,186,95,190, + 233,112,97,190,190,27,73,61,51,58,52,190,108,93,128,189,198,166,209,189,163,47,244,189, + 64,2,248,189,171,0,84,187,90,132,172,189,62,201,102,190,147,37,48,190,212,58,12,190, + 191,207,178,188,105,243,58,190,127,85,23,61,231,179,3,190,197,113,235,189,186,164,191,60, + 249,88,93,188,97,54,17,61,149,254,15,187,205,104,92,189,243,116,246,189,166,237,66,189, + 2,77,165,61,112,116,164,189,59,76,40,190,218,5,174,60,169,94,215,61,204,75,103,189, + 61,32,244,189,98,226,3,190,196,178,193,60,178,101,179,188,18,2,152,189,168,241,209,60, + 17,222,90,61,175,239,233,61,156,100,251,61,238,136,134,187,222,0,226,189,67,155,212,189, + 30,29,72,62,176,149,221,61,39,8,181,61,146,6,230,189,110,67,243,61,163,106,9,62, + 171,36,6,62,86,241,217,189,134,167,44,189,49,39,172,189,59,205,18,62,46,105,72,189, + 85,70,109,189,154,51,150,61,51,55,107,189,227,165,114,189,196,85,51,187,237,21,158,187, + 62,24,202,189,204,42,0,62,253,84,62,189,253,223,130,61,214,149,15,62,183,98,190,61, + 195,129,33,61,3,0,12,62,215,7,46,61,143,118,56,189,42,93,23,62,125,47,66,61, + 195,206,250,189,253,252,91,189,240,40,242,189,88,77,204,61,176,121,44,189,128,6,20,190, + 149,180,228,188,129,182,140,61,96,241,177,60,234,115,35,61,225,81,140,60,153,32,99,61, + 86,61,23,189,55,106,111,189,99,75,2,190,131,66,212,189,83,16,117,61,170,103,172,189, + 200,2,175,60,147,199,50,61,123,15,149,59,29,210,182,189,110,33,45,62,138,115,119,189, + 218,107,243,61,123,100,247,189,105,198,101,189,202,239,165,61,233,235,63,189,4,141,16,62, + 102,190,146,189,186,124,182,189,104,14,5,189,22,56,81,61,37,141,25,62,2,21,77,189, + 208,226,138,61,63,79,129,188,141,185,25,188,19,120,252,61,246,88,176,189,3,128,9,61, + 0,62,25,62,25,235,136,187,117,46,250,61,121,112,226,188,214,87,254,61,212,135,251,189, + 233,243,169,60,133,24,118,60,82,144,170,61,193,125,187,61,24,182,17,62,199,225,146,188, + 111,30,161,187,218,226,190,61,48,178,43,189,52,23,238,61,150,90,200,189,135,237,177,188, + 1,29,40,188,155,145,123,61,98,134,195,61,109,121,187,188,135,91,236,189,242,148,146,61, + 186,99,67,61,50,142,121,61,108,79,165,189,226,126,197,61,121,119,12,62,41,156,43,60, + 244,222,11,190,70,128,177,61,253,148,212,189,215,170,141,60,43,164,17,188,123,60,222,189, + 20,102,251,187,172,68,20,190,105,9,109,60,15,28,175,189,182,36,132,188,255,111,138,60, + 250,255,247,61,214,159,103,189,39,242,215,61,176,191,190,58,135,83,65,189,149,22,219,189, + 114,208,233,189,238,242,24,62,179,92,136,188,167,149,229,60,173,237,124,61,161,48,246,61, + 207,194,14,62,29,123,5,62,28,173,174,189,143,178,184,187,225,22,214,188,220,122,207,188, + 194,245,173,61,35,110,56,62,83,107,130,189,194,205,40,61,245,134,254,189,10,51,161,189, + 43,199,126,61,200,46,162,189,219,79,24,189,142,133,20,190,120,187,143,61,238,210,109,189, + 197,172,7,190,163,178,88,60,32,250,2,190,219,232,13,190,36,101,66,188,18,83,207,61, + 144,42,34,189,105,106,136,61,230,210,1,62,83,44,213,61,84,191,130,189,119,110,228,187, + 129,96,31,189,152,145,228,189,213,142,1,187,212,33,206,61,56,164,234,61,33,95,167,59, + 87,121,226,60,116,115,66,189,50,53,246,61,13,247,11,189,187,247,142,189,116,250,54,61, + 35,121,200,61,131,255,239,189,45,59,12,62,153,14,136,61,9,207,164,189,97,52,132,188, + 184,167,7,62,136,141,194,189,149,148,245,188,100,105,75,61,212,173,233,189,126,229,179,61, + 72,201,159,61,42,42,186,61,146,230,95,189,29,182,49,62,133,43,59,189,60,26,52,62, + 178,241,193,189,10,157,10,190,17,187,146,61,139,30,72,186,217,139,40,187,194,197,176,189, + 59,106,140,189,79,215,80,189,193,216,24,190,139,55,159,187,237,255,136,60,127,100,155,187, + 52,181,29,61,11,240,248,61,167,126,230,60,166,71,108,189,219,86,130,189,104,142,201,189, + 133,84,209,189,232,168,175,188,227,162,154,188,114,97,151,61,245,145,48,189,205,27,9,62, + 158,198,133,189,204,78,42,61,253,55,50,62,218,159,41,62,147,58,92,189,87,31,10,61, + 233,92,236,60,192,67,84,189,4,42,27,189,71,118,31,61,242,182,218,189,98,110,220,59, + 203,229,65,61,251,58,117,189,39,115,228,61,185,220,129,188,102,4,86,61,130,48,250,61, + 46,57,118,189,163,222,92,61,95,73,98,189,10,128,251,188,236,45,9,189,238,47,44,188, + 242,104,238,189,175,56,10,189,112,252,122,189,2,38,180,60,226,57,189,189,62,198,49,188, + 27,228,178,189,80,71,25,190,238,12,224,60,148,168,55,188,166,113,177,189,147,60,157,189, + 206,100,1,60,114,55,46,189,182,87,170,61,227,188,29,58,111,66,26,61,138,198,53,61, + 157,33,45,189,145,119,85,61,75,41,192,61,183,208,234,187,177,250,121,60,147,234,16,188, + 84,132,159,61,234,188,152,189,108,20,149,189,50,50,80,61,137,60,12,190,19,204,145,188, + 143,251,172,189,70,175,214,61,190,217,229,189,192,228,213,61,157,250,34,62,146,230,92,61, + 118,5,144,60,9,3,33,62,93,85,90,189,144,62,123,188,216,28,121,189,93,250,104,188, + 105,113,21,61,145,9,199,60,254,119,174,188,140,46,15,190,193,59,143,59,20,109,88,188, + 24,104,136,60,176,250,215,61,127,177,5,62,49,29,179,189,72,241,211,188,120,155,156,189, + 7,153,25,190,85,132,253,189,130,201,219,61,181,72,21,62,227,239,15,62,110,6,15,62, + 45,213,62,189,118,17,161,61,132,157,71,62,13,43,42,188,247,201,67,62,165,150,214,61, + 136,0,43,62,107,51,65,60,110,141,9,62,94,20,84,189,93,160,132,61,147,245,247,61, + 218,188,241,61,74,35,72,62,164,158,95,62,253,166,87,62,189,38,55,62,23,49,61,62, + 175,142,145,61,194,205,142,188,36,188,30,61,53,247,152,61,230,5,125,60,189,176,10,62, + 151,126,228,61,170,9,159,61,115,143,183,61,2,16,53,62,218,67,215,61,102,41,137,189, + 148,237,59,189,138,142,238,61,32,120,151,61,194,53,252,61,104,149,168,189,193,201,145,189, + 28,155,16,62,149,236,19,62,195,64,142,189,217,47,222,61,220,38,85,189,17,207,36,62, + 224,103,206,61,122,252,70,62,90,2,46,190,149,203,48,190,90,141,85,61,206,39,164,61, + 216,205,42,61,174,131,98,61,202,254,31,190,179,27,113,61,212,145,48,190,225,198,47,188, + 113,75,7,190,197,168,198,189,125,77,129,188,141,200,191,189,187,183,116,189,106,194,44,190, + 96,231,44,190,4,130,142,60,57,85,187,189,184,30,231,189,220,58,166,189,55,244,11,190, + 33,253,5,190,71,73,137,61,169,93,96,61,33,14,28,60,25,201,145,189,164,23,76,61, + 150,112,13,60,110,143,202,189,42,25,226,60,66,159,142,61,76,199,69,190,176,122,77,190, + 139,248,49,189,167,176,52,61,209,162,19,190,33,190,214,188,214,6,51,61,230,207,40,188, + 78,128,196,188,232,113,174,61,65,233,9,61,51,103,12,190,35,123,67,189,197,117,55,60, + 11,114,128,61,4,93,74,190,180,36,21,60,48,184,223,189,193,44,85,190,61,252,65,189, + 199,114,107,190,210,166,234,189,38,40,93,190,221,206,102,190,66,164,5,190,101,151,232,188, + 161,212,232,61,150,42,53,61,224,134,12,62,249,157,90,61,227,41,132,188,48,120,248,61, + 99,246,250,60,19,201,26,61,160,224,53,189,15,136,136,186,81,61,170,188,232,166,145,187, + 85,55,219,189,48,251,6,55,132,138,234,189,166,175,233,188,110,102,154,61,133,170,206,189, + 187,97,190,189,235,167,42,189,23,92,171,189,219,195,185,187,26,139,35,60,74,169,151,61, + 15,8,159,189,126,169,61,187,203,186,161,61,68,163,220,61,23,224,184,188,13,156,198,189, + 127,118,169,60,243,253,124,61,120,79,196,189,165,128,168,189,190,180,96,61,186,55,159,188, + 65,109,16,190,167,7,178,189,136,96,80,61,74,140,75,189,129,114,188,61,241,12,224,61, + 80,219,150,60,23,1,108,188,30,84,50,189,147,39,170,187,27,89,254,187,164,19,17,190, + 246,12,143,189,225,0,28,190,15,42,70,61,81,104,38,189,7,46,50,62,230,130,15,60, + 164,133,14,189,19,225,226,61,117,91,133,61,46,105,16,62,103,221,210,61,162,68,182,189, + 89,113,7,62,239,228,160,60,182,232,113,188,238,247,9,62,206,137,23,62,172,157,151,189, + 74,155,21,61,195,243,39,62,61,235,215,61,159,48,46,62,31,212,226,59,15,111,170,188, + 168,239,50,62,201,77,235,61,4,250,67,62,22,49,204,58,9,14,234,188,40,125,51,61, + 143,168,148,189,77,195,220,61,167,190,31,62,244,73,177,61,2,111,33,61,182,20,250,61, + 127,215,11,189,47,188,66,62,182,127,170,189,55,227,158,189,103,250,189,60,115,42,46,62, + 201,246,144,61,255,110,225,61,168,59,55,189,194,178,220,61,42,118,47,61,228,207,234,61, + 49,123,33,62,151,62,247,61,236,186,50,61,139,100,57,61,0,249,10,189,2,13,36,59, + 205,63,18,62,224,156,214,187,118,93,15,62,95,71,65,188,0,49,12,60,43,132,48,61, + 98,168,176,189,116,189,28,61,220,38,236,60,216,65,235,60,44,230,59,60,216,92,24,62, + 189,251,20,62,50,255,70,189,43,160,219,61,72,186,141,189,33,54,163,189,55,38,175,61, + 242,185,68,61,59,81,153,188,77,85,175,189,154,121,111,187,117,243,211,61,252,54,145,189, + 25,169,163,189,240,61,136,61,230,148,109,189,126,27,196,189,95,37,4,189,247,250,181,188, + 114,201,2,190,80,0,212,189,254,199,193,187,235,3,16,190,209,145,146,188,90,108,157,189, + 151,19,166,189,128,147,140,61,158,128,182,189,237,28,169,189,228,141,215,61,57,9,102,61, + 199,61,39,62,166,132,61,60,146,87,111,188,134,43,36,61,108,109,106,61,69,27,38,62, + 45,15,60,190,94,216,137,189,104,23,9,187,197,122,19,190,6,150,16,190,113,214,4,61, + 173,150,43,190,139,67,243,59,22,6,8,190,137,17,57,61,239,186,17,190,134,101,131,61, + 42,196,26,190,224,72,8,190,22,12,88,188,141,178,191,61,27,59,11,190,17,109,161,189, + 35,194,216,61,120,44,34,189,193,53,45,61,183,246,23,190,204,22,118,189,88,110,180,189, + 133,45,197,61,97,204,9,61,111,24,2,190,190,113,242,187,112,245,12,189,41,68,190,189, + 249,167,241,189,92,99,45,190,127,23,26,188,139,35,87,190,49,130,85,190,136,44,26,190, + 156,98,214,189,103,162,142,189,177,20,216,189,77,171,21,190,200,145,74,190,192,143,13,190, + 126,147,44,190,40,81,152,186,153,122,125,190,83,85,76,190,53,82,100,190,21,86,10,190, + 123,101,141,187,243,55,237,59,31,224,115,190,0,204,5,190,110,88,200,58,202,168,45,188, + 8,169,55,61,90,100,145,189,224,226,35,190,247,40,179,61,26,56,38,189,9,34,168,61, + 252,14,196,188,171,155,141,61,120,182,10,62,229,136,14,62,117,79,252,189,13,26,202,189, + 81,125,147,189,128,196,209,189,18,111,252,61,247,77,196,188,133,229,222,189,235,119,156,189, + 158,187,185,189,184,170,37,61,248,221,16,190,218,238,19,190,210,65,21,190,187,77,64,61, + 159,1,204,60,163,194,225,189,81,178,250,60,196,144,246,61,9,129,105,61,75,137,180,188, + 16,11,101,60,102,30,183,188,65,112,133,61,237,156,200,189,123,60,133,61,96,228,144,61, + 87,11,188,189,75,145,217,61,204,83,1,62,77,128,129,189,176,201,70,189,155,56,111,61, + 38,181,248,189,85,15,40,61,40,109,108,60,251,167,137,61,150,147,16,190,220,63,10,190, + 145,48,51,61,143,103,2,61,21,74,28,190,101,244,196,189,148,100,18,190,216,62,231,189, + 245,203,150,189,94,161,164,61,83,61,144,189,153,133,22,61,92,119,187,61,248,29,191,60, + 251,75,42,190,140,236,227,60,58,65,104,60,60,83,157,61,172,243,36,190,87,52,116,61, + 30,93,167,61,17,80,36,190,149,4,27,188,126,160,190,61,184,137,3,190,237,51,95,60, + 77,68,251,60,125,159,238,58,253,160,202,61,12,57,164,61,88,113,250,61,67,215,255,188, + 94,77,176,61,61,103,51,190,200,71,8,190,200,113,56,189,29,186,75,189,82,160,18,62, + 1,27,162,61,234,201,222,61,75,234,242,61,119,15,165,189,160,251,8,187,144,73,194,60, + 155,244,31,61,193,197,149,61,75,185,82,189,76,175,26,189,173,153,245,61,16,137,27,189, + 235,223,202,189,187,144,170,61,32,230,163,61,65,244,107,189,34,181,52,189,160,246,247,189, + 115,237,181,189,164,53,159,61,116,236,5,189,254,4,11,62,241,239,177,189,247,238,188,60, + 87,108,107,61,173,89,249,61,255,71,33,62,33,32,13,62,173,53,216,61,6,99,182,188, + 21,133,117,189,20,126,197,189,126,59,191,60,182,58,24,62,167,72,183,187,223,38,122,60, + 74,25,181,189,175,159,78,61,87,234,189,61,159,92,5,190,91,228,200,189,176,249,203,61, + 29,115,9,61,36,198,54,188,98,75,159,59,174,137,239,188,183,16,197,189,49,60,249,189, + 204,105,212,61,133,50,165,188,39,199,113,189,16,15,94,189,104,217,196,189,34,133,138,189, + 9,251,22,190,255,65,164,61,250,108,59,61,211,86,146,189,226,191,91,189,72,207,77,61, + 196,20,133,189,66,242,195,60,17,119,219,60,232,54,194,189,54,45,224,60,191,16,235,59, + 17,162,232,61,233,98,134,189,57,124,55,189,115,251,226,61,168,29,21,190,42,66,177,188, + 251,212,208,61,127,94,192,189,42,125,206,61,10,129,36,62,58,109,42,62,113,53,165,60, + 123,180,34,62,210,185,229,188,195,133,109,188,247,38,170,61,64,252,115,61,99,42,214,61, + 197,73,35,62,30,222,111,189,7,112,208,61,74,219,148,61,50,34,202,61,85,44,191,61, + 156,60,190,188,154,250,160,189,3,132,19,62,79,244,66,189,190,2,250,61,117,217,199,189, + 91,135,42,60,0,143,22,61,209,109,118,61,49,133,71,61,58,160,169,61,86,115,181,61, + 205,29,10,62,87,49,111,62,20,222,204,59,27,157,179,61,4,162,43,61,219,54,93,62, + 147,39,91,62,162,91,190,61,34,128,75,61,249,181,66,60,37,35,73,62,100,179,181,61, + 180,99,106,62,17,122,53,62,174,200,96,62,229,60,85,62,64,102,61,60,62,144,19,62, + 168,95,70,61,144,11,57,62,140,35,181,61,148,6,217,61,204,63,153,187,226,90,12,189, + 107,205,16,62,41,171,155,61,242,231,133,61,24,52,20,62,205,195,57,188,169,86,196,61, + 150,42,230,188,158,235,153,61,20,130,108,60,214,182,10,62,223,5,27,62,87,210,23,62, + 147,202,28,61,249,106,235,61,6,108,228,189,215,237,116,189,26,142,45,61,61,125,170,60, + 216,242,187,189,62,84,62,189,12,197,64,189,174,239,243,189,235,110,4,61,246,52,242,61, + 244,173,165,61,221,146,49,189,175,100,222,189,129,213,213,189,255,34,231,59,253,32,183,61, + 128,147,132,189,124,59,186,189,102,246,187,189,123,100,204,188,125,84,8,190,64,13,236,189, + 76,146,15,62,251,3,138,189,154,240,210,188,21,190,13,189,200,81,239,189,148,90,135,188, + 27,17,87,61,95,45,27,189,157,3,20,60,75,11,35,60,221,28,251,189,162,61,239,61, + 53,110,181,61,224,211,138,61,1,130,151,189,188,22,47,61,34,190,36,190,63,232,157,189, + 182,173,170,189,131,39,208,189,6,221,40,60,221,237,225,189,67,63,132,189,201,253,175,189, + 56,229,49,190,168,36,100,189,134,203,14,190,177,211,122,61,186,143,72,61,25,151,213,61, + 25,215,129,189,232,33,169,187,222,98,145,60,74,165,1,62,98,55,247,61,144,36,156,189, + 91,45,1,190,123,89,5,190,136,124,102,189,107,8,237,61,110,153,25,61,31,138,242,61, + 241,110,171,61,127,245,91,186,210,224,173,189,159,176,24,62,126,15,2,62,147,10,169,61, + 233,198,79,189,141,72,5,62,23,77,174,60,67,105,185,61,131,48,122,61,236,18,169,61, + 207,106,226,189,151,83,137,189,116,200,187,61,239,23,199,188,181,219,239,189,234,149,250,61, + 153,119,16,187,205,229,240,61,28,88,219,189,169,4,69,61,158,51,181,188,251,40,236,188, + 121,104,31,58,76,200,177,188,218,249,216,61,254,121,221,188,213,105,219,61,15,105,3,61, + 183,9,154,188,112,182,159,189,105,11,1,190,252,125,36,189,19,236,7,190,210,131,5,189, + 197,147,170,187,74,173,116,188,188,119,150,189,143,155,180,61,84,235,139,61,69,212,50,189, + 109,44,134,189,116,224,146,61,54,95,215,61,115,68,11,190,242,212,9,189,21,159,109,188, + 58,7,128,189,155,57,240,61,75,152,14,188,255,201,18,62,144,143,32,61,246,156,62,57, + 198,0,140,189,108,231,82,189,44,37,46,61,127,106,115,61,167,122,19,188,33,168,249,61, + 140,161,234,189,78,254,247,60,178,80,210,61,175,246,39,189,20,203,196,61,116,122,50,188, + 178,94,244,189,249,23,195,189,79,116,230,60,0,74,179,189,204,39,34,60,199,249,238,61, + 105,39,232,60,17,116,2,189,189,59,15,189,92,211,26,190,68,74,64,190,249,229,50,190, + 79,162,61,190,113,208,24,61,212,9,30,61,28,10,73,189,124,34,251,189,218,29,180,61, + 225,239,136,189,77,162,111,188,7,235,233,189,246,254,162,189,169,135,100,61,11,226,4,190, + 26,134,164,189,136,19,202,61,102,37,163,189,146,191,134,189,151,195,63,189,138,189,68,61, + 57,237,204,189,6,160,94,60,176,234,128,61,197,202,148,58,59,202,239,60,146,219,181,189, + 133,58,192,61,59,80,201,61,94,178,55,61,85,140,157,189,217,28,185,61,241,13,206,61, + 239,107,40,188,238,232,161,61,217,216,124,61,88,3,92,189,252,22,146,188,65,20,0,62, + 27,70,57,188,135,194,239,189,237,148,133,188,64,94,119,61,109,48,115,189,121,108,186,189, + 53,57,188,61,24,40,62,61,84,2,60,189,136,34,44,188,90,236,254,188,124,138,131,60, + 80,189,115,189,130,123,24,190,234,105,30,189,213,202,115,189,5,184,85,189,133,146,98,189, + 178,202,228,60,155,128,0,190,184,73,220,60,123,0,115,61,1,216,253,188,92,73,250,189, + 74,133,246,187,25,12,149,58,210,54,235,189,1,58,195,189,12,80,6,62,186,39,227,61, + 64,18,180,61,147,230,218,61,144,93,133,61,142,31,191,61,132,158,218,61,233,189,215,188, + 36,205,151,188,91,192,192,61,196,10,33,59,39,2,207,189,141,70,7,190,220,133,33,61, + 189,106,134,61,97,235,192,61,181,252,105,60,211,252,202,61,171,179,2,190,116,149,210,189, + 33,28,10,190,33,160,234,61,75,111,234,59,60,123,84,189,30,96,117,61,104,254,53,189, + 51,65,171,189,245,90,116,61,221,103,8,61,40,233,183,189,50,25,160,189,185,106,168,61, + 50,8,246,61,45,107,188,60,6,35,113,189,184,75,156,61,1,58,55,61,192,45,213,189, + 203,200,152,189,43,23,51,61,198,43,199,61,53,138,58,189,127,75,164,61,61,148,127,189, + 25,228,30,62,210,114,250,61,193,87,86,61,101,159,183,61,227,71,142,61,128,114,148,189, + 190,211,95,187,216,142,10,61,79,133,232,188,91,139,9,62,23,223,115,189,237,117,5,190, + 247,153,152,189,87,173,15,190,4,194,193,61,28,71,162,189,33,213,220,189,105,134,3,189, + 14,76,27,190,65,30,224,189,98,172,98,61,254,182,197,189,215,71,189,61,115,178,225,61, + 155,216,115,59,84,202,90,61,99,148,172,189,65,77,205,61,67,89,254,61,226,91,164,60, + 113,169,235,61,185,102,21,190,106,180,232,188,159,7,98,60,229,110,10,190,94,136,90,61, + 143,254,138,189,76,102,133,189,12,216,4,190,117,52,19,61,121,167,251,189,200,237,84,189, + 210,138,46,61,198,93,179,61,149,41,165,59,52,192,150,189,105,3,163,189,169,51,121,61, + 55,8,50,60,181,100,19,62,58,73,169,61,252,74,10,62,57,213,185,189,173,198,3,62, + 198,59,69,189,83,140,180,188,39,95,116,60,185,25,130,188,33,104,10,61,36,20,5,62, + 74,118,146,189,28,132,109,61,201,173,194,189,223,18,35,61,221,84,8,62,195,185,229,61, + 120,250,7,62,223,199,180,61,148,59,10,59,65,4,58,61,30,193,132,189,185,115,235,61, + 255,227,144,61,77,17,194,189,139,199,6,62,53,172,232,60,8,184,161,60,212,59,97,188, + 78,214,70,188,46,149,8,61,147,87,22,189,162,86,185,189,32,133,211,188,151,153,177,60, + 225,41,27,62,44,63,23,62,187,69,17,189,25,148,59,61,187,166,87,60,200,189,168,188, + 156,213,226,60,62,200,129,58,212,106,248,61,111,205,228,188,248,200,127,61,62,42,19,189, + 94,106,21,59,184,180,31,62,80,21,169,188,170,149,33,61,60,166,56,62,211,150,71,61, + 228,42,160,189,147,82,189,189,217,20,107,189,236,184,85,189,91,23,77,61,82,156,44,189, + 99,152,226,61,177,240,150,189,198,65,13,189,15,200,102,61,183,195,223,61,146,167,5,62, + 25,25,190,60,214,33,56,58,6,80,146,189,33,232,136,61,18,231,189,189,63,40,106,189, + 28,235,17,190,180,124,33,190,62,69,182,61,100,8,181,58,229,206,170,61,236,226,131,61, + 182,95,70,60,250,92,69,61,80,236,31,189,60,31,174,61,198,152,153,61,48,70,102,61, + 134,232,200,59,248,20,1,61,61,68,14,60,234,170,195,189,44,227,32,61,228,225,199,189, + 128,207,146,61,14,207,156,189,146,157,18,189,172,3,103,189,33,41,249,61,205,151,175,189, + 97,66,167,61,202,234,159,61,90,145,216,61,31,224,41,61,10,137,207,61,18,156,5,62, + 84,82,57,61,43,64,127,61,125,171,196,189,219,247,142,189,221,151,0,189,222,235,206,188, + 34,230,179,189,20,145,52,190,118,18,157,189,71,165,104,60,103,134,171,61,242,57,26,190, + 213,80,77,61,109,229,21,190,243,48,28,190,40,148,217,189,113,197,247,188,244,234,249,60, + 56,96,228,189,35,247,201,61,75,190,246,61,247,217,54,59,158,255,208,61,241,2,147,189, + 66,250,62,189,253,151,185,188,165,203,89,185,42,169,247,189,228,146,16,190,1,40,70,61, + 67,70,23,61,116,33,24,62,20,208,47,189,75,172,140,61,246,199,5,189,176,39,184,61, + 203,233,174,59,244,193,221,61,100,154,175,61,55,92,2,62,71,83,173,61,41,73,147,60, + 21,141,6,62,134,167,146,189,88,101,15,62,136,61,13,62,96,142,11,62,41,48,111,189, + 20,253,145,189,255,116,37,60,208,46,156,61,101,206,206,61,243,88,178,61,1,180,23,62, + 255,109,166,187,89,133,89,189,233,254,239,60,170,24,174,60,252,215,193,189,119,90,52,186, + 159,191,248,189,58,79,104,189,211,232,144,189,73,218,229,61,62,157,0,190,79,26,165,189, + 88,221,14,190,145,7,247,60,118,39,216,189,72,106,83,61,156,62,176,189,104,78,166,189, + 43,169,112,189,107,174,22,61,247,95,17,62,1,56,22,62,20,166,17,60,26,58,247,189, + 166,50,2,189,230,172,25,189,3,88,61,188,40,87,141,61,2,255,177,61,139,47,170,61, + 116,153,131,61,125,33,206,188,118,167,2,61,42,180,62,61,58,99,86,189,203,84,191,186, + 103,229,12,187,115,188,226,189,89,122,232,61,76,154,52,59,94,122,216,189,225,80,248,61, + 17,253,133,189,5,146,78,61,178,86,18,62,200,58,135,60,148,128,62,61,64,81,126,61, + 13,22,241,61,8,18,240,188,138,68,131,189,167,7,124,59,232,50,254,61,223,43,101,60, + 103,190,217,61,132,242,57,60,47,227,95,61,139,224,145,60,55,190,151,60,107,5,239,189, + 68,140,226,189,170,93,107,60,198,54,134,61,39,70,186,61,200,116,231,59,212,150,108,61, + 88,79,85,61,242,159,255,189,152,191,1,190,224,107,229,189,230,125,43,187,227,154,176,189, + 68,228,21,189,253,8,60,188,214,15,67,61,154,80,42,61,65,140,28,62,17,51,39,62, + 49,159,33,189,77,250,15,60,237,153,232,60,42,42,229,61,24,230,77,189,187,38,130,189, + 121,51,205,189,56,249,178,61,232,72,90,189,125,96,131,189,211,102,162,61,249,100,234,61, + 163,103,165,188,115,18,231,189,115,11,197,61,58,104,132,189,57,119,171,189,193,145,237,189, + 209,167,172,189,139,148,0,190,159,105,194,189,234,55,15,190,145,69,141,189,49,121,157,60, + 33,116,14,190,2,68,1,189,24,5,164,189,46,111,136,61,167,252,3,62,228,166,8,188, + 236,25,115,189,100,47,197,189,216,144,145,189,77,51,72,61,161,185,7,61,83,22,136,61, + 7,199,19,189,190,31,102,61,225,191,10,190,234,155,182,60,252,40,233,61,32,246,33,190, + 31,196,191,189,143,73,131,61,94,231,79,189,137,43,200,189,247,53,137,61,70,47,57,188, + 230,157,51,189,162,182,147,189,141,43,194,61,160,118,182,61,117,142,101,61,26,98,238,60, + 245,229,154,61,249,119,149,61,26,49,138,189,136,52,214,188,213,234,66,61,240,170,173,189, + 191,233,222,61,85,152,238,189,34,24,36,61,108,70,248,189,153,229,181,60,42,238,149,61, + 234,188,24,188,4,52,43,189,68,158,100,61,85,60,9,190,69,114,2,190,102,61,26,190, + 6,214,237,189,93,58,219,188,85,45,238,189,168,168,154,188,68,99,47,189,233,140,143,61, + 132,63,211,189,73,33,145,189,48,223,88,61,141,68,140,189,79,35,209,61,55,199,177,189, + 250,207,13,189,62,126,130,189,68,221,15,61,218,80,1,61,157,1,185,189,76,235,151,61, + 174,121,228,188,63,253,89,189,23,181,130,188,43,48,172,61,54,189,249,61,97,151,60,61, + 124,211,48,187,212,185,110,61,247,99,192,189,202,246,230,189,188,0,167,189,229,149,13,190, + 174,48,253,59,135,149,27,189,255,152,194,189,231,9,206,187,117,235,16,60,184,66,22,62, + 177,209,26,62,34,72,152,189,149,212,176,61,12,176,174,61,82,228,151,61,82,214,189,187, + 14,11,68,61,182,13,74,61,169,70,26,62,248,79,241,189,183,198,40,189,157,231,179,189, + 210,150,136,189,204,51,145,60,183,230,148,61,210,155,237,189,113,133,158,61,244,63,210,61, + 191,124,41,189,46,207,87,61,175,43,42,189,212,127,118,61,136,93,7,189,204,54,149,189, + 66,186,237,189,19,74,9,190,171,214,197,61,68,224,252,188,8,48,147,188,26,174,166,189, + 113,126,167,61,45,229,186,189,72,204,129,189,52,56,233,189,132,228,0,190,116,192,227,61, + 37,253,239,189,224,210,211,188,175,101,51,189,118,213,57,61,143,9,16,61,132,225,211,189, + 102,80,3,62,98,195,7,190,118,127,134,60,205,180,204,187,193,240,174,188,183,162,230,61, + 98,41,18,62,64,99,19,61,53,110,252,188,15,32,240,61,55,40,214,61,53,89,59,61, + 88,174,150,188,34,250,146,60,64,75,253,61,225,216,232,59,149,103,5,189,160,78,239,189, + 211,193,150,189,15,1,201,61,238,71,54,188,42,6,156,188,137,167,47,61,200,157,217,189, + 252,117,146,188,194,14,45,189,121,148,136,61,45,176,219,61,125,229,105,61,36,47,147,61, + 217,22,31,190,84,179,163,189,253,121,80,188,246,246,212,189,219,79,127,61,31,6,141,189, + 49,158,159,61,125,62,7,62,23,57,196,189,101,14,13,62,215,235,171,61,64,3,170,189, + 67,187,6,62,243,83,247,189,213,211,178,189,39,208,124,189,204,32,210,187,179,92,233,60, + 82,126,4,189,55,171,233,189,78,90,133,59,39,25,4,62,133,118,9,62,222,112,192,61, + 3,73,176,60,96,203,75,61,106,248,164,189,203,51,185,61,90,213,204,189,212,209,147,189, + 253,177,98,189,48,188,146,61,6,54,13,189,88,211,201,189,248,149,106,188,47,105,25,190, + 212,23,111,189,172,181,225,60,147,111,185,188,123,92,251,188,75,178,136,61,50,63,253,189, + 136,182,178,189,74,175,254,61,5,122,183,60,112,169,138,188,139,145,160,61,96,119,181,61, + 229,89,138,188,181,243,81,189,206,1,40,189,118,184,3,61,34,23,20,189,216,124,126,61, + 26,11,7,190,250,196,148,189,87,24,206,61,40,109,144,60,143,147,255,60,239,193,80,61, + 131,78,214,188,49,47,63,189,114,1,58,61,132,19,246,188,141,82,74,189,182,156,218,60, + 15,103,33,61,67,195,27,188,119,102,188,189,137,78,171,188,164,182,164,189,169,103,135,61, + 159,17,204,189,7,196,218,61,201,32,96,61,135,101,245,189,153,132,181,61,115,49,19,190, + 0,30,134,187,190,103,143,189,141,241,185,189,170,253,29,61,20,253,58,189,132,191,218,61, + 36,119,203,189,115,16,1,62,178,120,189,61,36,203,251,61,30,103,79,189,129,210,205,189, + 112,210,217,189,190,62,218,61,53,103,154,189,141,236,178,188,1,55,230,188,174,202,75,60, + 27,1,3,190,244,16,194,61,134,217,230,189,50,168,6,62,185,45,110,189,229,50,132,189, + 119,69,111,189,31,111,87,186,88,171,138,189,205,9,56,190,126,192,108,61,149,55,214,61, + 173,196,200,60,23,56,179,61,246,198,226,187,244,19,102,189,177,229,34,190,245,27,46,190, + 7,119,16,190,134,198,142,189,195,171,104,61,194,91,163,189,193,144,9,189,113,162,243,188, + 164,215,224,189,190,42,154,188,156,67,249,61,71,134,200,61,207,210,200,61,1,82,175,188, + 250,196,42,188,237,69,135,61,152,26,13,189,212,96,111,189,103,214,214,61,47,205,128,188, + 38,106,254,189,2,237,220,61,255,186,151,60,252,90,176,61,170,37,220,189,12,95,58,61, + 55,135,222,61,210,209,19,59,252,47,135,189,55,175,235,61,93,51,148,61,248,169,78,61, + 44,160,55,61,188,43,90,60,57,83,181,61,224,102,199,188,188,97,155,189,61,55,86,61, + 223,62,28,61,27,44,105,61,137,46,131,188,219,21,170,188,206,170,141,60,243,201,128,61, + 6,237,165,189,65,50,214,189,60,227,155,61,84,94,45,189,145,62,6,61,122,190,161,61, + 30,18,99,61,121,1,0,62,141,150,101,61,44,28,145,61,211,163,177,60,236,29,50,61, + 173,182,131,61,202,162,218,61,68,215,230,189,170,42,27,189,189,108,229,189,1,242,54,189, + 3,209,193,61,59,156,238,189,74,25,229,189,234,82,190,61,45,86,134,189,43,144,231,61, + 221,60,32,61,29,232,45,61,130,10,1,62,21,83,219,189,23,133,0,62,191,11,38,61, + 189,171,209,189,110,18,63,60,138,28,127,189,16,107,175,189,135,157,67,189,160,209,190,189, + 26,166,218,61,78,243,235,61,37,171,182,188,160,192,10,190,51,236,183,188,107,128,91,187, + 241,122,168,61,17,110,55,186,255,87,25,61,89,203,53,61,204,243,150,189,42,43,174,189, + 203,169,245,189,64,128,110,59,163,212,78,60,193,181,38,189,44,105,211,61,212,107,110,189, + 180,250,250,189,185,227,138,60,252,195,83,189,194,241,104,189,7,220,196,61,34,231,72,189, + 178,89,140,61,192,54,38,189,237,113,227,189,255,248,53,61,77,76,1,190,165,160,15,189, + 161,163,208,187,250,93,224,60,24,99,29,190,217,70,196,187,92,228,15,189,103,235,198,61, + 226,123,139,61,253,42,179,61,54,67,233,61,147,227,167,59,68,205,47,61,18,209,32,62, + 95,53,149,189,195,106,132,189,223,173,12,61,89,9,142,189,221,90,51,188,168,179,191,61, + 190,220,43,189,64,20,16,190,87,100,168,189,160,22,227,61,209,19,57,189,179,200,154,189, + 126,156,102,61,125,135,160,60,115,68,235,189,227,66,250,61,92,250,180,61,23,112,16,62, + 25,25,182,61,98,53,177,188,144,171,126,188,214,44,211,61,106,225,78,59,173,254,102,61, + 86,37,39,190,243,8,230,189,70,249,198,57,193,57,129,189,58,47,1,190,67,8,169,189, + 103,51,11,62,246,143,128,60,187,22,199,189,79,127,48,62,158,185,220,61,143,117,56,189, + 124,154,130,189,184,230,40,62,194,158,198,60,51,233,126,189,212,172,215,61,207,66,16,187, + 216,255,243,60,23,227,98,189,34,150,208,189,245,246,146,189,245,200,251,58,241,155,176,189, + 37,159,28,62,128,63,86,60,72,243,98,189,248,149,113,61,97,179,235,189,18,169,123,189, + 88,228,123,61,226,37,237,189,61,127,137,61,131,197,162,186,50,120,6,190,52,216,36,190, + 16,124,140,60,181,155,45,61,210,117,31,189,11,197,250,189,247,123,166,189,105,85,255,59, + 159,177,89,187,225,124,252,60,72,106,207,60,251,225,1,58,73,152,174,61,125,196,32,62, + 67,253,11,62,151,210,18,62,94,220,211,188,83,72,210,188,143,150,213,188,141,59,207,60, + 10,102,26,61,87,141,6,189,209,234,228,189,117,114,159,189,244,74,46,62,89,50,66,187, + 204,248,71,60,170,207,96,189,159,98,24,189,109,30,121,61,15,24,176,61,82,124,23,189, + 148,78,43,189,208,18,244,61,116,16,98,189,78,9,177,189,173,252,47,188,116,116,19,62, + 175,97,52,61,233,168,24,61,44,15,165,185,72,27,218,61,7,120,55,189,113,71,236,61, + 29,255,238,60,222,220,214,60,245,243,44,61,80,190,82,189,97,44,20,62,42,231,158,61, + 207,121,221,189,42,149,19,190,124,124,78,189,56,19,149,61,162,35,186,189,67,85,221,61, + 165,191,165,189,102,139,3,190,95,218,97,61,116,209,187,189,43,1,2,189,216,128,94,189, + 114,226,191,188,94,185,5,190,131,157,11,190,128,184,103,61,197,80,164,188,125,253,183,189, + 249,37,228,187,213,197,3,190,56,36,214,186,53,32,245,60,93,113,204,61,164,251,21,190, + 124,148,73,189,28,166,223,61,53,76,50,62,110,130,89,189,207,10,204,61,53,238,198,61, + 192,182,0,62,138,157,95,189,229,247,12,62,114,201,7,189,189,191,141,189,59,26,43,61, + 216,122,14,62,84,198,139,189,55,27,185,61,33,21,239,186,225,179,105,61,232,104,254,61, + 127,36,68,61,108,95,218,189,49,227,239,188,76,16,19,61,56,237,4,190,179,6,185,60, + 134,37,135,189,162,32,71,188,98,190,141,61,22,183,223,189,83,134,184,189,229,148,89,61, + 86,24,25,190,234,252,156,61,158,253,2,190,91,206,150,188,70,111,211,60,46,13,128,61, + 121,243,169,189,200,164,125,60,59,34,93,61,160,67,234,61,153,219,219,189,38,143,138,189, + 155,69,45,61,82,175,151,59,68,55,185,189,236,64,243,189,186,144,246,189,1,229,190,189, + 14,122,185,189,38,133,1,190,214,234,26,190,236,236,150,188,77,196,85,61,205,19,207,189, + 229,56,226,188,190,14,25,189,41,44,253,60,203,131,4,190,137,129,218,188,89,48,202,61, + 234,183,140,61,243,130,39,190,147,253,45,189,126,109,151,188,35,35,138,189,134,66,232,189, + 229,246,235,189,220,180,162,61,62,87,88,189,222,244,136,188,143,124,15,61,49,109,182,189, + 103,247,181,59,52,126,153,61,200,187,184,189,167,73,234,60,75,163,143,188,165,108,130,61, + 15,91,164,61,90,76,197,60,197,226,140,187,3,173,222,189,146,94,137,61,219,119,210,61, + 46,108,240,188,105,254,241,189,221,242,2,62,86,172,176,188,230,82,35,61,109,45,209,188, + 114,84,202,61,179,232,15,62,89,144,182,61,232,37,44,189,191,76,199,61,138,96,124,61, + 177,186,214,59,250,134,240,189,177,47,144,189,87,180,24,190,189,151,18,62,207,203,71,62, + 234,235,17,62,208,71,222,61,64,250,201,61,75,173,221,61,223,79,192,189,102,62,137,189, + 176,160,20,190,214,105,10,189,40,190,60,188,166,187,123,60,91,90,241,189,70,159,15,189, + 192,23,9,190,231,249,7,190,113,155,185,186,84,250,29,190,172,163,145,60,37,113,24,190, + 115,209,242,189,51,95,81,189,131,150,31,190,9,161,177,61,13,231,179,61,228,111,201,189, + 138,216,106,59,50,194,52,61,168,159,136,60,181,71,65,189,68,121,36,190,118,15,150,59, + 226,9,91,190,137,22,230,189,223,222,158,189,90,150,6,190,183,179,11,190,194,139,82,190, + 65,126,162,189,89,135,213,189,186,114,1,61,8,130,10,190,126,12,150,60,211,26,169,189, + 157,125,26,190,143,38,247,189,126,126,211,189,129,33,176,189,111,115,228,189,19,145,72,189, + 100,0,186,60,129,79,151,189,134,226,102,189,158,125,175,188,196,35,159,189,231,122,52,189, + 218,67,17,189,68,200,22,62,132,93,210,189,97,150,132,61,215,206,219,59,237,92,75,188, + 37,93,35,189,185,94,194,61,40,192,14,62,153,196,217,189,141,105,155,61,211,158,195,61, + 53,250,233,60,120,230,240,59,11,222,220,61,161,222,42,59,128,6,24,189,156,233,17,188, + 68,85,53,61,78,79,4,61,93,157,23,188,163,29,35,61,50,133,243,60,38,62,243,189, + 117,20,215,60,196,63,148,61,114,44,228,186,253,208,26,189,255,192,161,61,3,4,26,190, + 228,117,194,189,240,60,201,189,210,5,174,61,172,41,37,190,206,163,204,185,207,41,15,190, + 152,187,71,188,210,122,33,61,129,21,55,189,77,58,254,61,7,32,224,187,196,252,148,189, + 35,30,23,61,237,128,163,61,160,230,118,59,149,113,243,61,61,184,174,189,225,76,124,61, + 18,60,194,61,116,181,173,61,171,173,119,60,126,27,92,61,62,10,197,189,237,23,179,189, + 62,119,89,60,25,216,194,187,138,230,226,61,76,222,219,61,160,165,207,61,91,109,127,189, + 59,69,220,189,22,11,9,190,29,238,45,61,151,28,6,190,118,251,13,190,145,238,136,189, + 94,155,234,189,34,66,78,189,71,69,161,189,185,31,84,189,232,37,33,62,175,148,42,59, + 204,219,19,62,7,43,18,61,240,88,134,60,26,96,33,187,173,121,116,189,14,239,149,189, + 244,97,5,62,5,128,104,189,58,108,34,190,50,145,168,61,144,181,49,189,49,149,20,190, + 242,165,38,190,149,198,37,190,232,145,28,190,5,108,215,61,247,249,152,61,145,238,25,188, + 180,202,12,190,213,225,90,189,216,208,19,190,138,173,32,61,23,215,29,189,234,204,162,188, + 156,101,6,189,3,77,153,61,197,100,176,61,121,85,46,61,45,141,123,189,240,29,131,189, + 193,136,104,189,106,153,36,190,180,77,154,61,35,112,142,189,45,165,131,61,32,253,196,189, + 161,92,153,188,103,27,238,60,249,182,19,190,42,51,68,61,70,96,242,189,221,104,44,60, + 20,85,238,188,122,69,164,61,255,251,6,62,82,135,226,60,229,193,215,187,185,233,143,189, + 167,71,94,61,71,217,104,189,45,38,156,61,144,199,32,189,7,46,230,61,141,10,10,62, + 1,26,22,62,64,96,84,61,111,224,204,61,82,102,224,189,90,37,226,61,108,152,127,189, + 66,242,244,60,74,53,1,189,62,59,101,189,147,106,152,189,150,7,167,61,6,133,162,189, + 74,19,188,188,179,98,149,61,233,26,168,60,69,10,228,189,160,79,12,190,94,76,148,189, + 139,141,247,61,82,79,212,189,136,162,157,61,139,58,211,61,208,122,102,189,25,31,128,189, + 177,174,211,189,71,180,141,60,55,246,207,60,12,43,106,61,53,178,229,61,1,148,226,61, + 196,245,1,60,243,9,129,60,60,143,73,61,147,242,164,60,159,180,51,61,24,61,37,189, + 112,177,5,62,100,47,53,59,148,86,208,187,192,173,252,189,213,61,220,189,63,52,76,185, + 237,112,150,188,57,244,135,189,41,146,146,61,186,152,8,188,240,77,105,61,136,35,2,62, + 217,138,93,189,188,165,86,189,225,177,197,187,159,73,205,59,108,71,183,189,52,128,9,189, + 150,85,121,60,93,125,206,61,92,191,58,62,211,176,222,61,48,4,137,60,199,187,189,188, + 210,26,197,60,71,208,150,188,92,153,10,189,10,247,1,61,17,72,255,189,150,40,0,190, + 205,57,18,188,188,71,75,189,133,9,157,189,143,239,13,190,16,193,165,61,143,89,132,188, + 45,134,177,189,247,142,136,189,12,246,232,60,65,63,221,189,13,136,42,59,174,217,203,187, + 147,5,250,59,123,24,146,60,190,21,1,190,47,43,215,60,213,188,149,61,206,207,248,188, + 245,135,205,60,206,95,194,189,239,52,33,188,152,114,75,59,157,19,211,189,12,68,72,61, + 13,241,44,190,116,8,172,189,178,15,219,189,47,37,215,189,112,81,224,189,176,71,32,190, + 212,151,158,59,139,57,38,189,171,139,1,190,102,222,81,188,82,97,8,189,25,66,79,61, + 177,20,237,189,231,135,59,189,39,76,172,60,229,55,77,61,81,197,141,59,66,92,23,61, + 27,85,20,62,56,191,236,188,85,52,238,61,22,104,20,62,211,60,193,189,55,22,137,61, + 97,49,229,61,144,123,143,59,72,32,183,61,147,143,5,60,139,231,227,61,8,192,107,60, + 96,226,156,189,219,125,235,61,54,199,67,61,105,242,244,61,252,218,5,61,77,161,130,61, + 183,235,164,61,210,218,184,60,33,140,18,189,96,229,202,60,60,95,221,189,55,178,178,187, + 100,124,91,189,226,163,129,58,19,112,237,189,122,164,79,61,0,163,54,190,12,185,250,59, + 122,240,61,61,216,134,47,190,213,250,160,61,92,82,23,190,233,13,141,189,230,20,41,61, + 62,90,130,189,145,250,218,61,19,245,168,189,67,186,34,189,156,226,211,189,41,253,148,189, + 143,81,5,62,139,248,198,61,147,143,5,60,180,151,45,60,237,60,251,189,164,31,207,61, + 56,103,21,188,91,9,111,189,117,220,245,189,184,115,199,61,254,164,55,61,19,94,173,61, + 44,175,151,60,90,227,158,189,132,170,153,61,164,67,39,61,69,160,153,61,30,90,11,188, + 204,234,76,189,56,16,246,61,7,207,105,61,73,253,36,189,136,164,253,60,22,186,77,188, + 253,214,136,59,22,115,185,61,241,146,200,189,226,49,6,62,142,129,210,61,143,122,111,60, + 18,165,61,189,110,24,25,61,218,208,142,189,116,9,223,61,77,212,100,189,140,76,48,61, + 132,114,246,189,76,90,138,61,155,167,202,61,201,28,217,61,134,195,7,60,48,128,162,61, + 244,172,65,61,195,208,192,61,185,9,169,61,164,138,248,189,81,148,28,60,61,152,90,189, + 144,254,136,189,43,100,207,61,200,43,142,188,113,157,193,60,178,125,184,61,238,94,207,61, + 140,90,162,61,51,48,197,188,72,103,1,190,153,205,19,190,36,211,133,60,135,211,1,189, + 96,53,251,189,160,2,161,60,141,72,162,61,208,36,250,60,27,5,146,189,138,83,192,188, + 64,117,8,190,206,238,159,60,95,246,25,190,197,235,129,61,211,152,164,189,164,226,128,189, + 217,6,2,190,21,21,77,189,178,204,234,188,38,138,148,189,133,229,201,61,49,137,179,61, + 165,71,226,189,221,116,179,59,10,223,123,61,196,26,19,62,128,9,188,188,238,215,195,61, + 208,3,78,61,233,54,28,60,133,253,23,62,226,106,117,189,227,2,55,62,124,56,11,62, + 48,53,238,188,241,152,131,61,89,115,19,62,69,93,66,61,148,240,125,61,53,25,108,61, + 78,28,90,189,168,234,218,60,127,164,187,189,56,216,201,61,1,224,146,189,146,34,191,60, + 184,202,86,189,46,170,102,61,179,73,52,188,95,214,135,61,15,85,90,189,187,5,209,189, + 61,80,1,61,172,167,227,189,197,226,52,190,63,22,127,187,124,218,11,190,212,73,204,189, + 140,233,157,189,248,13,129,188,118,68,154,189,46,104,144,189,34,138,108,189,100,126,148,61, + 148,95,152,60,74,94,172,189,99,213,211,189,142,253,165,58,11,105,20,61,127,18,142,188, + 9,1,137,61,72,24,221,61,61,16,29,61,146,30,75,61,80,146,172,61,235,81,31,189, + 230,6,232,60,104,81,226,61,125,71,137,189,178,229,27,60,82,121,17,189,172,107,176,189, + 155,203,192,61,64,109,6,62,61,252,97,189,92,36,91,61,209,29,88,61,23,202,123,61, + 175,41,162,61,141,124,5,62,137,239,220,61,67,46,244,189,4,204,75,189,204,122,154,61, + 37,197,167,189,33,89,175,60,215,174,119,189,2,16,1,61,190,79,146,61,173,76,49,61, + 233,236,199,61,141,188,133,188,111,87,144,61,17,161,0,61,216,223,117,189,250,160,248,189, + 123,86,203,61,112,147,147,189,160,231,139,61,137,179,56,61,161,192,91,189,184,250,17,190, + 242,142,71,188,108,76,162,189,190,173,163,60,150,16,154,189,5,59,181,61,20,23,11,190, + 30,237,23,189,239,142,236,60,9,196,138,60,16,25,225,61,30,58,67,189,23,55,226,189, + 170,165,198,61,39,218,60,61,155,176,204,61,124,208,136,189,78,251,147,189,140,174,89,189, + 178,34,106,60,104,168,73,61,101,16,104,189,119,60,9,60,127,11,129,187,176,145,20,62, + 115,67,8,189,188,66,44,62,57,90,48,189,241,99,180,188,50,23,149,189,220,183,7,62, + 17,178,131,189,142,122,175,61,123,159,194,188,48,188,33,62,38,191,6,61,250,200,220,189, + 210,102,42,61,99,235,18,61,75,148,245,189,226,146,37,61,198,76,20,62,238,77,105,61, + 126,148,131,60,24,139,61,188,170,105,105,61,201,235,38,189,138,202,29,62,96,111,20,62, + 20,209,192,61,165,24,171,188,223,98,205,189,4,199,154,189,218,141,11,62,244,189,14,190, + 192,120,21,190,180,97,246,188,243,26,172,60,69,20,33,190,187,225,12,190,149,76,165,57, + 119,57,71,189,3,233,186,61,133,71,12,61,2,14,0,190,241,159,3,190,159,235,193,61, + 90,181,181,188,118,212,77,189,253,195,84,61,27,127,179,188,17,37,153,61,212,94,51,61, + 92,26,187,189,0,168,20,190,195,4,34,61,35,104,245,189,96,94,87,189,11,3,150,60, + 61,109,179,189,129,62,128,61,21,179,228,189,125,195,159,60,220,134,112,57,182,175,19,61, + 1,241,20,190,112,7,117,59,17,134,140,61,48,140,178,189,55,110,12,61,192,167,113,59, + 44,68,0,62,145,6,176,188,183,243,40,60,107,12,61,189,234,186,108,188,102,158,105,61, + 9,156,246,189,170,148,0,62,32,228,31,62,177,28,205,61,225,92,2,62,81,172,37,189, + 57,244,122,60,149,37,41,187,158,254,207,189,225,233,68,189,122,238,63,189,155,187,9,189, + 25,207,248,189,87,78,186,189,127,125,4,186,183,192,205,187,8,232,222,189,226,180,52,61, + 98,58,182,61,125,114,3,62,140,168,6,62,41,211,163,189,248,158,185,188,34,206,38,189, + 224,196,65,61,231,169,103,61,246,119,71,61,223,136,199,61,200,117,242,61,241,49,253,188, + 92,89,12,62,119,207,8,62,196,164,102,61,128,186,193,189,93,239,60,189,244,87,158,61, + 40,92,168,61,124,57,39,62,237,191,218,61,249,131,175,61,204,111,230,60,232,167,237,61, + 171,139,35,189,152,255,134,61,151,245,73,189,1,25,138,60,249,47,190,61,242,217,149,61, + 121,189,182,188,78,88,39,60,240,233,142,189,42,204,145,61,179,129,213,61,253,115,93,61, + 136,44,28,190,20,36,214,189,211,89,200,61,206,187,203,187,207,1,214,61,207,89,205,61, + 244,39,56,189,188,64,186,189,164,3,17,190,152,74,24,61,18,145,90,61,29,43,24,189, + 83,181,10,190,190,237,165,189,244,167,124,187,118,91,124,61,162,82,78,189,29,235,189,189, + 123,88,202,189,239,119,0,62,146,150,83,61,17,48,216,189,11,40,171,189,216,80,245,189, + 229,70,174,60,38,242,95,189,177,173,210,59,2,239,57,188,18,228,223,189,170,2,227,189, + 254,108,192,189,41,43,154,189,85,254,139,187,81,193,186,189,90,180,240,188,184,77,43,189, + 157,184,203,61,18,227,185,189,12,4,217,61,55,57,250,189,161,178,254,189,25,67,20,61, + 126,197,192,189,87,140,110,61,26,14,172,189,15,129,210,61,156,162,3,62,242,28,14,59, + 128,226,207,60,69,136,250,61,63,44,145,61,159,198,5,190,203,67,181,59,201,50,3,190, + 62,248,186,61,78,249,80,189,149,246,14,189,198,227,185,189,152,46,158,189,27,2,254,60, + 172,155,1,62,28,132,94,189,119,17,253,60,172,153,17,62,117,134,10,62,40,55,174,188, + 126,60,13,62,2,135,113,61,66,206,10,62,84,3,84,60,192,113,222,189,137,63,246,188, + 119,201,75,61,223,61,160,61,173,155,8,190,48,44,232,61,86,73,249,189,143,190,169,61, + 147,79,56,62,85,153,156,61,61,175,123,60,64,147,239,61,4,37,200,186,66,158,42,190, + 167,20,12,190,81,185,194,61,14,3,13,62,162,211,67,61,188,218,231,189,166,170,8,190, + 13,239,174,189,242,113,15,62,44,179,243,189,180,111,134,188,132,128,204,189,110,150,177,61, + 85,61,204,189,71,234,14,189,9,94,117,189,241,57,233,189,44,1,194,61,145,42,143,59, + 193,162,223,61,213,241,123,189,131,178,105,61,205,94,124,189,140,32,6,62,179,187,240,189, + 233,195,65,61,94,19,208,61,222,239,152,61,182,34,119,189,201,24,207,61,185,217,96,61, + 44,178,45,188,69,170,43,189,11,203,189,189,103,183,40,190,117,146,231,189,80,42,16,189, + 158,184,126,61,14,6,170,60,90,44,184,189,170,222,49,61,144,137,16,189,27,130,16,62, + 52,35,17,190,202,99,40,189,71,17,183,189,202,246,162,60,166,137,26,61,90,0,178,58, + 16,44,236,61,234,52,165,189,192,92,106,189,106,162,18,61,230,145,121,61,198,183,31,62, + 151,200,61,61,51,163,136,189,103,6,194,188,205,130,91,61,151,12,70,189,156,133,185,61, + 32,131,141,61,123,104,135,189,179,224,123,189,79,241,187,189,68,244,85,189,247,142,29,62, + 165,101,206,188,122,155,128,188,98,128,92,61,6,61,4,59,15,252,181,185,59,179,142,61, + 198,23,180,189,192,238,173,189,128,174,26,190,29,72,174,60,137,202,171,61,124,253,254,189, + 214,238,130,61,81,236,127,189,177,141,181,60,105,22,186,61,169,74,154,61,52,253,63,187, + 12,76,226,61,155,234,124,189,244,118,170,59,106,203,164,61,119,127,137,61,214,247,194,189, + 7,128,215,61,86,41,125,190,168,74,9,190,17,188,191,187,66,173,130,189,203,100,22,62, + 246,194,90,187,100,46,46,189,188,212,5,62,88,225,185,187,184,223,105,187,42,104,208,189, + 119,211,15,62,235,206,42,189,58,55,162,61,28,198,28,188,160,136,27,188,240,137,142,61, + 81,97,195,189,162,161,163,188,88,188,247,189,108,238,113,62,163,47,241,61,102,219,27,189, + 227,151,253,188,37,123,84,60,244,173,166,60,131,166,147,60,223,199,32,190,255,65,149,189, + 62,25,9,62,12,48,85,188,21,183,196,189,95,178,192,189,172,37,160,60,207,13,34,62, + 224,148,194,61,158,127,3,189,227,54,15,190,52,13,67,62,12,53,99,189,136,67,68,190, + 212,94,12,189,107,145,223,188,179,103,179,190,84,173,158,60,4,224,159,189,46,144,133,188, + 23,4,128,190,87,41,53,61,227,219,179,61,116,23,99,190,86,143,151,189,229,131,98,188, + 107,242,161,189,160,21,168,187,99,75,57,189,172,24,147,188,51,97,48,190,211,7,62,61, + 193,146,180,60,98,112,23,62,170,35,148,188,104,182,116,59,237,147,106,60,255,233,174,188, + 123,182,143,190,254,25,59,190,203,225,211,189,72,175,141,61,208,212,218,59,231,165,171,60, + 89,212,232,61,216,139,36,190,65,60,68,189,14,9,134,189,98,128,245,60,224,218,10,190, + 100,62,184,60,32,93,165,189,67,35,140,190,237,103,14,61,222,102,180,189,246,77,132,189, + 94,56,214,189,32,241,80,61,108,23,49,62,237,227,104,59,185,189,170,61,112,125,131,59, + 10,42,57,189,48,197,46,190,209,230,65,190,247,194,165,189,182,38,32,59,175,7,102,61, + 189,105,170,60,24,158,128,190,13,194,165,189,110,60,84,62,50,96,1,62,0,59,85,61, + 107,155,131,188,224,219,239,61,131,18,141,189,96,49,93,189,31,61,194,58,92,105,45,61, + 0,91,134,61,96,118,186,61,154,94,87,60,80,138,165,189,78,209,240,189,197,82,16,57, + 1,107,86,61,169,74,223,60,31,141,172,189,208,35,121,61,113,184,164,61,101,186,6,190, + 66,107,145,189,188,74,111,188,240,128,25,62,188,168,149,189,180,24,20,60,54,47,153,189, + 51,110,9,61,57,123,225,60,157,116,173,189,174,126,224,61,152,232,208,60,13,149,157,61, + 53,14,210,60,150,202,13,61,4,0,144,60,5,40,202,189,61,134,93,61,1,157,27,62, + 33,134,187,189,103,239,155,189,185,53,64,189,202,49,213,60,35,91,0,190,190,251,189,188, + 189,142,30,62,221,171,15,189,125,169,208,61,86,72,61,188,158,52,15,190,217,236,35,188, + 54,233,129,189,141,30,220,189,81,188,157,189,97,246,137,189,192,56,138,60,58,118,220,189, + 255,154,183,60,132,217,50,62,237,84,15,190,26,91,32,62,14,89,152,60,165,32,44,190, + 82,207,31,60,167,70,15,189,63,76,250,60,239,160,137,189,45,8,65,190,102,87,194,61, + 137,185,167,189,123,154,129,61,166,162,183,60,83,6,107,60,70,170,20,190,78,62,188,61, + 249,40,62,189,78,4,39,61,184,255,219,189,193,245,175,189,7,240,141,186,228,172,238,189, + 107,189,116,189,193,194,28,190,111,200,46,189,196,178,87,189,22,248,223,61,52,85,110,61, + 96,245,45,61,85,91,191,61,9,163,210,61,194,254,1,190,24,9,215,61,106,147,221,188, + 255,210,187,186,21,185,242,189,156,35,45,189,79,241,81,189,121,12,4,188,111,224,151,59, + 214,122,146,61,188,6,9,61,17,129,88,61,67,200,153,189,29,130,80,61,139,118,91,60, + 10,237,162,189,74,78,108,61,27,152,89,189,182,44,196,188,138,187,107,190,190,186,164,189, + 142,207,202,187,55,238,91,61,66,251,70,60,209,72,79,62,212,188,46,61,211,92,246,187, + 110,231,71,189,190,19,46,189,148,213,57,189,210,70,184,188,23,58,32,190,66,6,36,189, + 155,102,76,60,252,73,6,189,224,164,45,61,239,51,142,61,130,41,201,189,31,30,101,62, + 7,159,97,189,90,226,25,188,208,9,56,60,158,0,139,62,97,230,0,190,194,116,10,188, + 78,12,89,189,109,123,206,188,204,229,149,190,249,95,248,61,193,112,168,60,251,98,118,61, + 10,186,47,60,155,198,157,61,36,253,36,61,55,200,125,190,128,236,10,61,172,164,77,61, + 212,171,130,61,218,51,148,60,64,231,191,61,158,45,137,189,48,255,78,189,96,205,101,61, + 193,244,157,189,236,0,247,60,34,70,125,189,144,105,164,189,111,173,182,61,24,51,212,60, + 139,16,193,189,95,91,86,60,49,174,78,189,80,249,16,62,68,187,55,189,78,66,153,61, + 54,102,58,60,224,39,215,188,117,75,13,189,126,53,158,185,18,116,248,61,75,93,9,188, + 174,110,221,188,146,229,219,188,188,176,192,190,75,79,156,60,14,41,246,189,17,77,1,190, + 50,72,223,60,134,171,220,189,33,75,144,60,87,110,198,189,221,92,242,189,156,121,3,60, + 102,18,188,189,24,75,14,190,209,193,96,190,42,91,157,61,108,164,51,189,191,158,227,61, + 130,64,136,61,211,206,90,190,213,106,166,60,165,113,51,61,50,96,41,62,124,203,6,189, + 150,15,242,189,43,222,6,62,116,12,71,189,97,147,216,189,212,180,14,61,135,53,230,187, + 98,98,178,189,192,237,138,61,50,59,33,62,37,160,255,188,57,86,82,60,30,13,192,188, + 236,125,214,188,58,152,155,189,0,50,137,188,110,91,142,61,227,214,137,61,142,20,12,60, + 30,165,206,61,100,34,21,61,246,210,129,189,166,220,168,189,16,247,157,188,75,42,54,61, + 32,109,239,60,229,52,29,62,3,164,42,60,15,186,240,59,123,26,157,189,145,40,32,189, + 25,61,234,61,212,29,14,189,143,47,4,61,223,196,238,61,224,87,70,188,147,128,214,61, + 60,151,19,190,144,120,216,188,124,2,241,61,11,172,169,189,130,215,154,187,179,218,184,189, + 243,40,127,189,32,174,9,189,132,16,142,189,81,216,179,61,121,95,161,189,136,32,182,189, + 45,103,38,61,221,116,38,189,178,44,80,61,245,157,139,188,8,72,79,189,198,185,180,189, + 125,154,222,189,210,158,40,62,6,150,5,189,225,200,245,187,144,217,143,60,28,211,10,190, + 242,238,184,189,125,161,0,62,72,19,37,61,43,220,226,189,180,197,106,190,145,158,109,62, + 188,56,23,190,102,155,145,190,112,250,133,61,210,149,176,61,118,134,52,190,160,79,42,62, + 181,28,160,188,29,231,253,188,222,196,160,190,201,51,3,62,192,164,93,62,195,217,55,190, + 112,54,133,190,3,146,221,61,14,130,191,61,247,3,185,189,117,61,76,62,197,168,173,61, + 105,225,38,188,165,251,245,189,187,218,2,62,177,92,255,61,55,236,143,62,17,241,27,189, + 252,68,243,61,108,63,166,190,221,173,134,190,131,121,134,190,133,46,75,60,213,77,159,62, + 110,248,197,61,212,46,163,61,94,139,140,60,138,168,131,190,57,4,25,190,64,250,200,187, + 38,133,55,62,204,92,87,190,105,48,77,190,1,252,231,60,55,4,140,190,181,199,113,61, + 56,49,118,189,183,179,242,188,73,16,204,189,53,255,19,62,136,203,162,189,46,74,4,190, + 13,219,173,61,150,95,46,190,49,175,95,190,142,227,36,190,142,110,58,190,49,37,37,190, + 115,162,134,62,36,54,100,62,192,15,191,60,230,24,73,190,144,35,131,190,137,40,124,61, + 214,112,206,61,140,62,31,190,98,216,255,188,104,171,235,59,128,24,136,60,82,85,166,188, + 2,136,48,189,110,38,124,61,108,170,46,62,181,172,33,189,92,199,239,61,95,95,128,189, + 221,8,137,61,56,232,166,61,153,44,254,61,215,0,185,61,224,255,102,188,55,186,206,61, + 118,24,191,60,217,12,221,59,158,42,178,189,202,127,13,62,129,7,103,189,227,227,25,190, + 155,205,137,189,58,46,219,61,133,65,163,189,2,77,218,61,210,120,185,189,151,199,148,62, + 33,191,156,189,51,11,144,61,212,19,193,61,244,170,82,60,252,168,253,61,33,214,231,188, + 146,215,36,62,245,82,1,62,17,113,3,190,21,193,190,189,1,14,166,59,111,33,21,189, + 205,159,51,189,181,139,150,60,46,166,32,62,98,147,34,190,201,6,15,61,208,93,142,61, + 49,179,178,189,19,164,173,60,135,14,253,61,253,201,170,189,45,236,41,61,170,218,58,189, + 170,3,145,188,60,61,190,189,51,38,235,187,250,116,172,60,79,217,36,61,44,184,149,58, + 90,97,129,188,193,86,20,61,63,39,37,61,115,71,144,189,195,127,46,62,52,122,195,188, + 205,41,7,189,66,114,62,62,150,68,217,189,165,219,211,189,64,149,25,61,188,231,64,59, + 199,109,213,189,88,110,183,61,238,193,213,188,239,249,93,187,151,10,249,60,202,206,35,185, + 43,66,177,188,134,159,71,190,210,127,213,59,234,122,40,190,255,78,41,189,212,25,74,61, + 222,21,160,188,157,201,209,61,236,71,254,188,136,173,253,59,108,168,16,189,171,190,65,61, + 205,238,67,62,247,255,192,61,102,252,39,61,103,35,138,189,68,57,228,189,135,224,148,189, + 170,21,90,189,183,89,249,61,69,24,246,61,7,148,116,189,185,232,215,189,37,77,62,190, + 247,84,233,188,142,87,222,189,214,12,217,60,144,99,244,60,103,45,108,189,207,177,178,189, + 146,42,147,189,209,98,172,188,65,227,145,189,126,61,197,61,209,160,173,188,11,156,66,61, + 156,162,175,61,94,16,116,61,21,237,168,188,246,24,184,60,42,103,28,189,22,181,10,190, + 173,102,100,190,160,67,177,189,153,89,243,61,80,108,168,61,114,67,163,61,84,192,249,189, + 228,219,24,61,141,32,2,62,39,121,181,188,96,252,82,189,33,181,64,189,183,203,4,62, + 0,174,142,188,136,197,168,188,13,192,240,188,5,31,161,61,165,54,46,190,39,157,247,61, + 57,43,129,188,167,138,192,188,37,83,43,190,59,73,53,189,22,119,240,60,18,225,129,188, + 124,196,159,61,111,180,174,189,74,7,43,61,194,114,218,189,77,209,174,189,159,220,139,189, + 169,182,16,190,120,35,95,188,9,83,3,61,128,231,176,187,201,50,178,189,62,214,228,61, + 22,15,62,189,0,65,71,62,121,235,32,61,186,30,178,60,171,13,110,61,95,99,48,62, + 97,2,57,189,137,94,128,61,230,204,210,189,31,10,240,61,26,249,229,61,62,238,192,60, + 41,174,181,189,177,126,15,62,1,244,191,61,100,78,43,61,193,209,237,189,221,125,153,61, + 165,56,25,61,68,5,36,190,210,122,177,61,110,65,166,60,148,98,49,62,5,68,216,60, + 237,221,78,190,83,209,119,189,160,133,16,188,100,28,189,61,203,103,239,61,161,228,10,61, + 192,54,187,188,243,57,210,189,106,247,238,59,163,196,170,189,3,158,16,190,118,142,67,61, + 160,154,75,187,121,147,52,189,39,193,221,188,144,255,4,190,154,132,65,188,9,227,250,61, + 135,235,31,62,223,167,171,189,57,153,160,61,39,174,52,190,252,192,36,61,51,26,39,189, + 213,161,147,61,89,38,246,58,152,218,250,189,106,60,113,62,225,129,168,61,173,97,75,190, + 48,43,153,189,43,159,86,61,238,172,118,190,182,73,206,59,61,159,82,189,241,233,159,61, + 168,162,42,189,15,116,5,190,90,124,36,190,15,20,143,189,241,121,5,190,247,147,221,61, + 144,25,248,61,57,54,51,62,109,227,39,61,254,17,237,189,117,195,148,60,76,11,250,189, + 133,44,236,189,1,186,205,61,121,121,55,60,116,172,13,189,11,246,220,189,70,21,91,62, + 70,147,114,60,170,221,25,60,71,232,247,188,53,165,161,61,76,112,19,61,40,165,180,189, + 117,1,54,62,148,13,17,190,221,211,217,61,86,113,53,189,186,232,26,61,103,234,6,62, + 57,22,133,62,229,246,115,62,61,234,33,62,33,91,180,189,212,132,57,190,194,79,21,190, + 90,193,21,190,10,158,26,62,196,243,21,62,185,45,181,188,10,61,6,190,71,137,98,61, + 106,8,247,189,84,248,115,62,10,119,177,187,124,107,178,189,148,233,173,189,104,94,254,61, + 129,201,147,190,141,65,109,62,234,218,118,61,42,93,240,60,173,241,188,189,131,26,149,189, + 172,137,30,59,4,133,182,190,72,100,24,190,117,127,197,60,62,221,187,61,216,213,211,60, + 3,139,121,62,83,157,170,188,203,136,46,61,152,34,0,189,51,59,237,188,220,18,228,61, + 88,46,85,62,254,230,105,189,170,15,145,62,107,110,100,190,89,111,16,190,254,227,87,190, + 160,228,199,186,187,171,220,61,222,230,7,189,53,12,187,60,90,209,96,60,243,231,73,190, + 36,195,209,189,54,174,255,60,233,121,6,62,80,210,55,190,56,104,31,189,127,51,10,61, + 101,100,67,190,207,134,222,60,64,24,229,189,91,235,25,61,246,133,22,190,7,111,96,61, + 24,127,54,61,26,188,168,189,239,63,50,61,17,175,37,61,190,0,93,190,205,228,1,190, + 94,73,17,190,226,186,91,189,254,106,150,61,252,38,71,62,40,98,152,61,184,171,56,190, + 250,50,2,190,125,114,54,62,109,120,251,60,189,212,155,189,239,103,35,62,223,210,206,190, + 135,251,154,59,194,65,129,61,221,217,54,62,16,142,1,190,212,135,207,61,145,140,51,190, + 146,255,140,61,112,109,192,187,156,140,114,61,11,50,16,62,121,146,31,60,21,36,109,62, + 188,7,162,61,47,218,146,190,95,179,113,61,187,68,34,61,44,211,71,189,99,233,141,189, + 191,20,244,189,122,62,158,189,244,246,13,61,153,40,182,189,58,164,28,190,119,95,18,61, + 106,99,103,190,64,210,156,62,117,84,119,189,219,201,45,62,170,21,151,188,62,184,7,190, + 236,227,84,61,107,87,176,189,107,146,139,188,84,105,51,61,216,14,21,61,172,44,147,185, + 78,64,39,190,234,155,69,62,38,119,194,60,230,161,153,189,61,109,117,61,188,200,239,61, + 47,242,22,61,129,181,86,189,31,36,75,59,185,163,23,190,116,148,131,62,144,214,66,189, + 110,122,158,189,108,178,166,60,244,28,167,61,33,236,50,61,97,91,123,62,137,222,113,189, + 248,172,102,189,14,248,164,189,87,19,52,61,74,203,38,189,31,194,123,62,254,187,91,190, + 17,24,228,188,159,228,79,61,147,68,108,188,127,154,160,62,234,176,166,61,195,165,191,189, + 226,45,29,189,163,180,151,188,148,181,58,190,26,188,41,62,142,243,84,189,20,49,181,189, + 55,120,75,190,240,200,201,189,25,58,173,61,12,197,96,190,130,109,253,189,118,9,104,61, + 237,249,227,60,209,41,101,60,74,11,203,61,108,143,235,187,50,247,87,61,64,101,211,188, + 201,23,58,189,170,76,197,60,142,165,217,61,155,10,26,61,151,213,197,61,172,157,115,190, + 92,158,91,190,211,185,240,189,223,26,177,60,16,165,45,62,116,203,25,188,220,205,136,61, + 30,153,245,59,246,84,150,190,15,219,191,189,172,179,248,60,215,170,222,61,216,144,216,189, + 199,68,171,187,45,6,235,189,193,227,104,190,35,189,143,60,199,83,36,189,138,137,164,188, + 220,18,36,61,163,110,205,61,218,168,92,187,200,18,168,189,72,171,255,59,99,96,208,189, + 160,47,14,190,174,99,68,60,180,50,142,190,198,100,24,190,223,29,253,60,109,64,150,187, + 76,96,177,57,240,137,249,56,227,251,182,189,204,141,73,62,203,98,224,60,231,128,187,189, + 112,25,47,59,128,154,102,62,224,28,49,189,131,75,120,189,186,255,164,188,67,115,129,61, + 197,169,57,189,45,11,162,189,254,160,228,61,152,130,23,61,160,58,184,188,68,40,63,61, + 254,113,99,189,21,212,31,190,194,135,254,188,169,2,40,62,223,170,71,189,165,126,120,187, + 250,73,147,189,222,180,178,61,148,142,174,189,243,230,44,59,8,141,223,188,195,11,104,189, + 157,116,248,189,220,188,97,61,19,248,179,61,137,179,15,61,153,27,69,189,72,49,210,189, + 27,110,176,61,169,251,206,60,252,24,159,61,173,241,118,61,251,100,47,61,70,156,107,189, + 20,100,108,61,59,246,42,61,136,102,90,189,31,154,252,187,240,163,186,189,56,128,99,61, + 126,19,153,188,7,144,171,189,168,248,6,188,187,152,68,61,79,164,15,61,55,117,186,189, + 75,199,78,61,154,43,214,188,69,81,114,189,201,154,106,187,186,245,142,60,172,18,142,59, + 236,67,52,190,162,105,153,189,105,152,188,189,73,50,164,61,127,228,188,189,60,123,57,189, + 193,138,182,189,117,228,98,61,66,35,158,61,108,232,158,189,36,246,37,62,123,213,62,190, + 9,3,124,60,249,87,174,60,2,191,226,61,78,219,140,189,90,182,13,62,138,60,62,190, + 61,161,150,189,23,113,113,61,76,28,42,62,148,211,234,61,225,71,64,189,8,36,34,62, + 13,178,161,61,172,18,177,190,157,35,231,187,213,93,244,189,223,196,41,60,196,238,238,61, + 214,223,41,190,32,177,123,189,15,248,127,189,128,238,153,189,18,175,137,188,223,167,167,61, + 137,47,47,190,199,18,117,62,168,183,2,62,252,248,193,61,169,70,66,189,149,107,23,190, + 64,17,154,189,41,176,88,189,188,94,15,190,218,136,58,60,66,2,124,189,210,87,249,60, + 207,143,148,189,29,28,85,59,185,158,6,61,20,197,218,187,179,82,182,60,80,63,96,61, + 154,133,244,189,231,130,3,190,113,183,21,60,95,98,6,190,217,66,180,61,46,227,252,60, + 238,173,228,58,219,181,180,61,208,112,139,62,174,226,151,60,16,164,16,62,123,40,112,61, + 196,166,223,189,245,240,2,190,178,2,139,60,34,182,51,187,200,54,238,61,151,92,131,189, + 133,126,135,188,82,181,181,61,131,196,62,62,149,183,43,190,171,172,18,188,121,29,171,61, + 16,140,146,60,55,85,134,189,159,161,83,60,134,78,144,188,38,87,12,190,213,107,88,189, + 231,54,194,61,234,43,240,189,151,87,218,189,135,195,76,62,217,242,77,62,142,24,9,190, + 91,215,23,189,103,178,170,61,24,75,248,189,130,194,87,189,168,202,178,188,6,155,255,60, + 136,147,31,62,74,33,1,186,80,160,18,190,67,3,248,59,148,154,191,189,33,180,66,62, + 45,74,45,62,239,166,241,58,38,11,86,188,7,177,16,190,24,239,176,189,198,209,195,188, + 73,158,252,189,134,65,205,188,76,228,147,61,194,143,67,62,178,242,249,187,114,62,170,61, + 12,5,164,61,184,22,184,189,210,2,152,61,212,194,19,62,74,44,93,61,189,109,8,190, + 109,164,161,61,105,110,72,59,210,234,14,62,175,192,172,61,184,176,32,190,117,55,238,61, + 206,143,140,62,141,237,4,62,213,158,163,60,205,80,35,188,134,0,58,190,160,198,20,190, + 146,3,9,190,211,70,26,62,134,215,196,61,27,159,53,61,106,158,140,187,102,98,126,188, + 4,19,11,190,245,115,19,62,210,64,138,189,49,46,189,188,128,99,154,188,117,87,39,189, + 83,19,14,190,254,18,112,61,169,32,167,189,86,201,96,61,157,56,229,189,58,74,235,61, + 157,185,190,61,205,119,164,188,239,206,63,60,255,210,233,60,17,152,182,61,219,136,40,61, + 145,83,176,189,134,147,107,61,31,92,47,189,2,249,129,61,97,240,47,61,226,131,110,61, + 154,28,234,189,97,118,237,61,217,129,245,60,108,109,171,61,115,88,21,189,251,74,207,59, + 12,94,189,61,93,57,57,61,49,2,149,189,193,194,2,62,79,11,23,60,207,4,59,190, + 139,24,117,61,192,199,179,61,154,52,52,61,32,218,40,189,213,153,89,189,184,96,157,61, + 252,143,172,188,38,235,136,60,122,242,197,60,1,248,191,189,129,68,56,187,73,218,177,189, + 252,246,35,62,215,37,241,189,223,179,204,189,226,190,253,189,201,222,129,61,76,207,50,189, + 211,210,121,189,243,203,132,60,33,138,76,189,238,118,79,61,0,235,143,189,189,217,246,189, + 77,108,163,189,17,80,88,60,124,26,11,62,250,225,191,189,128,66,151,62,158,128,186,190, + 228,29,62,188,16,219,188,61,150,86,47,62,138,59,141,61,61,151,170,62,174,100,82,190, + 122,28,33,61,196,211,200,187,174,17,133,61,18,88,171,189,164,201,179,189,205,197,70,62, + 253,253,108,60,96,64,131,190,212,37,172,61,70,151,196,61,71,43,130,190,241,208,163,189, + 63,75,0,189,33,170,248,60,158,190,69,188,59,217,87,189,99,172,35,190,247,125,160,188, + 89,201,121,190,185,249,155,62,234,105,103,61,8,151,63,62,80,211,31,61,30,166,137,190, + 140,227,196,189,135,238,106,61,242,202,29,60,23,241,65,62,120,192,158,188,97,156,240,189, + 126,111,78,190,41,29,52,61,2,160,148,55,236,165,99,189,231,8,187,62,61,247,29,61, + 237,232,242,61,73,37,153,61,221,187,130,61,21,7,60,189,126,224,23,61,19,3,142,60, + 15,222,22,61,63,174,218,187,133,92,12,62,158,63,43,60,135,175,3,62,67,27,193,61, + 254,246,47,190,2,163,138,190,194,223,227,59,46,180,89,62,214,23,132,62,4,139,81,190, + 42,24,179,61,78,157,142,61,148,128,12,61,143,127,204,61,210,202,87,61,202,210,157,188, + 230,47,205,189,12,199,144,188,47,1,216,189,9,71,86,189,138,90,32,60,153,11,125,61, + 246,164,39,61,95,166,249,61,11,108,249,60,132,249,25,190,222,48,11,61,122,60,230,61, + 166,186,25,61,220,178,141,189,55,7,168,61,2,203,84,189,174,193,160,61,105,38,142,61, + 49,17,10,189,195,105,194,61,235,157,228,187,226,241,151,188,207,66,195,188,175,137,20,60, + 65,151,179,58,103,22,55,189,68,140,154,60,145,238,15,62,73,47,126,61,171,219,248,61, + 32,21,210,61,4,210,248,186,249,66,148,189,166,170,163,189,156,32,33,188,130,142,72,61, + 179,154,143,61,183,229,20,61,21,190,155,189,36,249,123,189,211,89,253,189,76,220,251,187, + 178,8,253,189,107,36,24,190,52,197,14,189,233,123,38,189,89,63,49,61,11,194,214,189, + 176,137,253,60,147,81,7,190,13,67,200,189,105,213,248,188,67,122,195,60,41,154,203,61, + 58,57,161,188,140,227,28,189,62,185,177,189,237,50,97,189,104,187,192,60,123,172,95,187, + 156,139,121,190,201,133,11,62,86,216,1,61,141,148,70,189,0,2,208,189,8,247,131,61, + 104,233,29,190,102,107,11,62,72,61,242,189,213,240,81,189,158,235,118,190,250,120,181,189, + 154,163,141,61,193,102,131,190,242,26,159,188,1,127,10,62,184,174,247,59,32,121,5,189, + 202,5,30,62,67,42,185,187,78,178,12,61,197,117,53,189,201,222,30,190,166,65,215,60, + 19,204,122,61,36,0,252,188,99,133,193,61,190,137,41,190,227,208,118,190,79,236,167,188, + 7,240,167,61,221,178,84,61,33,200,239,61,84,247,137,60,160,243,191,189,130,132,51,190, + 235,84,179,188,226,158,4,190,149,205,207,61,210,103,125,189,129,69,173,189,8,245,4,188, + 170,170,59,190,198,33,18,190,75,193,145,61,98,150,67,188,211,25,135,189,161,124,62,62, + 212,195,21,190,181,66,198,60,39,211,164,60,31,171,82,61,2,132,52,189,67,13,211,189, + 31,82,178,190,199,236,48,189,108,90,17,62,239,137,5,62,120,249,154,60,189,186,81,190, + 186,14,77,190,244,106,27,62,155,250,5,62,121,203,51,189,154,241,195,61,14,218,15,62, + 247,80,73,189,97,145,185,186,110,239,238,189,115,127,13,62,218,142,188,61,42,236,235,189, + 95,1,225,188,208,59,166,189,248,157,100,189,114,58,118,188,195,148,47,189,49,176,241,189, + 158,126,246,60,186,1,0,62,208,38,193,60,198,39,36,189,186,199,65,189,240,101,86,187, + 133,223,76,61,96,237,93,61,46,125,133,189,167,10,162,60,150,222,139,189,151,225,251,61, + 53,12,166,189,59,249,136,60,151,69,177,189,244,237,65,61,15,208,10,62,62,26,3,190, + 244,212,133,61,93,233,125,61,92,211,3,190,78,217,192,189,229,125,101,61,197,158,18,61, + 209,142,183,60,190,93,25,60,234,117,25,61,247,153,48,61,150,238,92,189,82,104,9,61, + 215,87,125,189,87,211,69,189,138,91,84,188,47,37,160,189,210,195,77,60,91,181,157,58, + 217,130,237,60,67,200,243,59,52,34,185,61,59,75,59,60,200,2,168,188,189,197,89,189, + 7,39,203,189,125,81,208,189,67,181,98,188,255,61,79,189,54,68,54,61,227,234,240,61, + 250,98,127,189,252,98,165,61,24,208,153,61,116,44,217,189,167,63,154,189,250,44,1,190, + 57,130,1,188,47,185,94,61,235,75,16,189,58,177,149,60,162,95,119,189,178,224,184,189, + 213,116,128,60,64,15,17,62,235,117,69,187,51,80,4,61,152,125,173,59,195,224,26,190, + 145,77,153,61,85,219,165,60,194,227,176,188,44,52,238,59,127,193,153,61,97,24,32,61, + 20,137,204,189,196,143,145,60,224,186,14,62,98,255,143,61,85,136,25,62,214,193,48,190, + 74,161,28,190,98,153,151,189,111,125,132,61,247,199,83,189,158,221,38,189,254,51,228,60, + 172,161,151,61,181,248,20,190,140,39,243,189,171,186,165,59,121,253,236,61,94,239,23,190, + 150,58,239,189,40,185,182,189,114,30,21,185,121,196,73,60,201,30,90,188,208,2,9,62, + 109,118,109,189,79,20,233,188,122,126,145,189,201,133,121,188,252,20,41,62,158,24,146,60, + 245,229,234,61,78,170,74,189,232,15,194,189,139,23,11,189,206,239,246,61,108,151,180,188, + 162,218,50,189,153,154,20,189,238,151,228,61,127,54,239,61,10,220,115,188,102,36,240,189, + 233,116,207,61,5,250,134,190,177,102,250,60,5,251,25,62,185,112,157,61,4,109,24,62, + 172,100,90,62,82,126,77,189,112,255,24,188,88,253,223,60,248,118,203,61,216,87,18,61, + 10,204,245,189,179,56,139,187,117,190,159,61,75,250,43,190,159,81,109,189,100,130,203,189, + 44,60,205,189,50,237,233,61,254,6,106,189,34,153,172,189,120,224,102,61,206,75,207,188, + 68,87,216,189,75,218,129,189,56,96,22,190,194,84,41,62,54,7,27,62,146,144,136,188, + 204,128,163,61,197,184,180,189,227,202,142,188,141,6,49,60,73,4,49,190,162,147,232,189, + 61,198,167,60,62,243,19,62,113,214,164,189,131,220,125,189,178,205,184,189,13,29,22,190, + 192,46,108,57,231,78,46,62,12,237,137,189,252,41,69,190,158,11,180,188,180,199,27,189, + 34,159,37,189,146,231,1,190,190,35,3,190,247,14,169,189,32,20,88,61,84,134,162,61, + 251,190,38,62,236,190,5,188,234,184,62,190,37,24,73,190,199,221,94,61,254,254,53,62, + 118,47,198,61,111,216,70,61,140,228,38,190,55,34,46,61,48,219,22,189,136,97,67,62, + 232,12,162,189,236,238,167,188,241,169,127,60,163,126,167,60,169,117,254,189,185,108,205,61, + 70,75,100,60,202,101,4,188,172,64,119,189,47,100,213,188,111,68,211,189,225,239,241,61, + 21,198,220,61,84,247,115,188,0,3,167,61,105,202,187,61,142,205,245,188,227,37,84,189, + 48,135,160,189,254,161,34,61,59,57,158,61,159,128,27,189,100,64,5,62,51,88,61,189, + 101,6,209,189,0,73,122,189,180,184,127,189,246,237,0,62,161,42,185,189,125,157,131,61, + 165,115,156,60,84,4,224,189,124,188,81,60,36,94,6,62,94,21,167,188,29,31,103,189, + 45,248,209,59,47,84,23,61,68,206,215,60,43,11,180,61,119,108,202,189,123,70,220,61, + 220,252,7,190,212,150,144,60,203,23,38,189,47,67,153,187,107,238,64,62,194,238,183,189, + 143,199,186,189,153,63,169,61,153,239,251,187,83,117,104,189,53,219,213,61,239,60,225,61, + 139,63,226,189,130,74,191,61,65,115,195,189,100,76,130,189,6,129,44,190,67,101,35,61, + 2,86,70,60,13,25,163,60,25,32,208,189,167,39,50,62,108,168,58,189,196,242,151,189, + 105,232,191,189,23,212,176,60,6,144,249,189,156,237,31,62,128,217,231,188,208,134,161,189, + 104,202,121,189,72,233,180,189,76,192,45,188,222,69,174,60,234,255,171,189,10,245,35,62, + 112,115,6,62,171,79,1,188,231,106,255,61,55,199,12,61,230,138,136,188,61,46,41,61, + 159,98,48,61,9,43,251,189,57,62,80,189,103,62,189,61,31,38,79,190,106,177,3,62, + 166,126,244,60,195,18,8,59,7,114,140,188,239,125,61,61,136,89,152,189,89,81,22,60, + 76,152,152,61,123,184,4,62,200,172,211,60,129,236,48,188,103,233,19,189,214,68,17,189, + 64,124,230,60,211,71,2,189,76,21,220,60,22,61,171,189,65,144,102,189,236,222,197,189, + 232,62,123,61,86,61,149,189,120,225,135,60,2,128,8,61,193,222,74,189,193,178,88,61, + 103,138,38,190,116,90,97,61,111,203,235,61,212,61,185,59,166,118,133,189,245,91,84,188, + 31,137,115,61,79,22,186,189,112,78,87,190,108,164,5,61,108,241,217,61,239,171,217,60, + 61,73,49,189,93,201,177,62,174,165,97,60,135,170,77,189,129,116,209,61,115,226,202,61, + 236,88,153,190,74,242,63,62,134,243,14,189,96,228,15,61,235,118,88,190,56,138,227,61, + 236,87,146,187,44,97,160,190,100,50,132,189,75,251,72,189,57,86,53,61,228,34,245,189, + 148,219,252,61,90,10,143,60,202,101,227,189,122,255,88,61,243,107,50,187,77,0,71,62, + 9,209,237,61,168,246,86,61,106,140,23,62,7,250,75,190,153,253,188,190,54,239,119,190, + 170,116,14,190,99,40,143,62,94,160,42,61,239,253,211,61,182,125,147,60,120,210,197,189, + 239,28,155,61,138,203,37,187,90,137,82,62,86,98,1,190,24,215,254,189,214,28,5,61, + 79,227,18,190,85,28,141,61,19,166,123,190,154,172,197,59,105,143,10,190,23,43,148,61, + 253,249,215,61,188,119,148,188,212,179,166,189,123,86,7,190,138,102,148,189,101,75,108,189, + 211,198,160,190,118,215,182,189,16,144,129,61,97,224,132,62,202,51,3,189,238,101,85,190, + 245,139,28,190,16,81,0,62,235,1,165,61,246,173,86,189,96,195,119,190,242,177,134,62, + 252,71,234,61,75,196,14,188,212,43,229,189,55,95,62,189,122,52,48,190,72,244,6,61, + 216,230,99,61,116,198,17,188,64,55,77,189,228,200,189,61,151,61,105,189,114,232,47,62, + 220,224,152,58,16,214,127,62,41,31,9,61,30,28,203,61,255,11,106,61,180,202,36,189, + 240,174,143,61,56,12,174,61,0,11,209,61,60,240,52,188,140,148,65,189,72,116,109,61, + 30,24,125,190,249,36,193,61,225,37,216,61,199,50,73,61,85,186,226,189,166,199,58,62, + 67,39,251,60,87,211,65,61,211,64,235,61,96,25,80,62,199,40,77,188,67,231,65,188, + 111,29,127,61,63,232,199,61,98,123,132,60,78,22,165,61,40,188,12,61,159,39,49,190, + 180,163,172,189,95,86,71,189,144,226,108,61,7,140,86,61,170,0,42,189,61,108,251,188, + 23,68,235,189,76,200,77,61,201,242,87,188,144,47,69,61,184,19,161,60,51,254,8,61, + 16,118,127,189,203,53,149,60,154,7,183,58,161,101,167,189,161,70,107,189,249,173,194,61, + 178,126,8,61,55,76,61,61,244,85,18,190,116,15,17,61,135,220,177,60,197,112,5,62, + 221,62,20,62,193,103,213,189,120,196,221,60,198,185,205,61,150,186,133,189,24,133,166,60, + 133,253,152,189,202,140,43,61,189,195,110,189,205,254,83,61,232,107,174,61,178,242,27,189, + 67,233,234,61,159,76,205,61,81,76,198,60,210,116,163,61,73,137,8,189,5,131,171,61, + 150,49,229,61,218,55,250,188,187,250,53,190,34,62,69,60,27,25,84,190,66,237,203,61, + 9,95,16,62,222,141,206,61,168,137,159,189,61,134,114,188,97,219,189,60,87,226,244,189, + 46,238,204,187,103,88,23,61,196,117,19,62,199,86,48,62,25,47,238,189,121,2,12,188, + 152,173,49,189,80,17,126,61,227,240,155,189,157,243,242,187,85,147,184,188,35,63,213,189, + 252,71,227,188,57,69,60,189,75,165,113,61,178,183,170,188,86,95,145,188,24,149,67,189, + 128,210,133,61,35,180,7,62,16,62,20,62,34,148,107,61,224,102,10,190,197,8,25,189, + 186,135,95,188,235,3,111,61,69,164,209,189,123,250,31,189,181,248,99,189,25,96,182,189, + 130,158,38,62,71,107,47,190,209,143,57,60,215,185,140,60,177,109,163,188,247,2,71,61, + 89,175,177,61,85,25,253,189,235,126,51,189,171,233,74,189,224,98,215,61,100,242,2,61, + 38,205,12,190,167,30,33,62,85,5,20,62,197,211,42,189,126,255,16,60,233,191,231,60, + 45,212,217,189,13,165,152,189,69,167,125,61,223,31,113,61,6,132,214,189,255,163,151,189, + 181,243,249,189,238,69,218,59,210,219,196,189,98,225,109,62,90,89,9,62,90,169,192,61, + 212,184,189,61,112,145,31,190,55,43,177,61,238,33,170,189,79,127,213,189,112,227,244,187, + 216,123,73,61,31,199,11,62,223,85,159,189,148,46,42,61,78,170,105,187,95,116,62,61, + 116,187,86,61,206,241,234,60,75,23,194,61,86,245,138,189,253,125,55,62,16,34,51,190, + 130,40,181,189,198,163,22,188,230,173,137,189,158,105,170,61,227,56,59,62,91,241,71,60, + 152,12,193,61,57,67,229,60,244,56,64,189,220,78,43,190,154,73,141,189,117,202,100,61, + 81,82,9,62,204,37,134,189,222,55,231,189,211,134,187,189,29,190,126,189,209,36,130,62, + 104,144,207,189,221,225,171,189,114,23,216,59,227,66,248,61,100,150,39,190,241,10,92,188, + 76,152,137,61,76,139,122,61,239,2,237,189,243,101,174,61,157,115,2,61,204,202,135,190, + 250,231,161,189,15,213,225,61,65,70,204,188,44,172,215,189,165,97,36,61,237,94,176,189, + 58,110,40,190,188,43,81,61,180,123,216,189,153,205,32,62,116,84,14,189,140,166,43,189, + 241,108,38,61,138,212,156,189,31,255,54,190,33,175,208,189,127,98,211,189,167,164,90,62, + 136,82,15,187,1,20,154,61,140,187,166,61,54,145,138,190,236,3,200,189,199,12,160,60, + 214,254,73,62,249,125,6,190,182,219,185,187,131,70,82,188,250,45,114,190,8,179,196,58, + 204,97,120,189,62,130,128,189,119,96,27,60,124,107,24,189,63,251,62,61,118,103,203,61, + 20,239,57,189,217,124,187,60,22,195,229,59,237,196,243,189,158,20,126,190,202,47,6,190, + 118,147,202,60,241,83,241,61,116,8,132,61,189,246,139,190,182,127,15,190,73,184,223,61, + 103,170,11,62,178,170,8,61,94,8,76,62,20,24,72,61,89,44,179,189,71,117,41,189, + 166,0,25,189,46,101,185,60,253,71,8,62,83,91,216,189,2,80,28,60,191,122,29,59, + 23,31,6,62,228,156,96,60,164,174,143,61,252,203,153,189,42,94,4,189,136,139,135,189, + 196,215,165,187,203,208,72,61,131,72,207,189,227,145,157,61,192,18,248,187,30,109,99,189, + 131,63,8,190,225,218,6,60,28,208,86,190,50,63,172,59,228,33,69,61,217,95,20,189, + 208,155,58,61,247,74,41,188,220,71,63,187,37,76,53,190,229,216,193,61,22,197,225,61, + 128,103,93,189,155,24,143,189,235,95,3,188,199,136,115,61,21,3,186,60,139,58,179,189, + 108,151,111,189,250,120,45,190,21,192,229,60,200,108,34,61,8,235,66,189,99,60,161,189, + 145,126,116,61,56,22,183,189,152,118,135,188,178,24,148,187,82,232,198,61,190,72,92,189, + 4,132,101,62,240,120,140,60,167,224,45,190,108,53,195,61,10,122,17,190,223,62,90,189, + 155,87,211,61,122,147,167,61,253,159,198,61,174,194,28,61,17,235,28,189,157,126,73,189, + 111,236,36,189,207,197,50,189,212,23,86,189,208,122,11,62,56,209,97,59,201,154,139,61, + 9,101,12,62,23,39,21,190,148,247,151,189,116,155,227,187,160,53,166,189,241,94,234,189, + 186,162,75,188,23,242,136,62,224,153,190,186,14,178,67,190,131,42,137,189,6,188,250,189, + 47,167,229,61,180,249,230,61,226,201,55,190,242,99,147,189,196,81,195,61,194,229,18,59, + 30,131,85,190,19,157,207,188,188,3,103,190,243,81,225,61,212,17,194,61,219,62,226,61, + 163,205,12,61,15,9,203,189,109,135,215,61,211,174,160,61,185,87,219,189,223,245,235,60, + 249,101,209,61,29,238,88,62,29,4,40,190,57,99,198,186,246,27,157,188,149,80,131,189, + 20,131,6,190,145,10,202,188,251,162,254,189,93,76,34,190,190,13,39,62,162,249,173,61, + 227,122,59,62,91,175,190,189,250,8,212,189,53,60,49,59,26,173,4,59,28,33,212,61, + 223,176,47,62,161,219,237,61,175,109,100,189,127,51,167,188,135,89,201,60,2,235,105,189, + 10,223,250,61,94,218,85,62,83,123,1,190,126,177,169,189,201,182,4,62,101,226,152,189, + 180,146,91,61,110,133,47,189,253,252,142,189,1,123,180,60,154,35,128,62,209,229,172,189, + 121,43,149,187,236,34,28,61,0,132,11,59,105,132,210,59,18,62,128,189,224,175,22,189, + 158,218,220,187,176,235,71,61,25,22,225,61,169,99,253,189,112,247,192,188,206,92,109,61, + 16,38,195,61,119,31,26,61,105,79,219,189,56,176,242,188,157,75,209,59,124,76,120,189, + 98,0,121,187,76,152,30,189,84,240,199,61,181,101,76,61,98,242,154,57,174,217,202,189, + 151,242,242,61,96,83,148,61,106,192,130,61,169,215,74,188,164,237,126,60,25,106,255,60, + 216,40,121,184,109,204,127,61,176,130,144,189,92,144,124,61,117,207,22,62,13,11,236,189, + 108,146,140,188,35,5,19,62,192,94,18,189,42,57,60,189,124,19,227,189,175,141,158,189, + 227,50,131,60,12,208,70,61,185,126,240,60,230,165,16,189,75,111,163,61,88,83,170,188, + 44,68,190,189,120,153,32,188,77,59,141,189,160,121,226,61,180,142,183,61,160,143,140,189, + 51,26,20,189,130,241,93,61,36,253,70,62,48,223,141,60,180,241,133,60,114,139,149,189, + 3,209,249,60,191,253,65,61,202,151,2,62,212,187,9,190,242,25,14,186,13,54,43,61, + 171,189,197,61,141,43,225,61,135,14,109,61,136,81,140,189,147,104,101,60,78,206,154,60, + 28,90,176,61,161,223,221,187,24,20,147,189,145,68,3,188,186,194,252,188,250,103,140,60, + 118,80,19,190,145,179,149,61,122,89,19,188,51,85,239,61,196,13,21,188,130,241,90,61, + 169,70,63,61,76,21,228,189,162,51,188,61,98,195,37,190,11,130,216,188,44,211,242,185, + 237,212,142,189,241,212,46,190,20,1,70,60,154,96,253,59,182,156,47,61,238,99,17,61, + 208,43,192,189,134,223,22,190,219,245,176,189,60,183,228,188,174,208,143,189,89,253,170,60, + 7,13,141,189,228,110,126,189,9,208,183,59,160,1,192,189,141,251,134,61,27,59,231,189, + 211,236,235,61,236,49,142,60,39,210,39,190,253,105,228,60,91,41,209,189,46,55,31,189, + 5,248,248,61,158,24,56,189,207,156,248,61,131,93,114,61,219,96,187,61,167,35,157,61, + 253,167,143,188,84,155,204,61,85,150,204,60,199,81,93,189,197,82,68,188,122,45,203,188, + 153,127,162,189,163,240,237,60,240,84,52,60,119,211,13,189,145,81,64,189,92,236,183,189, + 232,108,151,61,159,41,40,61,157,167,201,61,7,34,37,189,57,32,206,189,52,241,152,61, + 194,1,102,189,27,209,130,60,63,138,191,61,50,7,236,59,55,227,24,189,31,81,169,60, + 12,92,221,60,241,174,234,188,27,184,251,189,31,191,166,187,107,101,150,61,199,184,203,60, + 126,154,159,61,130,83,133,188,242,133,221,189,105,22,111,60,195,176,207,60,105,0,228,59, + 137,65,162,61,221,14,126,188,34,101,174,188,247,127,253,61,136,78,219,61,245,208,93,189, + 149,209,142,189,63,236,155,189,91,196,116,189,199,99,23,189,231,121,138,61,237,105,238,189, + 100,7,235,61,61,154,3,61,224,187,39,189,246,186,148,60,232,146,14,188,27,168,47,61, + 35,128,74,189,122,179,2,188,6,43,12,61,110,204,0,62,74,100,255,188,9,139,130,189, + 55,69,233,60,85,198,18,190,105,191,225,61,28,239,51,61,190,136,29,187,129,105,184,61, + 56,5,95,61,231,155,134,189,205,244,160,189,198,165,25,60,152,106,130,189,110,118,210,188, + 194,31,132,187,43,160,203,59,100,25,131,189,13,56,172,61,73,22,170,189,244,217,71,188, + 80,150,246,188,91,38,212,188,102,219,131,61,154,175,161,189,160,30,172,61,128,95,92,189, + 38,160,127,188,122,248,96,189,69,8,252,61,175,164,135,61,118,108,86,190,146,140,91,189, + 176,144,131,59,76,94,140,188,160,102,68,61,80,10,84,61,241,163,216,188,43,85,4,62, + 217,108,186,60,183,20,182,61,203,190,148,61,149,91,209,187,192,200,121,189,179,26,64,61, + 232,84,5,62,34,190,174,188,4,210,75,61,45,31,235,60,170,166,118,190,70,49,223,61, + 232,215,79,189,253,22,9,190,207,125,162,189,115,26,158,189,237,177,24,62,202,169,126,61, + 86,216,227,189,159,241,26,61,225,219,9,59,98,0,7,190,107,206,20,62,20,206,88,188, + 188,162,123,61,128,183,163,61,217,32,174,189,171,90,79,190,10,119,228,189,170,82,29,189, + 249,230,250,60,231,98,214,189,238,247,148,60,6,208,151,189,174,248,101,61,70,230,187,61, + 172,115,178,59,138,161,113,61,101,149,23,189,173,9,147,188,98,223,86,189,68,59,238,60, + 246,48,80,60,211,78,195,189,10,128,84,61,69,98,242,189,195,14,167,189,194,155,4,190, + 80,212,168,189,52,255,217,60,46,4,160,60,103,233,119,186,100,34,104,189,111,156,59,61, + 120,82,237,60,253,95,48,189,118,11,194,61,0,83,52,61,60,228,141,59,65,138,235,189, + 161,35,133,189,218,90,192,61,143,101,2,61,1,151,39,189,58,107,154,61,62,18,244,188, + 5,208,211,189,166,85,93,189,200,173,69,58,171,111,204,61,194,24,215,60,185,60,14,61, + 16,194,235,188,108,132,169,60,90,202,64,190,201,114,242,58,64,77,250,60,91,238,173,189, + 247,114,215,60,218,128,78,61,186,116,24,61,128,132,144,189,115,246,31,61,163,242,198,188, + 63,103,234,61,246,145,245,60,1,33,69,190,230,142,168,189,70,114,153,61,43,221,248,57, + 128,100,60,60,183,237,196,61,118,195,143,61,234,223,203,61,34,171,158,189,0,62,125,189, + 236,124,123,62,58,152,184,189,192,19,71,61,149,21,23,62,66,22,157,60,1,252,175,189, + 103,224,161,62,132,238,53,190,123,184,162,189,42,187,120,189,230,142,55,62,98,91,104,189, + 158,1,231,189,2,82,165,62,30,145,86,62,102,118,209,189,135,174,38,189,139,3,135,186, + 162,249,238,189,199,40,54,61,80,31,83,61,58,59,10,62,174,139,10,62,86,16,68,189, + 238,86,130,190,193,185,235,59,115,150,131,190,65,229,144,62,46,241,178,62,62,88,13,62, + 25,90,0,61,112,245,140,190,42,201,18,189,208,197,157,188,122,142,159,189,43,9,255,61, + 166,137,50,62,221,129,8,62,26,90,124,189,207,247,61,62,228,124,44,62,8,120,201,189, + 149,93,40,61,127,143,71,189,172,105,119,61,205,149,219,188,201,49,153,61,66,74,183,189, + 77,169,57,61,131,222,110,189,15,175,143,189,104,243,116,61,12,222,86,62,215,80,153,61, + 12,251,137,62,113,25,42,60,206,156,99,190,50,84,164,190,32,46,161,189,9,3,54,62, + 37,182,46,62,76,145,148,60,244,169,12,190,214,89,196,189,167,62,166,189,173,146,176,189, + 224,127,172,188,36,45,167,61,204,64,20,62,119,103,180,189,4,73,52,189,173,201,201,61, + 7,40,177,189,191,18,173,189,203,37,219,59,6,136,64,188,196,165,133,189,210,183,234,61, + 112,124,71,189,179,6,69,190,229,200,156,61,234,189,135,189,113,51,187,188,147,250,50,61, + 14,205,193,189,88,67,175,189,125,71,37,61,102,46,208,189,177,109,76,190,29,9,29,188, + 176,158,16,190,248,160,222,185,132,6,102,61,79,11,9,62,121,201,160,61,103,16,10,62, + 21,225,175,187,80,65,37,61,28,14,193,189,38,30,141,189,206,132,222,61,4,2,249,61, + 94,204,90,59,189,217,187,61,84,175,126,188,176,188,178,61,149,221,193,187,100,50,185,185, + 191,79,136,61,73,182,131,189,107,116,32,61,91,83,8,60,204,37,44,62,183,144,19,187, + 43,122,90,188,64,51,172,61,66,161,12,61,83,38,42,62,173,158,47,60,39,53,15,189, + 33,73,5,189,213,145,124,189,255,43,194,189,161,122,208,61,148,243,98,189,109,240,0,62, + 88,219,129,189,190,163,159,60,0,0,181,189,191,72,149,61,49,202,209,60,199,103,215,61, + 44,35,196,188,103,245,40,61,108,142,106,189,11,69,25,61,49,187,4,189,67,233,58,189, + 140,221,21,61,2,138,19,189,132,62,161,189,110,235,117,61,199,19,138,61,130,173,116,61, + 107,104,235,61,2,119,102,61,194,75,206,189,177,154,229,61,196,153,140,188,126,134,135,187, + 97,251,74,188,164,105,149,189,167,99,130,189,141,43,82,60,150,154,43,190,93,52,65,60, + 202,40,224,61,66,115,24,61,82,11,79,61,122,183,0,189,249,221,140,61,39,17,158,189, + 148,109,169,188,25,97,215,61,135,158,195,59,71,177,24,189,246,174,104,189,12,202,176,61, + 42,120,55,61,8,217,42,61,149,109,203,189,189,241,173,189,237,61,3,190,20,156,133,189, + 57,19,12,60,27,10,33,62,1,20,142,61,202,136,174,189,58,97,136,188,122,79,49,189, + 100,75,66,61,100,228,20,62,12,242,211,61,99,130,138,189,56,215,196,188,162,185,31,189, + 220,31,188,61,190,122,249,189,189,165,173,61,251,151,26,60,2,232,196,189,55,188,138,189, + 137,65,246,189,6,255,112,61,248,71,126,61,1,254,47,189,5,1,2,190,209,26,5,60, + 212,231,173,189,8,198,158,61,21,167,161,60,254,169,155,61,252,10,131,61,21,131,49,61, + 12,168,76,61,13,163,239,61,63,88,146,189,241,249,212,61,206,206,189,61,37,225,147,60, + 90,227,207,61,91,85,41,61,174,194,40,61,112,233,71,61,240,192,122,61,4,169,113,61, + 97,140,42,190,179,59,51,61,89,108,239,189,40,156,97,61,153,15,51,61,218,68,71,189, + 48,162,214,61,71,146,228,61,10,20,27,61,231,130,113,189,164,231,6,61,47,214,177,61, + 143,115,250,186,21,234,196,61,58,225,248,60,184,206,59,189,35,248,106,61,11,176,49,61, + 236,13,128,61,79,138,4,190,243,164,20,189,7,56,123,61,148,54,141,60,209,25,22,61, + 243,7,173,189,13,168,125,189,208,45,145,188,67,7,155,189,162,49,179,60,224,42,119,61, + 55,120,3,62,85,94,109,61,180,250,204,189,148,89,13,60,237,51,135,60,142,8,74,189, + 90,133,199,188,175,168,9,189,118,115,194,61,248,140,199,60,229,159,37,62,65,121,226,189, + 13,181,7,190,159,158,223,188,47,131,3,189,55,204,27,62,121,73,139,60,81,88,3,189, + 17,21,187,59,75,219,199,189,123,252,132,61,181,17,146,59,193,151,249,60,219,63,212,189, + 35,148,200,188,54,7,224,189,184,132,237,61,246,62,4,190,244,112,31,62,8,234,223,60, + 102,4,55,61,128,247,174,189,11,243,216,61,114,68,191,61,189,31,119,60,178,223,7,62, + 250,157,18,62,241,218,183,189,170,85,191,188,205,112,233,60,69,38,196,60,73,156,6,61, + 5,16,25,62,182,135,170,188,9,89,45,189,195,63,49,190,66,98,125,61,100,120,108,189, + 123,6,203,188,182,10,136,188,158,134,17,190,151,152,118,189,80,104,140,189,15,241,140,61, + 241,43,138,189,245,45,142,189,233,202,22,189,66,152,181,187,115,81,97,61,73,34,250,189, + 237,83,154,187,209,5,97,188,82,66,15,188,11,158,52,189,96,241,226,189,131,99,46,188, + 182,36,39,189,120,49,86,188,132,24,10,62,250,44,124,61,95,84,73,188,148,22,6,62, + 192,135,9,190,126,145,127,189,155,189,148,61,172,55,121,62,102,18,252,60,89,89,132,189, + 27,76,43,190,80,50,78,189,197,166,107,189,147,47,211,189,103,252,71,189,46,200,62,61, + 129,76,9,189,60,109,147,61,69,227,162,189,40,102,141,189,195,229,172,61,219,60,51,62, + 62,223,24,61,226,192,177,189,228,209,0,190,191,62,170,61,132,164,255,189,105,153,223,188, + 173,255,2,190,130,138,233,60,80,40,166,190,95,108,98,61,63,5,2,188,174,44,175,61, + 38,104,158,189,89,222,128,189,183,160,67,189,95,88,14,188,173,4,0,61,174,117,193,187, + 147,162,134,61,203,2,46,190,174,150,173,61,111,247,104,189,235,135,149,61,88,155,158,189, + 67,33,213,189,28,37,211,188,191,125,63,190,10,26,143,189,37,102,156,189,48,83,242,189, + 131,73,225,189,238,134,230,57,157,125,159,61,138,121,106,189,51,16,45,61,33,30,170,189, + 101,164,165,189,78,231,112,188,167,75,58,189,155,200,192,61,133,237,184,189,189,65,195,189, + 143,232,162,61,177,193,188,188,176,70,199,187,35,240,64,189,168,164,69,189,235,43,38,60, + 0,205,31,189,74,151,145,61,148,189,56,60,122,45,50,190,6,155,93,189,226,38,245,187, + 239,124,133,190,210,158,34,189,19,246,27,61,75,173,32,189,90,191,61,189,159,101,225,61, + 240,128,236,61,176,84,21,190,155,226,128,189,255,37,195,60,17,36,207,188,81,155,241,189, + 254,186,41,189,73,85,131,61,30,243,43,190,215,78,128,189,247,17,146,61,31,196,206,60, + 218,59,25,187,216,14,130,60,29,40,226,61,234,204,54,189,90,149,26,187,60,201,16,190, + 48,92,13,190,240,217,121,62,66,246,72,189,20,187,25,62,240,47,241,61,62,117,17,190, + 175,216,192,188,170,187,6,61,69,166,214,61,106,220,187,189,219,236,220,60,198,33,131,61, + 143,145,197,189,227,2,99,61,201,216,118,189,55,41,18,190,123,204,6,190,113,22,226,187, + 208,79,183,188,254,238,89,189,223,118,132,60,221,63,102,61,160,191,2,190,164,232,28,190, + 74,79,32,187,156,120,78,189,206,144,52,188,135,224,244,61,162,143,242,61,207,72,172,189, + 163,93,229,189,138,110,63,59,52,255,234,61,38,150,202,188,160,145,36,188,1,21,79,188, + 152,162,201,60,38,219,236,189,218,132,236,187,152,36,19,62,245,170,18,62,13,201,28,189, + 220,92,203,188,235,211,155,188,144,171,166,61,78,193,164,60,214,91,40,189,196,129,49,61, + 222,118,189,188,64,34,39,61,23,227,37,187,211,192,174,189,67,223,1,190,1,115,148,61, + 65,86,47,61,29,35,67,189,161,60,181,60,216,36,247,61,167,75,14,190,217,84,40,62, + 124,132,209,188,135,226,2,62,127,238,20,60,8,92,142,189,149,219,48,62,170,109,83,190, + 227,79,129,61,125,127,252,60,21,67,248,188,47,137,46,190,108,59,102,61,196,10,6,61, + 138,237,154,61,4,151,204,186,235,47,35,61,252,7,73,189,11,228,24,190,178,242,231,189, + 12,22,7,190,189,143,53,190,67,15,157,189,70,13,150,60,22,111,236,61,54,243,4,190, + 217,49,146,61,13,103,214,189,133,95,79,62,61,212,214,60,253,234,169,188,214,110,230,61, + 31,117,196,189,23,132,27,190,56,145,37,188,124,155,197,60,136,134,49,62,163,172,9,62, + 117,151,121,61,235,139,101,189,95,126,222,189,166,126,58,62,65,226,233,189,156,155,5,190, + 173,158,211,60,96,153,101,61,4,176,149,60,35,39,250,188,10,96,138,61,203,18,145,188, + 81,134,0,59,115,187,60,62,88,110,13,62,139,113,16,61,251,25,79,61,147,3,6,62, + 32,20,57,189,44,101,102,188,66,173,103,189,142,53,243,61,36,214,243,59,120,203,94,189, + 217,238,5,190,112,202,149,61,249,208,186,60,214,10,81,61,225,145,129,189,30,78,138,60, + 73,86,155,188,45,7,177,61,91,134,5,60,9,9,6,188,8,235,167,189,127,144,94,61, + 173,232,15,61,32,246,135,61,117,137,247,189,226,176,4,188,146,47,230,61,76,60,183,188, + 52,176,30,189,21,48,182,60,111,207,137,61,199,219,235,189,102,61,141,61,237,3,135,61, + 132,158,201,59,202,27,233,189,40,36,244,188,235,60,168,60,102,15,89,59,226,175,142,189, + 83,222,71,61,190,150,150,189,251,58,16,188,101,104,74,61,0,39,148,189,62,35,42,59, + 229,136,230,189,33,70,219,60,13,197,208,61,255,176,10,190,28,181,255,61,245,217,193,188, + 210,99,174,189,121,161,8,62,119,206,194,188,178,252,46,189,76,176,161,188,24,244,38,62, + 26,123,107,189,140,187,124,61,133,105,146,60,73,234,80,189,45,62,195,60,42,19,251,61, + 213,11,88,61,254,119,88,189,231,63,221,189,3,35,61,62,134,153,105,60,82,61,188,189, + 186,62,54,190,6,125,99,188,66,65,157,59,104,90,209,189,59,195,181,187,110,175,59,61, + 7,66,80,190,123,95,177,61,179,176,101,188,207,30,63,62,29,153,187,58,61,93,67,61, + 96,122,149,61,198,63,3,60,175,198,10,62,125,77,254,187,10,80,110,62,1,89,192,60, + 50,216,160,189,26,89,235,189,165,131,42,62,179,237,162,189,180,15,191,189,195,7,202,188, + 197,79,39,190,47,144,226,189,115,216,128,61,88,193,182,189,152,191,3,190,22,189,129,190, + 154,6,22,62,75,51,216,188,223,127,120,189,141,83,21,190,132,212,235,61,236,136,34,61, + 109,135,143,189,187,88,15,62,197,88,100,189,191,82,170,60,245,235,135,189,52,198,249,188, + 166,148,148,61,184,176,32,62,189,192,139,61,36,39,75,189,229,39,253,186,200,237,17,62, + 189,108,16,190,3,2,87,190,201,87,80,187,226,232,209,60,87,99,141,189,149,167,159,60, + 57,171,138,60,219,185,213,187,45,246,184,189,161,110,164,60,172,164,188,61,159,187,29,190, + 196,132,41,190,146,175,241,60,223,199,181,61,216,67,113,189,172,57,4,59,13,180,202,61, + 89,95,201,189,221,217,12,190,39,211,217,60,24,162,40,61,104,31,55,189,231,3,10,62, + 63,58,226,61,244,39,213,189,207,14,83,189,241,186,189,188,175,86,115,189,137,30,206,60, + 119,3,206,188,253,4,161,61,145,179,139,61,12,26,99,189,131,163,88,189,233,4,10,189, + 53,123,254,60,153,216,151,60,65,146,46,187,39,100,18,60,29,50,97,189,228,188,227,189, + 121,190,147,189,45,236,148,189,36,35,175,188,189,109,188,189,236,73,28,62,32,220,34,61, + 132,94,77,189,35,119,55,190,15,78,92,189,143,150,88,190,76,255,45,190,132,145,129,188, + 223,156,244,61,148,221,196,61,244,45,64,60,223,238,78,190,219,203,81,189,79,94,6,61, + 56,172,29,62,247,211,131,60,151,65,37,190,83,0,37,62,219,235,127,61,110,247,139,61, + 218,252,246,189,91,68,192,189,201,47,245,188,117,106,169,61,250,139,88,61,204,47,59,60, + 111,52,156,61,73,227,134,61,242,61,14,189,138,249,179,189,157,94,20,61,88,179,40,58, + 216,4,181,189,0,58,174,188,175,242,143,61,136,68,38,60,53,17,47,62,99,223,201,187, + 0,194,251,188,58,54,225,189,127,184,76,188,91,91,133,61,12,209,80,58,167,58,252,189, + 83,174,247,60,76,74,124,61,194,53,248,189,105,10,137,61,239,227,5,188,240,212,109,60, + 241,148,31,188,159,224,165,189,129,66,169,189,172,150,95,60,103,180,33,189,99,49,188,189, + 233,28,227,61,14,97,112,61,62,180,209,189,2,2,54,188,148,7,167,187,198,2,179,60, + 62,41,12,190,149,40,157,61,78,183,160,189,84,92,45,189,177,218,225,61,98,115,34,189, + 164,180,15,190,233,52,13,189,98,198,29,190,193,99,167,189,115,60,216,188,211,218,189,61, + 175,233,112,189,37,80,32,61,18,27,158,60,235,147,157,61,53,36,167,189,106,41,235,189, + 57,162,173,61,235,206,174,61,212,13,37,190,241,62,21,188,223,119,132,189,223,132,19,62, + 172,199,139,189,37,181,7,61,41,177,141,61,233,7,27,190,238,18,149,61,246,104,102,60, + 198,237,176,61,98,223,142,189,85,185,222,189,126,98,106,189,12,78,209,61,58,70,165,189, + 19,60,162,61,22,73,226,61,178,127,17,188,204,18,174,188,126,205,177,189,244,157,201,188, + 172,108,139,188,35,40,173,187,12,34,155,189,68,2,52,60,81,200,27,190,19,163,61,190, + 100,2,211,61,56,145,62,61,236,5,36,62,101,203,131,61,128,41,17,61,4,209,107,60, + 231,33,45,190,2,30,236,189,15,32,254,61,114,84,254,187,43,110,71,189,141,140,101,189, + 141,17,63,61,13,113,38,58,111,198,98,189,218,158,49,62,42,89,196,60,175,210,49,189, + 139,82,228,61,72,129,174,189,109,189,139,61,182,24,129,60,226,86,101,189,114,62,11,189, + 101,4,136,189,103,210,209,188,147,74,140,61,37,24,64,62,158,28,248,61,247,156,216,189, + 221,168,220,61,20,38,230,59,148,234,32,62,234,174,136,186,40,11,142,189,56,92,89,62, + 44,122,195,189,19,70,45,189,134,12,161,189,36,127,188,61,58,129,181,189,239,75,12,190, + 117,213,67,61,51,51,143,187,16,80,0,62,161,198,108,188,150,159,130,61,69,206,198,189, + 167,217,193,188,244,89,150,188,253,250,236,61,178,131,39,190,237,127,47,61,45,54,30,62, + 134,146,68,61,153,5,236,189,167,233,173,61,227,220,203,60,28,119,58,190,206,84,22,62, + 49,12,180,60,79,218,61,189,28,81,159,61,76,81,243,60,46,0,15,62,153,214,205,187, + 136,109,133,188,58,214,58,62,36,199,12,60,134,181,151,59,149,166,39,190,31,149,68,61, + 8,221,205,61,153,180,80,61,207,243,174,188,222,4,41,190,150,122,237,188,81,147,40,190, + 134,231,186,189,115,60,104,61,251,207,22,190,7,47,253,189,209,217,10,60,39,250,184,189, + 56,190,45,189,138,87,212,188,199,120,93,61,218,112,33,189,139,205,242,188,212,175,235,60, + 3,10,10,189,131,176,166,61,236,253,121,189,25,18,191,189,189,220,239,189,3,195,172,58, + 88,56,102,61,176,131,35,189,142,1,154,189,215,170,183,62,159,147,247,60,160,59,21,62, + 220,196,154,188,163,60,230,61,36,143,64,190,66,182,129,61,167,231,118,61,132,89,188,189, + 127,90,21,61,29,80,247,61,213,129,44,190,128,241,59,189,156,61,254,61,13,222,50,62, + 121,22,194,188,37,178,87,189,51,72,209,187,3,172,127,188,183,130,3,61,191,86,160,189, + 240,183,254,61,96,78,12,188,222,196,130,190,27,207,44,60,226,140,21,190,52,125,134,62, + 12,4,46,62,200,88,34,61,23,80,213,189,43,154,168,61,100,45,149,189,53,173,187,61, + 111,107,69,62,206,224,240,61,49,143,211,188,43,52,249,61,86,170,172,188,173,176,244,61, + 72,232,74,61,87,26,16,62,129,231,27,190,55,255,228,59,228,162,144,189,193,144,131,189, + 31,76,139,61,138,75,241,189,161,36,155,61,148,91,57,189,222,77,31,189,233,128,135,189, + 33,126,54,189,119,17,135,61,83,4,60,62,111,98,95,189,167,95,12,190,148,243,61,189, + 140,29,129,189,58,235,31,190,126,219,126,189,35,249,15,190,79,222,144,188,202,63,59,60, + 116,62,34,61,110,77,44,62,6,203,238,189,25,143,26,190,252,239,84,189,203,242,34,61, + 96,24,18,190,192,112,200,61,160,4,165,61,216,75,135,61,116,184,253,189,239,133,182,61, + 244,91,199,61,132,125,39,190,225,119,26,190,38,141,33,62,3,114,159,60,185,205,11,61, + 54,57,248,61,66,253,214,58,210,70,156,60,99,113,58,189,93,99,20,189,194,52,136,61, + 149,250,23,189,124,141,232,187,220,42,61,62,99,151,115,189,82,153,126,190,127,207,54,190, + 227,160,130,61,240,213,68,61,228,116,56,61,180,231,131,60,213,145,219,60,13,206,100,190, + 121,198,15,189,31,17,5,187,26,106,247,61,233,33,45,190,86,11,48,60,189,10,67,61, + 28,236,147,190,212,98,149,61,146,166,19,190,66,233,20,61,4,106,177,189,151,195,41,61, + 208,98,65,189,202,155,110,61,37,130,186,61,175,33,137,189,35,192,36,189,200,150,237,188, + 138,238,9,190,155,239,173,189,147,26,63,188,34,201,154,61,59,211,241,187,196,231,80,190, + 210,92,225,189,184,144,56,61,80,57,142,61,228,55,176,60,28,241,14,187,104,124,210,188, + 231,208,146,189,121,94,162,188,162,134,41,189,67,196,161,60,176,76,0,190,57,219,43,61, + 71,68,63,189,209,45,179,189,108,47,205,189,106,86,143,60,171,91,3,189,16,134,154,189, + 239,80,168,61,191,49,221,189,104,248,170,60,211,158,161,61,41,115,152,61,23,134,167,189, + 5,24,192,61,251,160,24,189,116,127,198,61,62,31,231,60,200,32,18,62,106,172,162,61, + 11,205,156,189,166,59,148,59,176,126,86,61,85,167,187,189,206,62,23,189,153,31,20,62, + 28,62,157,189,165,54,246,189,181,103,232,60,198,60,19,60,250,110,203,60,33,7,235,61, + 74,63,53,60,75,182,210,61,33,201,138,189,151,166,162,189,205,18,134,189,87,241,233,61, + 184,96,119,189,197,83,59,61,209,57,228,60,89,136,170,61,30,237,72,189,233,131,7,61, + 50,159,98,61,144,89,138,186,56,87,4,60,95,37,179,61,244,98,222,189,198,43,188,189, + 228,49,185,60,125,18,21,61,185,167,27,189,79,129,226,59,10,157,5,190,57,96,80,62, + 199,56,170,188,122,81,6,190,195,237,1,61,15,50,245,189,92,68,31,190,216,89,157,186, + 211,224,90,189,16,14,140,188,169,102,167,61,137,67,150,60,103,87,23,61,224,217,4,190, + 6,45,246,61,50,17,17,188,90,32,29,186,169,188,210,187,13,102,164,189,28,173,121,61, + 75,88,114,61,237,206,41,190,69,152,193,60,210,18,245,61,168,63,131,60,227,237,17,190, + 104,10,91,189,168,192,179,187,100,181,186,59,16,79,70,188,50,164,244,60,248,203,114,186, + 128,222,224,61,84,244,59,188,10,245,119,61,151,15,129,189,142,168,236,61,29,189,26,59, + 158,13,27,189,160,183,193,60,78,139,10,190,111,187,156,188,41,166,77,61,213,240,224,189, + 32,244,29,188,181,122,156,187,185,96,8,186,57,15,149,189,88,119,250,59,228,241,105,60, + 163,239,229,189,15,190,244,60,100,151,246,61,33,24,89,60,65,196,237,188,225,78,16,61, + 66,60,251,60,80,119,200,189,143,251,213,61,171,160,12,189,249,26,11,62,76,218,3,62, + 50,153,198,187,121,91,59,61,0,14,1,60,246,10,209,188,190,185,21,61,60,43,227,60, + 212,163,208,189,15,139,181,62,106,23,165,60,137,18,49,190,68,153,185,187,195,187,125,61, + 44,17,225,189,226,13,6,61,198,29,218,61,178,10,172,60,124,57,132,186,109,156,240,61, + 151,156,11,62,145,227,62,190,135,36,16,189,173,179,177,61,220,193,165,187,123,30,199,189, + 179,99,207,61,215,205,33,189,253,229,199,187,113,28,120,60,145,89,136,187,76,119,3,189, + 172,128,192,189,223,129,183,189,40,114,97,60,249,123,225,60,43,211,47,190,126,178,90,188, + 212,77,69,61,230,143,211,61,158,167,101,188,81,247,30,62,171,219,77,62,189,29,19,190, + 169,61,10,190,235,172,153,188,43,168,128,61,104,28,255,189,45,222,2,189,6,8,100,188, + 246,20,55,190,159,153,192,61,131,201,124,188,174,70,126,60,208,205,173,189,129,215,48,189, + 159,231,240,61,229,185,173,189,145,59,179,61,236,112,4,189,199,139,25,190,75,237,54,190, + 90,19,129,189,220,252,178,60,11,223,54,61,145,217,16,188,68,166,168,60,16,36,167,189, + 143,135,142,188,204,82,56,187,76,187,130,60,15,104,149,61,50,226,62,189,111,153,81,62, + 14,129,143,60,37,207,205,188,134,206,113,189,237,190,192,61,94,71,28,190,29,40,242,60, + 112,225,139,189,28,46,100,61,104,72,64,189,28,222,82,62,25,58,128,188,10,116,33,190, + 177,45,218,189,151,206,174,188,68,74,160,188,198,85,41,61,25,235,5,62,100,6,49,60, + 159,4,48,190,173,115,144,189,16,94,46,61,26,46,167,59,2,229,187,189,87,88,44,189, + 189,170,6,62,208,216,40,190,138,95,130,189,66,213,186,189,67,199,219,61,83,74,107,59, + 165,242,213,188,98,242,252,61,5,4,6,62,235,71,84,189,211,3,121,188,126,179,244,189, + 105,221,46,61,4,197,172,59,31,1,108,189,36,106,234,189,90,127,196,190,49,78,147,61, + 175,127,249,189,69,91,171,60,6,222,195,189,203,187,39,190,92,104,251,61,183,48,104,188, + 183,109,60,189,20,17,16,189,217,247,62,187,146,192,163,189,125,59,39,190,17,99,188,189, + 174,39,41,61,109,8,14,61,165,166,254,59,133,78,99,190,209,168,111,188,84,177,12,61, + 90,143,65,60,100,245,74,189,139,160,21,190,104,88,15,62,40,170,167,189,60,180,15,190, + 226,6,21,59,252,118,151,61,219,116,137,190,163,101,5,62,222,176,90,61,86,135,161,61, + 169,75,165,189,193,40,22,62,240,22,116,189,112,153,28,190,207,73,33,190,44,85,182,61, + 253,161,37,189,162,85,8,189,225,227,66,62,36,152,207,61,69,175,187,189,206,164,109,189, + 233,21,156,60,94,114,88,60,252,189,147,188,155,82,157,189,129,171,119,62,246,75,4,190, + 194,21,7,190,39,49,5,190,219,145,177,60,44,178,147,61,19,112,170,188,181,38,70,61, + 253,95,15,62,99,201,73,189,45,170,159,188,139,120,226,60,123,236,240,61,91,252,19,61, + 133,95,153,189,211,178,135,61,158,109,57,190,97,91,28,188,42,219,153,189,139,192,198,61, + 212,98,139,189,61,19,62,60,185,161,21,59,41,146,134,189,69,94,81,61,144,249,92,189, + 91,184,221,189,109,246,239,188,217,149,12,190,240,245,93,189,83,187,8,62,255,177,38,62, + 68,142,23,61,187,73,61,190,30,165,33,190,196,129,4,62,97,164,154,61,77,48,16,190, + 143,71,62,59,232,143,31,62,124,164,128,187,122,157,146,61,8,10,135,189,123,211,211,60, + 225,158,240,61,26,75,136,188,152,173,158,61,175,0,253,189,216,254,83,188,128,13,130,189, + 121,200,187,60,171,13,47,189,125,3,143,61,8,202,218,61,229,116,179,188,99,17,28,189, + 177,197,101,189,239,22,102,188,254,237,133,61,127,142,110,188,19,159,38,61,228,119,138,61, + 225,188,16,190,77,193,109,61,99,190,173,60,49,48,73,61,59,31,212,61,120,228,169,61, + 167,35,206,60,128,162,21,61,96,67,132,59,61,69,160,187,53,232,203,61,154,203,245,187, + 41,125,83,189,51,222,142,187,84,144,114,61,77,248,137,189,152,16,220,189,160,103,179,189, + 182,70,30,62,63,15,140,189,35,250,88,61,215,120,13,190,221,36,66,189,145,163,233,189, + 239,178,35,60,182,247,51,61,227,122,242,60,135,231,160,189,181,149,97,189,34,242,245,189, + 224,116,11,61,42,169,201,61,220,180,205,189,71,84,158,61,112,130,160,188,181,204,133,61, + 239,168,130,189,141,33,136,189,214,35,197,61,201,87,60,61,134,74,57,61,233,66,126,61, + 228,132,230,189,166,117,214,61,5,218,177,188,121,1,21,62,243,51,144,61,212,174,137,60, + 61,53,130,60,130,120,130,187,22,111,92,61,212,164,70,61,137,210,226,57,253,55,68,189, + 116,91,129,60,162,109,137,189,113,214,99,189,230,46,19,60,44,51,236,59,208,200,192,61, + 179,249,16,62,133,155,61,188,226,31,1,62,191,121,74,188,74,2,30,62,198,225,152,61, + 123,35,43,189,192,76,34,190,112,28,111,60,117,51,62,61,250,190,72,188,200,220,25,60, + 74,20,171,61,54,62,165,61,13,85,53,61,179,127,156,61,35,85,173,61,106,170,28,61, + 116,212,176,189,215,170,239,189,5,226,216,189,102,65,172,189,181,196,1,62,106,121,185,60, + 35,86,240,189,203,20,84,61,179,182,193,186,176,72,30,184,231,137,16,190,26,24,50,58, + 21,2,77,189,155,131,63,189,114,114,230,189,155,90,201,187,45,255,1,62,98,37,74,189, + 242,198,68,188,15,93,166,59,114,180,233,61,233,225,119,60,38,239,35,60,234,217,236,188, + 231,53,142,189,71,120,34,61,97,108,190,189,142,31,190,62,16,159,128,61,195,36,210,60, + 221,207,189,189,139,61,60,188,6,122,100,188,215,87,123,187,55,81,132,60,112,147,134,60, + 221,186,206,188,7,230,143,61,159,170,153,189,174,205,31,189,192,166,183,59,186,47,131,62, + 97,111,47,60,226,24,102,189,128,185,234,60,162,179,90,60,134,113,215,188,154,161,95,187, + 222,161,213,189,97,252,150,189,251,226,35,190,43,39,196,60,194,130,123,189,35,192,228,187, + 99,205,14,190,199,60,12,190,23,141,120,186,99,210,128,61,2,121,163,61,124,84,147,60, + 110,12,194,61,249,159,13,190,88,32,179,60,185,246,17,190,212,139,13,62,205,44,33,189, + 50,203,50,60,59,207,208,59,111,193,47,190,239,45,160,189,61,32,151,189,37,118,221,61, + 167,108,184,60,30,12,160,61,163,30,129,189,102,146,42,189,171,44,55,189,216,33,72,189, + 230,149,152,189,198,84,215,189,98,80,40,190,135,148,69,61,147,102,177,189,241,80,216,188, + 95,208,132,189,226,187,109,189,177,109,47,190,67,186,153,61,193,161,248,60,1,70,80,187, + 54,102,216,189,122,38,126,62,253,205,136,187,196,189,35,190,220,232,152,189,242,198,180,61, + 170,120,131,190,7,9,164,61,82,170,252,189,139,8,144,189,164,216,31,190,176,176,154,60, + 115,240,32,62,146,62,43,190,101,237,53,190,249,100,8,62,112,154,150,189,18,143,165,61, + 37,29,228,60,215,219,157,60,164,10,47,190,199,121,204,61,179,228,139,189,187,218,182,60, + 173,64,50,189,180,168,49,60,84,29,67,59,104,145,23,189,189,39,11,190,8,28,248,188, + 34,180,185,61,23,207,183,61,76,214,103,188,204,238,2,62,235,99,220,61,233,171,88,189, + 118,173,183,189,8,49,19,186,155,120,206,61,115,101,203,188,194,160,204,189,254,20,134,61, + 60,2,104,190,184,222,254,60,9,129,188,57,103,27,28,190,83,205,12,189,56,171,95,59, + 86,60,180,61,18,8,191,61,194,161,80,188,162,20,201,189,94,113,216,189,207,16,82,188, + 140,224,79,190,130,58,243,189,127,175,27,62,250,74,57,62,229,90,152,60,51,10,26,190, + 248,173,199,189,239,153,86,62,72,235,12,62,107,40,33,189,39,59,193,61,106,154,82,189, + 92,230,254,189,229,185,181,60,27,42,240,60,228,224,240,60,222,150,169,61,232,180,24,190, + 247,3,179,189,175,138,21,190,76,138,58,62,134,188,193,60,64,198,96,189,141,95,17,62, + 183,204,218,189,15,142,115,61,51,131,27,62,163,219,145,189,127,91,175,61,10,33,15,62, + 183,42,10,190,11,30,233,189,178,155,134,60,244,9,112,61,126,154,58,190,185,51,216,188, + 123,5,176,61,192,253,174,187,151,138,102,189,146,154,198,60,98,4,74,188,168,237,173,189, + 224,211,191,60,140,9,43,62,127,213,41,187,27,60,195,61,202,52,132,189,42,176,190,61, + 77,100,179,189,118,21,36,61,250,94,27,189,133,145,96,189,237,94,184,61,28,99,228,59, + 121,84,141,189,198,198,178,189,235,159,110,187,62,175,207,189,63,234,159,61,141,116,18,190, + 17,90,109,189,167,139,38,61,203,240,179,61,2,84,234,189,56,97,215,61,188,184,195,187, + 184,77,153,57,182,46,156,59,189,152,117,61,240,22,156,189,53,209,165,61,204,32,68,61, + 227,19,13,188,249,158,20,61,138,35,149,61,254,239,244,189,230,155,7,190,123,179,62,61, + 66,167,249,61,111,128,151,61,153,59,232,59,209,210,147,189,56,190,149,61,162,114,151,189, + 225,51,240,61,74,69,147,189,83,106,135,61,19,195,73,189,173,66,73,189,134,16,39,190, + 238,221,168,61,25,185,2,190,69,239,130,61,139,3,233,188,71,63,45,61,80,94,63,189, + 198,225,242,186,119,95,170,61,170,73,94,62,62,76,54,189,116,10,67,61,55,119,215,189, + 9,250,42,190,246,229,248,60,181,59,56,188,122,146,243,59,250,83,172,61,104,99,176,188, + 237,237,79,189,31,57,21,61,165,91,132,60,187,16,136,188,119,32,217,60,8,56,183,188, + 230,11,172,60,231,44,202,59,13,161,68,59,103,155,193,61,201,168,239,186,153,208,52,61, + 70,77,158,189,35,158,95,61,59,77,188,188,220,49,232,189,59,138,231,61,86,174,87,61, + 16,243,234,189,90,27,135,61,10,210,194,189,64,1,26,61,53,121,55,62,251,52,30,60, + 220,98,13,187,238,234,165,185,141,154,9,189,111,229,4,189,238,244,98,189,253,0,19,189, + 115,48,33,62,118,41,2,59,102,69,81,189,17,181,132,61,119,171,128,61,173,180,191,186, + 215,31,75,62,255,72,253,189,10,118,169,61,150,228,26,189,82,251,249,61,154,10,25,61, + 70,140,143,187,171,208,175,189,205,162,169,189,242,25,45,190,208,72,151,61,182,2,102,188, + 186,113,84,189,10,170,251,61,34,191,153,61,221,18,5,61,109,254,3,189,38,233,200,60, + 230,2,134,187,200,59,237,186,248,234,176,188,223,208,78,61,165,132,13,190,108,230,136,61, + 234,170,12,61,245,29,216,189,191,5,199,61,2,158,119,188,6,200,40,60,236,182,46,190, + 136,173,215,189,86,62,108,189,46,234,52,61,202,198,131,189,65,160,177,189,205,166,191,186, + 249,27,49,189,80,68,20,189,212,184,223,189,239,188,193,61,15,35,116,61,103,137,233,61, + 118,101,98,188,1,218,16,189,36,174,178,61,88,92,251,188,91,211,244,61,79,184,16,190, + 34,184,255,189,251,103,156,188,247,22,129,188,200,197,104,189,53,148,74,60,202,246,152,189, + 196,88,122,62,121,33,99,189,173,108,172,61,199,79,125,189,22,151,208,61,204,156,104,189, + 194,122,185,188,65,114,36,62,3,254,109,61,108,36,12,190,130,130,3,189,186,118,13,190, + 230,152,106,61,15,126,5,61,77,92,219,60,164,253,131,61,49,76,189,189,64,174,145,61, + 25,226,11,62,25,203,144,190,72,166,76,61,14,4,251,188,78,224,200,189,224,101,44,60, + 252,127,31,190,8,102,131,189,40,180,55,62,118,46,145,189,121,41,1,190,46,183,30,189, + 17,4,39,189,147,197,31,62,72,184,87,188,143,92,201,185,207,181,10,190,120,108,38,189, + 117,244,158,60,172,107,110,189,14,175,159,59,17,43,95,61,107,6,134,61,57,128,181,61, + 66,25,173,188,185,174,112,61,36,118,147,189,113,82,155,61,209,122,217,189,214,30,80,62, + 94,48,245,189,154,156,68,190,118,42,20,62,176,239,7,190,18,111,228,61,30,92,167,189, + 131,10,137,190,148,36,57,189,143,16,182,61,78,142,232,61,62,6,156,62,179,45,205,189, + 246,134,174,189,18,221,174,189,154,75,2,188,218,7,125,189,23,121,180,188,242,121,239,187, + 252,53,119,188,254,11,66,189,134,162,167,61,250,210,29,62,63,226,66,190,56,4,56,189, + 203,110,73,190,97,201,220,61,77,150,146,188,143,218,168,189,218,250,34,62,120,69,0,189, + 26,113,251,61,85,94,244,61,19,171,208,61,59,61,251,60,2,145,69,189,114,27,29,62, + 161,217,251,61,77,160,24,190,45,239,17,190,19,57,23,188,23,216,41,190,147,62,8,190, + 235,173,199,189,249,174,8,62,128,206,88,190,82,185,195,61,186,74,20,190,6,33,162,61, + 124,190,123,189,181,166,71,189,18,202,211,188,24,93,25,190,74,120,136,61,10,113,149,61, + 33,53,35,62,189,131,65,61,170,10,237,189,55,67,222,189,14,172,104,62,13,98,232,189, + 178,166,240,189,129,138,193,189,200,180,201,61,112,14,133,189,250,93,14,61,210,208,0,61, + 117,64,33,190,255,168,43,190,66,49,38,62,136,65,238,58,40,36,214,189,241,182,4,190, + 90,81,40,189,187,159,5,190,100,119,48,61,149,247,82,61,169,20,247,188,146,248,4,61, + 6,51,27,61,133,115,40,190,45,72,191,188,1,84,121,189,215,98,173,61,39,137,175,61, + 235,161,45,190,123,35,171,61,123,94,102,61,12,55,192,188,121,103,135,189,42,197,229,60, + 150,116,112,190,81,248,8,61,55,81,150,189,163,239,209,61,252,212,129,189,200,160,155,61, + 239,199,94,187,23,248,14,189,112,148,14,60,59,128,194,60,203,115,51,189,52,136,126,189, + 161,75,114,61,152,126,233,189,233,245,210,189,72,49,11,61,14,114,192,189,112,114,182,189, + 130,223,44,62,76,95,106,188,208,232,251,61,112,64,13,190,231,123,195,189,233,140,254,189, + 197,158,174,188,129,76,10,60,222,58,150,189,216,131,210,60,47,109,43,59,63,194,57,190, + 143,105,104,189,182,55,12,190,140,193,62,189,160,81,122,188,102,118,153,60,131,121,82,61, + 206,138,156,190,45,226,165,61,146,156,42,188,25,214,131,187,246,45,67,188,38,55,62,187, + 31,153,61,61,61,9,159,61,193,58,151,61,210,150,132,61,131,149,159,61,103,131,100,61, + 117,48,117,190,136,171,1,61,167,8,226,61,156,104,223,188,14,243,127,187,139,251,224,59, + 97,244,170,60,164,181,167,62,169,180,88,189,39,145,241,59,38,248,233,59,235,190,238,188, + 226,232,22,189,113,33,230,61,74,12,193,61,98,193,4,61,131,108,169,189,81,100,189,61, + 255,71,52,189,124,192,131,189,30,177,168,60,138,229,75,189,128,158,131,189,174,46,230,61, + 17,84,22,62,157,252,162,189,89,212,50,61,196,213,193,60,143,203,163,61,150,18,162,185, + 106,102,82,186,60,127,157,189,191,32,10,61,161,18,113,187,225,207,117,189,160,46,47,189, + 99,62,187,189,233,247,57,62,38,21,86,60,252,238,203,61,100,218,147,61,108,141,51,61, + 88,2,98,61,3,7,93,189,44,200,61,189,223,18,126,61,63,133,40,60,26,85,24,62, + 140,111,172,60,29,90,42,62,54,72,125,61,38,129,225,60,128,253,153,189,89,225,167,189, + 81,7,148,189,73,87,1,190,184,130,204,61,119,91,162,189,38,249,4,62,21,171,76,60, + 179,26,225,188,254,198,24,58,128,115,173,60,226,76,137,187,88,207,171,61,129,142,196,59, + 34,72,144,187,184,29,44,61,220,211,26,187,89,62,218,60,2,124,193,189,156,211,210,187, + 68,225,202,61,159,49,82,189,245,117,66,62,185,6,113,190,50,30,165,61,202,144,131,61, + 235,121,192,61,252,9,176,60,164,88,34,62,211,100,32,190,58,241,0,62,87,157,225,59, + 175,92,156,61,179,97,28,61,186,136,65,61,90,68,219,60,75,253,96,189,179,254,15,190, + 39,177,159,60,56,9,175,60,126,0,206,189,255,67,183,59,143,2,166,188,131,218,185,61, + 27,129,251,189,25,164,248,61,230,9,39,190,178,102,114,61,54,115,109,188,158,141,199,61, + 87,35,212,61,91,87,84,188,148,121,95,189,82,2,206,189,120,34,220,60,208,231,44,189, + 182,72,22,189,60,49,235,61,221,14,189,189,99,117,36,60,107,123,3,189,219,93,146,189, + 230,175,84,61,234,124,8,190,227,168,220,61,145,255,184,60,61,128,123,61,89,108,106,189, + 245,66,124,189,161,16,178,189,19,40,150,61,61,184,60,189,29,68,208,61,139,144,145,61, + 172,32,179,61,114,243,184,188,29,128,10,62,133,170,201,60,165,43,37,189,159,116,10,190, + 160,235,111,60,108,61,144,188,226,101,141,61,141,85,62,60,27,184,107,61,54,87,156,58, + 250,135,169,61,180,158,121,189,90,212,213,59,165,86,223,189,216,104,26,62,230,242,137,61, + 147,83,221,189,180,195,184,188,152,133,206,61,153,241,80,61,105,204,161,60,109,160,121,61, + 146,98,148,60,222,197,217,189,232,183,216,189,112,216,210,189,208,81,184,61,5,222,65,61, + 126,17,211,59,18,34,136,61,151,163,215,189,253,90,192,61,170,68,11,190,137,16,160,61, + 5,252,203,189,137,54,81,61,212,54,83,62,247,199,160,61,162,164,19,190,0,24,67,189, + 161,10,219,188,208,197,59,61,163,72,227,61,7,249,25,62,211,120,118,61,184,187,199,189, + 206,91,134,61,102,159,254,189,209,224,64,189,249,20,135,189,127,109,93,189,130,148,28,61, + 251,121,23,190,208,7,36,62,74,49,38,190,204,30,156,61,209,181,121,61,26,90,219,189, + 29,242,41,62,104,239,133,60,218,72,16,61,210,206,74,60,210,72,46,61,49,116,42,189, + 174,158,236,189,80,16,168,189,225,140,104,189,121,163,3,60,166,98,228,188,44,69,47,189, + 120,135,92,189,224,121,157,61,217,236,129,189,119,38,57,61,177,108,245,61,91,100,165,61, + 217,84,155,188,88,66,37,190,231,115,57,190,165,208,68,61,247,84,57,61,228,88,98,189, + 175,173,20,62,221,153,7,190,115,3,42,62,254,59,48,61,70,171,86,61,103,177,144,61, + 38,216,184,189,236,12,39,189,134,178,235,59,60,185,44,187,145,138,98,189,150,49,10,62, + 63,198,161,188,125,220,8,190,236,94,49,190,84,183,180,61,234,17,146,189,102,101,21,60, + 26,125,147,188,253,78,20,62,129,50,24,190,151,180,175,189,9,152,195,61,25,85,190,189, + 96,188,39,61,140,142,13,62,107,158,148,61,183,195,45,190,135,56,59,190,238,143,155,189, + 236,179,199,61,248,61,228,189,181,144,244,189,110,40,67,190,121,165,77,60,9,207,224,60, + 18,59,49,61,76,196,19,190,217,66,238,60,59,204,149,189,198,255,183,188,138,122,236,60, + 86,186,171,61,102,207,125,189,31,44,127,61,178,153,215,189,16,137,151,59,67,131,240,61, + 254,90,175,189,194,135,255,188,106,67,129,61,105,20,96,189,112,159,238,61,192,220,128,60, + 251,144,10,62,46,243,8,61,245,33,170,61,110,29,195,189,241,65,38,189,245,64,55,189, + 32,168,222,61,111,226,92,189,206,6,238,61,52,173,240,57,92,122,38,62,1,60,204,189, + 135,253,243,61,59,145,39,190,80,140,7,61,138,135,73,62,76,87,17,188,3,70,46,190, + 226,125,110,189,199,48,173,189,246,54,26,61,12,132,253,188,238,121,208,59,188,90,184,186, + 188,12,145,185,16,32,98,61,244,134,58,189,180,30,200,61,70,87,197,189,118,29,34,62, + 131,22,85,62,231,15,55,188,50,43,212,61,201,48,30,190,7,6,153,189,199,108,135,60, + 159,141,183,188,128,75,136,60,172,113,70,189,88,116,210,60,4,126,155,189,46,197,216,59, + 68,159,199,189,102,127,180,188,238,20,177,62,137,0,1,190,145,123,89,62,30,205,59,61, + 79,3,207,188,54,238,128,187,80,103,161,189,133,112,153,61,177,212,213,60,126,57,189,188, + 91,214,99,61,176,189,8,189,207,24,243,61,94,187,72,62,138,98,104,189,251,150,219,60, + 114,37,41,58,95,22,149,189,236,47,85,188,225,253,42,190,200,16,239,60,52,136,132,189, + 114,124,36,189,59,202,102,62,72,158,20,190,139,176,190,188,133,210,20,61,228,53,242,188, + 232,134,41,190,182,90,82,188,227,131,2,62,204,34,148,189,180,72,167,59,57,218,228,60, + 4,166,2,189,214,26,34,190,30,95,154,188,239,170,39,61,49,104,199,61,204,102,61,188, + 102,82,239,61,120,146,5,189,93,116,42,188,214,200,152,58,148,42,92,61,83,123,7,62, + 154,196,240,188,75,190,253,61,249,66,113,61,165,34,173,189,72,35,165,189,233,190,79,189, + 6,237,7,189,176,179,69,61,141,122,132,60,133,243,149,61,49,183,14,62,63,73,250,188, + 255,213,157,188,189,229,127,60,122,132,66,61,6,98,131,61,247,69,5,190,93,123,10,187, + 30,15,135,190,90,244,142,61,155,48,197,189,120,182,175,189,145,232,184,189,42,180,137,189, + 196,27,223,61,209,62,255,60,156,60,0,190,236,113,178,189,7,55,216,189,224,84,168,189, + 14,123,242,188,68,171,138,188,124,71,141,61,113,146,93,61,29,193,109,61,49,166,13,190, + 188,241,2,189,192,172,160,61,130,245,163,61,73,80,3,189,230,0,33,61,122,246,86,62, + 82,119,169,189,175,156,58,189,190,71,13,190,154,27,110,61,154,70,249,59,91,193,87,189, + 230,203,136,61,106,72,209,189,160,219,71,61,23,25,90,189,108,81,135,189,86,131,73,188, + 9,156,0,188,194,146,85,62,112,24,129,188,231,241,50,60,255,148,58,187,250,61,86,61, + 26,192,17,190,147,75,172,189,204,106,10,188,208,100,227,185,129,67,52,190,191,176,203,61, + 18,60,161,189,208,243,255,61,225,219,137,189,72,44,204,61,231,60,32,188,140,31,126,189, + 142,129,242,188,57,178,168,61,10,14,130,61,203,228,177,61,188,134,41,188,125,5,126,61, + 144,125,231,61,183,54,144,189,150,208,129,188,232,164,161,189,104,179,73,190,255,129,25,190, + 184,138,163,58,207,214,246,189,235,130,68,60,203,70,40,190,115,104,173,61,31,94,228,189, + 96,102,210,189,136,229,128,189,228,174,153,189,52,95,140,60,137,136,7,62,129,30,4,188, + 115,11,29,190,160,130,166,189,118,251,240,189,167,97,228,189,27,204,158,189,201,45,81,189, + 157,253,145,188,31,231,5,190,176,40,139,61,246,197,146,62,130,205,60,189,147,187,158,189, + 10,85,214,189,189,35,29,62,138,148,30,188,24,105,213,188,26,91,134,61,137,102,101,60, + 212,119,16,61,176,192,141,61,74,7,110,60,55,116,84,189,133,88,159,189,63,44,100,61, + 156,163,223,61,244,27,237,189,23,142,112,189,154,191,141,61,55,158,147,61,203,179,243,188, + 106,123,84,190,71,154,31,188,187,14,20,61,232,110,149,60,37,202,185,61,83,31,13,61, + 164,244,26,190,109,125,36,190,51,97,189,60,63,243,24,189,163,208,147,60,156,132,18,62, + 145,103,58,189,18,214,184,189,180,97,156,188,231,162,68,61,195,30,232,188,97,47,80,59, + 222,214,169,189,107,184,147,189,126,141,19,189,129,109,244,60,51,213,9,61,135,65,132,189, + 176,88,76,188,65,81,146,61,139,61,248,188,80,155,61,189,242,245,58,61,133,234,91,188, + 32,152,193,61,2,250,173,188,38,23,107,190,241,248,154,60,78,148,28,61,220,138,53,59, + 236,174,1,62,101,179,190,60,130,237,81,188,200,204,20,62,220,78,219,60,147,212,148,61, + 50,189,17,190,126,151,52,62,75,184,152,189,194,152,253,189,3,204,143,61,1,62,125,61, + 107,74,165,190,172,3,165,61,129,35,200,189,124,4,18,61,224,126,39,61,151,91,214,61, + 156,180,94,187,226,116,197,189,149,104,222,189,158,198,25,61,118,41,33,61,79,19,56,61, + 95,48,223,61,168,151,156,61,249,186,141,61,187,104,240,60,41,147,203,189,254,137,145,189, + 121,220,125,61,2,36,30,61,237,98,52,62,45,140,151,189,13,42,40,190,29,210,99,188, + 180,105,50,189,117,185,4,62,69,95,49,59,52,78,244,61,254,181,224,60,19,60,66,189, + 223,205,45,189,94,245,84,60,249,190,66,61,24,255,61,61,88,90,203,184,136,31,194,189, + 176,53,113,190,49,26,210,188,191,74,22,189,118,174,208,61,136,242,145,60,91,253,187,61, + 47,129,242,60,193,115,199,189,118,173,49,61,124,152,143,60,34,170,166,189,155,248,155,189, + 186,232,227,188,179,200,225,189,221,67,133,189,14,233,135,189,1,228,133,189,130,50,183,188, + 148,143,130,188,212,102,61,62,151,140,248,189,165,65,131,61,243,61,157,189,101,195,98,62, + 70,94,177,188,141,140,191,60,22,174,58,189,211,74,123,61,66,70,49,190,64,98,11,189, + 96,227,248,61,107,42,108,61,138,38,112,189,102,60,16,62,230,253,74,189,86,228,215,189, + 54,245,30,61,202,87,37,59,160,187,125,188,132,29,164,189,102,2,150,59,221,111,248,188, + 88,218,228,189,30,165,5,189,188,6,213,61,255,135,25,61,55,0,143,190,162,77,118,189, + 23,239,64,189,91,112,41,62,80,171,14,61,255,29,155,61,128,144,221,189,62,195,101,62, + 84,121,135,61,66,181,26,189,134,126,199,60,61,213,156,189,78,244,174,60,20,34,143,188, + 122,14,149,189,187,192,113,188,228,228,49,61,140,247,47,60,113,104,166,190,37,34,111,189, + 148,6,46,189,97,60,116,189,184,251,154,189,109,140,134,190,146,252,19,62,181,211,135,189, + 58,201,61,190,128,169,141,61,148,231,114,186,91,55,51,189,158,252,56,61,43,45,161,61, + 108,134,29,190,11,230,151,188,238,207,108,189,207,185,73,190,102,93,135,60,59,16,7,190, + 53,124,214,59,172,9,210,59,171,22,249,61,143,154,153,61,206,9,91,61,212,42,156,188, + 161,190,6,190,87,115,195,188,60,147,185,189,182,97,40,60,228,73,105,60,108,192,183,189, + 18,142,139,189,217,149,142,61,229,27,229,188,70,33,18,189,152,148,49,189,3,182,186,189, + 168,166,150,188,192,242,101,61,166,162,136,189,223,53,119,61,106,35,37,188,10,153,225,188, + 210,81,12,189,109,230,141,59,80,178,0,189,58,228,165,61,223,220,141,60,200,237,150,60, + 150,122,233,186,97,177,186,188,118,9,58,59,78,52,162,189,14,236,208,60,118,87,176,61, + 44,5,30,189,100,59,131,189,192,44,148,61,13,111,8,59,69,120,232,61,101,226,221,189, + 133,96,196,189,88,113,77,60,6,44,46,190,208,94,246,188,161,64,13,190,141,36,62,189, + 47,225,165,61,64,245,19,62,190,7,225,188,233,191,245,189,9,171,202,61,180,63,227,189, + 47,229,25,61,226,116,182,189,91,245,72,189,29,132,45,189,250,251,124,60,136,72,218,188, + 103,158,65,61,49,31,118,189,117,66,1,62,41,90,30,189,46,186,172,187,4,93,221,189, + 68,236,150,189,21,161,96,62,39,99,236,58,186,112,54,189,4,60,21,60,239,51,33,62, + 223,137,67,189,199,237,187,58,72,14,184,188,228,83,136,188,222,157,88,188,82,145,229,61, + 52,144,144,61,139,97,56,189,111,92,51,190,92,91,12,61,55,117,5,62,64,156,79,189, + 92,122,185,61,36,241,16,62,190,69,204,189,209,122,151,60,161,144,126,60,184,19,24,62, + 11,209,4,62,191,166,223,61,190,115,239,61,143,172,75,187,121,87,95,190,204,35,94,190, + 87,176,149,61,58,108,37,62,7,39,8,61,165,216,37,62,136,136,21,188,216,137,228,189, + 107,86,143,189,216,118,75,58,238,197,71,61,183,102,60,190,124,181,201,188,83,1,178,189, + 79,206,42,187,56,70,226,60,54,55,190,189,147,120,176,61,152,219,89,60,57,189,130,60, + 56,15,38,61,133,118,147,188,238,145,209,188,227,168,133,189,198,213,10,190,6,172,198,189, + 171,96,89,190,179,255,181,61,32,100,217,61,59,111,62,62,142,210,192,61,5,107,6,190, + 49,66,142,186,107,164,200,61,191,182,0,62,42,91,130,189,82,152,29,62,47,249,62,190, + 210,222,24,190,126,35,249,188,125,58,220,61,7,67,148,61,200,213,74,59,124,77,65,190, + 53,183,31,62,160,169,24,190,121,172,136,61,108,189,5,62,190,233,103,187,88,134,232,188, + 95,221,218,189,183,212,249,188,173,41,137,59,123,150,151,189,80,84,23,189,121,182,211,61, + 149,220,100,188,28,134,42,189,32,105,99,189,16,67,67,61,82,191,129,189,119,41,249,61, + 110,220,4,61,13,226,34,62,179,215,239,189,120,51,139,189,42,28,35,189,147,214,135,60, + 23,231,111,187,77,227,156,61,15,255,108,189,204,203,74,61,109,48,207,188,203,36,251,187, + 37,22,128,60,193,209,190,188,74,229,29,61,27,22,147,189,202,208,21,189,183,97,9,62, + 56,239,236,60,247,197,123,61,9,59,218,59,30,83,220,188,61,255,153,61,94,202,9,61, + 197,3,135,60,124,96,185,189,84,73,225,61,74,43,234,189,186,26,133,189,220,86,92,61, + 202,249,126,61,233,4,150,187,77,31,10,61,225,180,1,189,122,55,22,62,96,216,177,189, + 14,69,233,61,69,215,238,60,64,109,11,189,236,199,160,62,140,18,72,189,191,159,14,190, + 61,82,169,189,255,168,57,188,236,0,158,190,116,70,132,60,177,239,218,61,117,43,23,61, + 111,93,31,190,104,194,66,62,218,23,91,61,155,91,51,190,211,47,22,189,94,77,99,189, + 51,85,153,188,49,50,143,61,12,200,25,62,96,216,112,61,114,168,11,190,109,59,143,60, + 149,178,179,60,78,152,191,61,9,26,11,61,123,183,54,61,156,73,56,62,205,186,41,189, + 7,240,136,190,68,157,71,190,47,229,9,190,193,0,131,62,24,131,53,189,107,113,63,60, + 82,156,3,62,19,51,1,190,95,65,82,188,12,248,179,189,73,213,55,62,99,176,32,190, + 165,97,32,190,181,64,117,61,89,209,185,190,67,87,90,61,41,88,166,189,239,104,144,188, + 197,190,26,190,135,255,163,188,199,26,164,61,180,99,184,61,115,159,202,59,2,253,32,61, + 188,146,86,60,66,182,131,189,86,12,5,190,192,19,248,60,21,245,178,188,229,122,50,62, + 61,127,213,187,212,23,246,189,47,214,177,189,24,61,198,61,251,11,51,62,211,162,129,189, + 229,61,93,189,69,126,59,62,55,252,52,190,94,123,185,189,166,148,205,189,74,182,13,60, + 153,121,238,189,124,180,221,188,255,95,107,189,174,97,133,59,127,192,251,61,156,249,66,62, + 249,94,1,60,82,87,49,190,187,182,54,188,159,49,68,62,62,182,208,60,5,143,10,190, + 233,116,141,60,82,82,41,62,224,255,103,189,0,225,50,190,194,208,114,189,81,103,154,188, + 213,99,189,188,129,62,142,59,114,134,255,61,230,143,73,61,237,5,89,189,69,168,225,189, + 175,92,2,62,205,112,37,189,136,48,162,60,215,73,75,62,3,160,205,60,107,172,161,187, + 237,226,166,59,119,184,3,190,137,112,192,61,131,164,65,189,131,239,254,189,105,127,159,60, + 131,27,17,190,129,35,151,189,191,87,204,189,121,142,188,61,174,180,254,189,46,166,162,189, + 193,133,89,189,37,188,41,190,181,212,190,61,219,107,156,188,138,190,28,189,149,168,221,189, + 14,29,80,189,165,83,210,61,85,69,168,61,118,112,203,61,53,239,129,188,98,214,140,189, + 221,180,95,61,214,42,5,189,97,141,226,61,65,4,6,61,95,50,233,61,38,29,48,187, + 99,36,54,189,247,0,26,189,197,17,73,189,255,31,232,61,35,118,191,188,5,55,211,59, + 7,19,3,189,186,236,136,61,121,176,99,61,116,134,6,62,143,78,164,189,160,156,19,61, + 198,109,102,188,222,14,153,189,162,204,181,61,114,23,46,61,213,252,88,189,128,113,171,189, + 128,141,9,190,203,133,195,60,49,60,70,189,64,164,154,61,9,199,103,190,45,192,185,60, + 191,74,75,60,58,24,190,61,160,15,48,189,249,9,145,189,88,214,229,59,20,248,133,61, + 234,203,159,189,221,126,51,61,25,221,160,61,50,240,0,62,245,140,100,61,225,166,97,61, + 152,245,200,188,249,95,56,61,161,3,158,61,2,79,219,188,49,27,46,61,137,180,82,61, + 108,59,112,61,214,131,65,190,54,189,187,188,242,23,90,190,222,152,16,62,250,124,111,188, + 35,94,5,190,127,39,166,189,121,45,205,61,229,110,212,61,221,214,87,62,235,121,163,61, + 195,121,229,189,216,219,3,189,77,60,212,61,0,7,30,58,108,18,162,189,99,141,55,190, + 1,130,169,189,254,154,215,60,5,216,107,62,0,41,180,189,104,69,99,189,166,236,45,59, + 8,41,40,62,19,91,94,60,5,212,247,60,56,120,137,189,246,29,148,189,177,238,51,61, + 86,73,230,60,204,154,225,61,81,208,239,189,52,150,235,61,172,34,188,61,12,247,163,190, + 163,239,92,60,89,233,213,187,206,6,71,61,96,36,142,61,192,47,95,190,187,96,68,189, + 193,172,173,189,231,167,174,61,211,143,125,190,11,251,152,189,255,152,0,62,66,144,125,62, + 15,10,181,61,180,181,228,61,131,106,248,189,25,122,149,189,253,152,145,186,217,92,21,62, + 89,49,51,190,72,138,206,189,122,162,219,61,42,188,93,61,102,30,42,190,227,53,153,189, + 111,149,98,189,250,29,156,188,77,74,129,189,93,183,150,62,188,177,161,189,17,132,0,189, + 111,185,26,61,198,228,51,188,49,33,39,62,66,148,5,61,202,104,149,186,195,143,128,61, + 206,200,53,62,89,142,123,61,89,163,86,61,136,16,7,190,47,160,2,190,223,70,143,190, + 133,96,243,61,137,28,22,62,176,80,21,61,38,185,192,61,159,80,187,189,25,152,206,188, + 182,49,179,188,214,135,111,61,76,75,170,189,167,158,163,189,189,138,150,189,191,32,106,61, + 88,238,28,190,141,194,154,189,56,98,48,189,64,186,207,61,137,1,13,61,38,98,202,187, + 6,38,137,189,68,112,214,189,121,226,100,61,56,25,209,61,157,210,239,60,162,79,90,61, + 23,232,248,60,206,140,154,61,95,2,7,190,211,174,170,61,28,157,25,61,108,102,134,61, + 128,39,43,188,230,180,183,188,107,159,68,189,88,213,214,186,178,244,76,190,204,179,129,189, + 85,242,252,60,236,152,187,61,116,77,173,56,190,100,213,61,34,134,214,188,77,26,210,189, + 50,229,240,189,190,255,163,61,28,163,45,189,105,228,205,60,100,187,9,61,150,155,78,189, + 83,58,249,189,114,190,163,61,24,164,40,190,131,48,34,190,246,134,148,189,110,52,133,189, + 187,163,11,61,241,240,39,60,72,75,254,59,43,6,7,61,171,59,94,187,26,27,187,59, + 167,235,157,189,68,233,165,60,103,79,255,60,201,20,161,61,171,199,19,189,80,165,204,188, + 134,14,211,189,134,54,123,189,167,74,3,189,157,86,92,59,212,125,42,190,76,68,103,62, + 226,193,218,189,223,52,43,189,130,66,148,61,198,215,8,62,143,146,21,190,140,214,237,61, + 131,185,186,60,211,57,84,61,219,18,25,190,221,57,243,188,18,46,241,61,245,206,95,190, + 77,229,95,61,9,113,138,61,7,54,90,61,138,232,72,188,120,34,212,61,38,172,162,61, + 231,217,2,190,43,240,80,61,91,208,133,60,217,96,145,189,174,255,179,189,150,247,132,60, + 119,251,26,62,103,131,8,190,20,64,128,189,131,141,8,189,3,154,12,190,240,98,62,62, + 229,17,54,189,5,87,154,61,200,150,37,60,139,235,42,189,181,88,211,189,6,203,93,61, + 130,116,121,60,231,44,209,188,205,37,12,189,157,68,188,189,211,85,54,190,25,204,19,61, + 113,97,58,189,183,87,112,189,18,106,154,187,153,219,81,188,107,114,147,187,112,16,18,61, + 118,196,139,188,135,245,96,187,96,235,189,188,217,45,2,190,10,83,94,189,120,163,106,61, + 188,56,186,60,153,175,82,62,31,29,134,61,220,113,89,189,37,81,52,189,173,93,200,61, + 75,22,162,61,115,71,221,60,133,209,206,61,5,103,190,189,66,109,210,60,81,188,133,61, + 253,48,71,61,10,233,56,61,78,128,138,61,84,251,172,189,31,124,13,187,57,42,242,188, + 212,40,80,61,92,173,18,189,74,230,147,189,198,196,172,61,7,32,8,62,250,118,83,190, + 220,187,83,189,93,226,5,189,244,107,54,189,161,148,169,61,47,233,96,189,147,109,230,188, + 194,133,195,59,37,27,194,189,12,192,91,189,166,186,187,187,5,103,100,190,161,58,19,62, + 6,81,68,62,45,37,119,61,104,234,174,61,99,184,44,60,27,184,154,59,190,169,152,61, + 230,167,35,189,77,45,51,61,20,226,247,61,63,229,205,60,252,64,188,188,46,58,12,62, + 166,108,190,60,166,191,108,188,79,62,214,188,61,221,203,188,178,24,197,188,237,72,171,189, + 105,10,218,61,116,248,111,61,61,184,159,61,70,24,130,61,211,2,209,189,187,93,1,189, + 134,121,193,61,147,84,32,61,142,248,5,62,204,162,86,188,171,219,82,189,42,235,91,190, + 149,212,44,189,98,198,197,61,114,192,26,61,177,127,17,62,192,38,238,189,96,186,165,189, + 83,208,78,62,230,30,7,62,104,255,5,61,45,79,121,61,95,76,31,190,113,55,129,61, + 106,13,196,61,26,21,30,190,151,10,64,188,9,167,141,60,213,28,125,187,194,255,3,188, + 224,185,33,61,136,244,41,62,236,244,135,189,157,95,13,62,120,12,104,60,126,107,174,58, + 93,210,81,190,72,25,129,189,172,198,108,189,143,76,255,188,22,68,145,189,230,216,183,61, + 13,152,93,190,206,10,191,61,114,168,36,190,186,101,125,62,245,179,140,189,234,156,232,189, + 97,181,226,61,118,235,93,190,121,75,186,188,179,12,184,188,85,70,171,189,205,38,94,189, + 74,247,79,61,109,199,145,189,228,181,140,188,35,118,207,189,56,34,215,189,147,153,172,189, + 124,137,109,189,160,230,182,60,97,200,95,61,48,16,101,189,80,149,227,61,185,27,214,189, + 27,76,250,188,138,210,157,61,155,180,229,60,220,109,72,61,45,85,159,61,26,52,18,61, + 71,101,135,61,53,191,234,61,193,240,238,189,172,100,81,190,213,152,0,61,229,142,100,61, + 187,195,91,62,143,111,175,188,48,119,110,189,5,176,238,188,133,88,79,189,248,183,54,190, + 168,26,185,60,235,116,235,60,145,97,54,61,150,227,99,187,36,121,211,61,187,48,179,189, + 199,181,132,187,212,242,79,188,198,222,190,60,3,168,58,189,12,220,51,189,201,142,171,189, + 7,146,2,190,238,123,136,190,118,0,6,60,158,232,91,189,113,176,223,61,11,62,151,187, + 73,66,218,188,48,201,145,189,210,173,204,61,247,30,44,61,142,58,145,62,187,211,184,61, + 87,170,10,62,27,228,208,189,138,247,141,189,50,51,42,58,66,46,228,61,157,163,148,189, + 217,81,61,61,159,170,138,189,129,255,160,60,186,127,174,189,33,98,106,189,1,177,127,189, + 106,60,133,189,178,170,50,189,109,32,164,189,251,142,136,61,25,34,77,189,160,75,22,61, + 72,199,20,190,3,132,24,62,165,163,53,61,196,142,202,188,242,247,78,189,1,223,73,189, + 183,63,19,61,21,49,14,188,33,147,165,61,168,146,112,189,23,167,211,60,168,96,156,189, + 92,89,69,60,216,158,137,60,183,227,171,61,7,229,62,61,139,97,79,62,1,99,119,60, + 109,113,89,189,54,90,232,187,16,239,80,189,72,248,155,189,43,113,40,61,194,17,104,188, + 186,65,232,189,253,227,85,188,240,227,136,61,34,199,118,188,60,225,122,60,107,39,134,189, + 85,211,63,61,253,97,9,190,158,68,212,61,28,38,93,62,69,189,123,189,80,58,228,61, + 3,33,249,189,122,119,177,61,94,73,209,60,67,48,1,190,192,71,174,60,35,147,229,61, + 211,27,73,186,66,237,22,190,214,134,234,186,231,139,136,61,49,73,214,188,36,29,24,61, + 30,190,41,188,195,46,93,61,50,131,165,61,66,4,72,61,68,120,254,189,245,81,200,60, + 117,249,248,61,65,13,156,61,81,50,206,189,87,182,29,61,140,127,6,61,16,157,25,189, + 173,37,146,61,159,163,213,61,189,183,160,61,3,180,19,189,148,72,207,61,138,188,146,61, + 70,223,131,61,33,162,217,189,86,9,151,188,177,19,36,60,133,161,30,189,162,56,145,61, + 63,133,205,189,190,128,32,61,176,100,79,62,115,255,190,61,246,174,225,61,255,114,133,61, + 205,196,147,189,151,5,206,61,137,93,207,189,89,176,63,61,152,135,143,61,235,150,15,190, + 74,74,244,60,132,23,57,62,192,86,185,189,60,14,33,190,111,109,225,189,206,201,81,188, + 186,147,64,188,129,207,221,60,139,61,11,187,74,105,207,189,76,42,15,60,95,180,224,60, + 163,87,67,61,189,88,209,189,136,194,111,189,245,209,224,60,127,205,128,61,225,67,225,189, + 220,52,26,61,251,18,61,61,10,60,155,188,247,149,198,189,62,146,182,60,155,233,211,61, + 37,40,70,61,128,168,165,61,151,73,91,189,56,85,121,60,54,186,55,190,185,157,159,189, + 181,149,36,62,166,109,57,189,217,185,62,62,3,144,88,60,247,127,154,61,183,93,167,189, + 220,128,221,189,43,2,21,190,11,180,109,60,195,164,218,188,23,144,158,60,253,142,15,190, + 103,33,107,189,80,57,230,59,164,227,25,189,224,103,188,189,45,134,194,189,153,120,31,61, + 82,173,232,189,3,120,241,189,57,210,222,61,114,218,36,189,30,29,175,188,74,242,87,60, + 207,100,45,189,155,131,169,61,102,106,176,59,123,152,45,187,169,49,22,62,242,180,254,189, + 77,92,19,61,81,174,229,188,194,32,16,60,189,139,119,61,101,136,75,190,200,69,230,61, + 29,165,11,189,250,116,244,61,60,181,147,189,82,186,225,188,250,8,51,190,213,56,222,61, + 38,161,234,61,157,232,101,188,121,93,135,61,17,25,7,62,147,96,37,190,248,145,250,61, + 229,7,13,62,235,129,157,61,195,196,90,189,190,225,156,61,186,205,181,61,226,32,164,61, + 121,128,15,61,33,130,218,188,239,122,83,60,144,39,17,190,238,89,232,189,18,33,32,188, + 85,220,141,189,15,244,37,62,16,183,252,61,189,36,103,61,7,248,76,189,255,42,120,61, + 140,235,179,189,246,50,216,189,176,70,75,61,123,203,177,61,121,123,94,189,126,111,224,61, + 39,47,112,189,136,212,150,61,96,116,96,188,230,14,225,188,215,164,224,189,232,86,166,189, + 9,217,118,187,163,252,206,60,144,101,217,188,230,216,29,190,62,9,29,62,161,252,243,60, + 216,222,158,189,254,149,15,189,152,83,158,189,191,95,83,61,87,254,103,62,209,127,25,61, + 33,108,164,188,146,213,189,60,26,42,9,61,129,11,213,188,249,253,132,189,227,223,163,189, + 178,39,79,61,119,62,153,61,229,248,35,189,3,154,48,62,77,107,155,188,119,245,31,190, + 222,65,2,190,84,171,129,189,240,49,139,190,91,186,22,62,233,86,213,61,39,183,145,189, + 222,88,182,189,95,99,7,62,148,151,182,61,62,247,189,189,67,73,214,189,155,38,211,61, + 55,66,90,61,127,43,108,60,87,227,8,58,104,134,150,189,24,112,121,189,209,88,180,61, + 24,199,188,189,15,7,252,60,28,91,178,189,208,105,176,189,64,147,122,61,161,5,22,59, + 1,9,48,190,37,208,88,60,215,237,243,188,222,173,63,62,132,217,68,188,142,178,85,61, + 133,182,101,62,39,64,242,189,238,137,222,189,43,19,193,189,252,183,237,61,66,20,117,189, + 73,216,39,186,111,244,54,189,26,222,111,190,134,63,4,190,113,238,159,189,243,49,16,60, + 106,92,98,189,142,172,13,190,10,87,206,60,112,43,164,60,74,69,239,189,25,248,217,189, + 199,254,145,189,37,115,46,190,50,91,219,189,254,153,107,189,121,252,56,61,227,9,242,61, + 89,161,135,61,167,225,97,190,5,30,230,189,167,213,23,62,230,82,131,61,212,156,136,189, + 76,108,107,61,44,98,211,58,170,252,25,190,87,70,156,189,158,236,144,188,81,77,6,188, + 128,43,124,189,39,17,200,189,216,235,235,188,114,75,202,188,145,35,198,61,11,208,159,188, + 84,61,208,188,26,229,197,189,183,95,104,189,132,193,198,60,186,212,172,61,186,100,12,190, + 66,25,158,188,55,248,204,61,201,57,133,187,209,46,90,189,157,14,178,189,187,213,169,60, + 225,150,126,61,173,100,27,62,40,22,196,61,114,81,167,188,67,212,219,189,213,87,136,188, + 214,247,137,61,56,187,26,60,157,235,32,62,125,190,195,61,173,210,37,62,126,242,238,61, + 127,155,128,189,106,226,52,190,194,98,20,62,75,178,251,189,214,13,228,189,123,10,43,188, + 65,242,73,61,16,79,188,189,109,233,4,190,167,171,8,189,171,95,1,190,231,182,84,189, + 89,64,39,61,80,32,252,189,101,49,214,61,150,175,219,189,193,108,120,189,255,40,152,188, + 253,129,202,189,238,246,236,61,10,253,241,61,136,117,105,62,47,232,42,62,82,94,140,60, + 248,117,0,188,93,76,16,61,53,139,12,61,58,26,43,60,226,159,206,189,134,251,161,187, + 135,168,184,189,233,3,167,189,198,163,2,60,99,12,145,189,75,177,32,61,26,38,154,188, + 167,216,8,62,186,250,41,187,180,233,5,190,229,142,127,61,48,220,215,187,221,91,226,60, + 206,219,191,61,179,245,196,60,69,248,206,61,111,48,0,189,96,14,23,61,21,37,127,61, + 168,214,203,189,34,118,231,188,173,45,228,61,49,132,226,61,191,201,119,61,80,24,229,61, + 218,22,51,190,64,91,42,60,17,52,190,61,114,55,156,60,76,189,154,187,30,17,9,62, + 141,225,174,189,42,13,26,189,48,247,31,62,51,82,236,61,190,88,141,189,118,255,52,189, + 81,31,203,61,226,36,238,59,203,18,190,189,190,148,31,62,248,145,178,61,111,242,165,189, + 28,107,46,61,123,139,246,188,195,119,13,60,230,53,8,62,55,85,165,59,140,196,77,61, + 229,78,44,190,108,58,199,189,185,232,144,189,210,178,2,189,170,16,37,62,192,131,82,60, + 186,166,42,189,139,125,8,61,6,190,95,188,82,96,38,190,128,0,12,190,120,84,247,187, + 12,208,191,61,121,88,156,62,41,192,178,189,114,11,96,189,75,255,156,62,3,194,32,62, + 115,251,0,62,86,17,189,189,92,195,73,190,248,196,248,61,40,224,73,190,69,43,85,62, + 135,186,116,190,120,251,217,189,214,15,85,190,147,110,2,189,73,130,193,61,197,137,49,60, + 244,38,84,190,211,175,23,62,23,151,136,61,79,53,159,190,175,100,54,62,50,23,84,62, + 108,130,187,60,182,166,123,190,58,8,210,189,44,151,133,190,138,168,2,62,234,220,57,189, + 44,20,7,61,53,148,122,62,23,131,136,189,141,6,60,62,206,43,155,189,70,77,239,189, + 60,80,84,189,239,234,63,61,236,214,1,62,87,129,1,62,230,67,80,190,202,108,186,61, + 135,45,215,61,229,209,119,62,148,229,9,190,15,188,37,62,150,180,58,62,77,200,153,189, + 220,103,58,62,195,184,57,62,205,51,51,190,166,181,142,62,204,206,19,190,182,240,163,62, + 97,73,61,189,27,93,225,61,220,32,145,189,108,17,65,190,150,89,32,189,80,171,166,189, + 24,101,69,189,51,204,68,62,221,136,46,189,124,48,230,188,31,24,161,189,76,51,246,61, + 147,131,158,188,197,17,10,62,146,160,216,61,56,217,53,62,231,165,186,188,130,210,2,190, + 129,123,99,190,90,60,51,62,106,238,249,189,135,215,3,61,104,255,143,189,60,245,208,189, + 238,142,45,190,215,61,134,61,37,208,46,62,165,245,80,62,221,223,14,190,8,14,90,61, + 113,184,63,189,162,27,216,189,138,114,155,189,100,126,48,62,254,65,1,189,43,188,14,190, + 59,37,163,189,173,173,169,189,111,107,129,59,52,116,25,189,166,82,10,61,70,21,153,61, + 125,181,201,189,131,98,140,61,66,231,19,190,91,129,188,189,28,240,223,189,113,225,205,61, + 79,156,33,61,217,20,4,62,116,237,71,188,21,132,4,62,217,46,99,61,19,37,42,62, + 73,199,11,190,9,112,65,60,71,254,82,188,203,215,164,189,194,26,191,58,158,215,226,61, + 179,244,47,59,91,94,0,61,29,111,181,189,125,124,125,60,48,151,251,189,156,250,206,61, + 111,121,174,61,111,107,2,188,115,68,138,189,172,111,54,189,249,131,68,190,231,189,149,60, + 173,228,17,189,235,101,156,61,63,56,19,190,119,95,20,62,240,148,112,189,120,125,70,61, + 219,24,56,62,175,210,47,62,59,207,64,62,214,28,163,189,117,122,143,189,183,17,79,62, + 119,108,150,189,54,212,81,62,86,11,108,190,200,91,9,190,22,77,85,190,55,84,218,188, + 190,246,239,61,237,12,147,189,188,219,153,189,121,149,3,62,65,107,236,189,27,251,94,190, + 17,104,219,61,88,230,23,62,239,68,17,189,96,125,203,189,206,224,71,61,103,71,181,189, + 172,175,63,189,126,9,194,189,3,226,244,60,5,37,213,61,135,7,15,190,68,134,105,62, + 235,253,51,190,153,166,152,189,222,138,125,189,34,167,156,189,44,83,35,62,190,101,56,62, + 30,93,155,189,57,218,177,61,111,19,19,62,22,42,122,61,69,234,44,190,15,90,176,61, + 68,49,18,62,84,240,247,189,93,98,102,62,142,195,64,187,245,154,48,189,50,6,167,61, + 117,141,185,189,189,141,137,62,187,84,147,189,43,229,191,61,194,253,15,190,79,220,27,190, + 6,205,18,190,95,182,107,190,67,45,132,189,86,44,212,61,87,9,8,190,55,124,27,62, + 137,190,96,190,137,170,52,62,166,59,100,189,248,49,110,61,152,225,104,62,132,157,18,62, + 252,204,9,61,37,57,131,61,11,17,115,190,205,32,17,62,154,70,13,61,163,211,173,61, + 15,104,17,190,233,253,42,190,231,151,118,190,92,79,111,189,42,41,73,62,143,154,42,62, + 142,102,54,190,114,76,79,62,134,129,147,188,242,12,111,190,1,123,3,62,213,203,161,61, + 129,14,16,62,239,145,55,190,232,110,234,189,146,29,117,190,201,212,240,59,13,28,174,189, + 16,219,101,62,86,40,102,62,35,65,131,190,154,124,69,62,188,91,80,190,207,233,98,190, + 70,19,28,189,49,62,178,61,129,3,24,62,46,155,22,62,44,218,59,190,79,91,217,61, + 63,185,65,62,207,133,44,62,191,213,196,188,64,23,2,62,140,220,27,61,227,42,132,189, + 66,167,130,62,159,24,178,61,148,147,188,188,184,197,134,61,133,173,49,190,107,149,106,62, + 177,194,110,189,90,194,83,62,175,232,15,62,92,190,23,190,108,1,130,190,50,82,85,190, + 217,245,75,190,91,201,33,62,239,136,176,189,224,148,54,189,118,92,3,190,37,49,192,189, + 193,116,54,61,78,227,206,189,148,217,27,189,17,43,204,189,79,50,217,189,144,21,179,61, + 17,170,183,61,80,4,206,188,201,34,9,62,136,70,43,189,19,3,205,61,198,72,199,188, + 74,69,154,60,198,113,132,62,191,17,131,189,142,42,33,190,50,30,29,62,49,57,166,60, + 187,192,168,61,26,214,8,188,122,53,19,187,60,127,42,190,43,143,113,189,85,16,9,62, + 231,114,195,60,41,247,183,188,2,99,1,190,105,79,203,61,177,124,233,189,168,66,25,188, + 98,10,0,62,42,134,72,189,214,150,23,62,84,222,209,61,1,5,0,62,82,21,198,61, + 135,95,12,190,133,182,155,187,66,119,151,61,113,72,18,190,43,31,55,190,67,236,240,189, + 101,189,135,62,185,142,189,189,6,142,213,189,206,218,197,189,0,207,14,190,14,171,199,188, + 175,64,45,62,97,250,114,188,247,114,26,189,151,9,16,61,11,242,149,60,197,152,9,190, + 51,80,61,62,116,110,3,62,236,56,21,61,15,183,63,62,16,168,17,62,26,118,76,190, + 214,224,38,60,97,188,188,189,212,132,15,62,45,15,54,62,55,74,53,189,55,234,43,189, + 32,52,144,62,32,68,224,61,34,12,34,62,72,26,3,190,130,241,128,190,173,56,172,61, + 136,215,189,189,200,26,131,62,7,190,241,189,117,107,60,190,226,86,59,190,23,41,9,190, + 226,96,65,62,223,71,236,61,98,230,151,190,249,191,138,62,125,58,209,189,172,239,95,190, + 2,97,208,61,87,0,148,62,255,3,33,59,93,145,190,189,200,231,166,61,181,171,164,190, + 184,150,2,60,153,254,136,188,52,179,108,61,99,9,64,62,132,30,104,190,4,88,192,61, + 184,149,34,190,120,121,100,190,251,160,31,190,207,230,254,188,130,227,113,62,214,239,106,62, + 252,76,78,189,62,255,18,62,135,160,43,62,125,5,41,62,41,16,5,189,1,234,98,61, + 116,175,34,62,62,184,49,188,12,3,86,62,250,155,251,61,239,220,56,190,25,237,106,62, + 196,2,66,188,107,211,115,62,244,75,196,189,189,248,106,62,52,18,169,189,164,119,17,190, + 105,252,71,190,133,245,164,189,152,6,95,190,179,19,70,62,27,150,233,189,169,76,226,61, + 147,58,104,190,81,195,15,190,184,39,143,190,139,24,192,61,88,192,8,190,193,255,112,189, + 175,80,28,189,134,127,46,62,241,14,51,190,106,20,129,61,54,103,75,189,0,25,182,189, + 229,172,18,189,28,140,63,190,173,39,34,61,64,85,70,190,127,34,190,188,77,197,33,62, + 152,146,130,61,148,89,36,190,38,22,148,61,189,11,214,61,37,126,98,62,36,201,24,190, + 227,56,65,61,78,137,30,61,139,146,117,62,163,251,105,61,5,196,2,62,176,122,84,190, + 207,14,96,189,178,96,129,189,122,44,72,62,44,219,51,62,97,103,60,62,64,95,216,61, + 190,252,215,188,28,4,126,189,72,227,140,189,180,92,83,189,41,176,28,62,115,122,71,190, + 99,137,190,189,24,241,130,61,207,8,59,190,204,141,214,189,130,149,163,188,238,220,109,62, + 102,204,56,190,149,226,143,61,74,86,133,190,126,168,5,190,255,71,22,61,146,3,212,189, + 141,24,114,190,48,135,236,189,141,203,81,190,210,241,107,61,36,148,238,61,67,51,10,62, + 63,101,31,62,111,176,192,189,9,79,47,190,11,227,232,61,200,4,174,189,139,156,235,188, + 202,104,67,189,213,43,181,188,8,6,204,189,118,15,160,59,60,226,63,61,22,164,207,59, + 8,131,173,61,158,61,76,189,73,125,4,62,152,11,249,189,125,124,200,61,134,135,164,60, + 80,171,96,61,251,114,71,62,187,105,0,190,74,180,204,189,79,44,36,61,14,10,251,189, + 174,44,151,61,85,235,88,60,200,13,55,190,145,239,64,189,67,149,16,189,243,231,224,61, + 46,23,192,61,156,221,239,61,38,188,106,190,221,246,141,61,21,193,206,189,57,178,184,60, + 25,116,141,61,233,18,172,189,239,199,50,189,216,70,182,189,225,49,137,61,37,52,77,62, + 194,22,197,189,74,113,148,60,216,73,100,61,90,79,149,61,41,174,15,190,175,221,133,189, + 83,65,109,62,112,150,204,189,50,196,164,61,88,183,107,190,157,40,203,189,119,78,36,189, + 18,111,119,61,199,200,147,189,115,178,47,189,183,226,225,189,168,229,164,189,163,66,187,189, + 36,152,169,61,110,238,179,188,88,78,171,61,73,47,58,62,71,225,4,61,110,161,9,190, + 157,5,67,188,38,201,13,188,34,43,251,188,96,147,158,188,51,185,87,60,7,139,172,61, + 188,231,115,189,214,111,163,189,133,85,162,189,30,195,106,190,36,120,136,189,64,25,16,62, + 210,22,70,61,59,239,226,61,46,146,111,189,162,126,147,61,103,193,92,61,28,132,144,61, + 19,201,68,61,193,44,188,61,66,242,13,190,171,189,145,61,140,240,134,190,143,172,226,189, + 166,161,125,61,237,65,221,61,121,144,73,190,167,28,234,188,127,93,101,190,108,149,94,61, + 144,7,43,190,226,156,82,61,210,223,25,189,141,69,170,61,105,58,245,189,15,171,160,61, + 21,1,22,189,0,237,163,189,225,226,58,62,203,141,62,62,204,192,106,189,106,184,54,190, + 106,57,50,61,155,59,76,62,127,116,146,189,148,110,76,189,128,85,163,61,242,129,214,189, + 81,100,171,60,171,177,26,189,218,79,170,187,242,146,12,189,65,206,244,61,43,30,33,62, + 87,163,194,188,115,104,99,61,58,34,228,188,62,157,46,189,111,145,74,62,214,97,232,59, + 161,115,191,188,42,191,42,190,146,93,86,190,25,236,233,60,158,0,207,187,19,24,209,189, + 52,52,92,62,19,142,58,62,159,197,82,190,142,222,49,61,177,121,184,61,151,188,54,188, + 193,204,193,61,88,209,5,190,37,169,13,190,26,96,35,62,170,38,33,61,201,221,55,62, + 205,179,82,187,179,151,94,189,17,216,196,189,188,108,89,61,66,142,76,62,79,180,122,62, + 78,62,224,189,123,187,128,62,59,31,13,190,250,132,97,190,84,30,219,61,49,29,210,61, + 60,19,34,61,145,253,8,190,44,92,59,190,151,182,63,190,173,63,37,61,234,84,130,187, + 119,212,67,185,84,235,73,62,95,211,66,190,245,179,78,62,127,18,152,190,239,223,11,190, + 31,191,99,61,110,46,236,61,104,120,94,59,236,207,199,184,35,151,159,188,196,204,190,61, + 217,137,114,61,16,3,150,61,39,184,162,189,226,42,48,187,153,84,34,62,70,126,133,190, + 34,94,12,62,145,245,179,189,169,70,161,188,135,94,28,62,104,60,166,189,192,66,117,61, + 160,107,107,190,233,184,23,189,70,53,25,61,246,231,54,188,70,15,159,189,36,153,86,58, + 245,21,78,190,32,45,39,189,213,153,247,189,206,159,101,61,150,181,146,61,187,233,90,62, + 76,96,237,189,207,45,139,60,121,100,176,61,96,176,79,62,99,13,15,189,52,38,10,190, + 233,23,58,190,157,139,239,61,52,142,133,188,10,76,92,62,6,59,69,187,236,129,9,189, + 105,70,43,190,179,255,164,187,178,211,1,62,194,42,235,61,214,45,22,190,252,219,109,62, + 192,214,1,189,111,37,39,190,119,138,185,59,33,203,195,61,253,27,16,61,95,7,148,189, + 182,42,29,190,253,124,22,190,216,228,134,189,225,215,60,61,54,37,227,61,88,68,16,62, + 71,149,89,190,154,160,249,61,217,122,254,189,19,35,7,190,246,218,129,189,11,196,42,62, + 153,19,71,62,168,30,90,62,148,70,232,189,116,15,190,61,77,156,24,61,163,161,15,62, + 240,111,155,61,240,237,211,61,13,17,230,61,176,6,143,189,180,33,74,61,3,134,40,188, + 86,92,163,188,167,243,86,61,209,102,147,190,186,187,143,61,69,142,203,189,128,23,246,61, + 123,144,255,61,211,207,250,60,124,150,137,190,147,127,35,190,154,48,66,190,237,133,196,61, + 181,78,242,189,191,97,159,189,188,140,154,188,100,76,202,189,157,31,92,61,104,85,202,60, + 248,3,209,187,34,213,172,61,244,145,55,62,202,203,39,189,167,124,91,188,200,197,56,62, + 184,155,203,189,224,108,202,60,92,253,4,190,139,185,2,190,176,24,255,60,50,174,109,190, + 176,186,128,188,42,27,229,188,199,28,7,62,198,213,17,190,16,152,2,190,108,17,222,188, + 49,152,7,62,193,184,176,189,72,44,85,189,112,167,160,61,231,51,142,61,44,208,69,61, + 148,113,223,61,166,3,45,190,19,9,13,189,142,237,64,60,133,148,187,61,11,164,89,61, + 236,185,237,61,97,234,70,61,160,85,181,189,92,215,15,190,70,196,152,189,72,114,39,60, + 174,243,69,60,239,187,17,60,183,211,244,189,224,56,112,61,75,46,139,190,172,0,237,61, + 31,24,195,189,157,89,82,188,48,175,6,60,32,95,41,62,135,86,94,190,219,137,169,189, + 187,222,110,62,120,11,124,189,107,182,219,188,154,144,119,60,96,158,165,190,173,90,120,190, + 87,8,9,62,15,114,196,189,130,60,1,62,218,13,16,62,39,232,86,61,143,64,218,61, + 68,198,48,61,189,40,71,62,119,109,54,190,4,147,49,62,72,16,253,61,130,143,75,189, + 171,151,156,188,171,13,1,190,148,67,219,189,161,99,53,61,163,209,177,60,74,83,66,62, + 235,49,54,61,131,127,219,189,70,188,0,190,169,179,252,61,5,237,143,62,73,0,139,62, + 72,245,244,189,43,250,57,62,106,159,222,189,161,143,98,190,229,235,91,189,141,35,49,62, + 191,236,101,188,21,26,204,60,221,193,124,190,7,172,106,189,93,251,248,188,35,95,58,62, + 47,46,228,61,146,8,190,61,27,37,179,189,254,170,159,59,0,89,131,190,159,13,175,189, + 223,187,3,62,126,126,214,61,22,65,104,188,223,64,74,189,105,92,214,188,88,177,70,62, + 211,253,238,61,250,126,156,61,12,233,228,61,55,114,81,60,41,22,194,61,83,195,244,189, + 210,66,59,189,73,125,219,189,36,163,105,61,190,6,20,62,50,76,64,190,150,42,177,61, + 251,248,185,189,136,250,11,62,153,241,143,62,136,95,26,61,159,178,115,190,46,103,0,190, + 39,25,100,190,66,1,42,189,156,136,17,190,176,12,58,184,119,115,204,189,11,230,33,62, + 15,85,194,188,126,11,108,189,83,252,13,62,149,220,21,62,129,124,199,60,170,194,21,190, + 8,101,243,188,94,165,254,60,179,134,112,61,125,170,129,62,24,225,134,189,6,153,57,189, + 15,208,65,190,21,18,37,61,60,131,162,61,159,9,98,61,160,251,165,189,144,160,60,62, + 169,198,95,61,113,218,198,189,133,97,14,62,241,121,59,62,80,151,135,188,230,101,55,190, + 42,30,37,60,56,213,138,189,178,63,176,61,223,185,139,189,30,186,33,62,47,159,218,61, + 251,92,235,189,158,48,68,62,43,222,128,190,119,147,91,190,144,209,60,61,200,184,185,188, + 158,17,39,62,171,100,11,62,120,170,215,187,216,45,22,62,229,236,195,61,44,182,15,62, + 253,205,180,188,191,29,24,189,1,134,216,61,206,122,21,190,102,211,42,62,212,233,238,188, + 48,64,47,189,43,204,158,61,31,7,14,189,178,1,87,62,223,46,159,188,98,223,38,62, + 5,230,165,60,184,144,50,61,147,200,7,190,201,54,134,60,131,114,245,189,193,88,218,61, + 57,74,18,190,155,1,60,61,0,100,140,189,189,110,155,61,66,13,155,189,241,198,228,61, + 227,116,158,61,40,157,46,62,7,29,166,188,52,25,216,189,64,196,158,189,204,47,7,62, + 44,87,39,190,117,169,157,61,31,215,11,190,141,78,195,189,19,39,129,189,112,239,29,62, + 163,65,141,61,99,0,212,61,215,56,118,190,21,7,56,62,19,75,94,61,113,191,70,190, + 84,205,170,61,51,44,28,62,105,125,171,188,76,135,210,188,29,175,14,189,206,54,128,189, + 67,179,30,190,38,94,74,189,53,153,142,59,148,60,37,62,154,19,57,190,65,118,219,61, + 113,201,165,189,19,185,98,189,131,198,1,62,131,147,100,62,53,66,71,62,183,169,112,60, + 88,245,172,189,203,233,219,61,90,178,250,61,137,55,34,62,139,171,188,187,72,159,25,187, + 156,39,142,61,202,255,208,189,116,26,160,61,10,76,234,187,152,162,156,189,130,255,182,61, + 154,0,48,190,217,15,21,62,40,153,110,190,164,29,130,60,220,68,225,61,192,181,32,190, + 214,32,81,189,101,22,10,189,171,98,40,190,173,198,206,61,195,59,89,190,244,114,50,61, + 177,208,160,188,197,115,103,62,64,224,77,190,172,109,128,61,91,115,13,62,227,185,71,61, + 128,142,14,62,124,41,221,189,238,87,59,189,141,43,136,61,145,152,5,190,212,98,71,62, + 153,201,178,189,63,163,62,189,179,41,215,189,57,164,170,61,239,84,146,61,81,106,73,62, + 62,99,149,189,225,185,216,61,148,64,175,189,127,130,84,189,25,46,205,188,175,224,171,61, + 172,19,140,59,239,47,145,189,220,60,170,189,255,59,114,190,218,136,111,61,236,243,61,61, + 105,12,9,62,174,37,19,61,10,152,93,190,43,190,106,61,58,134,83,190,211,243,90,190, + 244,223,131,59,73,250,197,188,75,112,193,61,238,140,124,62,81,43,133,189,155,20,14,62, + 224,93,125,61,186,34,202,61,121,86,243,189,0,16,4,60,213,17,107,62,242,55,121,190, + 151,84,41,62,54,70,243,61,136,207,96,60,149,255,118,62,140,235,108,188,140,170,76,62, + 13,57,245,189,225,119,180,61,32,118,187,186,51,214,178,188,68,73,25,190,195,153,184,189, + 48,222,17,190,186,204,0,62,196,126,21,190,70,9,190,61,161,95,90,188,118,53,104,62, + 230,215,174,189,125,181,189,61,30,8,3,62,203,44,40,62,177,135,165,61,209,123,226,189, + 205,102,161,189,188,211,234,61,120,1,44,61,98,96,109,62,199,187,184,189,79,195,126,189, + 159,196,122,190,250,43,192,61,106,130,194,61,250,70,54,62,184,134,80,190,243,252,149,62, + 37,151,5,190,192,228,97,190,123,140,237,59,76,147,25,62,162,84,84,187,159,39,238,189, + 102,212,80,190,23,169,45,190,83,30,157,188,193,10,164,61,4,141,29,62,196,210,10,62, + 58,16,15,190,229,215,29,61,25,143,40,190,74,225,174,188,42,79,72,61,157,28,183,60, + 200,120,254,61,60,225,140,61,249,160,31,190,150,219,121,62,162,9,57,62,99,192,68,62, + 80,28,174,61,65,56,4,60,102,227,36,62,116,192,74,190,58,208,40,60,55,182,68,189, + 23,55,243,188,54,213,155,62,42,186,91,190,66,12,136,62,151,171,255,189,244,29,171,61, + 1,157,52,62,237,230,169,189,142,220,58,190,30,120,16,189,204,180,65,190,58,187,42,61, + 207,231,6,189,247,6,55,189,194,117,168,60,120,169,71,189,125,11,165,190,92,188,133,62, + 137,101,213,189,216,73,215,61,172,251,55,62,66,225,124,61,245,107,134,190,222,58,122,62, + 117,46,129,190,184,110,11,185,61,91,182,190,226,79,98,190,190,54,184,188,73,74,149,190, + 119,207,3,190,1,180,45,61,105,38,152,61,227,156,130,189,47,229,170,62,133,62,101,61, + 188,195,159,62,37,87,192,60,38,96,110,62,20,26,193,189,16,225,157,62,241,174,12,189, + 167,87,205,62,94,205,184,190,26,153,228,60,113,38,64,190,138,87,227,189,151,151,107,62, + 85,164,179,61,203,63,137,188,62,56,197,190,15,97,187,190,118,100,33,62,14,51,4,62, + 207,3,114,59,138,26,41,190,247,7,179,61,122,136,56,62,17,65,185,190,196,51,117,61, + 167,215,198,189,137,110,20,62,51,209,153,188,27,70,147,62,119,222,119,190,229,51,15,186, + 11,101,5,62,51,248,170,189,25,69,144,190,124,26,45,62,18,18,101,190,122,199,48,190, + 84,63,23,62,94,91,179,62,83,105,141,60,173,181,71,61,118,127,179,190,186,24,193,62, + 245,167,125,190,11,193,130,62,172,119,67,190,30,234,73,188,193,176,164,62,202,76,73,61, + 201,60,41,62,64,128,110,189,143,185,122,190,40,242,128,62,163,98,46,189,45,122,165,62, + 206,73,58,190,59,165,212,189,240,5,29,190,222,117,206,189,116,158,225,61,84,247,44,188, + 40,131,162,190,209,133,177,62,18,201,32,188,32,184,175,190,128,175,16,62,143,232,115,62, + 41,78,93,61,215,2,118,190,188,244,54,61,98,218,117,190,146,226,54,61,25,80,172,188, + 225,156,78,62,105,225,159,61,27,126,133,190,250,225,49,62,206,153,129,190,153,150,244,189, + 5,180,114,60,4,254,246,189,1,147,64,62,68,247,2,62,147,133,151,189,194,125,153,60, + 9,244,129,62,78,29,7,62,216,251,67,190,182,82,109,62,155,50,70,62,222,14,41,190, + 61,50,105,62,213,36,147,60,10,143,235,187,245,184,112,62,236,166,37,189,46,34,141,62, + 44,198,79,189,127,87,29,62,201,167,12,190,112,119,187,189,155,19,50,190,180,106,42,190, + 24,21,66,190,145,91,142,61,156,53,18,190,171,183,185,61,100,235,85,190,146,244,79,62, + 118,54,76,189,51,43,93,189,131,31,55,62,107,246,205,60,55,100,207,188,225,135,67,190, + 194,55,106,188,146,187,190,61,47,63,236,189,48,149,132,62,29,233,165,189,37,191,20,190, + 127,53,208,189,211,124,144,189,127,141,90,62,46,66,230,61,172,48,31,190,230,21,187,61, + 134,135,95,189,55,56,71,190,216,174,134,60,117,207,86,62,27,65,150,189,96,251,41,190, + 2,220,46,190,60,231,86,190,138,205,46,61,223,236,97,61,163,52,129,61,232,219,169,61, + 153,157,254,189,167,207,15,62,24,85,111,190,99,21,85,190,214,149,247,188,240,157,37,188, + 29,86,56,62,125,106,228,61,183,41,144,189,136,118,55,62,58,19,16,61,156,190,120,61, + 113,181,230,189,36,41,25,61,173,253,18,61,247,111,41,190,107,39,112,61,223,90,70,61, + 91,28,197,189,6,162,2,62,115,100,189,188,212,135,112,62,173,48,138,189,15,173,81,61, + 225,127,134,189,22,107,221,59,244,210,231,189,249,212,18,190,82,118,18,190,254,141,128,60, + 109,67,217,188,226,128,113,189,132,62,104,189,154,126,90,62,67,16,253,189,99,161,143,61, + 157,116,40,62,203,60,102,60,45,214,160,61,23,252,183,189,171,30,26,190,185,83,90,61, + 124,162,174,60,136,238,87,62,199,9,47,60,113,221,57,60,78,10,215,189,236,137,5,189, + 39,80,62,62,243,217,148,60,255,100,145,189,2,83,109,62,174,134,189,61,77,149,177,189, + 233,201,19,60,160,121,197,61,6,165,34,61,135,9,52,190,11,95,155,61,138,195,68,190, + 223,125,19,60,151,51,116,189,119,229,216,61,141,68,42,61,11,166,255,189,113,84,86,62, + 232,226,71,190,237,24,191,189,38,107,240,186,79,177,16,62,9,73,131,60,160,206,80,61, + 213,195,27,190,133,155,90,61,46,63,93,61,75,196,26,62,12,90,107,61,9,106,147,61, + 203,56,161,61,91,190,136,189,179,106,165,187,227,186,17,62,32,150,111,55,149,130,109,61, + 83,141,173,189,96,180,84,62,148,52,63,189,145,91,75,62,182,104,25,62,47,99,164,60, + 80,255,236,189,212,100,239,188,27,81,165,189,86,185,12,189,185,26,158,189,67,96,6,189, + 27,0,149,60,43,185,98,62,54,182,233,60,44,48,241,61,250,197,121,62,57,140,182,61, + 16,169,159,187,50,162,41,190,55,90,94,188,53,41,80,61,191,80,224,189,57,154,66,62, + 12,139,32,189,64,134,73,190,233,101,25,190,138,165,0,190,134,172,41,61,54,90,197,187, + 2,247,146,189,57,234,245,61,135,7,155,186,15,126,127,189,17,66,14,62,74,199,64,62, + 255,87,237,61,199,55,57,189,204,110,7,62,63,116,128,190,104,239,119,60,244,154,253,189, + 226,16,75,62,53,156,3,62,166,232,67,190,204,125,131,60,186,70,189,189,237,212,130,189, + 210,15,7,190,58,234,164,189,71,105,226,61,168,147,130,62,103,218,211,188,128,10,96,61, + 103,85,44,62,230,162,76,61,8,195,142,189,33,247,133,61,200,244,225,61,132,86,111,189, + 14,149,79,62,9,73,50,62,74,190,183,189,191,82,221,61,106,253,224,60,13,95,23,62, + 231,85,242,189,9,234,161,61,225,202,152,61,104,200,110,189,223,170,13,190,82,75,69,189, + 9,186,194,188,77,106,45,62,48,205,228,189,11,53,37,62,125,65,35,190,87,198,88,61, + 129,156,27,190,90,113,17,62,81,0,194,61,180,61,30,62,88,153,38,62,237,128,237,188, + 119,237,69,189,138,153,0,62,125,200,146,189,51,141,229,61,141,128,153,188,87,25,59,190, + 21,249,181,189,206,160,35,61,103,147,106,62,131,120,37,62,174,202,63,190,177,101,116,62, + 49,123,178,189,139,12,20,190,115,225,189,59,130,47,87,62,69,187,239,61,211,64,15,190, + 10,84,216,189,95,232,12,190,105,17,220,189,247,156,190,61,59,24,7,62,185,219,18,62, + 90,89,53,189,23,4,65,62,39,86,221,189,162,249,193,189,245,144,116,189,44,137,35,189, + 226,189,37,62,120,233,199,61,167,170,229,187,120,210,121,61,219,32,3,62,155,121,94,62, + 13,139,177,59,197,208,148,188,114,41,27,62,73,188,114,188,45,131,138,61,147,94,49,61, + 1,34,222,187,103,205,81,62,47,77,114,189,219,78,35,62,93,208,90,189,166,47,82,62, + 233,70,231,187,77,231,127,59,255,210,121,189,137,42,148,188,18,56,193,189,48,32,183,61, + 42,56,143,189,240,178,224,60,151,154,1,60,219,47,165,61,214,19,188,186,133,31,109,62, + 69,9,210,61,197,3,218,61,232,8,26,61,58,187,212,189,60,127,253,189,125,41,122,187, + 123,157,9,61,118,202,28,62,45,231,188,189,36,175,36,188,161,0,151,189,120,179,134,61, + 77,151,62,62,215,157,157,62,10,7,52,190,52,105,42,62,129,148,30,186,117,224,5,190, + 104,174,53,61,67,68,85,62,98,154,222,60,196,175,15,190,239,181,104,190,218,75,96,188, + 244,55,20,190,43,52,57,62,218,27,139,61,36,96,55,60,77,194,128,60,37,140,53,62, + 130,135,67,190,158,209,114,189,220,116,41,189,146,222,231,60,64,174,163,61,71,175,253,60, + 97,147,142,189,113,147,166,61,104,60,204,61,125,134,199,61,200,46,182,61,150,124,178,189, + 247,130,19,60,82,127,186,189,89,92,190,61,138,180,154,188,221,141,133,189,39,57,47,62, + 177,197,85,190,81,158,189,187,199,21,16,189,60,66,120,61,209,48,2,62,106,183,164,61, + 147,34,37,190,188,179,25,188,85,219,85,190,12,45,120,189,249,3,211,189,84,92,9,188, + 74,122,51,61,84,60,66,62,153,64,10,190,22,129,145,61,200,96,119,62,98,107,68,62, + 201,39,31,62,217,152,162,60,65,101,54,190,17,164,94,61,45,153,237,189,34,55,88,62, + 249,126,0,190,10,176,60,190,190,159,105,190,98,148,173,189,81,91,66,62,140,140,34,189, + 173,79,59,190,151,138,42,62,139,83,190,60,176,173,133,190,67,238,27,62,72,47,106,62, + 122,66,150,61,174,246,184,189,74,49,55,61,230,22,253,189,59,76,172,61,161,154,105,189, + 50,74,137,62,125,248,65,61,219,123,55,189,26,162,229,61,5,150,7,190,41,235,129,190, + 167,2,73,190,125,0,2,190,10,133,157,62,204,81,87,62,243,0,159,189,29,213,69,61, + 159,91,155,61,140,91,215,61,10,139,187,189,86,222,203,61,70,70,14,59,163,27,192,187, + 149,98,139,62,221,169,0,62,6,189,107,190,68,123,147,61,206,33,202,189,5,202,178,61, + 32,95,67,60,232,158,76,62,253,135,179,60,1,244,42,190,234,50,153,188,72,158,85,190, + 235,31,41,190,140,174,43,62,64,160,10,190,27,60,81,61,139,237,48,190,114,217,132,62, + 50,187,12,189,7,188,249,61,247,62,27,62,205,69,216,61,203,125,231,60,150,161,179,188, + 164,246,37,189,166,50,13,62,130,114,25,59,13,54,87,62,26,92,105,188,0,150,89,189, + 241,89,119,190,74,10,131,61,125,206,83,62,123,180,83,62,32,226,250,189,175,24,207,61, + 233,19,46,189,86,214,138,190,146,51,199,61,222,105,66,62,59,120,176,188,204,135,173,188, + 136,84,107,188,113,41,77,190,235,15,18,59,0,107,18,61,115,196,155,61,209,171,94,62, + 82,48,68,190,23,203,152,61,102,220,47,190,149,168,33,190,108,206,116,61,28,44,38,62, + 34,146,150,61,196,222,203,61,77,82,69,189,46,249,97,62,192,246,40,62,242,240,30,62, + 237,90,39,61,234,64,100,189,76,80,15,62,31,237,61,190,69,90,148,61,127,0,72,61, + 232,185,81,189,82,216,37,62,36,129,142,189,101,153,98,62,149,208,253,189,39,83,174,61, + 49,88,133,61,237,39,14,188,119,188,176,189,147,203,156,189,0,4,145,189,29,50,151,61, + 45,75,240,189,210,138,225,188,5,77,171,59,88,221,242,61,175,244,52,188,144,253,229,188, + 176,97,6,62,63,163,14,62,64,188,159,189,113,111,131,189,204,220,225,188,52,2,146,61, + 202,70,88,190,39,236,87,62,138,73,38,190,152,82,207,188,219,90,11,190,115,134,33,60, + 210,250,107,61,38,173,80,62,97,172,28,189,9,87,51,61,9,9,9,189,57,189,59,190, + 230,29,213,188,179,28,209,61,146,177,49,62,56,2,104,189,242,4,115,189,183,252,88,190, + 95,105,87,189,108,192,63,61,251,201,119,61,72,237,176,61,154,190,185,189,158,19,29,62, + 166,223,1,190,181,180,218,189,222,4,150,188,20,242,21,189,144,189,81,62,155,28,131,62, + 184,70,198,189,122,49,177,61,99,7,100,61,253,47,41,62,117,49,146,188,51,221,56,60, + 226,42,233,61,138,13,52,190,222,71,52,62,221,255,44,60,54,198,22,190,18,109,14,62, + 28,158,138,189,154,246,56,62,99,78,1,190,22,227,36,62,15,224,204,60,198,36,72,61, + 232,41,204,189,232,184,16,190,154,183,98,189,23,114,21,62,154,177,201,188,43,115,204,188, + 234,139,172,189,125,239,148,62,201,88,215,189,206,78,98,189,248,176,174,62,129,228,37,62, + 120,11,130,62,48,158,90,190,21,231,73,190,121,223,55,62,36,227,77,190,180,56,46,62, + 207,199,94,190,205,62,65,190,228,141,72,190,58,230,8,60,73,66,204,61,24,18,146,61, + 136,85,21,190,27,97,158,62,74,195,5,190,113,77,160,190,227,97,32,62,196,245,152,62, + 252,28,159,61,21,254,147,190,208,111,209,61,133,41,40,190,48,35,161,61,53,195,87,189, + 155,78,10,62,124,139,159,61,146,126,135,190,189,28,45,62,145,100,228,189,148,13,129,190, + 234,182,37,190,172,80,70,189,55,221,73,62,57,230,135,62,42,149,0,190,236,129,81,62, + 73,155,162,62,22,247,94,62,40,200,165,188,13,207,39,62,105,202,212,61,90,108,15,190, + 87,180,155,62,4,69,7,62,41,78,188,188,40,4,155,62,3,51,154,61,24,112,32,62, + 254,165,101,188,31,157,20,62,250,70,183,187,246,0,91,190,237,83,61,190,87,165,2,190, + 65,1,60,190,67,88,47,62,254,140,124,59,32,78,10,62,13,203,155,189,233,180,34,62, + 179,77,0,190,208,32,144,61,113,4,79,61,107,17,94,61,106,136,12,62,248,23,118,189, + 185,74,66,190,192,192,20,62,161,120,95,61,224,165,169,61,105,116,198,189,211,210,255,189, + 36,41,5,190,55,57,100,188,105,26,121,62,39,133,69,62,66,227,69,190,192,162,145,61, + 22,194,2,190,255,219,57,190,231,141,156,61,103,79,224,61,125,55,156,188,168,6,205,189, + 214,105,83,190,150,84,4,190,65,187,214,189,129,222,184,59,206,215,87,188,67,128,199,61, + 131,59,21,190,116,56,178,61,245,254,129,190,5,253,211,189,54,65,75,189,60,219,176,61, + 110,239,6,62,136,241,159,61,79,140,34,190,173,228,240,61,136,120,235,61,178,18,31,62, + 216,98,187,189,99,40,7,62,74,241,228,61,251,39,177,189,14,178,186,61,26,96,96,59, + 240,1,152,60,225,148,114,62,26,209,10,190,200,246,65,62,174,60,162,189,87,16,3,62, + 201,12,142,61,79,59,234,188,199,111,239,189,7,58,59,188,74,162,47,190,95,144,75,61, + 164,58,214,189,191,199,212,189,108,251,187,188,215,22,172,59,127,55,127,189,241,133,18,61, + 156,85,255,61,102,40,19,62,59,220,25,62,154,221,6,61,192,139,29,189,157,2,70,62, + 143,40,226,189,219,211,37,62,241,123,140,189,243,205,80,190,47,234,80,190,240,141,67,61, + 194,82,30,62,154,8,200,61,97,115,118,60,136,59,149,61,214,24,54,188,60,63,167,189, + 193,97,140,61,162,198,103,188,202,231,46,62,227,44,246,189,221,230,53,189,84,135,20,190, + 146,137,3,190,29,48,139,61,201,240,47,62,242,156,169,61,246,224,83,190,67,200,36,61, + 193,175,250,186,199,92,247,189,99,134,48,189,92,107,14,62,75,160,128,62,150,88,96,62, + 78,144,37,190,93,228,8,61,230,248,43,62,54,122,140,62,12,200,142,189,150,105,178,61, + 108,25,136,61,164,185,31,190,126,245,249,61,163,83,189,189,188,198,42,187,107,44,41,62, + 167,114,249,189,225,219,152,61,158,4,149,189,89,216,22,62,73,180,167,61,173,14,241,188, + 217,248,21,189,25,251,189,189,145,232,224,189,139,183,250,61,212,195,120,190,151,36,97,61, + 107,41,35,190,228,57,24,62,0,72,110,190,13,121,136,61,72,159,4,62,24,73,34,62, + 91,113,125,61,131,80,105,58,84,145,127,190,60,84,181,61,112,212,96,190,67,221,136,62, + 253,37,254,189,233,107,82,190,206,18,102,190,37,123,119,59,170,81,75,62,64,116,45,62, + 237,28,55,190,117,113,42,62,218,12,198,61,132,195,58,190,200,195,173,60,132,140,32,62, + 167,91,33,62,162,64,213,189,202,146,139,187,144,76,145,190,255,118,26,62,120,153,224,189, + 93,119,145,61,222,80,127,62,52,84,224,189,171,20,93,62,162,244,12,190,163,171,53,190, + 131,125,142,189,73,187,164,189,15,215,103,62,140,224,86,62,64,26,150,189,46,77,131,61, + 237,166,46,62,114,207,55,62,239,145,44,190,122,141,26,62,244,211,12,62,157,182,133,189, + 150,216,0,62,62,108,61,62,166,217,6,190,88,223,84,62,158,19,163,189,8,76,95,62, + 54,61,191,189,215,125,157,61,96,44,185,59,56,162,19,190,9,228,76,190,64,71,60,188, + 31,32,219,189,88,65,131,61,202,251,31,190,42,46,23,62,206,206,49,190,190,111,10,62, + 57,97,25,190,13,50,158,61,30,242,103,62,223,42,153,61,221,101,255,61,74,129,103,190, + 53,6,230,189,142,16,81,62,197,242,169,189,147,14,142,62,249,45,167,189,240,14,29,190, + 35,53,113,190,234,200,236,61,255,111,32,62,65,80,73,62,183,220,149,190,36,30,13,62, + 244,232,48,59,128,194,207,189,171,96,225,188,238,13,103,62,25,171,138,189,17,152,81,190, + 104,213,86,189,155,155,117,190,83,191,198,188,58,114,157,188,105,213,99,189,248,76,86,61, + 94,151,243,189,217,236,76,62,38,57,95,190,123,240,128,189,137,148,144,189,0,75,80,61, + 36,40,135,61,136,62,97,62,17,243,178,189,60,131,34,62,174,1,206,61,140,226,92,61, + 106,13,86,61,229,69,1,62,173,6,144,61,79,214,238,189,106,114,54,62,243,74,50,188, + 22,89,201,61,5,236,89,62,73,65,2,190,241,193,122,62,9,65,63,190,138,82,76,62, + 186,186,128,60,125,73,52,190,90,199,43,190,145,49,33,190,10,156,132,189,103,130,129,61, + 21,4,20,190,159,80,187,189,67,4,11,190,183,164,156,61,226,228,228,189,220,3,205,187, + 79,68,184,61,52,43,89,62,113,103,200,61,135,179,129,189,43,203,59,190,166,59,78,62, + 212,35,46,190,240,137,73,62,39,196,18,190,4,116,23,190,27,246,245,189,6,211,171,189, + 40,238,4,62,86,11,128,61,243,193,114,190,74,221,73,62,65,68,20,188,83,74,192,189, + 168,45,86,62,18,13,82,62,192,194,218,61,226,29,31,190,166,56,169,61,209,226,75,190, + 174,62,226,61,4,212,19,190,118,242,61,62,4,155,98,62,54,218,145,189,143,220,7,62, + 162,78,31,190,203,71,84,190,127,14,57,190,109,117,122,61,29,28,15,62,225,65,10,62, + 145,22,122,189,210,59,89,62,222,176,4,62,62,169,254,61,63,129,23,190,159,121,55,62, + 162,169,188,61,255,52,185,189,110,37,152,61,65,202,163,61,46,145,182,189,75,12,166,61, + 155,37,226,188,177,36,210,61,77,117,98,59,153,80,192,61,177,135,231,61,161,86,16,190, + 157,236,150,189,43,213,18,190,65,16,41,190,194,250,255,61,198,129,242,189,115,68,38,62, + 233,155,143,189,136,102,48,62,250,216,142,189,46,208,32,62,220,133,233,61,167,151,238,60, + 86,10,178,61,55,130,64,190,93,134,145,189,48,199,29,62,137,111,214,188,240,90,27,62, + 58,106,19,61,155,192,20,60,170,195,104,190,229,196,3,189,167,71,27,62,99,146,173,61, + 153,80,243,189,228,27,128,62,31,251,47,189,8,121,213,189,62,36,210,61,130,26,130,62, + 244,53,86,60,113,57,123,59,234,75,13,190,244,58,222,189,62,9,196,189,57,140,214,61, + 69,201,115,189,167,150,12,62,50,164,83,190,236,89,15,62,153,50,74,190,230,184,224,189, + 208,197,1,62,223,117,195,60,7,159,137,187,227,198,129,61,36,243,0,190,49,158,189,61, + 172,3,100,61,195,234,80,62,114,248,74,189,247,239,52,189,201,64,27,62,196,177,101,190, + 11,227,124,61,67,183,157,189,95,57,49,61,90,111,141,62,82,142,98,190,75,137,157,61, + 90,216,201,189,154,148,50,60,87,43,23,62,29,243,159,60,51,19,116,189,185,123,129,189, + 152,225,129,189,253,194,163,188,131,142,44,189,239,6,137,189,109,187,169,189,233,11,149,62, + 64,99,101,189,205,170,123,61,100,196,164,62,235,149,3,62,60,3,7,62,123,137,13,60, + 193,223,99,190,124,120,33,62,36,105,29,188,246,13,128,62,24,213,145,188,230,23,104,189, + 87,205,111,190,245,204,43,61,145,121,233,61,167,215,14,62,40,74,11,190,180,211,162,62, + 208,118,46,61,238,2,134,190,200,251,91,60,10,106,179,62,12,44,153,61,168,224,55,190, + 201,71,15,189,220,201,166,190,46,95,142,61,28,131,245,189,47,119,68,62,234,189,184,61, + 81,18,120,190,156,2,111,62,244,166,84,190,67,208,205,189,248,129,9,61,14,72,149,189, + 160,151,33,62,129,119,45,61,83,186,27,190,241,112,21,62,4,43,52,62,197,71,146,62, + 68,179,234,59,149,107,49,62,57,179,111,62,52,76,169,189,175,17,2,62,117,196,9,61, + 99,10,199,60,140,116,148,62,73,162,242,189,192,131,138,62,225,254,178,189,168,57,76,62, + 146,87,142,189,136,134,53,190,87,69,199,189,152,8,98,190,60,157,178,188,23,35,68,62, + 78,109,126,190,67,63,40,61,176,132,197,189,6,31,3,62,113,204,85,190,87,77,153,61, + 154,171,160,62,2,164,38,62,249,218,85,62,255,123,239,189,13,225,6,190,247,148,96,62, + 85,53,120,189,250,132,19,62,109,81,212,189,85,192,42,190,182,210,25,190,109,207,219,189, + 119,60,236,61,163,92,138,61,107,166,130,190,94,225,100,62,196,217,61,188,110,208,84,190, + 23,194,224,61,169,214,22,62,230,80,159,61,244,235,154,190,216,156,70,189,123,82,36,190, + 55,82,1,60,118,130,11,190,204,38,39,62,199,66,38,62,14,205,73,190,126,255,25,61, + 234,178,82,190,46,133,46,190,184,104,46,61,188,34,6,190,138,172,162,62,162,93,135,62, + 132,19,131,190,156,163,242,61,253,177,5,62,42,169,160,62,156,69,252,189,128,76,227,61, + 143,236,72,61,23,220,46,190,138,34,169,62,152,251,96,188,60,240,41,190,192,56,62,62, + 67,227,188,60,136,97,67,62,169,19,143,61,36,59,75,62,67,86,213,189,221,35,35,190, + 64,238,30,189,190,117,137,190,131,225,57,190,39,240,48,62,67,113,64,190,140,80,118,188, + 216,104,161,189,190,62,30,62,13,13,134,189,67,176,27,61,236,96,203,61,161,8,244,188, + 237,69,179,61,196,230,95,190,96,180,164,189,198,169,63,62,158,102,138,60,189,5,99,62, + 154,105,25,61,100,198,32,189,112,197,37,190,221,209,9,61,76,85,196,61,15,20,239,61, + 19,116,10,190,177,116,104,62,208,176,197,188,17,42,133,190,101,229,54,189,165,92,116,62, + 221,137,109,61,50,206,26,190,230,53,195,189,57,104,171,189,96,39,211,60,5,224,213,61, + 146,13,93,60,129,23,82,62,110,54,94,190,8,118,63,62,31,29,144,190,119,79,179,189, + 245,82,177,61,247,169,22,62,164,176,13,62,226,21,136,61,48,194,153,59,240,80,42,62, + 136,63,63,62,44,54,54,62,238,7,217,61,249,97,108,59,190,225,34,62,34,24,162,189, + 249,23,232,61,16,102,117,189,135,99,11,61,245,55,253,61,114,166,122,190,95,79,103,62, + 174,189,120,190,22,232,28,62,193,1,143,61,102,1,120,189,54,51,109,190,211,148,234,189, + 73,137,11,190,35,225,17,189,63,152,250,188,16,188,202,60,82,105,54,61,117,105,235,61, + 14,43,52,190,34,50,40,189,128,34,56,62,100,126,237,61,96,159,194,61,24,97,32,190, + 78,78,107,189,48,89,95,62,15,187,114,190,173,227,23,62,220,70,135,189,100,26,144,189, + 49,219,50,190,78,2,251,189,182,146,78,62,161,9,96,61,200,58,74,190,129,30,111,62, + 217,212,211,61,229,45,233,189,183,9,46,61,91,185,136,62,209,74,225,61,220,237,228,189, + 229,153,208,188,146,59,128,190,195,8,37,62,202,138,248,188,84,233,48,62,189,204,111,62, + 248,232,88,190,16,210,124,62,209,122,146,190,31,34,14,190,46,230,152,189,248,10,26,61, + 35,79,132,62,164,132,107,62,20,16,148,189,232,14,7,60,107,73,139,62,24,211,2,62, + 136,10,182,189,60,228,92,61,53,148,23,188,111,214,13,61,81,111,170,61,84,196,24,62, + 185,104,25,189,10,37,142,62,21,174,203,189,167,3,94,62,212,60,32,59,98,223,161,61, + 70,188,69,189,232,35,106,190,41,58,50,190,25,101,41,190,54,155,16,190,132,5,114,62, + 130,84,27,190,73,44,160,61,219,25,36,190,23,205,53,62,229,156,104,188,159,5,185,61, + 84,167,86,62,38,224,157,61,66,64,253,61,125,218,98,190,93,201,194,188,253,185,156,61, + 249,25,142,189,119,160,142,61,132,150,205,188,175,46,50,61,219,27,136,189,207,81,161,61, + 24,2,202,61,47,4,156,61,120,130,26,190,107,216,211,61,207,197,240,188,127,27,235,189, + 197,39,32,61,227,11,109,61,113,16,91,61,43,244,3,190,181,244,20,190,96,49,28,190, + 0,89,162,61,81,65,184,61,163,40,7,189,39,239,23,62,144,38,46,190,164,75,216,61, + 190,79,207,189,69,101,214,189,14,29,254,59,199,69,47,62,207,84,246,61,7,174,184,61, + 99,126,250,189,76,43,109,62,96,35,34,62,166,102,107,61,78,11,212,189,204,198,41,61, + 69,245,60,188,3,52,19,190,217,120,26,62,224,131,112,189,44,44,217,189,153,225,85,62, + 51,188,69,190,107,217,13,62,96,138,39,190,227,201,10,62,191,155,33,62,100,244,113,60, + 201,194,110,190,242,250,8,190,201,253,45,189,106,32,203,61,210,139,33,190,135,254,214,189, + 85,82,218,60,32,39,17,62,96,172,82,189,48,173,13,61,71,34,128,62,57,150,231,61, + 183,186,163,60,246,45,30,190,245,0,164,187,8,55,40,62,94,58,151,189,52,105,115,62, + 250,43,5,190,159,135,34,189,175,197,49,190,145,209,82,189,237,254,134,62,170,196,129,62, + 132,242,16,190,129,70,24,62,0,100,234,189,115,78,101,190,202,50,193,61,188,120,123,62, + 106,10,183,61,168,87,216,189,233,155,221,189,147,248,44,190,140,188,15,188,181,42,141,61, + 230,123,102,189,26,248,112,62,88,200,97,190,122,83,13,62,184,113,141,190,192,118,17,190, + 229,144,225,61,97,229,56,62,185,155,61,62,41,242,67,189,171,97,191,60,224,62,219,61, + 8,174,233,61,203,13,94,62,33,176,212,60,178,124,163,61,224,202,230,61,42,90,130,190, + 177,152,7,61,110,12,48,189,204,229,227,58,53,44,59,62,33,29,110,190,213,1,97,62, + 17,46,21,190,207,6,253,61,89,249,7,62,150,97,20,190,233,238,18,190,99,20,51,190, + 19,156,21,190,63,2,231,61,187,136,187,189,222,90,120,59,128,127,42,60,131,50,57,62, + 141,71,162,189,205,140,22,189,27,84,146,62,84,110,131,62,205,10,103,62,106,6,198,189, + 136,242,36,190,50,202,148,61,186,203,224,189,42,245,24,62,117,114,215,189,86,239,80,190, + 229,114,136,190,137,213,17,190,38,233,16,62,111,232,158,60,56,7,131,190,249,9,211,61, + 142,232,157,61,151,156,79,190,198,146,4,62,97,107,254,61,55,186,78,62,66,0,134,189, + 106,36,27,61,110,134,220,189,90,16,95,59,105,190,52,190,37,49,134,62,171,45,184,61, + 134,173,199,189,40,63,70,61,25,79,123,190,113,188,50,190,16,199,202,189,208,141,75,190, + 101,242,76,62,48,223,128,62,74,25,157,189,255,25,224,61,199,119,71,62,107,77,215,61, + 167,6,11,190,17,239,86,62,213,108,94,62,196,112,171,189,164,111,142,62,30,131,132,61, + 6,106,218,189,123,175,145,61,59,242,165,61,74,196,139,62,213,170,49,61,190,81,24,62, + 177,56,249,188,175,25,65,190,161,90,140,189,218,84,172,189,224,158,252,187,44,110,59,62, + 215,9,186,189,65,109,174,61,155,64,6,190,130,213,246,61,37,234,185,189,149,179,173,61, + 179,101,56,62,188,120,253,189,165,5,219,189,149,75,183,189,86,209,225,60,135,62,20,62, + 142,41,86,61,157,114,113,62,74,214,141,59,54,12,79,61,58,243,24,189,148,184,66,62, + 208,57,46,62,54,160,135,62,158,45,151,189,41,13,90,62,141,144,119,190,180,78,16,190, + 136,66,107,189,207,186,21,62,204,77,81,189,76,182,163,188,134,75,168,190,190,232,3,190, + 206,253,45,190,79,14,33,62,55,18,32,61,193,130,50,61,1,190,28,190,33,135,170,61, + 207,205,7,190,18,64,224,189,24,130,16,62,115,88,132,62,112,173,172,61,101,80,8,62, + 100,172,158,188,117,173,50,62,169,66,166,60,254,98,37,62,116,115,110,62,19,31,3,61, + 19,20,27,62,167,137,135,190,134,34,82,189,61,64,44,190,132,186,90,62,45,91,25,62, + 77,153,51,190,56,70,8,62,151,52,251,189,198,209,193,188,83,209,53,62,57,64,244,61, + 191,218,102,190,137,85,160,59,36,220,130,190,185,73,40,190,246,29,213,189,69,59,0,190, + 12,118,24,62,41,133,169,60,127,224,134,189,203,108,27,62,14,222,96,189,102,186,250,61, + 60,64,17,61,61,180,78,189,105,183,132,61,101,92,172,61,195,234,14,188,218,65,51,189, + 82,211,175,60,102,66,37,61,226,79,190,188,53,128,165,188,101,197,100,61,216,66,134,61, + 89,37,247,188,93,119,162,189,78,152,240,61,12,178,147,61,223,128,6,190,230,198,151,61, + 64,50,157,61,205,162,168,61,75,186,221,189,92,159,49,61,145,78,240,189,96,25,122,61, + 150,35,61,61,122,134,100,60,49,103,51,61,200,111,91,62,138,248,154,61,147,5,21,60, + 48,143,105,189,162,166,131,61,180,67,44,62,27,65,51,61,35,56,106,187,206,30,205,61, + 178,161,75,188,88,223,234,61,89,208,192,61,221,141,133,189,60,246,131,60,228,90,146,189, + 223,6,124,189,160,192,35,61,222,118,197,61,34,100,153,189,223,251,38,190,13,200,114,60, + 185,16,239,189,195,90,117,61,26,1,30,62,217,178,181,61,213,223,167,189,161,117,83,60, + 253,76,247,188,232,150,254,60,139,245,79,190,182,242,196,189,168,242,187,188,193,103,14,62, + 38,168,100,59,32,253,198,60,254,247,188,61,39,92,211,188,33,161,18,60,170,148,221,60, + 154,181,164,189,165,205,251,60,161,10,213,61,13,91,203,61,140,219,69,61,84,63,106,189, + 23,146,166,189,237,39,148,61,89,228,213,59,162,204,135,61,181,220,193,60,65,162,28,62, + 54,63,55,189,10,11,202,60,219,206,234,189,24,136,26,189,215,159,230,61,11,155,186,61, + 206,50,3,189,121,162,7,190,91,238,36,190,168,229,56,62,199,106,235,61,28,127,68,61, + 159,183,217,189,200,17,4,62,240,43,177,60,83,169,165,60,18,157,193,61,142,238,195,61, + 149,234,228,187,137,28,108,62,115,104,189,60,150,174,102,61,114,133,129,61,70,250,74,59, + 183,113,46,61,61,178,52,61,151,135,148,59,241,134,130,190,55,155,14,60,88,215,88,189, + 35,176,128,188,198,213,182,188,4,26,80,190,119,0,5,189,47,163,107,60,178,197,160,189, + 197,125,253,61,255,242,83,189,26,3,189,189,39,23,7,190,231,72,147,189,137,181,208,189, + 37,147,251,188,133,239,36,190,143,32,211,61,237,167,127,62,32,156,174,189,114,213,188,61, + 70,28,170,61,112,238,170,59,32,221,11,189,44,120,7,190,180,232,163,186,253,86,160,61, + 77,187,234,188,237,223,65,62,200,39,12,190,178,218,108,189,115,187,73,190,248,0,6,187, + 14,152,22,62,190,101,138,62,111,48,26,190,243,14,67,62,238,1,17,60,98,238,240,189, + 204,219,164,60,1,57,56,62,81,109,4,60,135,9,253,188,10,188,35,190,213,16,211,189, + 101,90,32,190,239,65,131,61,138,24,168,61,116,139,62,62,173,243,252,189,158,238,183,61, + 3,136,12,190,158,68,234,189,96,246,120,188,137,247,142,61,18,126,174,61,238,7,56,189, + 182,97,110,60,67,189,55,62,154,165,173,61,80,152,89,62,145,85,25,61,143,176,43,61, + 184,22,36,62,10,171,36,190,47,40,85,61,155,52,138,61,132,208,116,189,146,45,108,62, + 249,249,32,190,35,204,251,61,97,121,244,189,247,109,150,61,247,27,182,61,238,176,194,189, + 23,189,84,190,242,208,149,60,138,192,173,189,224,31,145,188,21,82,105,189,4,51,39,60, + 89,197,135,61,140,202,251,61,153,212,167,61,46,12,155,189,160,180,223,61,157,240,149,59, + 54,36,208,58,187,121,134,188,232,203,19,190,216,92,195,61,130,80,81,59,75,138,245,61, + 32,148,90,190,236,204,100,189,221,228,84,61,199,84,191,189,1,81,48,189,96,140,163,60, + 240,159,139,184,0,116,46,61,213,120,237,189,200,228,217,188,46,113,53,62,183,243,211,61, + 141,226,218,61,95,255,213,189,68,216,140,61,87,7,75,190,162,185,111,61,49,239,15,61, + 15,237,145,59,115,248,0,189,245,54,146,189,15,30,71,62,170,31,18,190,173,136,18,190, + 32,146,152,188,105,10,97,188,2,82,18,60,221,121,2,189,67,220,61,188,106,94,86,61, + 240,12,209,187,152,211,105,61,213,62,236,188,39,242,3,62,223,232,22,62,45,186,146,61, + 164,5,145,61,12,170,38,62,148,160,86,190,126,80,226,61,182,195,14,61,189,21,117,60, + 206,9,185,189,239,171,213,187,229,71,23,190,2,39,222,189,163,138,126,61,207,14,227,189, + 60,33,57,189,69,144,124,61,229,239,250,189,6,11,205,61,144,1,26,190,118,153,229,61, + 173,88,54,60,111,226,142,189,97,40,165,189,56,38,17,190,162,153,55,61,120,157,108,189, + 83,65,154,61,35,61,50,189,137,127,18,62,140,226,23,189,167,12,192,60,6,41,46,188, + 122,196,139,59,243,147,127,62,244,50,222,189,28,41,8,190,83,106,35,59,198,50,225,61, + 144,176,155,188,27,5,189,189,55,126,161,190,115,217,248,60,29,119,189,61,22,79,168,60, + 220,194,17,190,174,166,197,189,248,252,156,190,146,53,31,62,200,244,10,189,6,39,202,189, + 159,199,100,189,28,24,160,61,155,107,211,60,11,181,153,61,175,4,16,62,60,55,34,62, + 121,238,133,189,233,163,38,189,178,184,145,61,116,6,219,60,59,191,60,189,90,16,141,61, + 133,108,166,62,204,199,35,61,39,182,25,190,122,86,81,190,254,57,42,187,254,125,88,189, + 242,139,17,62,159,39,153,189,113,86,213,189,135,238,159,189,223,187,19,62,46,190,252,189, + 30,55,100,61,145,235,156,59,176,4,203,61,133,129,58,61,57,69,201,188,224,104,249,189, + 117,138,176,60,80,237,135,190,43,135,131,62,54,51,161,62,66,75,235,189,175,234,245,58, + 176,0,150,62,34,229,15,62,240,172,181,61,86,117,77,189,50,184,79,189,184,221,25,62, + 111,84,20,189,255,184,62,62,25,61,86,190,196,207,191,189,155,145,51,190,108,172,195,188, + 185,207,86,61,167,209,85,189,15,235,80,190,192,18,127,62,82,133,9,190,151,167,162,190, + 130,3,14,61,102,191,59,62,192,125,7,62,188,233,140,189,174,90,221,61,41,221,18,190, + 166,129,213,61,220,38,222,189,92,123,234,60,102,153,150,61,114,162,137,190,45,230,110,62, + 53,69,125,190,238,254,212,189,57,184,191,189,204,183,187,189,8,236,52,62,60,12,182,61, + 118,192,3,190,37,12,19,62,168,233,177,61,15,184,158,61,157,71,204,60,220,165,23,62, + 16,132,162,61,81,73,253,187,9,60,10,62,21,11,206,61,61,37,21,190,36,177,254,61, + 56,154,159,187,95,126,107,62,150,84,130,189,182,11,233,61,162,150,41,60,233,187,3,189, + 237,6,39,189,117,1,64,190,0,245,41,190,20,226,174,61,140,2,41,190,135,44,117,61, + 127,47,221,189,14,60,252,61,47,173,221,189,137,16,118,62,169,104,23,62,74,147,68,62, + 2,229,111,61,146,33,81,61,116,1,253,189,212,255,52,62,147,125,202,189,46,200,140,61, + 145,8,84,61,143,87,124,188,135,37,243,189,0,250,135,188,208,34,232,58,26,169,34,62, + 250,196,7,188,84,144,141,186,144,108,207,60,118,59,58,189,47,22,179,189,139,80,147,61, + 199,219,150,59,210,172,204,60,205,187,14,190,192,229,170,60,134,92,209,187,200,110,32,62, + 170,90,142,61,66,245,58,62,207,210,191,189,6,101,182,188,136,5,143,60,74,143,76,187, + 19,232,165,61,232,30,122,189,70,92,254,61,234,62,55,62,50,203,140,61,124,38,33,188, + 99,26,164,188,112,153,64,62,13,208,150,61,238,114,104,188,76,171,14,189,161,69,241,189, + 112,86,11,62,172,56,93,61,239,150,101,60,0,126,111,188,57,241,200,189,108,97,11,62, + 92,213,14,190,95,248,179,61,124,128,93,62,192,46,102,188,192,163,88,190,55,18,206,189, + 240,134,40,190,3,36,121,188,83,167,5,189,200,226,80,189,107,191,130,61,248,104,16,188, + 241,203,170,61,215,92,115,189,152,139,31,188,62,156,110,61,199,217,163,61,46,43,178,189, + 247,25,29,189,73,0,50,61,8,109,41,61,208,213,1,62,216,80,23,189,224,142,254,187, + 153,201,116,188,156,165,24,190,85,203,174,60,21,211,166,61,87,9,95,187,170,154,93,61, + 245,192,25,190,184,102,243,188,201,97,201,189,45,144,204,188,247,98,193,189,55,22,49,189, + 173,115,210,189,223,46,236,188,246,120,20,62,225,32,203,59,106,151,158,188,219,37,76,61, + 124,143,27,189,142,61,4,62,234,214,29,190,66,63,153,61,159,40,109,61,17,214,3,188, + 254,229,233,61,219,144,57,189,229,101,223,188,26,231,119,61,98,33,108,189,106,21,98,186, + 121,226,51,190,89,124,105,62,207,220,219,188,49,172,185,59,199,236,191,189,142,213,16,62, + 104,77,171,61,212,13,107,61,111,98,201,189,32,64,59,61,48,4,150,189,60,146,180,189, + 198,167,171,189,145,99,82,190,107,163,205,189,87,42,248,188,86,35,208,189,199,19,39,186, + 54,197,145,189,52,15,202,189,77,153,59,61,6,55,226,188,13,86,235,60,11,161,81,189, + 223,74,238,189,80,15,62,188,86,221,85,189,188,100,206,189,105,119,68,61,129,12,193,189, + 2,228,111,62,77,133,149,61,55,185,118,61,171,78,50,62,227,101,3,62,134,44,123,62, + 36,158,152,60,145,183,28,189,58,47,11,61,65,98,77,60,237,254,212,188,113,156,184,188, + 118,32,233,189,77,108,252,60,66,162,237,60,62,71,75,62,143,80,208,61,45,176,59,61, + 31,8,113,190,95,129,246,61,244,123,18,189,41,230,240,189,107,58,3,189,91,142,204,189, + 151,49,138,188,11,215,18,62,21,54,76,62,140,139,52,62,14,11,10,190,220,138,70,61, + 33,212,233,61,204,216,42,189,8,27,12,190,42,201,80,61,29,153,149,62,65,156,7,190, + 148,247,156,60,241,205,61,190,8,69,7,190,123,44,223,189,207,41,30,62,227,176,150,189, + 158,28,38,190,86,49,88,60,45,97,118,61,190,109,8,190,98,54,151,61,94,60,181,188, + 75,16,26,62,59,66,196,188,120,88,114,60,19,103,36,190,106,113,168,189,167,57,115,190, + 116,28,134,61,226,25,23,61,168,146,245,61,194,123,242,185,158,58,130,61,120,157,25,62, + 182,213,247,61,63,105,139,58,1,5,205,61,210,7,178,61,91,59,210,57,118,86,40,61, + 131,141,47,190,244,7,55,189,210,202,195,189,243,117,7,189,118,157,71,61,216,226,77,188, + 49,240,128,61,77,7,229,59,227,209,16,190,156,173,124,189,196,148,139,62,111,39,23,60, + 243,213,129,189,253,134,91,189,206,57,38,61,203,189,3,189,49,253,18,60,208,136,89,56, + 247,36,103,62,71,233,170,187,99,190,232,188,248,237,107,190,185,10,147,61,238,199,85,190, + 174,163,139,189,52,140,27,188,216,228,133,62,76,55,145,61,192,169,15,190,112,182,191,189, + 180,84,37,62,8,105,239,61,131,98,7,189,163,185,138,62,99,195,5,62,118,225,247,60, + 18,244,74,62,159,254,115,61,170,25,187,59,235,126,54,189,85,233,28,188,12,146,53,61, + 138,148,36,62,247,220,34,62,208,8,91,60,240,140,153,190,68,254,60,188,242,118,141,190, + 186,91,120,61,130,238,65,62,196,37,217,59,236,128,27,189,243,211,145,189,176,35,118,62, + 64,112,137,188,95,62,187,60,168,129,124,62,50,67,184,61,156,67,24,62,137,183,68,188, + 39,119,253,189,44,121,98,61,13,151,50,190,165,132,202,61,59,58,6,190,15,146,199,189, + 199,122,35,190,134,168,115,188,33,243,150,61,140,145,24,61,169,37,95,189,222,230,18,62, + 6,252,188,189,72,74,96,190,172,148,138,61,135,244,147,62,172,22,35,62,139,151,83,189, + 182,14,143,61,79,31,87,190,84,138,17,60,22,244,53,189,147,208,230,61,159,106,251,61, + 24,160,110,190,166,109,99,62,175,250,119,190,233,145,103,190,35,169,28,189,250,139,175,189, + 216,107,52,62,6,110,125,61,77,30,12,190,133,223,76,62,174,112,99,62,149,101,49,62, + 203,181,200,188,113,40,97,62,189,168,52,62,124,56,221,189,199,113,104,62,47,88,235,61, + 45,33,137,189,2,89,110,62,43,180,233,189,32,199,21,62,122,69,236,187,243,252,90,62, + 212,177,111,189,27,1,163,189,7,250,2,190,197,251,173,189,102,64,63,190,195,230,171,61, + 165,48,183,189,169,24,176,57,128,100,12,190,187,138,242,61,155,13,35,189,20,91,192,189, + 1,79,162,61,223,68,17,60,233,180,228,61,109,187,167,189,254,10,34,190,239,236,44,61, + 227,186,34,188,190,97,152,61,137,185,41,190,207,99,180,189,146,214,129,190,87,55,165,189, + 186,6,22,62,231,94,188,61,143,237,5,190,38,62,109,62,81,2,84,189,118,191,213,189, + 243,180,118,60,9,145,8,62,111,33,222,61,31,178,11,189,168,227,21,189,207,153,68,190, + 149,156,127,60,105,157,4,190,252,75,216,61,192,216,107,62,35,85,13,190,237,184,147,61, + 12,9,6,189,157,211,42,190,126,223,97,189,62,37,118,189,115,240,78,62,182,186,168,61, + 99,192,81,190,122,68,89,62,32,151,66,62,68,113,55,62,196,122,241,60,168,235,244,61, + 133,90,199,60,232,132,246,189,7,123,54,62,168,202,176,187,42,165,140,60,83,211,146,61, + 198,218,122,60,186,58,0,62,135,37,152,188,133,49,155,61,81,107,180,187,125,218,221,188, + 185,236,168,189,247,59,11,190,69,130,50,190,189,54,1,61,190,44,124,189,96,225,226,61, + 80,177,12,190,215,243,72,61,81,247,145,189,225,40,149,187,50,210,40,61,17,52,9,62, + 217,203,147,187,76,129,232,189,40,185,105,61,141,14,2,189,11,179,121,190,185,50,224,61, + 46,101,18,190,87,5,8,190,3,30,19,190,31,254,9,189,253,207,141,61,25,163,71,61, + 50,29,244,189,1,235,190,187,105,125,162,189,136,145,201,189,41,96,174,61,69,149,149,61, + 164,93,219,61,188,214,203,188,220,42,224,61,46,82,95,189,57,115,31,61,66,55,22,190, + 67,129,133,60,40,97,241,61,167,12,149,188,171,134,221,188,173,51,175,59,88,233,133,188, + 70,212,78,190,106,41,83,189,48,40,18,62,119,234,64,62,138,45,176,189,109,246,225,60, + 10,167,9,62,113,226,43,61,166,158,47,190,22,68,241,61,29,11,2,62,21,207,218,189, + 72,35,240,60,104,51,5,61,43,148,22,190,23,111,161,61,234,147,6,190,244,38,108,60, + 73,131,11,61,154,69,110,61,173,38,12,189,144,180,28,189,41,84,159,60,195,224,35,61, + 73,178,96,189,255,50,160,61,252,109,18,190,11,19,131,60,138,116,96,190,239,22,143,62, + 137,177,136,189,226,99,195,60,62,161,147,62,158,152,9,62,239,212,100,61,187,141,38,188, + 250,1,51,190,112,62,18,62,101,163,28,190,70,224,145,62,148,31,127,189,143,59,43,190, + 17,28,239,189,250,97,56,59,223,112,61,62,139,130,91,188,82,247,131,190,49,2,95,62, + 176,203,218,60,125,255,145,190,145,2,65,62,40,154,148,62,248,176,139,61,130,241,124,190, + 125,163,229,189,186,189,35,190,4,31,116,61,116,215,107,189,228,126,132,61,132,169,225,61, + 82,105,156,189,115,14,77,62,169,69,46,190,72,175,224,189,50,241,201,189,197,110,80,189, + 24,132,97,62,41,36,116,61,100,206,115,189,26,27,56,62,208,238,84,62,96,145,206,61, + 240,5,67,188,242,146,199,61,28,5,179,61,106,216,117,188,89,252,27,62,3,70,42,62, + 176,217,165,189,232,41,220,61,42,222,186,189,68,167,5,62,56,252,1,59,149,144,92,62, + 74,95,29,61,147,114,107,190,87,203,170,189,153,216,232,189,137,48,244,188,225,239,146,61, + 214,233,228,189,229,70,182,61,38,109,255,189,115,80,158,62,73,63,131,189,96,219,177,188, + 44,184,140,62,118,144,128,62,111,177,70,62,50,27,234,189,254,134,103,190,90,231,145,62, + 54,243,147,189,145,25,137,62,158,71,6,190,141,56,170,189,203,81,78,190,71,21,154,189, + 76,89,123,61,142,200,147,189,22,65,133,190,121,195,194,62,255,81,28,60,45,76,192,190, + 212,2,205,61,226,188,92,62,171,213,14,61,95,248,146,190,91,42,203,187,142,12,111,190, + 125,95,143,61,28,157,25,188,14,107,34,62,127,211,209,61,191,194,107,190,3,240,1,62, + 231,115,135,190,181,227,178,190,117,77,229,189,157,233,84,190,60,53,99,62,131,37,64,62, + 246,16,145,190,32,15,178,61,168,59,67,62,82,64,83,62,219,201,105,189,25,91,152,62, + 97,56,36,62,91,184,67,189,206,30,172,62,66,182,119,62,200,76,61,190,177,136,128,62, + 10,33,191,188,79,217,109,62,46,3,188,61,173,107,156,62,137,140,173,189,73,178,5,190, + 197,230,145,189,39,8,24,190,165,135,138,189,78,150,115,62,66,0,30,190,187,10,62,62, + 8,207,150,189,6,105,91,62,202,222,59,190,138,192,182,61,104,220,151,62,115,91,83,62, + 163,165,7,62,96,151,238,189,148,53,157,188,182,42,40,62,64,2,177,189,15,52,42,62, + 147,80,93,187,85,232,38,190,200,156,100,190,52,13,201,61,108,5,25,62,232,179,151,61, + 113,10,58,190,37,232,85,62,242,92,210,189,215,152,37,190,45,0,149,61,44,104,82,62, + 197,222,126,61,107,135,161,189,149,35,169,189,29,10,200,189,211,28,159,60,12,167,247,188, + 200,52,198,61,152,164,129,62,113,245,69,190,66,90,222,61,89,86,61,190,181,138,67,190, + 31,41,40,189,114,136,110,61,227,208,126,62,32,153,20,62,142,222,62,189,253,221,108,62, + 72,32,219,61,228,230,224,61,178,233,202,187,183,167,213,61,12,53,229,61,98,249,59,190, + 170,168,100,61,119,38,99,59,154,169,105,61,120,89,36,62,229,220,5,189,94,0,14,62, + 232,209,132,188,109,66,103,61,122,19,56,62,56,105,92,189,253,162,96,189,151,100,255,188, + 130,212,60,190,222,69,60,61,180,250,28,190,196,114,170,60,50,251,223,189,39,39,176,188, + 163,195,69,189,233,28,174,189,204,165,178,61,12,123,121,61,142,87,12,61,187,238,71,189, + 161,43,205,189,107,32,133,189,13,73,250,189,157,86,182,189,128,62,238,187,108,239,7,190, + 133,233,1,61,11,236,61,61,53,193,9,188,85,89,162,189,217,140,136,61,26,231,180,189, + 7,21,94,62,120,172,204,61,91,241,146,61,77,190,39,189,142,197,14,62,218,84,175,187, + 193,251,8,62,3,188,169,61,157,129,181,61,67,150,182,189,137,196,22,59,179,123,59,189, + 70,191,143,61,139,72,3,189,170,145,172,60,53,205,249,188,89,208,233,189,183,148,216,189, + 170,39,73,188,157,50,111,188,87,253,128,60,32,46,135,60,150,9,199,189,102,228,211,188, + 169,129,121,189,122,66,206,61,164,140,209,189,17,248,97,189,20,160,156,57,83,236,137,60, + 51,247,235,60,66,200,30,61,80,198,59,188,213,226,158,61,202,57,119,189,187,205,160,61, + 83,104,214,61,155,66,33,189,108,85,33,61,36,113,38,61,84,62,142,189,66,44,63,59, + 101,79,137,189,143,241,54,189,17,38,49,59,198,31,245,189,92,114,55,189,42,8,17,61, + 126,189,48,188,143,208,15,189,214,191,133,61,100,219,140,189,154,143,140,189,57,186,52,189, + 58,86,5,60,103,220,163,189,86,89,7,188,203,192,9,62,145,165,226,61,227,30,45,189, + 51,16,136,189,107,239,201,61,159,136,220,61,155,172,197,187,211,72,7,190,107,24,33,189, + 222,199,231,188,168,192,6,61,124,113,30,190,30,86,44,61,80,243,52,190,10,61,64,189, + 137,223,166,188,95,246,155,189,176,163,161,59,25,54,1,61,152,2,48,188,12,218,229,61, + 17,234,26,61,214,54,13,61,176,148,208,61,196,32,58,188,6,136,36,190,249,39,148,188, + 101,199,7,189,89,26,5,189,233,20,45,189,129,248,0,61,209,166,7,62,133,47,133,189, + 198,173,202,60,159,178,248,189,64,80,226,189,107,42,161,61,253,222,41,189,155,122,147,61, + 140,62,175,61,7,125,200,60,219,115,4,190,28,171,39,187,188,212,247,60,187,202,158,188, + 200,50,20,190,136,60,36,190,66,219,21,61,216,150,134,59,181,231,113,189,32,238,10,190, + 67,146,131,61,54,237,73,62,159,157,254,189,134,117,67,62,3,6,65,62,235,36,82,189, + 219,75,165,187,120,109,155,189,202,54,188,188,208,156,107,61,245,239,63,189,43,140,76,62, + 112,255,66,61,43,252,112,188,81,133,60,190,185,207,59,62,15,69,120,62,140,7,1,62, + 69,186,86,190,138,185,24,62,115,22,6,189,185,17,8,190,148,234,162,60,139,241,9,62, + 221,174,143,189,211,103,26,189,150,30,13,190,24,209,18,190,236,6,123,60,168,191,25,62, + 139,12,108,189,6,54,24,62,52,84,79,190,88,92,0,62,241,142,102,190,94,95,57,189, + 125,22,246,61,64,109,74,62,70,53,140,61,153,170,15,189,53,132,165,189,88,145,123,62, + 46,80,7,62,135,174,70,62,15,161,20,189,37,9,157,189,65,11,121,61,38,248,222,189, + 251,151,219,61,103,110,133,189,233,251,29,189,63,145,89,62,31,86,129,190,147,182,75,62, + 162,124,114,190,248,191,19,61,236,26,13,62,255,91,94,61,195,125,134,190,173,20,174,188, + 131,198,62,190,64,110,239,187,205,0,50,190,175,143,197,60,29,57,129,188,196,171,210,61, + 223,179,16,190,116,187,153,60,108,220,143,62,109,30,100,62,59,208,191,61,172,24,249,60, + 126,130,241,189,135,186,37,62,99,34,60,189,248,234,27,62,181,171,56,190,229,20,129,189, + 74,122,100,190,196,67,34,61,176,207,118,62,238,124,62,62,224,87,241,189,117,208,42,62, + 43,80,82,189,155,237,134,189,124,189,29,189,164,219,231,61,201,118,177,61,218,117,182,189, + 70,210,70,188,117,198,130,190,156,216,60,60,220,59,145,189,49,182,82,62,7,164,209,61, + 107,131,41,190,250,147,29,62,64,215,68,190,217,15,16,190,39,80,41,61,94,91,194,61, + 21,228,92,62,232,80,122,62,9,200,210,188,155,231,177,61,236,84,134,62,41,155,142,62, + 97,154,128,188,9,73,251,61,192,162,41,61,117,250,16,190,134,35,48,62,51,235,149,188, + 12,171,68,188,129,225,69,62,253,135,200,189,94,91,212,61,152,46,29,190,167,254,19,62, + 253,173,12,62,123,48,255,189,101,152,96,190,149,65,27,190,237,183,233,189,149,22,152,61, + 47,187,22,190,93,70,36,61,195,230,48,190,122,74,24,61,128,159,59,61,156,57,3,62, + 12,93,235,61,241,239,18,62,134,247,168,61,74,170,157,189,200,133,224,188,49,183,184,60, + 134,255,86,190,3,114,3,62,139,199,153,189,190,137,86,189,18,201,140,60,75,165,17,61, + 14,255,143,60,40,84,29,62,56,148,8,190,47,239,133,61,240,134,135,189,170,213,8,190, + 194,231,152,61,254,125,107,62,188,57,100,189,178,199,253,189,175,173,222,189,135,33,162,189, + 66,43,191,61,142,239,163,189,198,36,111,188,240,147,106,61,4,249,39,190,172,111,246,57, + 79,20,56,189,179,194,56,60,2,80,156,60,164,60,224,59,139,71,93,61,72,40,43,62, + 8,189,202,189,87,93,131,61,16,2,64,62,254,242,96,61,71,67,209,60,183,41,236,188, + 20,84,175,60,234,180,183,60,211,216,250,61,129,37,238,188,6,251,199,188,31,87,181,61, + 73,160,51,189,81,14,73,62,100,134,48,189,224,9,238,61,249,137,166,61,124,26,139,60, + 95,225,126,187,205,16,38,190,146,46,36,190,179,199,30,62,252,63,219,60,185,141,134,189, + 199,15,84,188,9,190,42,189,207,203,142,60,21,76,250,189,154,237,21,190,149,97,21,190, + 52,58,128,189,44,129,165,59,163,247,227,60,70,52,135,189,123,191,60,62,121,204,229,60, + 140,76,173,189,67,21,233,61,92,66,14,59,239,55,42,190,160,19,174,189,8,80,177,189, + 173,140,160,188,64,182,21,190,114,54,91,190,20,243,188,60,176,232,104,190,46,114,99,188, + 240,147,71,190,33,40,117,61,116,191,174,189,188,184,23,62,155,194,20,62,230,26,0,61, + 15,211,199,188,213,73,157,189,93,95,128,61,185,190,214,189,212,86,9,62,199,216,68,61, + 182,40,47,62,242,227,183,189,47,212,138,189,246,100,59,60,76,68,11,62,63,27,154,189, + 44,253,165,189,149,191,141,189,28,125,9,61,169,88,167,189,3,2,130,189,170,248,67,190, + 49,66,52,189,142,27,233,189,250,193,234,61,20,37,114,189,176,3,36,61,7,70,226,189, + 100,103,213,187,121,67,35,190,73,80,59,189,81,252,219,188,201,118,169,189,232,91,107,189, + 251,46,108,61,217,62,38,190,106,87,239,61,246,79,23,190,129,3,30,62,91,109,4,190, + 216,130,222,190,179,200,140,61,224,117,153,188,164,200,73,62,109,219,123,62,150,61,7,62, + 77,74,90,190,74,35,98,62,50,120,2,190,66,142,105,189,107,89,146,190,177,189,123,190, + 243,18,191,61,106,237,101,190,52,154,29,190,76,74,191,62,56,3,223,61,89,210,127,189, + 246,88,57,62,95,52,42,62,1,132,173,62,234,90,34,190,1,81,97,62,87,194,84,61, + 160,172,68,62,145,124,212,61,126,118,67,62,62,5,101,190,175,10,58,62,88,158,150,61, + 171,25,144,189,111,7,196,62,207,73,33,61,164,228,131,188,157,95,184,189,205,214,12,190, + 164,160,226,188,171,9,64,61,234,38,100,60,44,58,3,190,16,68,80,61,37,30,163,62, + 202,67,11,190,10,136,136,187,107,164,114,60,164,22,152,62,203,58,178,189,6,149,98,62, + 27,180,155,190,251,157,148,189,144,102,142,187,213,234,242,189,135,157,143,190,8,228,149,60, + 74,254,109,189,115,231,152,60,80,156,149,61,190,252,219,62,208,69,132,59,20,188,58,59, + 67,81,131,190,57,204,152,61,239,167,106,190,23,255,123,61,148,128,241,189,50,199,173,189, + 88,39,195,188,218,101,235,189,53,94,157,61,228,12,142,189,157,50,8,189,239,93,98,61, + 167,180,66,62,2,205,148,189,168,93,2,62,225,211,63,62,47,202,197,184,66,126,53,62, + 182,40,244,61,24,237,49,62,32,138,186,188,30,21,179,61,164,30,34,190,114,79,185,61, + 90,73,180,189,55,113,24,61,124,69,250,189,243,40,181,189,254,134,79,190,91,124,47,189, + 100,59,2,190,246,209,105,62,103,74,106,190,143,3,108,189,173,150,99,61,253,235,145,61, + 66,182,138,188,35,188,215,61,124,72,224,61,154,91,184,61,36,13,229,189,37,208,10,190, + 32,110,163,189,23,111,96,60,123,155,46,189,43,153,181,60,78,185,43,62,29,175,202,189, + 232,187,174,59,217,247,65,190,53,88,104,189,248,17,40,190,100,202,148,61,240,43,51,189, + 252,236,130,61,63,105,53,189,15,216,233,189,36,111,147,59,135,19,18,61,170,176,155,61, + 37,106,130,189,94,125,26,189,53,120,137,189,45,55,251,189,115,235,15,62,127,225,228,189, + 82,230,250,61,36,92,13,190,51,126,122,61,208,98,181,188,4,154,105,189,211,193,242,189, + 115,246,102,189,217,56,167,61,139,236,0,61,185,144,138,189,13,106,47,62,172,251,83,190, + 135,152,131,61,186,98,148,61,82,85,127,61,65,233,64,60,213,206,81,190,6,28,223,187, + 153,91,204,61,235,177,41,190,212,67,9,62,119,69,85,61,187,130,27,187,164,57,82,190, + 216,46,96,189,179,156,190,61,177,110,42,62,232,142,101,62,47,128,126,61,78,235,138,188, + 52,120,154,188,106,177,2,190,193,23,218,61,176,77,204,189,210,33,77,61,149,144,133,60, + 218,0,8,62,175,28,132,62,50,220,4,188,237,174,125,59,117,148,117,62,63,197,131,189, + 218,226,129,189,147,177,13,189,135,78,173,61,232,162,103,190,22,34,39,61,85,197,96,62, + 218,44,85,190,143,83,242,189,185,97,65,189,148,240,107,190,68,251,42,189,189,141,251,189, + 189,82,43,189,229,154,40,189,35,162,245,61,110,90,73,62,150,164,126,62,12,216,132,62, + 16,87,227,61,44,171,76,189,84,164,185,60,245,174,173,188,0,70,85,60,123,62,195,61, + 75,97,8,190,11,149,175,61,138,151,41,62,157,27,187,61,176,88,125,61,42,78,89,189, + 129,189,156,188,1,232,253,60,87,110,16,190,0,8,144,62,226,194,215,189,208,200,61,189, + 205,129,133,190,234,250,67,60,205,164,210,61,101,86,198,188,107,179,96,190,94,128,241,61, + 170,33,42,60,74,139,0,190,77,105,134,60,211,58,120,62,111,60,66,188,188,59,131,189, + 63,108,224,188,71,100,72,190,105,55,28,189,31,237,108,188,252,126,9,62,238,55,218,61, + 232,216,64,190,107,42,80,62,243,40,229,189,225,85,88,190,246,201,243,188,141,16,130,189, + 196,201,154,61,23,216,11,62,22,48,91,190,163,229,154,61,166,102,27,62,200,195,161,61, + 122,79,204,188,36,217,163,61,166,24,123,60,201,144,201,189,236,52,65,62,107,231,51,61, + 140,147,16,190,175,200,109,62,112,253,1,190,183,107,26,62,40,90,91,60,75,245,196,61, + 12,253,80,61,164,56,239,189,152,90,18,190,230,237,95,190,8,31,203,188,78,102,220,61, + 167,4,201,189,157,35,140,188,213,12,32,189,108,43,115,62,72,10,44,189,127,180,157,60, + 136,91,135,62,180,237,111,62,227,33,182,61,238,83,169,189,119,106,172,189,63,220,68,62, + 44,59,47,190,222,21,149,62,78,50,204,189,242,196,89,190,166,9,110,190,45,70,91,189, + 193,206,90,62,87,93,215,60,114,104,54,190,98,109,70,62,104,134,122,189,196,151,43,190, + 92,192,21,62,22,210,176,62,57,86,229,61,173,223,121,190,216,128,208,189,224,169,167,190, + 10,172,83,61,179,3,21,187,58,25,98,61,66,226,235,61,179,7,77,190,93,231,21,62, + 196,222,59,190,119,216,153,190,70,30,221,189,108,123,195,189,80,10,164,62,140,211,253,61, + 99,64,141,190,128,107,23,62,176,227,123,62,182,240,35,62,125,26,69,190,56,65,209,61, + 230,62,81,62,204,87,175,188,85,19,123,62,156,102,71,62,54,229,154,60,66,206,82,62, + 11,150,126,189,71,128,56,62,26,232,75,189,211,83,232,61,84,225,35,60,217,129,53,190, + 71,183,53,190,239,160,76,190,119,137,22,190,151,148,128,61,35,180,9,190,23,193,29,188, + 77,50,17,190,145,176,175,61,7,2,21,190,50,160,40,61,239,64,69,62,127,61,50,62, + 37,232,180,61,7,245,59,188,190,90,229,189,68,160,27,62,246,92,237,189,52,109,79,62, + 157,130,132,190,69,147,250,189,127,194,30,190,77,186,177,188,37,69,226,61,241,32,183,61, + 57,136,253,189,92,59,185,61,37,179,179,60,62,54,126,190,73,106,198,61,6,241,45,62, + 234,86,15,61,45,108,30,190,238,70,134,189,145,116,84,190,186,19,233,186,76,209,151,189, + 44,170,45,62,129,63,5,62,245,55,147,189,12,173,40,62,141,79,128,190,238,66,56,190, + 143,31,113,60,104,73,168,189,200,222,133,62,178,107,57,62,112,128,32,188,194,190,179,61, + 108,255,75,61,104,99,191,61,71,49,112,189,139,69,175,60,130,53,66,62,231,189,129,188, + 175,83,235,61,17,37,37,62,111,110,249,188,195,242,25,62,48,151,75,190,56,74,138,61, + 145,127,92,190,52,58,8,62,76,22,205,61,170,221,192,189,45,214,1,190,226,79,100,60, + 19,108,155,189,77,120,32,188,228,145,28,190,13,195,85,61,11,204,145,189,171,211,130,62, + 12,174,89,190,182,243,72,188,229,228,163,62,232,140,75,62,138,63,68,62,210,10,6,189, + 122,65,40,190,207,93,247,61,162,0,212,189,221,35,158,62,151,56,64,190,19,217,92,189, + 143,141,132,190,84,174,10,190,140,125,150,62,163,254,32,62,156,159,27,190,14,211,157,62, + 159,8,28,190,181,165,105,190,203,202,106,62,255,47,69,62,171,62,214,61,4,228,16,190, + 52,87,225,189,96,163,112,190,134,253,168,61,35,23,39,189,217,173,175,61,8,118,112,62, + 136,50,150,190,24,207,127,62,128,229,94,190,193,101,73,190,201,246,16,190,200,211,206,189, + 181,138,45,62,31,232,254,61,127,86,66,190,217,127,31,62,82,173,157,62,138,235,38,62, + 217,141,32,190,175,119,42,62,177,176,123,62,68,128,78,190,32,142,134,62,143,147,32,62, + 36,34,92,189,86,131,144,62,161,130,227,189,70,41,17,62,112,121,140,188,241,205,73,62, + 199,187,198,189,58,223,88,190,150,138,237,189,189,128,150,189,177,5,140,189,211,229,17,62, + 215,210,19,190,117,238,246,61,247,162,129,189,137,49,22,190,157,16,143,190,195,8,144,62, + 30,253,100,189,124,152,198,189,135,242,212,189,165,81,83,61,26,66,80,189,77,83,138,60, + 118,226,33,62,215,42,64,190,88,110,204,61,118,249,181,189,97,209,45,189,234,165,193,61, + 6,58,134,189,16,153,156,62,81,57,163,61,133,19,4,190,182,15,34,62,140,79,190,187, + 171,211,56,61,138,160,224,189,152,33,117,60,38,99,102,189,46,26,192,60,68,141,204,61, + 205,36,189,188,146,66,138,60,129,157,15,62,169,226,65,189,43,58,42,62,127,166,183,61, + 159,138,132,61,48,28,154,60,71,206,196,60,42,201,87,62,186,249,69,187,167,167,173,59, + 34,55,171,61,241,99,152,61,129,60,38,61,117,151,5,62,65,187,92,62,158,6,65,190, + 54,1,20,62,124,70,101,62,226,10,4,190,200,162,173,189,127,57,243,189,20,93,26,190, + 148,128,142,61,231,159,210,189,96,91,106,190,254,54,4,60,225,66,58,62,141,155,15,62, + 54,160,31,189,197,174,51,62,174,249,174,189,105,4,194,188,145,217,55,190,131,212,156,189, + 194,60,1,190,209,219,123,189,121,191,175,60,122,186,212,61,99,86,68,188,209,216,249,188, + 242,57,196,60,140,74,234,61,235,86,9,189,83,179,34,188,141,89,34,61,65,155,150,188, + 21,111,230,61,137,115,61,61,63,75,30,61,149,161,162,189,99,255,40,190,151,33,231,189, + 118,29,24,62,135,232,240,189,157,141,123,61,98,12,161,60,207,149,178,61,251,124,173,189, + 31,103,128,189,139,97,15,62,184,173,179,188,242,114,38,62,229,105,173,60,157,19,219,60, + 203,50,217,189,241,184,46,190,236,206,255,61,118,19,245,189,165,214,46,61,93,156,19,62, + 234,29,115,187,94,3,102,190,102,252,241,189,238,226,96,61,103,243,185,188,231,71,5,190, + 145,210,157,189,220,242,105,189,208,248,171,188,234,209,95,189,150,155,81,188,0,140,122,189, + 7,118,9,190,2,150,250,61,55,112,57,189,145,198,251,186,153,9,127,61,186,55,3,190, + 81,100,139,61,239,175,222,189,160,112,108,189,123,158,143,59,33,133,236,61,53,69,19,189, + 214,15,2,62,192,171,149,189,134,67,22,62,107,193,111,61,138,17,68,62,54,102,89,62, + 20,10,22,187,21,124,37,60,45,233,64,62,146,145,6,62,38,245,112,62,142,87,133,188, + 240,71,141,189,190,200,22,62,162,19,6,190,233,38,164,62,61,223,64,190,1,147,45,189, + 60,96,48,190,122,14,212,60,200,74,80,62,10,146,25,189,89,251,212,189,198,126,40,62, + 86,148,225,61,246,151,129,190,121,0,172,61,191,203,149,62,182,14,11,62,235,26,52,190, + 178,110,184,61,167,197,142,190,241,140,59,189,204,178,15,60,21,35,6,62,60,90,91,62, + 236,165,101,190,187,205,87,62,174,59,9,190,175,54,141,190,82,185,3,190,163,215,135,189, + 10,122,97,62,165,108,197,61,80,86,93,190,177,55,89,61,86,200,20,62,67,39,44,62, + 220,141,31,190,158,248,43,62,7,87,113,62,252,157,125,188,98,90,126,62,100,118,47,62, + 138,67,138,189,84,186,93,62,18,225,197,189,162,52,166,62,88,113,85,61,134,169,87,62, + 178,183,147,189,98,152,12,190,64,76,131,189,138,73,220,189,129,143,186,189,77,11,92,62, + 135,17,51,190,226,18,215,61,149,102,195,189,222,150,59,187,81,73,179,59,188,42,180,60, + 47,115,98,59,217,121,133,62,216,168,23,187,209,169,236,189,134,186,60,189,21,253,49,62, + 245,219,150,61,137,199,252,60,226,191,6,190,165,118,26,190,63,201,65,190,74,234,10,189, + 85,88,50,61,50,104,129,61,224,239,189,189,171,185,176,188,250,30,10,189,104,81,163,60, + 223,2,93,61,97,120,226,61,144,48,221,58,114,161,20,190,183,16,42,190,157,232,220,189, + 201,64,240,189,196,225,20,61,129,202,86,62,242,138,36,62,55,207,199,189,152,44,42,189, + 239,213,229,189,111,150,251,188,188,158,125,189,185,154,138,61,102,187,97,62,133,9,30,62, + 177,3,44,60,86,7,13,61,170,109,30,62,10,11,30,62,255,53,188,188,154,201,24,62, + 136,81,71,189,118,250,110,189,5,29,119,61,204,134,116,189,92,235,167,60,59,94,67,61, + 95,42,111,190,120,228,28,62,42,137,226,187,6,218,5,62,144,125,86,62,1,153,38,188, + 88,99,238,58,16,164,182,189,48,105,24,190,243,64,16,62,89,149,86,190,134,243,5,187, + 34,222,151,189,56,104,35,62,50,110,16,190,155,73,51,189,13,203,143,61,31,230,221,61, + 154,170,83,61,55,113,91,190,204,106,239,58,105,229,46,62,242,248,110,188,192,106,76,62, + 26,94,177,189,184,220,157,60,128,55,113,190,13,214,29,189,163,205,98,62,78,155,53,62, + 210,71,53,190,204,2,12,62,97,107,210,188,140,41,208,189,74,155,144,60,44,191,98,62, + 254,166,161,61,238,221,180,189,70,74,34,190,96,91,20,190,183,209,243,188,220,24,57,61, + 45,63,188,188,178,125,44,62,114,254,38,189,204,213,108,61,253,193,210,189,157,167,144,189, + 235,185,147,188,103,234,10,60,175,147,40,62,230,199,158,57,65,84,251,188,199,244,89,61, + 102,181,148,61,97,230,4,62,122,9,27,61,103,53,239,188,211,25,245,61,236,238,238,189, + 18,95,38,61,137,72,77,188,149,19,129,61,44,168,205,61,155,181,39,190,155,221,50,62, + 51,44,61,190,99,30,233,61,21,251,216,61,125,156,21,189,209,240,155,189,232,195,109,188, + 202,17,0,190,159,105,12,62,122,215,10,190,142,140,78,60,232,180,243,189,64,247,29,190, + 237,30,194,61,228,122,228,189,196,129,247,189,69,188,26,190,64,62,234,189,202,136,3,61, + 121,8,17,62,6,80,178,189,206,137,81,62,163,60,11,190,189,194,68,189,26,196,73,62, + 138,30,241,61,12,221,122,61,159,43,25,190,194,65,0,190,198,31,242,188,206,99,91,59, + 185,189,42,189,84,123,24,62,232,62,104,189,204,103,210,60,119,120,3,190,238,180,48,62, + 107,87,171,60,254,18,130,59,33,6,40,189,245,173,192,189,69,215,252,189,234,42,48,189, + 216,114,189,59,0,119,136,61,134,174,11,62,123,134,255,187,175,60,7,62,185,129,214,60, + 144,98,229,188,175,137,66,189,69,170,11,62,82,250,0,190,149,93,61,188,19,200,105,189, + 173,24,47,62,110,41,13,190,64,24,193,189,236,51,229,188,148,158,239,189,55,180,144,188, + 217,237,134,61,8,3,104,189,60,193,123,61,42,151,224,189,17,138,219,60,112,30,190,189, + 167,16,130,61,105,51,120,61,129,158,183,61,162,0,47,62,215,231,222,61,196,138,186,189, + 176,136,67,188,184,145,0,190,23,42,46,62,240,64,35,62,158,62,25,189,247,183,0,61, + 158,13,8,62,87,126,160,61,139,92,22,62,2,13,19,60,203,190,166,58,240,102,19,62, + 148,39,42,61,193,160,150,61,178,52,143,189,167,168,82,190,185,234,88,190,151,179,183,189, + 148,119,211,61,73,253,105,189,144,223,217,189,135,144,50,62,193,18,76,61,42,139,56,188, + 55,243,24,62,179,211,33,62,155,76,132,60,50,80,146,189,6,159,255,189,223,47,55,190, + 91,98,234,189,221,157,168,61,21,231,98,62,66,245,142,61,68,41,210,189,217,112,13,62, + 46,223,7,190,82,2,136,190,40,32,179,189,246,181,42,189,80,218,150,62,56,40,84,62, + 201,170,45,190,115,23,86,61,115,14,226,61,4,147,2,62,42,37,140,61,81,10,230,61, + 19,189,10,61,142,4,246,189,227,230,135,62,249,199,240,188,240,194,52,61,227,229,133,61, + 142,18,23,190,75,250,61,62,195,29,196,61,232,68,21,62,99,150,19,62,36,217,72,190, + 170,245,25,190,105,172,82,189,60,23,26,61,181,251,246,60,111,74,52,190,49,165,86,189, + 191,157,165,189,252,82,16,62,61,167,54,189,200,165,2,62,108,8,155,61,181,109,211,61, + 68,105,50,187,179,137,150,189,168,81,137,189,15,126,204,60,127,239,44,61,170,116,89,62, + 35,61,46,190,248,204,249,189,117,109,56,189,49,78,252,60,178,157,163,61,116,172,243,61, + 29,184,134,190,215,97,59,62,100,7,151,189,233,131,136,189,44,169,156,61,164,96,197,61, + 158,160,20,62,197,25,217,189,151,210,52,190,111,11,106,190,145,83,128,189,169,98,112,61, + 172,58,16,62,158,216,248,61,6,131,50,190,213,72,207,61,13,114,126,190,90,20,182,188, + 142,216,3,190,174,117,163,61,249,1,11,62,213,170,226,61,213,196,145,189,35,128,147,61, + 48,56,156,61,232,88,146,61,26,48,180,61,63,223,157,60,12,180,170,60,123,41,63,190, + 253,132,91,60,153,79,39,60,112,197,174,189,219,250,172,61,228,110,83,190,210,221,105,62, + 255,87,96,190,92,28,172,61,130,108,97,62,176,56,160,60,171,55,3,190,215,53,38,189, + 111,233,58,190,189,127,238,188,34,35,67,190,6,209,39,189,2,240,207,187,246,185,102,61, + 149,6,112,190,161,153,171,61,222,97,155,61,212,228,48,62,20,56,252,59,149,196,144,188, + 75,243,207,189,86,210,41,62,57,196,206,61,123,26,185,61,197,210,82,188,177,0,160,61, + 218,30,11,190,193,174,189,61,126,189,91,62,248,26,94,62,59,154,156,189,198,24,169,61, + 202,209,78,189,119,56,195,189,7,178,124,189,11,121,74,188,9,67,25,62,196,207,9,190, + 228,95,88,190,134,63,138,189,8,8,81,189,64,39,101,61,175,155,14,62,242,47,119,62, + 186,220,101,190,92,196,100,62,166,242,28,189,55,150,200,189,207,97,32,61,254,210,99,62, + 205,132,15,62,43,251,206,61,76,174,115,61,160,116,184,61,12,125,165,61,166,253,132,62, + 42,91,183,61,211,217,200,189,4,53,88,61,114,162,227,189,153,122,88,189,195,72,90,189, + 201,17,89,60,92,169,0,62,234,114,65,190,25,17,160,187,67,117,230,189,35,77,9,62, + 62,51,34,62,199,223,29,62,11,55,5,190,140,204,217,188,252,238,68,189,3,155,152,189, + 98,0,21,189,89,115,156,59,133,60,229,189,145,46,65,62,92,195,188,189,65,98,160,61, + 89,119,150,61,118,136,66,62,147,12,161,60,181,82,227,189,76,17,167,189,166,212,241,61, + 170,248,204,189,64,62,58,62,27,30,12,190,30,63,133,189,170,183,148,189,100,103,60,61, + 43,200,145,61,255,142,126,61,233,255,95,190,83,95,251,61,156,41,54,61,240,120,164,189, + 187,242,60,61,132,30,181,61,81,83,196,61,225,13,136,60,116,157,201,188,106,95,15,190, + 63,205,103,188,125,230,43,61,115,4,156,61,8,240,172,59,125,239,16,190,128,45,158,60, + 202,10,48,190,18,173,181,188,27,172,8,190,23,35,72,188,78,109,34,62,211,29,7,62, + 63,101,202,189,25,168,213,61,214,60,38,61,43,18,250,61,134,111,72,188,99,133,141,60, + 34,48,21,187,172,199,74,190,86,240,212,61,213,172,166,61,199,71,22,190,112,95,82,62, + 42,169,230,188,239,39,18,62,151,114,187,189,9,210,26,60,119,134,190,61,191,126,9,189, + 99,61,30,60,42,247,46,190,192,35,157,188,66,167,73,61,99,148,29,190,86,30,48,61, + 213,82,5,190,27,219,158,62,76,93,41,190,44,24,100,61,111,89,79,62,62,206,56,62, + 237,9,81,62,94,236,197,189,204,42,122,190,44,211,88,62,204,134,49,190,43,16,76,62, + 149,139,62,190,112,224,45,190,6,240,16,190,180,71,12,190,133,92,114,62,80,249,118,189, + 66,130,227,189,116,164,88,62,249,195,5,188,95,55,165,190,123,252,5,62,11,254,101,62, + 182,171,162,187,186,121,6,190,121,127,45,61,137,3,174,190,19,164,7,62,171,182,82,189, + 5,236,86,62,55,244,17,62,9,209,149,190,139,135,179,61,106,93,136,190,171,255,247,189, + 12,234,15,61,162,103,38,189,124,177,193,61,61,73,70,62,73,144,19,190,19,188,53,62, + 85,26,132,62,11,107,133,62,254,186,172,189,236,234,128,62,240,239,205,61,145,201,217,188, + 193,91,168,61,106,235,104,61,27,0,121,189,99,77,143,62,57,64,6,189,122,178,188,62, + 82,161,112,188,13,63,16,62,150,82,114,60,39,167,22,190,193,235,174,189,227,224,33,190, + 25,36,38,190,14,242,30,62,218,202,6,190,102,136,101,188,119,85,211,189,111,157,174,189, + 17,128,131,61,150,36,230,188,221,227,252,189,140,105,56,60,56,42,170,189,81,229,2,189, + 226,206,142,61,209,193,76,61,96,192,126,61,70,118,236,189,233,229,171,189,9,249,220,61, + 2,5,100,59,221,229,76,62,73,28,188,59,155,152,219,189,19,232,235,61,19,101,222,60, + 36,210,7,190,102,109,134,189,164,173,84,190,78,104,169,189,249,176,169,188,33,247,73,61, + 194,153,212,189,136,106,99,61,252,170,57,190,38,213,138,61,48,148,45,189,216,179,85,189, + 17,201,195,60,223,41,94,189,171,147,160,61,229,217,208,61,210,24,17,62,158,252,125,62, + 200,85,59,187,143,209,150,188,59,128,22,62,151,129,80,187,207,49,237,188,247,169,157,188, + 183,124,166,62,217,188,186,189,172,253,58,189,190,235,69,190,242,90,0,190,2,22,43,61, + 187,53,193,61,98,6,3,59,92,102,61,187,20,70,16,61,30,57,241,60,195,227,252,60, + 40,225,191,61,113,41,29,62,237,62,21,62,38,51,213,188,117,228,183,61,115,23,155,189, + 191,202,3,61,216,178,12,189,168,217,78,62,60,100,56,62,215,213,170,189,50,170,163,187, + 162,162,1,62,34,107,22,62,125,251,250,61,102,187,8,190,29,162,143,189,57,50,102,61, + 144,84,58,190,104,1,24,62,55,53,242,189,110,182,122,189,227,163,241,189,36,39,57,61, + 2,95,134,62,3,31,69,187,139,145,37,190,30,90,31,62,196,42,242,189,233,88,235,189, + 247,227,64,60,252,123,3,62,175,61,157,59,229,169,104,189,11,249,252,189,254,205,44,190, + 74,55,50,189,153,86,37,188,2,54,80,62,190,16,171,61,250,132,42,190,235,10,134,61, + 184,242,255,189,82,42,59,190,224,139,29,190,32,243,25,189,4,48,86,62,11,251,177,61, + 186,109,35,189,73,178,27,62,156,6,189,61,58,77,95,62,92,231,210,188,15,109,33,62, + 113,129,237,61,120,30,22,190,48,215,185,61,39,253,214,61,107,72,70,188,141,227,120,62, + 31,142,30,190,19,227,152,62,129,113,132,189,109,108,115,61,179,147,110,61,5,80,120,189, + 13,135,37,190,230,70,49,190,225,143,82,190,141,140,47,62,224,12,48,189,110,110,53,61, + 206,85,111,189,82,72,133,62,246,94,244,189,178,82,15,61,85,30,134,62,102,72,8,62, + 216,100,22,189,110,196,38,190,220,184,27,190,221,174,109,62,63,85,76,190,242,129,114,62, + 110,73,97,190,149,56,94,189,133,129,112,190,21,198,92,189,179,207,20,62,30,53,241,61, + 255,182,109,190,137,148,244,61,22,129,5,190,209,249,109,190,224,190,241,61,221,26,101,62, + 24,118,69,62,36,45,26,190,126,237,166,189,79,1,15,190,59,173,92,189,134,98,188,189, + 116,111,76,61,193,19,191,61,186,51,44,190,253,163,200,61,27,169,125,190,115,91,134,190, + 55,197,137,189,34,194,148,60,218,34,151,61,240,9,127,62,77,222,95,189,246,26,2,62, + 72,85,135,62,115,32,129,62,34,253,162,187,6,127,84,61,14,121,74,62,27,154,148,189, + 164,225,14,62,250,3,39,61,72,233,218,188,61,68,135,62,188,147,245,188,209,244,236,61, + 0,127,32,190,222,217,8,62,174,219,134,61,208,54,181,188,76,138,170,189,71,120,59,190, + 172,43,23,190,107,209,132,61,180,15,67,190,153,4,82,189,202,19,63,188,142,96,144,62, + 153,189,54,190,52,233,14,61,146,170,170,62,149,79,226,61,173,239,246,61,235,72,28,190, + 241,232,22,190,127,110,56,62,115,66,127,190,105,148,49,62,69,163,67,190,191,1,137,189, + 34,147,41,190,153,209,34,186,130,7,9,62,59,112,195,189,59,5,246,189,104,16,74,62, + 137,85,246,60,161,136,5,190,108,125,164,61,118,193,124,62,220,131,230,60,236,123,68,190, + 211,67,235,60,91,224,110,190,16,132,37,62,80,146,85,60,175,85,140,62,153,43,46,62, + 170,213,167,189,198,3,211,61,180,244,76,190,241,168,130,190,135,64,42,190,31,240,7,190, + 117,166,84,62,99,153,50,62,30,212,28,190,161,168,237,61,125,208,30,62,52,205,202,61, + 218,187,248,189,71,132,42,62,202,232,16,62,250,26,182,188,75,5,27,62,13,47,183,61, + 74,24,59,190,33,159,37,62,252,186,210,189,17,3,176,62,168,21,234,189,23,233,113,62, + 20,253,52,189,44,24,46,190,227,56,19,190,144,24,230,189,88,94,150,189,110,250,16,62, + 228,83,168,189,253,72,140,60,179,165,42,190,62,146,93,61,199,130,59,189,54,191,232,188, + 5,242,44,62,104,20,8,62,131,12,66,62,24,109,213,189,137,129,237,189,176,80,128,62, + 62,31,1,190,218,138,95,62,73,203,223,189,58,252,54,190,225,56,77,190,138,223,155,189, + 223,160,115,61,216,16,196,61,136,204,214,189,56,89,32,62,111,114,161,61,99,29,125,190, + 47,231,54,62,9,150,78,62,192,65,132,61,147,48,221,189,5,34,2,189,224,52,114,190, + 165,230,164,60,12,70,230,188,9,67,8,62,63,243,254,61,119,133,190,189,80,130,84,62, + 148,8,109,190,250,183,62,190,234,109,48,190,89,137,182,60,104,167,91,62,109,144,100,62, + 39,228,110,190,224,125,26,62,48,215,184,61,158,8,19,62,129,127,252,189,5,54,74,62, + 74,44,225,61,135,156,201,189,16,59,140,62,70,154,169,61,164,204,229,188,3,233,117,61, + 181,155,6,190,120,53,212,61,191,197,81,189,161,149,184,61,12,181,56,61,246,205,242,189, + 172,223,103,59,59,126,29,190,246,127,34,190,183,121,187,61,153,228,107,190,111,238,102,61, + 169,164,186,189,170,51,30,62,46,146,26,190,244,103,153,61,235,136,99,61,36,243,144,61, + 43,99,139,188,41,115,78,189,150,194,162,188,172,201,75,61,12,163,11,60,30,69,9,62, + 224,70,228,189,185,47,13,61,123,44,74,189,31,1,255,61,27,42,81,61,85,175,55,62, + 140,188,231,189,154,20,84,62,48,187,50,190,59,43,244,189,131,73,61,59,52,183,41,62, + 96,27,139,188,114,168,167,189,11,184,77,190,213,155,223,189,83,87,130,189,212,94,169,60, + 246,116,150,61,196,193,37,62,39,14,176,189,110,124,34,62,102,62,98,190,242,8,3,190, + 36,164,172,61,166,227,72,189,198,240,42,62,53,20,54,62,95,121,45,189,59,248,73,62, + 17,194,91,62,122,243,196,61,68,215,104,189,235,116,75,188,149,176,35,62,198,201,99,190, + 132,36,219,61,107,196,102,188,160,241,114,189,79,136,68,62,151,193,34,190,165,122,39,62, + 209,0,139,189,21,107,113,61,245,52,133,61,244,15,166,189,112,46,5,190,3,174,154,189, + 12,123,133,189,161,16,168,189,21,79,182,188,186,106,123,61,213,40,181,189,218,127,226,59, + 89,210,174,190,145,63,229,61,225,97,26,189,63,237,133,61,138,0,143,62,245,170,172,61, + 5,75,181,190,186,196,204,62,142,176,139,190,53,242,12,190,226,184,45,190,88,162,149,190, + 33,123,6,189,170,38,53,190,72,85,186,188,137,232,97,62,4,198,179,61,89,173,47,189, + 231,97,128,62,55,101,2,189,199,68,37,62,50,5,39,61,137,218,117,62,25,232,192,61, + 183,230,182,61,59,42,77,59,7,250,73,62,63,122,14,190,88,17,248,61,25,112,32,188, + 101,178,150,59,86,44,192,62,35,160,86,189,238,97,120,188,243,250,90,190,31,59,177,189, + 161,51,117,61,197,153,38,62,93,92,157,188,70,4,15,60,15,122,207,185,75,78,69,62, + 46,86,75,190,184,180,115,61,206,8,36,60,22,91,98,61,190,255,146,189,140,151,194,61, + 136,202,54,190,241,247,171,189,180,114,123,61,38,248,84,61,32,71,127,190,9,230,89,62, + 151,0,136,61,222,54,7,190,220,67,37,188,71,146,227,61,54,121,201,188,209,22,141,189, + 255,112,168,190,85,80,84,62,127,148,165,190,1,144,172,187,162,118,187,189,129,254,37,62, + 211,141,98,61,19,232,63,189,79,48,145,189,235,233,198,189,14,166,123,189,131,56,194,61, + 219,111,78,61,152,185,214,61,246,31,15,189,138,194,22,62,232,39,47,190,203,80,69,62, + 49,221,1,62,53,134,84,62,78,8,137,190,160,97,104,61,175,28,115,190,168,46,59,190, + 255,191,112,189,49,145,245,61,34,9,34,189,44,197,163,60,116,184,186,190,244,248,37,190, + 51,23,106,190,68,111,203,61,6,125,82,61,192,75,108,62,1,19,234,189,55,40,29,62, + 195,202,228,189,140,187,67,189,49,13,36,62,193,51,34,62,123,155,61,61,215,28,7,189, + 89,105,192,61,149,232,34,62,129,25,0,62,211,253,192,61,52,166,69,61,11,213,135,189, + 140,249,178,60,134,80,41,190,225,15,147,60,12,82,63,190,36,17,188,60,26,92,73,62, + 146,11,54,190,101,61,17,62,57,196,38,190,49,44,30,189,206,186,186,62,14,171,104,189, + 164,238,126,190,161,199,13,189,58,174,23,190,88,130,184,189,52,45,39,190,202,144,173,189, + 255,193,210,61,234,200,38,62,88,193,182,189,87,233,198,61,231,233,112,61,84,19,12,61, + 189,81,182,188,62,247,168,60,176,67,232,189,125,14,21,62,65,98,148,188,216,177,68,61, + 215,163,171,189,232,38,246,187,162,187,235,189,0,203,159,61,100,3,84,62,127,118,13,61, + 149,127,77,190,3,81,230,61,82,79,193,189,218,88,171,189,112,75,3,62,147,55,51,62, + 100,51,52,62,201,202,8,190,68,37,190,59,193,127,75,190,117,103,147,189,34,220,8,61, + 87,249,73,62,239,73,170,61,76,246,125,190,223,154,8,61,13,149,1,190,138,27,158,189, + 15,21,69,61,159,183,190,61,45,215,125,62,59,129,88,62,16,97,62,190,108,243,235,60, + 122,194,36,62,18,40,136,61,39,120,188,60,42,33,37,62,102,49,185,61,249,54,235,189, + 24,10,159,61,6,29,1,189,98,245,235,60,33,249,165,61,135,249,157,189,191,157,36,62, + 62,26,240,189,30,175,50,62,146,104,163,61,204,184,28,189,200,201,10,190,53,209,82,190, + 236,103,66,190,164,112,51,62,179,189,3,190,214,163,174,188,248,253,37,190,21,161,55,62, + 142,198,63,190,201,120,208,58,137,133,134,62,105,146,93,62,192,12,35,62,225,181,214,189, + 65,30,72,190,121,34,60,62,114,226,187,189,116,209,248,61,246,43,135,189,16,2,218,189, + 141,16,101,189,61,189,64,60,68,40,75,62,47,225,20,62,161,69,20,190,102,252,173,61, + 218,201,210,188,114,184,35,190,148,128,155,184,26,100,143,62,44,43,190,61,175,130,177,189, + 253,33,41,189,50,159,96,190,201,170,140,61,249,78,60,61,91,8,44,62,121,251,188,61, + 151,184,37,190,232,43,48,62,152,14,75,190,204,192,50,190,147,185,64,189,205,36,177,61, + 147,0,172,61,189,57,86,62,134,240,92,189,188,79,93,62,239,179,34,62,76,21,54,62, + 63,63,78,189,72,176,39,61,84,101,166,61,134,9,20,190,123,21,16,60,175,187,185,60, + 141,234,171,60,121,132,97,62,114,92,126,188,113,48,35,62,48,113,189,189,196,160,252,61, + 39,250,254,61,145,215,97,60,36,105,84,190,63,201,1,190,91,74,21,190,244,90,52,61, + 169,57,162,189,115,206,165,189,254,194,24,190,106,249,217,188,158,89,223,61,55,5,129,190, + 188,195,23,61,131,6,172,189,245,228,250,61,10,39,18,190,98,20,171,61,138,31,31,61, + 115,182,184,61,53,37,177,61,107,117,8,190,50,181,215,57,215,75,52,189,66,112,194,189, + 252,49,228,189,15,158,132,189,227,122,195,60,123,120,86,59,8,23,129,190,14,217,196,189, + 227,213,2,61,137,227,114,61,25,192,123,190,128,108,128,60,137,169,249,185,173,3,40,61, + 97,41,250,60,116,60,156,61,185,58,238,189,242,215,136,61,238,5,187,189,49,255,191,189, + 32,127,179,189,18,218,144,189,96,55,241,61,159,13,116,189,49,25,21,61,77,212,129,61, + 251,253,198,189,197,157,147,189,147,156,63,61,223,23,187,189,241,187,86,189,48,191,43,61, + 232,236,182,188,141,64,209,189,85,200,125,61,155,227,93,189,95,210,106,60,139,77,235,60, + 154,196,187,61,10,176,133,188,80,196,104,61,208,93,9,60,243,66,219,189,228,162,79,190, + 17,145,59,189,75,43,75,190,102,95,178,189,136,227,3,61,160,174,150,61,222,134,30,189, + 92,74,147,61,246,228,143,62,163,189,84,189,98,12,223,187,232,97,177,62,20,21,116,62, + 199,12,17,62,14,151,145,188,26,199,57,190,224,177,193,61,213,12,241,189,10,34,151,62, + 128,220,186,189,153,239,152,189,46,211,56,190,12,249,4,190,154,10,6,62,114,143,97,60, + 129,99,51,190,111,46,156,62,205,41,44,189,80,191,92,190,174,23,219,60,246,251,68,62, + 47,88,26,61,190,223,178,189,138,41,130,187,196,170,166,190,108,4,26,62,4,53,168,189, + 49,148,42,62,104,139,71,62,223,97,155,189,91,24,76,62,139,216,65,190,224,21,13,190, + 186,38,150,189,244,154,180,60,168,16,146,62,136,2,217,61,223,211,94,190,29,196,128,61, + 251,149,155,62,198,200,238,61,34,253,150,189,12,241,53,62,239,128,33,62,183,196,49,190, + 133,187,118,62,52,188,235,61,162,175,12,190,226,106,202,61,203,149,98,188,97,186,174,62, + 197,174,133,61,150,214,77,62,215,49,27,61,243,223,165,189,102,202,135,189,94,176,85,190, + 248,223,51,189,139,126,95,62,19,85,130,190,107,173,69,61,85,141,248,189,124,114,249,189, + 79,5,22,62,105,99,136,188,6,143,32,189,113,151,158,189,249,220,130,61,140,35,157,188, + 111,85,111,61,27,57,24,190,185,56,103,61,127,110,3,190,105,80,27,62,33,139,217,61, + 148,12,132,189,131,125,176,62,45,187,244,189,219,162,196,189,244,213,203,59,234,39,153,60, + 99,222,113,189,102,233,28,61,55,9,141,189,21,54,184,189,96,117,151,61,220,97,192,61, + 225,30,1,189,93,57,141,188,8,167,202,190,50,113,24,62,215,129,172,61,236,104,152,61, + 14,12,6,62,173,44,148,189,30,77,219,187,18,235,84,189,116,179,143,61,86,159,91,62, + 89,17,229,189,209,231,196,61,43,194,139,185,162,104,172,61,9,194,30,188,248,105,3,60, + 29,126,108,62,122,194,1,190,111,44,197,61,151,155,8,190,252,13,107,60,26,98,157,189, + 187,25,102,62,201,63,140,189,165,1,136,190,165,44,120,61,24,128,78,60,239,239,211,187, + 36,222,134,62,84,225,69,62,90,219,47,61,94,191,192,61,21,49,65,189,176,115,42,190, + 1,93,39,188,203,201,34,190,150,188,95,61,60,181,2,60,102,27,110,59,179,170,135,61, + 245,74,58,189,3,62,215,189,191,170,176,61,182,244,9,61,40,131,166,188,108,24,234,188, + 114,159,170,189,113,18,212,59,114,161,218,61,130,217,173,189,180,53,107,61,233,66,21,190, + 49,187,240,60,60,219,18,62,108,229,24,188,142,62,233,59,157,105,122,61,123,233,31,189, + 185,168,3,61,74,68,198,61,4,180,148,189,163,132,174,189,217,7,46,190,20,130,26,61, + 208,206,78,60,194,182,11,61,185,3,170,189,94,103,198,189,85,10,157,61,36,54,36,189, + 80,237,175,189,34,110,199,61,207,182,147,189,32,91,67,61,173,12,17,189,100,40,92,189, + 95,5,90,61,85,67,147,61,59,61,65,189,90,17,8,61,114,134,51,188,93,146,139,60, + 201,220,7,190,225,119,226,61,153,49,34,61,65,241,36,190,153,245,132,188,64,158,238,59, + 188,139,172,189,58,115,188,60,101,121,146,189,29,5,111,189,182,77,251,189,129,210,89,189, + 116,37,136,188,56,6,5,189,130,10,170,59,181,49,157,61,241,108,170,61,29,221,143,189, + 242,111,130,61,88,1,255,188,141,230,253,189,62,103,205,189,246,40,69,59,124,201,226,60, + 80,13,11,62,56,244,33,61,223,84,100,61,190,59,12,61,204,189,40,187,7,113,187,188, + 138,181,208,189,62,254,201,60,61,168,180,189,148,183,216,60,198,215,150,187,59,202,133,58, + 65,79,185,189,67,92,9,189,236,87,9,62,136,57,186,189,108,36,231,60,96,126,191,189, + 167,178,183,60,204,96,176,188,32,21,249,61,122,27,107,189,25,140,203,61,189,49,61,189, + 215,244,3,189,246,61,133,189,84,194,107,187,105,139,136,61,228,162,140,189,51,147,111,189, + 103,140,239,189,152,28,178,189,105,211,164,61,208,237,48,188,105,167,135,61,226,250,45,61, + 199,23,43,61,44,102,179,189,22,128,176,188,178,10,215,61,62,63,131,58,60,43,10,188, + 170,54,209,61,156,222,17,62,55,190,121,189,178,95,121,59,172,14,60,189,79,210,254,60, + 17,130,43,61,47,109,246,61,230,109,243,188,24,235,224,187,219,181,170,61,225,171,124,189, + 82,14,217,61,120,139,128,61,183,13,60,189,25,87,79,61,240,28,206,59,112,109,4,61, + 161,57,199,61,109,151,60,190,192,155,210,61,137,17,175,61,89,240,10,62,1,211,216,189, + 126,245,89,61,180,118,36,190,122,47,212,189,208,10,230,61,94,12,96,62,60,83,74,189, + 158,11,61,189,127,201,232,61,226,148,241,61,197,233,163,188,166,88,27,189,58,65,51,60, + 82,163,132,189,231,16,196,189,189,228,151,61,136,66,244,60,100,3,214,189,10,185,45,61, + 206,218,233,188,22,56,101,59,128,28,51,61,222,0,162,61,87,226,215,61,17,183,24,61, + 252,115,180,189,139,249,53,189,189,58,106,187,134,44,196,60,126,148,5,188,40,73,219,61, + 119,137,12,61,176,238,192,189,173,52,249,60,182,121,189,61,133,134,249,61,152,158,53,188, + 21,87,208,61,233,254,164,61,7,164,4,188,215,28,165,61,180,26,34,61,155,147,94,189, + 92,69,75,61,168,156,11,189,50,179,80,59,176,206,252,61,131,138,0,62,182,105,241,61, + 222,129,81,61,99,168,192,188,202,43,26,189,152,109,74,190,54,80,113,61,236,188,14,62, + 8,89,232,61,126,238,209,189,225,209,45,60,119,110,27,189,249,95,131,189,42,144,1,62, + 224,239,10,61,225,12,74,60,90,132,247,61,95,25,145,61,203,161,209,189,165,234,92,61, + 162,213,249,189,59,244,175,61,243,102,253,189,60,26,98,61,170,120,147,189,197,138,217,61, + 54,230,14,189,168,64,12,190,185,164,39,189,202,118,208,189,179,204,54,188,119,141,125,189, + 118,224,220,188,63,70,246,188,251,73,6,62,15,170,134,189,135,96,151,61,132,73,244,60, + 178,127,26,61,13,196,44,190,156,248,157,189,87,247,167,61,117,131,17,188,100,62,192,61, + 119,0,165,189,18,44,123,189,158,228,1,190,240,142,199,60,233,74,125,61,19,42,165,61, + 36,159,21,61,127,111,57,189,73,95,104,61,26,196,166,61,64,177,32,190,13,135,141,189, + 60,73,45,189,154,165,252,61,150,63,160,61,103,48,14,61,51,58,165,60,189,71,10,61, + 219,159,13,189,211,78,137,188,174,164,104,61,112,12,40,61,94,23,129,189,198,75,10,61, + 47,13,83,61,241,226,149,189,38,246,196,189,147,81,174,189,201,103,192,189,190,11,0,62, + 40,46,47,61,167,139,47,61,37,231,20,61,36,182,20,189,21,33,136,188,138,29,149,188, + 193,132,214,60,79,11,241,61,58,111,61,189,159,90,161,189,173,110,163,189,155,35,140,61, + 220,119,122,61,226,199,175,189,143,143,75,61,217,124,2,189,204,199,38,61,114,163,219,189, + 100,10,84,189,78,60,178,61,123,240,119,187,201,245,53,61,147,199,14,61,125,48,2,189, + 106,27,178,59,234,137,191,61,96,32,79,62,160,75,23,189,27,132,29,62,239,229,150,189, + 16,136,140,188,172,236,18,189,76,215,159,189,20,43,70,189,162,206,195,60,150,176,228,189, + 190,50,28,190,95,182,146,188,98,46,91,189,200,196,209,61,103,90,77,189,102,143,234,189, + 143,76,56,189,200,165,204,188,124,32,197,189,250,30,232,61,94,31,88,189,183,66,38,61, + 215,130,203,60,2,34,27,62,82,150,224,189,223,201,171,188,37,51,42,189,241,212,173,60, + 65,8,178,189,238,74,208,188,47,86,243,189,21,43,186,61,116,189,174,61,210,253,24,187, + 122,15,50,61,234,140,164,189,220,20,182,188,94,120,123,61,83,251,220,188,223,96,157,189, + 36,132,56,61,215,207,178,60,228,103,140,61,151,154,168,61,25,118,97,60,173,164,156,189, + 22,175,136,189,11,135,246,189,54,87,106,188,221,225,252,60,67,158,186,61,43,221,151,189, + 200,15,222,188,231,31,226,61,79,73,181,61,68,225,63,62,56,32,14,59,130,154,200,189, + 134,6,33,59,192,73,244,60,185,190,1,61,236,107,105,189,196,189,102,189,109,52,86,189, + 207,66,216,189,38,96,182,61,163,133,239,189,211,145,195,61,206,47,229,61,187,170,176,61, + 138,68,183,61,146,11,67,61,65,160,124,189,160,248,194,61,168,83,137,188,156,253,204,61, + 4,132,120,189,198,18,23,60,109,35,226,189,200,206,185,61,73,239,8,61,107,39,173,61, + 229,17,194,189,184,135,46,61,195,223,133,61,82,252,8,61,207,8,22,189,39,238,222,189, + 209,138,248,187,142,166,123,61,55,56,136,188,227,208,202,189,160,55,2,62,30,33,36,61, + 102,190,243,60,237,236,145,188,16,114,14,190,111,15,239,188,171,238,147,61,2,112,233,61, + 0,248,157,188,48,87,17,190,191,23,205,189,178,141,18,189,19,196,2,190,56,218,66,62, + 226,252,89,189,166,224,59,60,206,212,67,189,11,93,142,188,195,210,67,190,150,13,246,61, + 74,23,250,61,140,194,52,189,21,127,10,190,213,148,162,188,48,244,138,61,109,219,30,61, + 147,191,69,189,80,82,71,62,11,203,143,188,155,250,137,188,233,140,139,189,53,49,173,60, + 221,202,204,60,121,255,250,61,146,189,28,61,105,62,95,61,6,30,16,190,219,187,204,188, + 84,159,155,189,125,5,83,60,10,251,22,188,211,143,0,189,115,114,63,189,69,49,59,62, + 26,86,247,187,29,38,67,61,20,174,53,62,248,242,50,61,124,87,129,60,175,142,133,189, + 25,124,50,61,195,83,111,189,244,33,78,61,149,170,234,59,2,209,10,62,48,92,203,189, + 244,203,220,60,5,237,46,189,247,161,133,188,155,111,100,189,54,208,17,189,237,2,254,61, + 177,182,3,189,252,76,16,189,213,127,116,189,248,71,21,61,215,253,165,61,116,207,55,189, + 34,179,191,60,75,202,34,188,236,79,66,61,191,59,50,190,212,114,68,190,40,72,116,189, + 8,191,19,188,139,92,43,189,228,33,1,189,118,177,4,62,207,143,172,188,183,66,150,61, + 197,13,166,189,78,54,120,61,4,210,117,189,112,222,95,188,198,159,128,61,104,102,107,61, + 29,7,219,189,222,108,79,61,251,166,106,61,125,13,171,189,251,97,139,61,181,105,24,62, + 118,120,146,61,82,2,142,189,124,62,240,189,116,46,213,186,17,21,96,187,248,72,177,189, + 178,7,14,190,151,150,144,61,156,252,58,190,198,216,87,61,133,117,32,62,227,153,138,188, + 235,146,24,189,46,110,225,188,234,23,137,61,221,126,158,61,36,210,198,189,201,95,134,189, + 3,227,170,60,78,24,14,190,44,25,170,188,20,218,118,189,47,142,167,61,80,28,153,189, + 147,0,106,188,148,172,197,61,54,200,34,189,41,174,201,189,26,68,254,189,19,224,31,61, + 182,101,241,188,25,44,168,60,233,116,101,189,230,31,159,61,234,81,140,189,155,254,60,60, + 251,90,66,189,106,81,188,189,103,95,161,189,165,106,32,61,20,248,158,60,192,107,179,60, + 12,130,101,61,249,62,161,189,39,190,150,61,90,70,127,61,240,196,39,189,146,93,219,189, + 15,165,227,188,135,173,6,62,218,76,116,189,5,212,241,188,170,90,208,189,68,102,2,189, + 197,93,39,189,98,150,0,60,146,154,108,61,132,18,145,188,52,74,150,189,255,35,133,61, + 97,164,203,188,159,246,136,188,49,28,133,189,90,3,1,62,201,96,99,61,112,177,207,189, + 185,84,175,189,190,157,148,61,20,54,48,60,25,122,38,189,180,202,3,60,108,179,73,189, + 89,113,253,189,230,243,25,61,19,50,16,187,53,180,7,62,224,149,255,61,232,77,55,61, + 240,7,13,189,107,246,211,61,205,165,17,61,76,167,173,56,96,65,156,58,95,227,200,189, + 246,86,160,188,193,22,149,60,77,199,66,61,234,194,232,61,122,247,44,189,113,234,192,61, + 237,127,0,189,251,244,207,189,43,52,114,189,116,170,143,189,22,70,255,57,179,13,46,190, + 125,122,39,61,81,224,157,61,225,123,12,187,39,109,95,61,188,251,13,61,48,93,230,188, + 29,247,16,62,173,207,200,61,58,235,227,189,36,243,159,189,36,204,150,61,47,239,71,61, + 14,243,122,61,144,224,83,60,82,204,176,61,82,127,38,189,176,13,209,189,45,216,147,61, + 98,196,1,60,162,236,254,61,251,157,19,59,19,160,223,60,175,25,54,190,153,81,38,62, + 125,134,231,189,41,194,60,189,246,100,144,188,17,140,161,189,78,224,221,189,200,168,151,188, + 244,214,27,189,18,106,147,187,236,10,235,61,88,253,56,60,85,176,148,61,248,167,134,189, + 48,201,23,189,52,28,162,189,47,226,3,61,251,231,149,189,14,235,55,188,242,67,19,189, + 9,185,4,190,6,59,185,188,153,132,25,62,73,81,219,61,246,82,92,60,105,9,94,62, + 48,5,99,187,1,216,2,189,128,136,39,61,210,11,64,61,110,74,17,62,178,231,58,62, + 162,175,193,61,79,217,184,61,177,68,84,189,249,176,18,188,100,123,153,189,251,21,24,189, + 5,22,151,189,137,211,137,189,46,6,212,61,117,30,132,189,188,152,47,60,72,7,206,60, + 34,8,55,190,203,9,234,189,200,234,210,57,15,75,20,189,3,182,245,61,79,213,192,189, + 13,80,200,188,250,167,174,189,7,134,177,61,251,134,145,189,227,58,78,188,22,177,191,61, + 174,181,30,61,150,142,176,60,144,126,198,189,29,99,184,189,50,43,207,57,87,60,21,62, + 157,225,5,61,239,221,132,61,68,251,165,61,253,143,146,61,124,108,245,189,58,192,103,189, + 159,89,244,189,204,236,10,190,36,134,47,189,193,135,36,62,6,67,178,61,198,15,135,189, + 172,188,38,189,222,55,184,189,224,11,50,189,130,120,115,61,213,228,240,188,100,203,195,189, + 239,7,4,62,133,89,241,189,115,164,85,61,34,121,125,187,221,189,182,60,141,155,148,189, + 216,143,34,62,135,179,44,60,129,242,147,189,40,129,33,60,58,166,63,188,36,114,37,189, + 96,89,165,188,168,79,2,62,92,105,124,61,8,248,9,62,108,244,215,189,51,146,165,188, + 24,155,148,189,4,142,58,61,96,238,175,61,197,253,173,189,113,103,79,189,170,92,48,189, + 200,56,195,188,233,185,30,189,68,126,5,62,213,204,102,189,107,210,227,189,95,210,113,188, + 245,19,110,189,210,254,56,62,236,83,199,61,81,236,50,189,6,188,18,61,66,154,100,61, + 140,65,94,188,219,47,54,61,148,206,221,189,125,195,13,62,102,15,105,61,235,123,41,189, + 94,150,79,61,150,188,210,188,9,193,182,187,150,46,11,62,3,39,76,61,202,220,206,189, + 220,112,195,61,113,38,137,189,127,93,206,189,149,119,140,61,217,28,153,61,75,92,182,189, + 17,173,39,61,8,42,5,61,78,192,195,61,227,68,184,189,159,89,172,187,34,4,157,189, + 55,234,198,189,217,71,155,61,206,38,157,61,84,27,85,189,5,125,103,60,45,109,53,189, + 173,190,20,189,246,171,44,61,69,40,180,189,86,203,160,61,54,250,244,60,178,10,88,61, + 22,113,212,59,32,33,145,189,22,32,173,61,123,82,240,189,30,33,147,61,126,4,160,61, + 250,112,149,189,9,51,192,189,16,43,189,188,186,112,242,188,196,149,238,61,221,228,132,189, + 53,20,229,61,48,6,134,61,54,110,116,189,135,230,172,59,237,232,202,61,232,16,55,189, + 202,199,89,189,175,12,130,189,0,29,214,58,124,174,134,61,118,103,46,61,91,89,90,61, + 222,149,178,60,201,109,204,59,1,122,102,61,59,65,217,60,169,29,131,189,14,131,215,61, + 56,136,112,61,193,214,189,60,15,113,180,189,173,19,184,61,136,207,204,61,26,78,84,62, + 135,97,162,189,61,105,33,189,82,55,5,59,90,205,182,61,239,3,236,189,16,133,173,61, + 211,183,217,60,225,110,195,60,211,193,176,60,56,214,26,61,171,230,255,57,59,75,103,190, + 83,105,156,60,165,52,145,61,128,68,212,189,146,140,223,189,125,169,3,62,32,150,64,60, + 26,240,6,62,13,30,170,189,154,162,234,189,204,210,52,189,82,0,101,62,224,244,140,189, + 154,40,43,62,222,82,141,190,44,89,21,190,97,84,188,189,44,118,123,61,34,12,2,61, + 104,172,4,62,141,221,122,58,247,29,145,188,139,207,102,190,207,4,20,190,201,190,180,189, + 131,155,3,62,42,219,138,189,46,204,215,188,201,181,234,189,230,233,146,189,30,78,11,188, + 219,93,233,61,242,98,160,61,133,70,186,189,99,151,29,62,248,167,26,190,244,245,72,61, + 45,251,197,61,18,138,22,61,146,125,46,60,184,144,37,190,220,186,114,190,184,191,26,60, + 64,32,39,62,231,238,248,60,135,195,229,61,218,249,3,61,103,136,147,60,69,114,146,61, + 192,199,231,189,218,202,159,189,108,71,49,190,239,139,113,61,79,16,192,61,235,244,240,188, + 52,166,119,61,214,55,184,60,63,141,32,190,121,5,254,187,220,50,130,188,232,183,187,189, + 146,214,94,188,190,42,94,61,190,162,57,61,183,42,89,61,236,116,161,61,224,249,159,59, + 81,255,202,188,78,217,125,189,81,223,67,61,179,150,79,60,155,210,144,61,229,241,223,59, + 188,138,189,59,209,180,147,187,169,2,157,188,86,89,226,60,116,150,139,187,106,9,206,189, + 209,86,186,61,241,182,113,187,231,120,88,189,70,97,33,61,182,130,102,189,137,76,156,189, + 57,150,117,189,35,140,188,61,45,28,208,61,92,48,152,60,216,112,136,61,80,19,241,61, + 159,98,14,188,2,140,27,188,164,149,125,190,105,216,89,189,186,239,127,61,170,153,81,61, + 104,237,100,60,183,41,110,189,180,97,223,61,192,75,143,61,191,206,41,189,111,57,112,61, + 253,39,12,189,241,171,228,61,172,5,9,189,243,156,80,189,161,127,173,61,26,230,204,189, + 96,247,223,60,96,63,12,59,76,56,95,188,100,84,113,61,48,55,152,189,193,110,146,59, + 89,123,145,61,112,192,246,187,107,159,10,189,189,220,131,189,180,70,14,187,145,107,149,61, + 132,98,151,60,92,88,146,189,112,215,207,60,167,64,145,189,225,88,112,61,193,100,182,188, + 39,223,57,61,149,3,25,186,13,140,168,61,13,152,6,61,107,205,152,189,12,109,197,59, + 128,196,39,60,103,66,167,189,33,20,129,189,22,49,167,61,95,167,252,60,136,89,154,61, + 240,180,155,187,244,47,69,61,92,224,142,61,139,134,176,61,140,90,194,189,102,69,102,189, + 141,189,251,60,66,247,116,188,201,221,178,61,243,183,247,61,34,107,3,62,73,30,34,189, + 2,132,62,189,209,225,75,61,51,177,183,60,255,90,179,61,101,176,111,61,45,234,184,189, + 51,110,175,61,207,131,185,59,181,38,17,60,83,57,129,61,253,109,188,189,12,28,114,60, + 59,155,147,61,224,174,7,61,102,170,173,61,190,203,109,60,174,99,118,189,252,209,206,189, + 74,64,22,62,126,219,118,187,184,34,8,59,24,65,49,188,97,171,112,61,150,16,9,188, + 186,202,139,188,169,218,13,190,156,232,220,61,21,107,115,61,198,126,232,188,46,5,90,61, + 111,81,66,61,112,45,199,61,161,192,38,189,241,150,193,189,133,120,245,189,240,119,244,187, + 240,74,78,189,69,239,152,189,107,164,5,189,5,62,192,189,76,124,141,61,55,51,59,62, + 201,94,161,61,62,7,163,61,184,154,167,61,181,145,243,189,68,81,223,60,55,237,248,61, + 12,26,20,61,112,126,240,59,249,227,55,62,128,40,58,188,52,246,224,61,190,206,12,62, + 25,5,90,190,52,232,104,189,85,213,67,61,232,17,135,59,170,113,95,189,130,145,222,186, + 40,86,235,61,235,251,209,188,212,12,89,61,224,86,16,62,188,127,225,60,129,130,177,61, + 49,172,126,61,55,176,128,188,88,220,234,188,236,214,87,189,121,168,216,61,187,144,16,61, + 225,68,232,61,183,213,228,188,93,164,101,60,144,194,232,188,39,21,70,189,52,226,60,61, + 14,62,54,61,225,12,218,189,160,33,238,188,56,15,234,61,135,11,141,61,181,128,126,61, + 242,252,204,61,4,18,44,62,237,246,146,60,45,172,254,188,5,177,223,189,220,51,150,61, + 169,160,150,189,65,162,116,61,156,41,245,188,211,208,79,188,173,203,28,61,194,115,230,189, + 190,99,235,189,122,177,197,188,180,197,16,61,88,170,146,189,167,153,169,188,149,144,109,189, + 9,29,161,61,58,219,131,60,123,16,200,61,58,170,152,60,176,212,207,187,82,169,6,62, + 221,39,151,187,30,244,72,61,195,92,26,61,102,35,45,61,186,40,186,61,39,221,23,61, + 121,91,106,189,32,43,176,61,36,179,179,188,28,15,27,188,125,176,182,188,27,213,144,61, + 74,174,253,58,36,205,102,187,197,173,239,188,219,252,27,190,253,76,11,61,159,181,3,62, + 254,87,24,61,245,185,254,61,107,142,164,189,20,99,85,189,227,73,1,61,118,32,78,60, + 119,45,99,61,123,93,178,60,41,113,201,61,240,105,16,61,78,15,29,189,201,124,18,62, + 147,194,10,190,108,188,78,190,57,249,34,190,18,182,127,60,239,209,166,61,58,254,152,187, + 89,110,143,189,51,77,25,190,7,245,178,60,61,207,34,187,98,177,43,60,233,234,6,62, + 11,225,136,61,177,148,8,61,113,179,233,60,175,9,111,190,31,170,25,189,142,35,56,189, + 135,219,241,189,11,51,164,61,15,22,170,189,125,6,134,61,99,174,146,189,63,67,138,61, + 19,129,255,189,76,40,175,61,45,187,177,189,111,116,132,189,68,35,22,190,79,231,181,189, + 168,85,83,189,140,158,199,189,141,201,77,189,196,85,53,61,35,21,133,189,186,210,118,188, + 104,108,101,60,73,14,77,61,66,159,136,61,100,248,26,189,88,66,180,61,95,127,155,188, + 37,200,95,61,196,192,186,60,128,85,99,189,75,219,137,189,228,56,153,188,173,172,231,189, + 168,81,98,61,110,182,3,189,217,23,137,60,206,69,234,186,90,59,211,188,209,187,139,59, + 201,239,191,189,142,167,149,61,246,89,97,189,241,235,10,60,248,251,128,61,143,83,251,188, + 5,148,20,189,96,251,166,189,96,154,195,60,222,123,116,57,117,180,62,189,223,235,239,61, + 253,180,10,62,164,71,23,189,218,9,21,189,74,111,254,60,126,167,135,189,115,104,196,189, + 133,248,0,190,48,113,213,59,25,78,199,188,228,103,51,62,253,57,170,61,110,241,233,189, + 3,59,169,189,253,199,198,61,211,203,124,188,111,90,61,61,189,26,36,188,62,205,105,62, + 130,13,91,60,200,75,9,190,149,43,25,190,159,189,167,61,105,124,30,190,133,98,2,61, + 209,136,195,59,160,25,203,189,188,90,180,189,179,232,160,61,6,128,66,61,19,137,102,190, + 209,117,27,61,154,156,86,62,98,111,38,61,246,179,177,189,170,25,164,61,138,173,78,61, + 238,109,146,189,194,229,184,189,86,124,216,189,27,13,252,61,155,34,39,61,54,72,119,60, + 160,113,78,62,168,129,66,190,160,70,246,189,97,182,86,189,114,154,195,61,239,195,131,61, + 66,147,55,61,135,69,10,189,29,138,174,189,111,98,11,190,46,127,11,189,217,107,3,61, + 61,14,138,61,8,255,3,61,227,235,104,189,3,210,238,188,39,70,6,190,104,27,156,189, + 61,132,3,189,241,124,163,189,129,122,228,188,194,124,150,188,58,204,167,188,123,168,165,61, + 223,244,155,61,154,237,158,188,130,116,143,189,11,86,192,189,243,178,80,190,82,102,7,190, + 222,227,162,61,188,221,49,62,107,29,168,61,228,18,229,60,127,23,216,189,159,123,134,189, + 92,64,70,188,111,140,122,189,99,4,154,189,101,249,68,189,196,39,100,188,109,187,141,189, + 214,212,255,189,88,151,202,61,180,87,160,189,71,58,92,189,216,144,209,61,4,110,135,189, + 66,59,197,61,214,127,132,189,87,25,208,187,80,18,211,61,66,192,158,188,74,125,95,61, + 177,14,13,61,39,144,3,189,105,116,184,61,192,54,100,57,163,224,160,61,160,215,105,189, + 96,189,78,189,17,217,61,188,12,122,140,189,229,11,222,61,2,141,23,189,162,27,150,61, + 48,121,89,61,88,160,169,61,122,186,179,61,36,236,70,61,145,23,36,61,20,197,129,59, + 63,41,10,62,135,188,13,62,78,181,201,189,12,180,181,61,9,155,199,187,67,198,226,61, + 140,1,100,61,105,247,176,58,105,247,75,188,119,70,31,190,162,117,49,189,188,141,80,60, + 234,146,3,188,216,136,33,190,6,100,191,189,169,26,48,61,191,177,79,189,202,101,38,61, + 20,187,176,189,251,144,214,187,172,197,32,62,133,139,149,61,19,91,13,190,138,147,163,61, + 155,220,177,189,137,163,191,189,236,78,164,189,91,86,107,190,228,144,254,60,142,34,173,61, + 98,63,159,61,102,193,7,62,130,148,40,189,204,222,1,188,248,55,217,59,13,182,72,189, + 58,33,109,189,215,17,178,61,23,60,160,61,228,95,145,61,29,201,225,189,184,202,185,188, + 20,197,155,61,107,82,59,189,212,112,137,189,40,160,63,62,110,35,222,188,145,36,49,189, + 222,238,143,61,133,185,150,61,235,74,123,189,158,64,82,60,103,37,92,189,123,135,4,61, + 51,201,141,61,233,125,115,189,159,183,72,61,245,2,18,189,37,24,154,60,236,200,250,188, + 139,221,69,189,19,234,136,61,255,140,209,60,186,39,219,61,173,245,161,61,148,72,145,189, + 79,209,22,61,110,233,41,61,73,33,14,61,172,1,208,189,47,65,135,189,184,48,97,61, + 110,168,81,61,219,36,76,189,126,102,95,189,44,30,246,60,151,36,87,189,250,121,236,61, + 155,202,62,189,202,183,226,60,149,251,138,188,238,112,105,189,207,214,97,189,73,138,234,189, + 204,81,147,189,40,22,182,189,208,105,171,55,50,143,67,60,76,231,206,188,192,151,156,189, + 220,226,128,189,107,26,73,60,93,6,139,61,211,214,185,56,51,108,222,61,169,231,167,60, + 245,171,201,59,202,72,85,187,83,33,254,189,179,223,215,61,95,207,103,61,65,233,214,61, + 125,181,172,61,1,10,146,61,253,15,177,189,0,52,151,61,118,16,187,188,240,203,104,189, + 64,242,183,189,182,128,163,61,10,219,117,189,153,89,53,189,103,140,81,189,127,185,136,188, + 114,98,74,189,234,216,80,189,8,65,241,189,33,128,167,61,203,186,85,61,172,174,232,188, + 158,118,198,61,156,28,212,60,176,249,189,189,172,140,165,188,238,52,186,60,215,209,229,60, + 104,182,100,188,192,86,59,59,94,6,233,61,110,22,223,189,135,73,165,187,174,185,202,189, + 13,205,154,61,72,197,137,188,165,99,140,189,139,92,69,189,104,91,132,60,67,247,17,59, + 176,37,155,61,252,59,70,188,87,15,172,189,142,41,208,189,114,114,73,189,154,94,200,61, + 24,180,181,189,194,77,210,188,110,89,30,60,78,156,59,61,101,38,94,189,112,11,185,189, + 158,11,186,61,61,177,246,186,177,30,221,60,117,19,3,190,183,109,207,186,235,4,144,189, + 16,58,150,188,245,147,167,189,27,221,118,187,225,40,134,61,13,158,95,189,155,66,106,187, + 31,144,164,61,80,117,235,60,51,8,72,189,181,109,193,61,183,10,99,61,66,1,239,189, + 102,219,90,188,111,107,38,188,233,75,209,187,150,148,168,187,253,23,205,188,15,196,126,60, + 142,249,3,62,101,8,168,189,227,160,45,189,0,69,245,186,125,214,90,60,153,108,231,189, + 163,2,189,61,216,219,224,187,48,120,200,189,49,136,92,189,174,152,11,190,93,200,30,61, + 95,45,13,62,242,199,106,189,92,106,83,59,236,255,151,61,177,66,143,61,37,135,177,189, + 103,164,56,61,81,98,68,61,70,45,187,61,144,113,204,59,22,66,134,188,77,231,249,188, + 158,229,44,61,170,36,49,189,98,46,16,62,178,158,213,189,122,220,236,60,13,124,203,189, + 136,49,156,189,78,156,195,60,6,242,59,189,176,201,71,58,17,128,40,60,218,77,242,188, + 110,21,219,189,215,218,9,62,42,178,10,62,223,206,242,59,158,57,48,188,20,20,189,189, + 169,147,122,189,3,161,127,60,136,182,162,189,214,212,84,189,88,76,205,189,95,26,192,61, + 111,5,136,61,250,18,206,189,1,155,133,61,14,137,11,189,188,114,212,189,27,49,219,189, + 110,49,174,61,251,202,54,189,29,142,185,61,29,56,151,61,196,130,29,62,198,236,152,61, + 91,71,113,61,40,216,153,61,2,204,24,189,41,227,212,61,125,167,73,189,58,250,215,60, + 18,185,113,188,166,93,217,189,146,119,131,61,210,199,35,61,133,104,8,190,229,170,151,188, + 215,37,49,190,80,37,16,56,0,176,221,60,81,20,226,61,178,236,128,189,229,50,100,59, + 145,216,147,61,73,15,59,190,53,142,93,188,10,230,167,61,182,77,125,61,164,91,15,187, + 28,75,111,61,155,149,8,190,90,23,209,189,221,124,204,189,16,108,198,61,90,234,49,61, + 185,34,229,61,223,122,218,61,137,125,253,187,29,190,145,61,60,180,191,60,140,221,186,189, + 106,120,142,189,86,72,46,188,139,123,142,188,130,160,26,61,53,91,250,61,29,135,198,189, + 129,148,159,189,238,242,198,188,99,98,19,190,60,117,190,189,68,6,149,60,173,233,21,61, + 145,24,180,61,233,114,239,188,105,163,135,189,178,245,55,189,56,30,242,189,61,36,34,62, + 141,247,144,60,155,13,247,189,33,78,173,188,38,90,158,189,217,116,39,190,240,181,160,61, + 75,85,161,188,61,250,143,61,227,247,220,189,171,63,253,58,225,28,103,61,110,151,254,60, + 74,252,68,188,65,149,116,61,242,36,22,188,145,110,108,189,159,4,26,62,228,240,178,61, + 31,149,173,189,96,62,75,61,134,227,175,61,58,104,87,189,37,44,55,189,155,204,61,60, + 245,147,184,189,119,237,221,189,98,76,90,189,99,170,238,189,120,65,131,189,186,46,211,61, + 63,230,3,188,203,210,58,61,1,176,23,62,143,230,27,61,174,30,130,189,127,77,82,61, + 247,54,244,60,133,112,133,60,207,146,233,189,148,233,193,61,62,204,251,60,250,152,102,189, + 64,123,86,189,203,116,230,60,129,110,230,60,189,46,21,62,238,67,104,60,117,197,169,189, + 223,201,1,190,3,66,223,188,173,179,50,189,183,144,157,61,128,26,98,189,131,142,152,189, + 19,25,13,61,29,112,199,61,216,157,224,60,210,176,21,190,252,165,58,190,223,210,179,188, + 130,17,34,62,194,229,186,189,157,212,162,189,246,94,62,62,253,176,212,189,197,119,170,189, + 171,185,57,190,224,190,68,60,136,240,120,60,128,125,186,61,209,53,29,189,123,42,118,189, + 229,18,25,189,223,19,38,61,61,47,62,189,198,82,217,61,240,95,68,189,206,98,32,62, + 78,167,151,188,112,242,199,189,100,102,232,59,41,218,149,60,236,122,130,189,24,32,43,189, + 8,176,61,62,231,67,147,61,63,137,142,189,5,140,92,61,56,187,226,189,70,100,16,189, + 215,102,226,60,253,55,2,60,152,201,136,59,106,172,243,188,241,81,141,61,189,72,204,61, + 214,22,39,61,46,236,213,61,172,221,156,189,11,23,23,62,106,172,104,61,53,5,38,61, + 69,70,236,188,234,227,245,60,159,220,18,189,153,89,31,190,13,217,155,188,28,73,247,188, + 205,223,10,61,59,239,173,188,196,5,3,189,129,52,13,190,3,74,14,187,133,161,23,61, + 253,227,133,188,102,94,154,189,218,38,9,62,180,186,163,61,95,94,164,61,179,38,202,61, + 78,12,243,61,7,204,20,61,191,243,41,190,248,186,155,61,48,170,112,188,116,149,232,189, + 36,35,20,62,212,7,65,190,34,215,165,60,178,3,237,61,34,77,28,189,53,224,128,61, + 172,83,45,62,204,124,143,189,10,40,17,61,252,138,129,189,37,125,122,61,231,24,195,189, + 230,30,235,61,42,244,51,61,104,103,171,61,90,235,190,189,185,9,29,60,216,173,159,61, + 209,10,228,60,50,189,145,61,126,28,103,61,236,129,225,60,33,34,5,190,5,118,241,188, + 228,142,255,61,145,229,143,189,188,115,107,189,234,209,19,60,71,89,196,61,234,138,158,60, + 86,247,82,60,36,30,72,190,182,171,36,189,56,88,112,189,48,70,172,189,129,213,101,188, + 150,150,112,188,46,87,10,190,66,183,60,189,18,225,150,61,180,251,110,189,98,190,6,61, + 112,24,42,186,230,26,212,189,245,130,246,61,188,186,87,61,128,228,210,61,13,129,239,61, + 60,230,180,187,53,229,134,189,13,32,188,61,2,59,210,60,152,87,153,61,108,105,5,61, + 81,247,197,61,196,67,90,61,198,159,203,61,98,199,46,189,194,19,163,188,125,12,48,62, + 72,4,11,62,230,11,29,61,25,206,138,189,173,24,69,61,7,241,79,61,159,253,173,189, + 38,21,241,60,60,185,15,59,62,75,130,61,89,220,131,61,79,33,26,62,203,146,44,190, + 150,221,139,188,112,20,178,61,85,242,1,62,234,118,131,189,218,50,196,59,59,247,215,188, + 137,117,169,187,240,190,144,189,48,70,95,60,127,22,141,189,137,116,17,189,212,6,166,189, + 108,82,64,61,220,198,215,60,180,96,37,189,10,6,163,59,9,42,47,61,48,43,232,189, + 179,147,180,61,14,184,37,62,8,21,137,189,49,127,6,61,164,12,135,189,29,67,30,190, + 163,136,116,189,69,4,142,61,7,109,250,60,219,236,44,189,162,171,25,59,14,32,245,189, + 224,25,244,59,181,52,24,61,224,1,191,59,12,41,191,189,168,97,142,61,253,79,158,60, + 114,207,103,61,162,126,131,189,126,10,104,61,166,141,207,189,90,27,121,188,40,114,1,62, + 244,30,204,61,25,129,124,189,51,45,62,61,88,136,169,187,255,100,54,189,155,216,23,189, + 69,8,75,61,158,183,42,190,216,115,132,189,47,106,128,188,16,156,243,61,135,56,167,189, + 226,195,14,185,36,241,174,188,38,91,142,61,27,138,37,190,34,185,58,61,167,61,66,61, + 245,140,191,189,206,173,147,61,169,116,39,62,37,4,3,190,202,200,58,189,48,241,231,61, + 199,21,0,60,211,52,189,61,189,176,99,61,35,180,26,190,131,53,45,61,251,103,155,189, + 14,78,202,189,133,92,45,61,221,170,107,189,167,30,170,189,68,118,219,186,49,187,65,189, + 80,197,68,190,40,240,27,61,134,90,83,60,221,194,5,187,86,244,68,62,10,59,168,189, + 126,46,49,190,130,105,234,189,62,70,95,61,92,215,205,189,95,97,180,189,14,250,184,188, + 164,198,87,61,122,219,30,189,8,75,70,60,212,0,215,59,219,31,63,189,252,142,143,189, + 243,55,200,189,81,227,122,61,109,16,46,61,205,172,108,60,82,85,169,188,238,130,202,60, + 2,15,14,60,152,151,207,61,62,192,29,189,215,9,120,61,246,139,246,59,84,89,148,61, + 49,69,11,62,54,111,21,190,166,62,33,190,215,0,161,61,228,156,208,61,133,83,134,59, + 215,95,235,61,242,100,24,61,19,147,250,61,196,47,188,188,65,193,192,61,163,133,215,189, + 166,244,96,188,72,110,176,60,57,77,40,189,133,137,62,60,151,29,177,61,52,0,147,189, + 140,163,134,188,150,37,186,61,194,65,21,60,207,236,174,189,164,172,134,61,163,142,43,60, + 17,3,21,190,95,23,82,189,62,88,24,61,124,5,38,189,94,18,241,61,169,46,131,61, + 228,62,165,61,48,155,126,188,119,243,115,189,33,225,193,189,38,21,172,61,85,246,219,59, + 50,112,83,60,148,84,89,61,58,39,228,188,190,179,149,60,5,71,219,188,220,66,253,188, + 113,159,165,188,253,114,185,61,81,184,188,59,126,90,161,189,237,90,237,189,125,252,54,189, + 198,124,5,62,47,43,26,62,106,4,191,189,18,157,17,189,184,105,13,61,21,233,239,188, + 87,214,240,189,231,26,134,189,145,69,26,189,131,153,60,189,173,112,238,61,171,15,33,60, + 43,134,171,60,4,184,80,188,152,28,41,189,61,30,211,57,71,233,129,189,159,194,29,62, + 230,41,36,61,212,191,168,188,28,109,235,188,255,11,254,189,3,59,11,189,253,137,196,189, + 60,94,44,186,140,227,74,61,19,17,229,189,53,43,211,188,129,159,183,60,64,60,211,189, + 151,121,116,189,132,24,64,189,154,200,4,62,165,240,33,61,200,94,225,187,238,247,10,189, + 131,58,139,189,136,64,58,61,8,28,174,61,31,2,138,189,3,230,184,61,247,78,22,190, + 67,110,212,189,90,177,52,190,82,98,2,60,151,175,228,60,235,19,111,61,183,133,203,189, + 75,16,28,189,170,48,140,61,187,199,87,61,223,19,174,189,71,209,237,61,30,5,5,189, + 189,31,85,61,209,200,133,189,153,82,254,189,24,74,25,61,131,170,51,189,100,90,142,61, + 126,50,7,189,124,57,135,61,117,222,222,189,194,134,224,189,82,68,185,61,142,232,163,189, + 41,48,51,188,106,196,136,61,60,141,221,61,224,162,80,60,112,199,44,190,239,116,139,188, + 2,123,102,61,210,101,156,61,109,247,135,61,208,102,80,60,114,14,2,190,255,227,10,60, + 177,120,151,61,235,41,193,61,50,126,120,189,34,69,74,189,236,215,180,188,18,34,112,61, + 58,44,6,62,163,149,124,61,4,103,212,60,48,10,179,60,24,145,242,188,65,137,60,61, + 131,114,226,189,69,244,127,61,94,124,151,61,105,117,181,189,122,234,130,59,237,186,18,189, + 117,209,217,61,255,233,171,187,221,122,182,61,113,128,157,189,8,172,217,189,49,193,140,59, + 232,122,82,61,77,143,154,61,234,23,57,60,54,210,13,62,201,3,202,61,17,185,33,190, + 231,238,154,61,55,166,148,59,214,0,30,190,26,144,128,61,115,192,136,189,246,141,100,61, + 227,26,177,61,247,116,26,189,218,101,108,189,210,100,199,60,130,144,24,58,147,52,162,61, + 222,176,247,61,233,112,180,60,14,39,77,189,255,183,12,189,18,203,35,59,131,183,152,187, + 96,88,63,61,41,217,210,60,133,31,226,61,144,84,197,188,29,118,211,189,243,152,197,61, + 235,252,204,61,149,170,113,189,244,125,173,59,85,54,101,60,236,153,63,61,66,67,204,187, + 128,68,82,189,243,155,23,60,8,13,84,189,121,43,156,189,184,56,123,189,137,23,94,61, + 168,8,15,62,151,249,85,60,87,53,219,61,135,179,141,189,118,231,183,61,112,40,169,188, + 41,255,239,188,152,205,14,62,205,7,32,62,91,225,32,62,99,240,221,189,140,37,175,189, + 32,129,66,190,102,166,94,62,161,132,164,187,88,238,0,189,14,221,189,188,183,199,117,61, + 89,79,124,60,141,148,131,61,191,85,183,189,81,28,190,189,177,141,134,59,252,23,160,188, + 134,105,121,61,22,241,4,62,121,49,94,189,115,230,248,61,202,203,20,61,229,183,173,189, + 163,139,229,188,154,144,115,61,238,193,124,59,114,252,153,60,153,199,77,62,165,153,202,189, + 171,215,88,61,48,92,145,60,71,0,98,189,115,213,248,60,90,6,10,62,249,138,118,61, + 168,199,180,61,234,153,214,60,40,106,86,189,0,161,196,189,127,21,116,189,190,189,190,188, + 51,78,149,61,68,154,78,59,12,199,255,61,96,202,184,61,42,141,45,61,250,170,163,61, + 118,24,68,61,138,87,63,189,90,187,136,189,245,206,79,61,9,218,78,61,46,177,251,61, + 28,98,216,186,74,241,120,189,221,99,221,60,175,130,9,189,146,18,141,189,64,85,168,188, + 65,111,228,61,190,243,143,61,205,137,117,60,115,42,58,62,178,237,91,189,141,110,178,188, + 137,202,217,189,51,34,46,61,92,197,31,61,91,216,187,189,76,212,7,62,162,168,56,188, + 181,211,154,189,52,86,31,189,93,118,232,59,102,139,188,61,248,53,20,62,121,69,46,189, + 14,52,187,61,17,35,189,61,1,112,203,61,231,188,14,62,3,231,166,61,108,21,104,189, + 34,147,190,59,220,200,103,61,189,55,157,60,72,83,238,60,126,0,11,61,217,23,37,189, + 129,18,81,189,213,226,189,61,212,44,10,189,169,63,151,61,128,48,76,61,53,247,144,188, + 174,89,2,190,147,185,237,61,168,195,128,61,251,55,249,188,203,241,9,188,151,187,38,189, + 115,162,163,189,90,217,63,61,252,55,62,62,87,94,18,60,181,55,110,189,193,51,6,189, + 40,240,161,60,93,185,14,189,128,65,144,60,85,63,182,188,37,20,208,61,38,252,90,189, + 221,121,183,61,164,123,20,62,154,104,45,189,220,84,222,188,122,125,191,189,188,156,97,61, + 121,16,169,61,77,148,180,189,66,184,10,61,149,80,85,189,195,165,139,188,240,251,42,61, + 100,167,134,189,7,17,182,61,102,22,158,61,88,20,199,189,99,37,109,60,246,57,207,187, + 44,174,230,61,249,215,26,61,253,137,3,190,52,130,147,60,228,210,61,189,88,228,11,62, + 70,31,45,61,172,123,148,189,15,163,173,189,22,221,25,61,34,191,93,59,239,132,49,189, + 105,184,168,188,166,97,245,189,216,49,151,189,78,40,208,61,203,187,65,61,128,77,68,60, + 255,89,223,61,215,39,33,61,163,162,91,189,202,123,215,61,177,230,241,60,39,179,135,189, + 213,166,0,61,196,199,147,189,172,98,151,189,227,28,147,61,20,219,215,189,153,150,179,61, + 96,119,102,61,252,166,20,60,169,88,27,61,37,247,236,61,102,196,123,188,47,15,213,189, + 148,56,33,190,152,183,163,61,189,178,8,62,59,108,12,61,231,38,176,61,135,7,120,61, + 53,255,189,189,211,122,14,188,23,58,58,190,230,112,87,61,161,114,136,60,54,165,204,188, + 100,82,147,60,9,200,92,61,174,178,99,60,94,39,236,189,30,88,134,189,51,193,211,60, + 186,190,67,186,21,157,66,61,247,127,37,189,125,2,123,189,24,216,63,189,97,235,9,189, + 244,65,181,61,107,176,32,189,192,20,67,189,212,4,117,61,70,203,150,189,252,164,148,189, + 213,212,96,189,203,3,208,189,24,201,44,188,76,246,154,189,43,16,68,61,15,211,184,61, + 240,179,167,189,67,56,159,61,3,81,220,189,14,233,53,61,70,234,24,189,1,145,185,189, + 76,155,17,189,86,230,11,190,164,115,203,189,23,58,17,190,46,229,221,189,186,62,243,61, + 8,188,11,61,225,73,212,189,248,144,1,189,232,88,237,61,220,41,214,188,85,110,140,61, + 250,31,95,62,214,141,162,189,80,233,81,62,217,69,74,190,119,29,20,190,165,196,38,61, + 176,14,176,189,191,0,126,189,34,251,169,189,46,44,197,60,108,61,157,189,237,206,66,188, + 111,103,69,189,222,168,78,188,141,29,74,61,137,188,41,189,68,34,2,59,46,194,165,189, + 15,211,159,60,157,60,3,62,189,20,238,188,132,88,191,59,120,184,164,61,100,255,168,61, + 101,182,3,60,204,105,198,61,226,170,70,60,127,74,117,61,209,253,188,60,184,74,231,59, + 17,8,50,190,114,29,131,189,251,61,3,61,190,217,38,61,248,234,169,189,208,217,52,60, + 127,251,111,61,178,29,21,62,147,105,108,189,161,103,196,188,5,206,238,61,249,21,246,189, + 48,96,177,61,26,250,146,189,53,7,176,61,74,136,191,188,247,228,116,61,28,243,86,189, + 28,72,39,190,23,97,82,61,148,51,216,60,165,67,213,189,71,75,77,61,171,132,94,189, + 44,24,41,61,227,176,159,188,255,133,248,188,27,177,144,188,27,175,24,60,2,239,162,189, + 74,94,169,61,229,63,232,61,40,255,248,60,44,35,109,189,104,83,130,61,196,180,164,189, + 185,17,16,62,9,120,63,190,208,167,41,190,142,194,21,190,25,176,86,189,29,176,161,189, + 170,83,11,61,151,243,230,61,23,159,91,190,95,232,21,189,225,182,168,189,52,89,179,60, + 26,218,169,189,157,176,31,190,16,130,170,188,236,195,128,187,119,137,229,189,158,163,6,59, + 111,199,175,189,103,248,31,62,250,21,71,189,136,145,199,61,79,236,69,190,144,20,46,61, + 144,246,71,62,154,13,245,60,63,19,103,61,58,253,30,61,196,8,21,190,78,240,231,188, + 222,39,50,62,152,93,8,60,35,240,85,189,181,109,116,61,150,71,8,62,192,74,8,62, + 115,104,4,61,129,87,160,61,184,180,58,189,44,202,110,60,10,188,164,189,189,223,66,61, + 85,34,213,61,241,183,83,61,232,214,16,190,168,29,221,61,94,94,79,189,212,129,107,58, + 159,223,118,188,94,166,29,189,241,134,162,189,61,255,136,61,12,225,15,61,193,134,36,190, + 32,235,141,189,125,58,96,61,65,138,6,62,145,59,184,60,81,216,207,61,64,1,139,188, + 215,160,149,60,29,155,214,60,174,212,206,61,197,136,171,60,75,202,60,61,8,8,17,188, + 71,125,155,61,83,194,111,61,33,197,154,60,155,216,100,60,236,71,134,189,71,99,23,189, + 123,145,47,190,118,147,133,189,88,23,226,187,222,19,209,61,250,120,240,189,228,185,135,61, + 223,48,80,189,182,138,181,189,153,2,13,190,205,33,49,189,241,144,173,61,29,89,221,61, + 247,198,248,61,233,164,137,59,60,118,240,189,13,1,7,189,7,243,175,61,47,43,119,61, + 117,33,150,189,246,246,172,60,154,121,88,189,64,59,134,61,152,199,47,189,76,228,110,61, + 253,128,107,61,235,22,215,188,197,155,151,189,158,46,243,60,12,115,242,60,63,101,249,189, + 138,194,130,61,53,54,66,62,0,72,14,190,21,45,182,189,109,14,165,60,163,36,1,61, + 78,230,23,60,99,229,116,60,170,210,223,187,86,251,89,61,219,221,57,60,97,149,224,60, + 179,115,192,61,190,215,26,190,48,157,126,189,251,254,105,61,3,179,29,189,61,84,181,189, + 88,191,47,61,246,71,68,189,156,71,107,187,249,47,88,189,113,222,165,189,16,138,78,188, + 173,125,74,189,220,146,234,61,194,215,184,61,54,92,73,61,94,86,150,189,157,231,240,60, + 228,221,62,60,106,118,171,60,87,27,134,189,244,170,170,61,180,51,3,62,79,170,102,189, + 180,55,23,190,60,13,23,190,55,159,255,61,121,155,140,189,38,15,146,60,41,183,84,60, + 63,204,207,61,58,136,33,189,208,29,0,61,214,173,170,188,51,51,14,190,43,48,19,61, + 244,81,231,189,187,78,155,188,197,232,128,189,251,194,158,189,219,122,171,189,13,40,237,188, + 90,240,12,61,201,92,120,61,221,181,251,187,236,208,9,62,205,94,58,61,96,24,166,188, + 5,255,135,188,237,201,144,189,85,165,3,62,194,215,115,61,146,80,168,189,12,208,72,189, + 234,221,12,61,69,139,135,61,204,19,178,61,63,98,227,189,101,94,160,189,74,56,9,62, + 157,168,10,189,174,162,128,189,38,4,216,189,100,66,30,187,250,80,167,185,12,135,143,189, + 247,123,216,61,153,95,226,189,41,131,12,61,210,87,130,61,153,30,89,189,100,70,151,61, + 205,172,233,188,20,249,57,189,201,154,198,60,74,19,89,61,4,92,91,61,138,213,0,188, + 157,27,82,59,23,177,115,60,17,172,54,189,73,62,219,61,125,152,196,189,63,167,0,62, + 168,94,14,61,143,66,222,188,150,243,245,189,162,140,230,189,244,11,224,61,81,130,133,61, + 129,156,86,189,106,86,17,188,91,135,110,60,98,94,203,61,75,45,81,190,47,121,253,60, + 153,113,231,189,223,170,10,190,193,54,17,189,105,192,8,62,54,236,23,61,170,122,172,186, + 176,216,190,57,29,79,111,60,14,118,6,61,21,173,146,60,67,201,9,61,248,141,84,61, + 53,79,209,189,132,199,40,61,149,166,30,189,94,184,49,61,96,122,160,189,45,141,10,62, + 135,213,200,189,137,133,39,189,17,207,230,189,118,224,41,189,50,21,231,60,46,28,6,62, + 93,104,54,189,214,191,182,61,34,79,5,189,155,171,95,189,165,189,78,189,142,134,83,61, + 84,101,6,190,150,10,48,189,129,60,165,61,253,107,178,59,173,145,130,61,231,4,190,189, + 43,70,137,57,93,140,132,189,141,176,198,61,46,49,170,189,85,195,153,189,119,205,216,189, + 49,238,201,61,223,37,172,189,60,43,65,62,19,228,108,61,35,190,103,60,68,64,141,188, + 124,148,233,61,239,151,74,189,41,120,250,188,81,223,12,62,167,117,54,61,84,203,194,189, + 142,210,9,189,243,203,63,61,200,74,26,61,135,32,19,62,254,193,45,189,192,71,182,189, + 110,13,109,61,98,229,152,60,230,155,242,189,20,123,202,57,180,205,201,189,103,114,131,61, + 181,173,206,61,136,144,216,61,244,222,26,62,41,146,154,189,229,35,44,189,179,126,150,60, + 190,105,226,188,183,151,0,62,115,213,194,61,130,136,241,188,200,223,134,189,162,235,113,61, + 222,164,131,61,107,113,62,188,54,176,157,189,212,219,222,61,50,116,198,189,40,80,238,61, + 9,168,207,60,18,65,8,62,209,148,238,61,67,193,147,61,76,118,70,188,160,139,123,189, + 207,132,160,188,23,213,216,61,243,167,26,189,142,159,218,61,53,172,81,189,234,15,14,61, + 122,194,159,189,103,145,74,189,64,38,201,61,174,92,19,190,116,75,166,189,169,95,93,60, + 177,104,236,189,23,143,247,189,5,151,113,187,187,229,150,60,96,102,156,61,86,154,253,187, + 140,158,213,61,112,95,223,60,188,83,251,61,92,100,23,189,114,71,97,188,141,218,176,189, + 236,42,12,61,104,203,72,61,73,11,24,58,144,219,1,189,232,117,62,61,177,91,4,190, + 61,231,161,61,163,23,181,61,152,0,194,60,219,35,179,61,203,69,71,189,41,104,180,61, + 12,176,205,60,47,201,169,60,158,176,142,61,253,68,131,189,51,187,118,189,240,42,15,62, + 217,41,171,60,193,179,179,61,239,216,203,60,103,125,30,61,11,209,111,61,205,132,37,61, + 74,180,35,190,212,173,241,60,205,81,168,188,57,155,22,188,220,195,207,189,46,62,49,189, + 226,252,243,188,112,223,10,189,233,235,162,61,174,59,207,188,85,85,60,190,174,158,240,61, + 99,101,37,189,198,173,18,62,74,216,26,189,252,39,4,62,71,72,138,189,59,3,110,60, + 178,240,35,190,226,90,100,188,192,133,203,185,227,255,186,189,218,142,11,190,231,197,121,60, + 209,221,220,186,79,249,243,60,70,142,86,61,1,61,45,61,122,99,122,187,166,62,123,61, + 209,177,151,60,160,78,231,189,209,139,51,62,65,167,141,189,205,76,171,61,127,96,247,188, + 65,139,30,188,22,102,33,189,58,115,251,61,196,79,141,189,236,167,28,61,226,97,23,61, + 41,134,155,61,183,2,147,189,143,67,136,189,34,248,97,189,128,254,197,188,196,210,225,61, + 27,189,199,61,54,125,214,61,174,236,192,189,68,187,31,60,186,73,133,187,138,199,27,187, + 23,239,160,188,177,80,174,61,30,135,148,188,166,3,14,60,141,214,7,189,108,232,8,190, + 41,60,196,189,38,232,152,61,126,225,158,189,35,38,6,61,255,121,41,60,43,31,147,188, + 179,117,5,189,50,248,134,189,23,89,128,61,170,78,201,189,168,67,16,190,247,84,253,60, + 244,14,252,189,191,228,3,61,163,244,148,189,115,113,239,189,150,127,144,189,95,106,135,59, + 212,179,247,61,101,88,22,61,124,230,206,61,75,62,189,189,153,98,108,189,118,44,57,61, + 175,86,78,60,236,144,148,61,175,233,51,189,48,185,174,189,2,244,196,189,249,66,30,190, + 245,136,146,61,69,9,12,189,93,147,53,188,116,238,179,187,213,188,175,61,122,255,206,189, + 188,104,122,59,175,61,10,189,172,28,146,61,169,128,0,189,12,198,158,60,99,218,65,190, + 143,117,134,61,36,7,134,60,88,74,197,60,96,56,236,188,234,202,241,60,15,11,161,61, + 252,246,57,58,35,30,122,60,225,121,149,188,231,111,195,189,243,55,204,189,251,170,17,189, + 127,74,180,189,86,138,200,60,161,30,1,188,228,11,194,60,140,6,87,61,250,217,224,60, + 72,194,163,188,40,122,203,60,191,159,39,189,188,7,170,61,6,178,167,61,104,33,157,61, + 167,242,81,189,129,102,186,189,21,181,225,189,254,55,239,188,25,133,247,61,95,56,218,188, + 91,217,164,61,53,90,106,189,81,94,147,61,7,203,141,61,241,138,114,61,148,20,99,61, + 22,37,165,189,162,229,23,62,37,127,17,60,14,231,188,61,212,196,209,60,60,136,154,189, + 79,210,175,188,56,216,254,59,249,151,133,61,179,104,81,189,208,234,44,189,111,208,173,189, + 179,132,195,188,129,31,141,189,210,241,127,60,88,229,153,187,47,83,56,60,130,167,156,57, + 26,93,178,58,134,1,225,61,55,88,22,190,141,21,121,61,229,161,136,189,237,155,80,188, + 125,69,30,190,124,80,43,189,154,242,160,59,128,234,119,61,248,71,252,59,12,205,156,61, + 204,197,160,60,163,65,185,61,215,108,184,188,21,0,67,61,172,174,118,188,227,38,74,188, + 112,227,157,189,59,84,26,189,46,240,178,61,210,70,83,61,191,201,58,61,194,41,46,189, + 201,118,19,189,201,145,156,189,154,228,141,189,52,221,140,189,81,191,234,188,71,114,135,60, + 170,100,219,61,4,7,144,61,254,184,115,189,198,212,107,188,54,88,16,189,76,67,222,59, + 57,143,115,189,244,90,108,188,159,31,47,189,188,132,135,60,184,58,101,61,203,65,79,189, + 42,196,2,190,187,84,145,61,70,244,17,60,179,60,16,189,202,238,208,189,215,227,237,59, + 150,103,113,61,117,58,195,61,91,10,70,61,53,14,203,189,71,64,191,61,3,244,167,61, + 231,134,52,61,125,180,210,60,219,17,23,60,62,218,7,61,99,151,18,189,202,192,0,189, + 2,185,36,59,153,103,38,190,45,96,203,61,236,75,203,189,29,155,189,188,56,148,33,61, + 35,20,79,61,196,54,172,61,240,61,27,62,143,95,236,187,29,61,66,62,167,41,186,60, + 37,70,203,189,179,106,238,188,166,235,114,61,25,83,74,60,13,156,26,60,23,15,72,189, + 62,247,62,61,140,48,211,59,254,183,97,60,26,116,169,59,193,13,34,61,48,57,194,61, + 193,85,119,189,90,253,131,188,238,233,133,61,43,212,93,189,120,248,24,60,114,18,176,188, + 166,7,34,189,72,60,133,189,203,194,82,61,80,21,105,61,222,68,77,189,187,81,13,189, + 80,93,248,187,37,246,176,60,175,218,160,189,116,221,24,61,81,92,209,61,197,154,186,189, + 20,54,36,189,90,147,165,61,97,18,36,189,77,53,52,189,75,210,121,189,251,245,181,61, + 134,58,246,186,74,237,73,189,202,98,156,60,231,251,102,60,175,189,231,189,106,128,6,189, + 114,79,238,189,161,48,147,189,192,205,98,61,246,157,129,188,31,171,54,189,180,250,227,189, + 88,109,212,61,216,4,83,189,84,32,5,189,51,143,195,61,176,143,8,190,77,37,69,189, + 63,242,216,61,174,74,5,190,252,159,61,61,2,79,14,62,235,45,141,187,31,46,208,189, + 129,188,188,189,213,60,155,189,128,108,211,61,194,86,54,61,7,205,42,188,78,109,151,189, + 126,176,246,189,34,39,111,189,9,60,164,61,38,230,137,61,193,152,20,62,157,55,184,60, + 74,5,179,189,103,202,150,61,159,190,151,189,82,14,181,188,114,162,21,60,143,223,217,189, + 244,132,142,189,27,168,63,189,5,21,136,189,165,198,208,189,72,200,13,189,210,48,32,61, + 129,255,158,61,3,171,70,61,34,165,158,61,253,182,88,189,239,141,68,61,91,145,142,189, + 129,17,68,189,181,86,98,61,4,24,147,60,229,32,234,61,91,127,167,61,142,120,243,188, + 53,167,134,189,172,112,164,61,31,73,157,189,172,212,21,189,255,65,26,189,148,194,146,60, + 154,59,135,61,131,102,248,59,239,232,137,60,254,19,65,61,164,89,194,189,10,166,206,61, + 4,80,63,60,118,52,138,189,119,253,38,190,154,15,145,189,202,233,36,61,218,191,156,61, + 50,133,153,189,34,31,203,60,244,219,189,61,6,212,203,61,185,34,145,61,2,131,134,189, + 59,137,134,60,136,231,242,60,106,50,196,61,241,118,129,61,1,36,47,189,204,180,160,189, + 28,14,61,190,100,137,232,61,156,145,187,61,93,148,33,62,63,167,33,62,232,230,98,56, + 100,137,89,61,32,159,3,190,101,129,35,59,101,113,48,189,103,105,75,190,150,222,171,189, + 1,117,135,61,187,9,207,61,216,104,139,189,103,236,156,189,184,173,198,188,148,204,40,61, + 103,216,139,189,6,216,27,187,187,140,64,189,198,106,226,61,56,99,174,61,36,56,119,190, + 105,112,22,189,68,164,172,189,251,82,210,59,237,186,187,58,143,196,143,61,116,43,215,61, + 133,217,221,61,126,192,104,60,34,159,245,188,46,22,16,190,100,211,75,61,98,102,211,61, + 152,23,114,188,8,104,18,61,92,145,9,190,149,56,128,58,1,100,88,59,214,225,150,61, + 149,96,119,61,72,117,147,61,228,15,57,61,80,123,150,189,6,70,14,60,165,187,184,59, + 104,50,49,187,53,185,219,189,9,28,33,61,55,70,1,188,83,76,143,61,212,250,47,62, + 52,112,113,61,192,50,121,61,28,22,203,61,81,247,84,61,171,232,10,61,167,193,40,188, + 230,198,138,59,37,205,185,189,73,90,221,61,27,54,154,61,205,36,226,189,196,141,100,59, + 103,215,178,189,138,117,1,62,185,135,53,61,172,226,126,189,80,171,206,188,254,0,239,188, + 150,1,95,61,167,226,158,189,167,146,122,188,201,7,249,61,132,184,145,189,230,173,163,61, + 189,163,201,187,52,42,153,189,94,101,208,189,4,113,209,60,55,235,173,61,252,12,0,188, + 85,88,23,61,86,75,202,189,174,243,157,61,126,224,18,189,143,84,149,61,20,255,63,189, + 136,76,150,189,244,126,128,189,225,243,203,189,179,62,146,189,101,249,60,62,234,5,203,61, + 89,118,105,59,111,50,148,189,203,149,95,187,223,127,10,190,123,20,205,189,122,219,165,189, + 179,193,145,61,30,89,241,188,217,154,36,187,170,218,46,61,24,229,237,59,61,215,246,61, + 191,63,203,187,165,151,71,61,105,175,158,189,17,251,80,61,216,128,132,189,99,204,184,189, + 167,236,230,60,239,45,153,188,128,217,96,188,61,219,92,190,50,72,88,189,213,11,8,61, + 82,85,231,189,218,128,16,189,157,87,193,61,240,96,146,61,216,184,39,62,171,75,185,189, + 63,252,104,189,109,236,142,189,9,221,139,62,97,87,134,61,108,106,146,62,159,231,118,190, + 30,99,159,189,44,87,14,189,188,130,192,61,248,26,79,188,199,175,47,189,226,1,32,61, + 94,149,9,190,219,244,13,190,208,217,155,189,106,102,150,189,124,114,181,189,79,79,45,189, + 106,187,48,60,244,6,169,61,189,189,177,189,237,193,243,188,114,9,5,189,230,44,105,62, + 118,254,167,187,209,146,115,61,83,27,246,189,53,140,133,61,6,244,6,62,217,98,226,61, + 215,217,220,189,28,215,174,60,86,56,59,189,121,246,221,186,159,252,153,61,216,136,221,61, + 144,76,228,188,72,70,8,62,46,83,36,188,161,207,39,62,99,119,66,189,89,125,58,61, + 56,163,156,188,0,84,143,59,63,86,118,59,15,46,156,60,29,54,211,189,217,122,182,61, + 51,241,158,61,250,233,141,189,156,96,59,189,99,17,37,61,147,247,71,189,218,57,141,61, + 254,8,159,61,214,29,235,61,250,11,155,60,23,116,176,61,136,189,214,189,173,247,36,61, + 194,133,180,60,183,160,113,188,115,213,6,188,118,156,229,188,81,12,4,189,147,13,84,189, + 16,142,61,190,195,211,141,187,74,186,183,189,252,68,15,60,169,126,180,189,243,58,158,188, + 15,228,12,60,152,214,189,189,220,162,82,188,2,140,198,188,152,155,211,61,36,106,178,61, + 241,69,22,189,1,43,235,189,140,148,20,188,56,84,79,189,50,210,177,60,28,187,178,189, + 231,1,127,189,130,38,42,188,155,201,173,188,199,127,191,60,160,72,148,61,136,13,6,190, + 19,165,114,189,77,113,132,189,28,235,3,61,33,114,207,61,52,64,151,187,231,149,203,189, + 245,87,136,60,116,200,97,187,162,72,251,189,150,97,130,61,201,173,56,61,98,252,85,61, + 169,31,230,189,41,74,164,187,183,132,119,59,43,246,2,190,96,5,166,61,193,104,177,61, + 162,232,93,188,115,181,81,61,78,139,251,189,185,121,165,61,233,79,215,188,33,210,1,189, + 246,155,82,61,148,118,190,189,82,35,12,62,241,208,228,60,178,29,169,189,158,32,249,188, + 243,125,147,189,45,223,17,62,190,247,30,61,205,96,28,189,146,140,145,61,233,39,248,59, + 162,199,200,60,142,121,116,188,173,152,84,60,78,86,147,189,15,224,89,190,98,254,117,189, + 20,96,40,61,254,20,73,62,254,11,109,62,127,224,141,61,246,53,115,186,213,128,203,189, + 182,169,195,189,254,34,158,188,171,133,239,189,199,34,26,189,143,115,74,189,14,93,243,187, + 243,50,5,188,136,233,101,189,112,177,99,59,205,192,101,188,25,51,84,60,115,196,240,59, + 231,133,66,61,95,241,219,189,184,95,202,60,200,154,124,190,104,12,17,61,10,190,124,61, + 39,138,234,189,155,172,135,61,47,235,55,60,28,60,0,189,232,127,159,60,18,4,49,61, + 164,25,18,190,26,164,217,189,31,76,4,60,159,35,111,188,71,32,186,61,36,239,92,189, + 146,96,247,59,141,231,109,61,52,205,232,59,123,190,156,189,110,132,63,61,91,110,247,188, + 155,70,172,189,65,155,167,61,168,153,25,61,203,41,163,60,185,66,128,61,121,101,254,59, + 171,34,171,61,165,11,92,189,72,193,21,62,56,241,153,188,126,98,203,188,253,81,34,190, + 115,79,113,61,202,249,171,189,138,240,19,61,74,161,51,61,134,198,195,61,100,232,36,189, + 85,233,161,189,153,25,137,61,43,39,233,61,153,59,133,189,69,245,15,62,131,237,85,190, + 188,253,174,188,72,100,44,189,153,17,6,60,100,53,130,189,149,69,170,187,13,59,56,60, + 143,206,81,189,79,22,64,189,31,2,84,189,205,153,192,189,86,234,238,188,75,16,35,190, + 175,138,142,61,144,129,170,189,58,40,86,189,18,122,168,61,190,23,226,61,103,105,195,61, + 190,27,13,188,100,232,168,61,161,7,149,60,20,132,144,189,238,75,58,62,6,19,43,61, + 193,224,247,61,128,17,219,189,141,46,4,190,167,245,118,186,30,11,27,62,62,196,193,61, + 119,153,149,61,159,53,252,61,141,148,222,61,242,189,44,60,233,47,49,189,242,214,81,61, + 76,58,22,62,131,54,176,189,113,74,207,189,166,153,248,189,185,210,50,61,99,179,56,189, + 43,47,150,61,182,240,146,189,217,24,191,61,2,216,17,188,167,173,94,188,15,239,205,61, + 8,171,228,61,77,18,138,189,138,22,135,61,205,254,64,188,27,32,148,189,0,90,36,188, + 136,204,104,61,108,75,130,60,60,14,96,61,133,179,100,61,163,7,47,188,236,216,109,61, + 38,103,85,190,57,129,149,189,112,4,162,189,124,199,200,61,135,241,98,188,234,134,240,58, + 191,255,200,189,245,205,227,58,8,223,85,189,142,73,117,189,130,254,102,61,129,220,157,188, + 95,88,198,189,221,122,210,188,113,50,97,61,84,215,221,189,53,174,164,188,242,185,146,61, + 177,54,212,61,171,20,105,189,197,129,64,189,101,209,180,189,195,130,202,189,88,232,26,190, + 179,102,121,61,141,99,137,61,115,251,3,189,19,22,152,187,93,156,74,189,127,199,94,189, + 168,77,190,61,250,107,138,61,103,150,49,189,27,29,180,189,195,174,104,59,42,198,138,189, + 155,241,57,61,37,82,198,59,40,166,175,60,72,15,31,189,159,71,174,189,208,173,26,61, + 217,119,163,60,193,201,31,61,29,188,138,189,231,191,240,61,218,2,216,189,82,231,28,62, + 122,99,45,189,221,49,225,188,220,131,172,59,72,64,167,189,242,208,0,188,88,8,248,188, + 69,109,155,189,7,158,183,186,12,229,193,61,179,208,17,61,197,168,24,62,148,151,120,61, + 142,194,185,61,217,234,55,189,61,201,49,62,198,179,58,60,177,239,236,61,12,14,201,61, + 138,54,206,189,78,131,185,189,74,214,68,188,44,242,201,61,58,11,166,186,163,19,191,61, + 90,11,161,61,145,64,165,60,197,64,161,189,44,151,90,188,230,52,170,61,123,139,19,60, + 230,35,172,60,85,147,161,189,174,226,139,60,246,150,169,61,249,206,148,188,138,87,174,60, + 5,109,211,61,46,105,70,60,204,131,36,189,190,250,56,62,31,2,127,189,227,250,206,60, + 161,13,122,61,70,187,17,188,187,80,6,190,186,219,168,61,230,109,133,61,104,1,217,187, + 107,112,225,61,117,244,196,61,15,244,245,60,84,238,168,61,45,58,237,189,149,208,248,61, + 21,11,185,189,158,147,177,60,176,12,69,61,40,222,3,62,159,188,13,190,5,147,166,61, + 255,218,168,186,205,71,237,61,245,69,177,188,222,14,164,189,173,201,11,188,78,9,19,60, + 140,241,184,61,220,85,31,189,16,254,38,61,56,97,198,188,222,247,54,189,26,50,128,61, + 117,94,239,61,44,185,185,189,61,216,245,188,165,201,147,61,12,51,53,61,185,16,25,190, + 65,60,18,62,123,148,103,61,33,113,90,61,129,149,234,61,19,167,9,61,97,17,187,61, + 229,22,229,60,217,33,128,187,238,100,0,62,185,153,246,189,159,97,10,62,249,128,161,189, + 175,234,72,189,62,32,180,189,190,68,193,189,83,138,48,189,22,54,212,61,210,115,15,190, + 170,200,198,189,186,208,239,189,108,205,21,188,36,148,179,189,123,156,70,60,184,20,103,189, + 125,123,51,188,65,210,129,61,156,180,182,61,177,70,178,189,244,69,126,189,121,175,59,60, + 90,63,207,187,146,35,242,189,4,68,216,58,59,180,107,60,181,55,50,61,70,55,10,62, + 106,212,220,61,203,184,143,189,216,218,80,61,242,12,47,61,54,9,68,61,34,116,150,189, + 204,13,46,189,194,114,26,189,37,171,143,188,96,252,150,61,70,246,177,61,59,26,134,189, + 169,254,159,61,106,84,114,60,218,38,138,189,99,51,27,188,72,164,57,187,131,175,52,189, + 188,255,25,189,207,124,234,188,139,9,222,188,197,125,129,188,250,173,7,189,230,149,181,189, + 157,232,17,62,220,156,100,61,140,229,19,189,234,78,163,61,56,141,128,189,15,238,132,189, + 221,140,119,61,21,138,149,60,121,17,211,61,139,249,37,190,82,163,196,188,52,255,101,189, + 253,184,189,61,24,47,80,61,132,238,68,60,13,121,133,188,235,91,139,189,86,245,132,189, + 145,190,33,189,237,43,200,61,104,130,108,189,194,177,138,189,28,200,11,59,188,51,203,60, + 53,16,27,190,243,175,123,61,106,30,140,186,222,109,95,60,29,159,8,61,252,51,201,61, + 34,146,26,190,84,75,64,61,225,76,168,61,2,228,76,189,90,185,51,61,64,229,174,188, + 187,206,105,188,19,134,147,189,97,71,168,61,75,111,231,60,184,146,18,187,82,185,213,187, + 253,207,145,61,146,0,255,61,214,26,185,189,21,55,91,189,25,73,180,61,1,193,205,189, + 22,122,66,188,112,230,146,60,204,245,19,190,2,24,11,61,202,234,1,188,171,38,0,190, + 41,104,3,62,219,78,105,60,119,222,17,62,18,162,215,61,194,8,113,189,177,127,62,61, + 157,47,157,59,120,32,17,62,93,206,74,61,59,44,61,189,207,171,141,61,233,43,51,188, + 89,148,14,61,98,30,110,59,150,143,105,189,19,243,108,61,229,244,127,189,101,125,153,60, + 234,173,50,190,18,76,71,62,77,53,10,62,94,159,81,61,149,58,20,61,121,206,207,187, + 144,160,103,61,227,156,56,188,66,210,201,188,132,98,60,61,188,195,211,60,197,170,194,188, + 140,103,53,61,218,227,67,189,55,158,198,189,10,235,137,61,166,253,158,61,241,29,234,188, + 35,153,209,61,208,231,246,188,221,182,49,61,37,232,63,190,159,142,182,189,165,34,177,189, + 187,95,81,189,56,69,186,189,23,207,16,189,243,111,21,61,198,86,105,62,254,109,239,61, + 68,2,234,186,155,183,181,189,210,89,56,188,217,49,67,61,58,143,194,61,241,73,69,190, + 217,121,120,61,110,236,112,61,163,252,183,188,220,138,0,190,77,176,38,61,63,117,79,61, + 111,96,40,189,77,246,156,61,216,70,4,188,43,244,152,189,161,42,39,189,251,200,96,61, + 184,217,76,189,45,21,184,189,138,2,158,188,250,254,167,188,60,111,24,60,131,71,138,189, + 150,146,29,61,81,231,131,61,206,35,132,60,36,57,73,61,192,163,59,61,179,70,138,60, + 41,237,222,61,232,179,228,188,231,31,111,62,217,200,34,189,113,237,58,62,51,201,24,190, + 108,123,215,60,148,133,144,189,95,210,173,60,162,255,177,61,211,228,23,60,70,24,127,188, + 197,61,1,190,155,211,85,189,167,67,52,61,151,32,39,189,191,116,213,188,101,81,95,61, + 173,206,107,61,122,63,112,61,50,158,12,190,214,10,143,59,16,211,168,189,214,158,30,188, + 19,109,128,186,130,190,40,62,7,247,132,189,249,33,10,189,27,183,71,61,148,27,153,188, + 78,149,127,189,137,183,151,61,85,112,35,190,70,22,142,188,229,161,224,61,103,85,109,189, + 200,173,77,60,242,148,140,189,73,205,11,62,169,136,137,61,240,250,149,61,163,223,208,60, + 105,102,25,189,131,221,53,61,129,176,114,189,66,54,33,188,128,133,18,60,212,176,170,61, + 236,141,181,189,122,9,163,60,185,222,163,61,0,173,70,187,96,237,31,189,113,15,146,189, + 62,204,5,189,42,65,157,61,143,70,24,189,41,52,147,61,3,160,205,189,80,188,213,61, + 250,28,229,188,28,89,70,189,181,176,118,189,149,126,2,189,220,151,164,189,142,71,218,189, + 57,26,118,188,184,222,102,61,186,53,149,189,0,37,140,61,179,53,163,60,77,45,159,61, + 62,74,215,188,19,84,165,189,249,89,255,60,138,213,118,61,102,20,29,188,5,116,114,61, + 165,176,235,61,113,186,105,188,131,133,157,189,55,106,169,61,121,204,14,189,155,229,189,61, + 123,100,18,188,10,210,153,61,61,252,191,60,56,133,230,61,141,239,151,61,224,10,168,61, + 25,209,155,189,205,2,25,61,52,240,149,61,210,137,185,61,166,210,13,189,213,39,175,61, + 49,192,234,189,78,198,139,61,186,135,129,189,69,247,226,189,38,150,128,61,97,182,239,60, + 81,65,20,59,187,19,158,61,144,194,86,61,65,245,7,188,208,148,176,189,216,28,81,189, + 134,87,94,189,245,189,204,61,71,97,157,189,245,211,133,189,17,203,55,190,143,68,6,188, + 136,60,76,59,116,164,21,60,63,253,241,188,46,18,104,187,12,87,14,190,159,60,119,189, + 161,44,208,61,6,153,231,189,132,98,157,189,163,30,58,189,128,184,249,189,16,139,8,188, + 243,12,32,60,25,131,200,188,249,191,171,61,126,32,42,188,253,241,8,190,212,141,226,188, + 253,130,145,60,115,59,184,61,178,20,84,59,38,103,181,61,72,141,147,189,109,168,187,188, + 239,68,215,60,90,38,139,61,223,226,240,189,60,128,0,61,206,10,153,61,23,241,204,61, + 79,64,169,187,120,234,59,61,108,208,236,188,208,20,24,61,98,217,4,190,127,232,153,189, + 195,198,248,60,191,163,47,190,78,246,173,61,2,117,8,190,28,199,134,188,135,160,192,60, + 249,94,132,60,225,15,133,61,5,229,238,60,160,68,208,61,163,5,224,60,78,39,35,190, + 246,97,253,189,192,176,232,188,133,254,240,187,61,255,24,61,138,129,128,188,154,79,240,61, + 244,155,26,60,90,235,146,61,243,45,150,61,36,152,152,61,96,232,201,189,244,81,202,60, + 226,232,198,189,33,151,188,61,252,79,77,189,223,45,150,61,184,190,107,61,72,51,148,61, + 28,71,227,60,120,228,159,61,83,202,158,189,183,111,122,61,173,109,189,189,110,152,153,60, + 183,152,204,189,144,160,166,189,136,71,7,189,211,235,255,60,246,91,228,187,179,217,4,189, + 120,191,93,61,4,12,143,189,63,230,194,60,180,137,82,189,112,141,197,189,199,56,110,61, + 98,163,133,189,81,60,41,61,113,102,130,188,95,32,116,61,233,252,137,188,176,173,223,188, + 137,60,209,61,164,65,182,61,249,23,25,61,202,183,99,59,43,160,197,61,238,98,99,189, + 49,81,97,189,121,146,173,189,58,86,255,186,42,128,2,190,120,33,57,189,138,10,58,186, + 172,5,230,189,101,229,11,190,80,197,92,189,221,18,177,189,236,1,175,188,67,67,102,189, + 223,89,81,189,97,109,80,60,41,99,89,62,116,218,147,188,96,24,142,61,220,35,250,61, + 252,254,18,60,10,105,213,189,47,222,9,189,212,25,150,189,240,164,135,61,153,39,146,189, + 134,96,9,189,146,131,131,61,42,234,206,189,122,161,204,189,235,153,181,59,117,130,169,189, + 173,62,106,60,149,18,229,61,30,166,163,60,148,94,18,187,141,174,61,189,140,75,131,188, + 188,182,174,61,7,136,233,189,61,202,146,189,186,143,70,61,80,35,223,188,87,139,80,189, + 60,64,44,189,98,39,44,189,46,83,129,61,184,170,241,188,182,206,229,188,193,14,171,59, + 135,127,236,189,125,215,184,189,177,6,121,61,27,5,223,61,233,29,249,188,180,34,195,188, + 83,206,193,59,25,105,59,61,28,49,223,188,158,181,72,61,82,166,184,61,127,42,3,60, + 105,58,71,189,50,87,207,60,96,142,9,189,131,89,180,60,108,216,38,189,210,203,106,60, + 86,201,214,59,153,216,20,187,221,225,179,189,173,206,13,190,108,67,50,189,52,194,240,189, + 42,99,189,189,77,80,129,189,38,253,115,189,187,169,133,189,144,4,154,60,243,88,143,60, + 3,65,148,189,119,83,198,188,45,164,76,189,118,136,32,59,116,227,31,61,29,37,156,189, + 243,166,126,61,6,248,59,188,140,163,171,189,225,4,189,188,197,57,81,189,187,42,213,61, + 107,113,201,59,184,3,186,184,3,22,144,187,13,221,125,189,195,68,113,188,253,124,47,62, + 32,7,39,61,173,9,16,190,143,33,233,188,112,170,96,189,90,216,230,188,148,244,164,61, + 102,212,51,61,142,203,56,62,245,115,198,188,44,177,231,189,108,94,50,61,24,167,5,62, + 165,206,126,189,196,98,231,60,43,170,100,61,219,160,230,188,101,231,138,189,150,14,207,61, + 48,95,131,188,176,130,190,189,32,38,37,62,188,137,128,189,228,109,41,189,31,162,148,61, + 191,80,233,61,161,181,137,61,189,54,137,189,79,219,127,187,181,24,9,61,15,29,253,61, + 63,111,220,188,99,184,219,189,5,38,160,189,50,253,65,187,239,48,104,189,62,154,58,189, + 92,71,179,189,132,48,233,60,246,141,214,188,56,81,236,61,123,99,161,189,242,173,81,189, + 67,243,192,189,67,217,254,189,123,193,231,60,23,152,218,61,244,60,63,189,227,26,101,188, + 193,21,13,189,140,49,175,188,57,64,158,61,166,197,23,189,144,225,227,189,92,137,45,62, + 50,21,146,60,230,250,2,189,247,18,195,189,236,165,159,188,58,89,75,61,237,47,72,188, + 119,46,236,60,74,191,153,189,164,32,245,189,73,103,38,189,122,36,205,188,126,247,147,60, + 200,253,189,61,30,238,247,61,132,228,69,189,181,199,144,61,95,85,50,61,232,130,43,189, + 193,146,197,61,61,211,101,61,190,217,20,190,160,35,212,60,162,210,53,61,207,195,19,189, + 181,184,136,188,236,136,17,61,74,113,232,59,137,41,54,188,125,156,211,189,186,46,61,61, + 240,33,70,189,51,236,115,189,7,93,65,61,208,23,144,188,70,143,73,189,74,177,27,189, + 211,119,75,61,46,116,160,61,31,187,5,189,232,193,239,59,99,53,95,61,87,166,95,189, + 103,76,100,188,178,242,37,189,51,155,149,188,115,203,216,189,235,213,56,189,143,187,63,61, + 26,127,247,189,190,148,18,189,96,22,52,62,221,25,48,61,221,140,97,61,199,227,255,60, + 122,49,27,189,43,150,179,188,171,123,231,60,215,9,249,188,55,115,214,61,237,113,85,189, + 120,252,138,59,39,149,177,189,6,62,229,60,146,100,205,61,1,220,148,61,163,208,189,61, + 2,44,166,188,193,87,51,61,0,166,214,189,180,209,208,189,218,18,133,61,7,81,87,189, + 247,2,175,60,159,219,88,189,133,249,152,61,162,93,176,58,153,170,125,189,114,92,227,61, + 241,66,171,186,68,199,103,189,134,112,28,59,178,85,1,62,243,168,63,189,151,220,118,187, + 65,106,55,189,122,148,130,189,56,38,190,189,113,91,71,186,201,146,133,187,250,178,41,61, + 183,9,1,60,192,75,19,189,142,134,253,61,191,204,231,60,130,152,24,190,224,10,207,188, + 151,180,189,189,17,34,129,189,75,81,152,61,216,174,167,61,15,35,121,189,99,235,80,189, + 150,191,90,61,81,91,221,189,236,235,85,61,224,133,223,189,46,227,229,188,204,253,161,60, + 71,143,122,189,182,37,254,188,158,192,228,189,34,241,32,189,148,52,114,189,56,108,147,189, + 111,110,65,189,8,192,49,61,216,125,164,189,77,75,69,189,193,100,8,189,182,177,153,189, + 162,169,227,189,101,90,223,189,106,139,163,61,158,54,29,60,16,100,39,61,239,47,12,61, + 16,184,45,189,192,57,46,189,66,106,169,189,255,133,154,189,173,97,150,188,211,6,112,189, + 118,171,187,61,76,173,214,61,225,181,84,61,170,178,105,188,65,134,2,190,34,173,54,61, + 71,47,21,60,105,153,128,189,111,180,201,189,110,158,85,189,210,103,211,189,67,36,123,189, + 211,94,96,189,128,4,113,189,63,118,185,61,61,40,101,61,132,228,48,189,142,176,223,61, + 6,250,223,189,15,124,143,188,171,139,54,62,68,222,51,188,36,165,202,189,142,140,57,61, + 53,209,25,190,216,236,176,61,171,44,28,188,203,208,215,61,250,204,76,189,48,145,164,61, + 115,144,163,188,154,33,238,189,152,29,252,60,71,194,146,61,226,166,8,62,247,114,49,62, + 113,131,148,61,42,255,8,62,44,129,67,61,3,170,116,61,110,106,77,190,42,132,110,61, + 53,95,8,189,171,155,171,189,126,163,59,61,179,26,104,189,155,226,48,62,9,170,9,189, + 24,61,31,190,57,232,139,60,14,158,239,61,5,242,138,60,202,162,28,61,36,239,18,189, + 229,166,15,190,226,226,132,187,240,250,175,189,131,88,7,189,120,166,147,189,188,95,4,62, + 107,49,242,189,201,243,3,61,4,12,81,61,199,3,114,61,52,178,64,189,114,84,209,60, + 129,22,128,61,136,70,170,61,95,162,114,61,54,112,75,60,105,150,16,189,108,193,83,61, + 179,101,32,61,58,111,212,61,73,56,193,61,208,235,55,61,164,56,148,60,72,69,15,190, + 234,240,183,61,225,105,150,189,220,148,208,188,98,23,79,189,91,84,203,61,178,146,196,61, + 201,211,15,189,86,60,155,60,100,66,57,62,75,51,167,189,117,195,32,189,83,175,245,189, + 206,74,133,189,122,193,96,189,53,234,150,61,0,236,185,188,140,164,40,189,186,76,197,189, + 212,36,41,61,14,88,141,60,136,161,107,189,168,180,193,187,101,163,180,189,28,199,211,189, + 108,1,77,189,63,191,205,189,2,251,31,61,59,234,3,62,106,61,175,61,124,63,87,188, + 193,17,133,186,22,5,3,189,132,5,181,188,137,143,23,61,188,213,193,61,153,92,59,61, + 15,14,102,186,251,98,178,188,12,34,228,56,36,32,234,187,42,111,135,189,76,66,201,59, + 18,105,190,61,117,44,157,61,76,2,160,60,68,53,147,188,154,236,170,188,22,168,10,59, + 191,237,162,188,173,68,86,61,106,149,54,61,185,69,9,190,59,186,52,189,41,228,250,61, + 36,198,3,61,209,28,196,60,18,55,4,62,82,230,83,189,101,241,18,189,18,193,231,61, + 106,81,128,60,125,243,78,190,29,109,171,189,42,244,162,188,135,148,122,189,84,185,8,61, + 117,18,19,189,51,204,24,59,18,155,224,189,130,139,75,188,177,240,100,60,85,87,156,61, + 87,246,3,61,53,68,34,61,6,75,43,189,2,201,156,61,3,77,218,189,68,223,209,188, + 8,110,9,61,190,90,226,61,183,207,60,60,86,242,128,61,223,154,23,62,43,31,43,61, + 34,112,128,61,199,181,99,189,153,215,133,61,193,148,231,189,44,214,72,189,54,83,37,61, + 197,79,16,62,230,68,131,61,206,102,44,59,37,213,97,189,237,56,247,60,184,146,238,61, + 69,32,109,189,101,120,176,60,108,46,20,189,90,14,21,61,17,16,251,189,29,145,245,189, + 92,18,143,60,219,82,167,61,190,119,44,59,26,236,142,61,35,224,79,61,12,254,38,61, + 72,152,210,189,28,116,245,189,7,4,172,61,160,102,7,188,242,247,46,189,207,194,145,61, + 226,244,45,188,11,107,192,188,161,160,49,61,153,106,70,60,103,139,37,190,123,97,40,62, + 68,207,112,60,0,158,223,189,99,233,22,190,243,235,68,60,76,253,225,188,39,182,31,185, + 250,174,130,61,28,25,3,62,102,59,194,61,66,38,171,188,210,141,158,188,239,227,58,61, + 178,63,131,189,236,171,226,189,126,101,154,61,229,17,68,189,3,158,6,189,173,188,202,61, + 98,75,6,190,233,219,223,186,218,223,147,61,217,181,129,61,253,157,174,61,11,228,42,62, + 70,11,220,189,138,16,126,188,74,235,144,61,38,119,48,61,143,68,173,61,27,21,81,61, + 196,17,32,189,139,56,224,59,45,130,133,61,255,48,5,62,197,117,86,61,208,138,176,188, + 72,70,189,188,71,165,111,60,194,189,181,61,8,207,55,60,217,55,73,61,123,37,165,189, + 188,7,251,188,247,213,179,189,104,98,176,188,205,102,133,188,131,12,69,62,218,207,175,189, + 166,146,181,189,223,107,39,60,250,187,122,189,164,206,127,189,145,109,20,190,125,168,7,61, + 247,133,126,189,233,226,147,189,59,218,27,189,111,176,223,61,109,176,216,60,75,97,75,61, + 145,15,60,187,232,173,35,188,244,130,181,188,176,192,227,189,4,91,185,61,77,158,188,61, + 126,137,145,189,156,186,65,61,226,43,168,61,209,230,31,190,224,147,165,189,147,178,45,189, + 48,235,0,190,196,158,239,61,90,199,126,187,224,219,10,189,145,101,132,187,95,239,73,189, + 36,213,213,187,107,39,107,189,96,182,102,61,12,4,188,189,249,167,50,62,217,126,66,189, + 177,220,33,190,133,126,95,61,237,127,45,61,14,1,98,60,149,56,69,61,158,247,134,189, + 165,55,25,61,214,204,160,189,47,82,111,61,56,226,229,189,68,122,102,60,183,153,42,61, + 198,74,172,189,209,123,163,189,235,9,142,61,78,105,97,61,215,252,194,188,65,123,177,189, + 27,138,26,60,226,118,102,60,194,71,139,60,165,78,160,59,18,244,176,61,44,150,96,61, + 184,218,54,61,93,127,7,190,120,48,183,189,111,228,45,189,81,132,181,189,238,128,129,189, + 156,180,167,188,213,107,68,188,140,108,224,59,140,37,35,61,130,233,121,61,100,89,127,188, + 188,161,225,188,138,48,128,62,202,149,230,189,92,222,160,188,12,123,7,190,42,48,217,188, + 208,139,76,188,133,79,29,62,46,42,55,61,150,179,148,189,171,185,6,190,143,27,217,189, + 28,122,253,60,49,171,222,189,207,236,103,61,203,239,9,62,129,76,113,61,165,85,204,189, + 15,26,245,60,9,18,168,61,169,83,167,60,132,130,41,59,104,134,23,62,121,153,128,189, + 86,207,167,61,75,90,94,61,212,201,23,190,220,79,83,61,8,90,204,187,75,22,102,61, + 249,63,237,188,2,37,56,61,221,30,157,61,236,75,198,61,133,115,175,188,198,153,135,60, + 131,212,171,189,152,117,5,62,127,191,105,61,176,159,250,60,55,149,201,189,14,130,89,61, + 66,79,243,61,235,215,30,189,171,245,120,61,89,248,57,61,193,113,104,189,74,164,44,189, + 58,129,226,59,103,146,2,190,175,52,2,190,193,193,166,57,147,133,63,60,162,132,52,60, + 123,126,31,189,209,130,63,61,4,49,169,61,92,215,239,61,101,251,137,189,5,127,171,189, + 82,213,65,190,112,212,213,60,73,213,220,188,116,119,207,189,80,251,184,188,243,228,34,189, + 203,248,181,189,83,84,242,61,214,14,167,187,43,38,188,189,106,251,57,61,111,10,217,61, + 93,104,57,189,126,63,190,189,82,63,228,59,40,136,198,61,164,99,208,61,200,148,228,61, + 138,97,73,188,144,75,8,188,52,130,63,60,228,192,80,60,201,251,66,61,250,174,67,189, + 56,74,175,188,240,215,120,189,178,229,64,61,76,0,20,187,85,1,247,61,128,100,230,60, + 241,242,133,60,68,124,210,188,144,122,173,61,162,74,109,187,204,87,133,189,38,185,94,61, + 247,72,206,61,175,72,2,61,169,29,157,60,211,61,196,61,35,227,180,189,104,201,159,61, + 80,112,150,61,203,46,20,61,252,241,233,185,128,221,76,61,254,7,241,187,253,119,133,61, + 85,96,142,189,94,211,42,62,193,76,111,189,250,34,173,188,130,69,56,61,46,67,14,189, + 254,140,203,60,186,63,105,189,214,21,129,189,167,239,178,60,128,156,118,187,89,93,134,58, + 21,247,0,61,100,76,97,61,216,151,81,61,31,18,91,61,89,63,124,61,128,161,161,188, + 1,108,149,189,135,237,91,189,57,79,190,189,195,172,221,189,94,157,20,61,217,152,154,189, + 77,71,138,61,28,52,82,61,253,115,161,61,182,35,63,60,52,122,0,189,238,54,54,189, + 168,197,36,61,16,232,227,188,185,136,164,61,33,209,30,60,189,26,135,189,39,241,84,189, + 213,31,92,61,205,106,199,189,135,80,158,61,99,25,142,61,45,161,95,189,207,203,155,61, + 175,76,4,61,131,163,76,61,195,122,25,62,168,1,170,61,179,98,112,61,95,231,108,189, + 74,94,165,189,160,62,185,189,64,174,87,188,235,204,78,61,20,97,54,60,121,23,208,189, + 222,197,105,189,123,51,43,60,82,211,191,60,68,244,39,189,246,16,182,60,25,185,79,61, + 250,43,45,61,109,0,58,189,25,77,176,189,189,190,14,62,27,207,64,61,212,114,86,61, + 87,113,173,61,136,179,14,61,176,50,192,189,209,248,68,189,9,202,235,61,150,147,152,189, + 93,221,163,60,84,14,149,59,88,209,214,189,24,18,24,190,136,145,149,61,193,138,32,61, + 211,107,138,61,255,108,12,62,70,7,70,188,198,227,217,61,110,244,58,59,171,48,240,188, + 176,133,159,189,101,229,23,62,196,15,138,60,225,104,135,61,160,68,104,189,176,253,198,188, + 78,78,157,61,79,239,32,189,38,235,94,60,223,78,184,188,255,176,94,189,243,36,181,61, + 126,96,253,188,26,96,137,61,245,246,181,61,84,6,216,60,61,184,180,189,140,53,176,189, + 80,98,195,188,156,54,230,188,210,239,99,61,140,120,140,61,77,108,148,189,207,45,227,187, + 199,54,96,190,133,61,26,61,82,130,183,189,191,170,43,62,28,254,95,61,71,197,23,61, + 76,112,217,189,8,124,78,188,214,233,232,60,203,90,77,189,58,130,22,62,203,160,230,61, + 42,41,46,188,69,221,245,186,221,50,127,189,219,133,53,61,48,177,121,188,43,29,29,60, + 192,16,241,61,128,5,6,61,69,118,183,188,119,118,28,190,217,122,174,189,242,222,139,190, + 175,165,158,59,7,241,199,189,63,172,86,187,198,177,184,189,48,244,163,60,241,7,188,61, + 103,45,50,62,15,199,81,61,193,92,151,189,160,227,125,188,79,152,98,61,165,70,206,189, + 5,220,22,60,28,23,45,190,190,63,203,61,67,132,153,61,110,158,155,189,150,236,17,190, + 74,95,199,60,151,16,41,189,174,199,54,189,225,89,134,189,17,133,91,61,16,48,138,188, + 110,227,247,188,155,101,163,189,206,152,164,189,45,98,13,61,119,141,169,61,239,208,6,190, + 81,95,165,189,125,142,43,190,112,35,134,61,125,162,156,189,169,9,167,61,125,239,103,187, + 233,5,216,61,33,84,128,61,202,64,235,189,169,240,165,189,235,76,101,62,210,46,252,189, + 203,215,85,61,231,170,109,190,36,1,50,190,232,225,212,59,115,7,201,61,28,252,147,189, + 13,181,179,59,16,237,102,189,120,193,93,189,163,153,134,189,99,48,9,188,205,248,36,190, + 230,1,246,60,201,2,81,189,208,221,58,61,93,245,199,189,112,208,205,189,197,118,201,188, + 118,86,12,61,192,133,72,62,166,226,211,61,57,218,24,62,242,103,106,189,17,81,102,189, + 226,39,230,60,31,147,59,61,223,215,129,189,158,61,151,189,89,61,168,188,39,149,159,189, + 204,232,86,188,8,93,13,62,233,161,233,61,177,182,85,61,25,165,22,61,141,107,73,61, + 119,196,16,59,169,85,135,188,219,43,123,189,195,152,63,61,205,197,50,189,10,120,93,189, + 58,197,18,61,184,164,104,189,221,215,232,61,157,191,216,60,110,44,85,188,9,168,79,189, + 245,178,133,60,51,252,76,189,128,246,131,61,225,150,21,62,204,194,14,61,160,170,30,190, + 130,21,247,61,224,133,113,189,97,45,126,186,110,172,46,60,64,122,177,61,115,88,51,189, + 92,236,89,61,113,179,154,189,200,91,113,61,20,224,131,189,190,251,37,189,183,182,230,61, + 14,62,154,59,228,249,203,61,27,248,204,61,244,45,105,61,189,244,183,189,41,217,225,189, + 216,8,34,190,11,47,150,61,170,160,191,188,31,60,90,61,105,56,41,61,211,64,101,61, + 1,3,12,60,173,204,194,60,4,24,43,189,67,93,22,187,56,148,188,189,111,29,75,189, + 4,149,221,61,83,16,61,189,64,174,14,62,66,19,27,61,139,84,66,60,81,33,4,61, + 148,146,23,62,191,27,176,188,101,70,32,189,213,136,139,60,245,248,173,189,25,243,204,189, + 178,80,190,187,249,61,168,61,210,88,201,187,72,84,51,61,214,2,131,189,96,199,172,61, + 211,181,242,189,221,78,170,59,125,11,136,61,130,193,37,61,195,30,46,189,155,7,134,189, + 204,204,164,189,111,149,174,61,128,137,56,60,243,155,167,61,69,200,228,61,131,205,208,61, + 23,111,233,188,195,209,180,189,93,246,135,189,74,221,203,189,92,157,198,189,206,230,18,61, + 219,13,164,189,211,139,132,188,176,17,46,60,48,61,117,61,195,2,111,61,3,192,130,189, + 106,94,235,60,97,222,139,189,119,181,12,61,27,248,5,190,230,170,127,189,136,199,141,187, + 60,94,85,189,87,8,3,62,237,208,154,188,147,229,247,61,19,9,56,62,126,249,141,189, + 6,55,116,61,28,211,35,61,29,26,33,189,115,248,221,189,174,218,150,189,190,47,154,61, + 192,40,136,61,246,41,245,60,41,80,179,61,131,133,236,188,56,12,48,188,34,245,176,189, + 42,60,211,60,62,0,16,61,122,224,140,188,75,212,45,61,174,31,38,189,76,199,248,189, + 42,104,200,189,50,66,230,59,11,27,145,61,208,73,180,61,151,169,83,189,190,26,12,190, + 44,247,135,189,144,111,41,61,204,63,200,61,139,55,143,189,185,44,38,61,190,243,73,189, + 249,54,133,61,249,109,153,61,213,44,146,60,243,240,67,61,3,154,217,59,69,164,149,61, + 120,10,239,60,91,140,236,60,101,11,53,61,177,81,151,189,223,80,168,61,51,44,212,189, + 19,189,121,189,127,13,5,190,122,36,69,61,208,129,62,189,40,210,193,61,223,49,239,60, + 21,25,20,62,61,70,185,186,127,148,90,189,90,151,203,189,55,197,137,62,41,226,190,188, + 84,106,58,62,9,199,12,190,239,58,5,190,202,148,141,189,181,84,101,188,26,119,124,189, + 93,41,88,60,36,225,242,188,25,42,163,188,198,52,131,189,57,159,67,189,34,217,42,189, + 5,60,150,61,132,16,180,189,253,151,124,61,222,248,190,189,225,28,187,61,27,89,144,61, + 2,159,127,189,126,126,59,62,73,192,148,61,153,44,138,62,117,43,5,189,191,234,83,189, + 214,208,209,61,84,109,154,61,64,68,220,60,36,46,130,61,19,11,24,190,107,252,98,189, + 10,210,59,61,8,95,156,189,152,255,199,61,220,217,3,62,181,199,139,61,166,118,170,61, + 147,132,143,189,53,185,163,189,174,201,96,60,94,70,2,62,130,93,198,59,149,5,146,61, + 216,70,234,59,193,51,132,61,182,148,52,190,213,228,12,189,24,81,215,189,143,53,184,187, + 182,181,235,60,242,231,188,189,163,59,197,189,215,9,218,189,28,54,199,59,125,14,143,189, + 194,206,109,189,139,28,199,188,0,69,16,61,162,124,160,189,87,243,87,189,81,87,229,189, + 233,223,45,188,40,251,107,61,85,144,241,61,184,226,178,61,161,55,69,61,30,236,55,190, + 162,37,218,61,241,49,149,61,210,150,182,189,158,106,10,61,201,52,1,189,38,241,48,189, + 45,10,137,188,128,104,201,189,41,78,139,60,93,50,9,62,234,157,84,61,62,245,9,189, + 171,60,162,60,8,202,165,61,30,253,243,189,232,95,15,60,248,172,6,190,248,82,10,61, + 152,197,121,61,80,114,72,62,63,51,251,61,206,109,43,61,5,222,157,61,64,116,141,61, + 247,6,190,189,113,145,105,60,89,177,1,190,143,125,152,60,58,47,141,61,105,202,21,189, + 75,23,84,189,48,224,169,61,86,26,73,189,190,16,133,60,252,234,183,185,132,125,187,189, + 123,170,173,189,84,174,150,60,79,209,184,189,146,117,159,189,86,216,150,60,55,56,134,61, + 112,202,143,189,244,99,69,189,68,210,171,61,103,13,114,61,66,69,130,61,150,234,128,189, + 131,23,19,61,122,133,88,189,66,145,194,61,103,67,191,61,88,158,3,61,66,246,62,187, + 106,165,147,60,19,231,80,189,45,81,161,189,41,179,171,61,141,250,170,189,214,212,92,61, + 171,48,167,189,177,89,187,188,197,175,162,189,94,113,160,61,115,168,141,61,120,96,32,189, + 80,51,151,189,62,154,123,189,92,10,88,189,118,214,141,189,20,131,185,61,100,222,214,61, + 215,248,166,188,78,60,25,61,59,121,42,61,202,238,134,61,88,92,175,61,238,137,132,60, + 58,178,214,188,32,166,69,189,201,29,234,188,148,169,231,189,114,134,96,188,118,121,20,190, + 104,50,154,61,147,59,150,189,13,123,45,61,248,239,170,188,64,223,196,189,195,164,242,59, + 119,139,17,189,163,244,215,61,187,154,88,187,206,152,136,60,227,144,163,189,131,93,203,59, + 193,18,9,190,194,79,153,189,53,206,177,61,136,242,16,189,84,104,245,189,218,125,49,61, + 169,122,243,189,157,34,118,60,137,39,16,190,237,243,57,61,56,29,236,61,165,36,79,189, + 61,110,135,189,6,38,171,60,14,110,151,61,17,63,87,189,52,239,128,61,163,208,60,61, + 47,232,178,61,161,174,169,61,21,223,250,60,17,65,86,59,96,243,13,61,73,59,17,62, + 39,47,235,61,177,122,234,189,185,135,16,62,248,90,188,189,26,130,173,188,83,248,83,189, + 124,70,197,189,236,105,222,61,192,39,57,62,159,30,191,187,251,213,51,189,209,189,1,189, + 107,30,200,61,99,45,145,188,142,84,248,61,219,38,236,61,224,151,218,189,78,201,198,61, + 81,173,35,189,63,185,151,61,188,145,7,189,82,116,158,188,163,11,81,62,18,155,215,189, + 49,13,94,189,122,34,211,61,233,120,145,61,159,161,39,190,135,138,159,59,134,49,116,189, + 197,20,191,189,245,173,178,189,208,76,18,190,52,110,140,189,23,162,96,62,96,63,27,61, + 163,250,133,188,6,191,155,61,233,129,129,61,92,146,88,189,56,41,138,189,147,61,198,189, + 176,109,38,60,0,177,3,188,172,214,226,61,128,76,50,61,176,89,162,189,184,0,113,61, + 28,190,187,60,133,4,83,60,3,218,1,60,145,97,91,61,230,62,37,61,37,37,41,188, + 127,39,165,61,26,183,130,61,48,222,12,189,142,242,232,61,249,183,232,60,135,144,161,61, + 196,0,170,61,131,61,107,61,28,175,190,188,189,28,2,59,192,190,50,58,246,54,182,189, + 151,68,20,59,146,213,99,60,121,121,81,190,92,26,139,189,228,85,193,189,231,46,88,62, + 241,99,246,188,201,165,173,61,77,181,60,189,105,111,38,189,211,105,172,61,23,125,76,189, + 25,206,1,62,41,113,2,62,80,143,249,60,243,140,132,188,94,106,179,188,26,70,209,61, + 220,202,149,189,243,43,236,61,64,216,130,61,8,83,228,189,10,24,163,61,243,137,32,189, + 231,212,137,188,91,149,128,190,83,202,223,61,233,47,168,189,185,82,179,189,69,2,43,188, + 36,162,229,187,131,222,120,189,189,205,46,62,146,93,42,188,70,253,75,189,188,95,114,189, + 244,54,79,189,106,199,186,189,153,11,77,61,166,79,117,189,251,31,198,61,110,81,215,189, + 79,119,19,61,216,210,120,189,108,241,153,189,228,100,58,61,130,28,221,60,248,4,124,61, + 132,167,153,188,162,47,170,189,9,253,202,61,209,36,153,60,101,122,92,60,18,101,134,61, + 140,158,196,189,100,152,67,61,117,209,137,61,121,231,151,188,36,255,222,61,134,169,134,61, + 101,170,42,189,244,117,185,60,100,180,176,187,94,114,101,58,95,158,5,188,167,102,212,189, + 237,84,239,189,234,155,100,61,35,162,229,189,200,73,60,62,143,88,231,61,58,59,1,62, + 144,97,150,187,253,86,168,189,193,71,127,188,68,225,159,61,216,185,39,188,172,221,12,62, + 29,189,209,61,244,124,232,188,200,178,54,61,126,109,161,188,163,31,252,60,1,127,106,189, + 230,126,131,61,122,11,20,189,112,210,175,61,177,53,114,61,195,96,233,60,237,210,94,190, + 24,206,154,189,130,212,196,188,133,191,146,189,30,118,78,186,189,165,136,189,108,210,206,61, + 252,240,25,61,45,160,132,189,204,144,28,189,65,159,53,59,144,174,184,60,107,255,192,188, + 30,148,185,61,140,84,97,189,142,232,57,61,122,100,254,189,226,215,48,190,99,61,6,61, + 183,161,51,61,80,237,173,189,250,38,150,60,178,251,72,60,166,248,167,188,244,212,137,61, + 138,153,163,189,67,28,28,61,228,113,3,190,15,78,15,189,51,53,219,61,155,65,249,188, + 230,11,98,189,32,243,4,62,29,134,242,61,189,39,167,189,232,175,117,61,126,21,248,61, + 22,214,20,189,246,70,120,189,68,219,238,61,117,129,72,189,118,57,21,62,46,200,129,61, + 15,137,133,188,19,25,177,189,196,151,207,61,210,117,235,188,205,28,162,60,188,139,121,60, + 252,251,99,61,178,173,124,61,252,139,17,62,134,134,27,62,143,117,208,186,126,22,132,61, + 98,232,135,61,236,46,205,189,238,90,70,189,33,68,196,61,219,54,140,61,197,14,95,189, + 27,103,87,61,140,5,76,61,207,138,75,189,20,14,76,189,233,217,148,60,37,176,133,189, + 14,177,158,189,189,27,140,189,95,98,180,188,138,207,80,189,55,185,245,60,222,213,120,61, + 84,156,12,189,126,155,56,62,26,142,238,188,243,238,205,189,111,64,67,190,12,82,170,61, + 66,151,218,61,207,115,23,62,47,164,127,62,75,21,108,190,116,177,151,187,116,144,33,188, + 21,47,149,61,120,212,160,189,25,251,72,60,169,107,33,190,118,196,154,61,175,249,180,61, + 61,184,77,62,73,77,246,61,228,83,131,57,200,71,43,61,63,248,165,188,176,254,66,190, + 114,166,163,189,210,47,179,188,90,33,235,189,245,249,157,189,1,6,86,189,141,129,208,188, + 94,66,250,189,76,9,195,61,234,58,203,189,81,53,162,189,109,186,179,61,210,68,254,61, + 250,112,96,61,7,207,211,61,76,236,129,189,252,36,208,189,35,121,53,189,150,27,94,60, + 221,204,174,189,222,51,144,188,29,91,90,189,62,37,166,189,129,91,241,189,2,207,165,59, + 216,247,149,61,166,111,145,189,181,88,142,61,206,204,194,61,243,111,238,61,56,64,144,61, + 160,194,144,61,61,61,249,189,126,174,126,189,13,133,67,61,107,81,96,60,222,137,207,61, + 163,17,3,62,221,154,106,189,202,186,137,189,145,35,166,189,218,97,241,189,28,241,118,190, + 14,171,58,189,4,160,98,62,30,141,128,62,66,244,156,187,126,66,64,61,217,122,249,189, + 172,182,80,189,21,235,149,61,180,255,91,61,15,31,251,187,123,102,67,60,153,164,150,189, + 14,202,204,61,243,125,126,60,202,23,134,188,187,26,129,189,115,72,122,61,68,169,208,188, + 73,34,189,189,225,96,236,60,200,105,63,61,254,245,9,62,77,182,25,61,189,42,243,189, + 24,220,51,59,12,13,243,61,119,120,185,189,60,175,132,189,236,26,122,188,218,133,183,188, + 50,79,21,189,80,54,128,189,109,156,215,189,114,17,55,62,50,86,255,61,87,209,169,61, + 215,200,212,61,246,252,179,189,111,93,224,60,20,117,40,59,172,0,50,60,241,75,41,189, + 86,161,136,189,49,187,64,58,101,101,180,61,113,249,251,61,35,200,131,61,78,6,31,61, + 88,46,140,61,197,253,238,189,228,162,244,188,59,30,208,189,78,121,207,188,177,104,45,190, + 101,42,245,188,229,64,112,189,245,175,0,190,90,162,25,61,240,27,18,189,133,93,135,61, + 214,60,133,61,49,74,226,61,183,155,151,60,110,149,156,61,32,55,3,60,52,97,196,189, + 187,87,251,188,241,215,60,189,29,173,9,189,255,116,210,61,34,190,244,59,133,230,97,190, + 100,13,244,61,212,14,233,189,102,135,22,62,47,74,154,61,209,145,26,61,52,37,197,189, + 131,200,157,61,183,133,245,61,178,36,60,62,161,80,109,189,180,151,105,61,51,190,196,61, + 207,255,139,189,150,76,57,190,141,112,166,189,217,57,118,189,245,106,233,189,63,130,206,189, + 141,93,131,188,161,79,151,188,56,106,245,188,40,180,3,61,177,116,123,61,11,157,229,189, + 69,147,218,61,227,145,92,188,153,31,134,60,38,23,193,189,190,115,157,61,104,216,246,188, + 189,12,224,188,116,156,27,61,65,46,172,189,120,112,171,61,0,47,236,60,116,55,194,189, + 225,102,55,189,222,244,199,189,80,87,162,61,185,9,67,61,111,90,67,189,152,30,209,188, + 200,184,129,61,27,175,33,189,40,15,194,61,69,0,128,61,115,225,213,189,110,64,244,61, + 119,197,82,189,84,6,133,188,106,102,11,61,244,185,24,61,8,209,239,188,173,53,160,188, + 33,208,239,61,3,252,35,60,142,37,116,61,161,212,86,61,133,44,150,61,243,10,116,60, + 101,5,130,189,128,117,202,61,255,47,78,61,57,111,216,189,220,234,97,188,32,57,182,187, + 230,54,137,60,128,171,178,61,7,207,11,188,35,227,17,190,190,235,134,61,218,162,127,60, + 56,201,217,61,152,146,237,61,157,133,42,61,46,169,20,190,151,125,218,189,178,42,155,189, + 238,145,113,189,141,171,186,61,153,128,141,189,28,190,81,189,221,149,47,189,254,139,146,189, + 105,34,46,190,211,51,154,61,172,213,230,61,148,220,62,189,245,236,18,62,232,62,33,190, + 140,179,179,189,101,252,245,189,19,91,44,189,212,50,101,187,95,83,168,59,64,170,237,60, + 75,223,161,60,162,105,224,189,54,178,28,61,143,148,49,190,6,71,26,189,98,151,10,189, + 40,81,119,61,247,229,252,188,232,40,120,61,128,196,20,189,111,181,145,189,11,173,174,61, + 35,36,153,188,60,107,125,189,134,58,180,188,179,235,129,61,100,66,166,61,131,116,57,61, + 166,21,161,188,190,131,68,189,229,139,23,187,168,203,53,61,189,9,56,61,117,210,237,60, + 21,183,102,60,29,132,165,189,84,88,12,58,145,44,7,61,168,182,6,60,192,114,214,61, + 186,228,149,188,212,134,77,62,60,40,243,60,116,130,17,61,6,27,100,61,134,11,91,188, + 228,43,166,189,84,165,104,61,250,203,91,60,46,77,71,189,100,119,189,189,93,215,251,188, + 220,23,81,189,114,1,32,190,120,253,159,188,159,209,131,61,134,106,66,61,161,147,151,189, + 16,194,110,189,37,137,83,188,232,224,62,61,140,139,67,189,181,210,0,190,198,29,153,61, + 16,139,181,189,151,218,218,189,88,108,211,60,74,201,57,61,105,76,106,188,238,74,226,189, + 67,178,112,189,232,108,138,60,211,222,29,60,58,93,197,187,112,212,57,59,216,80,108,189, + 89,100,206,189,177,184,6,190,20,162,13,61,192,244,46,188,104,48,143,61,111,249,147,189, + 21,203,175,189,159,212,119,188,210,15,2,60,1,34,167,189,113,234,219,187,218,81,10,188, + 116,89,213,189,4,181,105,60,92,208,186,189,134,227,170,189,248,253,246,188,186,196,40,61, + 77,231,68,61,198,246,98,61,247,229,132,60,122,103,225,188,254,120,112,189,219,114,231,189, + 84,167,102,61,139,231,169,188,41,35,204,188,153,60,73,61,214,171,164,189,185,247,194,189, + 133,77,173,60,127,52,182,61,26,145,144,189,32,146,148,60,64,153,57,189,120,184,147,187, + 119,170,95,189,118,44,191,189,92,198,199,188,247,255,10,190,89,88,196,60,124,162,13,190, + 54,247,217,189,142,215,68,188,130,2,165,189,138,142,135,61,32,44,149,61,239,184,207,61, + 23,74,60,61,109,192,3,61,68,125,54,61,102,119,142,61,56,121,196,61,175,233,128,60, + 236,146,34,60,205,53,123,189,122,249,13,62,38,105,135,189,123,4,179,189,35,163,79,61, + 165,163,203,59,24,160,139,185,140,18,211,189,240,112,8,61,68,18,216,187,68,124,40,188, + 79,185,122,189,66,91,167,60,56,224,67,61,52,123,192,61,150,202,243,60,215,194,8,61, + 200,219,23,188,227,97,162,61,187,219,245,188,252,152,225,61,98,254,48,190,117,124,180,61, + 22,172,71,186,179,48,81,189,186,126,187,184,185,48,249,187,127,236,31,190,147,150,144,189, + 0,171,182,61,170,191,196,60,231,53,207,61,37,203,210,61,171,196,28,189,92,0,50,189, + 12,198,232,189,157,48,234,188,42,38,76,61,159,46,129,188,147,208,55,189,130,34,146,61, + 208,14,38,189,163,243,82,189,200,105,149,60,101,0,127,61,204,96,65,61,253,164,89,61, + 241,46,33,190,175,120,46,61,202,255,209,189,8,48,54,190,76,150,210,61,68,238,208,189, + 165,44,205,189,91,244,10,62,23,230,101,189,86,17,243,189,40,250,132,60,66,72,246,61, + 170,239,65,189,171,47,183,61,120,228,10,189,11,50,104,189,254,231,249,61,89,239,43,61, + 162,152,217,60,172,238,9,189,15,170,132,60,124,253,180,61,0,104,137,189,187,148,204,189, + 54,173,187,188,69,252,229,188,149,217,74,189,203,230,152,189,159,72,148,61,116,249,46,60, + 226,54,121,189,127,83,201,61,112,191,47,61,212,57,65,61,64,203,186,188,147,175,201,189, + 168,243,93,61,126,120,223,61,30,240,208,61,56,207,2,62,110,175,33,60,149,225,84,189, + 141,144,155,189,196,174,147,60,5,223,69,189,146,222,240,189,115,33,190,188,48,1,30,190, + 21,44,187,60,80,113,176,60,189,84,156,189,39,70,10,188,202,73,147,189,69,229,140,189, + 77,47,18,189,248,117,211,61,85,65,124,189,29,90,21,189,251,241,128,61,185,6,153,189, + 97,237,17,61,31,187,187,187,22,121,28,61,226,113,156,61,101,28,235,189,96,155,152,61, + 167,132,112,61,194,165,224,188,149,173,47,59,149,208,29,62,46,79,149,189,97,160,169,61, + 204,80,138,189,198,142,89,61,220,2,56,61,214,146,21,61,151,146,230,189,213,139,6,62, + 203,111,160,189,77,36,8,189,98,94,49,61,129,106,2,62,4,52,20,186,153,252,181,189, + 224,169,23,188,105,70,142,188,47,218,122,189,159,150,249,61,248,151,64,186,71,118,163,189, + 199,250,31,189,228,126,194,61,154,62,47,188,98,62,174,189,122,130,142,189,11,133,74,189, + 219,127,128,61,200,117,39,61,142,77,130,61,98,199,37,189,185,5,223,189,77,179,2,190, + 110,163,155,61,79,32,186,189,17,1,66,187,11,48,167,189,57,40,39,189,103,58,149,189, + 135,213,251,61,173,151,198,60,17,43,216,189,65,25,75,189,176,166,167,187,9,65,137,58, + 85,61,134,189,69,82,245,189,15,123,130,189,157,98,129,61,2,212,8,62,205,211,97,189, + 114,93,60,60,62,6,3,190,29,44,132,189,60,254,188,189,196,99,158,61,92,7,208,189, + 56,173,185,188,224,61,122,61,33,139,163,189,199,114,156,61,157,224,8,62,58,25,245,188, + 88,206,181,60,196,3,54,190,198,126,139,58,17,128,49,61,59,181,152,188,105,141,75,189, + 116,126,66,189,142,1,64,61,93,155,22,190,166,180,99,188,73,84,212,61,169,21,118,188, + 70,109,229,61,213,251,69,190,88,236,28,190,128,249,14,190,135,92,199,61,38,175,250,189, + 233,201,128,61,99,216,60,61,18,250,217,60,170,155,186,189,47,227,238,189,185,139,203,189, + 129,158,149,61,140,7,151,189,41,19,193,189,253,142,172,59,195,67,87,60,204,9,10,189, + 71,47,107,61,133,197,198,61,96,185,27,61,239,88,102,62,255,27,11,61,186,119,14,189, + 119,78,212,61,106,226,20,189,56,91,208,59,50,199,3,188,119,208,26,190,98,165,179,189, + 82,212,207,188,69,26,116,61,118,160,138,61,67,91,118,61,200,43,247,61,4,186,118,60, + 195,161,17,62,52,84,239,188,115,68,209,61,192,235,64,189,224,236,149,189,100,174,158,60, + 237,45,90,60,118,124,140,60,184,58,113,61,32,248,4,61,65,232,212,61,91,30,45,61, + 85,74,159,61,140,252,91,189,6,249,147,58,245,251,154,61,225,100,181,61,127,0,8,62, + 205,2,20,189,28,82,220,60,54,247,223,189,158,107,23,189,251,82,155,61,49,46,166,189, + 133,138,59,61,147,114,1,189,117,92,69,190,165,134,215,61,144,147,130,189,74,212,116,62, + 161,227,209,61,157,207,19,61,22,160,189,189,146,162,241,189,173,253,125,188,36,193,137,188, + 150,85,83,61,179,55,45,62,146,89,24,189,162,218,181,189,165,66,126,61,194,119,118,189, + 229,199,197,189,254,69,82,189,184,197,242,61,165,152,144,189,58,161,186,61,213,103,136,189, + 206,110,132,188,174,232,85,190,91,177,30,188,44,85,157,189,130,234,20,189,236,99,133,60, + 153,21,94,61,184,101,108,188,56,110,253,61,62,137,206,61,50,27,28,189,232,187,228,189, + 227,240,162,188,52,130,204,188,24,124,6,61,52,5,83,190,32,160,41,188,118,140,22,61, + 46,194,247,60,12,178,134,61,44,40,62,61,96,50,99,188,138,246,130,61,25,156,154,61, + 101,129,176,61,145,21,232,61,114,112,237,61,194,187,130,189,74,174,252,189,98,226,153,61, + 52,75,67,189,136,127,95,61,137,89,247,189,69,181,43,190,147,139,20,61,176,161,174,189, + 116,161,66,61,167,130,40,61,51,242,99,189,139,182,174,189,219,14,143,60,55,76,89,189, + 177,22,24,62,22,129,18,189,44,76,90,61,75,240,0,190,202,239,184,189,7,187,171,59, + 234,226,148,189,82,196,61,61,199,130,182,60,196,19,165,188,234,93,231,60,41,220,3,190, + 124,90,148,59,200,110,7,56,227,117,168,61,53,125,58,189,215,31,27,61,183,84,224,189, + 156,227,196,61,119,206,225,61,85,42,82,189,8,35,31,62,171,44,200,61,217,8,160,61, + 60,9,158,61,11,12,144,61,248,100,41,189,165,146,4,188,4,24,188,189,160,20,228,189, + 80,166,191,189,168,164,74,189,87,207,44,61,179,26,22,62,58,158,209,61,122,125,144,189, + 141,229,97,189,249,156,95,61,156,121,114,188,165,95,171,189,82,92,110,61,51,163,143,189, + 38,55,131,61,162,40,81,61,95,101,48,190,23,255,44,61,37,169,135,188,217,216,103,188, + 199,35,221,61,188,233,248,188,21,2,98,189,149,60,14,62,151,232,181,189,74,100,212,189, + 173,2,158,61,238,237,144,188,132,238,210,60,231,197,175,61,230,36,58,189,184,120,136,61, + 13,55,154,60,191,114,231,60,248,94,66,60,66,16,22,61,122,24,47,189,73,2,39,61, + 73,53,37,189,62,28,145,188,64,17,143,61,55,86,102,61,192,70,130,186,217,162,255,60, + 14,70,93,189,99,222,219,188,139,104,192,60,24,136,27,62,198,174,147,189,55,102,151,59, + 177,113,237,186,254,124,1,60,167,35,196,189,139,108,59,61,135,246,243,61,103,155,126,187, + 94,245,40,188,23,202,85,61,68,30,235,189,23,99,124,61,15,247,5,62,209,41,51,189, + 48,218,222,189,140,119,6,59,78,252,184,189,60,50,149,61,81,155,170,189,83,51,168,60, + 244,91,255,189,142,87,216,187,43,123,127,61,106,6,66,188,160,136,138,189,13,14,12,61, + 190,84,125,189,201,61,101,189,211,88,49,61,243,132,155,189,233,162,108,61,157,100,110,61, + 169,195,133,61,73,41,171,61,46,222,47,189,87,247,220,61,201,175,191,61,200,248,141,189, + 126,189,51,62,203,170,130,59,4,209,92,189,213,40,168,61,73,176,179,189,207,240,226,60, + 151,171,170,61,240,255,235,189,89,61,11,189,92,26,198,61,138,115,234,189,17,49,101,189, + 196,183,185,61,163,65,144,61,121,93,254,61,75,154,19,60,207,218,147,61,81,194,197,60, + 119,49,150,60,114,216,6,190,140,169,109,188,142,167,1,189,192,232,253,184,178,60,10,61, + 31,54,195,188,213,128,181,189,210,219,166,189,80,175,46,62,146,147,192,188,5,200,83,189, + 60,231,255,60,46,52,133,189,75,215,212,189,155,140,114,188,122,238,149,189,123,109,212,61, + 90,244,91,60,216,0,253,61,225,195,245,189,112,103,132,189,142,75,54,189,18,46,7,62, + 27,136,157,61,59,144,72,186,129,65,28,61,238,101,65,189,40,249,100,189,151,200,40,190, + 133,135,144,61,154,242,160,61,47,5,246,188,73,176,88,189,202,14,215,189,169,136,4,189, + 128,19,253,61,88,128,3,190,143,118,189,60,126,52,246,60,22,120,9,190,109,233,11,60, + 88,192,245,189,115,160,131,189,145,148,26,61,57,121,202,189,153,204,110,189,252,31,181,189, + 162,106,172,189,241,1,227,189,54,252,115,60,244,81,229,189,135,105,101,189,23,59,35,189, + 58,150,0,190,208,117,70,62,25,18,74,61,140,194,24,59,92,147,167,188,249,229,8,189, + 16,10,152,189,44,90,255,189,2,255,155,188,117,139,224,189,114,194,12,60,133,227,182,61, + 103,197,159,189,79,49,3,62,114,89,242,60,75,90,54,190,194,198,129,61,160,51,176,61, + 62,253,194,188,64,142,132,60,64,21,215,188,132,104,79,60,191,218,6,188,75,90,240,189, + 42,244,179,188,162,143,32,190,39,86,131,61,48,107,0,62,36,151,179,61,75,198,246,60, + 185,32,8,190,168,217,145,187,155,30,56,190,146,120,91,188,16,177,196,61,43,138,199,189, + 219,223,83,189,163,90,183,60,170,210,191,59,52,242,135,186,232,127,108,189,210,129,161,60, + 11,188,82,62,171,245,45,190,187,38,132,189,179,131,31,62,66,224,36,190,77,223,238,188, + 13,138,143,188,230,191,21,190,35,255,230,61,242,171,24,61,76,144,36,188,148,168,74,62, + 71,138,145,61,26,176,8,62,5,105,98,189,69,122,133,189,105,54,195,189,199,12,98,61, + 232,82,151,61,61,228,168,61,165,147,195,61,236,172,75,60,211,88,24,62,92,46,17,185, + 111,210,132,189,41,114,103,61,11,200,179,189,48,17,196,61,125,150,160,61,221,73,138,188, + 115,227,240,189,230,111,37,190,93,112,226,61,158,35,82,190,111,99,132,60,53,110,63,62, + 179,253,150,61,137,220,41,61,4,192,84,60,129,72,177,189,164,103,128,61,23,119,169,61, + 0,134,57,188,61,200,155,186,136,238,30,189,115,23,222,61,69,219,60,188,18,206,85,61, + 13,189,168,189,131,26,220,188,109,139,3,188,28,112,6,62,98,188,164,189,61,244,16,62, + 183,39,238,61,234,217,85,190,231,62,129,61,4,139,130,61,202,137,0,61,105,141,25,189, + 165,180,65,62,60,80,199,59,14,255,185,189,224,131,121,61,41,94,143,189,227,171,63,62, + 209,213,150,61,75,248,17,62,100,80,61,189,142,90,206,59,169,245,248,58,7,212,71,61, + 86,160,19,62,191,182,88,61,121,123,76,62,238,136,217,187,177,76,143,189,255,180,238,61, + 247,213,4,190,124,244,167,61,235,213,66,190,111,215,21,190,136,40,110,189,109,131,130,61, + 254,153,33,61,72,204,7,62,180,206,10,62,58,61,187,61,83,179,115,189,127,193,75,62, + 103,61,176,189,75,153,6,60,45,5,190,188,107,188,132,189,112,248,9,190,139,186,156,60, + 134,201,0,61,97,186,205,61,255,211,202,60,204,91,67,189,140,165,115,189,208,236,135,189, + 121,141,7,62,21,88,179,61,208,20,174,189,0,155,180,60,201,3,149,189,149,171,51,189, + 204,84,43,189,229,114,133,61,31,157,253,60,188,220,87,189,48,38,19,59,123,37,165,189, + 190,107,173,189,51,106,51,189,155,238,8,61,9,187,160,187,111,170,179,189,249,96,163,61, + 32,141,164,61,152,70,46,189,66,128,252,189,114,229,207,61,12,115,18,189,232,225,206,189, + 123,62,64,61,107,40,159,189,201,70,120,188,151,21,109,61,155,146,179,188,15,104,54,189, + 155,77,229,60,36,62,103,189,123,209,134,187,225,159,244,60,162,55,200,61,222,135,29,189, + 255,60,62,189,182,120,169,189,163,62,74,61,33,133,49,189,222,213,157,61,230,81,171,188, + 207,101,148,188,148,188,38,61,4,10,227,188,5,47,185,60,168,127,27,189,114,64,205,60, + 192,111,30,189,128,197,248,61,191,51,228,189,108,108,218,61,134,211,0,59,105,17,220,60, + 101,77,191,189,8,67,54,189,236,155,223,61,244,9,247,60,203,166,165,61,106,10,122,61, + 15,133,124,61,45,177,114,61,102,14,217,189,232,229,35,60,242,236,77,61,248,8,160,189, + 70,119,152,61,17,22,59,61,136,158,158,189,161,43,27,61,92,8,23,61,27,137,134,189, + 28,17,70,59,161,38,6,188,98,127,208,61,53,17,63,61,149,182,230,188,169,197,228,60, + 117,131,244,189,217,59,4,190,29,125,205,189,211,64,157,61,60,23,155,189,94,103,157,61, + 121,120,242,60,46,234,222,61,227,79,59,188,65,46,197,189,66,0,97,61,193,158,31,61, + 31,227,245,61,140,185,155,60,106,145,203,188,151,110,73,61,179,154,58,61,167,231,41,189, + 123,220,72,61,15,230,157,61,236,221,199,61,132,13,168,189,87,161,194,189,27,247,227,61, + 143,97,16,189,218,34,203,189,51,74,224,60,175,235,153,61,33,61,38,60,198,232,141,61, + 108,125,105,60,170,68,164,61,241,241,187,61,48,116,149,61,39,76,137,61,220,106,228,61, + 10,187,46,189,63,62,13,190,11,97,126,188,110,51,55,61,48,56,98,188,30,107,203,189, + 147,166,185,61,180,126,5,62,202,156,2,190,43,80,214,61,69,88,177,188,162,103,200,189, + 47,198,27,189,57,174,160,60,36,193,119,189,56,57,139,189,103,192,103,61,116,217,133,61, + 147,7,0,61,158,209,49,190,75,134,180,188,6,211,226,189,203,93,233,60,149,187,111,189, + 201,71,112,60,199,31,150,189,9,26,188,61,199,195,180,189,148,115,76,61,173,187,70,61, + 150,145,145,61,136,54,17,61,90,75,188,61,209,230,14,189,206,230,8,189,219,48,75,61, + 238,202,27,190,78,118,107,189,216,47,139,189,217,230,149,189,63,79,152,188,59,28,167,61, + 28,207,85,61,62,31,160,189,212,61,82,189,146,161,97,61,162,158,210,188,245,212,228,189, + 71,153,252,189,72,39,187,61,175,137,207,61,123,7,137,189,42,17,129,188,69,101,244,59, + 231,28,154,189,118,137,9,189,32,251,2,189,54,203,230,61,151,89,213,60,19,185,186,187, + 24,146,160,189,58,104,240,60,238,203,226,188,11,67,172,61,207,35,175,61,165,87,1,190, + 127,50,185,188,100,62,53,62,79,60,1,62,217,158,141,189,203,1,124,189,8,160,193,61, + 234,51,207,187,152,10,161,188,23,45,132,60,165,201,177,60,4,107,39,61,137,140,30,189, + 197,188,206,61,162,217,64,189,214,253,96,189,59,112,242,187,123,12,48,188,250,243,118,189, + 37,209,15,188,78,85,199,188,238,92,196,60,76,169,250,187,73,14,234,61,99,220,205,189, + 105,38,79,61,78,215,253,189,127,177,211,61,190,235,149,61,163,39,153,61,92,22,168,187, + 35,225,131,61,39,193,131,61,192,97,76,61,86,138,106,61,45,154,28,189,149,255,152,189, + 39,142,255,189,170,212,122,189,217,198,120,59,12,236,122,60,87,136,10,189,43,18,156,61, + 225,231,172,61,190,231,128,61,162,67,12,190,251,199,133,61,50,129,179,60,118,71,48,189, + 248,72,85,189,82,143,216,60,75,62,219,189,208,166,149,189,248,46,155,189,98,70,102,61, + 173,237,22,61,221,142,45,62,18,55,60,61,51,241,253,60,236,113,204,61,170,18,24,189, + 62,29,234,188,83,42,153,187,27,40,162,187,168,100,204,61,103,27,26,62,27,21,167,188, + 192,184,139,189,184,114,138,189,22,173,15,190,15,246,200,61,228,246,130,61,13,142,109,61, + 250,161,123,61,137,169,0,62,216,20,111,186,38,9,111,59,194,237,19,61,73,179,83,189, + 220,165,66,57,137,255,131,189,214,161,8,62,58,198,141,59,28,197,1,190,183,46,203,189, + 209,184,84,61,12,235,87,188,107,4,102,61,108,245,200,61,161,129,100,187,118,245,112,61, + 244,1,109,60,126,61,64,189,9,32,128,189,152,74,140,61,180,229,148,189,50,201,73,59, + 112,178,153,189,140,127,83,61,70,143,231,61,161,101,41,61,253,112,138,189,47,218,22,60, + 205,18,51,189,226,195,102,189,142,58,169,189,243,82,154,188,48,129,131,188,141,82,5,190, + 157,226,26,62,57,153,19,62,175,200,128,189,239,120,187,61,150,1,44,62,71,13,254,189, + 82,65,195,189,178,183,219,188,230,220,54,190,56,182,32,62,220,161,168,61,95,246,116,188, + 218,21,15,61,189,112,4,62,118,110,13,62,248,65,155,62,48,98,154,189,122,27,126,62, + 99,214,195,61,154,120,253,58,93,113,83,189,42,233,17,62,255,145,178,61,118,143,143,189, + 36,176,130,189,146,40,218,61,181,233,47,190,241,22,174,61,199,95,8,190,175,118,247,189, + 157,157,25,60,119,39,171,189,30,152,19,189,116,186,202,61,248,135,34,62,206,228,83,62, + 126,51,11,59,61,246,60,61,30,164,250,188,45,75,224,188,89,220,28,62,249,213,11,61, + 82,169,53,188,208,120,225,188,127,229,42,189,82,81,74,189,74,218,230,61,29,148,215,189, + 60,7,224,189,109,183,20,60,187,210,209,189,107,27,25,61,52,0,54,189,51,2,26,62, + 4,0,14,61,67,22,215,61,73,142,39,61,4,236,143,189,74,160,240,187,110,207,128,60, + 35,7,124,189,100,68,129,189,64,222,6,62,11,65,116,190,216,7,191,60,7,141,25,188, + 31,247,86,189,166,13,0,62,137,12,143,61,10,104,105,61,88,122,153,187,216,211,145,188, + 113,212,132,61,41,240,218,60,224,37,193,61,46,45,150,61,126,104,177,61,129,190,149,188, + 209,19,170,188,57,42,2,190,139,1,39,189,112,4,205,61,94,27,144,60,164,139,47,190, + 67,12,120,189,127,89,243,60,134,19,253,61,253,73,30,62,27,209,77,60,187,173,204,60, + 237,244,250,61,208,25,11,190,194,139,63,61,191,13,226,189,80,58,125,61,147,83,1,190, + 134,253,30,189,69,68,54,189,17,94,125,189,171,1,174,61,108,251,236,61,34,165,187,189, + 139,128,83,188,134,62,118,58,57,47,210,61,26,212,154,61,252,91,154,188,156,227,204,61, + 101,173,137,60,34,178,208,61,184,9,106,61,72,212,107,188,40,241,14,62,72,195,254,60, + 152,87,158,189,202,69,58,61,71,145,18,189,189,63,192,61,43,252,13,59,94,56,67,189, + 116,134,19,190,48,20,212,187,20,130,157,60,203,245,200,60,219,226,206,188,93,63,198,61, + 123,196,87,61,16,243,160,61,84,187,201,189,162,87,129,61,129,157,213,189,161,37,25,189, + 190,70,187,189,202,75,52,61,29,198,170,189,168,215,162,61,155,40,170,189,197,2,139,189, + 130,53,36,61,1,92,233,60,200,216,38,61,97,58,25,61,113,229,139,61,191,1,32,59, + 51,10,85,61,151,134,155,189,196,42,102,61,230,41,225,188,189,155,154,61,166,214,152,61, + 5,254,125,189,191,104,174,188,130,47,98,188,130,201,178,189,187,159,196,61,162,126,70,60, + 190,201,181,61,228,12,7,61,102,24,198,189,255,88,139,189,159,132,106,188,170,121,177,189, + 212,101,150,189,5,86,153,189,85,24,141,61,197,110,158,189,185,181,222,61,139,146,101,61, + 177,125,208,189,226,237,194,189,19,195,228,189,14,215,185,60,98,29,201,189,127,118,112,61, + 185,183,201,188,204,28,135,188,55,80,44,188,201,182,9,62,173,238,42,189,56,252,166,61, + 75,106,161,189,58,36,248,60,57,79,237,61,169,59,203,61,204,196,217,187,71,118,95,189, + 197,91,145,189,90,152,196,61,213,65,103,61,108,233,219,189,253,104,207,188,137,248,240,189, + 134,13,216,60,69,41,231,187,123,91,142,60,248,8,239,59,107,65,20,190,220,77,113,188, + 158,168,240,188,170,155,138,61,20,174,192,189,81,127,1,62,224,153,87,60,19,107,153,61, + 170,173,133,188,167,60,154,188,34,134,34,61,71,54,43,61,91,207,19,190,72,212,83,60, + 241,116,10,61,86,222,11,189,169,167,243,187,207,75,167,61,118,196,254,59,87,63,151,61, + 84,64,166,188,239,188,129,61,212,63,194,60,156,44,146,61,178,16,143,189,193,151,165,189, + 69,100,136,61,126,163,95,189,61,110,59,61,219,84,141,61,164,91,187,61,131,188,55,189, + 173,38,162,189,118,202,121,189,143,57,75,61,41,136,40,61,255,5,238,61,148,26,112,189, + 235,248,198,187,138,196,83,60,129,98,125,189,154,188,197,189,223,160,149,61,4,31,1,190, + 209,128,180,60,180,23,80,62,59,103,101,189,244,254,23,61,250,73,9,61,161,237,199,61, + 237,145,116,60,159,240,19,189,128,18,155,189,160,117,156,189,78,65,160,189,213,224,169,189, + 16,70,211,188,159,136,221,61,84,184,201,188,110,167,28,190,54,28,40,61,157,88,12,189, + 26,228,203,189,191,93,192,188,31,217,14,61,117,29,93,61,201,2,189,61,122,120,41,190, + 208,194,231,61,183,186,67,61,113,201,132,188,182,124,82,62,31,58,2,62,18,62,5,189, + 98,182,51,61,37,11,237,59,121,225,19,190,35,3,227,188,196,65,99,189,135,177,121,189, + 251,6,29,188,224,124,127,189,182,41,34,61,218,101,61,61,181,195,67,189,22,60,92,61, + 242,13,61,62,11,251,204,189,157,129,36,59,198,50,43,189,209,232,34,188,127,144,16,61, + 223,92,146,61,50,223,233,188,75,183,255,189,24,48,30,189,144,158,59,61,116,203,120,61, + 232,74,202,188,113,13,93,189,166,161,102,189,132,215,107,189,7,1,159,189,171,167,144,60, + 132,42,23,61,28,98,48,189,148,155,213,61,78,247,215,61,174,86,182,60,69,233,178,188, + 196,222,137,187,168,139,146,188,163,99,133,61,136,57,173,61,92,77,192,61,2,130,194,61, + 212,230,37,61,162,74,9,190,110,11,130,59,137,150,149,60,237,204,36,61,234,55,12,188, + 243,118,144,189,130,157,232,61,46,175,142,61,130,132,72,61,230,245,242,189,155,189,47,189, + 82,30,32,61,151,84,38,189,60,112,203,186,43,98,18,189,79,86,131,189,176,209,130,61, + 3,179,168,60,82,59,162,189,59,35,88,189,94,223,214,61,33,238,95,190,151,76,48,189, + 71,61,161,189,143,130,166,189,201,141,25,189,243,12,151,189,19,5,210,61,96,51,160,59, + 56,185,174,61,240,117,42,61,85,116,0,189,250,231,197,60,116,53,168,189,4,132,32,60, + 174,201,217,61,35,34,219,59,91,254,254,60,162,255,27,62,61,135,238,61,170,20,175,189, + 166,4,22,189,75,155,94,189,120,178,105,59,128,73,108,189,229,134,152,61,156,68,32,187, + 209,80,49,61,130,154,154,189,95,155,141,60,103,128,22,190,182,153,158,189,200,25,251,61, + 158,129,42,61,156,198,126,189,248,108,175,189,215,240,176,61,118,248,178,188,138,204,33,61, + 167,71,51,61,24,228,182,189,82,118,70,189,125,97,77,60,216,164,126,61,147,32,21,189, + 162,113,152,189,213,248,61,189,101,158,255,60,198,151,76,60,52,238,43,188,148,75,5,61, + 15,111,118,61,224,162,161,189,230,171,148,189,249,142,203,189,133,11,64,189,0,133,68,189, + 0,230,168,189,163,14,165,61,196,158,39,62,247,112,176,189,63,220,199,61,147,205,151,59, + 94,127,15,61,37,230,21,59,183,236,217,188,99,118,190,189,48,62,162,59,140,219,74,188, + 61,185,237,189,210,169,49,189,45,236,45,61,107,196,11,61,233,29,187,60,235,247,6,62, + 9,247,107,189,142,199,27,61,180,9,87,61,144,242,102,189,93,65,243,60,200,109,58,61, + 228,117,139,189,36,53,148,59,33,196,138,61,130,184,38,61,184,197,92,61,250,56,48,190, + 70,224,158,189,255,183,29,61,139,48,169,61,122,50,112,189,90,68,166,189,221,94,33,189, + 171,89,169,60,184,252,156,61,152,155,233,188,136,129,41,61,35,181,222,189,241,118,183,189, + 107,124,192,60,11,90,163,60,104,85,193,189,48,251,242,188,57,153,150,60,3,94,156,189, + 162,13,60,188,176,196,141,189,82,75,66,189,15,56,28,61,96,132,125,61,179,121,192,189, + 30,19,128,60,59,55,240,189,132,57,56,188,57,213,234,61,154,130,251,61,158,113,66,60, + 245,234,182,187,228,238,249,59,49,29,193,189,11,173,88,189,236,70,58,189,3,145,156,188, + 145,35,135,60,127,248,122,61,82,103,168,61,204,19,15,190,96,216,150,61,121,24,222,189, + 120,121,166,60,29,121,196,188,80,210,163,189,217,101,218,189,49,99,40,61,6,117,161,189, + 112,94,122,189,212,210,185,189,84,215,72,58,33,228,165,189,107,19,199,61,95,157,128,186, + 21,219,90,189,96,46,11,61,95,55,10,62,85,180,151,61,185,65,186,61,137,53,127,189, + 212,15,12,62,46,85,134,61,210,24,130,187,221,147,215,60,22,114,7,62,125,77,60,189, + 145,151,116,61,74,44,76,189,164,193,34,190,248,144,203,61,66,52,97,61,100,17,151,189, + 185,72,115,189,75,220,197,61,75,166,169,188,136,125,155,61,165,184,80,61,213,226,14,62, + 195,208,167,61,53,106,181,189,112,116,203,60,215,116,207,61,151,122,152,189,45,36,5,190, + 116,83,10,59,142,146,203,187,115,219,169,189,181,84,99,187,192,228,82,189,230,176,184,60, + 78,156,117,189,181,14,163,189,36,164,111,188,171,194,124,189,100,62,149,187,76,33,99,62, + 191,217,99,61,135,209,115,189,120,166,199,60,148,132,46,188,94,42,53,61,8,35,113,61, + 102,120,195,189,61,240,176,61,202,67,39,59,70,57,164,61,169,217,56,62,213,95,86,189, + 213,65,148,188,234,45,37,61,114,173,49,61,63,222,32,62,44,216,34,189,7,189,174,61, + 54,94,193,188,233,126,86,61,78,213,181,188,47,17,115,189,245,13,148,188,42,179,157,187, + 44,143,236,60,11,216,166,189,239,26,17,62,81,88,54,190,132,162,82,61,180,249,61,188, + 78,31,148,189,48,118,139,61,28,9,221,60,158,66,246,189,239,22,185,188,93,74,80,61, + 187,60,203,61,2,111,218,188,191,148,169,61,193,194,110,61,2,97,254,61,176,221,97,61, + 143,101,131,61,174,206,32,61,87,178,140,189,79,226,75,61,176,210,156,189,108,73,250,59, + 66,51,169,189,83,60,44,62,154,254,106,60,139,95,165,61,177,34,148,61,52,27,203,189, + 201,228,59,61,54,5,230,189,77,123,129,61,162,220,180,188,181,39,31,61,238,179,187,57, + 172,163,60,190,140,28,218,189,243,55,9,59,128,215,152,61,93,216,17,190,140,12,73,189, + 2,57,104,61,118,9,236,186,163,208,27,189,60,180,18,190,175,195,167,189,239,169,182,188, + 157,153,115,61,188,94,167,189,137,19,135,189,199,186,82,190,137,200,172,60,90,57,189,188, + 120,234,45,61,59,101,32,61,177,141,250,61,31,69,11,61,218,107,182,189,160,223,102,187, + 148,227,177,61,176,9,217,61,29,141,20,62,237,179,190,61,34,62,135,189,94,141,160,189, + 30,219,246,188,66,206,22,61,183,171,159,61,116,238,6,190,254,103,56,189,135,10,20,190, + 139,241,159,189,103,50,213,189,61,145,162,189,140,16,191,61,140,0,18,189,77,51,129,61, + 30,160,3,190,30,240,52,61,111,44,114,188,43,209,165,61,16,64,250,189,150,17,167,188, + 243,253,22,61,57,51,247,188,201,170,209,61,129,216,53,190,70,230,125,188,247,26,41,189, + 130,156,217,61,164,125,40,187,82,187,105,189,82,52,230,61,83,169,155,189,245,117,160,61, + 203,30,120,61,38,37,134,189,115,33,69,61,89,36,244,61,96,114,148,61,205,225,91,189, + 248,212,138,61,88,48,163,189,10,179,91,60,132,178,146,189,131,19,84,189,27,130,157,61, + 217,13,118,189,207,83,46,61,35,165,115,60,229,154,140,189,252,161,176,58,145,54,1,62, + 123,59,251,60,225,228,77,189,23,120,148,189,147,202,52,61,171,254,104,189,174,218,51,61, + 176,193,66,61,147,215,178,61,98,124,127,61,216,234,167,59,157,210,73,61,243,185,238,60, + 121,108,82,188,37,249,217,61,212,124,146,189,195,130,67,187,62,88,219,60,175,252,228,189, + 211,164,209,61,54,175,189,61,227,182,132,188,208,133,42,189,40,117,0,190,139,158,202,61, + 204,75,163,189,75,238,158,189,148,33,239,189,34,30,182,61,179,168,166,59,54,17,196,60, + 253,71,38,189,218,72,20,61,101,157,168,185,80,196,203,61,9,218,175,189,48,239,226,61, + 221,132,183,60,217,109,1,189,18,74,169,189,60,180,43,189,39,133,150,189,181,113,221,189, + 224,86,104,61,194,199,223,61,170,34,4,189,226,235,125,61,246,188,201,188,169,231,111,61, + 199,104,175,61,93,247,210,61,181,28,251,59,124,59,18,62,45,116,195,189,62,228,85,61, + 119,141,138,189,46,84,0,61,70,171,31,61,10,146,130,189,6,34,171,60,192,88,140,189, + 71,168,142,61,114,148,254,188,118,161,109,189,215,132,165,189,23,190,13,62,227,47,79,61, + 219,10,139,61,230,238,29,62,202,133,136,189,247,62,175,61,60,254,31,61,243,242,141,60, + 2,137,195,60,53,124,106,186,38,144,110,189,176,134,241,189,52,218,180,189,33,57,68,189, + 116,164,20,61,195,189,152,61,128,92,155,59,220,26,17,189,130,113,1,62,26,255,245,187, + 235,230,4,61,216,112,181,61,101,231,187,61,159,219,144,61,229,23,201,189,9,32,210,189, + 192,125,40,189,191,194,109,189,121,194,163,189,222,150,249,188,202,103,175,61,175,80,70,61, + 92,174,22,61,90,28,71,189,179,116,188,61,152,70,207,189,27,143,49,187,99,206,16,189, + 109,21,2,61,108,221,148,60,116,197,129,61,109,219,151,188,206,247,222,188,135,209,3,188, + 206,243,136,61,233,60,223,189,204,229,32,61,234,232,213,61,243,126,147,61,205,101,116,189, + 89,242,185,61,241,80,148,189,127,244,176,61,65,166,57,59,106,210,5,189,132,32,106,189, + 197,0,218,188,137,28,22,189,135,43,209,187,230,167,175,61,204,106,155,189,10,96,158,189, + 105,186,58,189,230,190,99,189,181,166,132,189,251,107,206,61,83,146,219,60,126,24,129,189, + 61,134,139,189,106,246,167,61,24,153,248,189,204,53,114,61,26,97,166,61,180,68,153,189, + 98,203,62,61,26,86,239,58,106,48,147,189,49,160,173,60,189,15,10,190,157,180,179,189, + 138,41,84,61,240,88,51,189,93,252,151,189,19,98,188,60,67,227,160,60,190,216,174,61, + 176,99,7,61,107,3,21,190,127,45,28,189,233,18,13,62,204,47,136,189,58,234,139,61, + 7,13,186,189,91,255,129,61,144,138,46,188,88,88,117,189,167,230,154,61,219,49,136,60, + 205,87,247,187,101,119,138,61,177,128,202,61,242,38,113,189,195,102,158,188,146,22,120,189, + 71,154,130,189,242,184,247,60,113,245,38,188,172,120,58,187,83,253,64,189,165,206,137,188, + 138,170,5,61,106,249,159,188,34,126,168,61,103,111,184,189,73,81,118,61,132,20,156,189, + 251,188,148,60,163,110,218,187,175,81,86,188,87,213,205,188,147,94,108,61,211,120,201,61, + 112,33,2,189,60,131,186,189,228,25,215,188,113,142,178,60,162,194,169,61,137,157,140,61, + 189,154,87,187,219,206,213,58,33,29,194,61,5,52,73,189,172,209,112,187,153,44,143,189, + 136,47,200,188,140,72,130,60,106,163,90,61,12,238,206,61,100,31,69,189,181,113,245,187, + 9,114,64,188,157,215,231,188,19,51,157,61,105,0,84,61,156,20,143,60,80,110,0,189, + 41,82,178,60,169,122,132,189,132,115,112,189,33,204,32,60,225,146,226,189,198,144,237,189, + 73,249,122,189,119,216,77,189,38,168,238,61,77,202,187,188,44,71,226,188,112,20,32,61, + 23,231,84,61,43,183,217,58,226,245,217,60,104,205,221,189,53,102,162,61,210,58,215,60, + 23,58,212,189,204,121,86,60,214,227,237,61,49,84,211,189,0,120,48,189,94,164,16,189, + 38,22,115,61,1,20,165,61,116,12,57,60,14,88,145,189,76,252,231,61,30,55,153,187, + 150,31,133,187,95,155,185,188,119,192,154,189,4,6,118,61,168,31,204,60,94,138,141,189, + 81,194,159,187,94,185,72,61,113,123,35,189,188,222,201,60,172,244,26,61,111,88,169,189, + 121,58,124,61,109,29,166,61,177,119,131,189,204,123,173,59,82,85,157,188,120,60,55,188, + 210,150,158,60,34,108,188,61,211,110,162,189,172,248,5,190,6,129,125,61,218,2,40,61, + 162,111,91,189,245,155,144,61,147,208,104,188,232,51,127,61,185,192,125,189,193,73,144,60, + 17,94,222,61,207,94,2,62,78,180,33,190,154,220,151,59,196,199,151,189,214,128,80,60, + 246,193,77,188,126,67,100,61,17,78,22,189,251,186,155,188,230,233,88,61,6,153,136,61, + 136,12,60,188,15,225,166,60,138,100,176,189,162,71,238,61,50,34,208,188,36,127,169,188, + 239,57,134,189,13,41,232,61,50,5,86,189,177,103,162,61,61,33,175,189,105,177,253,188, + 234,173,198,60,42,250,168,189,45,240,189,61,31,215,222,60,63,94,153,61,52,186,9,188, + 48,203,100,189,190,171,82,61,194,238,245,188,21,210,155,188,118,141,76,189,94,131,49,59, + 222,216,177,189,149,155,130,189,102,211,193,188,118,91,16,190,132,229,42,189,244,12,7,190, + 39,165,205,188,46,68,245,188,251,244,32,62,111,249,231,189,132,152,156,61,242,87,53,189, + 202,133,19,189,42,10,20,189,91,21,18,61,6,243,252,189,152,250,248,189,6,190,210,189, + 4,203,236,189,218,79,128,61,96,94,49,61,15,55,177,188,32,143,251,189,220,124,42,62, + 161,168,173,60,195,248,164,189,9,145,87,61,61,252,188,61,79,168,216,61,101,159,126,189, + 124,130,105,189,176,26,23,62,231,65,145,188,155,255,253,60,229,181,197,189,11,5,52,190, + 36,225,189,61,114,127,154,61,149,147,215,61,133,171,59,60,124,128,123,61,174,163,136,189, + 123,19,18,188,248,56,137,188,90,104,219,189,64,57,85,189,210,16,137,190,244,104,191,188, + 88,93,230,189,83,20,131,60,126,102,170,189,203,124,246,59,9,134,82,61,161,92,141,61, + 147,234,212,60,210,25,81,189,26,125,23,189,218,185,167,61,26,232,6,190,178,255,173,60, + 36,136,37,61,43,194,155,189,13,167,175,189,162,255,11,62,201,4,195,61,109,116,34,190, + 95,199,230,188,47,136,56,188,114,162,144,189,189,165,55,61,58,157,45,189,64,213,16,61, + 121,194,46,61,131,75,147,61,91,154,159,188,192,155,166,59,211,51,239,188,123,138,214,189, + 219,253,121,61,206,162,201,189,94,156,186,60,197,166,89,189,113,96,229,61,242,245,188,61, + 217,144,72,61,202,214,104,189,229,220,86,61,156,10,24,61,141,11,114,189,94,130,131,189, + 244,137,146,61,235,68,2,189,224,17,63,189,251,165,84,189,121,153,94,59,131,32,245,189, + 181,63,144,60,13,136,136,61,248,238,235,189,12,10,117,189,40,170,254,61,245,28,68,61, + 160,24,47,190,188,172,95,189,45,203,180,188,221,199,4,62,243,251,202,61,9,6,151,189, + 214,129,99,61,56,246,117,59,191,58,167,189,124,16,165,61,110,165,41,189,130,214,178,57, + 183,27,189,60,184,197,117,190,225,130,130,61,43,188,171,189,194,96,178,188,127,159,159,61, + 117,249,12,61,187,109,154,61,247,243,39,190,244,223,255,61,252,178,36,190,39,69,24,189, + 102,201,0,62,82,235,164,189,242,128,62,189,9,137,78,62,124,115,229,189,149,248,152,61, + 151,211,51,190,15,251,37,190,167,14,189,61,181,252,42,190,239,23,173,61,173,176,35,190, + 194,204,23,61,191,57,165,189,89,131,147,189,143,233,97,61,158,32,111,189,226,94,153,188, + 154,20,91,189,216,240,16,62,87,89,67,189,228,23,224,189,45,119,13,60,177,149,194,61, + 60,62,250,189,192,255,153,61,141,7,130,189,97,138,173,185,189,160,20,61,14,52,177,189, + 237,122,190,61,22,122,118,61,93,251,120,60,62,216,133,189,31,147,102,189,86,255,217,60, + 150,99,26,190,99,110,135,62,20,147,30,61,175,251,79,188,183,221,3,62,169,12,230,189, + 241,241,188,61,184,43,187,60,144,39,207,61,7,117,20,62,17,57,248,189,162,167,175,185, + 16,157,41,61,186,244,214,189,170,12,86,189,74,243,65,59,212,154,88,188,48,188,51,189, + 102,210,206,189,178,145,129,61,142,247,36,62,97,48,139,61,219,112,183,188,73,248,211,61, + 166,9,206,61,83,206,70,188,76,5,48,62,218,233,27,190,242,190,235,187,242,118,168,188, + 100,118,108,189,195,240,152,189,11,150,156,189,247,23,29,61,200,231,141,189,145,232,136,189, + 198,87,203,61,91,181,37,61,212,109,187,61,209,216,135,60,117,141,170,189,155,33,13,62, + 87,222,179,189,105,108,84,61,163,23,118,189,16,42,22,190,104,88,28,61,252,3,136,189, + 243,110,160,61,141,36,130,189,33,52,187,61,207,209,7,189,89,119,211,60,1,232,177,60, + 247,199,125,60,28,225,218,187,41,111,193,189,108,54,9,190,212,12,127,188,154,195,232,189, + 115,19,146,61,9,238,99,185,10,18,232,60,14,41,156,60,93,111,232,188,232,56,124,60, + 140,188,177,188,28,131,164,60,11,190,4,189,43,149,37,61,1,56,158,61,89,24,59,61, + 6,243,246,61,207,187,122,61,68,18,1,61,242,226,122,61,25,54,83,190,134,68,226,61, + 251,64,112,59,26,229,118,60,253,34,23,62,166,159,16,190,149,231,55,61,112,27,191,189, + 96,252,243,59,211,4,163,189,18,69,68,61,247,220,1,190,201,224,54,61,29,223,45,61, + 250,213,203,189,82,27,23,62,182,43,62,189,77,86,101,61,105,165,119,188,175,170,12,188, + 81,161,177,60,250,98,155,61,14,243,127,61,165,76,162,189,179,187,53,61,74,61,172,61, + 132,240,186,186,229,127,86,61,94,33,175,60,106,114,203,189,87,68,176,188,146,143,118,60, + 25,220,204,61,41,19,70,189,57,247,135,188,21,253,243,188,129,242,164,61,247,134,7,62, + 129,150,112,189,148,0,137,61,147,41,200,61,219,235,18,190,130,6,143,188,199,2,214,61, + 36,115,81,189,190,122,39,60,12,28,251,61,237,51,193,61,3,5,131,61,63,170,232,188, + 49,207,205,61,228,56,229,186,70,34,207,188,192,69,192,189,45,133,73,62,38,206,11,189, + 219,136,220,189,160,196,222,189,111,183,189,61,67,238,6,61,146,207,166,188,117,96,87,189, + 134,90,212,61,197,241,149,61,5,40,139,61,213,255,46,62,125,254,79,61,117,172,112,61, + 66,87,43,189,137,194,94,61,233,238,169,61,52,87,79,61,179,178,21,189,227,134,217,188, + 73,128,194,189,223,237,95,189,31,208,19,189,68,56,88,61,85,57,12,189,126,96,36,60, + 109,126,229,188,152,203,14,189,213,171,50,60,22,80,31,62,243,119,56,61,131,231,229,61, + 103,114,52,189,176,115,169,58,86,178,116,61,86,96,140,60,64,60,133,189,59,251,28,61, + 122,193,211,188,7,108,146,189,166,88,86,189,229,102,209,189,190,105,7,62,125,120,132,61, + 97,247,120,189,178,53,151,60,166,1,71,189,161,2,209,61,241,172,136,188,160,162,220,61, + 66,9,43,61,41,17,71,57,58,110,171,189,170,53,150,189,119,242,176,61,160,6,69,61, + 250,225,142,61,93,74,73,188,244,83,95,62,110,51,137,189,141,145,52,61,236,176,33,190, + 79,116,172,61,77,198,236,61,112,207,246,60,189,125,211,189,72,67,129,189,220,95,10,189, + 41,41,0,189,199,35,170,187,150,215,211,60,179,33,3,62,44,210,151,189,95,177,169,189, + 27,132,95,61,186,22,52,61,180,190,138,61,63,58,52,189,12,139,68,189,131,78,169,189, + 205,60,90,61,202,252,22,189,163,190,111,187,26,152,238,61,153,20,204,189,15,169,0,189, + 126,94,26,59,192,95,254,60,140,35,159,61,205,88,75,189,115,85,237,188,211,117,37,189, + 210,51,239,61,170,189,246,61,247,8,179,60,16,20,70,189,77,80,136,61,196,13,173,189, + 98,95,163,60,175,65,138,189,223,105,16,186,9,234,195,61,226,22,18,189,174,132,194,189, + 127,153,155,189,20,207,254,61,21,12,202,61,254,152,74,62,3,65,244,189,118,18,204,61, + 23,24,13,189,14,94,200,59,106,3,218,60,181,147,10,189,187,113,143,189,225,118,191,189, + 244,235,58,187,190,9,163,61,32,242,95,189,136,206,178,60,112,132,140,189,38,190,48,189, + 9,104,250,188,195,241,133,188,10,18,254,61,196,59,255,61,108,192,124,189,165,40,238,61, + 46,5,4,189,69,188,10,189,179,156,164,187,205,5,227,60,137,20,21,61,79,88,77,188, + 111,140,221,61,225,225,142,61,157,190,194,189,80,223,24,189,182,81,181,61,134,78,48,188, + 55,26,39,61,171,194,28,62,131,119,138,189,20,118,1,62,39,21,63,61,195,245,194,188, + 214,18,236,189,30,149,72,61,5,133,208,189,108,143,187,189,104,101,143,61,55,90,135,189, + 95,156,202,61,139,30,211,59,25,47,173,188,51,146,148,187,102,168,131,60,31,80,59,61, + 241,150,96,60,249,36,142,188,174,167,131,189,163,203,144,61,27,149,204,61,7,107,242,189, + 101,203,15,62,62,67,147,61,58,209,135,188,234,232,76,62,30,98,68,59,86,176,179,188, + 180,190,78,61,11,19,7,190,30,196,50,61,46,145,129,60,171,254,61,188,237,87,7,190, + 77,6,5,189,24,120,7,187,118,255,243,61,236,85,145,59,192,60,108,61,211,176,161,60, + 175,211,56,62,148,44,30,190,228,60,77,188,2,130,207,189,121,224,180,61,90,252,82,189, + 229,32,158,61,19,242,54,189,91,19,226,61,77,199,169,58,5,121,9,190,133,79,213,61, + 180,207,135,188,30,15,11,61,233,68,13,189,145,252,92,60,125,100,39,61,11,57,22,188, + 36,152,187,60,33,80,190,59,108,117,234,187,121,147,41,190,154,84,8,189,190,39,6,60, + 145,195,224,189,96,103,138,188,109,130,169,189,98,135,160,61,168,97,228,188,159,26,206,61, + 142,8,169,189,249,181,36,189,70,221,163,188,92,99,20,61,223,143,238,61,47,254,104,61, + 68,225,142,188,42,140,141,61,242,66,228,189,107,177,131,60,4,206,112,189,57,225,219,189, + 254,25,111,189,197,18,159,61,186,125,127,59,53,72,255,188,67,142,150,58,253,51,210,189, + 31,250,35,61,20,82,163,61,40,178,1,62,54,61,242,60,209,241,143,189,146,171,196,188, + 170,58,2,62,241,88,173,188,147,177,115,61,253,206,253,187,34,246,201,61,75,207,98,61, + 244,149,108,189,27,60,219,60,69,83,223,60,229,95,75,189,201,57,96,61,193,218,219,60, + 16,136,128,189,7,63,221,189,27,51,116,189,233,197,163,189,5,102,235,60,26,212,175,188, + 79,39,122,189,48,195,121,188,78,41,17,62,233,97,4,189,0,221,130,60,230,162,163,189, + 100,81,210,188,28,86,8,62,43,59,183,189,60,74,203,189,162,14,46,187,79,61,134,188, + 19,210,152,61,100,66,131,60,253,176,242,61,240,149,209,61,95,1,195,189,61,31,58,189, + 84,255,245,60,174,75,123,187,223,183,148,188,4,95,62,187,249,181,83,60,210,196,84,189, + 60,243,219,61,175,49,184,61,167,146,76,61,24,147,58,186,26,251,139,61,117,88,150,189, + 76,162,45,59,140,143,40,188,95,42,184,189,28,127,70,61,102,15,154,61,130,131,194,189, + 232,53,211,189,184,48,91,61,131,212,123,189,43,133,155,188,28,198,62,61,193,214,242,60, + 106,90,55,60,177,174,214,61,32,132,186,189,116,8,186,188,153,167,209,188,110,94,31,188, + 86,95,196,61,100,18,250,60,138,198,124,60,231,47,9,189,33,187,225,60,200,219,144,189, + 144,164,56,61,217,198,247,187,67,164,144,189,238,167,10,62,101,213,56,60,230,241,30,60, + 45,172,25,189,158,7,119,187,153,197,150,189,126,189,227,60,84,211,35,188,132,101,137,188, + 21,105,17,61,153,238,158,189,40,10,80,61,142,20,157,61,64,48,96,61,171,4,218,60, + 6,233,149,189,171,61,211,61,43,76,60,188,94,229,133,189,68,167,5,62,16,219,158,188, + 152,249,1,186,89,4,147,61,21,247,232,187,44,127,38,61,0,255,246,58,32,92,187,188, + 109,243,243,189,11,60,196,61,210,224,150,189,34,226,212,188,215,228,67,61,13,72,147,189, + 108,150,120,189,125,84,244,186,80,93,225,59,240,78,70,61,165,0,199,189,170,22,197,188, + 76,119,174,189,233,30,186,61,248,17,50,189,80,134,236,61,163,146,150,189,95,126,95,61, + 246,40,131,188,30,219,177,188,87,4,232,187,165,9,215,61,129,129,151,61,213,173,211,189, + 233,85,236,60,224,119,87,59,153,23,158,186,213,56,239,188,100,135,186,188,130,238,250,189, + 246,163,206,189,149,220,99,189,115,208,90,60,59,7,221,61,60,246,116,189,104,226,120,61, + 93,189,35,61,77,237,93,189,107,108,132,189,8,160,239,189,167,226,208,60,194,245,184,188, + 41,50,220,61,58,110,183,61,200,141,169,188,108,33,115,188,210,152,216,189,155,102,155,189, + 0,159,241,61,89,50,145,189,246,1,31,189,219,52,253,189,244,1,220,188,99,62,150,189, + 60,250,71,189,133,144,50,61,218,117,140,61,188,82,248,189,164,3,235,189,224,42,141,189, + 192,74,80,61,38,181,125,61,198,148,174,189,163,179,131,189,41,69,201,61,56,58,25,62, + 31,92,227,59,197,223,195,189,41,143,155,60,19,204,141,59,19,181,30,62,158,135,61,189, + 109,159,223,189,124,199,36,61,52,19,5,190,167,83,124,61,85,240,147,188,154,141,3,189, + 207,4,124,189,162,52,167,188,51,172,78,61,216,33,220,188,194,159,22,189,22,214,136,189, + 40,129,251,188,178,151,144,61,208,78,151,61,140,190,166,59,88,31,126,60,254,151,42,61, + 116,126,129,60,134,218,160,60,61,17,194,60,0,250,142,61,69,111,157,61,201,153,83,188, + 38,213,28,62,86,38,41,189,66,46,4,61,217,244,206,188,80,172,41,61,248,14,106,61, + 15,15,234,61,9,13,209,189,233,88,72,190,178,227,88,189,54,59,255,61,241,209,169,61, + 30,45,247,184,99,196,170,189,59,129,185,59,30,212,141,60,106,129,201,61,197,18,19,60, + 99,151,106,61,245,162,28,61,39,153,228,189,196,42,173,189,191,30,142,189,118,58,34,190, + 3,202,250,61,137,146,24,60,206,220,153,60,23,161,198,61,74,29,138,189,127,168,98,189, + 34,164,7,190,145,90,0,188,82,18,184,60,25,101,42,61,49,250,113,189,110,239,55,61, + 175,64,9,62,61,56,83,61,224,134,140,61,246,5,182,60,203,109,2,189,109,110,215,60, + 17,146,173,61,39,39,94,60,50,21,130,188,198,32,137,188,232,118,188,189,205,39,49,61, + 94,148,159,188,17,115,57,59,26,185,172,61,73,10,233,189,203,235,4,189,238,173,81,189, + 58,247,219,187,175,6,182,188,241,177,0,189,16,232,238,189,81,113,239,61,62,97,11,61, + 165,57,138,189,58,221,30,60,239,219,4,189,48,192,254,60,58,83,161,60,164,244,144,188, + 180,3,195,189,126,117,135,189,94,112,204,61,217,83,134,61,201,88,161,189,126,11,184,60, + 148,63,24,189,162,243,82,61,77,217,219,188,167,246,208,189,224,59,30,189,83,143,173,60, + 38,174,188,60,54,218,18,61,174,75,27,189,213,202,136,61,177,154,11,188,143,107,38,62, + 105,182,167,189,11,218,117,189,90,113,70,189,29,94,220,61,212,62,0,190,131,90,209,188, + 93,60,193,61,173,134,151,189,173,124,200,61,12,19,132,61,142,118,142,189,73,229,112,188, + 77,103,105,60,193,83,26,189,136,226,217,60,162,91,121,189,16,73,59,189,210,145,59,188, + 166,207,23,61,238,34,161,188,58,213,126,189,254,191,2,62,166,62,30,188,104,186,159,61, + 29,142,23,62,19,70,33,188,132,103,56,61,80,75,185,189,218,11,6,60,51,94,17,59, + 92,237,133,61,129,16,184,61,69,196,64,61,18,132,131,189,18,149,64,189,168,98,179,61, + 162,105,183,189,127,12,59,61,78,3,122,61,22,15,175,61,85,158,218,189,101,5,247,188, + 156,196,65,189,182,53,189,61,53,228,128,188,114,108,84,61,208,96,167,189,76,110,140,189, + 148,23,228,188,58,222,22,61,112,154,59,189,120,11,143,188,255,143,205,189,177,22,130,188, + 169,250,53,61,44,22,197,189,124,181,104,61,25,157,245,188,9,100,197,61,244,87,180,189, + 178,228,52,189,215,97,173,61,48,153,200,189,80,244,166,189,63,67,133,189,214,35,86,61, + 175,117,14,62,38,132,180,60,10,24,166,61,27,143,110,61,238,211,214,61,73,232,13,61, + 57,10,179,189,57,77,191,188,237,70,24,188,190,93,1,189,31,169,17,189,112,97,221,61, + 37,9,0,61,239,25,223,188,247,52,104,60,12,56,30,60,226,116,167,189,47,53,38,62, + 93,198,31,61,56,21,13,61,136,198,149,189,150,202,18,189,125,175,62,188,208,166,205,188, + 116,137,149,61,224,109,6,61,51,142,195,189,17,234,210,61,198,80,158,61,22,226,116,60, + 35,6,148,61,86,246,44,189,179,52,95,61,250,191,207,61,52,227,180,60,63,39,43,189, + 195,75,216,188,247,93,41,190,80,175,252,189,89,33,254,61,97,118,55,60,213,114,199,61, + 124,108,251,59,103,238,165,61,26,242,26,61,65,214,134,189,167,232,157,60,117,223,205,188, + 155,191,134,189,18,154,206,187,215,54,198,189,44,27,50,61,193,17,180,61,170,76,126,189, + 210,66,39,62,203,34,78,189,44,106,195,61,136,181,154,60,5,89,246,60,235,128,0,62, + 118,185,154,189,190,162,135,61,126,142,8,187,255,3,3,190,11,0,31,61,242,200,49,61, + 170,1,113,61,109,176,149,60,61,173,46,189,114,167,122,189,204,33,45,190,183,247,224,61, + 213,107,145,60,126,242,15,190,29,248,42,61,122,194,177,61,167,50,42,188,28,137,27,189, + 189,79,170,189,184,94,161,60,35,36,202,61,36,194,183,189,178,252,53,189,42,130,108,189, + 62,250,81,61,189,162,187,61,59,182,132,60,203,181,141,61,66,164,21,62,219,218,195,189, + 45,219,163,61,229,145,24,190,90,24,122,186,226,20,210,61,73,96,156,61,228,12,138,61, + 5,122,133,61,39,232,47,61,110,180,2,62,11,223,55,62,91,157,186,188,52,50,40,61, + 156,233,22,62,74,47,241,189,151,68,190,189,31,7,236,61,177,222,168,189,24,169,53,190, + 143,193,131,60,65,176,16,62,79,38,116,61,178,60,12,62,247,17,78,190,127,220,123,61, + 159,95,75,189,39,89,246,60,67,49,36,62,59,202,149,61,128,149,215,61,234,150,78,62, + 113,212,231,61,206,73,189,57,251,251,119,187,39,14,74,187,145,59,239,61,125,140,164,189, + 164,116,67,189,229,211,245,61,72,31,31,188,47,197,206,60,156,180,209,61,230,127,125,189, + 117,125,203,61,61,171,162,188,133,76,61,189,151,176,68,61,121,19,170,189,242,226,222,61, + 85,87,43,190,186,105,83,61,138,9,162,61,37,167,195,189,180,128,238,188,138,49,217,60, + 108,81,178,59,133,182,221,59,221,233,223,188,186,192,64,190,97,72,195,61,57,209,47,189, + 100,112,15,190,250,197,179,187,70,62,189,61,200,204,164,61,63,152,166,189,166,137,212,189, + 93,242,202,61,186,199,60,61,231,230,159,60,212,1,219,61,22,2,105,59,116,13,184,189, + 130,240,46,61,18,12,31,189,139,179,42,189,214,228,195,61,175,62,58,61,223,24,19,188, + 226,253,148,189,51,200,80,61,95,20,109,61,246,19,227,61,53,230,237,57,6,219,82,186, + 129,53,88,62,28,172,81,189,166,71,165,60,231,104,45,62,83,105,5,190,67,200,75,188, + 251,190,153,61,246,92,248,189,104,226,36,60,154,43,6,189,62,166,144,189,15,82,15,62, + 65,176,223,60,186,228,146,60,71,134,15,189,124,168,200,60,122,228,55,187,4,161,136,189, + 51,108,12,60,61,217,77,59,208,197,134,61,212,208,40,189,108,39,112,61,164,173,121,61, + 44,128,6,189,213,240,190,61,42,224,129,189,90,52,44,188,149,153,115,61,231,126,225,187, + 77,166,144,61,158,32,254,189,10,164,158,188,101,184,50,189,9,71,121,61,184,194,207,60, + 39,207,190,61,84,31,154,58,58,221,15,61,197,58,156,189,73,207,144,61,215,118,138,61, + 80,178,35,61,146,176,34,60,7,108,173,188,208,49,69,189,88,174,246,59,22,13,225,59, + 232,104,166,61,216,207,116,61,151,191,168,61,173,158,120,61,52,81,52,190,232,223,161,61, + 115,143,1,62,25,62,7,190,96,248,15,61,113,85,135,188,154,174,32,189,182,45,240,188, + 219,109,130,189,85,78,49,60,244,218,128,61,87,114,233,188,97,100,183,61,182,187,94,189, + 162,103,43,187,90,84,253,61,202,198,130,61,233,37,59,61,66,20,155,61,125,120,252,187, + 55,157,231,61,10,240,154,61,61,34,142,61,75,92,58,189,175,50,3,190,105,111,167,61, + 251,249,168,189,237,190,191,61,209,65,211,188,59,252,9,190,159,2,108,61,178,133,175,188, + 130,99,154,60,132,149,224,188,198,175,145,189,88,119,23,60,0,5,139,189,100,7,183,61, + 246,21,58,189,215,65,171,187,12,128,110,61,20,121,18,61,122,238,131,61,194,2,137,189, + 244,52,178,189,181,160,150,189,165,99,191,60,19,31,157,61,197,241,195,187,254,34,131,61, + 232,208,200,61,188,6,233,189,192,255,249,188,158,176,185,189,38,184,203,185,83,6,65,61, + 146,98,237,188,232,131,20,189,65,30,161,189,166,21,154,189,162,230,214,61,192,206,30,61, + 177,41,195,189,108,47,82,60,152,191,75,61,4,0,11,190,237,2,73,61,215,15,20,61, + 104,144,138,189,238,198,210,189,194,177,146,189,207,151,179,60,121,162,230,60,168,84,10,188, + 16,67,188,60,84,33,214,189,91,159,168,188,118,72,188,189,56,129,208,61,61,74,112,188, + 38,64,38,187,113,207,5,62,189,4,89,189,254,4,70,188,111,39,142,189,173,234,195,186, + 178,239,23,60,149,17,152,188,43,25,210,189,221,80,3,190,88,143,0,190,76,20,102,61, + 238,99,230,187,77,191,124,61,34,33,184,188,99,228,195,188,88,144,164,189,163,224,169,189, + 95,225,159,189,237,233,138,60,55,17,39,189,201,14,52,189,140,46,154,60,163,122,160,60, + 115,48,253,186,244,232,1,187,233,110,53,189,84,49,195,60,95,9,32,61,169,179,28,61, + 247,249,106,189,82,210,82,189,208,24,107,188,37,139,247,61,188,183,149,59,231,54,194,189, + 122,162,46,61,110,183,168,61,224,140,165,188,146,177,56,61,217,59,167,61,210,171,113,187, + 83,155,15,189,33,92,189,187,112,151,76,61,203,239,145,187,174,33,93,61,227,34,212,61, + 250,78,22,189,215,201,162,61,54,85,147,189,86,102,48,61,103,69,82,61,164,46,226,61, + 103,51,213,60,231,23,250,187,46,111,58,61,97,101,181,189,203,78,100,61,55,49,52,189, + 107,177,87,188,27,128,154,61,201,24,68,61,242,239,0,61,82,51,236,189,84,212,137,189, + 207,109,15,190,156,49,231,187,221,201,106,188,131,203,144,189,112,149,186,189,2,95,153,61, + 204,158,222,188,220,222,211,60,151,250,39,61,176,147,245,187,47,92,125,60,64,246,84,61, + 121,135,107,61,126,99,26,189,116,126,16,61,23,36,226,188,253,170,175,59,182,172,243,189, + 25,208,31,61,80,190,219,188,118,247,118,61,60,237,93,189,33,45,203,189,71,233,35,61, + 164,176,164,188,242,175,140,189,207,32,209,60,184,210,109,189,128,236,189,187,182,72,139,189, + 170,85,141,61,33,173,47,61,185,19,164,61,1,165,213,189,75,10,68,189,214,128,153,189, + 223,223,153,189,43,87,2,190,135,248,103,189,113,77,158,60,139,152,90,60,113,3,101,189, + 168,119,57,189,187,138,182,189,33,5,200,61,189,180,11,61,45,46,179,189,180,50,199,60, + 49,141,148,61,184,92,5,189,56,117,20,62,151,202,90,190,135,134,140,189,136,135,64,61, + 172,205,12,62,3,77,216,189,126,249,160,61,99,237,210,61,155,108,104,189,38,129,33,189, + 131,41,66,189,52,105,6,190,177,196,200,189,57,141,112,189,170,43,7,188,203,180,149,61, + 212,196,37,61,211,117,117,61,146,157,234,187,222,47,248,188,141,82,69,189,45,55,245,60, + 174,110,44,61,154,114,177,61,133,63,4,190,123,121,15,190,121,101,171,60,153,0,68,189, + 222,238,180,61,223,56,8,60,171,187,142,61,76,165,188,188,241,84,62,189,18,120,71,61, + 57,112,147,188,56,87,219,189,187,245,153,189,146,225,232,59,161,129,155,189,235,108,237,188, + 57,31,47,61,227,35,92,60,128,146,162,60,10,2,206,188,44,195,16,61,21,26,208,189, + 24,131,242,61,37,128,110,61,110,138,19,61,6,30,181,60,109,185,84,62,177,91,165,61, + 55,160,154,189,192,244,140,190,62,100,60,61,85,82,120,61,3,216,51,189,205,21,168,61, + 86,125,119,189,105,43,49,61,4,105,55,60,146,231,119,62,231,192,170,189,64,9,169,188, + 178,132,15,62,183,154,55,190,154,116,81,189,39,88,225,61,61,112,191,60,154,96,183,189, + 216,204,122,60,28,53,22,61,42,110,168,189,174,89,251,188,28,189,113,190,203,116,6,190, + 139,59,154,61,141,90,234,188,64,10,41,189,51,110,208,60,250,123,102,188,169,59,247,61, + 97,3,10,189,58,19,56,190,170,84,197,187,218,242,202,189,20,129,115,189,168,138,11,188, + 225,48,37,190,246,167,186,61,130,161,238,185,40,20,205,188,237,95,248,61,24,118,84,188, + 185,205,8,190,136,76,22,59,150,123,55,61,119,59,140,189,160,7,35,189,101,249,25,189, + 196,9,127,189,102,25,51,188,112,179,120,189,242,30,0,190,53,74,63,189,132,146,230,60, + 145,46,13,189,114,10,164,61,21,104,195,61,40,134,224,188,191,121,149,189,140,119,214,189, + 156,147,27,60,165,236,222,61,75,150,218,189,94,221,181,187,185,85,135,61,140,155,2,59, + 125,155,34,60,182,167,64,59,7,78,143,61,218,190,183,61,228,251,183,61,221,31,36,188, + 73,92,153,189,17,113,127,59,56,161,197,189,40,134,82,189,214,223,166,61,94,2,128,60, + 70,4,193,61,50,75,139,61,105,169,17,62,253,221,27,189,41,71,216,61,128,250,149,61, + 132,247,182,61,153,23,55,188,57,76,227,188,250,58,159,60,229,231,36,61,9,14,255,189, + 42,205,16,61,1,15,184,188,178,153,81,187,156,31,179,189,86,44,129,190,4,122,53,188, + 210,95,156,60,175,249,245,188,131,195,22,188,156,133,48,189,73,141,105,57,203,122,153,188, + 142,251,238,187,207,208,6,190,5,105,1,62,47,102,105,190,101,83,86,60,191,202,135,189, + 33,2,249,189,227,180,43,189,238,64,154,60,148,68,67,189,48,162,5,62,224,49,91,187, + 253,254,90,189,29,169,232,188,98,203,166,61,107,254,244,189,222,126,219,60,209,100,12,61, + 189,195,37,61,212,140,106,189,220,206,249,189,121,239,72,189,180,135,98,61,59,19,233,59, + 147,122,215,61,87,72,57,59,212,98,19,188,45,250,173,187,205,41,109,61,215,99,136,189, + 58,141,163,187,66,166,25,62,197,133,52,61,22,138,112,61,208,11,234,189,248,89,123,59, + 240,181,142,189,10,24,158,61,125,244,177,188,17,58,186,189,158,241,225,60,237,189,89,189, + 43,177,121,189,125,23,118,61,48,92,143,60,74,246,144,189,103,131,221,60,192,30,45,189, + 180,113,225,61,235,135,107,59,31,214,37,190,42,143,81,61,119,159,81,59,64,249,250,188, + 56,14,235,61,226,62,46,61,221,7,207,60,55,109,8,61,39,179,110,189,105,15,144,61, + 37,49,11,189,161,25,4,62,102,185,166,189,123,19,187,189,88,86,126,189,87,110,121,61, + 115,172,167,61,140,13,183,61,180,105,128,189,68,26,13,62,66,136,5,61,83,80,236,188, + 9,63,3,58,109,30,212,60,60,194,69,189,27,204,91,58,137,46,147,189,168,16,154,61, + 247,105,7,62,252,231,115,60,128,150,223,60,2,171,234,186,92,231,40,189,155,180,51,61, + 3,99,210,61,102,148,191,187,159,220,114,189,228,226,158,61,165,228,51,190,124,7,170,60, + 13,71,135,61,174,65,186,61,0,216,102,61,64,202,35,190,44,112,128,188,170,27,150,61, + 172,53,186,60,242,127,205,189,196,74,142,189,191,54,76,190,203,173,9,61,157,125,12,189, + 181,204,206,189,44,204,21,61,207,168,14,61,15,100,238,60,225,75,110,189,255,242,152,60, + 113,98,139,189,212,22,204,60,22,29,27,60,39,140,154,61,130,57,121,60,87,61,0,62, + 151,218,215,189,200,46,131,59,102,179,216,60,182,145,39,190,31,60,78,60,165,134,154,189, + 252,174,205,61,183,95,123,61,67,97,135,189,54,149,111,61,147,167,161,187,187,131,145,189, + 126,76,250,59,114,120,127,189,40,163,180,59,214,170,116,189,15,175,213,189,88,77,96,61, + 225,234,124,189,114,213,52,60,39,123,205,189,5,35,97,188,110,99,154,188,10,9,183,189, + 191,26,182,61,161,171,178,189,106,3,248,61,215,43,73,189,39,134,184,188,160,83,73,61, + 202,98,35,61,121,34,145,60,105,226,36,190,118,171,9,62,128,111,198,61,8,1,199,61, + 187,27,123,60,221,125,211,189,255,215,232,60,184,28,135,61,133,170,225,189,93,129,197,61, + 92,241,193,189,36,99,7,62,146,158,111,189,68,29,164,189,243,69,138,61,115,47,252,60, + 128,252,209,61,104,88,49,60,158,83,194,189,54,200,26,61,111,7,152,187,159,58,26,61, + 27,216,4,190,10,188,252,189,72,190,161,188,112,53,92,187,25,95,143,188,251,171,208,188, + 208,157,3,189,227,107,203,61,31,10,64,61,118,227,165,60,70,129,167,188,1,160,172,61, + 183,236,143,189,221,32,161,189,114,70,31,61,207,36,184,188,154,159,47,189,237,213,200,59, + 146,203,242,188,230,153,154,61,18,235,163,189,156,165,250,60,251,87,170,189,3,216,177,61, + 119,57,182,61,225,93,135,186,129,12,103,189,156,157,136,189,176,231,214,61,142,44,29,61, + 130,78,213,189,124,16,10,62,149,226,105,60,125,67,142,61,139,132,7,61,254,1,199,188, + 154,180,89,187,85,97,251,60,74,143,144,189,219,244,147,189,196,242,193,61,18,179,184,61, + 103,203,133,189,35,0,45,188,197,48,122,60,24,253,183,188,159,30,156,189,98,195,0,190, + 110,143,172,61,78,207,7,189,254,150,200,189,50,180,34,187,125,148,79,61,147,116,162,61, + 169,164,232,188,153,234,189,61,216,103,214,60,106,89,43,61,128,70,182,60,188,214,151,189, + 173,120,36,61,194,71,203,189,106,33,55,189,240,120,206,188,133,208,122,188,213,22,167,189, + 138,219,231,61,215,12,34,189,118,180,162,61,72,4,208,61,143,178,1,189,212,147,123,188, + 10,68,126,60,188,88,51,189,100,137,204,188,18,2,218,188,163,187,196,61,204,201,16,61, + 81,227,163,60,100,38,202,189,126,196,41,189,138,106,248,185,198,126,80,61,213,2,194,59, + 123,131,244,59,136,144,141,189,181,55,132,189,12,222,62,189,243,73,36,189,43,235,116,189, + 153,227,132,61,184,131,198,61,96,52,53,62,155,162,111,189,30,112,81,59,22,15,143,189, + 181,25,223,59,98,254,42,61,244,91,85,186,4,155,165,61,104,78,225,189,249,140,243,60, + 5,201,85,189,38,93,195,61,213,68,16,189,9,54,163,188,193,85,187,60,252,92,225,60, + 69,177,140,61,183,22,133,187,83,89,108,189,12,49,85,188,203,51,233,187,152,53,219,189, + 12,88,243,188,47,223,71,61,95,202,73,189,187,15,210,61,209,126,110,189,141,224,135,61, + 172,103,154,188,234,223,209,188,45,241,251,59,111,89,177,60,18,234,58,60,51,35,159,61, + 49,137,53,189,228,248,33,62,229,119,125,189,238,118,180,189,127,158,207,61,215,166,6,61, + 97,92,1,61,225,71,201,60,201,216,181,61,97,53,82,61,114,206,79,61,19,242,79,61, + 190,177,53,188,195,150,156,61,109,96,160,61,41,253,217,188,211,125,144,189,75,158,13,60, + 101,50,171,61,113,239,120,189,200,16,174,189,50,156,252,188,35,106,5,61,177,32,154,189, + 44,29,131,61,21,213,147,61,131,4,25,189,3,128,148,189,25,27,244,59,95,131,172,189, + 110,217,20,61,139,183,180,60,252,41,93,189,236,36,74,187,93,137,0,188,19,120,172,189, + 42,160,130,189,43,94,252,188,140,155,206,189,161,244,181,61,194,158,173,189,224,108,169,189, + 16,163,109,185,62,71,19,190,36,225,242,60,148,58,119,61,111,19,83,61,160,147,200,189, + 30,155,156,61,80,37,201,189,66,84,13,62,8,137,171,60,65,250,102,186,85,224,190,189, + 230,153,56,61,135,181,169,59,189,175,66,189,135,196,223,187,106,129,114,187,72,108,65,188, + 153,71,130,61,85,148,156,61,174,23,54,60,222,224,181,61,239,221,28,190,78,36,91,60, + 20,78,238,188,246,205,88,189,2,72,193,60,244,146,229,60,70,23,12,189,20,250,193,61, + 72,34,68,189,223,242,91,189,250,5,92,189,210,85,2,62,42,140,56,189,237,205,11,61, + 143,120,250,188,226,83,142,61,72,104,169,61,157,165,235,189,60,87,118,61,36,184,211,189, + 219,236,184,189,72,136,120,189,232,196,57,188,201,69,35,60,227,126,251,187,46,225,136,189, + 75,29,34,189,71,50,194,60,148,141,171,189,134,44,2,62,192,191,85,189,219,206,161,188, + 211,174,176,189,56,233,154,189,159,163,240,188,209,25,4,190,5,120,224,189,243,176,207,61, + 154,106,215,61,57,233,50,189,65,130,209,61,226,132,180,60,203,13,197,61,250,84,183,189, + 59,229,147,60,137,70,0,61,5,69,173,189,112,124,199,61,229,24,227,187,108,103,192,61, + 53,207,26,189,98,53,160,189,254,33,135,61,57,54,238,59,79,153,195,61,18,160,176,187, + 247,81,108,61,230,245,32,189,233,178,244,61,207,2,214,60,206,125,150,189,159,234,178,189, + 49,86,73,189,242,209,43,189,162,126,196,60,84,109,138,61,164,213,42,189,65,233,171,188, + 175,25,157,60,17,31,97,61,203,74,50,59,5,119,31,189,216,161,106,189,30,98,255,186, + 165,227,143,189,147,114,97,61,122,46,135,61,5,132,184,61,221,233,101,188,25,18,75,188, + 13,89,171,188,156,29,105,189,181,222,208,60,223,13,196,189,84,252,207,60,20,225,155,187, + 132,205,216,61,132,50,211,57,115,143,189,189,99,146,118,61,30,80,43,61,4,104,124,188, + 222,81,124,189,208,85,149,189,33,122,65,189,80,228,31,61,103,207,6,189,117,218,67,61, + 221,69,125,189,79,237,171,189,147,171,1,60,77,44,198,61,226,252,100,61,58,245,185,189, + 123,43,4,60,7,208,152,189,249,43,97,189,70,250,9,189,123,6,140,61,222,141,190,188, + 79,167,143,61,124,129,6,61,209,230,68,61,246,5,233,61,199,199,144,61,77,236,255,60, + 132,243,105,61,0,214,37,189,13,99,39,58,217,24,151,61,11,155,117,189,210,59,214,187, + 82,229,23,188,175,212,70,61,131,36,84,188,211,220,233,61,78,208,214,187,137,247,23,62, + 38,244,122,189,134,185,115,61,166,109,46,188,47,60,7,62,111,137,65,61,166,178,41,190, + 152,144,232,59,3,123,164,189,238,144,164,188,80,251,75,188,147,20,241,188,178,161,105,188, + 241,54,18,188,94,124,107,189,238,144,195,61,13,181,52,61,183,116,244,188,127,148,187,60, + 187,120,21,189,136,108,171,188,21,98,129,61,60,13,183,61,190,195,106,60,60,148,21,189, + 208,23,33,61,191,98,204,188,201,118,26,60,220,235,77,59,176,128,132,189,189,40,102,188, + 134,52,13,187,145,210,3,190,226,126,1,61,49,242,227,188,102,83,63,61,91,145,0,61, + 126,243,248,189,18,177,154,59,228,183,123,61,54,75,114,189,121,218,184,61,229,177,168,189, + 91,151,110,61,158,159,108,189,4,59,226,61,211,118,47,188,83,196,20,189,137,146,235,61, + 14,14,195,61,45,83,179,187,198,232,110,61,251,235,180,60,189,194,203,189,202,225,185,188, + 216,224,73,189,115,255,24,190,190,215,6,189,106,24,144,189,184,82,181,61,23,44,179,189, + 100,15,130,61,64,207,162,61,191,75,29,189,180,114,131,61,102,56,249,60,18,135,238,189, + 22,96,23,61,123,136,157,61,124,196,183,61,243,242,156,189,74,96,115,188,224,160,89,57, + 147,210,186,188,157,224,72,187,181,245,151,189,222,15,1,190,243,82,180,60,250,237,3,60, + 31,65,185,188,57,203,105,61,93,253,115,189,78,172,102,189,17,182,101,190,180,98,152,189, + 243,248,188,61,8,203,27,62,68,143,17,188,204,74,138,189,45,26,186,60,26,210,93,189, + 250,93,131,61,79,103,248,189,253,197,35,189,36,144,227,188,130,251,85,189,48,164,96,61, + 123,112,84,189,242,192,135,61,102,125,102,189,46,71,88,188,68,20,111,58,135,77,174,187, + 24,40,223,187,104,8,4,186,254,26,216,61,70,133,0,61,24,125,120,61,114,75,198,60, + 215,188,139,189,126,212,71,62,219,188,14,61,199,133,254,61,219,118,211,61,19,31,133,188, + 254,180,99,60,101,216,0,62,95,132,86,189,217,24,51,61,176,20,15,62,1,45,146,60, + 85,230,208,61,15,146,241,59,142,48,103,189,140,53,100,61,175,200,33,189,99,131,202,61, + 78,183,60,188,98,228,14,60,74,0,33,190,131,238,239,61,63,85,154,189,90,233,166,59, + 164,119,51,189,45,104,77,61,84,30,235,188,49,216,143,61,100,107,5,190,93,57,196,60, + 94,193,82,187,116,191,82,61,75,232,98,189,211,60,218,61,131,204,182,59,104,124,13,190, + 24,195,57,61,107,209,188,189,56,57,91,188,70,185,214,61,158,85,224,60,146,184,110,189, + 70,124,210,61,39,71,40,60,110,24,3,188,157,100,247,61,106,208,182,61,95,47,106,61, + 113,230,49,61,210,127,14,61,124,71,35,60,220,30,77,187,164,51,29,189,130,62,135,61, + 243,53,54,60,88,3,208,188,207,245,219,189,254,109,103,61,89,57,204,59,11,144,125,189, + 156,18,167,61,201,44,90,188,114,203,211,189,240,37,164,189,179,70,112,61,143,73,198,188, + 9,180,86,188,106,227,176,188,172,140,52,61,166,3,78,190,235,50,214,189,205,58,78,189, + 20,53,158,61,31,25,190,60,121,158,216,61,132,48,42,190,102,202,89,61,146,117,2,189, + 181,73,133,61,245,255,237,189,173,255,105,189,33,226,13,190,221,145,17,190,170,51,122,190, + 32,169,164,184,222,66,163,61,210,135,200,61,68,166,10,190,104,167,181,188,61,78,194,60, + 31,138,60,61,217,21,109,189,177,251,158,60,254,123,180,61,24,120,107,62,89,220,141,189, + 57,249,125,61,184,64,169,189,138,148,135,60,86,148,83,61,37,139,9,190,237,173,120,190, + 57,171,91,61,49,31,48,187,2,192,181,61,97,35,180,60,70,242,169,189,211,228,251,60, + 87,14,74,189,12,108,12,189,17,214,237,60,137,191,134,61,167,25,165,190,180,160,127,61, + 225,157,222,59,41,112,16,189,24,224,132,61,5,128,232,189,116,99,131,189,158,138,141,61, + 196,38,49,187,16,102,67,189,84,170,8,62,79,47,206,187,206,65,165,59,162,29,46,59, + 243,106,61,189,145,185,16,62,8,108,224,189,204,227,23,62,202,148,163,61,186,82,30,190, + 214,241,27,61,97,227,180,188,133,171,130,189,227,241,162,60,104,11,4,61,69,14,212,61, + 106,120,65,61,167,12,154,61,176,188,237,61,235,147,125,189,22,3,73,190,107,72,58,189, + 8,197,208,189,200,179,245,58,185,97,126,189,88,9,3,190,23,89,123,61,13,143,31,189, + 36,32,54,61,3,193,56,189,224,234,151,189,45,1,99,188,246,19,75,61,17,161,37,61, + 169,219,181,188,129,192,206,61,26,66,196,189,193,174,195,60,222,85,252,61,205,141,8,189, + 21,24,37,189,154,236,222,60,247,207,41,61,126,20,185,188,159,93,33,61,242,220,72,189, + 215,158,128,189,58,114,175,61,82,148,215,61,160,240,151,189,183,166,179,187,8,162,142,60, + 144,84,204,61,219,146,151,60,123,19,40,189,90,96,184,60,134,13,71,189,104,151,105,189, + 174,114,137,187,119,254,144,61,171,75,169,189,231,94,200,60,244,243,136,189,61,224,183,189, + 41,141,132,189,81,240,129,189,172,54,59,187,35,34,144,189,154,98,135,60,214,172,39,61, + 34,241,75,189,144,80,180,61,4,84,76,189,8,56,209,189,206,183,142,188,3,88,10,190, + 208,232,7,62,245,180,236,187,205,138,188,61,15,130,159,189,140,5,4,61,169,88,148,61, + 108,231,128,189,221,195,56,60,151,53,160,61,26,19,210,61,142,233,87,190,183,182,112,60, + 232,15,15,61,218,169,153,189,121,80,30,61,198,190,146,189,2,146,173,61,13,52,55,61, + 129,165,78,189,180,122,195,61,168,84,4,61,54,109,81,60,138,244,61,61,140,10,134,60, + 29,143,113,187,236,22,246,188,143,201,116,60,114,37,67,61,118,242,86,189,197,34,89,189, + 157,7,226,188,243,8,105,60,1,243,5,59,124,126,140,61,65,187,138,189,127,97,108,61, + 199,57,140,61,204,240,43,59,246,211,247,61,221,72,234,60,163,92,168,189,192,121,141,188, + 29,201,96,189,24,215,213,60,139,204,53,60,107,140,175,189,212,141,180,61,194,136,91,189, + 99,15,182,189,29,71,86,189,23,78,39,61,223,120,161,61,59,188,217,60,88,86,33,60, + 109,105,6,190,236,183,188,189,108,148,218,61,189,97,218,189,180,89,166,189,229,40,78,60, + 129,83,209,189,173,41,219,188,146,230,182,186,214,136,23,62,122,190,53,190,191,4,164,189, + 21,165,209,61,196,104,7,62,198,190,105,187,82,40,226,60,251,18,217,189,76,52,106,58, + 183,155,251,61,238,179,191,189,62,55,162,61,20,173,113,189,192,223,35,61,140,221,178,61, + 29,63,89,188,113,180,106,189,28,111,17,189,162,39,245,59,243,209,170,61,188,153,219,189, + 246,105,175,189,146,54,208,188,13,145,39,61,170,119,162,189,0,94,17,60,75,95,86,61, + 89,67,0,61,188,148,171,61,52,119,162,189,185,151,21,190,60,204,94,189,32,114,184,189, + 82,9,12,62,251,155,26,188,98,83,203,188,134,209,51,188,54,64,156,189,75,178,56,62, + 158,208,7,60,208,75,22,189,194,76,232,188,26,24,222,61,5,212,136,189,170,148,132,189, + 147,6,153,189,32,75,23,189,138,98,64,61,163,93,25,188,142,105,131,61,102,116,20,190, + 195,217,153,61,127,114,92,189,169,107,114,189,222,24,185,60,221,16,86,61,154,79,121,61, + 84,96,222,60,55,215,153,61,175,73,146,189,255,142,129,60,10,219,68,62,252,82,104,60, + 3,204,12,62,94,48,5,190,121,104,41,189,249,149,58,189,148,76,66,60,250,133,157,61, + 134,65,79,61,24,43,244,61,78,201,247,61,158,229,234,189,10,209,255,188,38,197,181,59, + 137,8,238,61,50,109,98,61,73,192,6,190,254,120,162,61,202,242,62,188,126,132,35,62, + 55,32,154,189,80,240,12,189,37,252,2,190,150,203,238,187,89,246,147,189,26,5,85,188, + 72,224,117,189,85,89,249,187,225,180,118,188,119,212,177,61,49,242,180,189,38,5,59,61, + 67,253,150,187,193,178,145,189,137,113,241,61,81,183,7,62,15,233,239,187,177,53,121,61, + 108,94,177,60,241,254,161,188,33,4,4,190,29,83,40,189,208,131,145,61,249,38,141,60, + 234,232,195,61,42,126,208,61,109,64,17,189,119,57,194,61,211,248,217,61,191,220,68,189, + 191,26,131,61,128,46,207,60,217,186,173,60,182,156,170,189,254,113,34,189,51,201,119,60, + 137,95,153,189,116,135,139,189,184,116,169,189,83,232,14,189,33,0,66,189,38,178,249,188, + 38,89,29,61,37,0,120,61,213,188,109,189,155,15,144,188,187,60,204,189,227,158,105,61, + 158,221,25,61,192,46,42,189,187,236,238,189,150,199,164,187,79,157,142,189,69,168,210,188, + 113,196,50,61,235,53,168,61,236,149,46,188,22,106,194,61,106,84,187,60,236,167,105,189, + 159,103,244,61,22,27,245,189,106,195,101,60,9,18,229,188,149,104,141,60,189,223,169,189, + 109,83,50,61,38,88,125,61,201,248,203,59,186,93,23,61,59,224,63,189,143,239,11,62, + 248,30,118,184,78,126,25,61,65,112,144,188,189,10,160,61,207,90,21,188,152,94,192,60, + 65,67,225,61,236,38,171,61,93,47,35,61,224,201,95,189,227,114,186,58,53,187,67,189, + 167,131,152,189,185,189,0,190,57,221,162,60,68,135,198,188,162,57,155,189,229,61,250,61, + 121,117,180,61,193,243,52,189,113,13,8,61,138,66,222,61,166,105,128,189,253,153,150,61, + 128,7,166,188,210,40,80,188,145,90,131,61,233,69,144,59,68,136,220,58,218,56,28,61, + 109,26,208,189,19,129,48,61,14,35,235,189,234,4,215,58,99,22,193,60,198,21,6,190, + 238,195,194,61,110,250,252,188,86,29,235,60,250,218,228,189,121,160,148,61,181,60,173,186, + 210,90,251,187,8,30,74,61,200,49,124,58,172,232,80,60,91,28,55,61,221,165,15,189, + 32,220,178,60,52,95,211,189,237,34,22,62,158,10,205,188,138,137,249,188,119,27,74,187, + 226,59,14,61,49,243,202,61,152,80,159,60,184,132,13,189,184,142,77,61,138,53,148,61, + 23,196,185,185,206,9,175,189,37,28,221,59,238,53,170,61,11,203,244,61,253,203,3,62, + 211,131,171,186,194,82,168,61,74,83,146,60,131,182,213,60,87,11,230,188,1,251,52,60, + 24,184,252,60,100,134,212,61,247,44,184,60,129,29,189,61,104,233,136,189,235,246,205,61, + 183,187,152,189,185,195,163,61,209,196,123,60,91,42,96,60,94,118,74,62,178,13,107,189, + 5,60,134,60,100,212,166,61,153,145,51,61,166,142,83,61,237,239,0,62,234,10,131,61, + 138,25,146,61,218,38,168,189,132,199,114,188,223,3,160,189,183,254,165,61,14,238,22,59, + 29,142,17,59,183,4,96,61,83,33,155,58,227,230,39,189,224,28,123,189,124,108,119,61, + 54,12,196,188,163,136,150,189,221,9,206,60,30,220,56,189,203,38,101,61,3,64,130,189, + 10,115,47,61,18,115,236,59,165,88,181,189,175,162,20,62,217,5,37,189,212,135,46,189, + 31,108,249,61,194,67,100,61,252,178,154,61,140,178,190,61,191,0,210,187,194,167,148,189, + 225,134,155,189,19,80,146,189,126,210,128,189,181,208,163,60,163,198,247,188,122,136,80,189, + 122,112,79,61,249,138,181,60,38,61,29,60,148,64,142,61,149,45,146,189,42,152,71,189, + 67,112,185,187,51,162,154,188,96,1,30,189,59,138,156,60,63,105,129,61,58,248,150,61, + 184,0,213,60,23,162,191,189,75,161,174,61,41,207,147,189,5,89,9,61,212,142,202,61, + 25,51,79,188,201,244,142,60,218,48,207,188,93,153,130,189,179,162,232,61,105,82,124,61, + 36,250,86,61,87,140,243,188,73,50,139,61,178,120,27,189,54,228,95,61,41,151,177,189, + 46,171,255,188,212,149,156,60,116,231,111,188,241,206,249,59,148,212,140,60,174,98,188,189, + 63,197,51,61,131,246,223,60,139,103,246,60,76,6,158,61,23,153,168,61,23,254,195,61, + 150,232,26,61,161,202,157,189,29,236,120,61,81,243,137,189,217,17,33,61,101,230,50,188, + 115,27,150,61,51,117,210,61,190,150,158,61,114,109,226,188,36,240,53,188,230,79,214,189, + 147,109,210,61,113,39,184,189,53,196,194,189,147,134,242,186,113,27,104,60,44,65,88,188, + 30,56,100,189,116,191,190,61,95,87,128,61,105,1,236,60,157,57,56,188,203,53,164,189, + 251,79,246,188,185,144,66,61,27,42,39,61,215,104,181,61,63,243,108,61,3,130,178,61, + 156,207,194,61,84,88,144,61,70,79,37,61,100,128,152,60,47,203,122,189,207,241,214,61, + 249,237,184,189,74,251,163,189,220,127,142,60,15,238,14,188,64,64,154,61,41,92,170,61, + 170,140,140,189,84,26,154,189,125,33,150,189,34,251,202,61,106,167,193,189,27,192,110,189, + 171,233,146,189,105,56,53,188,120,126,59,61,98,71,220,188,72,252,175,60,103,245,196,61, + 23,69,70,188,235,215,254,185,26,102,13,61,169,244,47,189,213,144,97,188,122,6,34,190, + 186,125,174,61,115,42,158,189,233,7,48,188,227,229,51,189,96,46,182,60,57,63,187,61, + 208,41,173,189,150,38,174,189,8,249,42,190,64,37,141,187,211,198,179,189,135,58,74,189, + 99,153,163,189,176,171,191,61,95,10,253,188,148,98,150,61,7,159,169,188,90,177,131,61, + 186,171,105,61,179,48,219,189,226,203,92,61,89,246,42,189,45,182,60,61,92,112,43,190, + 224,35,161,60,115,15,195,188,134,107,226,189,94,196,180,189,63,100,152,189,149,170,210,188, + 228,89,148,61,107,104,89,189,171,30,186,189,158,175,230,61,228,27,162,61,242,226,103,62, + 11,17,148,189,202,109,32,60,238,7,97,189,221,241,142,188,158,167,230,189,80,226,123,189, + 236,140,36,190,138,177,161,189,223,246,147,187,171,56,13,61,125,171,194,61,223,164,145,60, + 178,197,183,188,85,199,164,61,87,21,208,61,138,153,19,62,19,213,185,61,232,164,115,189, + 62,9,186,60,147,139,231,60,11,8,90,60,85,172,3,190,75,203,2,187,146,89,210,188, + 76,24,165,189,5,142,205,188,216,32,59,62,161,148,183,60,255,76,206,189,155,35,117,189, + 230,9,14,61,84,105,88,62,25,136,177,59,38,4,77,189,167,245,182,61,55,245,80,189, + 56,178,184,61,97,188,133,189,37,12,14,189,162,108,178,189,223,85,242,187,10,174,149,189, + 44,213,198,60,99,158,136,61,97,245,206,189,8,95,13,61,202,241,185,188,189,171,146,189, + 116,198,22,189,222,144,10,61,230,213,211,61,184,163,184,60,25,89,86,61,208,25,254,61, + 28,24,205,61,37,82,14,190,26,58,229,61,5,45,250,189,160,63,85,60,93,170,135,187, + 114,131,183,60,90,179,23,189,96,223,152,189,139,37,109,61,3,155,103,190,19,54,186,61, + 210,213,4,189,212,219,247,60,236,25,73,189,13,224,151,61,148,254,106,60,174,162,237,57, + 87,120,7,189,135,18,84,189,164,102,230,61,168,77,184,189,45,218,17,189,177,60,56,188, + 60,85,242,188,169,119,58,60,232,196,147,61,112,73,150,61,197,196,3,62,52,244,97,61, + 10,216,157,188,38,37,152,189,247,17,186,189,72,138,67,56,3,36,159,61,92,34,242,61, + 212,78,199,61,34,178,68,61,164,79,238,189,212,34,157,189,189,15,73,188,180,198,77,189, + 7,237,43,188,91,114,139,188,182,32,95,189,109,168,252,188,232,36,133,61,109,26,210,188, + 94,153,61,189,123,184,119,61,230,5,24,61,68,155,112,189,214,89,150,61,75,198,209,188, + 133,176,230,188,55,109,237,188,72,116,9,60,206,202,80,61,199,85,94,187,2,53,91,188, + 86,242,141,59,247,157,150,188,125,209,90,61,240,181,139,188,229,179,158,61,46,19,28,61, + 10,204,159,61,168,186,197,60,171,74,11,189,93,185,90,61,199,54,187,60,78,229,48,61, + 202,35,147,189,24,153,161,189,173,176,1,61,87,212,81,61,88,180,151,58,65,238,122,60, + 172,211,4,61,118,180,131,61,25,71,121,189,244,13,15,62,132,96,195,188,222,39,51,187, + 71,141,68,61,8,233,130,189,6,177,242,188,52,226,201,61,103,88,19,189,153,156,239,60, + 113,152,186,189,4,57,7,190,214,247,168,187,144,209,82,60,204,155,82,60,37,103,211,188, + 126,88,68,61,177,106,164,189,132,131,176,189,21,171,106,189,98,89,225,60,23,156,247,187, + 211,27,210,189,40,64,215,60,92,175,24,189,226,199,168,188,5,87,142,189,1,161,77,61, + 172,125,83,61,171,142,140,61,10,104,171,61,88,137,100,60,136,95,149,189,5,35,5,61, + 228,138,223,188,218,139,126,61,109,229,62,61,189,112,49,61,129,155,182,60,136,232,154,189, + 75,37,133,189,43,45,177,189,201,160,209,61,6,223,146,189,239,109,104,61,45,131,100,189, + 221,134,143,61,155,96,242,188,154,201,140,61,181,82,10,189,146,175,62,189,65,225,75,61, + 157,98,67,187,38,228,26,189,184,132,13,189,242,205,128,189,3,247,131,60,18,14,132,60, + 67,4,0,190,210,222,159,189,49,23,166,189,6,193,204,189,249,61,157,189,154,74,53,60, + 239,198,62,188,74,157,19,189,118,194,150,59,251,91,229,188,201,67,226,61,70,159,125,61, + 115,233,150,61,66,223,149,58,96,89,3,61,53,155,192,189,100,93,170,61,122,111,129,61, + 133,123,97,61,222,88,190,61,219,25,114,61,229,241,41,61,45,125,177,189,96,253,42,60, + 70,89,184,61,236,45,212,60,245,209,22,188,64,107,240,189,190,86,193,61,217,36,116,61, + 163,81,174,60,40,44,140,186,223,1,145,189,251,166,177,60,245,8,43,189,79,94,162,189, + 39,193,138,189,44,77,44,188,158,10,206,61,127,134,167,187,0,79,18,189,76,5,40,61, + 252,17,201,61,102,59,160,61,1,225,178,189,10,32,150,61,253,64,144,60,136,3,239,61, + 43,90,136,61,216,16,201,188,34,174,117,186,253,227,211,185,2,196,83,61,193,139,150,61, + 183,237,34,189,168,91,171,61,137,238,175,61,17,17,222,61,253,34,73,187,7,223,49,189, + 13,219,145,189,183,164,249,60,227,74,0,60,164,184,25,60,0,87,171,188,111,112,70,187, + 228,189,178,61,36,253,83,188,140,232,162,189,101,90,83,60,208,244,31,61,34,205,137,60, + 1,166,100,187,178,241,16,61,63,66,116,187,9,254,180,189,7,79,129,61,131,16,2,62, + 158,201,4,189,199,178,61,61,245,210,26,190,109,110,142,59,176,17,182,61,115,252,242,189, + 144,124,133,189,125,19,25,189,61,145,132,189,65,230,3,189,128,195,30,189,49,94,64,61, + 94,139,101,189,75,212,27,62,58,217,100,59,95,93,12,189,159,188,244,189,247,195,67,61, + 240,76,65,189,222,234,226,189,175,57,55,61,29,134,224,61,150,136,140,189,214,199,251,61, + 73,121,227,59,87,255,149,61,5,24,137,61,59,255,30,62,201,116,21,62,157,71,166,61, + 120,52,244,61,248,43,25,189,209,188,34,61,215,57,9,188,197,180,48,60,100,206,204,60, + 110,44,40,62,148,252,43,190,115,43,173,188,215,205,201,61,49,52,224,61,110,69,243,61, + 67,238,17,62,255,96,253,188,214,1,209,189,58,0,4,62,110,36,25,60,162,127,58,188, + 60,180,67,62,207,240,194,189,197,86,8,62,254,197,104,188,52,216,204,187,85,241,243,61, + 118,102,24,190,65,84,198,188,163,123,197,189,228,6,55,189,200,123,224,59,245,47,208,61, + 112,115,98,60,82,112,3,62,85,107,14,62,189,22,39,189,13,194,72,60,37,110,174,61, + 55,165,216,60,145,37,247,189,79,54,166,189,56,109,1,189,99,182,223,188,178,15,127,61, + 28,35,142,189,16,120,21,186,35,65,71,189,57,173,235,60,38,145,80,188,167,156,210,187, + 58,152,164,61,161,56,247,60,128,198,9,189,40,87,160,61,66,127,43,61,217,104,202,189, + 33,70,4,190,167,131,78,190,164,203,68,60,85,145,196,61,159,10,30,61,93,252,135,61, + 226,98,142,189,203,198,24,62,109,170,157,60,25,12,199,61,33,175,14,61,120,56,196,61, + 59,62,30,61,113,194,150,189,212,54,103,61,50,187,204,57,246,3,69,61,61,43,129,60, + 3,140,245,59,70,192,59,61,8,201,23,190,202,30,23,189,5,204,234,189,237,180,176,189, + 29,182,15,61,193,218,153,188,42,224,39,188,72,152,203,61,188,56,146,189,234,86,47,62, + 57,38,18,190,44,117,211,60,204,247,39,188,217,3,204,60,136,182,125,61,76,44,165,188, + 193,165,0,189,171,37,240,60,156,204,7,60,217,60,188,61,82,78,71,62,178,205,80,187, + 152,0,187,189,112,31,213,61,75,22,219,188,124,50,195,61,174,55,26,61,231,251,31,62, + 28,106,205,60,179,98,243,60,144,78,230,60,43,183,37,189,122,38,67,60,9,154,103,60, + 177,185,203,61,120,192,144,61,121,180,63,61,158,22,201,189,32,196,73,189,194,24,118,189, + 57,39,178,189,67,55,162,61,7,184,110,61,216,157,216,61,181,234,118,187,132,49,106,189, + 208,24,35,62,160,109,194,189,94,40,64,189,87,254,60,188,105,91,15,188,176,170,201,189, + 63,155,153,189,78,177,23,189,160,105,148,189,211,133,173,61,92,174,226,60,227,230,210,59, + 254,26,104,188,79,6,230,61,70,29,17,62,248,42,149,186,47,169,189,189,156,198,198,60, + 37,81,214,60,249,130,123,189,178,169,137,61,93,90,155,189,126,12,183,189,8,134,36,189, + 244,50,132,61,226,117,185,188,204,148,75,60,63,6,96,61,94,128,147,188,159,255,216,60, + 245,255,251,188,36,36,190,188,231,7,56,61,62,49,80,61,246,151,218,60,49,126,155,189, + 9,142,192,189,63,185,197,61,121,139,27,189,50,69,23,189,216,171,235,189,41,119,21,61, + 32,144,132,61,168,211,189,189,164,126,39,60,64,57,221,188,81,142,11,190,0,221,212,61, + 169,94,86,189,26,160,230,61,185,155,76,189,83,50,80,60,213,71,114,189,193,153,135,187, + 218,184,54,189,135,211,46,60,23,91,235,60,68,207,63,60,117,108,175,60,230,39,155,189, + 34,171,146,61,57,247,84,187,131,121,134,188,54,128,181,61,10,99,210,61,212,115,230,189, + 124,59,139,189,153,214,193,60,73,30,119,188,134,216,226,189,167,228,188,61,254,208,76,188, + 149,170,144,61,64,239,1,62,80,193,174,189,214,21,137,61,118,122,248,189,199,200,12,62, + 174,30,126,188,127,65,164,189,138,177,196,61,192,17,231,188,157,171,172,188,130,213,6,189, + 159,58,173,188,166,23,12,188,106,141,43,189,84,32,206,189,93,50,0,62,252,207,199,189, + 245,249,64,61,98,138,189,61,252,201,124,189,101,156,223,61,116,31,201,188,137,58,27,61, + 96,223,19,59,15,13,64,188,106,148,0,189,45,188,228,61,95,71,13,61,6,186,67,61, + 109,135,54,61,87,172,24,60,15,166,16,189,59,107,137,189,32,137,99,61,104,47,126,61, + 169,160,28,62,45,31,218,61,145,47,152,188,15,161,6,62,122,243,109,189,3,76,136,188, + 67,20,190,61,92,114,54,189,222,3,196,61,220,245,149,189,199,42,207,61,110,212,50,190, + 40,197,177,61,182,53,132,61,49,235,234,59,49,201,25,188,120,175,173,60,39,240,91,61, + 38,187,165,61,164,145,228,189,20,28,220,189,7,41,106,62,16,24,33,61,136,108,147,61, + 85,233,116,189,247,158,212,61,46,68,49,189,219,118,217,61,69,231,9,189,207,100,33,189, + 242,165,215,188,220,184,152,189,90,51,87,186,72,150,25,189,52,218,107,188,209,213,47,189, + 249,42,82,189,91,5,58,60,133,147,254,189,136,193,223,61,0,233,35,190,57,16,154,61, + 11,13,43,189,184,45,37,189,152,143,189,188,206,204,6,62,187,176,100,189,158,60,32,61, + 121,252,221,188,198,243,218,189,156,232,191,187,172,162,7,60,124,61,105,61,12,136,213,188, + 170,97,231,60,11,21,208,61,18,67,4,61,227,140,74,61,134,224,90,62,227,76,135,61, + 202,75,41,189,196,177,47,62,129,234,99,59,39,74,158,61,103,187,16,189,222,137,145,61, + 178,203,215,188,122,243,102,189,163,154,182,189,116,7,191,189,182,32,216,187,162,47,135,188, + 100,38,229,188,112,140,162,61,27,165,87,60,122,146,185,189,7,121,14,61,102,24,251,60, + 113,178,213,189,77,100,51,60,214,84,87,189,149,108,159,189,0,211,170,61,160,124,65,61, + 111,142,78,188,155,131,69,189,237,41,133,61,171,16,87,62,12,121,242,61,254,141,65,61, + 178,130,152,189,242,100,197,189,139,199,38,61,60,160,113,189,86,53,188,189,37,117,206,189, + 28,1,212,189,251,9,43,61,148,88,246,60,54,5,168,189,125,139,226,189,188,131,194,61, + 46,191,59,62,78,210,23,59,194,6,242,61,197,228,160,189,224,196,6,189,159,100,136,189, + 184,38,108,61,43,170,3,188,208,235,83,61,119,199,54,189,249,136,120,189,116,76,99,61, + 106,166,136,189,231,65,3,61,242,246,174,61,150,31,132,188,54,178,31,60,30,166,180,187, + 137,25,61,61,51,63,125,61,82,1,161,61,73,145,37,62,103,169,96,61,118,188,120,60, + 146,114,77,187,95,226,242,188,68,62,40,190,228,21,191,61,35,46,161,59,172,63,3,189, + 199,237,148,189,124,1,19,190,237,10,182,61,3,63,26,189,56,254,118,189,51,81,71,188, + 23,87,9,60,87,177,117,61,36,46,199,189,129,66,143,189,55,150,148,60,217,34,92,188, + 209,60,104,60,130,198,220,61,105,214,76,189,204,123,83,189,149,57,182,188,33,100,56,189, + 9,50,106,61,164,253,14,62,179,221,95,61,108,26,213,57,207,104,131,60,34,52,143,61, + 107,246,6,59,165,204,86,189,14,166,176,189,114,36,17,188,217,19,251,61,156,21,185,61, + 252,13,163,188,30,176,145,187,214,38,191,188,71,98,38,189,32,156,190,59,165,160,251,187, + 239,154,249,61,95,45,207,60,224,146,225,189,78,113,18,60,90,59,139,189,64,149,37,189, + 75,155,87,60,209,73,46,189,122,107,10,61,18,206,19,189,226,254,109,189,129,138,43,189, + 43,198,159,189,4,190,93,61,255,51,14,189,229,179,16,61,73,17,60,60,246,13,71,61, + 142,76,28,62,62,39,197,61,78,244,61,60,212,219,193,60,21,53,26,60,48,38,166,61, + 222,196,19,61,97,252,234,60,84,106,0,61,204,3,14,61,41,5,178,189,215,62,97,189, + 248,77,74,61,208,17,25,189,31,177,78,61,79,149,139,60,180,171,96,189,199,28,173,189, + 141,11,218,61,64,171,106,189,117,185,184,61,222,96,109,189,10,238,59,61,25,216,84,61, + 141,112,227,61,163,139,141,189,89,206,118,189,84,166,152,189,0,189,191,61,193,100,145,61, + 90,119,174,60,66,254,39,60,174,78,188,61,84,91,24,189,103,172,253,61,146,19,147,61, + 239,69,189,189,95,31,93,189,236,60,153,60,11,80,29,189,34,0,10,189,152,162,135,61, + 129,84,100,61,56,0,236,189,166,5,175,61,58,205,40,189,196,229,8,189,60,132,155,189, + 88,105,193,189,91,167,129,61,36,63,171,189,114,134,54,189,39,235,127,61,110,187,139,61, + 219,113,246,188,81,245,200,61,125,169,187,61,255,5,154,189,93,107,21,60,216,87,236,188, + 12,58,78,60,48,186,235,188,59,176,57,61,13,16,193,61,122,234,147,189,5,232,81,189, + 88,197,241,61,118,220,34,61,157,20,170,189,22,180,193,61,28,68,39,188,62,128,181,60, + 62,149,39,59,102,106,156,60,238,12,87,189,52,89,238,60,42,147,156,189,255,29,19,189, + 131,72,162,61,240,106,169,61,252,26,17,189,250,153,16,62,68,37,42,189,5,63,183,59, + 196,253,209,61,36,102,49,61,191,156,138,61,92,175,131,188,240,18,241,60,173,107,8,189, + 185,224,53,188,33,18,180,189,129,167,139,61,125,160,1,190,56,102,7,61,75,15,112,61, + 19,243,28,60,99,147,156,189,145,188,114,189,96,99,205,60,148,203,222,189,230,117,104,61, + 72,107,44,189,226,87,176,189,10,45,219,61,136,151,132,60,90,151,194,61,28,116,71,60, + 113,57,13,189,8,94,105,61,22,54,85,61,17,62,172,188,222,162,186,189,250,193,140,189, + 2,96,234,61,126,2,157,61,4,46,64,188,254,80,170,60,185,25,210,61,123,42,160,61, + 216,31,49,58,110,126,63,190,148,13,41,190,77,111,39,62,233,87,134,61,99,127,239,61, + 15,96,190,60,183,67,203,60,142,153,32,60,161,75,85,62,149,141,83,188,120,35,38,60, + 37,69,217,61,210,3,248,189,254,98,118,187,219,45,70,60,45,1,205,187,41,49,2,188, + 9,192,131,189,186,231,189,61,229,142,22,190,177,212,78,60,10,254,232,189,238,196,158,187, + 39,251,232,61,133,82,183,189,241,199,228,61,194,31,165,61,25,112,140,61,47,44,234,61, + 252,232,167,189,34,98,236,189,206,55,144,61,161,162,138,189,102,67,136,189,80,237,26,189, + 145,253,9,190,53,65,109,60,79,249,155,60,75,64,177,60,153,205,150,61,15,174,42,189, + 67,100,210,61,210,240,180,60,92,242,213,189,150,184,215,61,34,241,135,189,184,42,117,189, + 21,233,235,189,52,42,25,61,241,74,132,187,29,223,84,60,52,195,233,61,143,238,217,188, + 99,6,221,60,216,170,11,61,116,187,3,62,145,62,4,190,161,241,148,61,225,202,131,59, + 8,7,210,189,214,72,185,60,106,222,88,61,126,71,117,186,197,150,141,61,176,248,7,60, + 77,138,209,61,42,38,79,188,139,101,199,189,193,161,17,61,138,74,254,188,54,53,189,61, + 169,104,171,61,109,137,152,60,49,227,240,188,104,186,108,188,64,100,188,189,128,83,189,189, + 249,113,152,189,123,70,22,62,170,111,153,61,92,75,163,60,222,170,141,61,242,53,84,188, + 119,140,77,62,49,62,174,189,163,233,119,188,106,139,138,189,242,205,144,61,83,52,222,60, + 80,42,115,61,5,77,76,60,246,186,28,190,67,223,112,61,31,173,250,188,133,72,152,60, + 162,71,158,189,12,216,113,189,9,77,64,61,133,196,118,61,28,211,85,189,31,59,252,188, + 90,223,72,61,102,47,113,189,236,193,115,189,211,236,233,189,140,7,198,60,44,164,178,61, + 104,154,173,61,18,153,144,189,248,16,60,60,18,8,65,60,42,77,219,60,195,48,198,189, + 61,168,252,188,185,171,98,188,194,183,215,60,65,159,0,61,36,192,217,60,106,72,221,60, + 244,123,86,58,200,78,155,188,17,127,143,61,233,110,69,189,173,249,192,60,2,84,197,189, + 130,184,104,61,136,53,40,62,0,131,154,189,9,232,142,61,93,88,138,61,18,142,163,61, + 61,72,203,61,42,49,128,189,180,15,110,61,192,19,27,189,153,189,237,188,17,207,44,61, + 31,157,248,189,55,48,166,60,183,126,37,61,2,180,139,61,23,244,74,189,89,159,50,189, + 142,13,1,60,186,216,13,189,64,172,91,189,4,15,206,60,224,211,169,60,29,6,136,61, + 232,47,89,60,217,106,178,61,179,119,158,189,96,93,81,61,201,217,252,60,158,174,183,61, + 113,249,137,59,203,184,241,189,93,24,184,58,184,210,189,61,137,132,170,61,4,110,221,189, + 241,158,54,61,108,105,144,61,33,90,165,187,175,86,32,61,52,111,131,60,114,15,163,61, + 61,122,126,61,209,122,139,61,105,27,130,189,56,158,109,61,123,19,154,189,56,224,56,189, + 84,78,171,61,9,242,244,189,252,220,190,61,38,180,68,60,98,252,102,60,85,114,101,189, + 221,213,8,189,152,187,132,189,204,122,7,62,37,66,18,190,136,45,118,188,106,211,36,190, + 25,60,49,61,88,4,140,61,72,81,36,189,155,101,159,61,150,186,155,61,228,228,247,188, + 229,64,139,188,193,144,26,189,175,74,55,61,227,106,177,61,170,210,210,189,151,206,115,189, + 126,30,51,62,139,117,138,60,86,120,185,59,192,141,174,61,222,190,237,61,39,151,203,189, + 192,128,9,60,7,85,225,189,210,35,36,189,48,68,30,62,212,171,170,61,50,84,116,189, + 85,124,66,189,167,196,14,190,39,90,151,59,69,201,195,188,244,126,231,60,212,129,21,62, + 35,112,142,60,255,108,194,61,144,46,109,189,124,7,134,61,166,194,214,189,237,35,242,61, + 241,125,2,61,135,121,167,188,107,212,32,190,25,173,171,61,30,93,132,61,241,45,16,190, + 214,19,215,61,33,54,189,60,70,179,140,61,85,238,80,189,67,100,76,60,228,185,98,61, + 84,13,33,189,255,16,233,59,114,126,120,189,193,76,188,61,211,50,229,61,55,172,131,61, + 230,67,168,189,214,46,138,61,179,13,19,190,69,220,171,189,216,140,66,61,24,185,207,189, + 118,175,167,186,233,238,11,62,12,70,9,189,182,33,3,61,21,216,182,189,208,103,0,190, + 131,149,193,188,5,204,82,61,151,16,105,61,193,105,119,60,182,235,37,61,102,180,72,61, + 93,8,139,60,134,148,204,59,248,95,155,189,224,143,218,59,216,21,213,189,129,0,220,189, + 55,55,14,62,180,165,7,60,249,20,155,61,126,172,63,61,211,255,158,189,181,101,32,61, + 118,251,16,190,167,234,140,61,108,100,193,188,54,95,116,61,239,164,206,189,164,7,116,61, + 182,161,207,61,75,95,167,61,41,2,254,61,181,219,42,61,168,49,223,59,224,122,111,189, + 233,56,168,188,190,170,155,61,88,9,61,189,110,82,233,61,116,234,27,59,47,32,231,189, + 173,84,35,189,230,255,83,190,188,8,99,61,42,87,40,62,208,62,186,188,228,103,16,61, + 221,127,151,60,43,134,171,60,204,228,170,61,96,193,60,62,55,201,87,61,102,1,240,60, + 158,87,223,187,173,147,23,190,63,85,3,62,229,127,141,61,138,62,87,61,117,119,211,60, + 98,235,21,189,208,80,232,57,239,201,22,190,4,27,136,189,176,33,162,189,67,106,26,189, + 194,184,48,189,90,186,175,187,110,85,52,189,97,133,61,59,203,135,69,61,157,154,89,62, + 39,48,29,61,232,76,88,188,3,160,132,189,236,153,37,189,179,180,129,189,215,43,188,189, + 227,85,63,60,247,125,71,188,160,217,170,188,11,164,187,189,144,211,192,61,122,76,204,188, + 65,192,62,189,235,232,193,61,209,0,184,189,72,112,143,61,33,38,217,59,94,248,207,61, + 219,74,29,61,231,73,125,189,36,247,185,189,103,195,15,190,208,208,244,188,203,230,133,61, + 152,237,63,61,154,46,221,189,131,209,76,62,35,213,86,189,9,176,161,189,123,230,138,61, + 147,43,254,60,187,164,99,61,199,235,44,61,38,105,17,190,190,92,229,61,144,173,84,189, + 1,219,87,189,119,142,16,61,23,149,85,188,47,234,79,61,223,84,188,188,166,26,138,61, + 77,25,138,61,86,192,28,61,161,13,194,60,182,84,93,61,114,89,27,61,107,131,56,61, + 78,228,7,189,198,226,75,62,228,121,232,60,53,194,15,61,204,168,6,61,37,1,217,61, + 124,189,197,61,8,211,243,189,175,195,133,61,222,72,19,61,174,97,185,61,4,3,214,189, + 101,92,75,62,81,165,130,61,165,241,17,62,164,197,214,60,75,128,238,61,41,178,150,61, + 231,56,227,61,41,224,38,190,31,176,201,189,112,67,180,61,184,127,0,62,61,58,135,61, + 56,252,158,189,223,96,241,188,49,74,125,189,102,227,29,62,250,241,178,188,79,91,242,186, + 196,247,164,61,186,76,203,189,155,211,187,189,23,221,245,61,80,243,162,61,97,11,49,190, + 248,119,110,59,111,133,164,189,154,145,228,59,192,108,104,61,37,75,195,189,248,105,73,60, + 167,68,98,60,81,172,138,189,36,15,190,61,250,254,115,189,103,21,244,188,121,149,4,62, + 35,4,243,61,69,27,24,190,177,98,218,188,127,235,50,61,109,156,38,61,30,169,253,188, + 28,14,178,189,167,86,246,59,171,210,201,61,115,222,242,188,227,134,26,62,4,30,208,61, + 23,249,34,188,106,233,13,61,29,96,86,60,104,217,129,61,4,124,166,189,64,166,134,61, + 154,71,13,189,244,136,142,188,28,147,162,189,191,70,76,189,116,51,72,189,246,103,5,61, + 117,191,3,187,25,238,71,59,51,10,201,61,196,196,216,189,135,77,45,189,110,217,187,59, + 10,209,122,61,165,116,200,187,217,191,177,60,154,220,90,189,22,136,1,190,251,6,250,189, + 184,212,179,61,180,210,135,189,72,191,44,62,111,166,9,188,50,161,146,189,37,176,43,61, + 22,55,42,189,12,196,35,190,25,12,213,189,11,75,181,61,193,180,169,60,180,35,17,61, + 43,254,186,188,61,189,213,188,109,132,240,60,105,42,103,189,71,189,147,61,110,103,128,189, + 13,239,60,188,179,65,92,189,101,184,243,60,105,7,155,188,167,168,172,60,213,59,175,189, + 1,56,243,61,213,1,133,189,8,224,164,61,145,108,25,62,14,87,231,61,52,34,170,61, + 66,243,138,189,101,227,98,188,159,112,22,190,116,68,142,61,162,235,199,189,203,30,198,188, + 93,190,117,61,126,138,0,61,25,11,5,189,105,147,79,61,14,13,143,189,129,174,35,62, + 226,6,134,61,125,171,165,189,129,253,181,61,131,138,179,61,127,231,138,189,139,30,59,190, + 188,191,2,190,156,121,253,187,98,238,203,60,231,92,116,189,0,40,67,190,252,105,48,189, + 71,74,200,61,125,76,169,189,3,25,99,61,56,95,15,61,94,39,150,61,212,100,116,61, + 141,209,173,188,221,251,107,189,255,0,254,60,172,99,121,61,164,214,159,188,36,15,231,60, + 166,74,160,60,24,28,27,188,90,85,181,60,237,232,156,189,1,187,192,61,180,66,198,61, + 76,172,246,60,38,211,12,189,129,233,196,61,120,26,115,61,114,188,11,60,243,106,78,189, + 177,218,102,189,156,79,95,189,229,231,137,189,24,77,239,189,222,79,237,61,223,14,93,189, + 71,128,154,189,151,73,91,189,79,98,58,62,133,203,243,188,118,137,143,189,19,192,238,61, + 134,76,134,189,178,25,27,62,20,86,131,188,67,58,200,189,65,22,6,190,106,147,70,189, + 17,80,182,187,205,32,171,189,254,9,11,189,120,26,158,188,248,254,252,61,14,126,216,61, + 80,122,231,189,213,29,141,60,211,52,176,61,238,139,50,61,98,196,164,187,236,181,71,188, + 58,112,103,61,102,217,50,62,9,78,95,61,74,230,159,60,10,60,157,187,39,113,192,188, + 101,104,147,61,234,220,210,188,33,140,145,188,253,139,250,188,14,84,250,188,56,208,158,61, + 127,154,254,189,64,187,61,190,240,209,18,62,225,221,105,61,3,88,195,188,56,49,7,62, + 29,84,172,60,77,73,151,189,24,91,237,189,176,46,215,61,106,222,224,189,100,189,98,189, + 95,7,170,60,182,130,213,61,219,170,47,189,42,192,179,61,191,207,231,61,50,4,121,61, + 159,29,163,61,132,228,155,60,174,117,6,188,80,115,171,59,233,132,76,61,192,253,160,189, + 97,190,45,61,100,221,0,60,248,83,45,60,142,252,10,190,246,34,29,61,214,92,62,61, + 97,35,121,189,32,210,5,58,92,249,156,189,29,146,153,189,55,139,215,188,6,78,32,189, + 234,154,74,61,170,176,33,60,105,177,72,61,46,199,186,188,70,78,241,189,154,206,45,188, + 215,159,139,189,204,203,116,188,86,205,48,61,241,56,60,188,34,208,176,60,27,228,76,60, + 170,81,204,61,1,159,31,188,107,50,35,189,94,215,146,189,114,166,1,62,231,247,27,190, + 90,104,144,61,15,239,100,59,117,23,233,189,105,167,162,61,175,86,32,61,151,203,14,61, + 117,9,203,187,152,126,128,189,37,224,10,58,80,230,73,61,199,75,107,189,147,88,66,61, + 190,232,241,61,202,124,211,189,106,108,28,62,158,121,201,60,78,253,142,188,245,162,48,62, + 73,0,8,59,14,44,64,61,22,145,93,188,72,111,42,190,118,23,40,60,28,225,162,187, + 82,252,181,61,124,66,193,60,245,136,215,61,168,6,78,61,30,195,165,189,29,89,6,62, + 68,69,156,189,194,112,114,189,47,250,135,61,180,45,177,189,124,13,79,188,162,50,28,61, + 146,233,189,189,83,63,22,62,235,150,108,189,125,158,118,60,36,38,90,60,101,184,134,61, + 179,223,153,61,58,77,58,189,226,111,162,60,14,203,232,59,137,255,189,189,233,221,159,188, + 93,65,161,61,186,222,20,62,42,111,162,61,233,204,98,60,108,37,157,61,33,110,41,61, + 80,233,213,60,157,177,74,189,234,217,157,189,18,176,22,189,115,110,89,61,224,103,134,61, + 147,253,217,189,254,232,172,61,50,173,19,190,93,7,53,60,99,42,147,61,0,74,198,60, + 47,188,117,189,43,12,18,189,247,224,27,62,134,230,216,61,47,172,61,60,14,161,71,60, + 204,13,14,190,64,250,39,62,197,15,0,188,194,246,197,189,21,61,171,188,48,124,50,190, + 161,241,130,61,141,133,90,61,132,146,114,189,194,25,127,187,230,74,102,189,125,239,110,61, + 27,235,87,188,59,6,4,61,230,182,77,62,55,207,134,61,12,158,248,60,138,4,37,61, + 241,180,205,61,240,252,1,190,51,70,84,60,177,34,159,60,212,89,188,61,178,99,142,61, + 124,176,60,61,199,100,78,189,239,130,182,187,203,201,53,189,79,221,95,61,227,249,172,60, + 163,209,99,61,31,225,72,61,41,59,61,60,213,131,44,61,114,140,132,189,155,178,187,60, + 238,204,8,189,47,135,240,60,27,2,73,189,111,39,214,187,182,186,6,190,97,217,109,189, + 26,147,61,61,4,185,3,62,192,177,71,189,1,33,155,60,75,215,209,61,239,166,175,60, + 243,137,242,61,151,35,150,188,182,116,193,188,58,238,74,60,251,227,190,189,64,119,59,186, + 59,179,26,61,68,216,46,190,127,163,232,188,54,194,233,188,251,69,76,189,99,225,14,61, + 84,151,193,189,128,123,54,189,223,88,172,189,106,149,67,61,123,92,239,58,239,144,54,189, + 24,255,142,61,3,34,160,189,179,229,89,61,84,154,242,188,62,23,39,190,37,146,86,62, + 178,197,141,61,123,2,42,60,167,51,210,61,12,156,231,188,222,5,115,60,209,217,169,189, + 89,224,13,60,99,166,254,189,113,158,188,188,136,225,45,190,141,81,79,61,75,251,179,189, + 246,254,107,60,155,174,33,188,18,181,230,189,103,215,46,61,67,135,90,61,52,217,237,61, + 226,68,57,189,135,214,179,60,113,158,164,61,199,101,242,61,224,76,125,188,61,200,2,61, + 185,234,191,189,195,216,4,62,182,89,190,189,184,60,17,189,76,217,140,61,105,130,164,189, + 13,23,5,61,76,69,243,189,146,169,182,59,254,5,122,61,170,50,176,189,37,43,172,61, + 113,91,78,189,88,66,138,60,79,216,129,61,255,125,80,189,252,206,86,61,219,233,189,61, + 226,78,96,62,230,85,87,59,45,150,215,60,53,146,193,188,16,11,166,60,104,201,11,61, + 38,131,143,60,172,80,201,61,239,140,213,61,110,146,170,61,206,36,28,189,25,135,145,189, + 117,60,219,189,88,61,167,61,22,80,165,189,58,41,133,188,23,247,71,62,145,223,146,189, + 79,48,244,189,116,255,40,61,36,93,128,60,18,59,155,187,243,189,94,190,244,104,209,189, + 244,5,207,186,147,20,237,61,224,55,119,60,167,124,56,190,242,113,249,58,166,64,157,189, + 150,67,74,58,223,104,104,59,14,148,45,62,69,123,7,61,83,182,219,189,120,127,159,61, + 144,252,252,61,187,16,162,60,96,210,204,189,169,80,241,60,111,215,103,187,1,161,23,189, + 103,163,185,189,71,208,146,61,227,126,189,189,65,187,240,61,9,236,22,61,20,164,96,60, + 74,62,235,61,220,12,216,188,55,229,2,187,111,55,15,61,80,59,168,189,169,144,208,61, + 221,41,206,189,129,131,146,189,215,235,85,190,155,140,17,62,26,29,105,61,211,44,126,189, + 205,254,34,61,106,199,90,186,73,12,108,189,17,236,237,61,112,177,32,190,212,110,223,61, + 52,42,42,62,115,23,222,189,98,136,134,189,203,9,175,61,73,193,208,189,100,203,70,189, + 61,7,179,61,130,198,127,188,131,43,155,59,80,212,205,188,165,204,253,189,70,163,6,61, + 5,141,205,187,199,2,249,187,183,101,0,62,209,221,88,187,12,19,180,61,11,87,191,60, + 36,45,247,60,18,147,57,188,189,182,128,189,101,31,144,188,234,160,54,61,2,146,171,61, + 224,71,111,189,52,84,205,188,89,69,173,188,11,155,240,189,151,201,235,60,135,134,27,60, + 12,128,178,189,250,4,48,62,125,242,125,187,188,226,22,188,193,211,189,189,66,75,51,61, + 217,247,185,189,141,121,99,61,167,83,141,61,129,13,234,189,37,109,4,62,104,2,144,61, + 146,185,182,184,200,74,194,61,196,160,33,61,218,220,191,189,97,216,213,61,98,29,218,186, + 93,255,17,190,230,180,202,61,112,163,133,61,140,141,32,189,171,238,179,60,193,238,183,189, + 239,69,160,61,57,103,22,189,36,204,20,62,154,105,241,188,53,210,1,187,63,200,20,60, + 49,100,47,61,125,38,239,188,211,51,68,189,176,152,92,61,115,246,214,189,204,175,198,189, + 158,112,153,60,196,132,214,61,99,43,4,62,224,57,181,189,49,250,159,61,127,176,163,189, + 23,220,106,62,223,232,2,190,51,18,43,60,58,236,57,189,63,221,185,188,197,145,222,60, + 68,40,189,189,156,21,28,189,47,220,18,61,22,140,27,189,208,100,46,62,55,92,35,187, + 151,49,219,61,178,102,13,190,38,181,129,58,121,184,145,59,38,3,207,188,145,50,29,61, + 149,19,178,60,98,115,195,60,105,47,17,62,122,117,106,62,49,205,65,62,60,116,101,61, + 47,135,24,61,218,142,67,61,13,116,209,60,113,190,80,61,129,122,162,61,53,18,99,189, + 98,96,163,188,71,71,147,61,150,133,60,61,120,81,56,189,148,193,39,190,160,73,81,189, + 24,228,254,61,245,149,157,189,225,233,135,60,86,226,162,189,29,226,20,190,206,80,105,59, + 33,47,174,189,92,187,182,189,165,198,193,189,89,141,171,189,69,132,178,189,232,105,16,189, + 21,226,165,189,10,5,27,62,23,126,33,62,119,214,206,188,57,214,170,189,210,243,59,60, + 101,134,24,61,244,23,151,189,2,34,186,61,77,252,142,61,248,182,38,60,133,106,168,186, + 217,236,208,61,15,144,54,61,165,92,65,189,150,183,183,189,206,220,25,62,215,247,2,62, + 68,36,35,62,246,63,39,189,228,219,101,62,145,197,206,189,120,121,66,190,191,50,157,61, + 30,23,166,189,236,53,34,60,45,239,250,61,232,2,137,189,255,171,80,60,198,114,75,61, + 51,112,0,190,112,152,176,188,105,179,132,189,223,105,71,189,172,112,189,189,147,78,143,61, + 158,213,143,187,229,253,135,61,156,204,131,188,143,36,34,189,151,118,64,188,157,219,65,189, + 133,160,68,189,235,229,85,61,140,85,56,189,58,184,37,190,236,101,142,59,133,241,96,62, + 34,35,155,61,97,248,141,188,6,204,155,188,5,168,106,61,208,186,98,61,58,247,138,61, + 110,101,123,61,213,106,229,60,44,80,180,60,239,143,6,61,224,123,159,60,32,30,155,61, + 186,212,134,60,36,242,27,61,201,108,84,61,158,99,248,61,46,168,118,188,241,33,204,61, + 138,96,108,61,41,187,131,188,171,230,62,61,179,96,165,61,166,115,141,188,152,143,30,61, + 251,231,139,61,20,121,136,189,151,139,145,60,175,201,146,61,181,35,242,61,187,157,139,186, + 186,140,220,59,34,245,60,61,165,135,187,61,192,9,145,189,218,74,149,189,200,111,44,189, + 146,92,190,61,18,23,188,61,58,144,206,189,50,15,173,61,111,155,142,61,154,178,8,61, + 126,185,15,189,66,235,158,189,98,45,172,189,34,131,220,61,160,122,176,189,120,98,194,185, + 119,213,99,60,133,87,248,188,34,225,178,61,37,149,78,61,123,188,0,62,3,30,205,188, + 109,70,177,188,98,108,24,189,223,78,210,61,106,52,153,61,67,181,55,189,56,82,65,188, + 93,19,15,62,55,248,140,61,229,159,236,188,78,169,101,189,26,11,41,189,40,84,225,61, + 190,255,99,60,104,249,106,188,57,35,49,61,79,135,183,189,84,63,161,189,112,133,222,61, + 175,43,158,61,238,230,173,189,92,122,227,61,42,126,189,61,253,3,72,189,9,49,144,188, + 41,45,0,62,128,180,72,188,83,144,110,189,217,225,53,62,85,86,149,189,63,115,63,61, + 135,195,1,189,160,138,178,61,134,91,28,60,201,62,100,188,239,199,98,189,15,209,28,189, + 49,111,132,60,216,243,168,61,184,59,223,188,192,51,187,61,238,41,12,189,53,50,223,187, + 118,147,82,188,240,108,219,61,170,230,130,61,30,85,4,189,109,178,184,61,207,117,234,189, + 24,253,182,189,158,34,128,61,7,114,114,61,167,242,95,61,199,214,129,189,163,32,52,189, + 63,43,64,188,34,137,140,61,135,84,34,189,155,95,154,61,145,118,25,60,56,146,210,60, + 21,17,181,61,127,236,188,61,187,63,133,61,251,96,55,189,59,244,93,189,172,240,145,189, + 106,195,148,189,79,213,92,187,217,178,191,188,29,122,151,61,208,1,12,62,174,120,39,188, + 43,203,244,189,214,62,186,188,199,91,93,189,108,87,172,189,47,215,224,60,21,156,111,59, + 77,22,194,187,254,109,45,61,23,136,215,59,39,244,145,61,215,174,240,188,224,9,176,60, + 166,201,242,61,170,57,16,61,190,201,186,59,190,93,168,61,231,161,153,61,162,122,132,61, + 119,200,197,61,113,11,28,62,178,181,181,61,231,165,1,62,192,195,6,61,146,179,113,61, + 4,110,202,187,201,221,173,188,255,130,81,189,155,229,101,60,179,10,245,60,0,6,213,189, + 114,148,239,61,211,10,106,189,196,58,144,188,161,88,188,189,248,172,220,188,234,1,174,61, + 250,154,152,61,182,229,137,60,112,48,131,189,179,108,120,189,226,221,45,61,38,202,80,189, + 129,44,91,61,53,174,90,189,92,29,239,188,56,174,68,187,83,230,245,188,155,190,12,62, + 43,25,9,61,30,78,196,188,92,163,152,189,141,228,58,61,245,200,229,60,125,178,17,61, + 189,81,27,61,203,166,134,60,138,220,115,189,170,90,173,60,63,100,219,189,202,124,78,61, + 216,167,249,188,252,203,133,189,227,177,147,61,188,184,115,60,110,120,3,190,228,240,108,61, + 75,99,212,61,24,193,2,62,200,182,105,61,126,106,13,62,198,232,204,60,169,160,187,189, + 5,234,42,189,216,57,71,60,171,235,167,189,225,215,204,189,114,112,29,187,19,136,162,61, + 114,94,218,188,29,234,110,189,210,176,171,189,22,149,93,190,122,226,171,60,35,109,167,61, + 146,242,19,189,39,51,166,60,78,254,194,189,216,92,0,190,240,28,144,189,92,36,141,189, + 179,201,207,61,219,34,131,188,46,29,29,60,154,186,216,188,169,73,164,61,53,82,179,189, + 66,247,202,188,212,240,36,61,111,229,213,61,211,220,176,188,67,203,90,189,141,133,36,59, + 225,18,67,61,221,108,108,61,18,193,182,189,8,163,8,61,160,197,36,61,225,204,166,189, + 76,75,13,62,252,88,51,61,210,153,35,60,201,75,126,60,134,214,202,189,130,123,231,188, + 51,19,206,189,178,241,188,189,224,176,160,188,129,209,191,188,9,37,23,190,130,141,205,189, + 218,16,160,61,140,60,133,60,105,70,249,188,16,139,32,190,202,130,125,189,160,186,17,189, + 169,255,142,61,108,30,73,61,134,64,183,61,155,155,178,61,8,247,171,61,95,221,103,189, + 69,133,194,188,236,119,217,59,172,199,53,61,55,199,199,60,160,239,1,189,218,196,91,188, + 24,163,61,61,191,180,181,60,220,165,168,189,32,53,134,189,65,230,129,189,215,181,29,61, + 213,184,99,59,117,111,61,60,112,49,91,61,216,17,3,190,253,74,94,189,148,169,170,61, + 209,120,115,189,223,179,26,189,227,169,255,188,20,216,56,61,96,44,188,61,97,0,96,60, + 11,97,161,188,147,170,134,61,243,162,255,187,97,223,126,189,43,90,222,61,164,57,131,189, + 44,111,76,189,64,88,157,188,28,176,130,58,228,88,88,189,187,105,9,186,96,255,153,188, + 157,106,1,61,32,16,153,61,11,19,134,188,33,17,183,61,224,51,10,189,139,86,175,189, + 43,223,239,187,15,235,58,189,45,194,122,188,165,53,243,187,136,185,3,189,75,64,132,60, + 32,173,29,189,188,99,10,62,197,253,26,61,73,240,142,189,100,30,125,61,204,3,177,188, + 124,245,94,189,10,57,165,188,248,158,86,189,147,118,230,61,9,160,64,189,176,33,1,189, + 43,153,23,61,71,170,244,60,40,107,233,189,64,27,131,184,91,246,164,60,247,139,90,61, + 211,152,53,61,162,215,246,60,1,165,145,189,163,100,61,189,195,88,13,190,60,25,91,188, + 170,33,146,189,93,118,76,189,59,85,228,60,245,41,125,189,137,96,218,187,245,173,169,189, + 212,163,236,60,106,1,204,59,165,172,34,190,107,255,11,61,145,85,154,189,73,32,150,189, + 93,111,152,189,84,224,214,61,58,207,126,61,178,198,92,189,225,40,17,189,220,242,14,189, + 30,11,120,189,169,115,172,61,180,25,34,60,73,200,43,60,255,141,180,188,138,195,87,189, + 125,75,30,61,127,206,241,61,95,212,138,189,252,108,142,189,49,48,131,61,35,126,111,189, + 180,238,153,189,177,238,181,188,170,200,182,60,57,220,43,189,34,217,180,189,126,208,243,187, + 255,219,9,189,72,94,177,189,95,250,89,61,32,166,138,59,176,85,35,61,117,168,154,189, + 251,208,15,189,141,216,195,61,196,214,19,61,171,136,131,189,16,17,66,189,133,195,145,61, + 137,183,98,189,3,232,180,189,223,191,147,61,184,143,107,61,77,203,132,189,176,234,231,61, + 157,126,81,189,176,9,132,59,25,28,209,61,98,144,134,61,1,234,189,61,119,120,102,61, + 254,28,5,62,24,134,41,62,119,145,55,61,16,10,206,188,226,204,251,189,193,210,208,59, + 166,14,215,189,43,84,202,189,177,190,28,190,5,69,97,61,90,218,84,60,198,199,12,60, + 108,143,48,61,78,113,204,61,56,113,137,61,94,180,185,59,46,53,11,190,225,120,176,61, + 102,118,128,188,171,175,46,190,124,68,140,61,234,121,201,188,146,243,251,189,45,144,63,190, + 43,85,162,61,71,212,6,62,71,68,194,189,96,137,17,189,105,156,243,60,198,152,123,189, + 141,19,147,61,142,165,161,189,186,116,23,61,131,150,213,61,185,245,25,61,8,255,174,60, + 136,222,186,61,53,229,20,60,144,102,109,61,167,57,236,59,11,122,206,60,16,174,143,61, + 234,195,128,189,205,101,6,61,71,220,15,189,6,68,176,188,181,98,233,61,69,30,73,61, + 6,179,115,189,31,13,52,62,201,167,20,190,9,246,18,189,145,108,188,189,115,80,93,61, + 58,254,77,190,178,123,8,61,238,81,7,61,49,203,126,189,174,73,115,189,107,23,5,62, + 112,40,120,187,196,29,65,188,91,48,187,61,131,88,137,189,39,48,141,58,239,91,23,189, + 18,14,17,189,119,172,253,61,128,96,224,189,158,178,129,61,128,41,51,61,242,67,60,190, + 30,231,57,62,54,177,200,188,250,177,23,62,176,137,254,61,127,159,152,189,205,187,78,61, + 178,93,127,189,201,113,39,190,108,138,245,189,51,251,248,189,185,155,124,188,211,137,213,189, + 194,157,167,61,64,167,130,60,69,178,28,62,115,110,111,60,34,221,100,61,65,213,137,60, + 219,12,15,62,246,175,39,190,196,195,62,188,79,188,129,189,233,86,131,188,158,52,121,189, + 89,233,153,61,244,20,180,189,71,220,61,189,138,100,175,61,37,79,38,61,121,1,222,189, + 240,89,202,61,252,96,71,60,253,48,148,188,47,249,226,189,61,54,154,188,31,185,210,188, + 57,213,220,188,198,13,141,61,232,198,122,189,119,102,232,189,88,37,197,60,186,157,232,189, + 55,17,183,60,150,160,105,61,138,65,0,189,120,31,51,189,125,251,159,61,223,181,142,61, + 142,8,3,189,187,140,147,189,94,234,149,61,219,27,103,189,220,48,192,61,140,205,110,61, + 13,50,211,61,20,45,23,61,177,54,61,189,71,115,95,189,210,74,168,189,183,74,162,189, + 142,230,153,61,26,185,248,61,142,199,180,188,145,244,4,190,165,111,74,61,202,191,176,61, + 15,159,81,189,8,116,178,61,237,178,125,189,167,68,103,58,50,113,148,189,205,169,162,189, + 118,9,240,59,220,37,66,58,236,14,92,61,238,19,42,190,140,153,25,61,162,184,8,190, + 193,70,15,186,25,94,180,188,193,213,217,188,65,243,100,187,61,225,32,61,236,48,235,188, + 194,63,23,189,9,188,64,189,134,211,136,61,194,78,195,60,215,154,195,187,63,158,244,60, + 52,25,86,189,252,191,183,188,41,243,44,61,252,251,30,188,3,120,54,61,90,88,80,189, + 0,191,204,186,120,109,200,189,20,8,255,61,178,4,2,189,182,92,77,61,249,58,87,189, + 28,196,26,61,168,191,197,60,231,134,94,189,0,114,113,61,57,180,138,60,132,14,188,61, + 95,166,194,61,146,216,231,61,36,154,132,60,138,128,56,61,106,33,45,59,116,123,55,61, + 105,189,46,190,252,47,8,189,132,35,19,62,126,54,220,188,10,225,54,189,203,224,92,61, + 94,195,33,190,129,14,202,188,254,167,151,189,54,20,181,60,46,118,51,188,227,168,54,61, + 32,64,194,61,8,195,68,61,141,194,102,61,91,192,169,189,10,242,251,189,156,34,207,61, + 31,225,11,61,45,250,99,60,37,246,44,189,52,140,155,189,193,182,201,188,170,25,60,189, + 102,18,189,189,84,189,139,61,196,35,149,61,49,113,242,60,127,39,201,61,236,222,121,61, + 147,5,141,189,44,79,155,188,53,116,155,187,32,250,172,189,104,136,132,60,47,143,141,189, + 166,209,172,189,155,190,211,189,3,82,25,61,179,114,187,60,215,50,199,189,198,190,194,189, + 92,56,186,189,115,14,155,189,168,11,23,60,210,164,173,61,125,174,51,61,194,133,19,61, + 65,207,175,59,73,141,104,61,116,49,238,61,220,21,239,61,201,82,124,189,222,61,36,60, + 221,14,89,61,97,224,219,189,122,110,168,61,96,18,151,189,3,212,168,61,114,2,16,61, + 230,247,0,62,115,243,210,189,115,35,198,189,154,102,191,60,210,89,30,61,225,71,194,61, + 157,222,15,189,130,103,102,189,119,252,73,189,190,168,106,60,26,168,89,60,69,5,189,61, + 99,164,42,188,231,174,37,188,168,212,48,189,195,8,5,189,98,176,177,188,124,22,2,62, + 72,117,238,60,86,242,159,61,79,228,22,61,184,67,2,190,232,42,13,189,64,222,205,188, + 75,122,242,60,3,142,150,61,243,46,191,61,28,92,254,60,46,125,8,189,150,122,90,189, + 198,9,210,189,229,100,10,61,112,236,234,188,5,8,211,189,58,127,192,60,179,158,188,61, + 175,219,108,189,212,127,146,61,72,153,79,189,135,54,66,60,154,250,228,61,32,26,83,189, + 144,20,153,61,131,162,73,60,254,25,159,189,141,122,0,189,220,216,1,62,108,200,39,189, + 169,50,122,189,146,129,36,190,136,201,6,190,217,156,14,62,64,28,156,61,90,215,169,189, + 128,32,255,188,37,74,242,188,125,201,237,188,184,252,245,61,177,128,4,189,126,152,10,62, + 113,53,149,60,193,166,247,189,31,224,215,61,229,211,183,61,90,230,140,189,13,84,170,189, + 113,77,198,61,209,96,125,61,214,40,89,61,51,181,129,61,92,122,7,189,188,153,207,60, + 181,20,199,188,195,80,166,61,144,58,164,185,43,130,235,188,221,187,184,59,104,14,69,62, + 155,88,183,61,243,101,112,189,77,111,50,189,172,208,189,188,23,51,49,189,112,172,1,61, + 239,173,130,188,218,91,182,61,7,232,232,60,185,35,40,188,94,175,42,62,246,180,132,189, + 150,146,185,189,65,218,180,60,140,232,148,60,150,203,128,59,44,89,214,188,169,72,109,189, + 69,165,51,189,209,210,201,188,252,157,123,189,9,186,108,188,37,106,38,188,252,62,163,60, + 100,56,36,61,77,218,25,188,95,171,11,62,106,149,232,60,111,97,9,190,151,96,236,189, + 79,173,14,190,185,184,133,61,120,115,137,188,197,31,55,61,185,227,132,61,106,191,53,188, + 234,177,175,61,204,81,96,186,56,153,214,187,220,241,2,62,245,207,218,61,160,137,83,188, + 141,136,229,189,39,8,99,189,91,254,169,189,5,225,59,61,187,111,25,189,9,29,117,60, + 209,64,40,61,235,93,61,188,68,1,200,60,45,167,162,189,27,201,87,188,126,98,169,60, + 81,10,35,61,121,65,132,189,229,231,171,59,22,11,232,188,166,120,187,188,248,58,87,189, + 73,133,88,60,205,45,109,189,24,19,205,60,54,75,167,61,81,251,98,189,234,192,95,60, + 52,127,128,60,220,71,196,187,69,0,224,60,120,124,2,189,212,178,101,188,2,249,181,61, + 156,89,194,61,159,95,115,61,157,8,83,189,10,122,142,188,154,171,139,61,123,19,177,60, + 108,67,180,61,35,225,157,188,29,71,69,61,145,148,14,62,218,19,34,189,113,255,219,189, + 124,214,87,187,92,145,156,61,32,123,36,61,98,40,116,60,74,132,253,187,115,81,193,189, + 190,159,137,188,81,118,102,189,23,34,5,190,116,12,160,189,211,56,168,188,177,56,71,61, + 49,83,23,61,136,179,136,189,193,135,150,189,38,36,13,190,55,225,1,189,42,114,64,188, + 49,250,89,189,220,194,227,188,104,123,179,60,89,130,188,61,9,210,249,60,122,200,100,188, + 195,214,147,61,21,254,215,61,44,113,92,61,144,56,15,189,8,124,5,189,176,214,231,186, + 168,14,83,189,236,170,1,190,15,52,241,188,194,236,245,188,137,174,131,189,89,125,228,61, + 102,40,181,58,106,94,136,60,85,83,166,189,58,182,58,189,36,13,211,61,100,87,0,187, + 251,165,132,188,114,141,86,60,153,90,148,60,86,203,181,61,166,176,223,188,188,131,237,60, + 99,79,25,58,93,134,184,61,141,43,254,189,215,174,228,61,171,57,228,189,139,117,2,61, + 45,1,173,188,112,148,245,61,112,3,0,189,177,10,157,61,149,81,164,189,248,52,220,59, + 68,36,219,188,141,128,236,188,50,230,225,188,236,250,174,59,133,159,184,189,20,120,23,189, + 24,102,11,62,93,125,241,61,26,94,145,189,187,139,225,188,171,210,98,190,247,78,161,188, + 216,191,48,190,34,36,90,190,230,82,187,61,203,11,62,62,167,72,3,59,52,34,40,62, + 209,122,156,60,22,65,70,58,63,52,39,190,165,168,243,188,173,40,224,189,73,119,206,61, + 149,199,100,61,87,125,43,189,111,94,160,188,161,140,22,60,145,41,75,60,224,68,42,61, + 17,235,218,61,133,27,49,62,16,254,135,187,63,113,241,61,152,71,6,61,207,200,97,188, + 148,251,26,189,182,187,0,189,236,223,170,60,71,162,23,190,216,20,189,61,7,134,36,188, + 148,85,48,61,223,107,103,188,179,113,79,189,176,168,5,190,251,250,229,189,81,217,202,61, + 57,179,163,189,42,253,233,187,229,80,227,189,208,225,115,61,109,27,207,189,99,184,51,61, + 239,52,240,60,20,236,177,189,230,175,46,61,245,16,37,62,25,69,241,188,92,254,0,188, + 224,51,34,61,252,228,184,187,247,98,140,61,65,93,75,188,73,123,199,61,147,26,13,189, + 68,228,45,62,190,80,32,190,54,130,178,185,176,114,248,189,19,61,19,60,153,160,177,61, + 54,219,21,189,166,148,172,61,127,33,134,61,62,73,240,61,250,136,130,189,24,114,22,62, + 87,105,14,61,31,178,210,188,8,73,108,61,178,212,48,60,113,252,200,189,174,76,164,61, + 203,118,186,189,119,25,18,190,170,226,249,189,203,26,119,189,155,211,150,187,54,106,204,61, + 223,192,26,62,102,121,162,61,165,185,242,61,16,114,236,188,167,71,141,189,150,232,45,62, + 157,72,13,190,163,217,143,188,84,22,204,189,35,128,81,189,55,10,178,187,31,70,191,61, + 17,211,17,189,133,210,9,62,79,24,0,190,81,83,68,61,247,164,154,188,172,139,138,189, + 7,224,6,62,163,132,235,187,34,101,199,60,195,90,72,189,49,92,245,60,193,115,82,188, + 64,27,54,188,84,232,170,189,160,193,18,60,8,232,33,59,116,29,140,186,146,128,216,188, + 207,95,210,188,194,173,35,61,83,198,192,61,141,98,57,62,105,136,185,188,249,247,143,61, + 74,127,21,60,105,216,225,185,74,42,104,189,2,177,94,61,9,201,82,189,21,249,33,189, + 181,48,149,189,197,85,90,61,78,213,62,189,117,99,131,189,99,175,48,189,244,64,99,189, + 105,185,216,61,252,163,129,60,185,153,28,61,250,25,215,187,23,91,152,189,214,103,39,62, + 178,223,195,188,60,9,34,61,97,74,166,189,10,170,129,188,51,2,230,60,186,56,196,61, + 105,73,3,189,178,206,154,61,179,200,193,61,143,168,219,189,28,106,107,62,99,18,136,60, + 56,213,172,188,139,115,237,58,177,164,65,60,14,100,174,61,250,41,152,189,152,28,126,61, + 206,232,170,60,70,52,60,189,144,131,170,59,8,250,144,61,151,192,136,60,149,19,62,189, + 241,179,176,187,65,29,151,189,63,0,41,62,75,55,248,188,114,140,15,190,96,150,139,189, + 74,11,139,189,134,99,2,62,104,184,9,62,99,31,13,190,63,145,151,188,73,115,142,189, + 234,170,22,189,191,249,75,188,47,236,74,189,224,236,187,61,52,81,80,61,0,88,135,188, + 86,129,236,187,203,172,100,61,97,107,43,61,61,109,135,189,112,121,53,189,160,29,126,189, + 107,239,119,189,27,165,57,60,253,13,15,62,154,210,65,186,162,71,167,61,186,92,213,188, + 7,92,142,189,45,78,154,59,253,18,152,189,121,189,206,61,136,172,109,61,47,244,79,189, + 48,201,68,60,88,132,187,60,140,79,120,60,168,76,147,189,202,90,13,189,20,143,184,61, + 72,206,47,188,242,222,117,189,179,222,157,188,2,145,78,61,28,20,177,60,250,119,88,189, + 116,78,98,60,217,154,207,61,84,236,162,189,85,220,148,61,238,114,13,60,118,91,176,189, + 223,16,6,60,8,83,209,59,213,222,114,59,130,159,98,186,154,153,245,188,104,115,114,61, + 69,41,86,189,113,57,246,189,189,121,165,187,24,236,147,61,52,101,223,189,164,45,189,61, + 225,94,173,188,240,217,174,61,157,249,234,188,223,5,165,61,146,37,93,189,168,227,183,60, + 205,234,135,61,112,247,251,58,224,181,204,189,193,76,118,189,44,123,48,188,21,165,155,60, + 172,221,163,189,70,76,79,189,196,72,72,61,9,1,19,188,179,105,32,60,200,237,42,61, + 228,221,141,60,240,76,168,189,168,123,6,61,252,83,74,58,111,169,20,189,23,98,31,189, + 145,101,201,61,226,49,75,60,19,30,163,189,155,181,131,61,30,48,201,61,136,52,140,188, + 1,117,134,189,110,245,70,61,183,89,46,189,110,8,254,61,59,114,14,189,55,124,60,189, + 232,160,36,60,54,6,188,60,121,191,120,61,248,1,51,59,37,216,20,61,24,251,136,60, + 119,37,159,61,200,150,17,60,44,41,54,188,185,72,240,59,199,104,157,61,147,145,100,189, + 35,140,75,61,229,72,112,61,16,83,59,61,35,212,229,61,131,98,178,188,207,210,10,189, + 219,38,64,188,123,80,160,189,193,212,66,61,86,204,0,61,24,89,62,61,24,102,89,61, + 219,52,169,189,93,242,30,61,80,15,114,188,15,209,202,188,156,0,148,61,65,239,7,188, + 99,158,148,60,211,235,97,189,24,73,3,62,63,188,115,189,189,213,198,189,103,35,182,186, + 54,100,176,61,113,117,235,187,74,113,9,188,10,250,230,61,132,49,183,188,66,231,9,188, + 60,37,186,61,181,49,155,189,192,41,128,188,110,144,226,61,180,99,203,59,11,122,106,189, + 52,70,73,189,222,141,113,188,171,142,16,190,187,148,210,188,59,116,129,189,245,180,175,60, + 207,251,97,189,143,171,23,61,200,214,24,188,23,16,31,189,170,13,173,60,148,14,9,189, + 250,106,229,60,85,208,118,59,39,32,142,189,125,23,160,58,76,104,49,61,6,24,252,61, + 48,139,50,61,154,251,255,59,40,67,138,61,62,139,213,61,119,159,180,189,3,49,52,188, + 193,125,40,61,108,95,77,188,221,16,225,188,159,124,200,61,100,64,125,62,202,237,17,61, + 34,117,159,61,132,237,101,61,125,184,35,189,184,164,62,60,104,161,60,189,192,204,74,189, + 235,126,144,188,51,92,20,61,30,116,21,61,240,223,57,189,207,117,57,61,80,241,36,189, + 43,100,255,61,185,75,169,189,178,176,196,61,53,11,1,61,26,159,239,61,31,30,71,189, + 63,130,178,189,25,131,191,61,248,63,51,61,246,205,60,188,198,93,75,60,195,97,11,188, + 120,6,83,60,27,211,188,189,73,164,37,189,134,95,185,60,50,168,156,61,201,237,169,189, + 225,3,200,61,126,135,34,189,181,99,14,61,112,190,53,61,206,121,79,189,23,57,201,58, + 118,185,131,60,26,108,128,189,115,104,150,61,188,59,162,60,241,165,180,189,106,219,249,59, + 224,195,58,61,48,112,55,189,164,92,175,189,55,218,131,57,169,159,134,187,232,217,194,59, + 157,160,142,61,64,151,184,187,95,30,6,190,120,32,15,190,33,250,153,189,185,114,160,189, + 57,58,66,60,118,24,206,59,26,253,150,61,169,47,6,62,193,171,117,62,203,53,165,189, + 79,168,119,189,147,115,90,61,242,177,95,188,49,250,17,62,7,90,31,190,90,140,251,189, + 67,164,26,188,158,151,199,61,6,119,7,189,62,7,207,60,192,35,156,189,56,190,237,61, + 71,236,226,61,168,173,24,189,154,44,156,61,104,218,234,60,209,151,220,61,254,129,168,61, + 135,156,170,189,195,214,25,62,139,251,203,188,32,135,140,61,227,91,26,62,19,196,222,187, + 12,166,128,61,231,188,150,187,85,102,254,61,27,70,203,61,4,215,229,60,79,78,14,190, + 92,147,240,61,137,187,88,189,211,51,101,60,226,221,83,190,123,98,11,189,81,155,39,190, + 49,200,6,190,157,147,13,62,8,192,100,189,30,171,39,62,149,71,220,188,183,183,50,62, + 219,1,5,190,45,39,236,61,254,72,223,60,239,63,55,188,249,159,193,189,124,45,33,61, + 17,105,107,189,255,223,13,190,188,83,141,61,143,179,228,188,72,210,140,188,78,45,248,60, + 166,49,118,189,41,166,180,189,83,2,92,61,163,64,112,185,118,109,235,59,205,178,46,189, + 174,187,217,61,141,243,107,61,220,213,38,187,49,68,1,62,35,250,188,61,14,127,205,60, + 173,61,238,189,44,81,57,190,83,146,255,186,23,40,194,189,64,47,90,189,1,164,5,190, + 75,71,122,189,121,31,153,61,227,104,69,188,154,186,69,62,71,206,46,61,56,13,160,189, + 53,165,130,61,110,165,227,189,239,85,120,189,177,193,87,188,60,51,10,186,42,71,210,189, + 238,53,195,60,171,115,199,188,146,163,40,189,212,120,140,61,91,140,163,61,91,187,211,189, + 117,137,74,189,66,148,210,189,64,188,152,188,147,158,192,61,75,140,224,61,175,252,178,60, + 65,170,125,189,26,95,237,61,41,164,229,60,73,220,198,61,94,78,224,60,15,50,171,189, + 76,53,16,61,244,124,243,189,74,84,168,189,96,68,135,61,162,218,142,188,160,132,25,61, + 144,85,88,61,147,6,110,188,85,111,143,189,224,178,139,61,93,152,22,60,120,235,53,60, + 28,73,169,189,24,59,146,61,5,233,167,189,102,217,142,61,6,15,182,189,1,73,31,62, + 159,250,236,61,144,65,123,61,85,126,24,60,94,57,100,189,37,126,194,189,185,160,29,61, + 29,163,134,188,103,32,153,61,205,85,176,189,207,23,105,187,251,34,93,61,136,37,9,61, + 93,162,206,61,57,157,144,189,14,164,214,61,60,177,190,189,123,8,182,61,23,200,170,61, + 130,105,97,189,109,175,86,189,88,33,206,61,222,121,211,58,178,208,115,61,171,78,146,61, + 241,235,205,60,205,229,151,60,166,28,4,61,24,213,206,60,154,239,13,190,71,79,2,190, + 10,150,156,189,193,243,29,62,129,193,125,61,186,49,166,189,240,184,150,60,208,124,205,189, + 19,151,227,61,35,42,212,60,76,60,30,61,205,4,14,60,75,127,5,188,100,73,231,189, + 228,135,174,189,86,130,53,189,145,11,43,61,71,58,97,61,186,182,78,61,178,90,137,189, + 192,232,210,60,199,109,63,62,144,231,21,62,187,131,131,61,227,225,166,188,22,120,188,59, + 128,177,31,189,75,166,30,61,140,181,227,60,51,6,226,61,61,252,168,61,228,6,232,187, + 157,70,207,188,173,217,213,189,60,209,219,61,84,137,19,188,131,110,30,190,115,115,217,61, + 40,227,161,60,253,77,87,61,171,250,202,189,153,116,255,189,240,48,32,61,189,43,58,188, + 235,239,179,188,62,74,15,190,217,222,138,188,151,26,222,189,143,190,185,60,59,185,212,187, + 236,127,54,61,18,230,84,61,228,253,87,186,57,86,3,189,229,7,109,60,134,104,33,189, + 29,221,25,61,194,95,60,61,66,236,140,189,186,104,198,188,38,137,41,61,60,103,198,188, + 236,69,235,188,248,211,134,61,150,235,195,188,106,111,254,189,155,86,105,189,29,24,3,190, + 27,118,36,61,191,173,157,61,59,17,219,188,99,113,105,189,183,43,7,189,246,150,141,61, + 224,121,157,189,214,139,76,188,152,143,172,61,52,78,94,61,165,251,136,61,72,158,16,189, + 28,183,160,60,155,121,107,189,42,1,23,189,83,21,73,60,55,17,124,60,221,42,188,60, + 166,248,47,61,126,206,191,189,209,20,97,188,27,66,48,61,45,220,76,61,252,214,136,189, + 143,109,152,61,151,254,131,189,226,111,123,189,62,9,153,189,230,21,134,62,73,4,53,61, + 189,55,157,188,200,188,107,61,44,108,80,188,89,158,0,61,206,202,80,189,145,86,135,61, + 75,95,56,60,94,169,44,189,65,103,190,189,173,251,15,61,119,201,18,189,115,118,144,189, + 99,81,5,189,78,4,45,188,71,249,135,61,98,205,190,61,62,24,133,189,83,251,123,188, + 146,112,142,58,110,211,186,186,215,22,4,61,55,53,151,61,189,143,87,60,93,168,16,61, + 229,246,16,62,218,92,203,60,230,49,103,189,90,118,233,188,35,168,109,61,128,195,142,189, + 182,161,174,61,212,62,26,189,174,140,202,61,57,107,172,189,243,253,149,189,69,135,157,61, + 201,120,123,61,186,168,47,61,129,200,200,189,175,51,163,61,179,53,109,189,239,118,88,189, + 164,142,217,61,150,156,195,61,232,163,13,189,192,55,154,188,73,124,92,61,246,164,184,60, + 151,218,215,61,213,12,140,189,8,134,214,187,79,176,216,187,227,58,94,61,156,125,32,189, + 38,38,8,61,142,187,234,61,80,206,56,61,116,78,112,61,186,104,107,61,237,150,104,189, + 69,14,68,189,228,183,140,189,200,26,190,189,121,155,194,59,90,49,216,188,71,222,29,61, + 49,98,21,189,201,17,89,61,249,17,19,61,122,150,121,61,101,7,174,188,112,71,89,60, + 70,61,224,189,30,120,127,61,173,139,164,61,64,203,220,188,154,213,230,61,102,232,95,61, + 11,82,221,61,208,150,154,61,250,108,162,60,34,170,51,189,156,215,57,189,205,73,147,189, + 113,173,143,189,137,178,171,61,163,197,201,58,53,234,29,190,165,88,164,61,189,11,150,189, + 6,224,98,189,240,248,157,189,128,63,78,60,78,29,142,60,211,205,71,189,98,230,183,189, + 176,69,169,188,162,21,169,188,240,54,165,60,222,125,156,61,51,82,237,189,5,132,90,61, + 102,41,27,189,107,132,161,189,129,104,185,189,193,86,168,61,80,36,84,189,174,237,191,189, + 193,237,45,61,15,57,182,188,206,196,147,61,23,42,163,189,36,157,18,60,57,50,159,61, + 57,175,250,188,222,242,228,61,118,225,227,188,179,234,2,189,81,69,150,61,243,254,154,61, + 57,139,52,62,173,129,135,61,66,59,112,189,132,228,221,187,217,98,153,188,229,191,25,60, + 63,153,91,61,1,146,243,189,153,96,176,61,122,245,39,60,56,40,72,62,174,255,242,188, + 119,60,206,189,94,226,185,58,79,228,78,190,91,210,0,62,32,179,74,187,132,37,134,61, + 45,68,99,61,248,198,46,189,52,64,156,61,251,182,162,61,66,111,184,60,236,109,254,61, + 23,253,178,188,254,175,221,188,89,109,210,189,103,45,133,189,219,198,87,188,116,142,195,188, + 13,28,200,189,126,43,248,59,114,215,214,188,135,60,116,60,226,241,48,188,189,96,172,189, + 227,223,9,61,189,112,248,187,185,16,14,190,8,229,99,189,104,227,112,189,213,50,132,60, + 81,167,64,61,153,108,193,60,182,82,12,190,184,46,230,61,3,139,18,190,247,65,102,58, + 49,132,180,60,99,63,89,189,146,192,123,187,53,2,121,61,83,185,158,189,115,19,13,62, + 188,140,130,61,219,207,192,60,21,131,96,188,121,103,140,60,77,41,223,60,64,180,5,190, + 35,93,160,189,141,128,219,189,211,176,149,186,13,170,233,189,194,94,116,61,64,254,166,61, + 32,214,179,60,91,192,18,62,131,106,78,62,149,226,136,61,231,10,238,188,195,76,183,61, + 176,34,146,61,240,181,76,189,156,174,172,188,25,70,65,61,239,215,199,57,167,97,228,61, + 182,0,194,189,156,98,4,190,147,137,24,190,162,35,149,189,210,129,230,189,107,208,120,61, + 98,17,147,61,99,64,182,61,86,80,175,60,212,111,126,60,46,181,232,189,44,120,223,61, + 47,118,75,188,63,229,194,188,139,11,245,61,113,121,168,189,41,206,56,61,171,73,47,62, + 67,234,241,189,161,70,41,61,111,242,34,61,176,153,246,61,16,109,129,189,164,19,137,61, + 138,166,117,61,63,183,196,61,224,19,106,61,55,195,138,61,119,134,36,62,114,68,23,61, + 209,232,241,189,41,66,81,190,189,95,140,189,185,104,28,62,150,110,131,187,27,77,94,189, + 157,8,211,188,131,16,27,188,140,181,18,188,1,72,8,188,211,4,53,61,142,147,232,61, + 37,167,154,60,149,201,251,189,151,164,170,60,163,255,45,62,121,205,101,189,157,7,254,189, + 102,156,90,61,2,76,102,61,176,89,48,189,78,183,146,60,10,38,19,190,102,199,201,189, + 231,151,188,61,169,177,29,60,56,189,140,188,138,44,65,61,129,44,98,189,240,94,99,59, + 66,75,27,61,115,235,162,189,213,163,230,61,41,131,197,60,172,197,105,189,163,230,10,60, + 130,198,2,190,16,139,45,61,186,220,143,60,51,193,7,61,48,201,181,60,123,3,57,188, + 225,234,195,188,21,17,34,62,36,209,87,189,40,103,8,190,66,65,97,189,116,216,128,189, + 145,32,187,188,59,67,68,189,246,70,167,61,98,181,120,189,229,97,155,60,38,254,226,187, + 135,92,213,189,94,11,32,189,92,167,176,60,197,78,200,188,156,183,53,59,170,152,196,61, + 127,238,9,190,208,23,12,61,41,96,77,61,129,80,200,189,64,148,94,188,229,183,10,190, + 104,93,102,188,243,129,171,188,190,191,228,61,68,129,93,187,21,122,50,189,46,80,251,61, + 218,215,102,188,143,191,236,60,3,108,136,189,37,51,165,60,234,100,178,189,100,209,163,189, + 7,140,52,60,195,97,71,61,110,78,9,62,97,62,186,59,239,238,84,61,115,214,179,188, + 192,203,54,61,172,242,64,189,11,52,137,188,38,153,211,188,54,140,108,61,65,193,161,189, + 166,210,16,62,154,252,180,61,22,94,102,188,14,209,160,189,92,117,60,189,159,158,238,61, + 130,31,164,60,88,51,223,60,246,70,213,189,53,225,7,62,131,16,243,61,159,86,27,61, + 126,49,253,188,21,29,84,61,76,122,33,189,161,91,142,186,85,7,4,61,60,36,149,60, + 99,52,156,61,201,225,163,188,244,149,159,187,22,246,137,61,54,131,31,62,62,24,125,189, + 164,122,5,61,6,115,106,189,185,163,75,61,217,86,239,59,83,116,89,61,48,189,182,60, + 2,80,2,188,213,194,131,61,226,42,1,190,197,13,233,189,38,1,223,189,218,139,155,59, + 146,100,95,61,182,88,155,189,41,48,236,189,103,241,131,60,23,242,178,61,25,240,148,59, + 185,1,180,61,8,100,244,61,10,185,216,61,250,181,127,61,216,88,139,61,63,2,139,61, + 191,95,5,61,26,180,89,189,36,33,83,189,157,163,28,60,42,141,158,61,157,52,85,61, + 82,107,226,61,144,18,175,61,156,249,23,190,18,198,182,189,54,129,198,61,17,59,227,188, + 182,245,0,62,134,203,34,62,43,15,124,60,87,95,79,189,20,18,67,59,195,151,46,60, + 125,73,122,61,142,55,65,189,58,230,175,61,249,45,59,61,237,9,14,189,230,254,150,61, + 110,46,199,60,94,70,40,61,192,24,157,189,198,172,9,60,226,217,162,188,192,81,195,61, + 209,125,214,60,228,251,97,61,226,180,138,189,7,129,32,62,248,45,20,190,19,234,222,60, + 95,62,56,61,220,55,8,189,77,215,147,189,35,212,162,189,190,0,195,189,236,133,135,189, + 255,130,228,189,115,107,245,60,26,199,141,189,237,197,182,61,13,128,237,189,165,82,189,189, + 244,110,187,189,191,192,47,189,143,25,253,61,98,89,13,62,108,8,85,62,123,239,47,189, + 145,116,96,189,128,87,217,189,18,222,4,190,164,220,225,61,109,51,243,189,103,22,231,61, + 103,98,30,61,34,153,29,62,46,14,2,61,173,81,8,62,63,56,179,60,251,74,38,62, + 206,226,44,62,2,36,142,61,17,26,223,60,38,74,180,187,85,198,165,61,230,227,11,61, + 163,230,105,189,98,111,156,59,72,33,159,60,14,12,180,188,5,45,126,189,151,28,231,189, + 85,40,220,61,237,200,12,190,185,236,154,61,207,78,245,188,156,159,141,188,253,16,171,61, + 7,9,11,190,51,252,158,188,131,205,169,189,236,109,10,189,169,108,197,189,17,127,136,61, + 249,208,24,190,15,177,202,189,245,75,230,61,45,134,18,189,61,111,135,60,245,241,34,188, + 230,15,201,61,244,96,231,60,208,228,73,62,80,240,22,190,85,45,133,189,109,109,70,188, + 225,42,149,188,132,116,200,188,100,36,45,60,244,246,164,189,77,4,22,62,138,62,53,61, + 199,252,197,61,130,148,131,60,146,39,64,62,41,39,70,189,213,62,1,189,47,75,213,61, + 234,29,198,189,203,82,105,188,154,214,185,60,213,18,34,190,163,237,17,188,235,255,129,61, + 204,231,135,188,152,107,34,189,91,218,21,60,222,123,20,190,13,200,23,190,97,51,231,187, + 34,64,51,60,228,229,195,60,229,227,186,188,174,46,209,189,109,232,227,61,162,71,241,61, + 179,0,82,61,197,83,18,62,231,220,26,62,61,103,81,190,56,90,165,188,169,15,201,61, + 85,18,72,189,235,37,250,187,117,188,157,188,189,60,132,189,164,21,10,61,20,151,203,189, + 173,67,47,189,217,212,51,188,132,221,162,58,125,95,34,61,215,112,118,60,237,228,15,190, + 169,212,175,188,247,50,125,189,71,210,84,189,143,231,144,61,84,102,43,59,6,118,113,189, + 133,36,255,189,65,24,91,61,216,131,25,188,7,55,172,188,63,0,239,189,197,25,142,61, + 200,51,37,61,10,44,130,187,163,243,182,60,110,165,89,59,122,179,105,189,251,51,238,189, + 40,112,69,188,255,137,12,61,179,160,1,62,252,255,178,60,108,54,65,60,27,207,132,189, + 156,198,206,189,227,50,13,62,0,62,74,188,9,132,167,61,123,181,206,61,66,140,55,186, + 215,180,11,61,192,241,72,61,16,40,176,60,198,52,13,189,22,64,168,189,8,38,97,60, + 104,183,54,60,40,201,25,188,198,227,192,188,4,13,226,189,137,146,89,189,4,60,213,60, + 37,162,76,189,93,121,171,61,54,29,99,61,253,133,28,60,238,227,194,189,118,124,146,61, + 175,253,109,61,84,42,116,58,194,226,47,61,248,143,186,187,236,88,24,189,85,25,47,189, + 219,165,156,61,234,126,7,189,85,241,40,190,176,221,177,61,200,37,152,60,104,65,88,61, + 66,36,132,61,236,116,102,189,198,54,17,189,230,81,95,61,193,147,222,189,55,16,202,189, + 38,100,190,60,39,159,210,188,32,217,137,60,251,179,4,189,14,72,33,189,233,222,122,188, + 149,199,45,61,219,228,42,61,172,62,41,190,245,174,130,60,177,191,91,189,164,1,61,61, + 147,75,2,190,60,111,29,188,230,103,88,189,238,154,133,189,210,194,175,187,9,2,228,189, + 31,159,111,188,77,57,200,61,232,157,189,61,37,98,253,61,42,79,219,189,59,241,146,189, + 190,73,127,61,191,50,158,189,40,48,110,61,190,98,174,60,140,239,6,60,218,231,117,61, + 242,85,149,61,223,56,180,189,178,144,86,189,47,185,140,189,71,34,66,189,113,25,199,60, + 86,211,104,61,220,4,5,62,184,180,73,185,237,29,110,189,14,1,220,189,188,220,22,61, + 168,255,85,188,100,200,182,60,116,251,93,189,112,124,102,61,67,219,166,188,249,87,43,188, + 165,18,153,188,220,247,7,61,244,138,37,60,218,210,132,189,36,79,82,189,45,164,251,60, + 215,51,92,61,24,9,85,189,183,3,188,61,159,97,116,61,142,209,250,59,126,220,208,61, + 87,24,104,61,106,101,5,190,153,138,90,61,123,73,166,60,34,175,83,58,24,6,190,61, + 217,227,141,186,33,138,188,189,121,125,46,189,28,42,192,189,30,199,30,61,245,103,221,186, + 174,113,140,61,199,140,139,189,245,73,128,61,97,6,226,188,130,64,152,189,90,236,211,189, + 119,18,40,189,101,179,73,60,196,211,84,188,89,222,6,189,101,208,158,61,33,184,135,61, + 132,210,11,61,140,237,23,60,61,247,63,189,164,198,84,189,86,232,22,187,242,210,94,188, + 137,251,193,189,89,198,199,61,166,185,5,189,63,55,7,59,69,67,250,189,133,211,69,189, + 158,6,219,188,19,147,15,61,72,178,203,61,131,200,202,189,44,239,99,189,71,106,15,189, + 166,253,136,189,202,184,198,59,145,217,227,188,99,17,76,59,9,107,61,61,34,78,171,61, + 190,103,120,61,167,19,35,60,17,1,8,62,231,198,223,189,54,59,191,61,24,77,25,59, + 88,62,247,61,182,25,143,188,37,181,244,60,240,177,151,187,111,134,28,62,236,253,243,189, + 78,237,1,62,167,74,158,61,190,166,123,59,100,43,128,59,232,79,54,62,112,103,32,190, + 228,102,138,189,126,88,109,189,147,52,210,60,63,51,108,62,133,30,30,61,15,46,187,60, + 253,166,221,189,78,2,5,62,114,176,40,188,36,70,135,62,40,162,115,60,88,139,188,189, + 167,18,51,61,98,136,4,190,206,47,212,61,23,71,45,188,78,23,166,189,244,179,45,188, + 10,160,165,61,182,37,246,188,123,8,79,60,197,214,48,62,25,239,19,190,22,108,71,60, + 209,102,205,61,246,21,161,189,19,62,162,61,162,176,4,62,104,59,156,61,98,123,20,62, + 194,13,202,189,216,150,11,190,0,220,98,189,162,98,232,189,236,169,217,61,224,101,161,189, + 110,199,211,189,37,198,2,60,251,235,37,59,21,251,100,189,222,114,223,61,20,116,50,187, + 158,36,23,187,114,15,196,186,192,133,184,188,210,132,148,189,166,165,178,61,180,209,247,61, + 168,17,227,58,218,9,10,62,246,188,176,61,140,195,19,190,198,66,141,189,156,117,188,189, + 21,223,57,189,59,84,51,188,184,189,199,61,180,253,235,189,8,71,58,60,80,22,246,189, + 204,168,17,189,226,67,29,61,54,22,220,189,85,218,109,61,240,76,180,60,148,43,155,189, + 81,232,251,61,145,90,124,61,15,56,39,61,114,163,30,62,140,194,115,188,106,164,116,189, + 218,121,255,59,146,46,30,190,233,154,194,60,17,59,77,188,193,243,212,188,121,177,168,189, + 201,184,186,189,240,15,134,61,84,222,18,188,253,82,152,189,144,119,245,59,25,23,185,188, + 58,179,25,61,17,120,12,190,196,247,47,62,29,141,219,189,100,66,203,61,194,170,242,60, + 99,228,159,61,214,118,65,61,18,244,128,188,145,7,238,189,9,216,41,190,167,151,44,190, + 240,188,69,60,39,162,222,60,163,134,139,61,186,231,30,190,171,226,189,188,128,130,177,59, + 198,124,197,61,57,155,69,187,77,243,11,61,188,28,192,189,111,29,183,189,24,150,246,189, + 145,73,73,60,138,114,72,61,213,232,48,60,14,220,181,189,69,176,207,61,88,224,188,188, + 116,133,62,61,226,137,201,188,162,47,21,62,82,121,75,61,187,2,146,59,105,59,8,188, + 52,118,160,61,123,117,135,61,63,183,10,61,142,237,161,61,127,86,60,188,68,169,70,187, + 123,93,114,189,108,218,197,59,241,100,111,61,249,92,13,190,13,242,185,61,64,174,168,61, + 162,228,143,189,113,54,218,60,24,110,83,187,21,205,137,189,166,124,219,189,215,168,72,61, + 136,180,97,189,173,1,142,189,60,199,129,61,150,113,91,61,64,6,44,189,57,21,73,188, + 145,0,149,189,79,9,169,189,25,53,117,61,72,3,106,188,142,25,229,60,15,11,1,190, + 128,44,241,188,178,205,31,61,209,179,135,188,93,11,147,60,76,178,196,61,53,144,165,189, + 59,168,15,59,166,30,237,60,135,246,17,189,253,10,224,188,14,55,110,189,169,33,142,189, + 54,24,177,189,221,226,206,61,25,40,142,189,53,35,238,61,142,90,255,188,26,2,149,188, + 188,20,232,188,163,163,103,189,187,202,68,189,21,142,225,60,59,175,225,186,125,66,229,61, + 148,66,145,189,82,223,184,189,62,175,146,61,140,134,183,189,213,136,151,189,119,245,225,189, + 87,127,200,60,179,178,234,61,219,165,181,60,117,57,184,61,104,212,121,61,101,104,192,61, + 3,227,186,59,163,194,181,189,226,230,75,62,35,199,15,189,98,174,8,190,145,46,168,61, + 211,137,1,189,142,61,248,188,27,170,211,61,183,79,171,61,154,115,180,61,149,228,21,189, + 197,183,135,61,106,228,90,189,16,68,17,188,145,71,0,190,160,181,119,189,95,54,169,188, + 204,42,62,189,44,150,209,189,199,157,59,189,148,119,9,61,45,118,3,189,172,40,229,61, + 152,55,190,61,146,177,122,189,140,6,143,61,79,38,86,61,96,84,220,60,151,65,124,61, + 234,208,10,189,223,96,113,61,75,111,151,189,175,21,25,189,129,81,200,189,92,201,133,61, + 135,59,194,60,100,213,157,188,154,246,12,189,28,106,237,60,169,186,122,189,231,38,25,61, + 84,52,128,60,18,190,67,60,123,70,143,61,104,26,17,189,121,232,92,61,172,91,68,59, + 191,177,59,60,101,3,46,188,212,137,90,189,7,211,28,189,196,244,217,61,74,82,231,61, + 164,82,131,189,184,167,76,61,179,178,59,188,228,166,148,189,217,130,127,61,56,247,154,188, + 221,83,32,59,88,46,79,61,201,2,149,189,62,5,239,189,196,102,212,60,123,238,77,188, + 237,110,240,189,215,57,179,189,84,253,150,61,184,209,231,61,139,206,108,189,46,250,205,189, + 13,129,89,60,12,195,21,61,180,79,164,189,59,239,141,189,66,50,156,60,63,185,101,189, + 14,155,42,188,35,34,145,61,78,159,48,62,45,171,161,60,149,24,169,189,145,210,216,61, + 243,50,175,189,135,129,29,189,69,138,157,189,19,192,166,60,138,159,138,61,157,20,45,189, + 73,223,197,61,90,6,154,61,67,230,95,190,57,185,22,188,17,192,126,61,190,95,176,61, + 56,210,158,60,33,80,141,189,212,40,142,61,121,161,19,188,89,216,185,61,238,217,207,61, + 94,254,134,61,124,92,215,61,126,63,148,189,71,140,214,189,183,163,222,59,47,224,239,187, + 67,100,66,59,221,41,2,190,117,121,232,61,86,152,160,59,142,253,110,61,255,203,207,189, + 81,207,33,60,31,194,64,189,51,32,162,61,95,241,174,61,228,99,150,188,77,254,147,61, + 141,196,22,61,115,5,202,189,49,228,251,61,116,164,146,61,26,136,4,62,251,126,118,61, + 225,24,251,188,2,146,185,188,168,16,9,189,180,243,9,189,132,60,101,188,168,161,183,189, + 142,247,81,189,93,44,82,61,206,117,200,189,235,60,222,189,84,78,161,189,40,221,122,61, + 28,180,145,61,174,32,2,188,172,75,81,62,69,173,60,61,182,51,138,189,232,157,14,62, + 188,158,174,61,187,241,174,61,190,18,215,60,228,156,178,188,6,215,217,61,88,226,164,188, + 86,8,127,60,35,75,202,189,158,53,223,60,247,200,222,59,50,139,210,61,55,20,205,61, + 190,161,53,189,169,148,246,60,212,33,155,189,158,223,159,187,210,111,163,189,246,248,211,61, + 145,75,168,61,162,82,94,189,24,182,130,188,132,132,207,189,220,195,153,189,49,250,117,189, + 111,253,72,61,143,111,22,61,162,85,156,189,218,200,57,189,123,187,31,61,201,136,27,189, + 200,185,26,188,184,93,151,61,14,174,148,61,33,210,88,189,140,46,195,61,99,0,29,61, + 65,163,159,189,227,195,145,189,34,32,138,189,30,60,173,188,154,155,2,190,179,172,72,189, + 6,8,11,188,236,253,18,62,192,75,61,190,210,179,15,61,13,91,35,190,90,207,112,189, + 196,114,91,59,115,95,120,61,131,78,58,62,197,93,202,188,205,245,227,61,156,161,174,61, + 37,52,161,189,157,74,164,188,165,37,209,59,164,88,4,189,109,33,40,60,111,44,218,61, + 185,208,190,189,136,150,204,61,141,39,113,60,143,59,185,188,68,2,48,189,15,63,96,189, + 249,123,137,61,169,250,17,188,160,230,64,61,192,229,0,190,170,13,140,61,158,94,92,189, + 148,72,150,187,8,15,12,189,23,30,41,190,241,126,233,60,91,90,2,190,21,110,11,61, + 245,91,35,61,195,135,129,189,229,66,161,189,22,217,183,189,174,113,30,187,60,102,81,186, + 39,248,87,190,63,173,247,188,121,171,237,60,191,91,23,60,152,6,147,189,96,205,123,61, + 117,69,254,189,88,64,191,60,163,46,150,189,134,0,21,187,67,80,131,61,39,141,189,61, + 97,197,83,189,67,51,87,61,110,77,186,61,75,102,98,189,243,160,50,60,56,79,3,58, + 142,36,25,189,227,101,145,189,135,248,137,189,143,75,207,189,131,9,121,59,36,25,207,60, + 184,198,71,61,8,190,85,61,221,200,229,61,110,46,195,188,132,202,165,60,133,78,69,60, + 25,221,36,190,109,106,143,61,146,183,198,189,135,142,28,190,124,17,153,189,174,12,32,60, + 167,171,190,189,27,56,10,190,79,168,125,61,185,159,79,61,170,192,103,189,104,108,156,61, + 105,25,43,61,216,144,243,61,40,176,135,188,199,28,172,189,29,151,155,59,138,104,27,189, + 26,222,95,60,162,245,227,61,104,183,171,61,75,121,43,190,156,18,30,61,27,15,28,61, + 105,92,27,189,255,62,12,62,14,194,9,190,11,66,148,189,113,55,69,189,98,228,198,188, + 16,62,168,189,233,83,188,61,148,207,7,62,234,107,185,188,31,119,159,188,23,89,235,61, + 47,34,169,61,119,234,172,61,155,16,211,189,215,74,17,62,212,244,101,189,135,40,9,61, + 85,164,215,61,116,229,134,61,73,254,165,61,113,157,250,188,173,61,219,186,106,243,244,188, + 242,246,166,61,218,19,251,61,214,97,3,190,241,200,178,188,115,69,3,61,164,105,68,189, + 207,19,196,189,219,1,155,61,84,10,194,61,28,166,24,188,107,83,153,61,89,151,152,61, + 60,148,94,60,213,222,19,189,88,217,91,189,189,247,144,60,14,62,171,61,204,34,141,189, + 136,85,49,189,20,232,75,61,35,95,190,189,19,178,7,62,3,114,79,189,28,253,170,60, + 191,12,203,61,25,33,3,62,51,66,52,61,191,3,60,61,51,104,18,62,102,28,176,189, + 75,206,249,58,250,91,23,59,6,55,192,189,152,206,183,59,247,156,199,60,156,98,38,61, + 48,26,72,60,167,85,86,189,2,173,98,189,125,208,224,59,30,51,103,189,93,50,14,61, + 9,88,235,61,142,231,4,190,130,145,149,60,110,33,231,189,81,98,14,188,70,11,238,60, + 183,98,169,61,186,72,122,189,94,184,168,187,166,18,137,61,25,128,182,189,32,240,57,61, + 66,197,177,189,234,244,106,189,164,59,184,189,122,212,65,189,89,168,83,61,10,26,239,189, + 108,240,57,60,207,151,131,61,173,142,240,59,31,230,7,62,45,64,202,189,147,172,174,61, + 137,249,168,189,129,249,228,189,163,105,194,188,197,81,226,61,219,254,1,61,51,101,91,189, + 68,70,235,188,165,135,24,189,126,25,250,57,64,127,231,61,199,145,164,189,187,93,127,188, + 193,166,76,61,143,111,45,189,90,85,74,61,174,90,7,60,161,41,130,61,33,62,189,61, + 128,47,46,61,46,43,14,61,192,40,181,189,134,50,134,189,250,119,207,61,79,14,188,186, + 125,249,205,60,34,179,118,189,10,253,92,61,80,208,137,189,115,111,71,61,23,139,215,60, + 84,3,251,188,3,197,163,189,16,124,204,185,147,223,232,188,140,249,187,61,165,58,180,189, + 201,245,178,59,60,96,235,189,47,41,254,59,96,226,89,61,211,115,202,189,223,249,48,188, + 251,203,235,189,175,45,48,61,122,200,238,189,56,46,216,189,88,137,100,61,63,92,228,189, + 107,171,5,189,168,159,95,188,216,65,146,61,83,27,204,189,68,250,40,189,179,238,142,189, + 215,224,165,61,136,1,40,61,32,15,160,61,41,48,196,59,189,24,220,189,220,151,203,188, + 173,249,219,188,45,219,54,61,142,188,181,61,110,10,166,60,32,75,212,61,163,90,143,189, + 228,134,129,189,210,135,207,61,120,180,81,60,35,102,137,61,223,105,65,61,200,138,111,60, + 8,226,114,61,50,75,181,61,56,175,47,188,106,31,238,186,54,91,188,189,222,81,1,60, + 108,72,98,61,22,47,130,189,205,194,139,189,39,36,146,61,213,214,18,61,117,172,186,61, + 68,248,228,60,233,6,164,61,119,61,16,189,171,164,88,189,64,214,0,61,26,93,208,61, + 76,4,176,189,215,72,132,61,112,102,209,61,247,174,196,60,43,155,46,61,235,11,139,61, + 73,213,240,59,127,115,167,189,79,121,187,188,200,73,140,61,176,185,147,189,124,1,185,60, + 163,210,174,187,167,65,176,61,88,6,60,61,242,88,161,61,189,205,195,189,138,234,91,61, + 185,166,196,61,15,86,84,61,35,51,27,189,130,29,142,61,5,3,91,61,149,223,157,189, + 143,110,140,189,29,76,229,186,106,193,44,190,217,169,179,61,143,126,135,188,15,250,25,60, + 249,40,128,61,53,2,145,60,153,242,55,188,4,170,75,60,6,224,204,61,97,29,82,188, + 222,169,221,61,8,216,70,61,197,48,218,61,233,230,228,61,45,228,2,61,165,170,13,190, + 65,206,58,61,236,190,27,61,173,75,157,189,86,86,81,61,203,161,183,189,188,47,241,188, + 25,123,183,60,152,231,122,60,210,221,185,61,70,18,150,61,142,82,175,188,51,114,75,61, + 181,79,60,189,236,117,147,189,152,244,151,61,143,157,184,188,231,57,134,189,193,102,145,189, + 162,134,35,190,221,27,54,189,134,26,225,61,235,97,147,60,72,224,171,61,144,21,165,189, + 253,82,187,59,122,68,34,58,175,122,146,189,154,143,78,60,90,89,185,61,137,43,129,188, + 189,253,147,189,110,120,20,189,143,194,223,188,79,163,97,61,246,131,200,61,57,40,224,61, + 138,187,149,189,171,61,194,60,240,12,131,61,239,128,139,61,42,176,7,190,190,48,145,60, + 208,68,188,61,203,27,169,60,215,64,7,61,241,243,254,189,68,249,171,188,211,19,86,61, + 239,142,0,61,93,42,224,189,125,108,33,62,139,182,154,60,127,42,131,61,181,124,210,61, + 107,167,30,61,66,90,14,61,159,15,125,187,214,242,100,187,92,16,193,189,17,204,32,61, + 81,170,210,188,102,60,49,62,175,237,231,61,233,16,178,189,190,48,171,61,186,21,31,188, + 194,220,133,61,127,182,156,188,246,36,196,189,247,85,58,189,41,191,222,61,129,192,53,190, + 229,45,226,61,96,26,103,189,249,243,50,60,8,225,48,188,142,197,36,62,132,191,201,60, + 59,38,207,61,232,28,13,60,29,214,189,189,122,7,168,61,222,56,128,189,134,37,115,61, + 215,191,3,62,107,75,0,62,180,153,48,62,237,206,4,62,219,110,14,62,128,99,76,189, + 129,125,142,60,200,171,36,61,158,68,161,188,199,100,43,62,8,30,195,61,52,64,3,61, + 219,245,225,189,249,6,146,188,246,247,6,190,204,168,135,189,243,49,6,190,207,41,49,189, + 12,89,210,188,180,110,55,188,11,158,88,188,182,72,126,187,77,30,105,61,165,247,119,61, + 31,186,59,189,86,61,16,60,197,0,56,189,143,109,180,189,67,208,92,61,231,239,140,61, + 55,244,113,60,164,201,39,62,18,31,105,189,228,183,22,189,183,2,141,61,85,17,186,59, + 225,56,14,189,36,20,76,189,8,85,199,189,254,68,10,60,75,133,4,62,246,232,4,61, + 66,125,67,61,132,62,177,189,132,150,39,190,193,88,25,190,206,99,41,62,30,148,158,61, + 228,172,58,61,34,11,204,61,216,235,176,188,37,163,32,189,106,115,156,188,0,117,170,189, + 138,125,94,61,30,0,205,59,129,84,1,61,165,251,199,189,52,21,81,188,5,193,62,60, + 75,47,153,61,129,121,12,190,72,104,16,190,145,44,29,61,49,159,160,60,96,79,161,61, + 41,62,152,187,37,42,213,189,93,198,93,186,245,201,188,61,27,46,151,189,187,132,222,59, + 60,177,21,189,61,188,126,61,205,221,91,61,207,212,134,188,47,244,238,188,182,122,228,61, + 80,17,17,188,149,175,104,189,39,46,208,61,69,201,117,60,7,55,138,189,218,36,223,189, + 236,168,142,188,240,158,70,189,6,232,87,190,25,144,132,61,179,136,118,60,140,18,131,190, + 140,68,51,187,22,168,95,60,48,96,189,189,230,95,147,188,44,136,212,189,201,180,135,61, + 87,32,16,189,24,32,69,62,147,253,70,189,223,1,241,60,135,135,55,62,137,142,2,62, + 237,131,234,61,110,85,19,187,187,129,24,62,182,53,86,61,161,125,242,61,225,159,37,190, + 123,197,206,189,185,156,225,60,80,48,183,188,30,166,223,189,242,241,50,190,162,85,105,61, + 101,61,192,61,197,135,30,188,50,82,41,189,72,197,176,61,67,1,235,189,81,111,57,62, + 19,56,43,61,207,114,21,190,73,100,12,190,9,56,32,190,141,143,11,190,156,58,108,61, + 97,101,110,188,247,57,242,61,199,154,156,190,2,54,28,62,85,221,21,190,5,35,42,189, + 60,12,152,190,161,56,105,61,161,38,61,62,209,28,110,61,30,31,160,59,221,167,75,190, + 141,169,18,189,178,117,180,189,239,211,63,189,14,192,144,189,215,179,79,62,242,131,40,60, + 73,102,53,60,128,247,112,61,69,236,2,62,232,98,51,58,226,52,26,189,240,101,183,61, + 233,248,181,60,215,210,47,61,51,215,89,189,236,244,45,189,18,77,213,61,102,249,138,61, + 85,4,173,189,120,213,26,188,121,228,232,61,189,244,194,189,100,99,13,189,218,88,43,62, + 161,125,210,61,230,10,37,61,56,196,96,190,105,29,151,61,101,239,159,189,119,197,235,61, + 53,101,39,190,120,178,152,61,24,138,143,61,79,15,0,190,10,84,156,189,159,218,236,61, + 251,84,155,189,40,208,177,61,229,250,57,61,113,109,9,189,222,84,143,61,110,203,13,62, + 111,203,181,61,160,234,141,61,0,168,43,190,67,59,199,189,170,213,145,190,145,114,201,189, + 79,200,43,61,108,171,38,62,173,39,4,59,114,84,155,190,234,224,10,188,23,125,12,60, + 210,131,14,190,15,37,7,190,109,229,20,190,167,92,144,190,76,88,18,190,216,218,229,189, + 88,51,189,189,249,182,147,61,149,83,136,188,213,221,107,189,66,254,93,190,245,22,80,61, + 49,246,197,61,81,34,118,189,241,31,13,61,218,243,185,61,15,123,168,187,251,87,50,60, + 236,246,164,189,238,147,109,61,114,11,54,61,168,196,142,60,152,188,9,62,185,139,145,188, + 162,104,152,61,22,120,246,60,116,45,20,62,29,183,17,61,116,196,122,60,113,102,160,189, + 233,235,123,61,197,89,69,190,234,30,158,189,205,124,36,189,116,159,13,190,183,27,11,190, + 220,237,41,189,208,80,218,60,108,150,230,59,39,33,54,189,154,10,232,189,175,53,9,61, + 87,94,19,61,92,138,222,61,69,212,135,62,113,62,105,61,54,115,107,189,86,83,139,187, + 39,83,244,189,206,155,2,189,54,38,65,190,210,130,97,61,121,200,212,61,15,127,187,60, + 100,68,45,61,79,255,252,189,229,79,237,187,65,185,195,188,146,129,77,62,75,138,143,61, + 33,224,123,187,92,180,64,61,132,143,188,61,87,200,24,190,87,181,46,61,68,120,222,189, + 91,113,237,189,121,191,184,188,134,153,37,189,21,25,108,190,187,56,27,62,65,132,229,189, + 238,169,214,61,54,186,104,60,113,150,134,189,109,156,109,188,52,92,51,62,129,55,142,58, + 100,105,152,189,245,55,164,189,25,13,24,62,82,52,67,62,181,4,176,61,81,1,141,189, + 90,42,82,62,203,218,61,62,225,186,213,61,145,115,162,61,45,235,23,61,156,139,14,189, + 189,199,214,188,205,229,126,189,61,206,156,61,9,188,236,189,20,98,20,62,5,197,57,190, + 82,190,11,190,15,31,17,190,49,82,11,190,161,65,10,62,95,9,55,190,84,137,29,189, + 194,145,224,189,168,16,170,189,161,41,20,61,109,60,154,61,99,33,171,189,176,120,145,188, + 91,19,27,62,135,13,37,60,132,188,94,188,175,142,156,61,111,212,122,61,26,237,176,189, + 174,27,205,189,154,199,57,60,51,196,115,61,229,38,62,189,255,41,23,62,11,55,11,190, + 143,99,32,62,26,194,152,61,163,154,106,61,41,149,20,190,224,166,207,189,198,159,97,61, + 230,90,53,189,28,203,175,187,171,20,3,190,116,143,38,190,93,198,58,190,200,29,146,60, + 45,11,192,188,2,104,117,189,24,199,140,188,194,108,46,189,62,9,57,190,91,108,6,62, + 82,223,157,189,217,153,134,60,91,108,87,188,38,95,21,61,60,139,208,188,88,17,235,189, + 182,124,222,189,116,201,151,61,196,96,196,61,26,61,87,189,208,128,17,190,105,106,201,61, + 107,34,192,189,45,194,12,62,109,155,218,189,212,94,60,61,152,17,133,189,161,174,147,188, + 93,104,79,60,218,244,51,189,175,113,254,188,8,160,225,187,232,198,78,62,214,157,1,190, + 106,31,198,189,93,1,127,60,198,17,192,60,31,255,159,58,143,219,217,61,218,120,200,189, + 109,91,128,61,100,170,146,61,248,6,152,60,168,2,19,60,248,54,67,61,113,23,51,189, + 181,72,143,189,116,197,251,189,19,158,1,190,109,88,139,61,214,158,147,61,32,228,88,62, + 150,231,115,61,204,251,86,189,9,118,67,189,71,83,15,61,223,54,84,190,26,125,78,60, + 198,84,194,59,121,226,248,61,116,231,168,61,114,77,207,189,63,213,162,61,131,209,177,189, + 252,116,21,189,212,12,234,189,71,49,146,190,120,109,131,190,111,212,214,189,105,202,179,61, + 5,168,79,61,42,96,85,188,214,44,175,60,214,154,173,188,213,161,76,190,109,118,146,61, + 214,126,254,61,198,250,5,61,219,69,217,61,216,167,62,189,154,52,26,62,3,12,38,59, + 243,246,2,190,196,182,203,59,34,76,237,61,170,113,3,61,184,160,68,189,98,7,76,189, + 140,251,14,58,60,105,191,189,237,145,142,62,243,94,86,60,44,75,8,61,119,243,239,189, + 130,132,110,189,102,94,127,190,176,217,51,190,170,173,246,189,181,164,21,190,151,210,209,189, + 7,151,165,187,34,36,7,61,236,138,26,189,205,62,124,60,250,10,19,190,208,151,30,189, + 50,140,243,188,194,248,222,61,1,49,147,62,101,49,28,62,158,29,220,189,79,56,211,188, + 227,247,134,189,1,33,37,189,114,211,179,189,135,104,78,61,139,217,19,62,143,107,145,61, + 224,132,59,60,203,161,216,189,50,18,248,189,153,113,96,61,216,73,22,62,133,90,17,189, + 232,169,13,60,71,83,9,189,75,223,6,62,208,120,125,189,172,184,45,61,54,114,105,189, + 99,248,13,190,168,67,140,188,3,81,2,189,143,167,119,190,237,36,211,61,200,159,0,190, + 32,239,18,62,3,165,162,189,55,179,140,61,71,49,23,61,184,215,75,62,245,19,52,61, + 6,27,162,189,79,238,207,189,98,205,195,60,121,82,169,61,25,231,8,61,80,76,142,188, + 106,50,46,61,93,56,176,60,239,191,203,60,129,240,6,190,193,72,35,190,245,175,123,189, + 96,121,66,188,99,189,215,61,196,152,153,60,192,32,24,190,56,197,115,61,238,195,215,189, + 236,58,105,188,220,85,209,189,173,169,59,190,54,142,80,190,214,108,162,186,0,134,3,190, + 63,245,9,190,163,93,155,188,66,122,140,61,225,33,146,59,58,193,204,60,12,67,182,188, + 165,130,70,60,35,14,132,61,231,186,3,62,155,134,69,61,207,208,201,188,204,129,87,61, + 180,195,145,188,53,111,21,62,31,191,176,61,53,78,26,61,211,226,57,61,211,224,157,59, + 145,84,172,61,78,28,164,188,150,118,5,61,140,249,19,188,143,141,82,61,223,244,76,188, + 160,142,225,61,10,243,202,189,144,123,1,190,4,48,130,189,203,80,224,189,88,217,185,60, + 197,34,161,189,215,215,131,188,121,231,104,61,148,67,163,189,73,230,245,189,120,229,11,62, + 153,107,78,61,204,108,59,61,118,116,25,59,84,57,239,61,179,35,130,188,45,12,54,189, + 236,153,151,60,155,16,24,190,55,74,168,189,240,60,238,61,53,22,71,61,24,235,147,189, + 7,43,160,188,15,74,181,60,72,115,95,189,98,48,193,61,206,166,45,60,4,181,113,189, + 39,246,84,61,53,56,33,62,58,7,235,61,255,251,180,60,13,104,69,61,214,20,46,61, + 189,43,250,60,213,241,138,61,66,9,157,189,43,240,138,189,159,249,22,60,28,11,7,190, + 228,218,183,60,122,84,172,188,172,189,132,188,2,202,104,60,159,18,2,62,175,68,179,60, + 122,26,41,190,44,133,117,189,135,38,5,62,137,197,6,190,227,48,29,190,209,57,37,189, + 129,95,117,189,100,246,47,190,53,101,65,190,19,138,56,62,17,232,253,189,90,71,20,61, + 93,153,78,62,170,46,93,61,124,51,148,189,182,165,222,188,160,68,139,189,195,155,90,61, + 215,107,74,61,45,215,21,189,97,234,30,61,192,202,78,61,69,234,87,62,224,150,243,61, + 86,39,14,189,174,12,128,61,40,122,12,61,54,38,38,62,196,152,164,61,190,4,197,189, + 100,192,56,190,118,224,229,189,100,253,236,60,120,132,169,189,151,145,16,60,60,35,2,62, + 243,59,97,61,237,21,151,189,204,159,38,190,68,169,86,190,81,42,74,189,200,17,21,188, + 38,215,235,189,241,122,121,60,214,78,6,190,26,130,196,189,5,228,251,189,249,138,238,61, + 54,207,147,189,239,75,22,62,177,222,79,189,30,76,213,61,131,179,98,189,148,168,182,188, + 196,157,193,188,214,248,51,190,38,25,84,62,123,4,11,188,190,105,89,61,107,163,48,190, + 254,217,226,61,28,34,62,190,106,231,165,60,133,202,109,60,141,141,70,62,126,85,26,61, + 233,85,236,61,176,112,243,188,18,111,128,189,210,157,135,61,149,6,158,189,6,236,177,61, + 37,38,29,62,255,79,9,189,76,128,109,62,122,194,199,61,0,120,211,188,214,76,127,62, + 178,193,53,189,208,30,235,189,118,82,26,190,125,26,104,190,171,249,74,189,4,3,216,61, + 119,189,223,61,107,158,105,62,88,148,77,189,246,148,237,61,185,97,43,190,61,91,54,62, + 242,120,156,189,66,217,219,189,173,180,117,189,6,53,216,188,76,237,83,189,36,132,26,61, + 41,252,183,61,58,186,109,62,15,159,111,61,112,57,231,61,117,245,215,61,76,188,141,62, + 248,55,111,187,0,188,209,61,14,248,113,190,239,197,155,188,157,124,83,190,168,245,184,189, + 21,129,98,61,24,49,53,62,91,245,40,62,99,97,161,190,172,112,214,60,132,64,119,190, + 101,23,5,190,2,107,68,190,199,37,106,190,188,199,120,190,40,16,110,190,60,192,130,60, + 86,158,166,189,65,14,158,61,218,127,96,189,1,103,148,189,182,87,117,190,183,197,253,61, + 36,34,111,62,159,24,238,61,171,160,231,188,72,3,164,61,30,155,182,61,82,163,10,189, + 63,149,92,190,77,159,30,62,62,159,188,61,120,178,135,60,36,107,28,62,196,219,82,190, + 243,169,144,61,84,8,217,188,226,5,10,62,241,187,133,189,71,142,48,62,39,14,29,190, + 211,9,67,61,185,71,40,190,48,173,221,189,212,149,214,189,10,112,75,190,32,193,135,189, + 19,250,46,190,35,251,12,61,142,2,122,189,116,246,25,190,146,198,73,190,80,77,10,60, + 241,191,50,190,218,163,59,61,99,86,67,62,122,51,104,62,43,255,50,190,158,24,218,189, + 148,63,207,189,181,213,2,190,55,68,28,190,33,2,39,61,198,89,105,62,172,228,48,60, + 223,253,176,60,36,208,23,60,169,33,162,189,151,128,77,61,119,210,84,61,229,153,246,187, + 136,213,152,61,155,219,58,62,88,58,8,62,18,38,43,190,32,81,17,62,76,70,213,189, + 133,205,74,190,212,84,137,61,202,200,236,189,79,150,203,189,106,39,92,62,142,102,94,190, + 183,223,130,62,89,29,128,61,95,174,239,189,70,7,30,62,121,209,134,62,40,151,175,189, + 184,235,74,190,62,136,10,190,109,102,52,61,110,235,192,189,208,146,53,62,228,107,136,189, + 121,170,93,62,206,167,24,62,156,254,182,61,203,195,238,189,229,185,19,61,132,46,132,61, + 67,247,114,189,237,208,8,60,79,28,222,60,67,33,152,62,169,27,101,62,238,205,113,189, + 10,223,11,61,87,241,202,189,33,205,23,62,74,134,133,62,130,230,229,61,165,252,172,189, + 20,234,144,189,246,118,148,61,14,246,64,190,13,118,87,60,161,240,65,62,79,153,170,61, + 208,8,60,189,30,163,146,189,130,21,236,61,163,99,76,61,253,109,249,187,182,86,107,61, + 86,167,100,61,20,157,92,62,215,82,97,61,202,240,75,61,11,150,8,62,59,229,69,61, + 143,228,236,61,181,102,4,62,81,164,56,190,175,229,183,60,211,52,0,62,232,112,205,189, + 77,109,108,62,108,132,246,61,197,50,253,61,87,107,168,189,203,188,170,62,127,233,116,61, + 178,228,162,61,233,150,195,61,125,138,56,190,183,183,52,62,66,73,169,61,241,214,78,62, + 72,60,134,186,6,141,232,61,48,231,94,188,78,17,61,188,200,197,154,187,33,78,47,190, + 69,2,182,61,42,22,45,62,18,228,52,189,225,203,153,188,31,44,3,190,17,223,146,190, + 148,79,54,61,215,49,48,189,156,23,177,60,116,100,87,62,252,99,253,189,175,251,109,189, + 192,255,128,61,245,204,216,60,179,159,124,188,209,77,82,62,180,151,68,62,47,232,128,190, + 239,98,244,188,87,181,27,190,15,98,72,60,164,255,12,62,47,205,13,190,7,0,20,61, + 95,41,57,189,103,173,29,188,168,83,123,189,233,214,70,62,69,199,231,189,27,112,92,190, + 54,87,214,61,23,10,2,190,41,199,106,189,137,111,146,189,116,216,247,58,43,37,59,190, + 233,30,18,189,88,217,181,189,145,134,183,189,15,154,224,61,173,200,12,61,108,17,37,190, + 123,16,213,61,72,30,4,190,163,200,92,189,214,60,13,189,88,57,40,190,56,190,120,61, + 229,188,13,62,163,163,132,188,64,193,30,60,7,101,170,61,50,186,38,61,13,175,210,61, + 192,159,234,188,12,149,62,61,198,171,17,190,155,155,130,187,249,101,187,188,20,247,2,190, + 88,158,221,188,214,49,135,60,12,131,160,189,244,201,97,188,92,43,36,190,240,229,80,188, + 122,52,225,61,13,73,111,189,129,138,2,190,221,161,181,189,122,241,200,189,79,221,46,62, + 180,85,43,60,221,132,238,60,131,101,14,190,180,67,93,189,31,169,151,189,3,131,6,61, + 114,77,7,189,53,104,212,60,105,246,129,190,78,37,36,62,106,68,219,188,177,169,181,60, + 215,102,64,190,251,142,10,189,119,160,193,61,240,237,145,61,57,59,132,61,71,103,134,189, + 242,96,44,62,5,152,156,189,40,184,119,189,32,9,29,190,208,111,42,62,66,184,163,61, + 16,147,103,189,136,191,189,60,160,34,103,58,79,12,225,60,202,173,132,59,142,171,117,61, + 70,78,139,60,68,205,37,61,31,6,126,61,101,29,134,61,68,56,118,62,158,25,180,61, + 97,158,208,189,239,214,68,189,129,110,18,60,96,38,39,190,184,158,249,187,33,141,30,188, + 152,17,175,60,185,213,50,60,143,120,46,190,16,101,143,61,53,150,13,190,222,139,14,60, + 58,218,3,190,199,229,250,59,99,44,172,60,63,26,27,190,34,217,22,190,132,92,14,62, + 255,117,62,61,175,81,222,61,121,193,53,62,219,55,131,60,50,4,243,189,222,11,161,62, + 20,112,0,61,106,96,173,188,245,135,250,189,66,218,41,61,155,72,13,190,139,104,85,190, + 6,101,119,61,139,165,225,61,7,236,192,60,144,139,118,190,108,51,2,62,216,51,55,190, + 99,230,161,190,191,243,115,190,42,54,164,190,246,242,41,190,60,44,161,190,55,209,97,61, + 212,170,223,184,11,242,26,190,212,27,70,62,44,223,99,190,216,39,144,190,12,227,153,61, + 109,101,109,62,141,97,122,61,152,99,23,62,68,84,5,61,96,196,23,62,99,80,245,189, + 243,195,61,189,179,109,71,61,153,31,176,62,224,203,193,61,176,237,14,62,55,154,12,190, + 45,162,40,61,54,248,202,61,98,70,51,62,1,45,120,61,175,213,41,189,214,142,69,61, + 253,69,172,189,179,252,161,190,15,189,54,61,200,204,143,190,58,145,212,189,154,241,32,190, + 96,64,250,189,98,77,234,189,236,138,111,61,45,147,94,60,46,18,82,190,218,92,47,60, + 239,105,227,189,208,25,18,62,223,80,100,62,107,97,45,62,229,208,173,190,21,152,127,189, + 246,255,36,190,253,51,26,190,70,238,94,189,157,77,129,62,59,175,130,62,95,181,57,61, + 86,72,174,188,85,180,42,187,124,40,157,190,154,80,21,190,118,51,64,62,25,51,126,189, + 231,175,174,189,187,119,81,61,100,195,149,61,238,137,65,190,247,207,159,61,59,176,172,189, + 201,245,125,190,79,13,133,188,165,157,201,60,111,49,162,190,119,180,109,62,167,215,248,188, + 195,157,90,62,25,99,200,189,122,232,171,60,5,99,49,62,106,99,84,62,3,72,121,189, + 221,229,27,190,34,233,158,189,203,7,211,189,62,195,187,61,75,180,143,61,164,10,131,61, + 45,206,135,189,179,60,48,189,220,98,137,61,98,53,86,61,119,249,47,189,232,60,250,188, + 218,178,139,60,192,4,227,61,185,229,132,189,132,195,28,190,106,186,175,189,112,10,64,61, + 2,222,109,190,214,191,163,189,224,163,106,190,179,216,216,189,142,167,1,190,17,128,52,189, + 36,248,205,58,95,6,186,188,155,102,198,61,60,20,68,190,189,155,33,190,96,65,182,60, + 81,58,236,61,216,208,84,62,39,46,28,61,58,108,140,189,186,231,137,189,196,165,88,189, + 160,55,73,189,133,79,85,61,83,169,237,61,64,242,225,61,76,184,184,61,145,14,6,190, + 141,76,197,189,156,90,25,190,236,232,145,62,33,188,40,188,39,138,60,189,167,83,94,61, + 0,113,51,190,192,46,4,190,40,234,247,189,131,128,3,190,67,95,57,190,24,134,33,61, + 225,226,20,61,16,215,134,189,114,19,55,62,197,206,213,59,14,173,84,190,0,69,38,61, + 95,239,228,189,77,160,193,189,54,3,121,62,188,89,117,61,186,101,186,189,22,205,166,188, + 81,79,87,190,65,240,243,189,98,177,144,61,132,21,31,189,62,134,189,61,20,40,228,61, + 190,104,237,189,55,121,33,61,145,23,107,190,178,150,71,190,81,47,225,61,233,127,140,61, + 157,232,198,188,65,44,140,189,32,68,28,61,207,25,236,189,43,247,178,189,15,199,202,61, + 164,61,171,189,69,3,126,61,33,246,246,61,204,144,130,190,151,134,204,61,206,24,236,188, + 187,141,250,61,103,167,71,61,141,225,57,62,59,116,211,189,235,25,119,62,153,234,25,61, + 12,236,22,189,23,165,99,189,70,112,62,189,147,210,30,62,46,239,126,189,6,86,185,187, + 126,238,182,61,249,92,18,61,36,183,128,188,33,236,121,60,149,189,165,188,58,126,77,188, + 33,189,141,187,36,50,12,188,182,20,10,189,1,233,44,190,184,192,154,61,96,42,254,188, + 147,231,58,190,18,41,190,60,111,73,8,189,53,219,74,60,97,128,26,190,143,48,133,59, + 41,116,53,188,242,109,71,189,53,254,65,62,10,119,222,60,93,69,217,189,233,245,168,189, + 188,151,62,62,64,84,228,188,146,39,231,61,116,93,140,60,128,21,43,181,132,142,8,190, + 93,134,16,188,63,96,29,189,78,237,43,62,171,66,78,61,214,89,206,61,229,119,115,189, + 72,187,218,60,246,231,218,189,105,88,6,61,79,236,185,189,13,245,175,60,38,227,123,61, + 112,192,27,188,46,128,180,187,218,122,114,190,113,132,71,189,83,218,54,190,141,72,221,189, + 253,71,208,189,242,75,42,187,195,226,249,60,51,219,186,189,167,202,116,189,251,82,170,189, + 137,12,228,188,232,72,179,61,110,102,82,61,33,196,141,61,223,94,147,189,134,189,6,190, + 218,130,96,189,179,242,156,189,165,248,179,61,20,198,177,61,18,91,127,60,226,163,33,60, + 145,64,5,190,97,35,42,61,28,243,4,190,217,92,1,190,86,236,33,61,35,89,47,61, + 4,90,162,59,45,178,10,62,151,255,173,61,36,44,166,189,177,78,243,188,217,168,96,189, + 10,125,64,190,124,155,44,189,56,215,174,189,199,74,174,188,218,77,32,62,63,151,133,60, + 161,41,198,61,140,163,23,60,240,81,50,61,251,253,71,189,17,216,145,61,90,50,94,189, + 217,58,61,189,85,200,141,189,204,227,24,189,168,202,214,61,20,85,16,62,178,109,14,62, + 46,54,171,60,152,64,6,62,117,51,114,190,116,100,108,61,193,229,101,190,160,43,68,190, + 191,212,109,190,107,191,45,189,180,255,167,61,7,95,128,60,128,110,51,61,51,180,65,60, + 10,237,61,190,34,129,55,189,157,28,144,59,103,171,62,190,178,95,129,190,160,166,166,189, + 233,119,43,60,244,167,64,190,89,6,226,61,29,170,182,189,104,147,150,189,104,152,156,188, + 134,156,80,61,77,91,171,62,209,248,8,190,138,45,6,61,121,8,153,189,99,253,110,190, + 136,187,67,61,245,142,131,189,243,210,122,62,50,157,83,62,254,53,167,60,26,250,31,62, + 229,89,155,189,81,75,185,189,241,23,178,60,58,145,140,188,126,39,214,61,178,120,240,189, + 183,110,184,189,119,8,33,190,214,94,148,190,204,231,97,190,199,224,52,189,39,162,5,190, + 167,215,84,190,28,0,174,61,215,135,225,189,217,25,47,189,141,158,52,190,94,9,133,61, + 161,189,74,190,141,203,201,61,183,245,46,62,76,177,14,189,114,104,23,61,100,201,122,189, + 245,59,51,190,19,165,64,189,79,26,101,189,99,216,14,190,213,125,98,61,124,9,122,61, + 163,207,242,189,42,181,9,62,121,64,49,190,66,31,126,61,62,145,5,62,50,186,58,190, + 213,165,173,61,60,89,119,60,137,43,40,62,169,147,233,188,232,199,129,60,8,254,111,60, + 226,150,172,190,246,189,185,189,248,168,102,189,136,113,40,190,225,221,170,60,87,170,131,190, + 144,136,18,62,200,13,17,62,196,226,7,62,39,88,157,189,65,169,57,62,33,252,206,189, + 166,33,236,61,144,171,35,190,5,37,58,60,247,11,59,62,51,196,41,61,117,45,134,62, + 59,155,178,189,31,227,143,61,64,9,15,189,2,157,141,189,50,213,230,60,123,144,72,60, + 19,235,253,189,179,193,20,61,81,87,143,61,145,41,211,189,118,221,7,62,229,255,54,189, + 113,67,213,188,180,79,48,189,60,106,218,189,29,123,85,190,87,155,41,190,95,126,31,61, + 170,14,181,60,55,93,169,189,46,170,80,61,24,71,207,189,87,186,10,190,93,140,68,189, + 117,105,26,62,137,201,44,60,240,45,121,189,171,133,168,60,191,160,93,189,153,220,194,189, + 9,216,28,61,176,28,39,188,213,19,37,62,141,17,10,61,84,238,124,61,118,91,30,189, + 190,38,133,61,26,96,62,61,249,21,125,62,79,164,219,188,230,130,137,61,214,105,168,59, + 162,43,152,61,5,232,105,190,6,36,24,190,93,36,5,190,107,147,128,190,51,126,7,190, + 60,130,90,189,215,149,89,60,252,98,66,189,7,172,134,189,132,94,149,190,165,29,116,189, + 175,226,178,188,60,249,168,60,104,187,116,62,172,21,44,61,204,255,61,190,52,140,115,189, + 17,194,132,190,204,163,217,189,158,201,172,188,5,145,25,62,24,223,65,188,250,33,141,61, + 43,192,32,190,221,166,212,187,89,69,151,190,26,25,124,189,77,150,245,61,79,188,243,60, + 225,204,25,188,64,88,113,61,181,18,102,62,125,83,129,189,37,59,94,61,13,79,0,188, + 98,129,78,190,166,50,88,61,219,133,21,190,217,136,93,190,83,19,118,62,162,126,13,190, + 245,238,107,62,51,46,254,187,169,240,128,61,150,123,66,189,139,134,242,61,163,70,145,189, + 250,213,2,190,22,160,163,189,68,139,12,61,224,153,254,186,226,35,200,60,78,19,41,62, + 167,144,94,59,143,32,31,61,235,45,233,189,125,227,16,190,95,184,172,189,21,27,26,190, + 82,77,252,189,231,7,115,189,195,239,153,61,214,250,60,190,34,254,208,188,134,240,121,189, + 119,208,151,189,253,252,68,61,183,179,2,190,248,244,81,190,203,140,18,190,90,25,78,61, + 199,86,1,190,147,15,247,187,245,72,221,188,142,166,64,189,81,149,17,190,201,83,71,61, + 172,167,38,62,111,85,135,59,223,20,209,61,103,61,6,60,120,20,200,61,62,18,26,190, + 91,179,191,189,218,236,35,189,44,92,73,62,230,244,226,188,2,168,242,61,117,215,88,187, + 59,52,135,61,182,29,195,189,123,249,5,62,209,214,223,189,57,226,247,61,130,6,85,190, + 26,113,14,61,2,76,36,190,194,45,7,190,3,144,27,190,237,74,12,189,23,211,202,189, + 249,224,33,190,67,148,212,188,120,140,208,61,233,9,206,188,238,6,239,189,93,147,146,59, + 46,53,52,190,209,221,11,62,205,42,138,62,100,187,40,61,179,141,59,61,1,218,11,190, + 5,148,103,190,174,184,4,189,59,119,0,187,144,230,35,61,91,148,34,61,132,200,146,61, + 217,248,44,189,34,242,80,60,196,75,134,190,127,222,46,189,152,249,35,62,88,26,165,189, + 238,246,192,61,102,149,13,62,106,71,27,62,199,207,157,189,16,82,161,61,26,95,246,189, + 94,190,162,187,238,5,146,189,31,172,111,190,47,206,35,190,140,113,198,61,46,50,25,59, + 32,139,112,62,11,164,133,189,185,178,211,61,10,212,105,61,243,81,109,61,202,99,91,189, + 207,69,33,189,40,215,146,189,11,217,131,61,210,52,194,58,10,63,32,60,148,32,70,62, + 171,104,191,189,228,170,161,61,167,168,4,190,200,109,72,61,153,86,252,189,60,200,222,189, + 166,136,69,61,82,91,149,61,97,157,164,61,109,57,83,190,49,138,193,61,139,19,67,190, + 84,254,200,188,249,167,169,186,108,227,169,188,177,61,80,190,203,91,30,189,153,211,58,60, + 78,176,54,190,150,29,139,61,0,52,137,61,85,94,223,60,169,35,230,188,234,226,222,189, + 237,79,168,61,56,70,137,188,208,56,201,61,75,189,226,188,96,244,114,60,230,13,255,189, + 26,60,214,188,190,143,32,60,125,164,62,62,62,142,243,61,68,18,125,61,192,175,62,190, + 252,133,68,188,167,216,193,188,217,24,226,60,126,143,235,61,205,34,152,187,9,190,210,60, + 171,159,37,189,3,207,35,190,27,166,248,189,5,68,109,188,120,125,145,189,118,131,208,188, + 27,185,204,189,119,171,67,189,215,46,187,61,156,16,139,189,60,53,11,190,92,138,4,61, + 174,118,0,190,126,211,7,190,2,124,205,61,240,81,3,188,159,173,174,189,128,252,106,61, + 144,239,14,190,245,28,166,188,2,161,15,190,248,70,242,61,87,114,51,62,118,10,88,189, + 233,203,168,189,232,128,148,60,70,237,134,188,236,106,170,189,86,81,176,61,137,249,85,61, + 28,151,178,188,195,229,107,61,29,60,202,61,93,184,155,189,61,221,236,60,87,128,45,61, + 56,222,190,189,175,244,103,189,35,82,26,189,28,132,190,189,221,22,77,61,122,247,157,189, + 205,146,165,188,212,85,82,60,148,197,127,189,83,135,87,61,197,85,50,62,192,95,207,188, + 34,73,87,187,111,193,10,61,236,227,28,189,159,155,243,60,231,233,244,60,177,219,250,61, + 183,50,31,61,198,53,63,61,245,99,50,190,116,36,88,189,41,220,14,190,233,92,232,188, + 189,101,7,189,57,159,8,62,108,192,184,188,67,164,75,190,72,252,38,189,74,202,79,188, + 123,154,225,188,32,134,104,189,61,162,169,189,223,251,189,189,38,28,11,190,168,247,171,189, + 180,68,196,61,5,60,84,61,184,14,18,62,224,176,78,189,186,228,210,189,232,209,240,61, + 149,199,113,61,15,91,137,61,145,220,147,61,42,224,163,60,5,64,30,61,158,68,143,188, + 83,226,179,60,21,133,123,189,191,214,189,61,64,63,52,189,163,13,247,61,197,232,253,189, + 138,90,169,189,79,13,14,61,225,93,158,61,171,9,186,61,132,73,16,61,232,5,224,189, + 6,22,115,189,108,81,108,190,228,59,117,189,97,92,34,190,71,171,136,190,170,230,42,190, + 196,189,202,188,244,201,46,61,195,76,65,189,38,218,119,189,202,102,201,189,210,140,145,188, + 89,188,203,189,99,235,106,61,225,213,144,61,239,188,55,189,194,121,113,189,67,39,44,61, + 214,149,32,190,57,149,1,61,198,247,130,189,174,169,84,189,80,189,32,61,88,240,74,189, + 72,122,15,189,177,213,113,189,218,186,29,190,222,130,7,60,191,2,222,61,225,249,46,189, + 127,134,215,61,28,225,89,189,91,85,56,60,163,239,158,189,173,112,146,61,237,252,120,61, + 102,210,153,189,119,181,12,189,27,66,137,59,17,42,22,190,242,53,132,61,87,180,222,188, + 54,212,49,62,9,209,83,189,16,109,128,61,78,230,209,61,204,165,125,62,30,254,26,61, + 81,141,162,189,56,92,54,189,225,184,2,62,42,56,71,62,54,205,201,61,77,11,40,62, + 220,154,91,61,101,125,170,61,190,134,153,60,81,136,158,189,213,58,11,190,251,2,64,60, + 114,91,217,61,212,34,145,61,130,50,212,61,65,123,47,190,183,10,147,61,118,1,63,188, + 81,214,143,188,40,247,52,190,232,108,115,189,204,97,176,189,162,184,41,190,78,226,120,61, + 45,11,178,60,16,155,172,61,247,148,236,60,248,24,122,189,191,46,214,189,13,175,197,61, + 234,241,58,62,142,12,242,61,207,0,41,61,187,92,57,61,131,251,166,61,140,205,177,189, + 122,229,110,189,96,66,144,61,243,66,59,61,57,96,178,189,48,34,210,61,244,208,143,189, + 255,1,71,61,197,40,139,189,78,66,99,62,81,88,193,61,2,45,130,189,217,211,70,189, + 199,248,92,61,171,231,208,189,35,113,7,190,193,3,56,190,217,250,2,190,121,130,131,58, + 7,180,135,189,165,134,203,187,80,197,196,188,16,45,7,61,30,11,234,189,78,88,189,61, + 156,76,16,189,101,114,149,61,222,198,203,60,247,66,147,61,122,22,87,190,166,88,13,189, + 201,88,152,189,143,93,181,189,200,87,38,189,234,20,69,62,48,10,236,61,143,107,75,188, + 245,88,21,61,43,248,149,189,135,46,156,189,150,117,48,189,70,254,183,60,166,238,136,189, + 49,14,179,189,84,58,33,60,246,33,60,59,105,178,122,189,141,98,4,62,110,198,157,189, + 103,134,227,189,126,159,101,61,153,123,76,189,15,92,5,190,163,205,224,61,22,194,50,190, + 254,27,186,61,134,122,147,189,141,250,31,61,250,13,90,62,132,134,218,61,86,253,132,189, + 213,60,145,189,222,48,210,189,228,37,144,189,125,91,158,189,207,17,43,62,16,200,251,188, + 68,140,187,62,109,3,137,62,25,247,32,62,185,216,230,188,198,62,110,62,60,208,63,61, + 239,212,109,189,180,173,124,60,146,11,130,61,15,197,131,62,129,83,105,61,36,15,42,190, + 152,50,5,61,216,122,10,61,76,236,26,188,32,138,55,62,117,24,66,189,13,130,75,189, + 56,167,44,190,207,30,7,190,93,17,37,190,93,96,238,61,72,251,137,188,20,70,84,188, + 81,249,26,61,139,171,143,61,23,46,173,188,21,222,193,61,218,124,54,61,37,205,203,60, + 50,11,197,189,252,168,26,62,61,21,241,61,16,91,30,189,183,22,211,61,21,12,138,189, + 211,115,180,60,175,31,75,60,157,92,47,189,176,67,168,61,174,160,6,62,188,206,123,59, + 56,207,89,62,143,101,5,62,248,204,136,189,102,92,20,61,79,174,153,62,127,48,33,60, + 9,73,6,189,252,243,12,189,138,9,166,190,239,239,140,62,172,178,200,61,165,176,152,61, + 158,50,9,190,230,133,20,62,204,181,24,190,181,35,153,189,15,38,75,190,64,195,47,189, + 118,187,152,61,187,3,1,62,125,149,34,62,143,178,134,189,105,87,64,190,242,175,213,189, + 188,191,215,189,41,239,61,60,1,121,221,61,187,184,213,187,96,51,206,189,96,15,69,190, + 110,59,172,61,158,186,62,62,180,44,122,188,3,79,0,62,115,94,78,62,154,228,49,190, + 169,223,199,61,146,45,111,190,150,170,224,61,208,182,185,187,231,16,99,189,30,244,225,188, + 194,157,77,61,203,36,170,61,247,119,222,60,128,193,38,62,205,155,152,60,252,213,3,189, + 4,183,247,61,109,1,234,189,32,172,198,189,72,246,102,61,230,85,246,61,200,219,220,61, + 217,241,13,189,55,190,190,60,221,40,82,189,67,130,70,187,73,39,23,190,88,32,166,189, + 236,218,227,189,206,184,221,61,5,95,183,61,20,108,7,190,252,67,223,61,252,118,65,190, + 145,88,231,189,70,59,136,189,176,22,109,190,54,230,0,190,176,179,174,188,62,133,3,190, + 63,222,50,189,236,41,23,62,117,150,197,189,23,16,201,189,79,185,46,190,72,21,99,60, + 206,22,38,62,151,67,167,61,75,50,5,61,245,207,20,62,249,244,22,62,183,209,139,60, + 68,176,63,190,3,0,95,60,196,64,208,59,25,112,74,188,29,17,51,62,237,186,64,190, + 37,129,22,62,149,13,167,61,195,131,4,61,144,217,128,60,188,253,53,62,103,135,62,189, + 129,225,61,60,169,85,64,190,190,251,23,190,6,113,69,189,150,120,48,190,41,71,78,190, + 177,236,11,190,128,71,65,189,42,50,149,189,220,123,24,189,223,117,67,190,54,94,228,188, + 79,126,108,189,176,150,40,62,13,135,233,61,178,190,131,62,178,3,153,189,102,230,96,188, + 124,77,235,189,128,252,68,190,100,201,59,190,95,139,185,61,195,90,250,61,146,250,90,60, + 168,154,144,60,194,40,200,189,143,138,62,190,71,138,157,61,208,107,134,60,191,217,35,61, + 104,34,183,186,66,45,73,62,172,27,29,62,149,144,155,188,207,116,210,61,116,109,104,189, + 163,85,14,188,155,239,8,190,110,102,48,188,119,166,3,189,36,137,152,61,71,177,80,189, + 70,129,5,62,108,128,246,189,106,158,226,188,133,154,108,62,115,182,172,61,106,65,21,190, + 247,253,213,60,174,141,146,189,8,46,83,61,70,244,116,60,0,244,189,61,211,28,145,62, + 37,99,204,187,230,217,33,188,38,54,135,189,135,37,203,189,47,19,48,61,99,217,58,190, + 196,1,223,189,64,0,77,60,59,119,209,61,233,32,109,190,55,185,31,186,106,238,103,189, + 212,240,243,189,63,127,245,60,134,186,64,190,87,45,223,189,125,72,90,190,229,230,171,61, + 132,12,86,188,125,170,1,189,53,137,254,61,183,27,204,188,51,161,137,190,8,216,186,188, + 159,131,44,62,188,73,221,61,179,15,166,61,242,200,231,61,207,161,190,61,177,48,38,190, + 136,134,19,59,116,245,14,189,227,211,238,61,150,128,73,61,21,30,29,61,153,228,229,60, + 218,18,115,61,30,44,44,188,203,30,16,62,66,125,64,189,102,63,205,61,108,127,8,190, + 119,201,162,188,26,96,48,190,159,105,230,189,52,7,39,190,155,162,20,190,95,208,172,189, + 0,10,204,189,72,84,17,61,216,83,216,61,79,40,20,190,189,65,20,190,130,252,33,187, + 224,210,82,190,251,103,216,61,38,17,142,62,160,192,239,60,177,168,1,189,138,122,202,189, + 254,183,18,190,172,215,238,189,79,60,165,189,177,58,182,61,151,143,109,61,38,48,40,61, + 34,104,4,190,137,13,165,60,39,217,7,190,224,195,254,186,96,161,33,62,150,99,5,61, + 79,104,41,61,192,78,14,61,217,167,91,62,59,40,106,188,119,65,201,61,45,19,191,189, + 2,82,175,189,24,231,127,188,75,226,40,190,53,13,126,190,49,114,24,62,154,181,166,189, + 75,183,195,61,4,129,80,61,193,94,106,60,197,255,231,60,49,217,115,62,130,103,244,189, + 42,3,32,61,214,199,193,189,62,175,185,187,167,5,213,60,245,208,30,189,237,214,97,62, + 72,183,205,188,66,231,113,61,247,153,1,189,1,4,178,189,216,26,219,59,154,12,13,189, + 172,148,242,189,171,66,108,189,150,89,128,61,116,84,59,190,64,54,111,186,89,165,174,188, + 226,15,253,189,178,68,87,189,109,138,60,190,106,100,195,189,182,142,38,188,72,95,219,188, + 68,87,58,188,235,96,239,189,150,227,168,61,163,254,162,189,167,77,117,190,85,86,180,189, + 96,223,13,62,124,144,21,61,224,137,175,61,182,48,82,61,182,67,202,61,38,122,109,189, + 168,105,116,189,84,153,139,57,193,9,5,62,244,52,227,61,90,78,153,61,20,96,143,61, + 52,220,191,189,234,66,99,61,184,193,54,62,153,34,255,188,88,234,198,61,186,150,144,188, + 240,30,45,186,87,90,36,190,102,55,105,190,231,132,202,189,25,244,142,189,159,199,6,190, + 223,64,226,189,241,108,18,60,46,254,29,189,142,223,171,189,74,221,99,190,217,212,191,61, + 189,48,55,190,46,214,174,61,17,93,8,62,139,1,25,189,17,120,145,189,51,38,198,189, + 200,236,34,190,249,146,58,189,25,210,111,189,166,124,22,61,144,91,66,61,249,187,185,61, + 25,124,244,189,124,204,74,189,161,7,19,190,40,3,182,189,0,22,27,62,128,232,150,61, + 67,216,133,188,95,38,41,189,86,151,187,61,32,64,37,190,193,36,100,61,153,31,187,189, + 77,145,21,190,28,4,1,187,24,81,33,190,57,202,190,189,244,19,158,61,164,215,130,189, + 238,143,156,61,210,154,251,61,52,146,237,61,86,114,164,188,33,81,83,62,194,79,0,190, + 195,135,201,60,253,115,198,189,11,66,77,189,84,55,52,62,247,253,195,188,67,129,21,62, + 125,219,78,61,48,65,115,188,249,25,178,59,126,240,36,189,217,191,64,190,163,43,170,59, + 30,192,141,188,192,84,17,62,45,84,194,61,135,145,224,189,205,79,249,188,62,142,202,189, + 81,116,62,190,105,246,190,189,24,4,63,190,55,204,233,189,4,177,149,60,109,73,221,60, + 48,44,228,189,52,238,200,61,119,97,189,60,176,174,165,189,151,254,84,189,112,51,115,188, + 224,90,199,60,40,251,98,189,212,119,250,188,194,43,226,59,231,212,212,61,114,123,43,61, + 28,23,237,189,117,97,147,189,33,174,201,186,89,106,19,61,103,210,45,61,17,154,168,189, + 106,8,32,61,22,65,178,60,234,140,62,61,244,157,158,61,198,146,72,189,89,123,245,60, + 11,206,190,188,161,187,181,189,125,104,3,190,140,47,94,60,195,216,99,190,245,220,21,188, + 253,211,58,189,60,211,211,189,112,190,38,61,178,141,156,59,120,203,231,189,23,228,205,61, + 66,32,163,61,201,108,214,60,240,8,0,62,160,21,252,61,100,167,67,188,154,162,201,189, + 173,18,41,190,244,164,6,190,44,215,51,190,104,41,51,61,100,127,67,62,27,88,143,60, + 183,133,159,189,153,34,30,190,21,27,134,189,194,229,107,189,78,87,250,61,140,182,142,61, + 166,17,145,189,199,0,44,61,82,83,152,61,12,156,133,189,40,211,15,189,213,241,8,190, + 65,143,235,189,15,152,161,61,225,53,147,189,224,44,111,189,175,36,22,61,178,206,144,60, + 117,213,183,61,28,248,193,189,208,128,16,190,116,166,7,189,228,251,15,60,241,42,129,189, + 141,63,207,187,214,255,97,189,12,15,155,61,244,86,60,61,85,196,151,61,123,23,211,61, + 155,167,4,62,155,34,215,188,119,169,180,189,221,8,248,188,33,101,34,190,59,56,124,189, + 57,49,8,61,241,107,27,62,201,32,179,61,199,79,121,190,54,213,158,61,102,215,200,189, + 249,44,199,189,255,203,27,190,173,159,28,190,66,25,81,190,157,77,70,189,153,155,225,189, + 227,58,201,189,7,37,152,61,251,162,39,61,107,75,19,190,89,52,226,189,4,163,61,61, + 8,175,151,60,75,15,182,59,198,156,48,61,8,76,71,189,15,237,139,61,111,124,188,189, + 31,46,82,190,7,209,25,62,86,173,111,61,132,219,234,188,192,118,247,61,49,126,206,189, + 41,19,135,61,255,91,90,61,28,255,37,62,82,89,64,189,164,221,180,61,5,200,186,187, + 248,179,107,189,63,56,65,190,26,127,190,60,44,157,65,188,151,144,142,189,165,183,7,188, + 157,29,218,189,158,235,135,61,29,185,200,61,54,71,164,189,162,206,55,190,106,197,145,61, + 134,221,13,189,159,64,221,59,180,201,22,62,180,249,46,62,249,211,153,188,172,158,231,189, + 91,16,56,189,74,155,130,189,73,18,129,189,236,217,223,61,45,87,39,60,144,214,231,61, + 128,204,166,189,164,92,91,60,10,143,187,189,200,121,4,187,153,246,81,187,197,199,135,189, + 98,79,22,189,224,177,28,61,108,152,24,61,160,129,53,189,11,184,4,189,8,157,85,189, + 76,159,49,190,249,201,171,61,239,122,147,60,142,26,243,189,182,238,72,61,250,141,171,189, + 80,74,50,62,172,193,109,189,0,174,180,61,102,222,44,189,166,129,54,62,196,96,204,188, + 32,52,201,189,16,160,0,189,43,242,22,189,122,47,85,61,181,114,112,189,92,164,76,62, + 154,244,153,61,151,69,27,62,127,234,45,61,46,19,126,61,253,66,139,189,176,120,138,61, + 75,35,81,60,124,96,10,60,25,248,130,61,238,46,84,190,5,251,63,62,197,169,156,189, + 201,135,97,189,110,225,148,189,40,206,125,189,93,101,38,190,36,127,89,190,177,105,181,61, + 114,175,170,61,31,233,31,190,234,52,254,60,198,179,13,190,198,75,199,189,189,205,176,60, + 175,100,32,62,213,127,38,189,117,187,18,189,168,161,28,61,42,53,98,61,253,119,0,190, + 178,208,208,189,150,98,237,188,103,116,19,62,31,251,221,188,114,83,222,59,79,39,126,190, + 160,227,5,61,57,200,160,59,97,106,63,62,100,66,230,187,13,12,198,189,126,115,111,189, + 58,95,46,59,131,171,33,190,176,211,61,189,5,101,16,190,242,22,171,189,48,56,218,189, + 19,69,108,189,65,50,29,190,254,103,5,62,28,222,46,190,148,113,115,190,42,104,92,60, + 43,223,242,189,160,15,120,61,141,6,24,62,180,138,55,62,125,75,240,188,230,83,250,60, + 89,152,105,190,121,105,7,189,56,31,153,189,18,102,88,61,11,122,176,61,136,169,249,61, + 146,48,161,189,25,174,165,61,122,189,78,189,27,228,31,190,77,36,4,61,210,99,97,189, + 94,77,138,189,1,222,47,60,184,50,159,61,117,124,147,189,238,158,132,59,131,74,13,61, + 40,136,212,189,3,88,44,60,81,66,216,189,32,96,226,189,51,104,38,62,64,147,11,190, + 129,242,36,62,242,50,235,61,63,21,14,190,31,127,230,60,116,93,36,62,146,89,229,187, + 118,44,150,60,112,2,36,190,159,69,3,189,248,189,171,61,201,137,179,61,210,234,197,60, + 139,86,159,59,60,117,67,59,154,198,83,189,234,44,83,189,60,11,39,190,130,183,53,189, + 21,122,81,189,190,53,9,62,150,156,23,62,60,70,0,190,10,130,171,61,220,245,157,189, + 120,241,40,189,48,240,186,189,15,234,72,189,57,50,90,190,159,194,34,188,50,244,166,59, + 58,18,146,188,180,109,58,189,195,129,8,62,233,61,92,61,18,176,133,60,211,92,187,61, + 188,205,29,61,200,177,172,60,219,162,231,61,142,174,17,62,205,117,1,62,136,219,66,189, + 138,76,233,188,181,193,146,187,43,127,76,58,8,64,51,189,133,8,170,61,230,137,52,190, + 61,160,170,60,158,166,216,57,49,141,35,62,88,33,26,188,212,170,187,188,241,17,140,61, + 94,240,137,189,68,145,148,60,222,31,185,189,168,26,179,189,9,243,40,190,165,100,155,188, + 88,105,77,61,77,58,21,190,69,142,156,61,31,186,173,189,148,113,167,189,19,196,156,189, + 51,63,66,61,49,9,5,61,119,48,246,60,12,146,23,62,185,129,46,190,175,135,160,59, + 122,196,123,189,247,23,19,190,48,85,77,189,134,233,139,60,178,73,27,61,18,22,107,61, + 53,12,23,60,225,75,177,189,96,203,192,189,56,253,130,61,235,5,182,61,128,147,1,190, + 192,115,207,188,40,193,133,59,220,52,75,61,150,197,144,188,186,115,204,61,213,23,158,189, + 150,126,180,189,78,216,156,61,241,131,134,61,63,33,21,190,60,19,6,60,161,76,163,189, + 100,42,55,60,124,234,5,188,178,113,81,189,22,138,85,61,44,87,33,62,149,147,96,188, + 209,95,94,189,114,98,173,60,18,61,187,59,117,139,200,61,185,170,222,187,121,80,213,59, + 37,28,153,61,95,10,65,189,82,105,47,190,230,158,240,189,182,236,14,188,183,243,74,189, + 134,247,6,190,246,102,12,60,191,147,0,62,147,46,135,190,147,255,35,62,193,195,81,190, + 91,33,72,190,24,86,13,189,138,60,24,190,67,188,71,190,47,138,66,190,49,156,154,189, + 78,36,197,60,209,179,17,190,230,203,141,61,80,50,8,190,173,175,26,190,160,70,198,61, + 65,50,9,62,106,55,13,62,116,33,225,61,118,87,37,62,88,63,18,62,143,241,60,189, + 211,124,56,190,22,198,167,61,253,223,68,62,245,219,190,187,0,129,133,60,31,205,58,189, + 74,253,243,59,81,243,161,189,124,90,144,61,41,154,10,60,168,136,242,61,173,132,50,189, + 175,209,108,61,47,242,125,190,200,73,72,190,85,231,99,186,137,206,78,190,87,164,181,189, + 250,33,242,189,18,110,236,189,185,25,15,62,185,83,221,189,110,136,88,189,21,70,9,62, + 165,181,191,189,5,19,1,62,47,79,152,61,60,56,43,61,141,84,52,190,145,17,24,190, + 175,85,17,190,132,157,27,190,6,12,208,188,19,36,152,61,249,232,4,189,89,150,49,61, + 23,41,152,188,216,111,231,188,180,132,46,190,134,14,77,187,239,33,3,61,190,167,2,61, + 103,124,244,60,186,108,229,60,157,237,46,61,187,88,131,188,8,152,206,61,59,132,10,61, + 147,40,129,189,53,18,211,188,58,176,208,188,63,118,16,190,74,56,52,62,140,165,99,60, + 149,209,200,61,64,252,149,61,62,81,127,60,190,149,193,61,83,32,80,62,3,26,6,189, + 235,113,204,189,111,53,91,189,67,48,3,189,150,159,5,62,133,18,73,61,21,18,194,61, + 9,254,117,189,10,112,241,60,184,152,87,189,169,94,228,189,84,119,33,60,227,82,226,60, + 32,119,61,189,62,145,59,61,91,10,128,189,72,10,30,190,94,70,18,189,57,117,0,189, + 186,142,217,189,217,105,189,189,103,36,64,189,67,56,25,190,153,243,7,190,249,200,122,60, + 232,50,138,189,252,158,92,189,179,80,82,60,208,55,253,189,160,66,208,189,87,135,127,61, + 62,17,179,188,42,150,189,189,254,230,228,188,241,127,128,61,219,95,181,61,52,110,80,189, + 212,175,162,189,116,221,123,189,64,224,201,61,49,96,111,189,43,217,134,61,149,99,158,189, + 158,1,53,189,37,40,186,189,244,69,39,62,172,87,60,189,107,77,130,189,24,111,86,188, + 81,121,228,189,18,137,233,189,113,35,180,60,9,139,209,188,188,225,144,190,40,112,161,187, + 224,150,143,61,81,196,224,188,201,244,175,188,90,40,25,189,247,105,52,190,30,184,163,61, + 126,24,201,59,37,63,8,189,54,36,9,62,125,191,158,61,45,173,125,189,136,187,138,61, + 205,104,201,189,40,194,57,189,198,61,197,189,163,231,14,62,64,4,183,61,64,108,210,61, + 163,183,187,189,4,253,182,187,135,111,175,189,138,65,48,190,109,70,78,189,9,114,169,189, + 216,124,192,189,180,48,254,61,138,243,252,61,22,36,65,189,139,124,102,189,97,195,219,189, + 52,237,183,189,164,37,225,189,182,106,141,189,130,193,54,189,139,161,170,60,183,16,155,189, + 200,237,89,61,95,94,156,61,11,102,224,60,41,4,107,61,150,241,47,62,212,48,106,189, + 78,74,172,189,93,120,75,189,192,201,212,189,8,85,161,61,241,149,41,61,87,79,83,62, + 244,18,250,61,108,2,197,189,226,217,81,189,211,145,131,189,180,91,48,190,125,168,20,61, + 221,188,207,61,10,229,37,61,107,182,5,188,41,182,129,189,46,4,122,61,252,178,68,190, + 198,32,30,190,55,204,153,188,99,110,5,190,248,169,223,189,198,50,78,190,59,39,38,189, + 211,188,63,189,107,39,189,188,229,124,24,61,6,235,87,190,204,255,97,190,70,165,9,61, + 179,156,44,62,249,195,19,189,46,138,244,60,97,38,201,61,190,238,37,62,88,144,42,188, + 107,221,158,189,11,12,63,60,116,55,90,61,61,114,143,188,104,130,191,61,148,134,138,189, + 221,6,182,61,89,23,168,59,88,169,158,61,95,146,75,61,119,95,61,61,131,118,205,61, + 98,26,234,188,5,165,47,190,224,69,203,188,140,74,7,190,2,226,229,189,154,139,86,189, + 222,117,152,61,200,109,147,187,6,211,3,62,169,3,183,189,72,54,239,189,140,130,187,58, + 255,145,140,188,190,22,20,60,21,111,106,62,108,76,246,61,34,188,128,190,205,33,175,60, + 231,69,19,190,42,172,252,189,35,35,22,190,214,10,81,61,199,74,8,62,231,93,16,62, + 177,5,151,189,175,94,159,60,73,243,45,189,161,80,220,189,85,173,213,61,183,7,145,189, + 154,245,94,189,201,141,185,61,94,38,219,61,86,62,216,189,47,230,55,62,11,250,141,189, + 197,180,35,190,115,131,28,189,21,39,177,61,150,39,71,190,226,108,11,62,168,171,3,190, + 100,167,228,61,16,239,181,189,188,252,127,61,160,229,37,62,16,182,11,62,16,174,149,189, + 1,184,23,190,248,19,79,60,212,246,33,189,233,63,172,61,23,116,164,61,168,88,100,61, + 23,54,230,60,203,199,118,189,68,39,136,61,75,143,73,59,85,139,58,189,231,176,41,61, + 196,105,167,189,74,133,200,188,61,104,208,61,16,208,15,190,182,148,239,60,106,54,238,189, + 154,62,4,190,225,173,130,60,183,92,101,190,36,165,78,190,238,234,214,189,106,33,137,189, + 97,102,169,61,77,85,66,61,68,249,90,61,121,72,51,188,59,46,130,190,87,110,195,59, + 232,34,107,61,250,96,1,62,241,5,130,61,244,55,167,188,90,201,45,189,175,109,180,189, + 113,158,4,60,86,121,184,189,107,204,19,62,159,112,37,189,42,102,165,61,108,141,37,190, + 26,116,70,61,177,104,230,189,155,194,133,62,249,70,112,189,20,128,100,189,50,80,9,60, + 249,21,89,61,193,26,17,190,210,123,232,189,66,135,43,190,115,111,61,190,68,143,49,61, + 164,155,185,188,29,129,214,60,235,121,25,62,209,106,16,190,140,138,132,190,32,84,159,61, + 56,140,156,189,52,136,88,61,227,247,173,61,193,38,214,61,196,86,177,189,107,79,172,189, + 148,186,136,189,68,204,141,189,35,30,47,189,99,129,111,60,218,76,36,62,254,57,4,62, + 71,244,186,187,117,76,18,62,231,239,83,190,0,37,69,190,112,21,4,62,114,52,228,189, + 87,73,233,188,48,78,161,60,163,246,90,61,181,33,65,190,91,78,113,188,115,236,152,61, + 207,25,229,188,112,127,216,60,224,88,251,189,16,155,75,190,49,102,12,62,208,165,231,188, + 8,126,91,61,164,62,7,62,105,143,148,60,173,28,128,189,68,59,160,61,238,57,227,189, + 57,241,211,189,180,216,149,189,153,254,145,189,13,150,145,61,231,220,170,61,89,191,147,61, + 175,37,185,61,250,37,172,189,130,241,147,189,209,54,124,60,247,149,86,61,105,96,143,189, + 109,21,51,188,123,99,225,61,242,182,151,187,29,76,138,189,248,170,244,61,71,145,161,189, + 252,198,95,60,77,124,101,61,249,197,225,188,252,223,177,189,60,55,118,189,145,157,175,60, + 75,141,196,189,110,85,66,186,55,114,122,189,36,107,12,60,67,175,221,60,149,247,144,61, + 121,34,249,61,42,90,179,189,76,29,220,61,170,128,112,61,130,55,112,189,211,85,80,61, + 129,131,3,190,29,83,150,61,164,187,140,61,228,122,11,190,75,3,99,59,204,67,198,189, + 94,77,169,189,254,38,14,61,219,97,15,188,6,113,147,189,39,179,182,60,216,28,49,189, + 192,193,11,61,58,135,193,189,17,38,188,189,62,85,11,61,102,135,168,189,245,226,8,190, + 203,201,185,188,132,7,165,188,130,1,62,187,227,240,153,189,230,110,61,61,0,118,61,61, + 236,208,119,60,83,22,161,61,236,41,24,189,231,119,176,60,22,31,158,61,89,168,135,189, + 76,251,133,189,189,117,174,189,3,3,128,189,130,241,152,61,210,97,143,189,144,177,44,62, + 178,130,66,188,8,48,168,189,164,181,218,189,109,181,163,189,59,204,218,61,148,1,63,62, + 42,245,134,60,103,66,133,188,196,96,173,60,94,108,78,190,76,203,164,61,156,41,212,61, + 167,195,24,60,148,160,240,61,119,98,116,61,240,245,199,189,228,165,192,59,185,92,86,189, + 138,103,226,188,80,156,129,186,207,105,233,61,155,183,159,60,234,16,154,59,78,123,241,189, + 246,190,239,188,8,3,212,61,116,50,178,61,2,148,225,188,240,192,212,61,143,153,53,189, + 117,115,20,61,148,226,214,189,16,141,236,189,10,161,147,60,104,171,93,189,18,15,224,189, + 80,165,2,61,10,48,177,189,123,95,190,59,128,198,237,189,204,49,20,60,172,9,220,60, + 182,56,171,189,244,223,241,61,34,180,167,189,175,240,138,61,84,155,156,189,119,119,206,61, + 198,64,119,188,128,239,189,188,220,245,5,61,182,40,169,60,206,240,132,189,148,48,103,61, + 65,183,244,61,197,162,211,61,98,201,101,188,206,187,7,61,98,158,160,189,1,250,204,188, + 230,184,133,61,6,91,70,189,12,38,247,61,48,205,175,61,185,191,220,61,162,243,234,61, + 39,76,85,189,95,81,169,61,19,218,154,61,112,202,56,61,65,79,8,189,171,54,92,59, + 84,201,206,188,27,210,215,188,159,172,76,190,226,234,2,190,104,220,45,190,143,16,176,61, + 200,29,114,188,60,102,214,188,48,18,118,61,164,190,182,188,54,177,48,190,34,57,224,189, + 100,65,41,189,85,229,140,61,90,253,105,61,36,62,108,61,53,122,93,189,166,163,209,189, + 19,58,152,188,204,241,17,188,68,252,27,61,51,107,245,189,138,173,197,61,168,94,227,61, + 183,51,144,189,130,82,237,61,88,46,145,188,137,16,179,188,255,119,142,60,140,252,197,188, + 143,161,170,61,15,47,26,189,193,47,113,61,191,237,52,190,193,164,205,61,21,97,194,61, + 113,81,199,187,133,105,18,189,66,66,1,188,217,226,29,190,81,143,40,62,71,17,184,188, + 68,246,1,188,89,160,31,189,17,253,1,61,116,125,193,189,103,162,243,61,160,223,177,60, + 255,140,57,61,192,31,229,189,34,175,210,188,203,212,144,61,21,87,157,61,137,72,235,61, + 7,94,252,61,139,191,148,61,95,160,60,61,152,23,168,61,156,105,72,190,91,88,126,61, + 18,3,220,189,225,231,155,61,9,148,131,61,124,55,2,190,220,192,94,60,84,31,13,189, + 131,185,87,189,23,235,27,190,177,84,63,189,114,59,216,189,231,141,114,190,228,204,165,189, + 3,7,218,189,62,2,72,61,254,68,148,61,252,88,13,190,166,227,12,190,141,196,155,189, + 93,145,154,61,95,44,144,61,193,202,30,60,222,233,51,61,105,41,207,61,103,134,174,186, + 0,42,223,189,47,189,220,61,219,22,6,62,185,199,132,189,131,171,35,62,28,217,33,190, + 221,133,232,188,174,46,168,188,28,161,183,61,37,65,41,61,46,173,126,61,23,77,170,61, + 240,42,97,61,175,87,163,189,215,97,21,189,1,216,176,189,94,211,230,188,231,105,241,189, + 204,162,112,189,55,247,230,186,202,249,174,61,95,27,59,61,37,19,129,189,218,161,201,189, + 178,69,52,190,196,80,161,61,18,53,171,61,84,197,30,62,93,77,248,189,16,241,197,61, + 34,207,34,190,52,125,51,187,83,9,48,60,122,36,91,61,16,170,3,61,159,222,41,189, + 80,155,201,188,205,218,141,189,19,178,53,190,219,87,162,189,110,82,245,61,18,33,232,189, + 15,162,134,189,17,214,207,188,100,73,171,59,140,14,8,190,19,188,193,61,121,55,162,188, + 171,123,24,190,54,248,1,59,9,92,84,189,226,23,67,189,100,215,176,61,78,23,241,189, + 206,253,215,61,80,40,254,187,38,113,125,189,42,189,209,61,242,81,249,61,126,114,200,189, + 211,47,80,190,43,220,67,61,52,227,140,189,1,28,116,61,176,52,28,61,179,141,80,62, + 146,249,2,61,10,110,54,61,187,19,197,189,224,245,9,189,196,116,22,61,180,126,136,61, + 25,80,136,60,103,49,92,189,61,115,92,189,142,28,128,188,255,244,87,189,213,57,165,189, + 227,166,166,189,128,110,16,62,41,188,229,189,54,51,165,189,100,216,196,188,35,127,231,189, + 171,233,155,61,240,135,18,190,33,70,1,62,105,50,70,189,97,218,186,189,240,68,50,189, + 10,209,7,62,90,97,27,61,172,85,231,189,119,21,187,189,50,144,127,189,78,195,110,190, + 71,20,205,61,76,28,86,189,255,12,34,61,150,103,134,59,17,197,4,190,224,161,134,61, + 62,186,17,60,83,61,88,189,254,91,105,60,217,120,174,188,108,116,183,189,88,149,218,189, + 120,36,177,189,132,196,117,189,207,101,18,190,111,94,212,188,163,89,240,189,55,236,76,61, + 218,58,72,189,111,240,8,60,2,157,212,61,121,250,79,189,167,224,137,189,244,28,189,189, + 105,33,15,189,164,184,2,62,255,245,41,62,185,227,85,188,244,86,86,189,57,75,134,189, + 2,138,19,190,79,58,65,59,42,140,54,62,85,240,31,61,32,122,240,189,128,33,99,60, + 142,124,203,189,123,22,56,59,207,251,61,190,196,242,36,189,85,185,76,62,31,118,147,189, + 155,228,23,188,211,194,181,189,144,151,180,61,228,1,199,189,169,192,161,188,135,145,30,62, + 162,253,42,189,74,120,173,61,158,62,7,60,94,255,42,190,213,249,150,62,6,131,244,189, + 46,159,50,62,213,228,19,61,112,38,90,62,249,148,115,189,156,15,79,62,239,79,143,61, + 82,190,10,190,202,67,185,187,203,253,15,189,79,226,243,61,96,59,166,61,177,150,37,62, + 98,70,162,61,221,96,106,189,133,215,98,188,9,182,182,189,128,237,209,189,161,24,183,189, + 233,71,136,60,150,129,229,61,183,13,243,188,154,230,120,190,250,193,129,188,16,6,179,189, + 243,132,53,190,173,201,134,189,98,211,156,190,8,123,91,190,75,170,98,190,74,214,86,60, + 250,96,58,61,178,11,75,61,59,42,11,188,245,202,11,190,205,185,64,190,90,176,73,60, + 116,39,104,62,209,221,133,61,160,252,126,189,166,113,35,61,139,151,2,62,157,110,28,189, + 216,75,211,189,198,140,141,189,170,245,70,62,200,192,116,61,118,20,238,61,18,200,49,190, + 62,142,165,189,51,0,217,189,164,53,17,62,2,189,166,60,4,113,183,61,188,20,53,189, + 16,142,182,189,12,38,111,190,131,56,210,189,11,244,71,190,234,55,79,190,152,193,135,189, + 79,18,1,190,128,75,217,60,93,150,233,61,105,130,122,189,232,103,137,190,255,253,19,188, + 127,190,78,189,224,3,151,188,143,250,50,62,119,63,42,62,12,128,254,188,208,137,172,60, + 172,26,58,190,104,161,186,189,208,33,21,189,200,89,7,62,183,110,32,62,49,71,168,61, + 204,232,75,189,75,187,4,62,80,152,113,190,25,77,213,188,190,10,137,61,67,100,37,189, + 115,148,207,61,19,152,142,188,38,208,10,62,134,215,163,189,148,241,141,61,238,160,126,59, + 147,63,80,190,245,134,2,61,76,109,41,190,153,157,67,190,15,26,229,61,57,89,221,189, + 61,177,62,62,245,213,42,189,247,144,203,188,88,255,92,189,87,215,107,62,2,17,207,189, + 67,238,26,190,185,154,133,189,22,55,130,189,137,110,235,188,1,254,230,61,177,75,97,60, + 189,99,206,61,168,226,15,62,105,14,37,190,206,212,246,188,67,20,157,189,247,139,76,189, + 12,226,221,189,43,138,41,62,160,192,233,61,78,38,59,190,116,31,104,61,25,4,138,59, + 16,53,19,190,97,135,242,60,224,58,124,189,120,227,84,190,5,196,144,188,70,136,175,189, + 221,181,164,187,15,195,160,60,37,184,16,189,112,98,187,189,219,87,243,189,39,23,65,62, + 6,217,47,60,37,151,133,60,229,34,9,189,161,201,103,188,220,98,118,61,0,5,109,60, + 125,197,61,189,113,131,89,58,54,196,47,189,237,212,88,188,8,88,255,61,6,180,130,60, + 17,25,218,61,172,56,186,60,162,44,103,61,212,1,16,189,203,111,186,60,210,95,28,190, + 134,184,119,61,117,30,42,190,230,28,90,190,209,138,111,189,145,147,92,190,103,97,213,189, + 80,239,42,190,220,124,203,60,194,38,240,187,147,129,19,61,223,91,254,189,185,83,179,61, + 180,109,63,189,227,59,73,61,239,221,93,60,180,99,1,61,208,106,29,190,32,163,238,189, + 179,17,192,189,225,158,192,188,158,51,113,189,132,51,163,187,6,241,3,62,172,58,138,189, + 101,177,29,61,21,225,98,189,130,107,214,188,108,196,21,62,122,155,19,62,63,32,144,60, + 150,62,178,187,246,122,16,60,241,128,8,61,130,16,134,61,134,166,39,59,110,122,35,190, + 192,63,224,189,44,70,195,187,121,153,16,186,240,101,159,189,54,230,232,60,241,56,75,188, + 115,102,210,59,244,7,29,60,52,16,5,190,16,94,106,60,154,238,84,187,154,135,236,188, + 156,193,44,61,188,241,103,186,162,45,186,61,61,156,23,62,34,22,140,186,108,12,27,62, + 50,104,78,61,85,165,175,61,92,6,207,188,239,241,83,188,204,41,94,190,154,134,236,189, + 175,144,205,189,128,119,146,188,220,207,225,61,219,86,110,190,204,230,148,61,67,111,202,189, + 120,25,138,189,89,141,113,189,138,223,4,190,189,73,128,190,170,1,134,189,175,92,91,189, + 74,71,175,189,80,51,142,61,41,141,150,189,186,195,26,60,169,0,157,189,186,212,62,62, + 177,115,39,60,122,148,94,189,63,143,27,189,157,221,99,61,4,227,13,62,101,185,193,189, + 39,51,243,189,218,207,18,61,239,167,46,62,165,218,183,189,217,224,191,187,15,48,50,190, + 6,197,93,189,103,113,7,189,105,51,17,60,216,100,108,189,172,90,105,62,163,21,152,189, + 211,81,35,61,244,46,92,190,81,247,66,189,35,114,31,190,102,31,64,190,158,104,23,190, + 0,72,238,189,157,117,187,189,50,201,177,187,100,153,158,188,68,117,27,190,224,94,63,188, + 251,73,151,185,222,229,6,62,196,149,175,61,48,109,5,62,123,88,94,190,101,56,159,189, + 226,198,53,190,9,139,95,190,166,79,83,190,185,127,197,60,235,170,95,62,144,68,136,187, + 49,99,48,189,79,2,134,189,111,217,37,190,5,48,122,188,89,229,150,61,231,112,138,188, + 55,139,220,59,63,177,234,61,146,2,66,188,181,132,187,189,21,25,214,61,203,149,4,189, + 46,44,153,188,126,149,135,189,44,128,119,188,190,243,43,189,208,250,192,60,254,208,139,188, + 179,138,58,62,10,207,189,188,232,11,199,189,77,211,63,62,70,195,111,61,81,251,203,189, + 75,241,190,189,112,29,7,189,181,163,137,188,138,116,251,61,162,217,23,189,201,205,10,62, + 163,45,11,62,244,110,214,61,92,188,45,60,223,108,16,190,141,7,7,190,253,208,49,61, + 159,1,77,188,154,95,107,61,6,32,216,61,226,168,139,190,204,65,79,61,146,57,48,190, + 252,55,80,190,190,0,123,189,180,215,139,190,26,178,138,190,70,196,28,190,186,76,116,60, + 73,237,203,188,60,134,108,189,114,77,157,189,24,162,98,189,234,136,75,190,97,142,12,188, + 126,108,220,61,73,27,218,61,133,132,129,188,118,17,232,60,93,208,11,62,166,132,148,187, + 209,117,38,189,44,73,185,61,37,123,228,61,187,209,101,61,13,51,237,60,87,108,245,189, + 72,70,42,189,155,105,189,189,248,163,130,62,160,200,12,189,92,78,75,61,14,153,35,190, + 61,70,181,61,242,7,29,190,28,139,45,190,218,241,231,189,144,101,4,190,0,171,202,189, + 94,86,45,190,8,161,143,188,37,71,57,61,220,187,151,60,153,68,56,190,63,117,182,61, + 71,63,189,189,55,176,32,61,236,128,31,62,57,25,136,61,252,111,60,190,90,159,197,189, + 57,213,188,189,253,89,62,190,108,37,142,61,245,6,247,60,128,160,40,62,129,46,181,60, + 167,67,14,190,155,60,221,187,80,193,116,190,49,249,141,188,7,245,182,61,249,112,158,60, + 176,198,88,61,151,99,134,61,149,128,99,61,156,146,150,189,15,178,25,189,230,5,10,61, + 116,29,58,190,28,178,18,61,4,234,255,189,58,60,80,190,123,235,67,62,67,30,50,190, + 58,152,39,62,49,209,80,61,242,164,44,189,38,212,154,60,17,55,122,62,139,249,206,59, + 217,105,31,190,7,70,101,188,50,127,181,188,115,107,12,61,66,124,128,61,128,95,35,62, + 133,146,1,61,8,238,175,59,150,130,28,190,99,56,189,187,130,76,186,189,53,180,53,189, + 28,220,143,189,26,251,48,189,203,150,24,62,220,21,111,190,2,127,241,61,108,130,22,189, + 105,134,166,188,178,142,9,189,46,179,66,190,26,159,73,190,94,63,44,190,109,150,207,189, + 215,24,8,61,246,13,179,59,172,105,2,189,49,9,220,189,188,75,80,190,168,185,41,60, + 41,245,50,62,223,124,197,60,102,175,124,187,176,7,169,187,111,192,9,62,2,0,75,189, + 226,183,218,189,104,45,49,58,163,176,6,62,55,217,173,188,85,158,148,61,57,171,16,59, + 92,104,102,61,68,114,63,60,163,222,27,62,138,64,207,61,79,23,176,61,214,206,233,189, + 230,127,9,62,153,134,23,190,93,54,152,190,29,83,184,189,47,241,109,190,109,51,43,189, + 250,49,17,190,133,131,42,188,54,116,8,189,29,29,58,61,172,194,101,190,215,182,169,187, + 133,100,253,189,101,176,178,188,78,146,125,61,234,4,128,60,200,91,43,187,33,149,12,190, + 118,40,192,189,69,188,229,189,68,131,36,61,250,71,231,59,213,230,159,186,62,47,131,61, + 150,48,241,189,164,240,166,189,142,0,4,190,250,152,151,189,4,177,2,62,42,23,172,188, + 129,212,133,188,104,207,155,61,15,132,55,62,121,26,231,60,110,185,220,60,188,149,132,61, + 185,149,152,188,165,156,82,189,79,12,198,189,228,160,89,190,239,170,237,61,5,94,34,190, + 157,61,28,62,1,214,94,61,109,213,176,188,229,245,135,60,0,222,216,61,153,230,159,189, + 161,253,86,187,103,211,48,190,205,46,47,62,184,238,234,60,106,252,172,61,0,228,21,62, + 142,225,129,61,31,70,135,61,123,110,164,60,228,187,183,60,84,174,60,189,154,95,217,188, + 49,13,155,189,186,138,89,61,19,236,160,61,228,33,45,190,54,197,230,188,12,13,229,189, + 86,220,28,190,210,158,20,190,208,42,80,190,211,102,130,190,179,126,108,190,14,40,30,61, + 67,4,151,61,184,33,180,188,42,189,241,188,249,117,18,189,13,36,51,190,252,223,55,189, + 251,238,11,62,25,216,202,61,219,245,129,61,170,9,103,188,173,0,144,61,29,135,162,188, + 161,139,242,189,141,158,2,61,39,61,158,61,181,0,168,60,85,83,227,59,82,35,4,189, + 126,191,65,61,190,102,97,61,225,35,144,62,134,154,152,188,96,93,13,189,11,100,129,61, + 121,222,83,189,47,120,131,190,235,159,54,190,57,226,249,189,83,167,70,190,175,105,190,189, + 131,49,211,188,85,55,1,190,114,130,182,61,111,156,18,190,158,205,6,190,176,83,2,189, + 7,205,248,189,112,209,130,61,63,220,31,62,189,140,192,61,107,66,159,189,154,170,203,189, + 14,168,86,190,50,32,180,187,98,77,108,189,122,225,69,60,135,236,7,62,118,237,45,189, + 235,222,52,188,88,1,102,188,97,255,46,190,99,71,9,190,120,67,127,60,146,142,18,190, + 59,230,22,189,193,156,22,189,171,99,51,62,12,211,21,190,97,161,83,189,30,191,136,61, + 46,217,44,190,162,185,5,61,153,229,72,189,225,107,202,189,27,31,39,61,177,36,63,189, + 12,190,133,61,117,57,253,60,197,104,196,60,194,22,135,189,110,201,156,62,160,154,211,189, + 10,25,212,189,4,99,126,189,209,174,150,61,65,121,133,61,124,218,4,62,231,231,237,61, + 63,35,254,61,252,137,152,61,88,139,247,189,107,217,137,189,186,50,34,190,33,68,171,188, + 177,246,87,61,16,116,254,61,2,168,165,60,105,21,6,190,0,48,1,61,14,32,50,190, + 24,100,9,59,111,105,16,190,116,192,31,190,10,128,20,190,75,234,96,190,176,212,75,61, + 28,139,235,60,192,90,210,188,93,241,112,188,50,223,206,188,37,171,86,190,101,75,171,60, + 233,160,201,61,181,79,192,61,38,234,164,188,136,125,132,61,232,22,50,62,40,143,21,190, + 37,206,19,189,159,87,27,62,0,237,74,62,19,120,178,189,88,19,30,62,197,137,108,189, + 118,129,42,62,135,187,141,189,104,98,187,61,207,21,141,60,230,196,78,59,125,66,165,61, + 79,196,246,188,108,21,4,190,91,148,65,190,25,209,85,190,214,87,24,190,149,250,223,187, + 199,67,98,188,225,201,84,190,180,182,167,61,224,253,53,61,111,180,132,190,218,118,121,61, + 178,119,245,189,237,193,54,61,92,197,3,62,150,49,10,62,164,47,60,189,231,88,31,189, + 145,160,53,190,94,95,226,189,207,0,30,190,215,128,77,62,189,231,12,62,242,109,204,187, + 105,128,158,60,99,122,166,61,44,60,54,188,98,197,249,189,2,222,222,60,200,210,68,189, + 117,174,208,61,210,188,14,61,68,232,169,60,101,151,32,190,58,249,24,59,121,186,75,189, + 13,93,67,189,246,99,161,60,119,64,88,189,160,1,10,190,90,161,222,61,149,135,30,188, + 255,168,31,62,102,76,78,61,13,135,154,189,212,182,119,188,198,208,204,61,122,170,74,188, + 22,82,136,190,95,106,235,189,92,200,136,189,103,51,208,188,54,190,0,62,40,58,170,58, + 221,45,37,189,215,66,17,61,208,183,143,189,23,205,93,189,67,97,163,189,45,128,22,189, + 57,154,236,60,189,77,212,59,214,145,219,61,7,248,191,189,161,147,185,188,243,18,129,188, + 52,194,28,190,78,247,53,61,89,215,185,189,167,180,207,189,81,2,97,61,57,232,62,189, + 99,212,57,61,151,4,177,60,154,207,8,62,218,22,216,189,201,39,188,60,17,254,226,61, + 165,163,15,60,94,238,59,61,236,11,149,189,201,153,252,60,77,157,36,61,221,86,22,190, + 220,15,178,60,191,102,155,61,49,10,184,189,92,231,77,61,130,139,66,59,225,63,43,61, + 226,72,96,189,100,226,46,61,156,240,252,188,2,173,209,188,255,110,186,60,49,238,112,189, + 76,95,77,189,190,179,140,189,117,193,129,188,224,129,132,61,55,191,184,189,204,108,207,60, + 143,173,170,189,68,49,205,60,210,71,214,61,46,52,153,189,104,138,134,60,52,38,205,189, + 44,80,174,189,150,237,173,60,4,148,252,58,186,5,73,61,116,3,133,189,75,170,171,189, + 19,124,242,189,24,160,53,61,139,231,102,189,217,18,187,189,228,28,103,189,31,179,113,189, + 100,154,99,61,214,163,232,61,211,112,207,189,187,50,141,61,63,146,195,61,60,48,96,189, + 240,6,168,189,255,56,17,189,204,56,114,61,8,2,231,189,44,106,124,189,29,162,187,61, + 19,155,28,60,201,9,228,60,207,216,5,190,214,122,106,59,95,180,24,62,218,37,102,189, + 115,176,177,61,29,110,172,188,186,194,26,62,201,138,179,188,228,34,33,61,142,185,124,189, + 227,153,194,60,244,48,90,61,83,245,45,62,66,65,51,62,158,174,41,188,244,30,164,61, + 193,10,6,61,136,56,208,188,65,27,215,60,91,155,1,190,187,43,10,190,118,128,3,190, + 38,57,0,190,89,18,237,61,2,140,9,59,221,77,69,190,91,247,114,62,143,204,178,189, + 143,118,69,190,72,125,137,190,163,200,112,190,55,215,83,190,114,171,61,190,94,122,168,189, + 39,130,87,189,112,250,69,60,236,244,163,61,95,117,104,190,3,98,133,190,88,0,60,188, + 171,161,198,61,214,168,43,62,247,241,240,188,25,104,30,62,171,88,86,62,150,157,226,189, + 141,105,131,190,167,111,85,189,94,146,49,62,195,73,147,189,110,185,32,62,47,8,59,190, + 200,203,164,61,117,152,132,189,75,131,115,62,79,84,44,62,16,127,205,188,6,186,11,189, + 208,8,202,189,225,2,80,190,208,241,201,59,151,93,12,190,91,59,211,189,150,251,75,190, + 238,235,119,189,88,191,158,189,196,47,47,62,146,9,7,190,140,46,75,190,231,94,162,61, + 121,143,255,189,138,238,136,61,242,16,43,62,107,203,137,62,94,23,116,190,96,155,112,188, + 166,151,233,189,139,34,97,189,121,19,229,61,182,183,112,62,214,48,250,61,156,196,151,61, + 244,186,251,189,63,125,130,60,127,160,96,190,22,182,99,190,11,79,73,62,34,152,196,187, + 202,151,187,60,25,13,204,61,39,170,231,60,228,149,144,189,175,82,201,61,96,163,223,187, + 198,186,200,189,42,206,120,188,128,46,197,59,20,154,171,189,152,253,116,62,96,182,10,190, + 220,49,55,62,251,28,225,60,144,151,241,189,252,198,6,62,24,63,80,62,29,38,220,189, + 75,54,19,190,103,123,240,188,15,21,28,189,204,225,204,189,26,229,128,188,59,205,57,60, + 5,247,14,62,100,33,132,188,52,32,109,189,161,62,96,189,166,244,246,61,79,109,2,61, + 112,94,95,60,45,42,211,61,52,161,235,61,157,226,158,189,150,22,157,61,221,194,8,190, + 86,39,159,60,78,187,88,187,200,253,253,60,144,224,132,61,133,130,197,61,146,77,20,61, + 102,207,8,190,176,98,5,62,214,15,9,190,69,175,84,189,156,50,30,189,42,147,206,61, + 181,199,55,189,1,237,7,190,170,121,34,62,174,140,185,61,229,237,230,188,71,234,19,189, + 92,27,53,189,66,237,204,61,77,227,9,189,236,77,160,189,163,223,223,188,27,129,203,189, + 187,4,238,61,6,145,214,61,159,111,137,189,179,254,243,60,27,90,193,61,216,198,38,59, + 52,167,41,59,95,27,20,61,190,129,226,60,245,113,79,188,179,88,33,61,29,61,30,190, + 235,77,184,189,122,227,244,189,213,192,10,190,57,127,82,189,123,50,37,188,209,94,126,186, + 156,28,164,189,190,149,239,60,29,225,186,61,218,231,15,62,135,246,196,188,199,62,49,190, + 194,47,149,61,23,138,106,188,80,71,179,189,95,196,162,61,136,184,60,189,52,211,50,61, + 199,153,153,60,240,166,198,189,75,30,79,61,22,134,26,61,150,137,66,189,181,60,11,62, + 119,192,26,61,27,24,7,62,69,56,59,189,91,168,50,190,186,247,193,61,84,183,76,189, + 68,104,133,189,45,93,4,60,85,145,138,188,129,7,230,188,96,186,22,189,67,196,33,189, + 3,56,27,189,204,238,28,190,114,45,101,189,73,246,158,61,254,19,225,61,211,12,213,189, + 15,234,249,189,57,232,178,188,56,9,19,62,163,127,65,61,228,241,110,60,252,55,133,61, + 55,222,249,60,77,149,229,61,32,143,3,190,20,15,214,188,160,104,35,190,25,252,234,188, + 205,20,9,60,35,93,56,189,134,21,255,61,232,71,33,189,74,159,16,62,177,230,69,61, + 193,69,144,189,137,193,203,188,26,81,34,188,220,124,2,190,42,229,137,189,153,2,190,188, + 205,181,246,60,109,224,133,189,247,111,57,61,195,194,34,61,28,165,156,189,218,99,171,60, + 244,10,5,62,89,208,1,188,147,89,23,61,82,173,155,60,189,81,32,189,202,216,183,189, + 86,202,213,189,245,60,152,189,252,32,67,187,88,36,249,188,157,192,131,61,41,41,199,60, + 97,206,231,189,215,91,131,187,164,234,12,62,95,127,19,190,30,118,207,61,198,237,22,190, + 145,22,143,189,69,100,240,189,66,45,184,189,115,128,194,188,197,227,173,189,83,134,124,189, + 65,147,67,190,23,92,222,189,93,66,63,61,217,116,116,189,48,49,98,189,27,26,45,189, + 230,101,0,189,116,112,3,189,201,146,197,60,19,217,161,61,39,211,3,61,69,43,4,189, + 219,124,130,189,139,106,8,190,224,148,141,188,120,68,153,189,3,131,84,61,243,148,64,61, + 82,210,134,189,100,198,172,189,157,14,53,190,76,33,54,61,140,12,46,188,30,163,129,60, + 58,90,22,62,71,230,16,62,123,11,39,60,178,95,161,189,247,10,12,189,45,84,208,188, + 238,143,79,189,225,116,246,60,38,229,28,189,108,166,145,60,39,35,22,62,10,33,225,189, + 182,121,88,60,75,196,228,61,62,197,6,190,27,144,173,61,54,20,33,187,113,254,15,190, + 79,184,186,60,97,214,214,60,191,165,19,62,201,105,67,62,93,154,140,186,195,255,241,61, + 20,44,13,62,168,43,32,187,65,174,109,188,89,220,219,188,119,197,67,189,232,180,199,189, + 235,99,36,61,133,222,107,62,129,22,17,62,130,213,129,190,71,161,43,61,115,137,49,189, + 201,120,18,190,112,7,152,189,39,109,103,190,200,103,153,190,115,67,15,190,50,215,92,61, + 90,232,13,190,62,48,66,189,200,44,50,189,10,113,55,190,94,238,73,190,118,254,55,60, + 91,217,33,62,40,38,205,187,39,233,215,61,219,57,23,62,203,93,153,187,47,247,195,188, + 44,11,83,189,171,234,80,60,112,62,131,62,89,177,119,61,141,188,49,61,4,96,100,189, + 177,224,115,61,176,50,215,189,79,50,133,62,143,234,49,61,78,26,70,188,165,39,119,189, + 248,86,97,59,17,80,79,190,94,135,60,190,151,29,73,190,206,187,25,190,186,83,241,189, + 19,72,57,189,208,176,44,190,121,43,52,61,77,34,69,190,25,170,41,190,157,87,219,61, + 199,140,173,189,230,114,191,61,112,124,128,62,126,198,130,61,96,28,74,189,82,7,92,189, + 44,40,64,190,69,107,183,187,132,79,81,189,241,225,74,62,223,50,7,62,204,202,250,61, + 230,18,72,189,194,67,236,61,40,127,13,190,30,232,58,188,3,200,9,62,35,138,115,61, + 33,58,14,61,115,125,190,61,104,94,26,62,255,65,137,189,63,81,152,61,150,211,62,189, + 65,81,214,188,161,110,206,189,254,109,222,189,82,171,194,189,27,60,208,61,144,128,170,189, + 215,223,155,61,148,37,43,189,40,150,42,61,220,119,55,189,46,151,144,62,18,50,38,189, + 167,242,111,190,163,78,210,189,70,80,157,61,219,117,213,188,169,31,32,62,163,242,87,60, + 231,35,3,188,119,29,20,62,122,125,86,190,120,129,33,190,3,236,240,61,186,153,192,189, + 243,137,202,189,220,26,1,60,81,169,65,62,232,18,202,189,249,169,207,188,144,17,38,190, + 30,86,158,61,112,225,215,188,47,43,233,189,199,118,165,61,207,149,148,189,77,224,209,189, + 26,53,77,189,184,231,71,189,94,29,140,61,20,105,210,189,105,171,35,61,167,133,13,62, + 193,224,3,62,56,12,166,61,215,155,152,188,85,2,229,61,120,214,33,62,103,21,240,188, + 250,158,19,189,67,131,47,188,246,234,16,61,53,160,68,61,14,223,249,61,154,155,54,188, + 184,129,56,61,190,88,158,61,82,144,143,61,198,151,232,188,65,189,211,61,198,178,106,189, + 169,171,246,59,160,68,79,61,23,124,110,190,85,181,200,189,86,158,251,188,68,78,65,189, + 214,132,24,190,3,154,10,61,240,56,58,189,44,251,240,188,217,108,170,60,84,113,101,62, + 143,22,31,189,19,13,19,61,170,209,65,189,224,101,213,61,107,221,221,189,133,213,96,190, + 184,143,136,60,204,65,124,188,7,152,223,189,185,108,107,188,112,231,239,61,252,160,162,189, + 134,230,168,189,52,55,184,59,234,203,3,190,176,247,235,186,232,113,160,61,122,209,188,189, + 18,172,68,62,8,110,63,61,206,20,250,61,184,255,166,61,155,9,237,61,99,4,26,190, + 136,184,246,189,30,17,40,190,242,153,249,189,33,205,103,61,42,250,49,61,53,160,163,189, + 7,168,145,61,112,115,138,188,243,169,3,190,232,174,156,61,22,127,240,188,50,180,222,187, + 178,79,164,61,232,11,109,190,5,43,155,61,31,128,17,190,46,133,19,189,124,227,32,187, + 25,35,216,189,250,107,180,189,137,59,181,187,113,48,125,62,185,146,170,59,99,4,56,61, + 199,223,3,61,214,214,130,189,81,55,87,189,184,202,2,190,37,73,29,189,222,196,40,61, + 156,88,115,189,59,46,168,61,98,157,116,188,52,156,36,61,163,219,19,62,21,43,77,62, + 95,252,157,188,154,237,62,61,149,232,129,61,61,94,53,62,221,186,2,189,161,186,30,190, + 66,198,5,190,162,153,157,188,233,12,191,188,124,231,6,190,148,78,233,189,175,41,135,61, + 193,89,197,61,254,81,240,189,209,106,52,61,20,43,50,190,34,210,38,190,207,146,6,62, + 147,140,40,188,4,175,180,189,126,238,75,61,22,113,129,189,160,146,76,189,23,33,92,62, + 176,132,25,190,171,249,184,61,218,122,254,188,27,234,10,61,78,77,175,190,193,89,233,188, + 196,106,128,60,125,32,201,189,39,216,119,62,243,174,193,189,254,15,21,59,189,58,27,190, + 151,181,47,62,106,171,93,190,106,68,172,61,245,111,152,189,177,40,235,61,159,27,103,61, + 140,68,155,61,124,39,62,189,36,191,31,60,212,221,57,61,181,131,138,59,122,138,179,62, + 199,212,61,57,48,78,24,61,14,172,212,61,202,130,100,61,149,101,130,61,15,58,106,61, + 129,127,92,189,52,28,11,190,95,3,17,190,96,16,11,190,78,74,22,190,145,125,185,60, + 31,52,58,62,61,76,136,62,66,82,66,61,0,61,246,60,47,158,221,189,82,179,57,62, + 160,16,171,188,81,176,111,189,160,235,4,60,228,145,15,190,97,30,182,189,255,174,244,61, + 166,206,235,189,196,38,34,62,252,26,51,62,65,62,41,62,150,100,245,61,96,187,39,62, + 249,157,0,189,123,162,28,188,173,42,13,190,3,162,209,189,67,79,101,190,52,186,173,189, + 63,110,43,189,77,109,30,62,173,181,28,62,113,24,148,190,230,140,145,61,225,1,50,190, + 67,24,40,189,246,210,67,190,16,158,72,190,231,225,44,190,232,200,17,190,30,209,25,190, + 190,179,37,190,254,113,205,188,116,209,103,61,121,150,44,190,30,10,113,189,205,157,191,61, + 51,185,1,62,249,110,199,61,150,35,3,62,228,54,67,62,158,37,3,62,28,147,171,189, + 84,182,250,189,63,77,150,59,168,121,194,61,122,40,173,59,244,161,175,61,19,175,1,190, + 73,248,151,61,245,8,247,61,240,136,53,62,79,244,162,189,100,73,35,61,3,174,151,189, + 100,254,24,61,161,252,119,190,38,249,252,189,205,6,195,189,246,116,96,190,54,57,95,190, + 105,173,13,189,183,208,207,189,86,230,137,189,87,222,68,61,249,13,96,189,69,54,142,61, + 241,92,190,189,243,114,119,188,100,183,3,62,141,14,126,62,7,11,3,190,87,46,42,190, + 166,120,30,190,200,126,118,190,30,37,224,189,91,255,11,62,3,133,120,62,210,137,146,188, + 172,5,214,60,222,105,222,189,255,5,72,190,12,161,113,188,194,223,147,61,3,244,84,61, + 99,218,151,60,242,169,9,62,153,129,131,61,75,52,208,189,61,202,229,61,86,183,179,188, + 8,182,248,189,255,149,129,61,170,216,178,189,23,28,2,190,96,126,187,61,83,42,183,189, + 41,34,7,62,250,168,183,189,64,66,165,188,104,25,63,62,248,235,190,61,34,172,171,189, + 64,128,130,189,214,83,226,60,225,14,21,62,74,167,255,61,53,104,251,61,88,139,78,189, + 236,197,190,61,131,59,58,62,0,28,120,60,189,252,200,189,39,239,87,188,46,40,222,189, + 239,165,107,61,97,56,123,187,19,64,193,60,22,2,147,189,152,81,110,61,220,196,56,189, + 90,94,254,189,105,137,209,189,234,113,45,190,33,209,144,189,54,157,173,188,159,187,63,61, + 50,94,202,189,194,247,166,189,220,253,193,189,185,73,124,189,86,206,173,60,69,244,174,61, + 228,92,0,62,133,79,246,59,60,175,169,188,230,78,15,62,146,218,17,60,227,70,73,61, + 232,229,74,190,61,211,182,61,122,214,217,188,79,112,214,61,168,81,157,189,146,204,12,190, + 57,224,181,61,166,101,131,188,87,142,122,60,169,157,24,61,130,238,36,61,154,242,41,190, + 237,111,190,189,242,160,23,190,152,216,205,60,227,33,197,189,6,153,249,60,189,245,44,190, + 146,32,8,190,159,236,176,61,102,101,171,189,237,62,156,61,96,221,148,189,111,118,198,60, + 30,9,66,190,57,129,166,60,16,94,156,61,14,66,129,60,43,126,18,61,142,91,146,189, + 178,199,42,188,185,189,42,189,150,255,197,188,157,58,154,61,83,139,187,186,89,212,1,189, + 225,8,172,189,0,179,174,188,155,220,199,189,149,53,147,60,241,240,150,61,45,145,204,189, + 31,0,57,61,208,59,173,189,48,39,159,61,15,92,57,189,97,18,27,188,115,93,54,189, + 31,131,128,60,77,87,105,190,15,44,228,189,66,78,138,189,79,50,58,61,196,190,165,189, + 99,108,159,188,75,211,245,189,244,177,201,189,172,253,154,189,151,34,229,60,240,101,241,189, + 179,171,217,188,226,47,167,189,186,214,48,188,33,53,161,189,7,166,24,62,168,164,110,189, + 123,165,246,187,163,249,102,61,33,73,140,190,162,204,172,189,75,90,174,188,77,80,131,190, + 66,88,131,189,243,149,146,189,241,237,170,61,115,37,69,189,130,131,16,62,88,44,211,189, + 247,237,218,189,167,113,236,61,17,45,221,188,245,201,146,189,229,179,24,190,169,131,50,61, + 255,222,64,60,62,67,73,190,8,191,201,61,85,125,176,189,136,204,2,189,254,235,99,62, + 2,113,105,61,92,150,235,61,71,57,240,189,180,201,48,62,185,215,168,59,202,25,13,190, + 13,109,136,60,232,150,206,58,3,2,4,61,116,118,244,61,185,241,161,61,179,51,157,61, + 66,43,2,61,61,151,238,189,237,207,57,189,142,23,16,60,237,143,73,62,45,71,62,190, + 129,212,200,61,142,240,181,189,125,112,135,190,122,22,28,190,87,229,66,189,182,49,188,188, + 176,228,46,190,19,35,58,62,109,36,120,58,207,198,83,61,98,223,25,189,25,77,42,188, + 108,196,156,190,31,139,124,62,90,146,175,188,17,26,180,189,22,170,34,61,65,219,16,190, + 46,55,76,189,105,26,34,189,68,195,26,62,233,129,113,189,143,58,178,61,13,85,170,189, + 81,227,66,190,66,213,7,62,0,24,4,189,106,190,162,61,177,246,26,62,213,188,189,189, + 29,170,48,62,166,30,188,61,137,189,254,61,32,139,108,189,78,102,24,59,203,166,211,60, + 101,241,64,190,56,106,61,190,177,50,233,189,112,138,196,187,158,201,134,61,43,11,109,190, + 200,67,137,59,136,236,108,62,117,236,76,62,108,110,183,61,227,10,29,62,252,26,221,60, + 150,183,228,61,246,144,252,189,50,23,126,62,213,11,247,189,107,206,62,188,232,189,205,60, + 151,110,80,190,53,206,12,190,174,211,109,188,74,7,21,62,47,70,14,61,135,128,3,190, + 0,142,153,61,36,222,14,190,241,214,228,186,152,82,77,61,240,68,37,190,37,17,46,61, + 33,220,83,61,36,28,198,61,136,0,174,188,27,38,193,61,234,222,47,62,128,54,61,62, + 195,162,160,61,106,43,15,188,72,244,36,61,254,210,97,61,235,125,152,61,102,124,130,189, + 178,49,57,187,122,248,1,187,215,215,31,190,30,195,63,190,11,60,8,190,138,75,136,61, + 208,71,56,62,198,102,121,190,148,26,184,189,137,24,119,190,192,190,75,190,246,31,30,60, + 115,77,29,190,152,9,34,190,200,251,129,61,204,90,42,190,0,77,13,189,100,249,90,62, + 195,181,250,189,109,34,22,61,127,228,79,190,128,152,45,62,95,13,222,187,143,121,224,60, + 58,60,112,189,79,4,23,188,207,170,145,62,11,236,157,189,116,105,3,62,182,190,201,189, + 158,216,57,62,231,36,89,190,246,19,101,61,166,172,154,188,131,39,171,60,33,28,239,61, + 148,236,93,61,219,186,65,189,7,60,31,60,72,94,147,187,185,59,163,61,122,169,90,62, + 109,22,160,61,144,103,73,61,212,110,49,188,76,204,205,188,137,133,104,61,54,85,168,61, + 225,127,249,188,167,144,238,189,50,107,202,189,133,1,253,187,70,129,26,58,229,131,165,61, + 24,171,168,61,164,170,152,61,34,85,31,190,219,146,238,188,6,31,174,189,213,245,171,61, + 210,207,86,60,74,34,6,62,154,49,187,60,94,112,50,60,178,158,208,189,221,69,42,62, + 104,61,163,61,124,46,178,61,10,46,18,61,144,208,56,62,75,200,0,190,124,79,149,62, + 212,171,233,189,46,142,254,60,39,166,42,190,106,44,86,60,131,180,137,190,23,33,248,189, + 142,128,140,188,75,63,191,61,62,96,36,62,153,40,155,190,134,26,128,61,53,114,221,189, + 196,36,225,187,5,42,62,190,247,15,136,190,35,50,184,190,232,161,14,189,93,65,144,189, + 129,49,154,189,84,24,141,61,255,171,3,62,181,109,107,190,227,131,252,189,50,2,101,60, + 90,229,191,61,46,221,249,60,127,226,180,188,40,244,209,61,75,17,166,185,150,253,131,188, + 107,15,135,190,34,65,42,188,73,84,34,62,82,132,61,190,136,189,252,61,153,221,151,189, + 214,79,31,189,110,221,125,61,151,244,151,61,142,125,196,60,195,116,215,60,236,85,205,189, + 190,65,236,188,35,208,9,190,88,228,6,60,117,85,0,190,81,88,41,190,232,116,197,189, + 159,133,46,189,70,138,99,190,254,250,19,62,197,120,209,189,175,91,238,189,235,151,209,189, + 105,86,9,189,22,158,158,60,103,190,101,62,253,54,129,62,171,193,215,189,10,214,27,60, + 34,21,243,188,99,238,184,189,173,87,154,188,133,15,60,62,95,74,113,62,189,245,223,61, + 59,193,175,187,138,240,101,189,66,127,145,189,15,58,235,189,100,135,11,61,222,17,217,60, + 93,55,7,62,164,189,17,61,46,241,143,60,186,9,40,190,34,169,252,61,254,14,146,188, + 95,105,38,190,101,159,108,60,67,32,13,190,9,23,67,190,87,129,159,61,127,91,57,190, + 205,162,47,62,29,234,42,187,80,200,13,189,32,61,20,62,198,237,9,62,135,155,5,190, + 193,178,17,189,44,245,160,61,231,210,129,61,74,159,128,188,161,208,102,61,152,74,11,62, + 180,190,139,188,29,68,45,61,39,35,226,188,85,91,130,188,155,204,184,189,98,93,210,189, + 209,46,152,61,20,225,10,62,62,224,43,60,213,59,39,190,164,118,4,62,38,84,220,189, + 156,66,81,189,58,114,230,188,223,183,87,190,196,26,96,190,8,177,204,187,219,51,173,189, + 255,171,48,189,126,136,238,188,83,84,194,61,17,198,9,190,197,26,83,190,163,129,44,189, + 246,250,25,62,59,135,84,188,149,182,182,61,159,116,3,62,36,3,141,61,58,120,87,188, + 52,122,35,190,202,231,168,61,195,64,225,61,254,97,16,189,18,84,137,188,100,240,15,60, + 47,104,11,62,205,85,215,187,199,83,215,61,31,103,74,61,247,96,163,61,162,158,36,190, + 190,55,133,61,21,236,79,190,236,237,10,190,175,207,156,189,32,0,182,189,222,181,99,189, + 81,191,39,190,76,134,142,60,109,41,94,189,182,45,99,61,53,128,66,190,79,47,11,62, + 17,220,122,189,70,134,139,61,191,184,58,62,100,253,246,60,65,142,30,190,102,46,244,189, + 237,59,106,190,24,109,186,188,66,60,42,190,160,68,161,187,134,161,212,61,32,39,45,61, + 250,19,118,189,77,10,157,189,105,173,85,190,219,207,214,188,150,229,10,62,8,243,56,188, + 121,229,7,61,141,178,69,61,56,56,29,62,115,146,20,190,228,143,216,61,235,84,193,189, + 205,17,254,189,46,41,46,189,24,108,153,189,92,44,57,190,96,111,50,59,148,197,249,188, + 56,94,11,62,140,157,245,189,172,217,142,61,5,199,169,59,172,75,134,61,190,53,178,189, + 140,44,35,190,201,187,134,188,191,140,25,61,196,1,24,62,191,12,205,188,101,71,133,62, + 6,37,101,189,180,182,150,61,234,234,217,188,187,66,67,188,48,28,222,189,155,37,47,189, + 85,227,58,188,176,215,27,62,125,97,21,188,243,106,112,190,100,20,223,187,153,211,54,190, + 129,237,131,189,247,136,114,189,208,170,133,190,180,143,132,190,219,234,55,190,43,241,90,59, + 198,118,50,189,140,135,91,189,35,147,39,61,199,231,28,190,116,94,28,190,30,184,166,60, + 248,219,25,62,218,136,109,61,213,132,28,61,187,32,148,59,192,94,12,62,91,123,24,188, + 115,19,82,189,77,234,234,61,52,108,233,61,52,216,99,61,166,156,50,62,57,182,7,190, + 158,78,169,61,185,40,169,60,120,78,136,62,168,70,136,60,170,46,190,59,113,26,136,189, + 75,129,103,189,127,138,136,190,100,206,31,190,169,244,53,190,110,73,102,189,51,212,244,189, + 205,123,57,190,178,14,203,61,229,210,220,188,139,176,136,61,54,3,131,190,4,30,8,61, + 111,201,241,189,234,71,17,62,229,195,114,62,159,231,17,62,98,37,128,188,183,10,236,189, + 53,80,21,190,146,211,253,189,78,45,54,189,22,191,19,62,70,182,148,60,31,45,124,189, + 235,110,3,61,240,81,0,188,28,27,81,190,73,117,71,189,214,251,13,61,192,253,17,190, + 32,132,17,61,24,19,6,61,187,41,173,59,149,107,250,189,134,194,110,61,119,165,55,189, + 66,39,239,189,219,135,242,60,95,213,24,189,209,27,23,190,16,70,6,62,199,9,160,188, + 18,195,103,62,50,217,129,61,185,92,159,61,70,136,3,62,134,58,66,62,46,206,138,60, + 117,56,143,188,239,123,52,189,104,112,119,188,115,79,27,62,45,17,120,189,225,4,1,189, + 253,159,212,59,68,151,56,60,160,183,234,186,69,227,239,60,6,224,140,189,139,103,9,61, + 138,116,49,62,178,105,81,189,189,39,139,61,11,92,116,60,37,211,251,188,106,27,37,189, + 138,247,9,189,248,104,152,189,152,76,236,189,134,23,141,189,202,88,152,60,31,225,134,189, + 233,243,140,61,46,124,75,61,117,66,26,188,3,158,6,190,155,249,84,60,35,99,26,189, + 148,206,232,188,107,44,154,189,99,186,176,61,158,171,221,61,59,76,72,61,146,125,23,61, + 29,153,129,189,75,177,218,189,237,38,217,59,235,30,203,60,100,36,127,189,178,140,116,189, + 55,206,198,187,21,146,180,189,138,86,134,61,35,12,166,61,1,74,10,61,161,75,77,61, + 134,28,55,189,0,46,253,189,244,185,142,188,192,171,14,61,47,71,9,189,140,104,88,61, + 90,46,51,62,129,6,143,189,36,157,47,60,100,116,91,61,25,115,113,188,168,246,3,189, + 111,253,103,189,214,67,54,61,238,153,45,186,110,243,40,189,159,13,166,61,25,218,191,60, + 11,109,220,189,96,128,159,188,104,148,227,189,76,191,93,61,106,235,206,188,111,133,174,61, + 166,184,157,189,180,228,140,189,199,189,23,189,119,180,20,189,243,122,221,60,204,93,206,189, + 233,46,59,190,63,145,191,61,25,75,237,188,60,71,19,61,103,106,7,189,222,125,80,61, + 232,197,226,59,74,180,59,61,25,45,0,187,212,23,133,61,195,147,205,61,61,254,56,61, + 219,155,102,61,45,213,35,190,234,34,97,189,4,239,31,189,70,182,81,61,16,150,166,189, + 76,14,86,61,250,147,133,188,159,69,160,189,142,68,24,62,223,181,155,61,55,136,111,62, + 141,43,41,61,220,84,41,189,213,194,30,190,217,150,103,189,227,92,71,190,3,206,131,189, + 52,127,62,60,190,91,200,61,230,57,36,62,159,125,121,190,97,97,23,60,107,125,163,189, + 230,6,16,190,13,193,126,189,103,86,58,190,139,120,56,190,72,64,6,190,46,184,215,188, + 222,44,54,190,150,250,0,189,36,206,154,189,111,249,42,190,61,21,85,190,154,53,165,61, + 93,90,77,62,149,112,7,62,140,27,34,61,133,141,184,61,71,233,74,62,69,159,179,60, + 138,48,4,190,65,100,122,61,20,160,54,62,101,100,22,188,251,179,88,60,198,41,34,190, + 221,146,169,61,178,44,23,62,78,151,92,62,25,144,196,60,143,10,40,62,24,69,213,189, + 219,152,45,188,179,74,65,190,23,48,128,190,74,35,67,189,65,150,212,189,67,10,62,190, + 91,138,216,189,34,218,110,60,245,72,50,189,12,75,109,189,16,19,60,190,75,163,210,61, + 44,181,159,188,14,106,80,188,234,159,146,62,63,211,191,61,189,83,23,190,31,15,185,189, + 20,60,58,190,70,159,15,190,0,86,255,189,137,135,196,61,49,243,176,61,91,178,137,61, + 94,55,66,189,188,76,239,189,242,12,76,189,144,17,25,187,178,194,86,62,128,13,123,189, + 233,50,9,62,238,79,144,61,143,70,231,61,205,16,25,190,98,95,1,62,14,114,206,189, + 206,179,217,188,4,220,176,189,119,159,47,190,168,235,13,190,4,67,243,61,219,88,6,190, + 64,87,97,62,235,231,187,60,9,90,239,189,202,51,128,61,230,158,167,61,188,183,5,189, + 34,136,69,189,206,252,95,59,134,107,141,60,190,150,12,62,54,0,174,189,96,211,102,62, + 76,253,143,61,14,49,135,189,232,207,1,190,232,53,140,188,137,133,42,190,84,172,175,189, + 201,220,98,189,95,73,210,61,75,28,221,61,101,19,132,190,59,34,199,61,119,196,189,189, + 127,16,164,189,182,203,237,188,191,141,92,190,219,188,24,190,201,155,96,189,91,48,189,61, + 32,152,12,190,32,26,184,61,141,227,188,61,130,238,137,186,136,221,248,189,168,33,5,62, + 250,216,19,61,172,248,5,189,4,43,6,62,95,1,197,61,4,230,91,62,98,135,10,189, + 3,35,251,189,166,129,231,60,254,58,110,60,78,232,167,189,49,121,2,62,59,231,46,189, + 171,83,23,61,160,252,28,61,34,169,51,59,148,167,201,58,81,170,65,62,20,75,81,189, + 249,87,67,188,107,204,42,190,79,86,49,190,148,178,184,189,190,62,102,190,178,0,120,188, + 228,251,23,190,61,7,190,189,219,164,217,59,51,226,254,189,66,98,76,189,108,129,33,61, + 27,159,185,189,178,226,221,60,21,12,254,60,171,1,97,62,155,18,145,189,88,162,44,189, + 118,33,119,189,133,249,208,189,29,46,222,189,226,173,110,61,126,56,140,62,92,224,40,189, + 250,71,109,189,235,141,47,190,96,187,232,189,93,44,9,62,207,232,109,188,143,74,158,189, + 206,187,158,189,11,56,253,61,109,239,198,61,210,214,24,190,84,22,17,61,78,99,221,189, + 184,161,1,190,201,45,1,189,113,168,197,189,158,53,32,190,158,14,21,62,200,114,226,189, + 30,242,126,60,237,156,25,190,142,94,182,188,185,239,69,61,153,117,161,61,134,158,79,188, + 97,36,223,189,82,198,71,188,208,69,177,60,140,113,175,61,218,197,187,61,205,232,166,61, + 96,97,74,61,54,254,124,189,93,148,154,187,55,140,240,60,239,125,116,189,175,16,123,189, + 242,29,56,188,74,200,184,61,213,64,69,62,118,254,148,190,14,21,12,62,60,176,79,190, + 111,222,178,189,212,142,16,190,146,93,16,190,218,168,106,190,210,135,24,190,170,90,4,190, + 59,38,18,190,187,120,185,189,103,80,36,189,104,42,163,189,169,60,156,189,106,104,3,62, + 88,163,27,62,230,200,110,189,169,174,155,189,182,225,66,61,170,113,58,187,254,131,252,189, + 2,174,90,190,107,198,200,188,198,140,172,61,57,209,201,189,13,168,26,62,182,40,30,60, + 110,217,56,61,139,83,162,188,108,211,58,61,181,168,62,60,59,86,187,60,217,168,22,190, + 178,152,21,61,71,41,87,190,224,119,226,188,76,201,139,59,90,193,35,190,55,233,44,190, + 24,209,164,187,224,212,23,61,127,106,232,61,212,104,129,189,16,5,149,189,213,156,77,188, + 78,48,14,190,219,31,250,61,242,172,8,62,15,134,32,61,253,172,52,190,224,190,174,187, + 21,75,102,190,12,174,143,189,12,160,137,59,188,229,5,62,127,48,195,61,62,94,217,60, + 159,145,96,189,78,245,44,189,21,87,68,189,248,41,200,59,163,106,28,62,214,120,12,61, + 175,12,120,61,122,16,193,59,49,63,155,61,224,252,63,189,9,166,219,61,116,216,219,187, + 204,92,16,190,184,40,11,61,255,223,66,190,149,180,192,189,150,168,14,62,172,141,212,189, + 49,112,177,61,49,28,93,189,31,124,194,189,8,43,161,60,244,144,254,60,136,183,41,189, + 176,188,238,189,184,244,8,190,229,119,24,62,78,88,243,189,41,153,233,61,14,123,178,189, + 69,145,213,61,198,130,200,61,123,107,143,189,49,98,215,61,59,177,145,61,149,59,58,190, + 103,103,155,61,95,82,30,188,114,208,49,189,27,160,1,62,147,165,204,189,234,23,207,188, + 193,149,43,59,191,46,14,190,163,192,8,62,3,168,153,61,194,165,133,188,69,180,13,61, + 52,79,1,190,152,177,7,188,163,107,215,189,20,59,16,62,131,44,226,188,78,96,108,189, + 247,183,30,189,215,174,44,190,25,9,14,62,47,226,237,189,237,84,187,61,115,77,234,61, + 215,145,185,189,244,15,146,61,31,46,15,190,237,245,162,187,145,230,86,189,94,233,105,61, + 207,217,129,60,38,84,91,62,145,119,17,190,73,220,133,61,215,18,9,61,95,15,37,189, + 19,123,245,61,195,145,242,61,181,147,191,60,133,4,59,61,203,84,202,59,157,170,156,61, + 22,226,35,190,233,58,21,190,57,16,10,190,118,0,49,62,125,105,105,61,197,178,217,188, + 169,233,103,61,56,8,115,61,7,140,22,190,68,208,124,189,102,203,60,61,138,141,2,189, + 140,37,225,188,179,248,9,61,74,113,190,61,178,235,102,189,127,120,182,59,22,47,151,189, + 117,42,221,61,10,37,135,189,182,76,149,60,112,66,73,62,110,27,58,189,232,251,152,56, + 136,153,83,59,149,51,167,189,67,6,68,61,66,13,62,189,106,232,225,61,234,194,31,61, + 80,179,250,61,86,24,137,189,95,18,60,190,25,104,4,62,150,198,64,190,24,68,151,57, + 40,85,222,189,73,112,34,190,191,51,37,61,233,179,159,189,27,225,213,185,142,204,228,188, + 191,31,166,61,10,140,244,189,223,194,97,61,115,209,236,61,201,104,12,190,125,111,207,60, + 208,3,110,189,83,2,110,59,83,180,24,60,151,114,99,60,226,30,185,60,23,239,94,187, + 49,222,131,190,39,83,92,189,147,226,139,61,236,221,235,187,94,182,166,189,134,100,106,61, + 115,200,32,190,113,87,180,61,229,48,99,190,211,245,159,188,58,70,57,190,193,199,120,61, + 115,21,125,62,105,29,5,189,42,167,173,61,103,155,8,190,202,41,2,190,136,164,144,61, + 220,219,23,62,4,218,239,61,88,69,127,190,35,152,26,61,141,7,91,190,2,141,151,190, + 173,121,57,189,57,168,242,189,124,177,121,61,96,245,231,61,71,103,6,190,114,130,40,62, + 231,22,122,190,21,179,20,190,94,50,3,62,78,238,5,190,216,43,165,189,59,219,103,61, + 225,70,238,189,14,57,8,190,199,163,147,189,220,33,204,189,70,79,74,190,66,8,168,189, + 4,226,139,189,67,33,82,62,40,152,177,61,38,154,241,189,30,37,136,189,11,41,1,188, + 9,163,27,189,223,73,220,61,31,27,54,61,147,90,168,60,0,40,171,189,227,39,68,62, + 197,142,85,190,171,96,57,190,59,140,246,61,59,83,246,188,137,169,66,62,35,240,56,62, + 78,87,91,190,65,92,32,62,23,35,165,189,207,197,86,190,192,175,138,61,31,220,196,58, + 45,245,11,62,68,75,5,190,155,196,132,61,236,109,72,60,25,166,245,189,148,229,209,61, + 179,164,245,189,157,249,131,61,86,255,132,60,45,154,5,190,139,89,142,62,130,62,254,189, + 116,19,130,60,96,172,157,62,117,121,251,61,160,253,130,189,159,104,102,62,177,33,164,61, + 147,229,55,189,25,92,2,189,58,154,113,61,29,6,239,61,85,163,79,61,173,126,31,62, + 252,21,76,189,69,57,33,189,233,53,207,189,7,238,178,189,29,56,211,189,98,122,56,61, + 199,120,41,189,57,204,131,60,26,165,235,61,252,31,130,190,60,171,135,188,130,145,48,190, + 190,35,137,190,88,235,62,189,202,86,155,190,14,16,128,190,156,183,29,190,128,125,170,189, + 198,159,163,189,41,139,4,190,104,27,1,62,99,56,78,190,211,150,9,190,175,49,139,60, + 171,179,102,62,210,91,43,61,213,222,91,189,214,163,15,62,65,7,48,61,52,88,66,189, + 207,149,78,189,43,36,216,60,237,202,54,62,213,35,15,189,173,170,206,61,46,32,17,189, + 188,214,123,189,255,233,115,61,41,184,90,62,242,59,61,61,94,41,165,187,47,217,143,189, + 246,32,75,189,96,91,41,190,127,156,183,189,64,149,81,189,16,216,164,190,73,0,68,190, + 99,144,143,189,106,13,35,190,23,82,194,61,74,90,146,189,141,150,20,190,109,216,146,61, + 115,119,165,189,112,126,157,187,151,167,154,62,176,31,69,62,120,109,254,189,8,148,243,59, + 157,115,23,190,163,32,28,190,138,87,56,61,66,75,60,61,19,235,98,61,150,9,199,61, + 225,66,237,188,40,237,70,61,81,11,47,190,169,56,102,189,131,65,107,61,250,182,159,188, + 190,215,140,60,231,217,150,61,18,60,98,62,26,11,77,190,53,224,169,60,177,54,86,61, + 15,90,107,190,233,198,158,189,242,192,22,190,172,248,23,190,21,183,134,62,4,4,146,189, + 40,59,114,62,129,43,181,188,145,69,220,61,146,47,130,189,225,134,90,62,69,78,49,188, + 203,97,218,188,156,28,67,188,123,13,58,61,42,109,254,61,48,235,161,189,192,108,218,60, + 140,252,168,61,94,86,179,61,209,9,255,189,25,106,138,61,109,131,101,60,173,181,226,188, + 226,209,150,189,183,132,55,62,99,189,116,61,205,240,58,190,229,71,41,188,139,91,70,189, + 48,64,74,188,246,168,183,189,158,111,25,190,195,147,83,189,47,255,244,60,107,175,167,189, + 118,94,51,189,125,95,209,189,66,100,180,60,65,213,8,61,126,252,133,189,161,22,190,61, + 245,150,24,62,179,206,209,59,4,232,145,61,252,66,189,61,179,118,53,189,73,128,30,189, + 148,227,210,59,40,151,40,61,255,40,253,61,133,240,163,189,105,183,183,61,249,1,8,190, + 98,93,9,189,172,81,239,60,151,55,47,62,61,85,147,60,130,36,228,188,249,70,35,190, + 196,12,192,61,253,183,171,189,92,98,8,190,226,171,44,190,133,188,70,190,235,33,163,188, + 63,56,77,189,8,230,247,188,88,157,18,189,180,128,164,60,56,73,60,189,253,83,184,188, + 102,35,13,189,39,12,118,189,112,212,69,62,195,142,212,61,124,193,4,190,128,78,89,189, + 142,191,231,188,127,164,60,189,38,218,14,189,237,145,193,61,155,151,234,61,88,175,192,188, + 176,239,164,188,224,58,187,189,2,3,238,189,4,0,145,189,16,78,245,60,53,109,222,61, + 152,203,67,61,13,237,21,62,139,105,93,62,161,204,43,189,46,111,1,62,234,235,45,189, + 250,100,8,190,189,255,241,60,251,102,37,190,65,105,70,189,138,50,16,62,222,73,158,189, + 245,123,186,61,11,80,62,61,144,140,211,59,185,13,214,61,222,31,147,61,129,25,122,188, + 43,123,124,189,188,18,234,189,71,145,35,60,10,250,130,60,215,242,101,61,60,146,14,62, + 47,214,96,60,16,107,99,189,149,134,64,62,61,42,45,188,74,255,17,190,166,230,248,61, + 144,16,18,62,197,63,148,61,176,152,199,189,93,242,240,60,28,20,138,189,214,250,7,189, + 56,243,13,187,172,24,193,189,232,212,230,60,51,193,235,189,94,65,28,189,134,131,63,60, + 35,157,97,61,243,147,218,189,92,18,241,61,246,197,120,189,38,109,170,189,255,253,110,60, + 194,6,19,188,136,24,64,189,130,67,188,188,206,251,220,60,161,237,48,189,156,22,119,188, + 21,163,10,190,181,113,163,188,56,246,25,62,130,42,236,189,112,27,10,62,171,71,117,60, + 5,46,59,62,200,218,217,61,111,111,9,60,6,202,134,61,16,72,218,189,134,173,32,62, + 244,228,1,189,105,201,5,190,181,86,189,61,234,161,224,189,231,150,44,189,191,148,134,188, + 23,148,162,61,130,22,33,190,37,205,187,61,106,26,7,58,135,151,166,189,182,231,155,189, + 106,24,113,61,198,205,229,188,203,36,180,61,212,44,49,60,225,11,39,189,29,86,183,189, + 60,47,225,59,146,129,86,189,250,84,204,188,180,33,139,61,41,41,107,60,151,37,46,189, + 23,174,177,189,199,22,248,60,86,16,188,189,178,217,75,186,145,220,209,189,217,254,203,186, + 228,138,200,188,7,69,124,188,98,195,13,61,173,243,27,60,204,133,113,61,25,201,85,60, + 24,179,162,189,239,49,47,187,157,205,129,60,39,165,102,189,61,101,235,60,146,183,176,189, + 176,105,70,61,123,187,68,189,119,94,7,190,201,201,51,61,3,73,58,188,130,157,196,189, + 142,182,197,189,226,171,100,189,193,174,92,190,208,77,10,62,108,165,228,189,141,97,119,61, + 200,175,24,190,130,55,205,61,118,36,190,60,213,119,62,61,84,239,227,189,81,223,145,60, + 208,114,213,189,24,229,17,190,36,45,197,189,57,17,183,61,130,142,240,189,51,47,166,61, + 182,234,254,187,129,166,162,189,172,93,170,188,77,93,59,60,55,226,103,189,55,243,149,61, + 199,38,6,62,224,47,93,62,48,199,76,190,90,248,110,61,240,40,205,188,132,53,17,60, + 241,193,193,61,18,184,144,61,117,163,17,190,55,54,177,189,175,216,97,189,238,218,59,60, + 116,130,149,189,171,106,226,189,162,151,218,60,189,190,154,60,174,125,100,59,42,14,15,62, + 158,140,46,190,200,15,216,188,4,187,155,189,206,240,19,62,129,230,81,62,133,200,84,61, + 136,117,154,187,180,243,183,61,56,160,102,60,150,226,163,188,83,12,232,60,108,167,24,188, + 168,62,13,62,200,128,249,60,209,181,46,62,119,26,237,60,43,229,115,187,165,65,15,188, + 166,196,36,61,169,16,148,61,48,65,101,61,91,244,113,60,11,162,141,189,58,65,213,61, + 136,197,77,189,240,102,104,190,81,89,63,190,220,137,236,189,23,7,227,62,187,188,251,59, + 98,132,26,190,213,96,35,61,136,59,230,61,62,228,69,62,131,209,171,60,154,125,249,189, + 212,73,168,61,10,126,14,188,168,42,73,190,52,16,17,62,33,197,222,60,28,133,158,189, + 216,220,129,188,223,248,29,61,245,45,244,61,218,181,151,188,74,76,32,190,99,120,16,190, + 252,139,206,188,65,96,83,61,202,126,156,189,19,7,17,62,105,17,242,189,91,252,164,189, + 77,114,174,60,131,60,128,61,124,240,100,61,2,196,56,190,104,191,214,61,8,16,210,189, + 160,124,57,62,26,69,237,61,66,148,176,60,196,210,62,189,185,215,108,62,67,43,157,188, + 108,29,12,62,7,218,90,62,61,238,0,58,18,176,191,61,152,151,121,62,106,75,233,189, + 180,23,187,60,201,113,32,187,76,136,189,61,61,217,161,62,176,125,143,61,63,150,233,60, + 94,251,102,189,246,12,140,60,127,121,246,189,243,158,174,61,66,185,255,60,127,117,225,188, + 108,237,188,189,199,48,7,60,126,21,132,61,93,103,160,61,7,52,99,189,30,100,18,189, + 186,55,241,189,163,21,102,61,31,10,87,61,157,250,50,61,254,18,128,62,227,117,227,188, + 142,198,238,61,191,242,37,61,187,161,201,188,10,223,6,61,80,193,17,62,5,78,102,189, + 245,79,172,60,129,136,130,61,91,20,51,61,79,201,252,61,5,35,201,61,126,47,236,189, + 197,215,192,61,134,73,223,189,230,193,93,190,5,200,136,62,108,60,25,62,87,193,43,62, + 238,99,69,61,182,71,191,187,233,184,35,190,83,233,129,59,60,26,81,190,158,76,186,188, + 65,61,220,61,27,221,145,61,218,240,20,62,222,147,34,189,164,53,159,189,201,79,125,190, + 27,12,16,62,246,187,46,188,228,82,1,62,115,157,222,189,61,105,189,60,50,57,26,190, + 226,11,255,188,190,123,79,188,4,145,7,188,251,199,31,61,200,153,31,62,235,38,195,189, + 32,173,92,61,203,3,181,189,186,133,16,189,151,22,132,61,170,95,193,187,69,104,84,61, + 178,163,199,188,53,226,236,189,84,122,26,189,142,240,250,61,38,85,49,190,7,25,13,189, + 186,117,14,190,100,186,116,189,37,217,177,189,84,50,31,62,35,234,140,61,35,171,67,62, + 207,233,20,62,196,183,68,188,246,24,177,188,186,240,161,187,54,138,166,189,128,239,254,189, + 125,82,255,189,213,35,210,61,72,247,169,61,207,159,147,189,66,88,121,60,244,223,48,190, + 110,166,129,190,51,249,23,190,109,225,121,190,109,174,122,190,72,144,136,190,80,1,182,61, + 52,24,130,60,229,5,185,189,155,13,111,61,86,43,177,190,143,217,183,190,95,5,27,61, + 252,181,121,61,110,191,140,62,181,67,168,187,154,218,184,61,35,27,18,189,161,217,241,189, + 31,147,178,189,156,174,176,188,251,23,157,62,224,190,189,61,111,28,6,62,194,213,176,190, + 93,123,247,61,132,115,103,189,230,98,141,62,47,100,134,189,32,39,6,62,34,182,23,61, + 131,119,9,61,159,237,190,190,65,18,142,188,170,88,35,190,133,213,146,189,203,74,142,189, + 107,167,225,189,60,132,96,61,60,73,147,61,136,72,210,189,129,206,31,190,129,223,249,188, + 192,112,235,188,212,103,42,62,3,0,251,61,180,227,131,62,68,8,62,190,218,141,181,61, + 129,244,186,189,51,11,167,187,49,31,1,62,118,189,57,62,171,182,63,62,94,217,84,189, + 253,118,93,190,164,161,71,62,38,9,212,190,91,103,143,190,164,7,165,61,88,13,133,189, + 129,114,23,62,106,2,159,60,81,224,244,61,210,174,158,189,247,192,35,61,46,253,29,61, + 243,137,133,190,107,93,130,189,234,19,1,190,217,90,42,190,251,66,121,62,44,132,37,190, + 251,234,151,62,94,174,70,188,54,240,22,62,110,159,27,62,4,102,154,62,132,42,32,190, + 57,229,56,190,75,105,15,188,21,66,230,60,244,208,134,190,62,27,23,62,25,210,113,190, + 206,218,193,61,117,205,105,188,193,255,31,190,88,216,22,62,9,76,99,62,31,132,81,190, + 55,60,156,188,244,0,66,61,197,0,93,58,85,253,176,61,169,229,145,61,90,116,248,188, + 188,213,59,62,63,11,171,61,171,116,130,62,73,207,140,62,137,101,142,62,210,47,84,61, + 220,123,170,61,0,147,178,188,227,190,20,190,134,218,67,62,202,251,35,62,182,93,25,189, + 92,20,51,190,142,179,181,188,33,14,87,60,140,35,191,60,59,57,56,189,59,31,1,62, + 198,104,10,62,84,68,171,189,8,184,24,190,131,229,25,190,233,34,249,60,42,125,142,61, + 43,245,7,61,56,80,240,61,141,117,94,190,30,118,129,61,209,235,8,189,62,5,250,61, + 172,120,51,58,234,94,16,62,217,238,157,61,180,118,194,61,67,31,171,61,26,223,176,61, + 189,255,13,190,194,177,139,60,112,102,158,188,10,76,212,61,8,253,38,62,86,4,174,189, + 19,7,190,61,77,195,59,60,21,119,74,190,60,18,252,189,162,116,190,61,22,71,232,189, + 157,27,29,62,204,119,232,188,95,161,252,60,88,14,129,188,52,53,71,189,193,229,195,189, + 172,195,227,61,196,241,155,189,38,35,59,62,103,125,55,62,107,228,238,60,211,165,16,62, + 67,163,184,60,39,27,171,185,52,62,235,189,223,185,148,61,139,65,181,189,209,195,131,189, + 25,59,63,61,148,146,81,188,39,171,53,189,131,200,16,62,188,29,198,189,140,200,142,61, + 249,85,159,189,3,179,217,61,176,147,43,61,98,136,157,60,171,128,19,190,234,74,174,188, + 88,21,203,189,203,128,196,60,160,211,79,62,132,198,212,60,248,110,130,189,176,156,72,62, + 146,30,240,60,240,197,212,188,13,122,62,190,4,233,136,189,117,55,102,190,10,242,139,188, + 220,82,75,189,123,146,14,61,247,216,99,186,74,222,248,189,65,141,47,189,100,112,132,189, + 181,199,201,189,38,78,34,190,15,161,44,190,171,214,111,190,60,28,52,190,73,160,55,60, + 190,244,55,189,242,70,99,189,57,153,202,60,170,135,189,189,255,150,86,190,253,105,251,60, + 46,66,91,62,115,73,85,61,97,64,234,60,100,143,20,62,16,211,123,61,180,27,188,60, + 184,2,239,189,56,132,180,61,158,177,57,62,66,13,204,61,29,125,144,61,6,65,183,60, + 135,135,213,60,147,205,36,60,16,83,234,61,92,103,72,61,42,99,236,61,170,206,144,189, + 185,137,117,61,12,142,158,190,25,156,190,189,14,232,173,189,158,92,84,190,252,22,91,188, + 108,150,104,189,197,78,124,60,31,189,164,61,1,177,6,190,19,205,14,190,186,26,4,189, + 182,207,180,189,127,241,146,61,197,239,35,62,180,10,62,62,190,35,157,189,118,101,177,60, + 159,90,141,190,100,172,235,189,72,171,61,189,188,41,4,62,8,225,229,61,158,48,159,61, + 183,110,165,187,35,194,174,189,59,93,34,189,11,85,190,188,132,13,37,62,128,118,183,188, + 29,13,181,61,51,208,81,61,44,156,196,61,220,77,145,189,208,107,185,61,31,102,42,189, + 78,53,251,189,10,51,120,61,59,56,153,189,173,69,127,190,174,57,26,62,180,238,35,189, + 169,93,21,62,198,202,159,61,144,214,129,61,222,8,17,62,229,224,62,62,70,190,142,189, + 56,106,205,189,67,6,246,187,152,56,164,61,147,129,155,61,221,196,227,60,167,126,136,62, + 59,235,7,61,194,52,134,188,175,97,4,190,236,192,224,189,209,76,103,190,34,168,133,189, + 42,136,137,189,162,206,69,62,247,193,5,62,213,52,197,189,24,15,39,61,230,111,36,190, + 162,249,31,190,73,36,24,190,6,243,16,190,79,191,36,190,38,64,147,189,157,36,56,189, + 238,117,5,189,238,186,199,61,47,104,142,61,177,209,14,190,204,217,120,190,127,4,3,188, + 161,147,60,62,172,202,54,60,189,97,150,61,190,97,253,60,77,191,167,61,246,249,52,187, + 200,3,48,190,123,234,151,61,50,25,46,62,246,81,91,189,108,82,83,62,166,218,194,189, + 163,131,67,189,121,232,72,61,71,21,253,61,116,13,82,60,88,182,0,62,172,119,97,61, + 173,140,143,189,14,50,243,189,61,0,88,189,68,176,53,190,103,45,50,190,3,26,8,190, + 171,191,65,61,119,68,70,60,73,185,221,61,62,51,11,190,76,141,132,189,88,38,235,61, + 220,110,202,60,172,156,162,61,12,202,70,62,149,211,64,62,149,24,210,189,49,106,115,61, + 235,226,35,190,249,246,41,190,32,190,5,187,45,96,35,62,121,10,24,62,251,78,142,189, + 93,85,0,61,18,108,132,61,98,225,74,189,126,155,30,187,70,57,251,59,96,159,119,61, + 173,44,174,60,53,86,106,188,225,16,49,62,122,78,22,190,65,60,226,59,67,143,194,60, + 141,157,43,190,112,24,114,61,180,68,126,189,199,114,121,189,220,17,95,62,3,8,229,189, + 163,242,90,62,50,109,168,189,209,73,232,61,255,163,138,186,105,131,133,62,9,185,132,189, + 250,136,88,190,131,33,200,61,92,197,88,188,98,73,75,62,1,177,20,189,245,184,53,61, + 43,210,26,61,143,28,141,188,244,113,208,187,19,54,89,61,49,17,141,60,228,1,223,189, + 85,42,163,189,98,186,7,62,60,137,8,62,45,237,105,189,38,2,223,61,147,203,137,189, + 178,237,91,190,154,143,236,189,113,178,28,189,65,248,138,189,205,125,231,189,139,124,229,189, + 122,249,37,60,207,24,2,189,191,147,112,61,120,219,104,189,197,69,56,190,210,3,146,188, + 120,185,82,62,47,6,218,61,188,69,33,189,115,186,187,61,189,158,171,58,164,135,24,190, + 55,83,32,190,45,187,203,59,27,149,186,61,155,41,163,61,223,1,169,61,120,45,59,190, + 139,69,156,61,232,37,38,61,137,56,140,61,112,148,173,188,121,121,130,189,0,104,160,189, + 136,253,197,189,115,46,111,189,138,165,120,189,129,189,202,189,235,22,108,189,73,94,148,189, + 212,137,14,59,251,49,207,189,81,244,180,61,35,155,247,189,238,73,22,189,92,111,198,60, + 104,19,18,189,217,188,121,61,159,67,243,61,25,159,20,61,165,49,200,189,79,87,158,61, + 204,186,91,190,99,53,175,189,122,167,80,61,79,81,83,61,213,11,248,61,102,235,214,59, + 94,32,139,189,93,203,149,61,31,51,95,189,94,180,143,60,255,230,92,61,10,186,1,189, + 197,55,146,189,120,93,60,189,138,227,202,59,168,195,64,190,20,224,162,61,64,233,221,188, + 177,157,76,190,181,241,207,186,194,245,242,189,118,39,188,189,4,147,233,61,58,229,170,188, + 79,254,212,61,53,189,207,189,249,81,205,187,60,101,94,189,242,16,241,61,29,111,55,189, + 99,97,73,190,34,16,156,59,229,237,132,61,66,115,72,62,255,153,229,61,111,134,6,62, + 94,137,172,189,143,226,95,188,49,11,143,189,86,205,228,189,91,112,59,190,192,207,244,189, + 228,226,214,187,201,52,234,61,85,158,47,61,247,21,61,190,192,37,82,61,10,245,214,189, + 5,94,78,190,73,91,28,190,56,216,127,189,254,178,93,190,251,106,14,190,70,186,183,189, + 104,254,171,189,19,197,129,188,207,15,186,188,67,45,49,189,54,109,91,190,107,111,24,61, + 67,223,221,61,136,181,129,61,99,183,183,61,98,95,64,60,175,214,52,62,148,107,12,190, + 149,151,96,190,52,158,67,60,228,68,112,61,237,64,102,188,111,48,21,62,60,86,40,190, + 209,58,183,61,246,141,24,189,195,211,79,62,64,169,217,61,152,201,23,62,112,6,39,190, + 191,197,239,61,202,52,27,190,87,132,58,190,0,217,42,189,248,147,143,190,107,106,214,189, + 230,154,51,189,34,29,135,59,209,159,15,62,21,215,3,190,103,172,60,190,246,127,168,61, + 212,73,243,188,120,104,23,189,133,47,64,62,127,248,20,62,194,114,94,190,205,44,119,189, + 155,1,96,190,16,136,184,189,105,29,73,190,244,142,4,62,119,218,236,61,167,44,192,61, + 154,98,15,61,177,130,250,189,203,53,122,189,49,175,236,61,19,56,62,62,218,210,251,60, + 118,89,191,59,150,142,217,60,77,7,24,62,29,39,32,188,108,97,158,61,53,8,247,188, + 8,73,247,188,161,154,194,189,242,226,63,189,40,101,65,190,188,68,76,62,141,119,65,190, + 121,21,238,61,196,38,143,188,166,224,99,190,207,252,72,62,136,255,38,62,119,206,200,189, + 230,97,202,188,224,194,8,190,215,176,205,61,192,235,18,188,246,11,124,60,46,121,215,189, + 132,191,209,61,35,15,46,190,154,65,66,189,59,183,21,62,181,13,140,62,148,181,90,189, + 77,29,43,59,89,56,72,61,119,200,133,189,128,109,25,62,63,40,110,60,54,245,149,61, + 43,173,43,62,58,79,36,61,2,161,31,61,170,30,187,61,118,227,112,62,203,19,175,61, + 224,226,77,60,197,19,10,62,135,149,20,190,248,161,27,62,30,95,8,62,51,182,153,60, + 141,214,32,190,81,215,3,190,42,243,3,62,48,114,11,189,133,242,9,60,127,43,23,62, + 210,102,208,61,215,190,61,62,183,152,99,189,111,252,47,189,198,250,66,61,126,122,162,61, + 81,49,40,62,215,4,193,60,106,228,66,189,33,116,202,61,160,90,22,189,210,95,160,189, + 112,132,61,61,92,176,239,61,122,106,214,61,95,136,134,61,66,39,9,62,237,202,146,61, + 127,224,72,61,222,67,63,190,153,125,5,190,54,132,231,61,67,130,17,62,142,236,177,188, + 236,145,34,61,16,68,20,190,210,62,226,189,96,135,175,189,30,32,184,61,242,64,148,188, + 203,170,0,62,224,39,198,61,74,175,252,61,250,1,32,61,235,15,78,189,151,248,126,61, + 93,229,178,61,221,238,83,189,159,52,212,60,219,204,16,60,117,159,188,189,65,23,198,61, + 98,156,171,189,194,120,96,189,166,66,13,190,148,133,217,189,216,223,4,61,179,234,230,59, + 87,170,16,62,194,227,2,61,190,122,3,60,141,124,233,61,163,132,23,189,122,79,35,61, + 1,84,157,189,244,0,52,190,18,151,34,62,4,182,22,189,132,62,188,189,49,214,30,61, + 196,188,4,190,230,48,163,61,21,74,212,59,220,156,25,187,88,139,24,189,138,52,62,188, + 109,40,201,189,230,144,114,61,114,104,124,189,135,82,9,60,226,244,0,189,175,215,175,61, + 162,93,41,190,86,137,64,190,50,81,158,189,129,241,128,62,73,64,85,189,90,61,168,60, + 20,63,234,61,222,129,228,61,110,86,68,62,135,218,1,62,121,77,108,189,165,230,169,61, + 37,174,11,61,208,116,158,189,206,230,251,61,0,221,215,188,39,1,18,60,116,52,30,60, + 72,27,205,60,73,250,138,59,81,94,152,189,208,15,148,189,230,115,23,190,202,44,35,61, + 22,199,219,60,216,18,116,189,88,8,142,189,87,117,139,188,7,206,3,60,97,79,67,62, + 243,92,4,190,130,10,139,190,35,172,20,190,203,248,203,188,34,188,39,188,135,66,8,189, + 169,128,239,59,48,252,155,61,117,148,211,60,205,20,53,189,85,190,151,60,122,121,254,60, + 223,224,36,61,228,88,18,62,250,14,156,188,152,198,169,186,126,27,51,62,52,30,147,61, + 108,50,158,61,71,91,222,60,224,171,104,189,62,17,161,189,254,81,148,189,128,211,143,189, + 38,110,200,59,47,124,247,61,143,149,246,61,239,182,129,190,167,138,244,61,113,56,232,60, + 131,115,209,189,69,254,203,61,162,40,207,61,2,149,45,61,111,101,8,190,73,64,214,59, + 133,88,72,61,16,199,215,189,109,104,5,190,205,208,229,61,209,215,102,61,240,29,153,61, + 58,199,134,189,137,40,24,189,202,27,136,61,2,188,82,189,32,252,119,187,35,149,144,188, + 115,162,169,188,254,240,4,61,225,239,19,189,138,110,119,60,121,237,23,190,89,83,215,60, + 113,102,150,62,148,57,116,61,143,47,209,189,188,50,7,59,154,29,108,61,8,160,21,62, + 103,252,213,189,4,176,216,188,54,109,77,190,215,29,155,188,205,224,47,190,164,197,28,190, + 44,141,86,189,1,204,200,188,9,158,199,61,202,170,82,190,91,158,18,61,125,42,173,189, + 54,133,167,188,234,9,16,190,118,142,65,190,53,145,64,190,208,103,239,188,126,75,181,188, + 224,220,205,189,218,46,138,61,12,44,132,189,234,232,181,189,109,210,9,190,218,177,247,185, + 235,7,15,62,124,50,177,61,48,168,181,61,242,0,197,188,77,194,102,61,189,15,4,190, + 17,35,44,189,76,161,217,61,33,239,160,187,113,219,175,189,241,153,255,60,67,242,215,60, + 29,85,150,60,158,173,100,60,121,23,5,61,32,170,141,61,163,37,72,60,39,207,77,190, + 88,25,199,61,6,153,38,190,228,59,187,189,249,59,43,190,190,19,193,189,72,13,24,189, + 217,209,91,189,106,104,73,59,219,237,169,189,81,78,160,188,159,41,15,190,164,236,216,60, + 0,97,216,189,76,152,94,60,218,147,211,61,207,126,45,62,183,192,207,188,127,168,37,189, + 68,108,99,190,104,140,33,190,21,69,137,189,206,227,114,61,209,31,48,62,116,90,234,61, + 26,2,254,60,126,165,111,189,199,246,20,189,33,168,144,60,248,210,74,61,141,143,186,189, + 67,46,95,188,99,180,216,61,188,22,192,60,243,33,96,189,224,66,18,189,20,238,14,190, + 136,57,226,59,10,55,237,189,186,147,22,190,101,201,53,190,172,119,1,62,206,37,96,189, + 107,44,5,60,154,80,221,59,53,65,0,188,122,147,56,62,134,156,211,61,196,124,61,189, + 62,66,80,189,104,165,68,60,94,129,2,61,206,32,173,189,202,80,67,189,81,0,67,60, + 115,20,173,187,198,229,68,61,223,5,13,190,228,2,185,189,9,153,37,190,103,53,111,189, + 199,23,86,189,198,148,31,62,12,149,161,60,219,38,27,190,106,16,73,61,155,130,29,190, + 28,157,138,188,180,0,74,189,112,144,2,190,200,242,43,190,32,121,161,189,86,129,16,190, + 212,194,163,189,26,240,32,61,74,156,51,61,89,43,71,60,18,105,8,190,136,108,106,61, + 65,212,225,61,78,54,17,61,234,33,242,61,89,21,134,187,122,191,37,62,68,138,37,61, + 125,140,66,190,219,84,150,60,132,150,31,61,94,52,174,189,80,75,165,60,170,164,186,189, + 124,73,212,61,218,102,3,62,74,81,168,61,42,165,122,61,198,120,225,188,130,159,76,61, + 158,65,203,61,79,0,168,60,141,140,232,188,53,117,18,189,239,5,161,189,31,112,116,59, + 212,20,8,61,229,99,159,58,119,6,215,188,180,91,190,189,41,2,56,189,172,49,243,187, + 216,148,5,189,38,9,154,188,172,149,192,61,88,20,33,188,90,218,216,189,191,2,255,188, + 93,165,81,188,219,89,10,188,58,202,235,188,243,200,84,186,141,205,17,61,214,185,24,185, + 63,162,195,189,222,231,50,189,20,179,231,189,201,128,45,189,116,120,111,61,139,30,211,61, + 251,157,246,188,194,175,139,60,1,17,49,60,157,221,1,59,234,35,133,186,48,156,150,188, + 207,62,241,189,168,140,81,188,15,135,141,188,98,195,141,189,86,232,230,61,202,136,199,189, + 20,29,6,62,130,118,3,61,213,205,183,60,14,48,44,60,134,97,144,61,108,42,152,189, + 207,191,149,188,39,251,163,189,232,55,45,188,242,128,2,62,53,174,189,189,242,206,37,62, + 244,19,162,60,48,55,145,61,251,221,210,188,73,134,146,61,151,37,167,189,204,87,102,190, + 254,0,17,61,163,78,249,61,140,123,185,60,105,67,61,190,202,8,5,61,138,208,24,190, + 119,95,177,189,184,67,168,188,183,180,126,190,13,191,116,190,222,198,14,190,154,246,203,189, + 74,112,96,188,234,53,166,189,214,127,5,60,6,71,191,189,63,161,23,190,255,16,140,61, + 241,212,174,61,126,178,93,61,119,115,164,61,86,71,29,189,138,26,1,62,18,195,63,190, + 92,204,25,61,160,18,138,188,192,95,117,62,246,58,122,61,118,82,141,61,245,59,41,189, + 8,102,209,189,20,216,23,61,115,122,103,62,209,229,188,189,123,74,44,61,8,57,3,188, + 230,190,180,188,89,195,237,189,18,177,136,190,224,25,151,189,30,225,77,190,237,30,88,190, + 215,241,8,190,225,198,150,189,226,207,197,60,192,18,248,189,180,159,124,190,133,92,50,188, + 163,78,35,190,224,4,60,61,208,222,69,62,68,87,89,188,135,136,40,190,213,152,205,189, + 60,43,99,190,36,246,20,189,134,138,172,186,240,164,184,61,243,128,194,61,196,143,5,61, + 124,54,144,189,152,116,218,188,33,222,64,189,58,191,164,189,132,178,172,61,154,26,58,61, + 69,28,226,188,233,88,8,62,61,137,132,62,169,4,88,188,104,133,131,61,107,127,128,187, + 58,49,50,190,179,95,39,61,241,254,15,190,19,164,78,190,94,46,99,62,118,146,2,189, + 11,31,128,62,45,208,163,186,95,106,220,61,18,44,130,61,251,204,18,62,41,29,183,189, + 114,180,235,189,113,7,149,189,170,195,145,61,39,87,66,190,227,58,30,61,206,244,26,189, + 159,228,45,190,211,210,107,187,59,84,31,190,240,67,229,60,58,58,73,61,214,34,41,189, + 73,150,32,61,220,104,44,60,214,13,192,189,10,207,168,61,122,215,27,190,32,115,67,62, + 249,250,110,59,154,231,219,61,87,247,144,61,205,209,39,62,165,25,47,62,180,164,37,60, + 93,183,9,61,127,219,210,189,178,96,142,188,209,150,53,62,217,184,219,61,93,2,207,188, + 137,155,148,189,126,222,72,189,223,247,42,189,71,126,129,60,121,7,238,189,193,255,4,61, + 183,18,246,59,242,39,184,188,92,53,191,189,117,208,54,61,17,235,68,190,63,17,64,62, + 13,243,42,190,3,53,202,189,196,240,58,188,20,21,160,189,130,194,33,189,190,248,179,59, + 191,43,228,189,19,206,189,61,207,126,25,189,234,176,128,61,3,192,190,60,206,232,197,61, + 136,152,220,189,78,153,220,61,115,149,62,188,88,143,37,189,53,97,7,62,55,211,243,189, + 42,67,56,61,226,130,32,189,167,177,32,190,123,203,79,190,6,181,64,62,93,144,7,62, + 109,193,171,59,149,197,163,188,103,61,15,188,141,19,192,189,169,49,140,61,120,251,54,61, + 148,72,33,59,224,117,249,60,102,6,149,60,191,59,52,60,136,35,184,61,12,89,63,62, + 10,164,54,61,86,11,251,186,152,86,122,61,144,2,142,189,211,235,137,189,177,8,2,62, + 248,78,3,62,16,94,49,188,225,168,42,189,152,58,56,62,1,170,109,188,94,242,168,61, + 123,74,184,189,174,122,241,61,52,168,22,61,109,38,190,189,203,28,52,189,234,29,78,61, + 137,112,153,61,57,239,153,61,84,59,45,187,181,127,21,187,21,186,174,61,207,60,148,61, + 223,49,213,61,107,88,189,187,143,229,25,190,138,123,18,189,182,222,25,190,160,40,136,189, + 180,164,176,188,52,56,96,187,126,4,245,61,4,131,122,190,22,1,150,60,39,32,23,190, + 99,179,249,189,68,11,78,61,107,148,37,190,16,251,253,189,236,235,122,61,181,100,46,61, + 191,145,37,61,213,8,58,189,209,232,132,60,58,82,34,188,81,121,18,190,247,67,157,61, + 75,201,15,59,252,87,149,60,208,216,141,61,119,247,15,62,62,215,23,61,4,194,172,184, + 70,238,169,189,131,122,134,61,141,252,141,60,84,156,167,187,81,138,5,189,79,249,205,189, + 79,173,104,61,49,181,179,60,121,111,21,62,162,123,147,189,101,140,40,187,163,4,12,188, + 119,225,148,61,211,43,31,190,112,178,6,190,154,254,206,188,32,56,155,189,49,154,13,190, + 224,18,15,190,16,149,9,189,162,178,151,189,55,99,37,189,127,148,177,189,69,235,143,188, + 231,25,192,60,202,206,211,61,68,203,156,61,154,148,39,62,195,95,41,190,133,114,143,61, + 106,255,12,190,151,92,224,189,138,127,135,188,132,250,183,61,136,46,32,62,196,169,54,61, + 206,153,143,60,180,166,246,189,80,130,251,189,71,62,249,60,237,106,125,61,3,127,11,60, + 42,223,166,60,2,146,229,61,72,190,145,188,48,66,47,61,157,245,99,189,216,126,132,60, + 45,136,209,189,184,42,49,188,167,45,162,188,15,211,81,59,108,105,211,187,135,136,33,190, + 246,105,29,62,158,71,130,189,138,52,188,189,93,221,53,62,143,104,124,188,146,95,21,188, + 250,149,227,189,72,243,225,189,109,72,52,188,242,89,203,61,100,22,119,61,181,230,67,62, + 201,142,212,61,39,115,239,188,66,72,246,188,121,132,25,61,156,68,242,60,109,122,184,189, + 125,99,209,189,176,36,249,59,252,133,214,61,145,16,222,189,138,189,78,61,7,69,214,189, + 89,238,211,189,74,215,68,60,65,170,136,190,96,251,229,189,138,116,88,190,164,192,10,190, + 56,193,211,189,23,211,164,60,51,136,30,62,102,158,232,188,50,199,3,190,140,122,1,189, + 221,126,41,62,87,119,5,62,149,90,76,189,70,56,109,61,55,238,255,188,163,5,245,189, + 125,220,52,188,35,158,138,189,185,9,177,61,23,244,176,61,186,216,20,61,148,242,11,189, + 57,252,111,61,20,145,3,60,168,45,23,62,64,152,52,189,155,141,59,187,168,251,181,189, + 148,145,101,189,129,231,85,190,199,240,166,189,149,226,192,188,36,61,18,190,192,215,131,189, + 247,105,65,190,99,53,5,187,166,241,184,61,228,28,22,190,210,61,88,190,234,97,22,62, + 113,247,192,189,47,161,25,62,250,24,0,62,51,216,156,188,44,66,104,189,251,231,255,189, + 30,68,88,190,164,62,103,58,209,111,199,189,47,95,250,61,18,126,14,62,255,51,154,61, + 143,114,54,190,186,93,153,189,117,63,92,190,87,214,32,189,48,138,97,61,163,130,206,60, + 3,26,212,61,238,47,153,61,39,237,163,61,248,232,50,190,195,196,188,61,66,193,240,188, + 212,94,95,189,69,142,104,187,213,68,135,189,254,145,104,190,106,77,103,62,166,116,38,189, + 27,205,95,62,249,59,163,61,140,246,135,188,237,199,90,189,240,14,149,61,4,220,195,189, + 122,184,32,190,114,41,91,189,119,37,162,61,53,84,55,61,99,163,160,189,44,81,141,188, + 46,225,244,61,194,67,22,190,128,43,160,60,140,86,57,189,222,211,238,189,246,100,164,61, + 38,131,132,60,149,39,244,61,9,236,5,61,152,222,160,190,141,235,72,62,18,14,42,190, + 133,121,60,61,41,136,144,189,242,102,156,189,66,226,233,189,64,171,163,189,2,210,214,60, + 186,171,24,189,239,35,160,59,186,245,29,188,95,151,221,60,3,106,139,189,23,77,82,60, + 65,53,237,61,58,250,187,187,122,158,142,61,185,6,134,61,152,91,171,61,97,108,113,189, + 218,86,97,190,180,137,67,61,201,152,220,61,128,120,62,183,236,124,194,61,235,20,131,189, + 170,25,244,61,23,105,8,62,182,144,170,188,60,49,28,189,230,228,212,188,157,164,201,60, + 139,222,229,60,221,6,164,60,112,152,122,189,134,112,105,61,242,218,244,189,69,182,155,188, + 71,143,124,60,204,9,176,189,112,122,112,189,116,178,13,61,30,229,253,188,180,138,98,61, + 218,53,140,60,88,254,224,188,85,190,18,61,91,39,85,62,66,12,4,190,217,95,186,60, + 243,48,217,60,228,44,142,189,128,109,134,189,118,211,23,62,127,70,153,61,22,117,10,62, + 156,164,186,189,190,225,28,189,238,188,222,60,120,148,159,189,86,110,241,61,34,70,161,61, + 155,233,142,189,28,39,49,61,111,121,188,188,3,247,90,190,252,27,183,60,209,171,159,60, + 216,8,47,189,254,168,236,61,201,4,1,190,180,117,32,189,146,215,168,60,0,51,80,61, + 101,168,145,60,12,11,223,187,80,163,231,60,219,30,22,61,18,122,242,61,167,166,213,189, + 20,176,70,190,215,210,70,59,6,96,173,188,164,22,227,61,202,161,155,60,252,208,26,62, + 157,126,222,189,220,129,120,61,134,1,15,190,121,99,113,188,91,82,180,188,64,251,7,189, + 102,208,139,60,69,115,179,185,128,254,4,62,189,43,5,190,233,192,75,61,230,19,243,189, + 76,171,176,189,151,145,223,187,2,75,9,190,170,72,24,189,34,126,19,61,186,24,190,189, + 105,20,174,61,11,224,134,189,223,164,181,61,124,223,24,190,235,57,0,59,168,107,233,188, + 230,196,82,61,221,139,35,189,80,62,222,189,30,221,79,61,125,40,21,61,208,183,15,190, + 150,248,19,190,24,3,180,60,89,83,215,61,100,166,60,190,68,40,153,61,118,123,16,190, + 179,49,39,61,23,10,43,60,112,211,16,62,135,32,61,188,5,49,130,189,89,64,142,60, + 237,95,17,190,209,198,62,190,50,8,79,60,167,154,207,189,106,217,57,190,22,146,21,190, + 46,208,80,189,254,232,85,190,29,51,162,61,233,175,193,189,24,255,6,190,63,86,138,61, + 108,103,55,189,251,178,158,61,116,82,135,185,43,74,85,188,196,15,24,190,131,238,197,59, + 92,89,54,190,14,192,152,59,195,3,245,189,59,87,83,60,62,63,139,61,68,60,19,62, + 68,125,236,187,122,136,107,189,169,126,236,60,209,237,19,61,58,103,7,60,118,27,97,189, + 113,68,48,61,207,100,6,62,244,0,35,189,58,24,24,190,154,69,238,61,73,218,155,61, + 152,94,14,187,252,45,80,60,178,202,13,187,93,216,16,190,171,94,213,61,66,192,74,60, + 62,23,236,188,228,137,12,61,228,101,40,60,243,255,146,61,181,224,10,62,160,89,208,189, + 119,27,138,188,209,255,139,61,178,98,224,60,239,84,169,188,218,40,71,61,120,239,44,61, + 111,86,145,59,177,36,85,189,212,246,139,189,109,126,97,189,93,23,100,190,131,216,54,187, + 37,126,233,189,214,91,158,61,227,112,147,188,79,40,132,190,28,168,196,61,113,117,231,188, + 134,155,215,189,74,112,175,189,115,139,237,189,46,105,95,190,28,29,9,190,112,249,240,189, + 31,18,9,187,157,53,53,189,93,3,190,189,219,158,200,188,244,112,41,189,81,26,230,61, + 5,46,24,61,20,42,20,60,137,182,83,61,160,121,73,60,253,148,116,60,149,127,165,189, + 195,231,83,190,16,121,255,58,222,86,76,60,33,227,135,189,25,18,27,62,237,38,7,190, + 123,120,6,60,55,76,165,188,151,200,158,61,2,72,34,189,193,128,226,61,12,100,178,189, + 229,114,194,61,238,126,5,190,239,208,32,190,143,230,131,189,254,57,163,189,150,111,157,189, + 97,128,170,189,228,239,190,187,21,254,141,189,99,156,192,189,146,78,82,189,124,245,13,62, + 165,41,227,189,29,20,4,62,7,241,15,62,98,199,46,62,241,71,139,189,6,68,0,61, + 11,221,12,190,82,182,207,189,242,224,229,189,31,95,126,61,231,92,177,61,255,140,162,61, + 128,90,67,61,136,226,233,189,72,107,36,190,231,149,205,61,219,111,30,62,152,221,46,61, + 18,208,83,189,14,25,42,62,145,31,209,61,223,22,49,187,195,25,27,62,222,155,76,189, + 124,242,164,189,33,230,140,189,148,49,251,189,113,128,236,187,185,203,184,61,33,185,44,189, + 81,226,67,61,219,238,49,60,14,92,86,189,79,3,205,61,91,136,9,62,185,238,48,190, + 104,47,16,190,86,147,58,61,10,244,191,61,98,41,220,60,128,44,6,190,68,122,235,189, + 77,241,36,190,35,25,6,190,26,69,170,189,120,90,39,62,183,101,148,189,211,25,31,190, + 203,149,185,61,222,252,109,60,53,161,247,60,25,21,29,61,176,224,51,190,72,174,65,57, + 122,126,181,61,44,192,10,62,214,156,187,61,80,192,170,60,42,84,205,61,15,58,185,60, + 89,221,44,62,89,217,147,189,165,156,52,61,103,111,196,61,249,102,214,61,72,132,195,189, + 207,44,188,189,5,190,127,61,88,118,21,190,229,173,233,189,113,1,44,189,159,80,137,189, + 188,254,220,61,225,64,22,190,184,221,14,190,103,83,91,190,244,110,17,190,244,23,249,188, + 102,165,143,189,214,4,59,189,198,163,1,189,43,20,188,189,78,190,250,189,166,101,12,62, + 106,175,107,188,232,229,74,61,91,40,80,190,74,112,46,62,62,252,30,190,97,185,168,59, + 14,176,68,190,165,170,118,189,79,62,60,62,149,91,186,188,227,143,145,60,208,176,3,190, + 8,92,142,61,55,39,59,190,35,3,152,189,108,4,117,189,79,199,18,62,247,86,92,61, + 150,10,73,186,59,161,3,60,161,154,189,59,138,6,236,189,199,169,73,59,48,136,221,61, + 33,22,192,61,29,75,98,61,194,89,211,61,88,112,2,61,15,250,157,61,107,92,198,61, + 251,68,197,60,241,252,198,60,111,31,132,60,156,236,58,190,146,245,42,190,142,219,250,61, + 49,186,18,62,110,66,29,61,125,111,58,190,224,0,228,61,140,14,17,190,24,41,2,62, + 191,208,162,189,51,64,36,61,156,178,52,189,194,128,185,189,47,28,70,61,242,116,221,61, + 118,211,189,61,228,123,255,61,207,61,79,62,221,229,52,62,77,183,139,189,35,199,166,61, + 75,198,181,60,180,127,49,190,252,254,146,60,68,202,213,61,205,245,20,190,106,73,153,61, + 60,18,14,188,160,113,3,62,135,51,223,61,62,30,82,190,254,241,21,61,212,129,56,61, + 229,245,32,190,253,155,232,189,191,142,105,189,73,85,190,189,130,218,133,189,67,79,208,61, + 185,47,102,188,112,189,11,61,55,175,240,61,127,32,10,60,84,151,80,190,227,209,196,187, + 135,203,20,61,96,222,171,60,128,124,253,59,10,246,168,61,55,21,106,61,90,7,202,189, + 135,42,113,59,28,218,251,60,247,93,70,62,22,98,153,188,179,67,161,189,87,62,22,187, + 252,28,70,61,5,28,146,189,136,65,4,62,168,151,212,189,166,25,30,190,172,191,229,61, + 156,132,218,188,248,254,53,190,226,162,197,188,160,212,227,188,128,10,190,190,239,192,235,60, + 76,149,93,61,84,15,7,190,32,68,11,61,149,99,240,58,255,105,159,189,245,38,157,189, + 133,187,89,61,132,95,160,188,149,210,215,61,136,212,75,62,175,105,241,189,231,46,233,61, + 206,46,248,189,98,204,150,61,3,7,134,61,56,251,48,60,159,116,123,61,67,133,40,62, + 206,127,42,189,22,87,75,61,149,36,103,190,28,0,218,189,123,12,204,61,175,24,230,61, + 239,0,72,189,35,136,161,189,110,91,1,188,128,180,121,190,82,175,145,188,198,6,56,188, + 129,159,131,189,93,229,253,58,172,18,188,60,14,47,40,190,244,195,5,62,252,31,164,59, + 254,150,12,62,216,250,243,61,19,216,132,61,118,53,187,189,142,139,51,62,100,157,44,61, + 127,217,56,190,183,225,180,61,201,157,145,189,119,208,158,60,166,153,184,189,17,67,135,61, + 191,73,51,189,242,158,131,61,188,97,69,61,210,181,81,59,242,202,111,190,232,183,143,61, + 52,237,199,61,89,124,51,62,56,12,5,62,246,181,10,190,108,196,12,61,44,94,50,190, + 209,220,112,189,38,96,98,190,73,249,139,190,84,21,152,190,185,131,58,190,204,195,148,189, + 200,238,220,188,65,10,236,188,111,3,54,62,29,206,254,189,53,100,247,189,130,138,249,188, + 177,45,125,62,205,106,249,186,199,190,111,60,164,77,172,188,129,188,55,62,16,86,112,189, + 163,28,202,189,89,75,30,189,28,22,222,61,36,199,198,189,77,238,5,62,125,186,48,190, + 241,230,3,189,153,113,159,60,104,119,42,62,186,71,221,59,75,67,175,60,133,26,77,189, + 25,57,142,61,171,139,119,190,105,238,71,190,69,65,22,190,122,95,30,190,45,120,237,189, + 236,176,65,189,180,200,248,188,101,145,86,61,217,248,198,189,248,17,135,190,118,35,188,61, + 187,228,4,190,160,212,103,61,183,73,144,62,244,108,63,62,26,94,16,190,219,153,189,60, + 198,86,33,190,110,33,184,60,112,43,63,189,10,116,68,62,206,81,34,62,249,118,249,61, + 106,78,188,60,17,228,201,189,109,171,208,189,6,236,11,190,210,58,230,188,6,237,5,189, + 245,41,209,187,146,113,61,61,41,255,36,62,122,111,243,189,22,203,61,189,180,48,103,188, + 243,142,27,189,32,155,220,60,52,97,60,61,207,53,61,190,219,177,220,61,227,42,21,189, + 163,210,11,62,177,42,184,187,38,43,23,61,109,22,237,61,171,195,18,62,94,138,134,189, + 106,65,113,189,53,29,129,61,236,239,115,189,23,166,57,62,56,72,252,188,3,94,6,62, + 64,46,218,188,134,15,191,189,233,51,164,188,56,150,242,189,173,33,12,190,5,131,251,189, + 129,72,134,61,101,102,133,61,133,205,37,62,156,144,50,190,160,25,212,61,115,236,173,189, + 58,16,158,189,0,189,245,189,181,40,61,189,237,98,57,190,31,130,24,61,241,56,95,189, + 139,77,173,59,8,25,224,61,85,27,118,61,99,232,156,189,75,221,174,189,168,242,232,61, + 38,162,140,61,196,192,76,61,213,166,36,61,148,253,22,61,56,54,121,62,101,9,237,189, + 186,109,60,190,123,149,68,60,65,223,40,61,126,161,31,189,213,47,194,60,240,186,3,190, + 159,40,45,60,220,248,238,60,116,99,196,61,202,28,152,61,23,11,236,61,224,124,26,190, + 231,153,17,62,16,59,114,189,188,183,158,189,198,190,26,190,101,100,82,190,99,109,244,188, + 135,8,221,189,76,17,35,190,122,19,53,189,111,152,69,61,75,162,52,190,132,133,166,189, + 24,81,30,189,160,172,54,61,236,226,14,62,232,136,27,62,145,59,1,190,83,103,27,190, + 8,251,6,190,55,163,1,190,62,162,249,60,143,207,199,60,96,28,71,62,197,115,230,188, + 40,152,140,189,69,231,55,189,15,85,249,189,225,131,11,189,61,222,59,62,200,175,133,189, + 228,21,181,61,115,105,7,60,59,109,10,61,140,109,24,190,218,31,8,61,50,150,207,60, + 12,127,76,61,9,228,122,188,129,207,155,188,59,244,174,188,255,242,24,189,147,21,47,188, + 162,138,151,61,217,7,200,189,46,97,3,189,209,120,184,61,135,45,185,61,85,158,71,190, + 86,124,90,190,49,245,244,58,84,194,152,61,28,99,37,62,113,64,81,189,97,180,167,59, + 103,218,175,61,150,12,243,188,44,51,2,61,176,241,75,189,141,222,212,187,211,143,1,190, + 155,99,149,61,173,199,57,62,110,107,151,60,51,48,54,190,175,169,70,61,48,23,110,189, + 51,70,164,189,147,177,16,190,170,85,180,189,14,251,2,190,128,55,30,61,167,162,24,190, + 237,70,158,189,132,113,145,189,191,94,145,61,191,199,204,188,81,246,29,189,81,84,165,188, + 52,2,67,61,69,183,51,189,105,191,150,189,210,88,169,61,167,200,181,61,160,25,225,60, + 137,144,186,189,188,245,26,189,250,178,36,61,238,121,243,189,159,172,159,60,248,164,74,189, + 4,101,168,61,30,116,31,61,121,173,24,59,55,212,167,61,143,186,132,189,226,9,105,61, + 41,172,204,189,249,143,29,190,131,239,230,189,90,252,204,189,173,60,8,190,217,64,42,188, + 122,233,3,189,137,115,38,190,243,69,0,62,33,184,140,189,45,168,26,190,178,46,118,61, + 78,90,238,189,173,91,81,61,123,49,4,62,206,85,30,62,42,80,162,188,255,97,174,188, + 135,207,178,59,202,65,165,189,72,73,250,188,145,54,211,188,148,12,50,62,115,254,202,61, + 220,80,94,59,245,108,98,61,36,149,121,189,60,163,209,189,249,51,46,189,227,165,35,189, + 25,186,153,61,198,81,248,61,11,9,64,60,200,110,41,190,215,234,22,60,244,158,215,188, + 71,246,179,188,111,167,209,189,64,190,17,189,198,15,23,189,191,221,98,188,30,6,7,61, + 96,182,62,189,52,62,126,61,108,202,0,190,219,185,38,62,60,234,21,187,127,79,243,189, + 14,83,179,189,107,70,141,189,252,173,18,62,71,131,203,61,22,177,4,190,97,190,104,62, + 102,118,167,61,198,101,137,189,254,5,142,189,145,167,86,59,227,175,255,188,224,162,141,189, + 155,255,218,189,192,108,56,61,140,230,199,188,92,183,91,190,79,41,156,61,212,3,207,188, + 149,114,237,189,150,38,212,189,206,24,96,190,116,90,5,190,162,142,98,190,254,136,231,186, + 143,85,189,60,12,114,225,189,35,71,50,60,156,65,91,189,166,82,41,190,58,136,184,188, + 207,93,34,62,48,248,139,59,62,122,35,61,169,230,189,61,64,4,192,188,16,213,42,190, + 73,19,216,189,20,131,9,189,95,166,87,62,23,205,142,61,239,108,43,62,169,80,151,189, + 19,46,185,61,13,188,31,60,161,136,193,61,49,109,75,59,82,186,97,61,194,22,123,61, + 211,131,112,59,46,26,213,189,206,152,174,189,151,245,175,189,247,51,229,189,115,13,101,189, + 121,86,234,60,16,223,35,60,122,92,223,188,7,159,2,189,22,40,38,190,125,70,157,61, + 75,56,77,189,199,253,148,60,193,27,11,62,16,148,74,61,168,161,108,189,141,103,7,189, + 200,72,223,189,215,37,187,189,121,74,137,61,131,242,41,62,248,148,218,61,16,57,188,61, + 48,89,46,190,119,8,26,189,134,141,53,190,193,48,110,189,230,85,17,62,244,91,52,188, + 149,41,40,61,203,216,128,188,132,43,38,61,226,76,99,189,51,181,18,189,145,240,180,61, + 61,193,250,189,161,172,171,187,232,164,41,189,47,120,94,190,136,57,99,62,216,6,158,189, + 207,193,242,61,189,88,93,61,15,219,64,61,137,137,170,60,57,100,129,62,216,237,197,189, + 150,229,68,188,11,87,140,187,167,83,237,189,26,11,28,190,229,187,116,62,150,144,232,189, + 164,217,162,62,66,67,57,62,183,106,181,60,36,205,155,187,70,129,17,62,118,131,130,187, + 193,120,228,61,41,46,111,62,93,235,240,189,215,142,78,61,235,69,141,62,178,181,1,190, + 121,71,49,62,246,129,60,190,23,243,104,61,240,57,232,61,144,66,251,61,166,241,96,61, + 173,236,49,190,221,7,225,61,153,44,0,190,73,223,8,189,26,142,171,188,158,204,129,60, + 145,223,141,60,68,16,24,190,130,91,58,61,158,102,145,60,153,25,7,189,77,154,105,61, + 123,179,51,190,23,60,136,62,74,242,19,61,161,212,232,188,238,200,144,62,243,215,169,61, + 127,73,38,62,188,183,60,62,202,132,64,61,45,131,70,62,228,28,42,62,210,27,147,60, + 149,174,25,62,170,247,26,61,251,204,104,61,75,177,239,61,219,50,151,61,134,100,154,189, + 223,20,236,59,225,147,208,189,245,237,150,190,223,255,125,62,236,127,60,61,214,184,244,61, + 203,119,227,61,255,162,142,61,80,45,182,188,160,146,59,60,143,144,230,188,69,89,100,189, + 6,192,222,61,163,139,14,189,248,127,143,62,45,137,156,60,2,222,70,190,9,155,4,190, + 231,151,3,62,87,250,62,189,176,52,12,61,172,116,219,59,209,125,36,189,145,249,175,189, + 158,152,80,189,233,225,150,61,241,164,0,190,154,241,198,61,222,85,168,62,250,167,218,188, + 189,216,130,61,119,248,12,189,143,145,103,61,119,23,92,61,218,245,195,189,203,73,191,189, + 180,222,121,186,227,14,0,190,14,5,115,62,187,149,106,62,204,89,133,60,11,134,12,190, + 111,121,115,190,197,68,137,189,141,215,253,59,131,131,72,62,126,119,180,189,39,6,36,62, + 95,112,89,61,141,99,0,190,32,162,187,188,73,65,159,188,164,237,8,190,45,196,58,62, + 144,51,13,189,120,167,144,62,54,117,11,190,227,185,116,190,132,148,131,61,72,91,254,189, + 143,42,30,188,84,190,21,190,104,16,49,190,57,190,186,190,10,44,142,187,66,180,189,61, + 6,222,236,189,2,111,34,62,218,250,203,189,177,233,98,189,165,161,40,189,132,1,117,189, + 75,193,18,62,104,254,72,60,192,65,67,61,160,3,151,189,201,232,62,62,187,192,238,188, + 157,102,133,190,7,33,18,61,224,230,225,61,25,223,35,188,49,218,145,62,1,6,40,190, + 4,166,174,61,206,133,203,61,186,235,82,62,250,8,182,61,244,107,171,189,223,76,66,189, + 37,125,156,61,188,194,57,190,54,10,69,187,241,112,238,189,209,238,55,190,253,209,54,190, + 80,219,114,61,73,42,165,190,165,13,45,60,221,16,188,189,67,188,111,189,204,89,254,189, + 114,241,42,189,196,186,35,189,20,6,128,62,86,63,165,62,150,159,20,190,152,11,64,60, + 4,89,158,189,80,201,220,189,121,200,104,188,236,97,177,61,151,75,144,62,99,113,91,62, + 35,148,223,61,42,80,116,189,213,51,136,189,21,51,141,61,37,2,149,61,222,124,203,61, + 174,240,51,189,236,209,72,61,184,72,222,188,217,47,35,190,212,8,57,62,18,212,213,61, + 168,83,173,189,45,161,58,62,61,128,166,61,208,128,182,189,242,132,53,61,42,75,142,189, + 149,144,55,62,26,4,53,190,112,243,241,189,61,158,26,62,234,37,101,62,57,102,200,189, + 21,185,110,190,25,147,83,61,150,201,28,189,42,41,32,61,196,31,148,61,255,56,174,189, + 61,211,104,189,141,45,126,60,243,110,132,60,49,182,140,188,191,163,65,62,12,150,168,185, + 105,147,240,189,195,104,183,59,187,138,221,188,212,65,253,189,0,131,171,61,35,229,39,60, + 25,122,84,190,188,92,32,62,229,141,143,60,160,43,248,188,21,89,167,60,154,87,190,186, + 85,103,164,61,15,67,39,190,36,13,131,62,104,113,146,189,123,45,112,61,86,29,120,60, + 227,109,196,61,144,137,160,59,105,251,147,188,161,229,169,61,225,23,136,189,105,232,104,190, + 214,158,8,62,128,133,66,190,182,97,195,61,76,115,159,189,65,32,188,189,253,142,246,61, + 61,68,14,188,47,193,251,189,31,38,206,60,48,140,247,189,121,74,151,189,103,83,180,61, + 119,54,50,190,164,115,177,59,75,116,148,189,148,29,31,189,81,96,30,190,232,254,202,61, + 176,95,21,190,48,182,137,189,135,243,134,61,149,67,14,189,0,98,165,189,55,230,47,61, + 55,36,201,60,122,234,73,61,142,175,194,61,46,153,172,60,140,103,177,188,129,172,1,189, + 133,218,207,189,17,107,227,60,186,52,54,62,145,97,137,61,245,69,209,189,109,245,185,187, + 80,129,129,59,49,125,115,60,99,36,25,190,106,204,199,189,77,122,203,60,65,227,15,62, + 113,124,86,189,2,142,147,188,54,203,96,189,49,199,160,189,25,195,130,188,229,169,227,61, + 90,134,131,189,65,212,169,61,180,160,236,189,158,118,237,189,152,41,228,60,58,78,73,189, + 62,215,131,61,26,24,3,62,217,11,237,187,243,229,18,190,172,124,35,61,89,209,168,61, + 15,71,212,189,47,35,90,61,146,140,100,61,61,9,239,60,142,42,229,61,196,2,48,62, + 246,245,182,188,37,88,200,61,191,47,100,189,82,211,205,188,113,159,47,190,92,4,236,189, + 53,185,242,189,144,139,40,62,250,222,41,62,28,189,175,189,172,209,232,61,129,34,158,189, + 108,171,85,190,78,46,222,189,179,86,44,190,22,67,144,190,78,104,55,190,113,56,191,189, + 85,201,144,189,15,222,167,61,27,171,149,60,53,20,40,190,204,92,135,190,159,6,247,61, + 169,222,1,62,21,108,160,60,136,178,57,189,56,8,10,60,247,241,76,62,178,232,7,190, + 222,123,22,189,115,176,245,60,36,5,119,62,123,104,170,188,220,66,17,61,111,215,60,190, + 176,33,24,61,221,174,148,189,102,144,208,61,244,80,213,61,115,236,216,187,9,19,244,188, + 242,251,182,59,242,199,29,190,109,88,22,190,64,28,246,189,189,120,153,190,99,167,157,189, + 84,247,56,189,51,241,10,190,97,173,200,187,227,179,214,60,124,166,240,189,51,57,160,61, + 91,89,79,190,90,80,227,61,25,242,110,62,248,178,8,62,147,53,103,189,142,8,67,190, + 161,222,131,190,168,74,202,189,248,4,172,187,208,166,221,61,230,77,36,61,146,139,48,61, + 198,116,72,189,77,225,173,189,144,165,231,189,93,116,149,189,39,118,36,62,96,158,68,189, + 203,27,0,61,14,190,67,62,153,118,82,62,125,46,45,189,146,138,49,62,57,204,244,188, + 230,114,177,188,63,91,245,189,101,11,84,190,69,31,90,190,161,180,74,62,3,193,250,189, + 249,207,206,60,45,102,129,60,7,38,5,61,184,165,243,61,70,67,247,61,108,100,53,190, + 81,226,79,190,144,144,33,190,13,69,200,61,123,117,138,61,204,211,194,60,78,141,131,62, + 72,115,64,189,98,197,2,60,53,199,53,189,249,116,56,60,173,161,24,190,57,82,22,190, + 227,214,105,61,242,2,130,62,234,149,44,62,155,19,77,190,84,85,29,62,43,102,52,190, + 60,211,35,190,51,63,125,190,109,33,118,190,36,250,122,190,28,226,208,189,167,227,219,189, + 210,90,8,190,154,215,141,61,212,200,212,187,157,32,148,190,96,87,199,189,94,214,78,61, + 138,31,156,62,165,164,201,60,15,195,21,189,236,252,170,60,38,172,245,61,9,139,186,189, + 143,230,147,190,233,238,141,61,241,13,118,62,57,47,142,189,225,45,28,62,33,214,26,190, + 155,18,116,60,125,165,100,61,102,138,9,62,133,63,135,60,131,139,249,61,139,192,76,190, + 19,170,136,189,97,198,57,190,53,145,165,61,48,74,21,190,9,19,217,59,151,80,59,190, + 244,187,248,60,41,38,149,59,114,54,23,62,172,146,240,189,239,20,16,190,70,53,141,60, + 195,204,123,189,173,204,149,61,93,121,17,62,50,48,98,62,232,156,51,190,194,159,81,61, + 98,20,85,190,131,129,141,190,80,37,34,189,241,137,125,62,52,104,173,62,253,255,27,189, + 12,114,41,190,244,101,28,190,14,116,11,190,192,47,197,189,203,193,28,61,29,93,146,189, + 103,104,75,61,22,206,179,61,162,139,39,188,154,151,163,189,97,120,51,62,192,120,238,188, + 12,9,85,190,31,161,169,61,42,47,118,189,119,172,58,190,74,203,138,61,22,196,165,189, + 26,186,36,62,81,253,171,189,253,0,173,189,87,102,105,62,167,30,72,62,5,98,69,190, + 219,9,12,190,2,19,38,189,125,129,5,189,183,24,181,61,148,163,35,61,14,171,28,62, + 27,153,167,189,141,95,81,61,118,113,159,189,34,145,250,188,186,33,166,190,66,210,164,187, + 155,74,164,189,233,21,70,62,243,88,245,60,97,121,129,190,241,251,159,61,199,154,230,189, + 242,99,124,188,215,18,61,190,158,53,30,190,38,144,104,190,128,117,244,189,84,200,7,61, + 34,46,24,190,129,36,180,60,116,228,252,189,191,112,147,189,254,114,89,190,98,139,128,188, + 83,124,104,62,224,72,209,61,199,102,133,61,234,149,213,61,217,158,87,61,250,50,102,188, + 147,212,121,189,229,106,69,62,68,212,84,61,204,186,139,189,182,123,167,60,156,25,19,190, + 167,136,76,60,215,183,131,61,137,29,85,62,253,74,2,62,110,58,248,61,54,76,233,189, + 37,248,75,60,83,13,130,190,175,200,213,189,174,53,150,189,14,79,241,189,6,194,131,189, + 235,174,37,188,171,203,10,59,37,2,62,189,102,123,149,61,76,92,126,190,82,192,4,61, + 44,159,9,190,224,203,215,188,175,254,72,62,18,218,236,61,26,253,40,190,149,94,62,189, + 71,129,43,190,9,83,19,190,70,230,9,190,115,0,18,62,81,93,175,62,24,98,153,61, + 108,46,201,189,179,251,1,190,163,227,9,190,128,20,10,62,243,215,55,62,221,56,142,189, + 184,147,203,60,38,70,13,61,222,167,87,62,225,33,162,189,12,247,5,62,104,101,13,189, + 234,89,81,189,104,188,143,189,230,19,3,190,250,155,217,189,165,87,155,61,173,183,28,190, + 192,1,47,61,6,166,15,60,110,47,240,189,2,115,111,62,234,174,244,61,146,28,240,188, + 112,177,72,190,100,9,175,189,18,126,174,61,105,174,42,189,68,186,43,190,27,180,99,188, + 242,234,205,189,92,82,151,189,148,85,14,189,218,39,53,62,187,133,4,190,59,41,70,61, + 209,201,13,62,180,177,192,60,72,235,175,189,229,160,237,58,20,42,19,190,217,101,63,62, + 165,181,145,61,206,115,141,189,0,167,221,60,25,47,22,190,135,128,85,62,181,26,86,61, + 51,190,162,188,134,30,0,62,151,163,44,189,246,147,189,61,47,224,9,62,129,40,241,187, + 188,190,51,189,205,223,195,189,137,228,19,61,194,11,16,190,210,9,234,59,199,158,50,61, + 212,229,34,189,74,208,242,189,250,210,80,190,6,206,134,190,235,57,92,190,138,117,232,61, + 35,67,169,189,229,8,215,189,167,99,144,187,166,227,221,189,230,161,69,190,94,208,41,61, + 136,86,149,189,90,90,129,61,111,100,250,189,86,113,183,61,80,185,91,190,154,26,235,187, + 163,113,30,190,220,245,53,190,142,241,227,60,57,226,213,188,20,125,108,61,193,125,65,189, + 140,126,54,62,97,151,67,189,232,20,60,61,206,146,184,188,224,160,58,62,28,149,189,61, + 171,198,123,61,208,2,105,187,252,62,9,190,252,27,78,60,38,126,85,189,218,64,216,61, + 8,126,134,61,176,205,29,189,49,119,174,61,78,46,31,61,67,161,254,189,25,220,55,61, + 213,16,230,189,235,181,171,189,102,249,198,189,27,143,86,190,77,199,64,190,188,121,217,61, + 166,235,237,61,229,235,64,62,234,168,45,190,51,40,91,61,111,100,2,187,254,253,208,61, + 32,70,86,189,190,133,227,189,179,246,117,189,139,187,63,190,81,179,251,189,209,34,39,62, + 249,36,74,59,65,244,85,62,194,124,20,62,213,60,5,62,66,184,217,189,173,95,127,189, + 50,25,133,189,212,231,229,189,153,176,31,62,100,183,5,61,89,83,98,61,122,192,7,61, + 45,172,57,61,18,123,17,62,228,48,90,189,73,109,94,189,246,166,200,61,102,33,130,61, + 58,236,46,60,190,216,77,60,252,164,153,189,9,238,44,61,7,139,182,61,102,146,192,61, + 253,251,244,59,19,0,39,62,137,217,170,61,66,28,242,189,183,24,161,189,212,140,16,189, + 46,46,131,189,222,173,13,58,170,115,18,189,32,17,93,61,129,158,158,61,151,231,148,61, + 58,79,3,190,48,192,16,188,137,49,153,61,81,0,78,189,29,149,137,61,150,164,55,61, + 64,48,35,61,176,227,208,58,186,211,158,189,181,69,135,61,179,198,75,188,79,231,66,188, + 254,231,115,188,204,231,17,189,25,81,21,62,154,190,226,189,26,184,167,61,237,243,87,61, + 173,59,178,60,155,154,240,189,119,45,201,188,51,225,223,60,45,39,71,61,132,55,22,189, + 170,209,37,60,62,34,172,189,241,213,85,189,252,217,159,61,38,220,3,189,248,218,233,61, + 214,82,137,61,145,230,12,190,114,110,57,60,28,41,134,59,93,126,8,190,137,188,1,59, + 207,178,234,188,34,109,58,61,229,1,198,189,53,176,223,189,253,209,37,58,158,171,197,60, + 150,255,117,60,148,28,58,188,181,6,201,189,108,109,146,189,238,160,174,61,110,160,47,61, + 171,185,31,188,181,150,208,61,111,184,168,61,136,221,205,189,114,225,137,188,105,79,209,189, + 29,151,2,61,117,92,4,59,87,188,176,60,54,95,20,61,22,118,166,61,13,112,122,189, + 172,100,26,188,168,111,36,62,184,33,32,190,90,222,15,189,87,178,239,61,121,8,108,60, + 186,186,252,61,185,27,10,62,176,69,9,190,89,175,157,61,204,108,145,189,11,107,158,189, + 150,118,121,189,79,101,153,189,220,213,160,188,32,61,122,60,197,74,177,59,192,29,73,61, + 144,104,97,189,0,243,10,61,122,176,198,61,11,131,17,61,131,154,105,189,25,15,170,189, + 48,122,168,189,109,207,116,189,0,106,69,189,133,150,224,61,219,100,153,188,244,104,212,189, + 15,159,184,189,84,130,20,188,116,168,205,189,207,167,137,189,211,148,21,189,17,60,194,60, + 130,120,139,188,205,66,160,189,4,171,86,61,9,70,52,189,78,13,13,188,33,53,137,61, + 224,112,78,188,79,234,162,61,160,3,129,61,121,191,58,61,103,224,196,61,47,92,163,61, + 235,182,26,60,223,79,215,59,94,69,120,61,211,131,37,189,88,148,155,61,132,83,9,58, + 5,21,209,188,165,37,19,61,157,142,245,189,95,54,218,60,66,253,63,189,53,142,12,187, + 61,249,33,61,214,177,136,188,32,26,76,61,79,126,140,60,225,209,127,189,30,28,130,57, + 46,101,240,60,126,193,137,61,131,96,184,61,101,138,99,189,102,33,113,189,105,253,119,188, + 192,134,24,61,205,23,7,62,255,60,101,60,166,106,214,60,183,7,1,59,100,238,139,188, + 94,180,2,62,49,224,86,61,6,202,253,188,97,91,0,60,187,198,184,189,217,169,21,61, + 159,94,102,189,192,207,3,190,62,138,32,190,239,76,179,61,80,208,252,59,102,70,5,189, + 242,225,60,189,21,80,50,61,181,100,136,61,246,116,159,189,229,33,114,61,159,236,77,61, + 82,109,18,62,4,127,172,189,104,186,168,61,175,196,248,188,212,1,75,61,43,171,207,61, + 117,175,43,190,112,34,12,189,107,23,182,61,197,221,93,189,101,148,140,189,216,214,230,61, + 9,61,24,60,80,134,89,189,232,185,27,62,252,232,5,190,152,200,87,61,24,84,198,61, + 201,164,108,189,68,87,123,188,202,61,180,189,249,220,82,189,121,190,198,61,6,214,13,61, + 154,66,142,188,176,175,138,61,49,89,209,61,12,76,222,189,61,51,213,60,64,102,167,61, + 154,22,225,61,136,219,140,189,91,163,39,58,82,40,171,189,2,95,170,61,67,204,190,60, + 168,47,98,61,141,26,181,59,71,132,28,189,197,189,37,189,133,15,208,189,154,252,249,189, + 210,236,211,61,246,33,208,61,244,78,150,59,7,131,40,61,165,68,250,59,105,201,212,61, + 220,72,200,189,99,197,188,61,111,120,149,187,128,78,86,189,169,3,33,190,238,100,86,60, + 19,180,52,189,70,36,54,61,222,122,76,189,53,130,25,189,66,225,34,188,147,130,165,189, + 250,159,213,61,176,74,102,189,0,200,14,61,164,176,255,61,66,60,47,61,162,145,170,189, + 160,67,175,58,79,163,190,61,231,185,41,61,70,158,254,61,76,194,102,190,165,139,159,189, + 255,60,17,189,210,221,31,190,64,112,70,189,215,251,198,60,2,191,135,189,78,199,67,61, + 147,137,62,190,18,243,157,58,113,199,213,60,69,90,201,189,154,97,37,61,253,22,233,61, + 205,16,155,61,109,68,246,61,242,240,183,189,41,49,22,189,99,167,80,62,8,67,186,61, + 114,129,108,188,172,184,242,189,230,50,15,190,22,24,97,61,52,170,21,61,184,184,87,61, + 205,12,105,189,96,164,20,62,189,40,226,60,164,62,21,190,148,64,243,61,78,87,140,189, + 138,120,129,61,62,87,102,189,208,214,160,189,12,175,211,61,187,108,174,188,172,205,61,60, + 124,162,120,189,168,18,81,189,114,52,102,61,191,227,166,61,127,19,13,61,52,2,102,61, + 121,83,162,189,8,146,34,61,198,54,181,187,61,126,92,189,239,202,135,60,58,252,67,189, + 41,65,71,61,211,231,220,189,171,74,129,189,154,55,217,188,114,89,192,61,146,147,188,60, + 17,7,143,189,189,186,128,188,238,140,176,61,68,65,175,189,207,157,140,60,154,229,132,60, + 153,44,240,187,30,99,253,61,70,192,66,189,83,112,87,61,141,243,212,189,233,52,175,61, + 44,253,155,188,157,104,69,189,251,126,164,59,87,116,6,61,44,104,107,59,165,107,32,189, + 62,37,35,61,164,93,249,60,94,15,146,61,170,73,107,189,163,246,49,61,189,196,171,188, + 150,1,161,61,38,3,219,61,1,192,36,190,51,133,116,60,126,185,151,61,216,148,159,189, + 12,73,147,189,214,151,54,187,100,42,131,60,70,155,214,60,68,218,163,189,78,132,202,61, + 174,239,201,61,41,99,231,61,158,188,79,188,131,126,242,60,82,79,203,61,14,243,216,189, + 46,169,201,61,246,177,226,188,130,182,170,61,100,155,97,189,118,63,167,189,115,130,69,61, + 105,157,36,189,201,137,155,189,79,251,136,188,138,147,194,61,132,60,103,60,42,239,152,189, + 53,147,175,189,157,73,128,61,14,0,215,189,147,129,108,61,28,123,204,60,243,11,35,189, + 44,247,62,188,244,113,152,59,246,45,236,187,240,206,1,190,225,248,137,189,210,229,44,61, + 229,204,43,62,81,164,150,189,71,125,182,189,86,99,224,60,113,36,163,61,64,187,34,61, + 3,30,23,61,125,18,234,59,103,236,24,61,105,204,6,187,111,67,140,189,182,164,70,59, + 254,100,232,188,216,88,182,60,24,56,168,60,148,120,208,60,3,89,173,61,126,203,128,189, + 117,93,108,61,62,140,130,61,73,36,232,188,210,8,192,188,101,151,150,188,18,175,120,189, + 155,250,94,60,58,116,29,188,4,74,130,189,5,123,109,188,61,195,159,60,40,139,211,61, + 142,96,163,61,22,47,197,61,164,122,128,61,141,244,221,61,245,136,91,61,108,28,93,188, + 212,86,137,61,102,102,43,189,26,239,117,59,157,121,143,189,98,127,129,189,80,115,74,189, + 41,10,163,61,193,248,140,61,127,128,150,189,112,165,135,189,73,117,196,61,237,71,195,187, + 46,242,51,189,29,78,214,61,115,42,169,189,58,244,201,189,15,6,224,61,159,77,148,61, + 57,70,97,61,22,85,253,61,46,79,14,190,165,178,170,60,168,61,112,189,95,134,150,59, + 13,13,227,189,243,96,162,189,74,132,19,61,186,149,162,189,170,80,89,61,216,174,150,189, + 203,35,244,60,119,187,33,59,52,143,171,188,159,188,214,59,1,7,227,60,116,42,229,188, + 15,73,208,60,209,113,88,189,253,37,226,189,111,28,5,61,197,176,175,189,40,26,22,190, + 87,126,79,60,232,93,148,187,152,54,180,61,147,146,6,62,200,112,196,189,232,45,189,56, + 240,103,72,189,162,2,198,188,252,197,239,189,226,5,162,189,63,60,94,60,184,21,236,59, + 234,13,41,188,64,155,177,188,234,124,212,189,40,112,166,189,203,251,161,59,83,131,32,61, + 3,94,37,60,39,82,127,189,171,3,138,187,73,178,249,188,241,104,71,189,223,205,159,189, + 144,175,189,61,139,89,129,189,136,221,43,62,131,250,219,61,21,124,189,61,25,106,242,61, + 251,141,86,61,184,111,191,188,238,91,203,61,120,121,93,189,96,204,172,189,149,41,133,60, + 253,66,183,189,3,17,229,61,203,71,128,60,132,119,130,189,214,190,217,61,195,96,20,61, + 212,91,51,60,5,126,9,189,139,105,36,189,171,13,171,189,203,246,180,60,31,20,192,189, + 181,161,146,61,103,157,47,189,206,124,81,59,164,88,183,189,131,242,79,61,167,248,119,61, + 33,229,163,189,8,230,135,189,50,74,7,190,101,97,91,60,11,37,175,189,166,23,131,61, + 159,150,130,61,32,95,63,61,138,27,94,61,95,217,187,61,33,193,53,188,35,235,240,61, + 251,150,65,189,164,130,59,189,237,35,163,61,248,233,251,61,235,151,9,190,255,222,245,61, + 125,247,234,61,245,98,12,190,121,231,116,61,167,192,222,189,132,241,158,60,76,166,141,189, + 76,148,219,187,207,131,204,189,222,159,138,189,11,14,65,61,208,115,177,59,202,17,3,189, + 233,26,186,61,97,74,225,60,80,251,188,60,107,129,130,59,165,224,29,60,191,185,45,61, + 176,149,51,188,132,110,178,189,226,69,178,61,131,59,29,190,54,22,238,188,88,194,12,62, + 163,37,69,190,215,246,63,61,171,110,149,189,253,173,37,190,106,190,86,61,8,103,109,61, + 79,106,76,61,100,0,136,187,95,62,164,61,201,52,132,189,252,246,1,188,175,85,254,60, + 238,73,22,189,109,90,199,59,251,235,4,61,236,174,65,61,95,171,206,189,56,216,185,61, + 182,66,228,189,19,161,68,62,223,156,246,189,62,22,141,59,179,66,86,189,49,194,174,189, + 150,60,135,188,213,192,96,189,121,244,95,61,46,3,168,61,231,241,191,61,115,193,44,187, + 173,76,14,188,52,31,99,189,121,146,104,60,80,120,241,188,235,90,239,189,199,243,102,61, + 153,234,1,61,84,32,156,60,149,141,169,189,156,208,131,188,220,7,46,62,174,90,196,61, + 21,192,250,59,201,222,31,62,95,223,156,189,108,136,141,61,42,253,162,189,207,18,65,60, + 86,243,145,189,137,148,197,189,25,121,136,189,48,105,163,189,83,227,8,60,204,81,5,61, + 49,122,170,189,24,237,75,189,210,101,250,189,82,82,46,190,130,113,171,61,142,254,250,61, + 58,236,145,188,191,16,78,189,12,65,168,60,133,7,13,62,166,132,167,188,76,189,123,61, + 11,54,136,61,140,125,78,61,186,33,196,189,111,138,99,189,69,97,90,61,51,28,73,188, + 253,247,126,188,59,64,103,189,123,170,32,62,100,121,161,188,232,222,165,189,64,44,216,189, + 203,40,79,62,23,30,214,189,158,30,25,61,20,192,150,189,55,167,41,61,192,233,112,61, + 154,42,100,187,182,61,10,189,249,106,237,188,30,142,190,61,64,144,52,189,199,177,20,62, + 77,7,4,61,155,122,176,189,194,211,185,61,46,165,26,187,252,131,3,62,235,171,60,62, + 124,180,28,190,231,172,149,60,196,224,2,61,109,172,46,190,171,46,134,187,70,117,65,189, + 42,248,61,188,91,128,46,61,34,94,32,61,13,11,128,189,168,58,228,189,160,41,8,62, + 100,201,190,189,139,54,156,189,188,44,93,61,60,192,71,61,163,221,202,189,30,4,87,189, + 118,226,124,189,111,151,165,61,8,56,243,187,225,191,136,61,139,4,227,61,90,47,176,189, + 13,81,88,61,8,218,138,61,63,157,158,61,158,221,48,190,102,4,156,61,220,190,197,187, + 242,152,22,190,190,239,141,188,180,164,131,60,122,107,150,188,127,49,30,189,159,218,238,189, + 204,164,81,189,232,175,174,60,194,136,164,60,7,46,18,62,126,12,238,60,65,2,115,189, + 214,26,194,60,1,124,29,190,24,131,245,61,32,169,143,61,212,142,63,189,85,138,17,188, + 128,101,157,189,181,234,214,61,123,154,224,59,121,86,69,188,186,76,13,189,83,213,5,190, + 230,136,67,189,113,177,175,189,197,172,130,189,93,142,188,61,134,231,202,61,33,207,247,188, + 10,34,35,187,206,33,231,189,197,13,99,189,66,114,233,189,77,69,248,60,50,7,65,187, + 84,206,182,189,41,72,149,188,251,120,182,60,190,185,53,61,45,121,160,61,44,221,130,61, + 113,127,69,61,53,207,18,62,169,243,188,189,160,125,98,61,24,49,143,60,170,232,14,62, + 217,103,242,189,117,97,242,61,147,69,214,60,95,70,223,60,51,248,163,186,226,12,189,189, + 103,65,20,189,2,131,85,61,67,243,50,62,182,8,10,189,10,214,234,189,70,192,38,190, + 221,140,53,190,21,231,77,62,37,83,28,188,14,7,83,189,193,34,177,61,239,85,93,189, + 131,138,43,62,120,92,61,61,120,215,100,61,5,83,37,62,42,151,224,61,146,186,108,60, + 215,221,32,60,108,252,137,189,178,92,29,189,103,172,186,188,89,32,236,61,34,177,254,187, + 37,49,146,189,114,63,39,62,166,214,251,61,231,209,72,61,7,192,170,61,116,37,206,189, + 20,136,27,60,108,183,162,188,222,212,177,189,242,189,167,188,169,161,124,189,104,51,50,60, + 80,54,187,189,142,206,209,189,150,40,22,188,40,31,46,61,237,161,130,61,206,49,196,61, + 166,22,48,61,153,212,250,61,5,56,39,189,109,107,167,189,140,119,187,61,130,225,224,60, + 211,205,206,189,123,159,90,61,175,172,186,189,76,50,190,61,140,4,138,188,186,132,68,189, + 147,250,166,61,217,59,222,187,147,216,80,61,145,84,192,188,31,78,136,189,221,15,255,189, + 240,206,194,60,197,38,247,189,205,60,124,188,250,30,168,189,220,139,100,189,62,244,63,61, + 243,49,155,187,246,142,61,189,247,246,109,189,59,49,37,189,145,13,43,61,70,29,241,188, + 85,32,177,61,217,211,52,189,61,23,181,189,210,107,165,61,21,238,252,59,148,91,12,61, + 12,12,9,190,160,93,166,59,106,120,22,62,178,130,139,61,236,63,5,190,168,132,246,188, + 80,48,179,60,187,255,18,190,165,63,167,61,157,172,37,190,88,15,58,188,24,182,43,190, + 252,233,237,60,206,41,90,61,174,204,179,61,4,62,15,61,223,220,123,189,5,224,13,62, + 232,81,143,61,227,160,192,59,145,218,210,60,109,19,174,60,180,126,39,189,79,185,138,188, + 110,124,38,189,239,205,144,188,230,246,155,188,63,79,54,189,223,132,166,189,200,234,222,61, + 172,161,62,190,219,245,183,189,227,163,77,61,193,29,215,189,177,242,185,187,237,210,168,61, + 140,92,179,188,27,192,17,60,106,234,56,188,64,165,72,189,29,18,189,189,227,63,22,189, + 234,128,128,60,198,21,205,189,50,182,8,189,253,161,1,189,114,91,142,187,253,42,145,61, + 246,164,144,189,186,52,26,61,181,150,11,189,186,59,159,189,71,41,199,61,185,31,251,189, + 85,24,9,62,179,120,122,189,153,158,146,189,255,40,104,60,108,117,85,61,243,80,38,60, + 86,160,6,60,86,68,27,188,75,112,4,190,70,15,50,189,239,233,3,189,111,10,198,59, + 84,238,252,61,132,196,132,189,32,117,166,60,175,251,174,61,89,125,18,62,57,174,182,189, + 63,202,160,61,126,40,23,189,132,132,39,190,122,235,198,60,217,21,81,61,206,7,131,187, + 248,188,165,189,140,23,32,190,216,154,80,61,42,53,246,189,158,233,161,189,236,116,38,62, + 40,38,176,61,69,151,207,188,8,71,91,189,157,91,141,59,111,158,27,60,30,188,3,61, + 196,136,89,61,137,142,242,58,35,113,174,189,28,219,235,187,108,115,5,190,84,5,204,189, + 46,217,154,61,152,117,112,60,27,201,70,189,156,218,1,62,218,173,180,59,151,105,155,59, + 248,219,44,189,182,27,141,188,221,155,142,60,95,130,4,62,221,103,237,61,111,31,88,61, + 203,190,211,188,39,246,195,189,245,229,236,189,228,52,216,189,29,78,211,61,233,105,29,189, + 144,165,52,61,191,145,205,59,139,220,212,188,15,219,38,61,140,110,46,61,65,134,177,187, + 229,159,161,61,220,11,139,189,212,145,166,187,61,217,104,59,28,161,195,61,29,216,224,60, + 103,90,151,189,88,128,63,61,107,191,70,61,168,3,21,187,123,212,210,189,234,196,189,61, + 202,244,78,189,80,229,54,189,25,7,98,189,218,65,116,61,21,196,36,190,68,96,7,61, + 33,128,17,61,144,209,28,189,216,200,236,187,114,97,119,61,162,161,97,188,140,241,46,61, + 178,78,113,189,215,109,143,60,127,22,182,188,197,241,231,188,239,38,79,189,153,3,99,187, + 59,177,150,189,29,93,166,189,141,198,137,189,227,123,92,61,214,99,219,189,207,121,157,188, + 120,94,126,61,212,67,244,61,50,65,74,61,10,152,99,189,194,144,145,188,98,118,85,189, + 203,91,254,61,8,74,95,189,68,127,234,60,179,199,145,189,121,215,20,60,241,14,202,189, + 88,165,117,188,135,59,225,60,203,105,235,60,69,66,6,61,93,175,224,61,121,230,14,62, + 88,95,43,190,24,92,146,189,0,102,159,60,187,179,16,59,66,60,45,62,15,115,35,62, + 18,20,17,61,240,54,64,62,51,112,34,190,187,165,76,61,49,161,225,189,77,40,32,187, + 54,53,209,188,65,42,48,62,106,131,135,189,234,113,167,61,111,225,39,61,222,223,201,61, + 97,16,253,59,89,8,237,61,229,254,88,61,97,34,231,61,72,169,7,189,176,158,130,61, + 250,81,128,61,227,80,152,60,106,52,252,60,16,19,109,61,82,193,235,188,209,140,76,189, + 37,127,157,61,41,37,107,189,100,143,62,189,183,182,50,61,215,175,124,61,90,28,84,61, + 51,76,112,61,195,131,108,189,221,219,22,190,130,163,79,60,189,140,193,61,178,85,18,190, + 41,198,150,60,16,31,231,189,132,124,142,61,155,191,27,61,69,94,103,188,37,58,216,61, + 83,82,66,188,235,176,82,61,27,59,116,189,24,202,166,189,106,197,177,189,174,76,54,57, + 162,204,51,189,36,100,139,188,133,110,174,188,134,58,146,61,20,39,161,189,209,105,61,188, + 244,215,203,189,219,249,250,189,50,158,17,189,50,107,85,189,148,154,197,188,244,199,148,189, + 138,234,60,61,103,235,232,188,58,119,8,62,113,77,41,190,184,68,147,61,84,215,44,61, + 68,90,177,56,65,102,28,189,10,224,197,189,104,110,68,61,137,56,31,188,36,164,229,189, + 167,106,133,189,153,37,105,189,8,2,132,187,183,222,98,60,153,200,193,61,114,196,166,188, + 16,200,12,187,211,74,76,61,83,179,212,188,243,17,254,188,130,34,15,61,133,107,188,189, + 99,156,151,188,234,252,33,189,17,138,200,60,235,50,40,61,145,36,149,189,193,191,173,61, + 172,114,169,61,162,143,112,189,238,192,175,189,37,9,18,189,137,185,55,59,180,142,242,186, + 108,50,186,61,146,216,245,189,53,55,200,60,70,175,32,61,187,31,91,61,136,153,189,189, + 155,197,251,60,50,108,145,188,137,199,130,189,23,230,252,189,243,220,152,61,210,71,153,61, + 82,20,172,189,21,94,159,189,89,121,223,188,191,193,162,61,142,8,85,58,217,223,193,61, + 45,130,155,189,238,202,1,60,234,99,54,190,182,86,167,189,192,156,229,189,203,120,254,60, + 133,86,51,190,186,196,176,61,170,94,78,189,5,161,73,60,203,134,234,187,90,185,244,188, + 99,62,172,188,105,120,96,60,146,255,184,189,198,148,136,61,128,95,147,61,117,90,6,190, + 151,91,84,189,135,215,254,61,252,185,14,189,240,6,127,61,26,11,169,61,229,56,98,188, + 35,243,204,60,167,198,50,189,92,214,23,59,63,119,208,61,140,206,38,61,165,173,138,189, + 135,157,165,189,240,100,45,190,78,10,86,189,28,252,251,59,167,229,217,187,17,239,255,60, + 243,158,239,61,72,145,249,61,64,180,201,60,66,208,97,189,118,48,117,189,168,114,180,189, + 126,204,144,61,78,102,150,187,43,81,188,188,226,110,188,61,71,161,116,188,106,215,142,61, + 14,181,150,189,6,102,149,61,218,12,167,61,116,72,144,61,18,21,125,187,65,243,3,188, + 160,209,22,187,78,92,193,189,87,109,136,61,191,2,27,61,69,60,68,189,246,200,225,189, + 169,33,0,59,225,126,70,61,96,182,106,61,76,207,39,62,166,144,236,187,49,24,143,61, + 242,122,95,188,175,137,149,188,186,1,81,61,147,41,128,189,25,177,147,61,229,226,87,61, + 31,67,166,188,170,188,89,62,88,132,217,188,168,63,25,189,72,104,255,60,35,100,248,188, + 189,133,32,189,196,227,24,189,91,203,5,189,45,247,246,186,222,107,9,189,39,15,226,61, + 253,176,28,189,74,65,230,189,178,150,148,189,198,228,88,189,82,195,98,189,10,99,214,189, + 94,143,189,61,2,36,58,61,190,179,195,189,72,67,134,189,231,159,218,61,190,164,54,61, + 31,2,86,189,35,250,39,62,20,89,241,189,173,134,170,61,131,103,174,61,254,72,1,187, + 189,152,11,190,123,134,213,60,197,59,51,61,156,24,154,61,212,107,57,189,29,201,132,60, + 113,250,191,189,210,145,16,60,192,163,186,188,120,99,132,190,159,49,50,189,190,204,194,189, + 36,205,151,57,1,17,34,60,146,145,90,189,55,2,6,61,157,83,150,60,1,94,2,188, + 22,232,11,186,31,17,122,189,28,125,107,60,179,135,241,61,204,104,224,61,78,233,26,189, + 255,44,99,61,201,38,203,189,112,180,99,189,86,51,129,188,119,239,153,188,47,138,8,190, + 115,203,213,58,3,231,204,188,218,120,155,189,30,26,39,189,50,214,137,61,199,14,71,189, + 76,231,24,62,170,215,5,190,33,49,79,189,83,233,183,189,81,133,148,188,123,36,179,189, + 20,88,108,61,194,191,96,60,147,91,36,189,160,92,108,189,180,86,12,190,71,239,4,62, + 63,248,23,189,147,84,126,188,190,130,33,189,189,109,251,188,46,245,212,61,187,123,189,59, + 5,166,124,189,213,27,23,189,194,120,91,61,246,213,121,189,27,221,3,189,59,161,148,189, + 162,112,248,188,145,5,3,190,223,118,241,60,93,56,115,61,57,69,233,60,216,159,113,61, + 128,48,148,188,1,1,156,188,161,69,209,60,231,21,234,60,230,13,180,61,194,1,211,189, + 113,35,152,61,35,146,166,60,154,154,16,59,239,34,65,61,210,141,170,60,175,39,240,188, + 255,248,133,61,148,42,24,188,250,124,97,189,63,44,49,189,108,174,94,61,72,1,190,189, + 124,119,90,61,97,109,97,61,208,188,209,61,14,95,216,189,199,36,124,61,75,130,220,61, + 66,234,12,61,94,109,198,59,62,221,67,190,150,41,107,61,19,255,176,61,15,90,181,61, + 223,244,98,189,23,86,251,61,220,140,37,61,164,19,20,61,251,16,223,60,207,74,159,189, + 9,101,255,60,247,13,46,61,169,65,13,61,190,80,44,188,239,186,7,189,246,242,24,190, + 179,97,89,61,90,229,101,61,26,71,23,189,188,253,138,61,218,192,93,189,196,14,21,190, + 168,162,15,62,219,219,92,61,9,124,54,189,200,137,189,60,242,87,164,189,227,178,200,61, + 15,183,118,189,182,253,236,60,46,135,9,189,94,54,200,61,30,95,246,60,126,213,184,61, + 134,20,187,61,193,253,66,189,221,169,101,61,36,63,132,189,107,28,155,61,93,176,197,189, + 192,39,1,189,160,24,243,189,250,98,27,189,25,255,210,61,61,17,142,189,39,185,159,60, + 186,25,155,61,179,236,10,187,73,235,14,62,11,173,32,189,191,167,240,61,100,207,104,189, + 246,100,191,59,192,190,95,61,104,77,236,189,12,247,56,189,214,152,5,189,41,103,142,61, + 10,150,166,189,176,62,159,182,104,163,148,189,144,177,74,61,91,96,193,60,191,213,95,61, + 50,10,125,61,173,15,25,189,114,102,160,60,68,20,184,189,59,156,32,189,42,67,201,189, + 7,69,9,188,95,75,232,61,181,70,72,61,74,171,213,189,166,18,0,188,88,59,7,190, + 115,101,0,62,213,71,76,60,253,160,194,188,209,5,88,189,73,243,166,60,103,18,146,188, + 34,115,42,61,18,79,42,189,145,217,135,60,68,84,188,189,17,233,183,189,135,24,60,189, + 10,34,37,187,115,91,99,61,58,126,175,61,220,188,196,61,209,204,81,60,113,8,238,60, + 56,70,161,61,231,39,141,60,229,199,176,187,68,122,178,187,74,240,159,60,139,132,104,189, + 81,164,79,61,251,197,104,60,26,217,121,189,218,89,169,188,71,143,22,61,42,26,111,61, + 8,167,163,60,136,186,211,189,192,155,70,62,108,58,2,189,32,192,159,189,116,108,62,61, + 67,72,87,61,51,254,165,189,116,147,201,60,246,10,40,61,252,10,208,60,38,88,201,61, + 219,139,174,189,48,121,158,61,40,163,245,59,51,128,39,61,56,162,184,61,102,186,12,188, + 44,46,99,189,152,64,54,61,120,185,29,189,38,136,208,188,193,217,149,61,79,94,31,189, + 223,129,95,189,193,62,8,189,56,116,162,187,242,234,130,61,26,36,39,189,205,21,108,61, + 134,68,135,186,230,20,0,189,13,170,56,189,16,54,154,61,158,252,77,61,190,88,19,189, + 40,57,100,61,62,89,127,61,81,60,137,188,134,181,91,188,43,20,128,60,80,9,80,188, + 82,194,13,61,229,83,7,61,115,199,221,60,176,5,168,189,17,196,168,61,32,191,141,189, + 127,221,4,62,49,100,44,188,46,229,227,61,189,255,167,189,139,237,253,61,26,42,59,189, + 161,106,17,189,230,227,186,188,17,132,30,190,159,176,53,189,71,182,239,61,173,212,34,61, + 131,21,119,189,178,172,12,190,126,245,165,189,158,245,221,189,92,104,132,59,144,107,213,61, + 252,11,194,61,144,76,151,61,109,35,90,188,146,81,166,189,116,232,115,61,49,53,177,60, + 205,58,227,59,174,193,20,62,4,140,63,61,192,225,188,61,230,91,76,61,22,96,131,189, + 150,73,60,189,4,205,208,61,243,223,230,60,79,164,128,189,230,151,105,61,192,105,64,189, + 116,176,64,60,242,68,200,189,144,33,160,189,202,101,224,61,67,224,78,61,167,61,153,188, + 132,116,44,61,44,11,7,61,72,23,105,189,78,108,153,58,58,85,223,60,206,224,94,188, + 235,197,50,189,38,178,71,189,109,103,115,61,165,148,134,61,188,165,175,61,29,220,155,189, + 163,86,234,60,12,158,48,189,154,44,37,61,73,83,255,60,210,233,244,189,141,206,151,189, + 43,93,157,60,253,64,174,61,4,10,186,188,96,229,187,61,48,183,84,61,104,112,4,60, + 166,200,134,60,251,69,209,60,235,177,133,61,110,25,151,61,7,208,234,189,22,241,188,61, + 157,248,237,189,24,172,152,189,107,119,250,59,101,36,88,188,17,18,190,188,52,76,167,189, + 213,17,210,188,234,162,127,61,171,196,241,61,29,106,30,62,112,198,24,61,105,104,236,61, + 153,206,51,61,67,211,10,61,60,206,75,61,182,241,135,189,233,145,16,62,130,227,92,61, + 36,64,250,189,66,80,76,190,42,12,119,61,46,199,175,61,78,224,145,61,22,226,101,60, + 108,240,109,189,116,235,69,62,114,254,26,60,184,152,46,60,151,28,14,189,2,17,253,61, + 237,98,162,60,5,164,249,189,69,176,7,62,83,13,32,61,8,231,126,188,33,53,51,60, + 7,66,12,62,100,168,182,61,16,81,5,190,98,248,141,61,238,107,63,190,176,43,72,60, + 12,39,148,61,159,244,183,189,198,255,68,189,9,105,243,188,132,188,119,189,43,130,204,61, + 254,173,115,189,66,32,153,186,24,134,92,59,122,243,152,189,21,137,177,61,236,69,208,187, + 115,68,150,188,111,125,125,189,238,207,168,189,96,112,157,61,218,66,37,189,82,166,42,189, + 178,214,170,189,200,101,124,61,1,231,3,188,6,173,214,189,248,82,105,188,210,175,130,59, + 192,61,65,186,123,210,180,189,239,46,44,61,253,181,84,189,231,205,5,60,184,128,116,189, + 70,204,20,190,234,221,184,61,217,106,81,62,40,205,8,189,246,253,243,189,59,143,98,61, + 66,243,153,189,154,102,50,62,69,153,173,188,108,63,69,189,11,124,127,60,238,12,56,61, + 30,45,45,189,170,74,25,189,190,134,166,60,58,35,205,189,4,85,178,61,13,115,123,189, + 204,140,95,188,191,135,204,189,249,59,102,60,37,234,164,188,175,22,34,62,165,151,84,189, + 128,8,40,61,140,11,47,62,52,0,13,62,171,161,179,61,137,33,4,61,3,183,133,189, + 84,207,243,61,148,207,112,61,26,234,178,188,7,88,137,61,107,113,243,188,55,156,1,189, + 70,124,135,189,170,2,121,188,215,190,56,188,31,112,101,187,45,79,79,61,217,63,111,59, + 243,48,29,61,113,27,182,189,1,116,27,189,166,173,212,61,145,178,48,61,173,163,212,188, + 49,178,41,188,178,149,135,189,97,44,23,60,17,249,222,60,162,251,90,61,216,250,200,61, + 13,41,130,61,26,153,101,61,142,73,4,61,111,242,8,62,16,231,15,62,30,173,223,188, + 51,110,227,189,183,112,141,60,167,168,101,61,52,36,242,188,46,122,188,189,225,66,187,60, + 223,114,198,61,244,249,153,189,6,102,37,188,175,65,141,189,215,130,137,61,6,226,22,188, + 53,93,74,61,136,222,148,61,200,202,113,188,7,140,16,189,7,161,152,189,213,232,217,189, + 48,255,123,188,171,227,247,61,154,98,225,189,124,224,108,189,44,60,230,61,67,85,213,61, + 24,109,106,189,8,108,8,61,143,168,182,189,67,244,171,59,152,128,120,61,243,243,208,60, + 18,118,70,61,177,236,11,189,134,240,31,189,170,46,55,58,246,155,182,60,175,252,141,187, + 217,160,223,61,218,140,141,189,211,170,152,189,8,99,54,189,212,223,148,188,200,69,139,189, + 214,82,29,189,171,116,17,189,129,162,243,61,123,249,170,61,46,241,118,61,9,199,139,189, + 71,57,161,61,162,129,104,189,89,21,112,189,218,131,80,61,169,193,68,188,170,201,42,189, + 160,193,173,61,90,51,57,61,219,210,236,188,186,62,118,61,129,203,48,190,138,43,102,186, + 226,189,163,189,0,172,190,189,197,84,11,189,113,187,193,189,86,169,189,189,120,122,180,188, + 119,122,173,60,158,236,219,189,17,142,19,62,255,23,130,61,134,207,200,61,175,255,156,188, + 10,164,204,60,202,1,169,61,122,0,166,60,245,146,243,189,131,129,29,61,108,142,150,188, + 204,63,252,188,198,217,170,189,178,12,108,61,25,229,44,62,227,59,120,189,42,221,207,188, + 34,197,21,190,72,214,221,61,197,86,93,189,31,45,64,61,79,110,88,189,107,184,84,61, + 89,58,212,61,54,10,8,190,26,96,5,188,54,122,95,61,216,20,175,60,196,206,180,61, + 139,33,59,188,133,205,52,62,59,178,151,189,33,157,58,61,135,120,85,60,61,117,181,189, + 158,58,14,189,15,99,30,60,20,188,129,188,170,89,24,62,168,43,35,189,230,90,23,62, + 252,228,209,60,247,136,40,190,123,94,139,61,78,128,108,189,81,90,98,189,178,211,235,189, + 35,43,250,60,185,50,161,187,32,34,18,61,86,197,5,59,21,204,133,62,218,167,221,189, + 13,0,168,189,70,241,165,61,212,84,135,189,129,209,159,60,201,111,142,189,56,191,207,61, + 230,87,152,188,114,88,155,61,221,178,45,61,204,52,210,189,188,4,13,189,109,75,145,61, + 20,9,32,61,112,248,145,187,198,130,171,61,76,163,43,189,187,112,162,60,207,203,60,188, + 162,107,129,188,133,1,75,62,179,68,148,189,82,54,179,60,212,202,200,188,53,88,247,189, + 138,202,240,61,109,232,2,61,14,123,191,189,214,41,33,61,69,25,131,189,91,94,41,187, + 228,82,106,189,236,114,200,189,39,253,147,188,24,140,141,189,12,18,220,61,190,34,237,188, + 28,1,242,61,142,23,47,62,186,241,241,61,174,121,251,61,180,88,112,61,23,129,39,189, + 89,78,96,62,244,142,0,190,94,27,210,189,90,235,111,189,208,6,69,189,232,142,131,61, + 238,79,178,188,177,102,240,189,224,18,63,61,16,83,37,189,138,125,226,61,219,249,181,189, + 99,74,23,61,40,90,67,188,214,209,20,189,239,214,91,189,90,195,209,61,95,202,58,189, + 198,51,203,61,233,74,34,61,150,198,5,189,59,128,7,62,31,106,103,61,61,117,103,60, + 103,190,132,189,234,236,148,58,157,140,236,187,229,204,156,189,77,117,10,61,180,93,196,61, + 167,118,61,189,1,222,205,188,210,249,165,189,240,249,162,189,196,53,142,61,80,169,160,61, + 118,249,56,189,95,82,62,61,125,39,179,189,113,255,2,189,119,67,149,189,61,186,65,189, + 180,149,35,61,179,219,17,189,230,10,152,188,202,224,147,187,57,169,124,189,101,92,45,189, + 211,52,6,61,224,20,1,189,42,226,76,61,235,117,111,189,95,52,220,60,204,54,153,61, + 233,17,137,60,186,117,10,190,83,72,143,189,209,139,239,186,239,239,222,61,176,254,5,189, + 21,66,200,188,123,147,53,61,189,98,11,188,185,6,62,189,97,194,19,61,55,43,233,59, + 125,106,74,61,41,12,6,190,21,227,180,61,132,122,219,60,69,220,6,61,214,162,149,189, + 228,190,174,188,149,241,172,189,59,15,103,189,218,31,156,61,104,132,167,61,16,68,6,61, + 182,200,30,61,77,27,203,61,112,229,31,59,97,41,130,189,83,92,218,189,238,69,51,61, + 166,5,216,61,125,25,207,61,202,121,6,61,91,78,187,59,114,126,194,61,103,78,7,61, + 121,217,178,189,103,238,97,61,212,11,5,189,18,69,198,61,241,203,205,189,184,149,69,60, + 241,24,247,189,115,15,29,62,250,180,68,61,189,39,195,61,142,38,56,61,174,218,218,189, + 136,70,109,189,25,44,209,60,187,248,31,186,218,128,255,59,87,21,28,62,149,146,226,188, + 197,248,189,61,174,233,220,61,58,69,165,189,193,15,95,189,10,57,112,189,68,20,230,61, + 117,142,64,189,68,48,148,189,237,98,187,189,96,203,206,61,14,249,210,60,176,181,179,61, + 160,151,63,61,57,145,40,62,72,76,153,189,96,55,233,188,126,171,87,188,228,21,141,189, + 20,98,28,189,46,56,140,187,150,6,5,61,194,229,164,189,41,224,135,189,33,100,233,187, + 185,175,136,188,103,85,224,188,228,96,29,61,57,236,13,190,208,48,67,189,46,36,170,59, + 163,151,78,61,111,188,133,60,135,212,189,61,114,56,149,188,74,33,227,188,231,13,163,189, + 36,151,79,60,99,162,149,188,233,249,81,189,238,254,189,61,242,43,177,189,138,54,136,189, + 97,216,141,188,41,84,51,190,232,243,73,61,87,29,163,189,37,65,246,59,22,159,174,60, + 13,108,231,61,60,167,91,189,183,219,19,60,194,32,172,61,165,51,154,61,254,154,11,62, + 137,201,173,189,126,118,20,190,133,225,40,62,73,41,239,60,129,33,79,61,221,230,186,188, + 148,22,236,61,67,173,2,190,218,87,221,61,107,23,45,189,45,232,87,61,172,158,254,61, + 107,49,74,189,143,22,189,189,47,68,193,189,233,212,176,188,60,180,48,59,238,1,206,59, + 236,153,231,61,14,119,241,188,188,129,2,61,154,164,225,61,40,54,15,189,154,232,169,61, + 228,1,97,188,83,200,137,189,41,63,85,189,17,104,4,62,242,161,169,187,251,136,88,189, + 68,5,1,190,171,59,166,59,183,69,98,189,86,160,0,62,130,251,139,189,144,156,7,60, + 106,203,85,189,126,3,91,61,2,19,23,61,131,238,251,61,99,48,45,62,36,150,176,61, + 112,26,169,189,210,238,189,61,218,56,197,188,103,101,207,61,181,165,137,61,100,172,143,60, + 64,85,66,61,109,230,248,61,4,128,19,61,53,59,5,62,129,59,156,61,70,113,8,62, + 69,40,8,189,62,249,68,59,0,132,31,189,66,224,170,61,136,185,191,188,86,211,192,189, + 213,5,124,189,138,82,9,189,162,41,220,189,89,227,135,61,152,134,105,187,95,172,73,61, + 145,28,210,59,85,164,232,186,77,26,186,60,52,155,139,188,110,135,219,60,60,196,214,61, + 8,120,242,59,54,199,99,60,78,86,163,189,81,244,22,189,127,65,81,189,177,195,109,61, + 14,2,66,61,19,34,196,189,237,183,179,61,111,243,11,188,105,209,224,61,58,8,215,189, + 32,111,159,61,206,58,18,189,106,53,34,61,139,206,212,188,204,251,39,189,35,140,149,61, + 64,171,175,56,150,170,53,189,197,235,244,188,255,190,249,188,214,119,161,61,156,99,184,61, + 3,236,202,189,99,115,140,189,84,209,7,62,236,202,232,189,91,41,183,61,207,149,198,61, + 118,60,141,57,203,244,133,61,60,119,146,61,235,25,234,189,87,3,62,61,174,35,196,61, + 43,63,254,188,212,144,35,189,79,103,192,188,80,252,72,189,174,184,1,61,25,144,5,187, + 14,87,117,189,248,35,131,61,239,215,180,188,84,186,123,189,26,115,37,61,44,207,226,189, + 67,204,101,188,153,198,148,61,122,163,208,61,160,212,12,189,76,135,35,189,156,157,159,189, + 135,90,201,60,25,206,84,61,176,115,134,61,144,145,25,189,137,18,57,189,160,0,167,61, + 227,71,85,60,49,207,88,61,102,139,155,61,180,47,11,189,154,232,199,60,104,133,162,189, + 48,37,22,188,131,201,16,62,189,142,247,61,177,15,53,61,67,81,60,189,185,74,147,61, + 49,109,30,61,156,243,207,60,65,21,30,61,51,161,19,61,97,250,104,60,230,112,149,189, + 158,41,255,189,172,46,146,189,42,185,141,189,161,109,152,61,149,250,77,61,88,198,155,61, + 165,213,25,61,0,161,104,189,175,98,239,61,111,228,235,60,146,127,101,61,126,139,31,62, + 222,100,179,189,222,149,229,61,39,84,164,189,64,79,232,187,88,241,114,61,135,205,227,188, + 218,211,245,58,156,80,204,59,235,211,159,60,19,186,233,60,178,3,238,189,58,228,93,59, + 249,96,209,61,226,101,188,189,246,123,220,187,139,100,38,61,20,91,47,190,64,61,117,61, + 162,109,228,60,0,39,54,190,250,167,210,188,58,187,72,61,43,205,205,59,12,51,237,186, + 237,45,237,60,191,49,2,189,228,18,223,184,37,158,143,189,126,248,217,188,92,28,255,188, + 186,53,142,61,32,186,170,189,197,225,190,187,17,102,7,62,128,29,151,61,231,176,26,189, + 100,144,167,61,128,16,2,188,139,86,90,61,224,18,193,189,41,56,120,189,23,187,21,188, + 231,162,111,189,139,59,49,61,23,109,32,60,223,20,36,190,19,99,79,61,225,128,207,189, + 111,57,78,60,165,68,179,61,135,175,7,62,76,108,214,186,133,66,204,188,70,190,145,60, + 11,115,125,61,130,28,138,189,140,76,147,61,155,75,183,61,47,215,41,189,115,14,46,188, + 34,155,17,189,29,48,146,61,25,139,250,61,9,14,146,60,63,118,148,189,181,54,129,61, + 172,228,1,188,189,101,155,189,72,116,117,189,186,228,12,187,66,46,198,61,0,79,146,189, + 228,210,231,189,24,246,85,189,93,36,95,189,121,242,141,189,132,124,177,189,159,252,195,61, + 234,84,132,61,30,36,182,61,160,142,136,61,109,85,198,188,189,193,171,61,207,84,158,189, + 64,76,100,188,18,39,148,189,104,108,145,188,87,46,73,189,0,58,98,189,145,16,170,61, + 207,11,141,61,103,176,89,60,197,17,158,189,102,102,133,61,122,0,45,61,90,252,40,190, + 254,139,248,61,55,53,254,189,7,52,102,61,96,109,38,189,233,228,214,59,142,43,227,61, + 13,106,233,189,35,176,247,188,196,104,204,188,12,53,122,189,20,72,210,188,97,252,236,189, + 32,55,44,61,57,255,197,58,172,52,238,188,103,146,138,189,19,15,54,188,26,182,171,189, + 6,3,54,189,192,131,9,62,235,14,151,61,75,133,4,190,85,152,93,189,18,221,72,189, + 93,25,139,60,127,221,16,189,160,68,175,60,62,159,49,189,147,122,103,61,4,244,97,189, + 186,58,152,189,34,63,211,59,207,0,57,60,182,19,60,186,54,220,174,189,93,191,131,61, + 112,135,181,189,120,2,34,61,119,155,44,61,206,238,170,188,251,83,209,61,104,130,172,59, + 204,205,162,60,182,59,67,189,231,106,145,189,79,85,108,61,100,230,194,189,4,33,133,60, + 155,159,149,60,178,188,172,189,250,26,135,61,1,201,132,61,145,253,23,62,68,101,157,61, + 223,11,67,61,60,238,6,62,230,10,180,189,7,142,249,187,215,127,142,61,98,65,148,61, + 228,32,135,60,172,63,222,61,175,147,233,188,237,219,8,61,203,225,159,61,228,170,32,61, + 80,124,122,189,207,153,254,188,146,206,150,189,238,192,215,61,248,175,32,190,5,91,185,61, + 222,163,181,61,209,175,11,190,121,95,219,189,62,224,74,61,137,228,113,189,161,22,50,59, + 164,80,71,60,164,81,157,61,102,2,54,188,251,210,197,188,31,37,114,189,181,105,31,62, + 123,156,20,62,172,178,122,59,235,225,142,188,98,186,5,62,207,35,255,60,137,135,143,188, + 122,212,183,61,76,62,131,61,98,116,156,189,47,96,1,189,201,200,154,188,110,168,180,61, + 29,24,131,60,242,164,62,61,105,78,138,189,180,141,209,188,87,97,113,61,146,38,193,61, + 135,155,100,61,95,201,72,59,112,135,118,189,169,89,203,60,89,27,91,61,153,81,212,59, + 47,255,88,189,29,194,215,61,50,207,1,61,182,124,160,61,85,19,48,61,115,206,0,61, + 29,172,6,190,245,195,236,189,76,9,4,189,75,252,146,60,230,37,164,189,15,106,146,60, + 152,217,207,188,244,130,18,187,148,226,251,188,232,245,22,60,95,171,231,61,195,103,99,188, + 127,219,193,61,137,213,128,61,59,220,37,189,193,125,113,189,57,241,56,62,252,1,136,60, + 108,239,137,189,192,184,209,61,224,70,253,60,85,117,231,189,255,24,81,189,194,72,208,189, + 220,251,133,61,237,110,57,189,11,87,175,61,24,28,110,61,126,47,59,61,61,51,122,61, + 58,42,68,189,90,192,90,61,128,40,219,189,123,189,90,189,107,215,167,188,172,153,176,60, + 202,89,118,189,191,99,190,188,91,88,255,61,171,29,121,60,151,171,158,188,93,221,167,61, + 28,241,253,188,128,141,186,60,204,127,151,189,36,141,172,189,157,176,165,189,119,66,195,60, + 143,194,8,62,147,25,145,59,134,223,66,189,186,72,90,189,102,213,51,61,218,153,24,189, + 240,39,100,60,181,207,243,61,170,183,120,189,233,111,1,61,246,96,188,61,245,91,130,61, + 61,103,41,61,23,33,133,61,19,238,95,188,233,228,149,61,66,119,228,60,18,37,70,61, + 68,12,182,61,73,203,68,189,244,207,44,190,5,2,148,188,193,82,57,62,65,52,217,61, + 198,214,198,188,22,47,15,190,219,55,156,189,30,72,57,189,192,36,174,60,136,20,139,61, + 136,208,40,61,203,128,4,189,91,156,43,189,156,89,49,60,168,12,73,189,153,12,134,61, + 9,28,212,189,53,167,27,62,158,123,126,189,209,6,52,189,254,242,45,189,110,98,42,61, + 168,238,143,60,171,0,143,61,153,163,63,61,75,125,83,61,177,76,185,61,232,1,231,61, + 74,138,59,189,186,58,56,61,42,122,83,188,62,106,57,62,165,58,146,61,139,45,197,61, + 186,220,193,186,37,147,22,61,167,13,218,188,74,156,79,189,108,150,134,188,49,219,221,188, + 18,168,43,62,114,54,57,189,103,80,178,59,127,76,244,60,80,229,114,189,176,149,17,60, + 184,239,201,61,157,218,250,189,161,193,173,187,230,133,0,62,99,115,117,186,103,223,192,61, + 232,97,69,60,23,147,254,60,255,95,71,189,32,78,166,59,9,18,158,189,162,1,152,189, + 247,12,85,61,66,33,154,61,86,233,196,189,218,174,19,62,182,74,219,188,167,177,29,61, + 228,202,6,190,218,217,205,187,226,38,22,59,238,66,136,188,121,187,36,190,102,134,80,60, + 11,68,37,59,173,61,126,189,127,146,107,58,170,69,215,60,188,176,119,61,196,86,185,188, + 200,65,198,189,40,62,210,60,224,187,155,189,221,3,138,189,225,11,128,187,3,57,58,61, + 63,127,130,189,125,183,119,189,136,31,110,60,237,27,167,60,219,90,59,188,56,241,149,61, + 208,223,156,60,132,87,189,61,70,235,233,188,63,33,13,190,118,55,7,190,248,222,160,189, + 134,98,117,61,113,248,224,188,200,121,142,189,16,100,15,189,72,71,214,188,53,225,25,62, + 244,18,158,59,42,211,202,61,62,43,141,61,140,223,204,61,196,123,63,188,85,214,214,60, + 50,243,180,189,125,103,191,189,11,11,211,187,77,190,35,60,208,6,46,188,237,77,36,188, + 211,24,204,189,219,47,178,61,177,221,55,61,46,18,47,188,63,166,255,61,58,180,215,188, + 56,54,189,188,190,67,67,189,83,38,165,59,64,133,85,61,219,60,199,61,231,199,170,188, + 2,172,6,190,168,155,217,61,89,107,116,60,26,181,158,187,37,68,64,61,104,192,187,61, + 144,6,134,189,103,241,137,61,235,23,125,189,59,78,243,189,248,175,84,61,67,119,33,190, + 24,8,162,189,101,237,18,189,225,15,185,189,66,155,213,188,238,219,199,61,166,163,16,189, + 226,167,29,190,49,205,27,62,71,176,49,60,170,179,183,61,181,187,201,189,116,220,15,190, + 173,192,24,62,251,154,185,61,138,235,136,189,10,138,50,62,49,246,185,188,206,216,165,189, + 224,69,64,189,139,238,87,190,131,34,33,61,161,164,226,60,70,24,214,61,214,83,223,189, + 255,72,87,61,126,5,126,188,31,25,242,60,184,83,133,187,168,198,151,188,63,216,93,188, + 27,158,154,60,193,154,248,189,228,250,6,62,136,200,198,60,114,45,168,61,173,67,30,62, + 126,41,162,60,90,151,15,189,142,228,8,61,143,105,175,188,73,171,93,189,31,79,183,189, + 7,14,174,61,219,91,225,60,214,238,1,62,151,254,244,188,205,165,184,61,116,31,151,61, + 244,191,154,189,156,112,98,58,148,23,158,187,87,132,128,188,96,107,51,186,104,193,152,60, + 98,91,70,189,231,146,168,60,209,90,15,189,250,38,16,190,229,193,130,189,14,163,162,188, + 254,124,159,61,218,173,118,59,67,134,77,61,5,77,33,189,112,120,152,188,72,17,254,59, + 120,69,26,189,216,210,201,187,187,143,242,61,40,186,53,61,41,64,109,189,175,105,218,189, + 234,48,84,61,220,219,189,61,56,74,5,61,186,162,31,61,196,29,222,61,180,222,88,189, + 178,240,205,188,100,188,156,189,212,32,150,61,46,129,171,189,80,48,214,189,110,246,12,188, + 60,136,10,189,225,45,36,189,7,184,174,188,79,57,132,188,103,148,36,60,135,176,58,61, + 230,117,160,189,0,55,31,61,40,213,240,61,164,69,108,61,92,243,154,60,25,142,235,189, + 225,154,193,189,40,237,12,190,205,193,6,189,36,88,204,187,198,236,7,61,216,48,131,189, + 204,68,75,61,196,171,180,189,26,73,250,189,109,25,209,61,239,230,193,61,70,232,75,61, + 43,155,156,61,42,141,86,189,210,47,212,189,124,162,128,189,37,16,9,62,15,135,249,59, + 37,181,196,188,81,195,54,188,226,175,19,189,172,222,242,187,194,243,67,188,225,241,0,61, + 128,45,247,188,178,133,143,61,210,100,4,190,11,234,103,61,174,59,181,61,217,34,149,189, + 107,233,240,60,92,212,25,189,42,60,205,189,241,138,187,58,122,40,10,189,211,203,109,189, + 52,121,151,61,218,132,214,61,138,212,246,61,186,40,176,189,181,1,209,188,73,22,22,61, + 26,72,211,189,118,222,23,60,229,84,98,189,216,67,214,61,157,157,137,189,156,224,239,187, + 126,123,252,189,42,214,159,188,197,124,110,189,5,60,159,189,150,126,100,189,202,34,225,61, + 241,145,22,60,146,46,51,61,55,3,108,61,75,102,203,189,89,9,20,61,175,132,241,60, + 9,165,157,61,75,241,204,61,38,163,42,61,79,110,209,61,18,252,82,60,235,187,151,189, + 156,50,41,189,28,129,108,188,106,6,168,61,39,163,222,186,233,220,58,61,88,95,135,188, + 41,153,130,189,166,105,87,188,9,20,196,61,10,65,35,189,94,33,97,188,32,133,175,61, + 3,48,193,59,143,184,197,189,98,4,198,188,86,61,36,61,205,231,56,189,208,158,214,187, + 250,28,56,189,39,158,13,62,195,197,43,59,92,62,142,189,76,213,8,190,38,0,108,189, + 224,77,65,61,113,36,86,61,224,136,10,189,63,21,113,61,100,55,161,189,164,226,146,61, + 34,138,11,190,153,175,228,189,174,135,78,189,118,106,217,189,238,238,210,189,55,6,18,59, + 251,234,26,190,196,149,8,59,113,14,141,61,122,237,183,189,60,142,162,189,45,183,176,189, + 87,4,194,59,67,137,8,189,120,14,212,61,244,75,196,61,193,134,70,189,108,119,0,189, + 67,137,225,60,93,38,15,61,173,144,131,61,50,255,55,61,230,207,219,187,251,175,176,188, + 177,51,175,61,58,142,190,61,158,80,76,189,118,96,214,61,213,124,246,59,128,80,162,188, + 29,28,245,61,159,49,170,61,48,126,4,190,156,247,5,190,208,156,157,61,250,235,155,189, + 45,247,60,61,132,59,67,60,188,12,37,61,132,216,236,189,81,16,49,60,205,30,112,61, + 181,195,78,189,18,123,222,61,248,227,172,61,219,95,23,188,181,238,234,187,128,202,92,61, + 97,85,11,62,131,68,247,189,171,129,147,61,233,187,169,189,134,116,219,188,249,1,215,189, + 43,157,229,189,226,123,202,189,2,245,236,187,217,247,223,61,160,249,219,188,11,92,56,61, + 168,214,193,187,32,171,156,188,56,170,237,61,162,159,240,188,229,42,179,61,233,87,13,62, + 169,87,49,61,87,184,174,61,201,158,147,189,28,40,202,188,124,218,139,61,199,173,182,189, + 119,231,235,60,75,232,236,61,37,112,144,61,213,251,116,189,176,230,225,60,63,118,182,61, + 119,35,203,61,251,96,191,61,188,39,170,189,159,17,6,61,212,239,59,190,230,83,203,189, + 24,112,154,61,137,86,185,189,45,154,192,189,4,200,72,189,194,161,208,60,44,247,190,189, + 110,133,129,61,105,12,194,61,65,198,97,187,173,28,21,60,161,53,209,189,128,50,214,189, + 110,180,132,189,212,91,247,61,32,107,83,189,108,185,128,61,74,17,33,61,208,237,225,189, + 252,113,161,61,184,36,63,187,169,204,195,61,70,179,226,188,5,235,99,61,10,151,148,189, + 219,237,86,60,152,104,217,61,142,222,1,189,86,121,208,189,57,24,167,188,137,155,184,61, + 162,110,53,189,247,53,123,61,220,165,200,188,133,130,181,189,48,144,1,60,81,154,243,61, + 166,227,150,61,6,43,188,189,220,81,149,60,71,165,0,188,49,114,138,189,98,62,14,189, + 68,78,31,190,147,40,144,61,8,217,36,189,115,154,88,189,38,41,102,61,67,222,202,187, + 142,157,213,188,2,12,54,62,117,254,8,190,25,65,170,189,152,177,24,189,30,113,65,189, + 102,62,145,61,177,87,147,60,129,19,66,61,89,161,7,59,159,167,235,60,113,183,25,61, + 34,166,239,189,221,70,181,188,109,157,188,189,137,111,176,189,87,18,56,188,190,243,2,188, + 227,191,183,188,11,155,23,190,245,164,150,189,88,77,183,188,116,200,170,189,251,199,159,189, + 168,40,76,188,77,183,12,61,197,203,239,60,1,166,209,61,188,30,40,61,9,76,167,188, + 158,100,157,61,95,137,201,188,185,14,1,62,175,149,8,62,31,134,163,61,35,208,39,188, + 238,98,22,189,122,43,121,189,67,132,65,61,26,182,252,188,222,30,9,61,207,98,228,61, + 33,62,49,61,97,125,130,61,55,97,141,188,247,213,137,188,26,214,237,59,166,42,162,189, + 140,94,18,187,199,249,229,188,92,76,79,189,211,112,116,61,223,6,214,186,30,94,246,188, + 119,26,27,190,224,92,145,61,154,114,159,60,58,5,136,189,232,119,62,61,246,166,70,188, + 249,176,6,61,44,166,213,60,111,21,202,189,136,131,69,61,208,150,69,58,166,233,163,189, + 89,60,194,60,151,197,202,61,78,43,34,60,123,113,32,187,169,51,161,189,55,42,115,189, + 200,80,153,61,52,186,177,189,61,40,242,61,134,58,23,62,93,125,141,61,203,200,153,189, + 225,123,143,187,77,253,216,189,85,31,101,189,17,205,28,189,240,98,131,188,27,66,172,189, + 54,235,183,61,188,72,71,61,88,21,84,61,229,113,56,61,196,181,188,61,245,206,140,189, + 165,33,214,61,155,242,18,189,189,236,130,189,104,185,245,189,191,180,131,61,28,41,116,61, + 80,42,107,189,154,197,135,61,46,247,25,189,157,177,43,60,65,4,1,190,208,78,3,61, + 97,87,33,61,196,140,213,188,106,198,26,62,51,169,202,59,51,25,83,61,181,110,50,61, + 33,161,187,61,59,39,182,189,93,90,179,61,35,238,98,190,72,87,216,189,133,113,209,189, + 98,91,255,189,241,218,15,61,31,54,119,188,0,235,109,60,148,18,171,61,211,71,196,60, + 194,231,184,61,206,250,23,61,74,212,7,189,116,30,17,189,3,133,33,61,26,123,133,61, + 195,177,107,61,161,41,211,188,206,131,129,189,20,44,208,189,165,125,1,190,218,216,35,190, + 204,77,153,60,147,30,89,189,235,175,15,61,26,183,30,61,200,66,148,187,128,131,201,61, + 206,138,183,61,233,111,161,60,109,0,90,188,42,199,154,186,47,150,34,190,168,244,41,189, + 38,153,240,189,175,199,129,189,166,117,166,189,39,205,149,188,11,248,211,188,173,190,116,61, + 159,124,209,60,172,40,45,185,149,244,180,189,226,86,181,189,103,235,177,189,100,213,89,189, + 143,67,63,61,5,120,11,62,150,185,223,189,18,223,173,61,158,101,200,61,68,35,28,190, + 245,249,248,60,160,145,204,189,22,191,237,188,134,137,248,61,179,205,85,59,149,77,81,189, + 241,230,163,188,210,23,26,60,34,244,53,189,173,180,36,189,19,212,10,190,0,43,171,61, + 185,188,42,61,94,195,25,189,121,92,212,189,163,194,192,189,98,76,84,189,139,84,103,61, + 184,145,203,188,1,211,24,189,122,92,182,189,164,213,27,190,3,79,162,60,75,115,47,60, + 168,135,184,60,204,54,198,189,138,75,91,60,68,227,150,61,188,251,52,60,164,166,22,189, + 91,252,99,61,204,161,141,61,192,19,92,61,7,216,46,61,212,40,160,61,157,167,28,189, + 15,41,36,61,11,165,221,61,175,81,236,189,214,245,229,189,29,72,146,189,119,98,175,189, + 209,41,135,61,111,20,138,188,8,205,148,59,224,14,31,189,117,110,121,189,40,59,120,189, + 142,53,202,61,183,158,79,188,45,11,161,189,108,239,151,188,242,231,225,188,133,165,130,61, + 67,221,60,189,239,7,37,189,200,178,171,61,13,172,213,188,109,30,201,60,88,73,191,60, + 203,186,135,61,135,169,30,61,115,108,217,60,62,52,249,189,197,182,19,60,92,202,8,61, + 20,185,11,189,251,139,28,62,82,150,167,189,42,12,225,188,226,20,49,61,215,77,80,189, + 89,193,173,61,160,38,177,61,109,214,175,188,108,61,61,61,210,219,239,189,59,173,107,189, + 156,63,27,189,7,228,13,61,29,37,18,61,93,25,37,62,168,235,13,188,221,176,158,189, + 242,179,152,61,14,77,44,61,51,19,163,61,44,156,166,61,65,6,36,189,252,220,181,61, + 245,171,240,61,149,16,61,188,178,245,143,189,245,177,137,187,255,242,163,188,130,171,125,61, + 232,68,176,61,180,204,52,189,126,163,171,185,229,51,6,62,88,112,132,60,184,62,40,189, + 112,145,53,61,138,124,135,189,171,179,131,61,187,172,216,189,79,248,8,60,0,181,114,61, + 13,102,169,61,69,230,136,59,73,186,205,60,242,222,207,60,199,253,234,60,130,185,248,187, + 243,115,224,189,9,218,190,189,203,183,146,60,7,14,36,60,157,193,209,189,150,194,87,189, + 54,205,23,189,55,216,226,60,36,120,20,62,27,132,169,188,238,254,182,59,56,24,159,189, + 185,163,16,190,83,72,94,60,181,159,29,189,159,74,208,61,226,74,17,61,148,226,247,189, + 76,58,10,190,13,130,188,189,62,215,109,61,84,14,10,62,27,169,72,189,190,134,108,61, + 228,112,49,61,90,253,208,61,170,126,108,189,88,224,11,62,204,47,68,189,29,206,240,61, + 135,238,192,61,177,39,227,188,171,112,189,60,129,48,72,188,13,132,173,60,148,28,161,189, + 230,228,145,189,66,152,90,61,136,138,33,190,137,196,137,189,175,52,102,189,27,248,26,61, + 158,229,234,58,200,64,211,189,100,8,42,61,180,56,171,61,163,16,191,60,11,140,219,61, + 8,110,56,190,15,193,43,187,156,187,131,189,40,130,177,188,187,244,65,189,25,50,37,189, + 50,22,205,189,98,193,212,188,146,244,87,189,170,219,155,61,72,135,151,61,103,152,55,60, + 126,226,129,189,228,37,48,189,245,204,5,189,114,127,211,60,197,243,208,61,122,186,89,189, + 192,40,15,189,152,233,120,61,117,217,178,61,174,86,17,190,105,202,248,188,223,217,199,189, + 246,203,231,59,22,249,110,189,122,225,192,61,30,139,128,189,55,203,40,189,221,152,14,189, + 109,216,12,190,166,4,14,62,123,140,36,188,112,243,11,61,66,20,9,60,164,135,243,188, + 181,90,136,61,142,134,60,61,225,110,143,188,115,27,245,188,34,230,100,189,80,250,33,189, + 219,88,169,61,39,166,137,189,167,155,176,188,56,17,138,188,201,18,219,61,12,242,162,60, + 183,233,108,61,106,72,181,187,37,169,146,61,127,124,199,59,227,131,145,189,104,233,135,61, + 53,111,202,187,59,202,28,61,87,229,194,188,118,187,42,189,187,223,66,189,92,51,134,189, + 215,6,248,61,120,40,124,187,122,130,41,188,211,3,2,190,62,9,24,190,71,61,205,60, + 233,66,219,61,151,210,68,188,123,18,192,61,104,64,25,189,215,120,196,61,216,117,179,61, + 139,239,3,189,49,133,180,60,24,39,217,61,179,22,3,190,209,173,38,189,232,123,239,189, + 201,30,0,190,129,15,199,188,71,169,168,189,161,219,146,61,209,64,41,189,241,219,169,189, + 64,84,232,189,85,160,176,188,5,246,177,60,2,148,247,60,207,224,114,189,245,22,250,188, + 132,158,36,187,92,55,157,61,74,31,123,61,227,180,31,188,246,205,100,189,120,57,29,61, + 253,27,169,188,28,90,18,62,178,214,181,61,67,18,135,61,55,101,67,61,25,64,14,60, + 179,235,131,189,69,208,227,188,88,233,139,189,166,133,238,60,164,218,59,187,159,166,19,61, + 242,3,81,60,8,20,131,189,231,121,147,58,51,168,11,188,142,102,137,60,121,76,147,188, + 74,211,207,189,253,168,128,189,228,136,153,61,64,88,138,188,14,108,15,187,180,245,187,189, + 69,15,197,60,243,87,47,61,32,78,13,190,215,53,10,62,43,173,219,61,145,135,214,189, + 71,194,148,61,6,178,115,61,57,51,123,188,88,130,194,188,82,1,43,189,152,210,40,188, + 146,142,183,61,1,242,211,61,7,104,227,188,49,134,209,60,48,93,158,60,37,247,43,61, + 61,179,51,61,2,3,241,188,88,115,173,188,219,96,127,189,41,51,121,61,255,184,195,61, + 35,36,40,61,247,34,60,61,104,186,94,189,173,162,77,189,207,146,73,189,234,36,21,189, + 178,94,165,60,134,128,234,187,236,237,211,59,26,216,192,189,60,42,32,61,216,168,183,61, + 152,146,203,188,75,52,168,188,251,96,95,61,121,133,133,61,54,195,104,58,13,164,219,187, + 102,140,18,62,168,134,205,189,176,247,147,59,21,115,44,189,239,48,232,189,115,190,122,189, + 40,242,144,61,184,224,87,61,64,164,143,189,137,137,139,189,224,20,246,189,220,198,82,186, + 85,52,72,61,82,9,196,189,106,168,178,61,233,135,143,188,205,236,38,61,95,123,229,189, + 61,190,126,189,234,5,65,61,203,93,87,61,19,13,166,61,250,214,172,60,228,224,72,61, + 199,232,68,60,128,234,8,189,249,180,250,60,53,45,146,188,127,126,219,187,236,79,108,189, + 246,214,215,61,18,153,45,61,225,44,191,60,145,90,224,60,234,215,44,61,21,81,10,61, + 245,239,215,189,32,17,74,60,132,81,6,190,114,92,153,61,187,254,19,61,159,81,234,61, + 1,255,252,188,245,122,185,59,85,237,134,189,74,91,10,61,13,247,86,61,45,16,152,60, + 228,164,0,190,250,216,172,189,132,5,213,61,99,167,84,60,214,66,133,61,17,24,144,189, + 255,232,160,188,116,213,105,61,22,180,71,61,238,221,41,189,228,144,216,188,232,85,142,61, + 62,77,70,189,238,241,162,60,62,61,198,187,245,49,167,58,81,62,222,188,101,123,237,189, + 75,82,0,61,6,218,184,189,56,68,182,60,14,191,170,188,129,48,71,59,58,124,148,61, + 138,100,1,61,103,217,49,189,215,95,101,189,28,135,203,189,101,209,246,58,222,58,231,189, + 147,89,150,61,91,111,222,61,131,135,46,188,87,236,99,60,103,250,140,61,170,241,235,188, + 6,190,21,61,126,196,113,60,146,195,223,189,239,233,51,188,225,189,98,189,178,52,165,189, + 77,121,226,189,141,204,36,62,127,72,173,187,120,57,245,187,103,174,10,190,62,168,182,189, + 118,177,129,185,82,250,200,189,246,129,162,189,202,174,148,59,5,203,131,189,22,194,104,61, + 251,151,172,61,204,212,177,60,182,252,158,61,190,100,65,61,252,233,39,189,107,167,62,188, + 112,105,46,61,6,63,195,60,246,174,140,189,42,69,195,189,10,90,101,59,63,53,58,189, + 98,232,157,61,68,43,157,61,70,140,132,189,39,15,215,60,55,112,35,188,132,103,36,61, + 51,44,28,61,36,219,225,189,35,194,108,61,221,77,197,61,1,245,63,189,127,90,64,61, + 74,81,92,189,154,19,135,61,114,116,81,188,18,206,135,61,82,43,130,61,59,191,217,61, + 101,39,99,188,27,139,191,61,115,85,0,189,254,111,190,189,187,62,224,187,92,171,176,189, + 242,67,230,60,164,228,156,61,98,136,241,189,246,68,199,188,162,158,150,189,163,22,217,59, + 24,15,10,61,43,145,48,61,165,44,192,189,73,152,69,189,105,147,30,61,11,248,55,188, + 78,128,135,189,81,9,101,60,12,174,181,189,53,91,51,190,218,71,212,61,40,207,114,189, + 228,224,105,189,222,249,0,61,11,236,213,188,117,26,140,188,129,25,126,61,247,230,179,189, + 61,151,221,61,255,18,184,61,191,20,66,61,170,26,162,61,236,168,156,60,109,45,48,187, + 91,91,131,60,129,21,14,190,32,50,127,189,245,11,92,187,33,193,217,61,17,120,173,189, + 43,185,55,189,117,240,28,61,150,9,136,61,221,140,218,61,58,222,106,59,60,197,191,189, + 29,16,105,61,183,149,220,189,77,242,128,189,132,94,179,189,33,30,215,188,249,91,52,189, + 210,102,163,60,106,142,152,60,254,19,20,61,180,48,146,189,111,28,132,189,102,62,191,188, + 208,65,123,61,175,70,8,61,133,114,77,189,21,81,34,60,84,116,17,59,206,71,153,61, + 220,116,7,61,109,82,251,189,109,6,190,61,193,167,233,188,227,158,205,188,17,50,208,189, + 86,22,4,60,30,244,58,61,117,77,215,189,43,241,239,60,120,252,88,60,20,57,153,189, + 168,74,235,189,190,167,233,188,254,24,8,189,51,21,21,189,18,234,13,61,117,234,151,61, + 68,135,171,189,252,250,6,62,92,151,220,60,6,33,195,60,244,157,94,61,194,55,2,188, + 80,17,81,61,152,235,2,62,185,175,64,189,146,1,250,61,239,136,74,61,158,42,221,61, + 199,251,155,61,190,53,109,61,17,44,22,189,205,29,43,189,106,49,172,60,72,118,191,61, + 224,144,92,60,151,101,212,60,166,191,187,189,189,90,165,61,116,122,175,60,113,195,13,61, + 226,44,7,189,113,48,215,60,148,127,230,60,132,35,131,61,55,148,136,61,161,143,62,61, + 13,245,81,61,64,75,140,61,218,85,42,190,19,230,195,61,215,76,125,61,24,52,24,190, + 196,250,213,60,204,168,187,189,174,54,97,188,123,203,11,62,166,145,243,188,95,99,29,61, + 137,115,73,189,113,138,188,61,206,199,145,60,116,121,11,62,211,45,98,188,203,235,73,60, + 70,92,198,60,200,140,156,189,104,27,105,61,215,237,90,61,222,95,169,60,214,34,172,59, + 67,98,38,61,141,47,202,60,38,82,86,188,144,45,53,187,234,125,98,61,151,49,190,188, + 254,112,213,60,105,67,217,188,21,98,90,61,34,113,116,188,159,162,172,61,36,14,159,189, + 11,94,18,60,40,172,153,61,28,28,216,58,72,228,15,62,50,241,178,61,198,251,231,188, + 181,162,39,189,171,166,203,189,56,18,190,189,70,157,240,61,195,107,233,60,199,168,78,60, + 94,69,133,189,79,45,49,62,65,97,42,61,245,244,62,62,21,5,176,188,143,205,138,61, + 37,209,8,62,16,36,128,189,63,152,37,188,126,216,20,60,251,73,129,189,241,14,187,187, + 90,34,15,187,231,160,160,59,246,102,49,189,171,11,16,61,191,233,9,190,150,118,211,189, + 109,55,86,189,181,210,231,189,129,237,157,189,38,93,48,61,234,132,103,189,55,130,15,62, + 158,240,196,189,170,196,178,60,171,201,17,61,5,34,17,61,65,217,252,61,121,14,92,61, + 8,221,162,59,185,202,83,189,212,104,144,61,187,221,185,60,52,121,45,62,157,194,128,189, + 138,7,175,189,228,89,67,61,180,116,195,60,107,187,251,60,70,85,177,188,32,99,5,62, + 98,60,152,61,223,50,78,60,42,107,28,189,182,215,199,188,56,144,74,61,212,70,101,61, + 156,78,254,189,147,186,155,61,13,194,57,62,154,89,49,190,169,80,46,61,52,115,195,61, + 217,15,102,61,107,44,211,61,17,102,63,189,72,9,122,189,77,49,229,61,248,41,88,189, + 54,244,15,61,242,117,150,189,129,170,7,189,219,171,163,61,219,49,177,61,35,45,126,188, + 42,136,64,61,226,216,236,189,63,204,199,189,30,72,159,189,8,57,38,61,49,19,222,189, + 235,35,133,60,252,247,144,61,29,89,102,61,14,29,8,62,80,162,140,61,193,18,147,189, + 192,220,59,189,187,142,208,60,228,129,173,61,122,178,243,189,178,16,35,61,229,244,10,59, + 219,98,138,61,161,219,25,58,151,203,100,61,70,61,158,61,203,68,13,189,51,103,196,61, + 172,118,175,61,251,104,106,60,75,161,204,188,177,126,250,60,190,28,100,189,196,180,64,189, + 193,119,57,60,250,86,153,189,181,143,12,61,81,245,8,190,178,199,62,61,105,237,104,60, + 137,12,29,61,227,159,63,60,84,120,55,189,184,106,5,62,147,135,244,61,176,24,188,189, + 21,167,108,188,177,218,22,190,180,72,167,188,194,203,85,61,94,105,2,189,165,223,128,61, + 242,236,13,189,93,249,8,62,130,117,110,189,96,152,103,189,96,238,197,61,213,246,214,189, + 105,45,191,187,71,179,246,61,27,236,183,187,74,179,168,189,237,13,92,61,107,151,137,189, + 32,250,112,61,234,89,143,61,233,56,55,189,122,59,43,61,111,76,231,188,130,175,164,189, + 188,14,189,59,132,252,124,59,120,6,30,189,82,69,54,61,121,130,116,61,144,197,169,61, + 227,243,55,61,226,156,15,185,59,134,79,189,177,143,173,60,207,101,156,61,229,200,138,189, + 192,159,233,61,255,174,158,61,11,155,53,190,235,236,133,61,64,151,82,189,114,230,211,189, + 203,166,237,61,59,158,158,189,107,154,121,61,176,107,9,62,22,176,195,189,177,203,190,60, + 159,210,248,189,65,169,17,189,104,31,145,61,35,176,167,189,126,114,156,60,56,98,194,61, + 249,13,142,61,56,19,63,189,193,10,220,189,238,68,38,188,99,94,39,188,65,114,130,61, + 220,220,34,189,16,145,240,59,51,251,2,61,128,180,22,61,11,52,190,187,15,128,170,61, + 244,140,248,189,182,181,31,60,84,109,198,61,230,163,40,190,12,122,6,61,96,54,142,189, + 198,141,162,60,107,231,69,187,43,41,14,190,166,251,102,189,158,19,182,189,247,170,3,189, + 141,138,61,189,64,202,132,60,222,164,51,189,72,48,230,189,251,159,131,189,216,36,134,189, + 156,208,0,62,157,20,246,188,66,80,6,189,46,138,131,61,79,191,172,188,160,233,93,189, + 26,144,103,61,41,2,125,188,144,84,154,58,54,79,140,60,142,175,175,59,33,6,162,61, + 239,65,133,189,177,107,180,60,16,222,235,61,111,134,171,189,119,215,171,60,32,243,205,188, + 198,147,244,60,45,148,18,189,97,247,204,188,122,17,187,189,132,232,115,61,111,62,164,60, + 202,48,170,61,225,62,246,61,32,71,128,188,63,137,211,189,121,237,179,189,212,138,76,189, + 112,17,151,61,119,73,23,189,169,127,160,189,21,240,134,61,89,20,11,190,66,64,186,61, + 33,164,237,189,71,94,174,189,173,74,72,189,38,149,164,59,134,226,211,61,76,22,133,188, + 130,67,227,60,60,118,14,61,126,90,164,189,248,7,230,60,35,196,153,189,121,72,162,189, + 10,102,70,61,7,41,66,61,104,107,153,189,101,214,206,61,57,237,186,60,65,49,43,189, + 202,98,12,62,206,118,203,189,238,51,162,60,149,3,30,62,214,254,246,59,223,220,127,60, + 226,137,166,189,66,30,129,61,167,3,206,188,100,194,4,189,108,127,86,61,15,212,169,61, + 28,146,176,61,193,240,192,60,164,219,0,189,153,221,51,189,91,224,10,61,29,227,11,60, + 191,109,60,189,2,42,175,59,24,252,162,61,133,39,40,189,206,173,178,188,26,147,68,188, + 12,224,219,189,16,43,182,189,204,232,170,61,88,158,221,189,49,235,121,60,20,84,79,61, + 45,106,48,61,72,162,209,188,157,150,221,188,45,46,143,188,102,255,235,189,231,3,132,60, + 131,206,250,60,207,64,201,61,107,224,189,189,139,166,39,188,43,214,33,61,167,218,131,188, + 69,23,151,189,98,189,39,189,59,193,176,61,131,204,25,190,126,76,219,59,117,107,1,189, + 208,191,10,189,101,146,210,189,111,4,169,189,112,158,95,61,54,4,1,189,105,161,143,188, + 139,29,21,61,181,36,195,61,100,13,4,61,131,167,168,189,13,43,235,61,49,205,188,189, + 217,51,192,189,225,33,42,60,40,23,208,188,133,166,208,61,7,197,204,61,73,36,32,60, + 97,53,116,61,138,48,128,61,148,19,5,189,2,84,156,189,29,95,197,61,63,238,9,62, + 55,112,154,61,202,32,179,188,7,7,72,60,101,90,133,61,174,99,209,189,163,20,17,189, + 107,89,110,61,255,100,234,61,97,192,142,189,153,197,234,61,191,201,156,189,57,3,234,60, + 69,123,105,189,18,23,87,61,243,173,222,61,230,143,17,189,12,97,182,189,51,156,193,61, + 73,21,191,61,128,231,94,55,62,154,165,188,115,54,158,187,31,79,41,61,90,73,133,61, + 203,14,207,189,50,192,50,188,40,207,119,188,174,69,139,189,7,86,194,60,119,180,29,189, + 74,84,182,189,54,220,90,61,106,242,49,61,109,175,130,189,41,152,29,61,9,88,183,188, + 249,128,136,61,94,225,156,189,149,130,157,61,93,158,103,189,120,240,225,61,11,217,138,189, + 169,131,150,189,99,247,38,189,19,44,3,190,237,33,31,61,199,16,235,188,240,1,147,186, + 84,175,219,59,126,107,188,189,190,80,67,61,71,154,37,189,44,58,180,61,183,30,178,59, + 20,66,14,62,238,205,193,61,2,162,243,61,224,63,144,189,162,5,2,61,148,41,177,60, + 237,204,18,62,32,203,157,60,111,227,133,189,219,15,173,188,222,36,139,61,84,246,193,189, + 219,247,0,60,113,137,142,189,176,65,82,61,21,155,195,189,170,179,83,61,225,157,35,190, + 200,154,81,61,12,203,128,188,185,173,244,189,77,122,167,60,142,17,234,61,134,223,135,189, + 103,66,34,189,51,208,124,189,7,109,160,60,90,233,153,188,233,165,101,188,87,88,71,61, + 177,202,244,60,106,220,62,62,209,239,4,60,124,108,138,189,32,23,127,61,25,190,243,60, + 149,55,119,61,93,124,189,61,99,125,154,61,99,200,157,189,220,58,199,189,51,210,234,61, + 236,181,113,61,150,101,11,188,143,41,82,188,27,253,171,189,40,64,177,189,166,59,163,189, + 53,105,215,188,26,229,244,188,241,12,21,190,111,6,71,62,197,170,136,61,252,0,120,186, + 168,225,179,61,66,91,133,61,99,178,58,61,216,97,187,189,5,145,127,60,51,9,153,61, + 139,67,41,187,183,200,246,61,42,79,162,189,110,36,38,58,197,144,207,188,183,0,82,189, + 122,148,32,62,27,199,71,189,59,180,234,61,242,190,210,61,171,233,36,189,128,64,13,61, + 158,19,119,189,154,6,69,60,209,54,133,189,173,86,0,60,122,155,92,61,94,44,19,189, + 176,126,16,189,237,201,161,186,149,109,131,61,230,119,131,189,166,185,255,189,154,237,129,187, + 188,31,215,189,154,169,9,190,85,86,123,61,71,94,131,189,54,236,134,189,37,86,2,190, + 81,120,131,189,155,41,127,59,69,190,229,188,44,34,32,190,151,169,72,189,79,164,19,59, + 49,55,113,189,214,210,97,61,173,239,217,189,98,213,21,189,69,80,180,189,140,59,248,189, + 2,130,45,189,107,50,200,61,116,248,241,60,165,37,121,189,0,223,62,189,6,253,209,189, + 81,228,110,61,150,81,104,61,148,110,187,189,252,138,11,190,202,56,66,61,229,137,123,61, + 157,140,122,189,143,139,181,189,12,216,4,190,220,142,163,61,99,118,164,60,87,55,56,189, + 229,54,75,189,95,145,156,189,240,2,165,61,32,135,147,61,143,233,142,188,39,183,56,60, + 134,68,86,188,80,99,216,61,30,222,238,60,11,115,21,61,224,233,250,60,26,34,8,190, + 128,116,4,62,118,244,250,188,88,154,47,61,26,14,177,189,201,177,28,189,23,188,165,60, + 127,3,137,61,105,31,198,61,28,49,146,189,179,227,254,60,216,105,227,61,131,40,130,61, + 123,203,25,188,4,200,72,61,221,184,183,189,50,149,164,61,140,139,97,187,104,241,207,61, + 222,255,60,189,182,104,54,59,23,68,159,61,70,154,154,189,11,236,190,60,151,77,210,189, + 60,144,96,189,56,11,192,188,242,194,65,187,111,119,36,189,231,84,219,61,66,142,70,61, + 135,66,172,188,198,106,195,188,67,53,221,188,240,78,127,188,39,94,133,61,180,120,2,190, + 254,43,134,189,68,122,110,61,151,159,133,61,141,45,45,61,107,79,140,61,210,243,40,61, + 129,251,59,60,251,152,99,61,249,197,153,189,174,176,215,188,215,84,115,189,31,47,28,188, + 149,63,155,188,164,140,251,188,179,83,203,189,7,13,56,189,171,48,166,187,227,69,7,189, + 106,148,116,189,226,219,42,60,107,56,155,187,101,96,173,189,191,71,204,189,58,161,69,61, + 183,27,139,189,37,180,10,190,68,181,2,189,145,173,53,187,225,244,132,189,220,195,56,188, + 15,40,203,60,114,34,169,61,77,57,222,59,78,106,122,189,39,21,59,189,247,225,128,189, + 67,225,82,61,80,79,54,61,109,60,143,61,220,174,101,61,253,240,168,61,65,54,3,62, + 191,17,26,61,107,224,244,60,23,104,95,60,23,128,232,188,234,253,187,61,79,44,215,189, + 227,1,151,187,112,108,50,189,94,98,212,60,185,208,9,190,59,157,156,189,242,200,230,61, + 111,106,11,60,95,13,178,61,130,227,69,189,184,88,212,189,180,118,131,189,168,137,102,61, + 220,92,56,188,47,61,114,61,180,81,83,189,9,243,11,189,59,191,217,189,10,35,145,189, + 242,84,33,61,16,127,16,61,215,114,229,188,198,158,191,61,94,91,77,189,85,79,48,189, + 19,169,204,61,141,118,11,190,243,61,7,62,119,100,138,60,155,161,151,61,8,99,102,185, + 14,159,191,61,112,8,201,189,12,109,179,61,131,153,232,187,42,67,252,186,246,164,92,189, + 82,9,92,189,14,222,107,60,120,3,144,61,8,129,131,61,107,183,129,60,83,135,171,61, + 203,101,92,61,233,60,1,61,147,117,223,61,53,84,196,60,213,8,170,188,221,57,11,62, + 140,11,192,189,37,100,149,187,112,218,69,189,89,125,35,189,76,72,111,189,95,70,11,62, + 138,51,175,60,72,254,55,60,148,122,253,188,67,161,245,61,117,205,167,188,50,241,133,61, + 76,107,131,189,206,175,212,186,199,121,248,61,146,84,158,58,189,202,162,61,160,240,126,61, + 228,32,209,187,229,4,30,62,197,117,158,61,222,222,94,189,144,50,140,61,163,93,249,60, + 199,216,109,61,222,186,146,61,125,168,36,61,141,78,61,189,23,147,195,189,6,40,242,189, + 224,72,156,189,222,44,123,61,93,117,189,61,229,110,102,187,179,94,217,61,86,129,103,60, + 197,63,157,61,114,183,81,189,24,131,248,61,53,248,54,189,175,224,203,188,245,156,219,189, + 58,99,3,61,149,180,136,61,17,242,241,189,77,40,155,189,235,242,193,61,107,77,150,189, + 201,136,86,188,121,40,176,188,31,247,185,61,2,21,227,188,213,38,175,61,158,124,16,62, + 126,92,185,59,157,211,88,61,117,46,211,189,75,50,213,60,20,77,198,60,163,220,67,188, + 200,181,121,61,82,9,132,60,90,117,141,189,216,69,60,189,113,49,74,188,160,144,64,189, + 24,119,95,189,83,161,82,189,108,206,20,189,70,139,130,59,36,221,57,187,213,12,185,61, + 165,113,23,189,160,57,50,61,48,126,34,190,137,152,104,189,222,154,199,61,251,146,183,60, + 168,112,31,60,49,137,32,61,91,58,110,189,148,74,236,188,252,23,163,61,207,19,142,189, + 5,248,163,61,144,45,78,60,30,118,29,190,144,204,39,188,16,191,50,189,17,57,131,189, + 188,177,183,188,5,197,134,189,183,121,170,189,7,174,174,60,78,40,128,189,60,51,102,189, + 252,210,34,189,235,30,216,59,242,110,225,188,107,134,235,59,16,158,163,188,2,197,192,189, + 7,115,9,61,136,17,235,188,171,190,192,189,142,54,43,61,123,14,148,61,194,213,186,60, + 36,116,117,60,41,254,103,189,2,229,177,59,139,182,29,61,79,130,43,61,74,36,254,188, + 19,168,124,189,29,176,0,190,88,2,239,61,208,96,7,61,177,89,221,61,230,112,113,188, + 115,77,152,189,171,162,187,187,1,27,167,61,9,232,37,60,170,217,187,61,190,182,211,189, + 108,134,116,189,87,112,206,60,197,152,153,189,250,91,168,61,88,246,207,189,153,6,150,61, + 34,180,128,61,175,151,149,61,160,10,178,61,199,35,153,61,140,209,133,189,180,118,203,61, + 47,129,163,61,171,166,216,188,48,107,20,189,193,184,83,61,92,250,129,187,71,220,153,188, + 94,6,1,190,147,159,183,188,114,168,35,189,84,179,123,59,76,187,228,58,187,28,211,61, + 238,218,200,61,176,65,219,189,5,97,11,61,176,193,179,61,67,169,217,189,215,138,220,61, + 127,145,85,189,176,32,42,189,215,0,174,60,175,219,41,189,101,95,178,60,170,246,175,60, + 242,85,46,188,229,189,172,188,89,72,30,60,29,154,23,61,255,201,172,60,133,210,169,60, + 56,86,195,60,22,251,158,61,19,168,141,188,120,248,184,61,26,130,11,62,35,177,187,61, + 26,52,114,189,67,121,18,189,130,211,138,188,41,189,132,189,71,1,33,189,179,240,219,189, + 94,51,22,61,110,197,146,189,45,11,1,187,105,139,97,61,167,161,66,188,134,76,200,189, + 169,255,179,189,242,122,67,189,70,181,227,61,116,67,151,188,77,93,6,61,149,46,208,189, + 116,25,41,189,8,160,165,60,84,53,18,189,6,141,1,62,87,176,158,189,24,240,204,61, + 134,250,69,61,77,220,180,189,223,124,206,188,83,130,188,61,206,29,254,189,81,226,203,188, + 66,53,224,186,193,15,168,188,159,170,39,61,206,230,200,189,128,216,245,188,87,124,90,188, + 10,209,44,61,100,220,193,60,227,220,124,61,58,93,197,61,122,11,132,189,11,85,64,61, + 138,167,164,61,78,235,15,190,183,188,67,62,131,175,17,189,79,134,242,61,250,36,11,62, + 27,161,145,61,28,151,128,189,123,96,91,61,193,118,206,60,149,250,116,59,80,170,52,60, + 205,196,137,189,236,111,6,61,212,32,203,61,108,39,213,188,137,88,1,61,11,83,121,189, + 152,78,208,189,31,126,157,189,185,188,155,60,175,169,160,60,116,33,149,186,199,105,36,60, + 22,120,94,189,82,233,51,190,148,54,18,62,45,139,55,188,129,49,204,61,228,78,31,189, + 177,111,143,59,120,96,29,62,223,118,142,189,92,94,200,189,99,67,181,189,30,145,45,189, + 20,107,208,61,70,164,24,189,138,106,253,189,238,240,195,60,191,26,180,189,236,105,133,61, + 100,244,167,189,107,22,115,189,178,181,137,61,208,6,162,188,204,127,101,188,36,174,243,61, + 85,150,21,62,159,12,203,189,129,48,194,189,10,244,28,189,181,76,16,61,41,89,113,189, + 144,149,67,61,127,102,3,190,46,109,26,61,134,177,25,61,28,30,112,189,180,163,140,60, + 254,14,159,61,211,199,216,61,150,14,172,61,101,116,10,61,51,254,180,189,23,253,20,190, + 131,220,253,187,129,23,8,60,72,33,27,189,89,227,208,188,97,56,126,61,108,114,30,62, + 16,124,6,190,227,77,5,189,192,25,196,60,42,228,237,189,159,215,251,59,54,39,134,61, + 191,35,242,188,123,55,201,61,109,176,153,60,55,64,158,189,183,83,109,61,192,153,174,61, + 20,238,95,189,149,246,252,189,59,162,164,189,120,208,254,59,189,25,216,189,184,157,95,61, + 100,53,60,190,89,48,56,62,213,247,189,189,144,155,158,60,33,82,248,187,105,173,216,60, + 119,144,128,189,0,114,155,189,206,158,164,187,50,154,207,61,179,71,44,62,103,48,100,189, + 126,211,142,189,55,238,210,61,231,253,79,61,31,17,0,189,112,137,146,59,182,149,150,189, + 0,50,220,188,88,70,172,59,2,231,143,59,134,227,236,61,94,112,20,61,150,104,133,60, + 76,230,148,61,181,70,182,188,151,153,118,189,52,34,32,188,255,60,126,189,237,32,204,188, + 110,131,4,61,96,10,120,189,147,45,170,61,206,143,153,189,154,97,210,189,217,43,73,60, + 245,211,78,61,123,58,94,61,3,55,108,187,195,181,233,189,80,227,249,60,243,100,61,61, + 70,73,134,189,213,216,80,189,9,31,161,189,21,75,134,189,209,248,136,59,246,142,212,187, + 131,22,144,61,126,146,128,60,126,216,177,189,20,240,241,188,248,117,5,189,1,46,171,189, + 108,154,179,189,95,181,120,189,237,155,182,187,79,104,24,189,170,182,185,61,145,116,204,189, + 115,33,27,61,21,105,254,60,119,48,226,60,139,206,138,189,185,39,189,61,194,172,96,187, + 89,148,206,188,158,210,180,189,26,174,10,62,25,180,218,61,196,44,125,189,143,169,78,61, + 158,64,192,188,73,106,17,61,134,15,152,60,37,190,79,189,212,47,193,188,126,205,3,61, + 245,215,6,190,205,130,182,60,252,93,103,189,45,28,165,189,190,157,107,189,231,194,219,60, + 146,60,103,189,64,248,235,60,213,79,244,61,100,183,229,61,126,118,195,189,221,207,168,61, + 110,219,220,60,42,151,166,189,50,240,152,61,58,89,107,61,194,11,181,188,128,13,123,189, + 62,198,12,190,70,229,14,62,135,189,213,61,216,0,140,189,101,65,184,188,151,10,243,60, + 102,65,149,61,34,147,141,60,111,215,205,60,52,168,86,189,68,33,220,189,34,117,77,61, + 79,223,217,60,89,113,47,189,153,20,5,189,80,226,24,59,94,179,89,61,254,17,189,189, + 126,213,73,61,158,231,196,60,250,11,134,189,196,203,9,188,87,50,106,61,116,179,134,61, + 251,53,70,61,179,203,162,59,54,181,247,189,213,7,188,60,162,149,50,189,104,238,169,189, + 184,71,77,189,210,43,195,189,65,159,255,188,40,44,130,57,107,41,42,188,52,148,212,59, + 189,32,209,60,53,14,138,61,64,139,118,189,80,90,136,189,107,138,1,61,193,249,223,189, + 151,12,72,189,176,188,228,61,17,215,87,189,21,221,8,189,11,21,234,61,134,199,212,188, + 75,77,146,188,70,163,202,188,204,113,71,187,217,131,240,60,61,122,143,188,219,214,38,189, + 165,100,28,61,69,48,34,61,167,29,43,190,255,188,78,61,68,88,106,189,216,243,38,59, + 102,17,142,61,46,201,78,61,206,247,6,60,122,76,140,189,244,26,60,61,129,38,201,189, + 196,82,138,61,36,8,177,61,161,108,202,60,171,141,146,189,159,250,190,189,115,173,172,59, + 2,144,83,189,96,215,178,189,191,51,151,188,73,238,2,189,141,86,174,59,94,158,25,60, + 94,117,226,61,242,42,21,189,30,178,93,61,232,165,135,61,119,206,28,61,22,169,107,188, + 183,49,35,189,195,119,1,190,107,89,62,61,225,253,130,189,72,147,194,189,175,11,44,189, + 251,56,169,189,223,98,74,61,188,77,97,60,189,127,143,61,147,31,7,61,180,132,36,190, + 154,246,112,61,31,175,15,59,72,21,159,189,220,204,144,188,152,168,198,189,159,107,154,61, + 232,117,159,61,240,83,165,189,100,85,74,61,165,123,118,61,174,186,147,61,232,180,61,61, + 193,70,138,61,147,148,225,189,185,11,133,189,197,111,205,59,84,124,33,61,45,221,45,61, + 39,203,7,189,185,229,169,61,165,238,105,189,199,152,80,189,154,121,7,62,67,136,30,62, + 80,29,8,62,157,145,112,189,166,97,18,61,201,218,138,61,232,160,172,61,133,96,105,188, + 122,251,48,189,86,105,159,189,174,243,119,60,224,243,2,189,34,49,29,61,181,25,246,58, + 219,55,42,60,233,195,51,188,195,229,34,61,77,88,125,60,189,118,5,61,38,145,21,62, + 149,47,211,189,122,246,52,189,240,31,140,189,99,255,1,61,190,16,150,189,255,247,143,61, + 222,50,130,58,238,124,253,60,161,198,66,61,92,166,12,60,180,86,137,60,32,10,103,61, + 122,207,221,61,113,199,3,190,150,175,34,61,41,208,212,189,31,21,116,189,225,39,24,189, + 87,137,113,186,105,6,128,189,21,75,17,189,240,133,189,188,40,147,192,61,8,3,75,60, + 206,6,0,189,138,196,43,61,174,225,164,188,146,196,128,61,237,185,89,189,163,74,101,188, + 2,124,83,60,97,34,155,189,203,177,154,59,161,21,136,189,50,196,0,190,107,240,247,61, + 170,40,172,189,41,148,98,189,105,42,135,188,140,102,53,190,65,102,130,189,124,32,110,61, + 63,169,75,61,223,178,37,61,144,37,56,61,22,32,173,61,106,228,78,59,227,251,167,61, + 51,89,172,189,1,244,6,59,238,180,226,61,132,134,5,190,53,69,172,60,251,169,0,62, + 95,25,217,187,64,13,166,61,95,119,86,189,155,70,221,60,19,95,249,189,156,210,142,61, + 188,80,132,189,243,124,191,189,102,181,44,61,43,96,192,60,25,77,78,62,69,192,49,62, + 65,215,214,61,135,105,23,61,161,94,240,60,209,224,190,189,12,64,202,61,10,244,140,189, + 43,25,76,60,170,227,36,61,80,115,180,61,43,126,37,189,125,122,174,61,169,141,154,61, + 69,52,60,188,89,21,152,188,91,183,138,188,237,77,8,189,6,236,29,61,33,56,191,189, + 1,40,121,188,24,200,7,190,87,219,225,61,150,168,44,60,182,233,42,189,128,252,165,187, + 164,37,49,189,22,152,148,189,253,28,154,59,169,77,10,190,118,134,132,189,51,4,151,189, + 31,175,42,189,240,254,181,183,53,130,37,61,27,182,200,188,170,64,141,189,190,48,20,189, + 203,5,219,188,65,133,43,61,82,97,69,62,84,148,55,188,42,79,250,189,142,116,159,61, + 228,144,90,60,48,40,42,190,30,83,8,187,184,118,181,60,79,148,131,61,234,81,27,61, + 188,74,121,61,196,41,158,188,213,211,75,189,52,129,187,60,211,226,44,61,21,6,66,189, + 106,16,9,62,36,7,134,61,18,9,5,189,48,100,129,188,134,174,48,190,36,104,162,61, + 139,232,6,189,199,183,245,189,171,14,140,189,168,26,12,189,130,142,178,61,157,40,56,62, + 141,176,51,189,98,108,162,189,88,34,229,189,140,86,107,189,153,216,10,189,243,63,159,61, + 240,65,132,61,16,133,83,61,192,75,209,61,31,209,218,61,155,36,213,189,105,107,183,61, + 221,136,41,59,124,171,146,189,43,79,199,61,170,94,97,188,148,194,65,61,202,127,144,61, + 159,248,211,189,237,208,48,62,215,248,254,189,161,21,134,189,40,235,178,61,159,228,238,187, + 204,95,253,189,151,123,29,62,30,17,227,60,194,182,185,189,0,255,184,189,232,115,187,189, + 132,222,55,186,87,50,184,189,244,144,146,188,78,57,180,189,20,241,50,60,189,5,180,61, + 217,12,158,189,45,199,119,61,249,4,165,189,117,133,162,189,163,115,21,188,165,139,97,189, + 113,234,20,61,217,214,63,189,52,221,179,61,226,220,98,61,95,18,12,190,169,195,16,189, + 182,102,1,61,71,241,24,62,246,45,209,188,50,51,141,61,248,119,2,62,59,133,1,190, + 220,254,155,189,119,38,58,60,164,57,4,62,196,92,244,61,109,253,2,60,12,163,53,61, + 14,1,133,188,87,255,218,188,34,32,16,189,183,200,158,57,201,239,167,61,123,145,186,60, + 103,8,190,187,69,70,139,189,93,239,97,189,203,127,3,189,14,194,84,189,49,140,188,61, + 137,148,178,188,74,234,131,188,41,139,149,189,207,87,219,189,29,247,5,190,153,210,149,61, + 230,26,141,189,152,150,144,59,32,99,10,189,106,99,196,61,147,155,215,60,189,115,6,189, + 18,125,103,189,207,153,116,60,147,141,124,188,226,235,170,189,241,43,230,61,254,186,31,189, + 197,64,115,189,109,63,253,189,226,139,174,188,213,111,11,61,160,132,81,61,29,210,234,189, + 24,80,16,62,191,168,53,189,108,101,151,61,69,116,35,62,11,186,63,189,144,177,186,188, + 101,214,0,189,247,162,229,60,174,44,59,189,44,129,209,187,123,112,123,61,34,113,200,60, + 96,68,219,61,14,32,26,61,231,200,21,189,233,50,178,61,96,28,78,189,178,54,38,189, + 30,156,148,60,131,0,241,189,98,185,74,188,140,47,185,187,147,193,20,61,167,175,250,188, + 208,192,253,189,230,132,4,190,2,21,154,61,236,226,182,189,246,213,15,62,194,68,15,186, + 106,236,153,61,1,67,192,61,233,26,189,189,228,19,54,61,233,156,191,189,175,222,83,189, + 92,247,97,189,201,46,97,188,107,83,104,189,64,173,240,61,163,58,193,61,11,233,72,188, + 163,78,46,189,206,45,134,188,204,40,95,188,111,214,122,189,46,234,159,61,212,179,119,61, + 98,138,180,61,200,221,38,61,19,47,205,61,227,255,114,188,235,12,158,188,164,24,86,189, + 220,127,139,61,107,76,41,189,109,12,221,188,195,58,255,60,199,253,147,61,59,130,180,61, + 136,242,12,59,0,88,245,60,181,133,220,188,172,41,97,188,157,8,32,189,159,173,134,61, + 85,67,143,60,237,112,140,189,63,62,9,62,142,120,163,189,44,105,158,61,122,67,198,189, + 233,35,59,189,132,197,214,189,54,176,217,60,178,113,160,189,135,108,177,61,70,147,157,61, + 56,171,246,61,161,196,196,189,61,15,134,61,223,127,162,188,214,41,42,60,193,29,60,60, + 194,143,166,60,27,157,29,190,104,247,131,189,108,16,225,61,15,173,2,61,217,144,241,188, + 31,147,6,62,252,63,119,189,35,136,135,60,27,62,5,189,209,207,58,59,70,60,35,62, + 240,186,27,189,65,209,62,60,50,164,202,189,10,167,60,189,252,17,171,189,110,177,195,189, + 247,160,136,60,142,148,200,61,83,106,20,62,253,110,4,189,83,93,57,61,233,141,169,61, + 86,96,130,188,245,118,170,189,77,71,6,188,142,168,114,186,182,129,49,189,152,125,158,61, + 41,33,190,188,13,110,17,62,18,106,114,188,58,153,159,60,51,227,36,189,68,209,148,189, + 189,55,126,61,120,101,163,61,208,85,21,188,170,183,220,61,224,235,140,187,6,37,149,189, + 36,165,67,189,247,76,16,189,164,19,253,189,8,36,134,61,123,86,220,189,243,154,239,188, + 156,192,31,61,61,26,82,61,49,13,160,61,109,94,170,189,107,233,90,60,105,193,70,189, + 209,213,3,189,14,18,148,187,33,103,186,189,153,240,177,188,43,214,160,60,200,164,195,189, + 205,68,24,190,169,191,75,61,220,189,169,58,174,233,131,189,114,89,4,61,217,57,100,60, + 86,201,124,189,106,94,222,188,167,19,8,190,139,109,221,60,190,146,217,189,109,87,236,189, + 220,115,85,61,9,212,250,61,123,130,13,189,25,173,160,61,74,123,12,189,162,129,128,189, + 174,185,89,189,170,53,151,188,54,22,168,61,148,168,208,56,82,138,179,189,196,78,226,61, + 207,24,18,61,161,106,38,188,181,238,101,189,85,137,173,61,120,242,216,61,105,132,191,189, + 4,58,157,189,178,190,97,61,116,23,169,188,132,173,44,189,12,238,208,61,118,21,178,189, + 41,178,157,61,168,75,197,61,91,73,153,189,186,89,69,189,88,85,170,61,38,176,5,187, + 34,202,10,189,123,48,0,61,196,73,105,61,102,133,15,62,61,133,114,61,237,124,123,61, + 198,28,90,61,192,21,172,189,41,193,167,61,2,207,97,188,202,242,104,188,39,84,168,189, + 136,118,69,188,181,84,155,189,119,101,137,60,122,232,18,60,53,7,41,189,94,192,45,61, + 75,21,98,61,252,109,12,190,84,151,241,188,251,201,212,188,211,9,202,189,87,132,212,60, + 160,128,146,60,32,183,37,61,104,134,234,61,233,133,133,189,70,64,181,61,47,31,200,189, + 241,6,105,189,15,203,192,189,77,170,218,60,126,85,15,61,122,195,66,188,102,168,247,61, + 156,50,124,61,218,143,22,187,171,206,235,60,42,135,23,61,57,140,96,189,2,211,136,189, + 224,84,87,62,113,80,174,189,238,45,21,62,165,142,24,62,108,133,74,60,177,18,169,61, + 90,135,211,189,109,29,164,188,151,241,202,187,84,48,36,188,235,124,26,62,14,200,230,187, + 66,249,63,190,49,125,161,188,31,53,198,189,56,116,22,190,213,106,85,189,49,243,65,62, + 113,140,219,61,23,210,170,188,165,28,205,189,160,207,113,189,98,249,219,189,52,9,232,188, + 185,84,145,61,162,229,210,61,33,173,246,189,224,77,106,189,122,121,143,189,114,236,251,189, + 162,211,8,62,99,252,79,61,7,28,187,61,39,234,149,61,192,59,36,61,229,131,157,61, + 152,200,223,61,118,7,221,60,59,219,172,189,61,99,127,60,153,43,236,61,173,224,240,188, + 217,199,88,61,122,213,166,59,70,91,20,189,144,95,0,190,62,191,47,61,49,210,154,61, + 231,9,202,60,220,131,228,188,169,156,175,189,148,123,102,189,216,159,199,58,237,183,245,188, + 76,6,250,61,214,42,165,189,198,34,5,62,200,11,28,62,180,154,123,61,81,2,154,61, + 109,255,146,188,95,223,138,188,72,67,131,189,89,225,252,60,57,173,95,61,121,125,161,189, + 215,225,246,61,11,131,59,61,127,202,189,61,134,28,2,62,172,15,54,190,130,59,35,62, + 84,71,4,190,234,229,154,189,250,173,2,190,144,246,179,61,213,144,106,189,104,226,157,189, + 161,222,21,61,184,252,167,61,243,17,109,61,132,34,179,60,135,241,174,57,219,248,31,189, + 61,12,129,59,180,153,22,60,192,145,45,61,40,33,8,189,208,48,119,189,1,61,252,60, + 98,198,133,189,248,45,95,189,26,191,130,61,168,57,141,189,237,144,85,61,134,212,115,61, + 65,161,153,189,169,141,55,189,249,125,70,189,94,32,157,189,128,122,35,61,176,155,6,190, + 9,90,60,189,10,110,85,60,205,203,176,189,70,35,194,61,142,198,190,188,79,136,116,187, + 40,227,44,189,0,175,55,189,53,48,89,61,71,95,216,61,170,0,131,61,112,243,139,60, + 8,168,74,61,132,123,227,188,59,211,113,61,130,44,229,61,10,35,220,61,40,106,82,60, + 99,150,227,60,12,187,221,60,42,80,161,61,167,199,204,189,76,251,134,189,124,122,15,60, + 72,201,10,60,104,209,224,188,43,249,49,189,229,85,108,189,188,49,194,61,226,27,91,189, + 188,211,11,61,218,1,16,62,104,189,52,190,191,122,201,58,52,6,117,189,163,86,197,59, + 243,86,121,189,204,41,23,189,158,105,162,60,186,98,182,189,212,51,188,189,98,78,175,189, + 10,165,33,189,33,190,1,62,207,180,42,190,252,57,149,189,87,77,155,189,116,144,108,189, + 215,132,35,189,157,87,172,60,82,10,6,189,129,236,54,61,172,130,105,61,201,119,216,189, + 120,67,1,62,138,27,139,189,112,208,43,189,94,182,9,61,4,235,97,189,108,62,15,188, + 17,114,213,60,127,224,120,189,11,132,185,189,151,125,38,189,199,80,168,189,167,152,180,189, + 186,66,1,62,126,180,102,61,230,146,252,187,5,221,8,189,12,225,91,189,95,132,205,189, + 102,187,49,189,14,170,246,189,83,73,200,189,144,76,2,62,107,95,5,190,209,41,49,61, + 140,87,220,188,16,3,41,60,9,229,171,61,75,31,14,61,240,90,30,188,11,41,129,61, + 63,55,170,61,90,96,27,61,142,161,36,60,171,162,167,188,66,13,202,189,53,162,162,61, + 5,232,16,62,240,248,149,61,93,222,28,189,255,117,48,61,119,201,53,61,75,254,156,189, + 130,140,172,189,135,29,46,61,58,120,86,189,226,180,202,188,40,26,47,59,68,244,124,61, + 132,129,197,188,222,130,22,190,180,62,63,189,191,219,7,190,44,76,130,61,173,196,204,61, + 134,16,135,60,94,83,101,189,2,64,45,189,213,217,45,189,204,252,230,188,246,11,128,189, + 166,166,136,188,237,111,58,188,43,184,234,189,123,135,135,189,82,248,0,61,58,35,64,189, + 212,202,253,59,87,140,64,189,160,247,131,188,126,220,221,60,154,67,201,189,65,174,209,188, + 183,99,126,189,142,211,224,189,39,218,210,61,42,137,42,61,48,83,148,189,202,35,221,189, + 183,102,138,61,142,20,179,189,29,92,89,188,7,232,154,61,30,185,15,189,1,90,176,189, + 169,104,99,61,250,63,137,189,81,232,236,60,96,121,221,61,231,74,212,189,64,37,142,61, + 105,109,32,189,209,27,138,189,85,249,237,61,80,175,197,60,26,28,197,61,109,230,48,62, + 115,220,210,189,160,122,206,188,250,39,60,60,134,147,22,190,16,177,58,61,158,150,133,189, + 116,245,5,187,212,140,69,61,21,63,251,61,217,127,221,188,57,31,19,60,45,158,146,61, + 191,191,27,61,225,188,28,190,216,127,13,61,172,152,9,61,192,95,255,189,123,82,129,189, + 250,178,160,189,59,170,198,61,61,79,140,61,133,64,32,189,53,5,60,61,246,89,4,189, + 254,254,8,62,61,151,183,61,27,74,169,60,30,158,230,188,255,77,112,61,126,209,174,61, + 187,251,230,189,213,61,32,189,238,180,219,58,11,188,8,189,227,127,94,189,181,239,24,189, + 218,111,77,60,199,181,200,61,41,147,119,189,245,57,27,59,83,20,73,60,97,160,134,59, + 31,99,28,61,222,15,20,190,208,184,194,59,176,36,168,61,117,219,222,189,41,165,139,189, + 76,3,155,189,184,46,178,61,132,101,119,60,131,34,219,60,83,29,206,60,213,126,92,188, + 232,188,178,61,71,130,224,60,222,53,50,189,163,241,23,62,19,47,164,188,215,61,162,61, + 198,140,186,189,233,144,124,189,96,208,157,60,92,45,13,188,92,214,110,61,140,11,69,189, + 216,63,145,189,129,202,159,189,127,150,105,189,76,205,58,189,2,77,50,188,173,56,87,61, + 143,95,46,189,231,61,243,61,117,180,106,187,88,151,0,62,58,179,46,189,225,238,211,61, + 218,112,252,189,79,105,172,61,47,228,83,187,56,130,36,60,171,173,68,188,206,87,17,60, + 155,4,230,61,109,33,8,189,231,136,144,189,13,114,68,190,78,247,76,189,191,195,181,189, + 63,156,208,188,225,25,30,189,57,226,141,188,30,188,161,61,118,116,22,189,13,124,197,189, + 232,176,104,61,66,226,41,59,192,102,0,61,116,156,83,62,218,73,145,61,85,45,234,189, + 151,101,130,61,204,112,5,190,86,222,240,60,126,75,65,187,213,171,220,60,90,143,193,60, + 243,88,161,61,206,69,18,62,238,66,123,189,204,88,197,56,119,243,126,61,85,115,231,189, + 203,229,182,60,14,247,43,190,36,200,163,61,243,144,135,188,218,157,202,61,181,38,220,60, + 245,228,142,189,127,108,114,189,20,75,205,61,98,126,0,190,222,126,35,190,126,69,145,60, + 240,220,40,59,66,231,17,61,195,83,25,61,14,13,15,190,12,21,104,61,36,108,170,60, + 129,39,181,60,190,207,181,189,124,18,164,189,254,86,22,190,57,195,172,189,223,195,49,60, + 202,46,53,190,32,215,48,61,125,52,130,61,194,54,35,61,28,228,234,189,64,139,254,61, + 75,177,137,188,86,151,192,57,212,96,193,59,66,168,214,188,116,21,245,61,1,224,143,188, + 27,230,26,190,206,14,234,60,100,209,147,189,93,244,22,188,31,49,72,59,141,194,4,190, + 110,228,194,61,20,237,61,61,90,180,244,61,180,255,185,60,43,26,197,61,159,231,162,61, + 206,38,72,61,85,47,149,188,19,127,56,61,81,0,116,60,244,221,180,188,193,118,153,189, + 152,78,135,188,0,34,5,188,11,115,118,61,192,126,254,60,49,136,197,189,17,160,141,60, + 134,167,83,61,45,217,46,61,165,147,173,186,118,81,109,186,78,99,39,189,198,171,71,61, + 26,52,217,183,129,169,154,61,208,215,32,190,7,109,172,61,141,8,247,61,224,139,177,189, + 20,226,122,189,249,50,134,189,86,160,171,189,165,69,1,59,233,253,234,60,180,146,44,188, + 248,152,103,189,8,18,133,60,138,40,159,61,168,78,66,60,156,187,138,189,90,59,109,60, + 115,232,142,61,147,21,2,61,109,4,235,60,37,186,139,189,16,41,24,61,152,48,15,189, + 232,237,28,187,121,175,9,190,56,228,95,190,222,212,77,61,52,103,192,61,93,97,102,189, + 156,103,253,189,32,42,16,61,18,136,14,61,188,208,38,189,175,94,182,60,15,125,152,188, + 157,71,182,61,139,59,187,60,29,250,195,61,12,249,154,187,42,72,188,61,77,220,46,189, + 67,4,43,62,44,136,132,61,126,230,137,61,125,193,129,189,208,250,155,61,122,184,146,189, + 83,139,254,61,49,98,31,190,157,246,243,188,131,25,89,189,254,248,217,57,241,70,206,189, + 89,69,194,188,104,119,148,59,155,48,129,189,210,102,103,61,152,239,68,60,198,236,175,189, + 90,80,0,61,116,85,76,61,131,20,185,61,25,133,51,189,29,172,14,62,210,167,19,61, + 94,202,242,189,61,114,196,60,140,39,127,189,52,122,64,189,197,25,161,189,75,2,64,190, + 35,69,28,61,101,147,83,61,228,36,30,61,134,101,9,60,216,163,18,61,10,41,177,61, + 20,149,238,186,78,141,57,60,147,79,174,61,85,134,156,61,165,229,203,188,218,205,49,189, + 157,100,76,61,236,180,172,189,89,101,140,60,201,39,195,188,21,146,48,189,255,106,147,61, + 3,42,153,188,238,81,186,188,209,242,20,61,255,91,36,189,95,77,145,189,16,121,72,61, + 182,232,172,61,190,139,212,61,236,15,66,60,128,172,170,61,56,218,63,189,212,222,51,189, + 208,215,211,60,127,72,125,60,154,172,27,189,181,195,5,62,38,223,14,189,185,40,56,188, + 151,12,15,190,146,215,76,61,0,215,38,59,41,132,38,61,196,130,254,61,27,206,21,189, + 127,249,81,61,57,16,178,189,56,242,6,61,106,208,132,61,203,193,69,189,7,53,197,61, + 221,136,170,61,91,187,32,190,95,96,12,61,244,128,147,61,168,231,187,61,157,192,127,60, + 230,23,30,190,195,34,99,189,60,144,57,187,82,204,63,62,78,96,187,189,181,246,68,61, + 22,253,149,61,23,92,114,189,253,228,238,189,105,222,110,62,78,6,26,62,139,244,103,61, + 164,173,204,59,157,250,128,187,105,173,54,190,218,235,251,59,133,153,132,189,166,112,167,61, + 151,134,230,189,121,181,78,62,37,229,134,188,225,110,234,61,154,178,97,60,247,210,70,61, + 224,222,235,56,76,159,25,61,166,40,47,189,115,218,169,61,191,32,165,61,250,131,39,189, + 128,182,66,189,191,208,139,60,71,94,201,189,41,108,58,189,178,198,85,190,89,4,194,60, + 77,189,78,60,15,42,150,189,95,252,106,61,228,56,47,61,55,152,201,61,194,210,26,62, + 224,103,193,188,164,202,136,189,194,50,83,189,156,252,15,189,194,26,158,61,119,206,133,188, + 8,42,242,189,74,202,56,188,62,89,205,187,174,191,37,189,143,159,64,61,215,7,31,190, + 190,39,39,189,136,130,223,189,123,154,164,61,21,123,200,60,26,44,117,58,238,11,225,189, + 109,129,48,62,209,49,44,189,201,200,134,61,139,41,120,189,69,23,191,60,173,228,232,61, + 200,119,57,189,24,169,230,189,48,173,211,61,57,103,203,188,181,23,4,188,189,101,201,60, + 152,162,88,189,183,2,138,189,119,68,2,60,65,67,10,189,1,211,47,62,0,20,25,62, + 110,34,244,189,140,65,161,189,193,104,136,188,90,213,240,189,36,47,182,61,34,205,161,187, + 75,129,235,61,186,40,46,60,31,221,168,189,180,141,202,189,32,242,9,189,89,233,20,60, + 241,14,74,61,102,163,234,61,134,210,53,62,136,121,36,61,27,22,142,189,18,183,212,61, + 60,158,142,187,106,249,208,60,149,129,49,61,164,185,52,188,233,219,17,190,180,73,29,188, + 145,171,3,189,39,0,171,189,176,204,10,62,97,51,11,58,154,6,57,60,39,220,87,60, + 150,148,187,189,244,73,91,189,58,155,76,189,71,29,15,189,70,63,140,61,37,1,85,61, + 170,195,7,189,227,194,172,61,128,227,46,61,33,32,199,187,172,12,127,59,107,147,34,61, + 149,143,186,60,14,42,31,62,192,15,136,189,51,224,16,61,168,180,149,61,209,50,29,189, + 216,167,127,188,185,122,147,61,234,202,88,61,133,111,218,189,8,67,75,61,216,225,183,189, + 74,253,58,189,165,252,248,187,114,26,76,60,21,149,244,189,10,105,137,61,24,79,104,189, + 77,230,153,189,232,107,183,188,223,90,128,61,69,122,215,61,126,217,254,59,170,82,173,188, + 167,63,144,189,208,18,158,189,226,227,214,61,184,137,146,61,22,43,208,189,74,133,218,189, + 194,220,8,62,114,130,88,188,253,215,34,61,255,89,147,189,213,246,161,189,218,23,32,189, + 37,227,171,61,48,152,191,189,34,123,159,61,247,1,90,61,49,116,175,188,142,66,163,189, + 43,216,201,60,62,159,152,189,22,64,152,60,148,67,80,61,200,207,192,61,60,58,203,187, + 135,216,171,61,80,57,145,189,155,67,42,188,167,218,243,189,97,198,171,61,13,135,150,61, + 185,42,1,190,135,81,173,189,235,169,56,61,31,181,220,188,246,102,16,189,130,115,136,61, + 150,116,138,61,159,71,14,62,78,56,242,188,92,21,223,187,201,231,245,58,126,170,203,60, + 218,132,254,188,107,182,63,189,150,79,71,61,245,156,151,189,119,57,37,188,123,29,180,60, + 103,10,31,190,23,150,21,62,149,97,1,189,75,218,103,61,23,201,36,189,113,97,3,189, + 228,254,19,189,109,208,13,190,208,63,2,62,20,21,70,60,187,184,35,61,51,183,54,62, + 170,236,192,61,64,67,242,61,130,107,223,189,210,7,172,60,188,43,12,61,7,53,202,189, + 136,153,241,61,139,63,235,189,254,66,153,60,55,189,144,61,247,213,136,188,132,148,47,61, + 157,170,78,60,73,241,199,61,119,53,232,189,29,38,22,62,231,17,229,61,53,24,168,189, + 52,1,39,189,192,49,62,189,68,129,219,189,36,219,17,190,188,82,5,61,104,15,69,62, + 34,36,110,59,38,199,192,188,7,41,125,189,196,224,17,61,155,94,139,189,53,233,114,61, + 156,47,121,61,185,100,91,61,54,30,219,189,155,193,170,188,19,158,209,189,240,86,181,61, + 158,55,229,189,56,23,246,61,186,11,117,58,114,213,231,60,122,228,84,61,52,63,53,189, + 239,188,146,60,138,77,181,188,17,48,242,57,254,27,1,62,215,180,173,60,109,59,141,60, + 96,253,96,61,73,240,138,189,94,179,212,189,189,185,121,60,93,255,138,61,191,198,136,61, + 93,79,27,189,201,32,98,61,125,169,238,188,234,60,26,62,204,63,9,62,143,69,153,61, + 179,26,191,60,247,32,97,60,214,138,73,62,86,244,52,60,11,113,179,189,101,78,244,61, + 129,90,159,189,208,30,3,60,15,121,174,188,180,185,81,60,59,253,147,188,161,43,231,61, + 207,143,141,61,150,43,13,62,34,158,108,61,1,71,200,60,140,194,26,190,172,211,208,61, + 164,67,159,60,69,247,190,188,51,131,10,61,169,39,149,189,148,55,75,61,78,216,102,188, + 157,82,18,188,119,9,119,189,232,173,120,60,196,205,131,189,198,220,139,61,101,72,46,189, + 56,30,130,61,183,99,143,61,80,200,68,60,80,4,143,61,62,218,196,188,98,153,117,188, + 144,188,155,60,166,177,22,190,247,166,195,189,150,184,167,61,38,14,80,61,227,180,136,189, + 55,20,215,189,249,197,145,189,40,86,205,188,5,69,215,189,215,61,136,188,221,197,26,189, + 30,202,66,61,6,142,14,190,54,18,182,59,37,140,179,61,219,134,223,60,99,191,4,190, + 188,207,186,188,20,47,145,61,33,172,12,190,177,167,35,60,58,103,183,188,7,157,70,189, + 89,189,196,60,140,209,35,190,75,195,27,61,132,210,10,189,171,254,209,189,101,178,214,61, + 169,26,178,189,32,227,141,189,247,46,138,61,149,42,21,188,23,168,45,188,56,201,164,61, + 98,170,241,189,123,123,175,188,151,228,95,60,139,27,148,61,128,213,101,189,70,64,176,61, + 35,238,168,189,148,255,231,61,117,74,40,189,41,17,34,190,93,2,56,61,12,227,157,189, + 212,149,21,190,176,95,181,189,82,233,36,60,11,57,212,188,145,140,232,61,127,209,113,61, + 222,187,234,189,99,172,145,189,21,111,225,60,224,248,207,60,20,51,110,188,134,143,187,61, + 62,4,45,189,35,43,162,188,64,196,15,189,189,221,250,188,251,189,10,190,118,29,69,61, + 171,75,195,60,99,141,15,190,216,14,77,61,158,217,27,61,188,158,39,61,191,190,130,61, + 234,50,28,61,62,67,204,59,88,97,111,59,48,221,167,61,28,1,149,189,64,167,69,61, + 243,60,207,61,216,104,148,188,148,219,77,61,44,211,169,189,83,187,132,188,242,62,15,189, + 74,40,241,61,4,114,92,61,244,250,8,60,93,85,145,61,217,188,94,188,5,234,91,189, + 135,214,24,186,46,133,26,61,47,199,217,188,17,93,3,61,243,108,224,61,224,30,134,61, + 77,148,23,189,223,79,131,189,130,169,160,189,175,111,165,61,183,217,179,189,1,215,130,60, + 138,62,29,190,129,166,53,60,7,223,12,61,181,208,12,62,187,171,253,189,124,227,248,60, + 47,121,252,61,84,218,169,189,206,105,197,60,210,41,146,61,150,238,33,189,112,84,171,189, + 93,50,102,189,186,31,26,62,193,48,73,189,97,47,232,188,121,6,83,189,9,87,131,189, + 27,2,79,61,44,105,66,60,184,28,82,189,132,247,14,62,14,55,240,188,101,196,196,60, + 112,20,36,61,117,45,8,190,77,10,134,61,37,91,17,189,106,30,133,189,172,12,147,61, + 11,240,224,189,40,168,92,189,86,199,149,61,120,137,184,189,44,173,171,61,73,198,194,189, + 42,27,126,187,86,200,238,58,85,62,22,62,183,151,177,189,146,208,149,189,216,19,227,187, + 93,17,73,189,131,150,160,61,94,83,215,61,242,24,101,188,51,86,139,61,166,0,87,61, + 59,206,137,61,191,209,28,189,194,235,112,62,183,93,106,189,226,18,246,189,132,182,108,61, + 226,1,201,189,3,83,239,60,36,250,72,189,187,244,41,190,21,79,195,61,103,85,242,189, + 226,247,145,189,75,243,233,189,79,68,245,189,173,248,231,188,168,128,181,60,126,221,67,188, + 243,170,180,188,70,245,188,189,64,210,188,61,67,99,179,188,86,133,17,61,34,32,212,189, + 232,97,252,60,182,165,81,62,108,136,195,59,136,217,175,60,219,114,130,189,135,155,241,60, + 33,8,150,59,180,227,41,61,30,232,124,189,128,74,12,189,170,182,64,188,98,239,136,61, + 79,87,214,60,40,169,110,189,58,190,180,61,8,46,207,189,109,130,65,189,36,47,211,61, + 181,2,92,61,105,102,119,61,194,58,43,189,195,97,68,189,144,241,250,61,127,157,240,60, + 181,209,7,62,34,77,217,188,6,79,176,188,139,5,69,189,185,123,226,60,1,168,153,189, + 210,47,131,189,62,78,230,188,206,16,166,189,158,173,215,61,131,219,165,187,51,65,224,60, + 195,75,85,61,228,87,144,189,127,233,112,61,129,72,76,189,65,186,84,61,232,139,16,189, + 102,187,7,189,100,212,166,61,88,79,106,59,16,157,139,189,2,177,192,61,192,20,200,59, + 140,93,38,59,167,227,176,61,103,47,240,189,13,39,226,189,182,85,54,60,201,240,204,61, + 122,205,151,61,174,116,181,61,76,98,138,61,66,207,160,189,123,55,131,188,53,204,103,59, + 168,55,156,61,225,34,136,189,241,217,205,189,111,61,81,188,220,149,46,60,5,74,250,60, + 245,173,204,61,56,82,121,189,73,227,181,189,9,214,56,189,221,10,128,61,191,104,88,61, + 34,34,138,188,252,160,215,60,93,96,234,187,68,44,70,61,244,99,170,61,163,26,1,190, + 205,199,15,61,248,167,167,61,8,31,194,188,72,109,183,189,246,133,154,60,61,112,239,61, + 187,132,153,61,220,122,83,61,56,181,174,189,250,80,170,189,52,121,222,189,144,235,125,188, + 226,44,103,61,35,25,47,61,108,231,170,61,154,80,154,61,229,86,23,61,14,58,42,60, + 130,180,121,61,121,251,222,189,168,219,170,189,84,99,216,189,121,193,78,61,196,244,182,60, + 208,45,132,189,117,109,20,61,91,95,21,60,105,220,229,188,181,241,117,189,42,150,140,189, + 249,71,68,188,31,107,117,59,229,29,109,61,166,126,46,59,255,244,62,190,108,248,202,60, + 171,183,11,189,96,69,210,184,225,207,56,61,238,30,213,189,145,122,135,188,151,117,130,189, + 26,136,231,188,222,102,3,190,30,0,128,61,205,103,149,189,97,65,113,189,59,153,145,189, + 87,185,13,190,142,230,247,60,142,228,182,189,245,222,203,59,9,70,195,189,28,252,140,188, + 215,46,105,188,130,89,5,190,36,167,107,60,70,131,215,189,15,74,82,62,21,196,78,61, + 40,33,174,189,30,71,239,186,34,8,180,189,73,131,1,190,123,56,160,61,33,77,107,60, + 37,52,22,189,130,91,131,187,23,255,149,61,6,85,10,62,180,144,235,58,88,171,30,62, + 245,78,129,61,243,68,165,188,132,86,240,61,202,156,139,189,70,222,119,59,168,54,162,61, + 115,82,104,61,85,33,141,188,227,105,137,188,84,140,47,186,208,156,216,60,179,78,8,190, + 68,132,137,61,249,211,24,190,66,80,185,58,164,21,30,189,188,216,199,189,70,195,2,61, + 69,250,145,61,15,192,129,189,207,88,132,190,161,111,1,61,15,175,153,61,1,31,185,60, + 150,139,21,61,22,183,133,189,18,31,220,61,58,101,201,60,236,203,88,188,100,64,216,61, + 190,120,49,61,125,210,136,61,161,75,164,61,76,121,77,189,237,79,137,189,74,38,200,186, + 162,128,230,61,196,77,248,188,185,171,152,61,254,182,147,61,252,78,67,189,140,182,2,189, + 133,5,171,61,10,250,212,189,174,109,128,187,173,186,156,61,199,43,137,189,200,77,118,188, + 154,84,152,189,220,193,254,60,62,204,139,189,181,19,115,61,61,171,94,188,251,184,23,188, + 135,134,23,190,60,84,234,187,135,187,173,61,74,174,24,61,85,244,34,61,96,155,202,186, + 210,128,32,189,3,221,74,61,32,238,231,61,134,87,209,189,170,194,239,186,12,177,179,189, + 242,247,207,60,208,9,195,189,71,158,146,189,8,118,184,189,85,91,248,60,110,86,160,60, + 229,60,30,61,244,148,200,61,87,56,185,187,94,168,225,189,162,136,194,189,96,13,29,189, + 101,115,59,188,145,102,33,61,107,13,156,60,137,236,61,189,93,137,251,61,102,103,183,189, + 40,117,142,61,123,54,62,61,222,250,200,61,169,167,249,58,78,147,162,60,136,69,161,189, + 116,160,160,188,192,157,127,61,241,186,184,61,83,194,225,61,156,172,24,189,192,124,62,61, + 200,115,186,61,130,27,253,189,224,221,64,189,217,22,152,61,252,72,43,190,105,210,118,189, + 45,86,159,61,250,117,160,189,6,191,148,60,94,141,173,189,118,83,231,188,193,54,22,189, + 75,85,30,62,128,88,228,189,104,55,140,189,150,205,45,189,111,237,145,189,187,128,106,61, + 23,1,162,188,219,192,40,190,139,56,3,60,156,195,0,61,76,219,46,189,5,82,76,61, + 140,138,134,189,9,146,250,189,171,96,116,189,111,236,119,189,8,80,85,60,60,132,142,61, + 137,24,220,189,141,228,162,61,143,179,104,189,56,211,195,189,240,158,156,61,124,162,57,189, + 87,200,125,60,196,132,30,62,194,29,147,188,108,129,190,60,181,20,230,61,147,80,232,61, + 9,205,111,61,82,136,2,190,72,9,101,189,5,72,203,187,228,57,245,61,23,26,182,188, + 253,0,223,188,128,242,100,62,46,217,103,188,73,169,194,189,80,100,69,189,5,176,59,189, + 237,114,192,61,153,118,249,189,57,194,128,188,103,30,122,61,224,13,247,189,146,56,15,61, + 241,56,14,61,223,244,87,60,55,104,2,189,56,181,46,61,184,226,169,61,50,78,161,61, + 33,156,155,61,212,156,41,61,163,206,141,189,197,234,151,60,217,78,222,60,166,71,187,189, + 128,123,80,61,121,165,181,60,107,73,195,189,172,169,137,61,151,82,21,61,159,204,28,61, + 134,61,27,189,169,213,225,189,162,210,42,189,250,220,235,188,42,28,177,189,108,14,43,62, + 44,118,171,61,66,159,137,188,165,251,109,189,220,19,176,189,167,210,31,61,126,8,77,61, + 124,102,148,188,20,147,91,61,152,36,215,189,61,10,189,188,243,176,118,61,218,149,93,185, + 64,58,76,61,108,70,69,60,131,105,162,61,13,180,157,61,16,36,156,189,148,222,182,189, + 228,183,247,189,197,124,32,190,75,210,207,189,236,28,128,61,81,114,166,61,109,39,141,189, + 26,162,154,61,196,175,15,189,140,9,224,61,9,204,147,60,168,64,111,188,192,192,180,188, + 199,19,120,61,60,159,53,61,99,112,139,60,36,79,5,62,75,13,141,61,221,234,122,61, + 89,67,182,61,93,116,19,189,76,105,170,189,29,130,185,188,148,172,109,189,51,160,123,61, + 41,132,125,61,252,162,252,59,76,27,236,61,199,243,180,189,192,61,128,189,83,199,53,189, + 31,106,203,61,55,120,25,60,107,58,107,60,185,128,214,61,181,206,83,59,87,3,89,61, + 242,125,86,61,208,69,107,60,191,139,134,60,19,227,82,189,43,250,24,189,110,193,133,189, + 9,37,173,60,112,117,148,189,111,68,59,61,181,26,40,189,245,185,158,189,249,183,61,61, + 93,160,218,61,151,250,185,61,115,238,109,59,156,150,131,189,137,81,17,61,114,154,61,61, + 156,204,198,189,17,211,22,189,197,209,221,189,107,123,16,62,20,221,194,189,228,77,29,189, + 116,113,97,61,7,195,152,189,52,140,71,61,71,205,175,60,178,202,123,61,135,94,5,62, + 18,144,187,61,124,59,106,59,40,233,137,61,105,107,66,61,109,86,153,188,147,156,204,187, + 82,209,144,61,228,128,182,187,243,246,104,189,248,121,169,188,177,65,172,189,149,116,45,190, + 64,90,60,189,19,95,246,188,146,173,220,61,72,217,223,188,83,74,170,61,235,215,2,60, + 173,195,90,189,175,54,185,189,71,220,100,61,130,173,167,61,152,72,191,60,70,58,153,189, + 194,4,194,189,228,253,165,61,40,5,10,61,195,244,117,61,120,205,52,62,130,83,222,189, + 61,228,215,188,184,253,44,61,110,195,130,189,68,30,194,60,214,214,60,61,35,81,173,61, + 64,167,162,60,202,30,61,61,6,56,151,189,65,47,166,61,254,25,229,188,204,199,219,61, + 118,135,70,61,101,223,217,189,253,34,2,62,173,100,74,188,168,80,200,189,108,65,87,189, + 211,123,181,189,15,21,226,61,56,59,211,189,128,227,7,189,188,223,111,189,152,87,4,190, + 5,77,45,61,91,78,192,189,36,241,195,189,200,108,220,61,48,149,52,189,237,77,63,189, + 148,174,54,189,77,107,250,189,176,78,209,183,34,194,84,189,133,18,182,188,31,71,45,188, + 107,78,128,189,167,172,33,62,19,254,138,61,188,70,170,58,155,76,22,187,16,207,176,61, + 193,47,109,61,60,237,171,189,134,135,160,189,23,10,45,60,23,254,72,61,130,212,251,60, + 193,63,26,61,191,50,146,61,213,240,149,61,172,99,73,188,178,223,140,189,106,128,115,61, + 243,1,152,189,39,227,191,61,242,10,123,61,171,73,137,189,221,222,147,60,67,211,172,60, + 24,134,11,62,128,84,114,61,199,241,103,188,4,239,3,62,180,110,50,59,6,166,81,60, + 98,205,126,60,138,80,25,61,139,232,57,189,61,251,241,61,74,65,139,61,29,37,114,61, + 227,160,216,189,205,158,61,189,236,160,121,61,41,90,28,189,183,224,164,60,183,154,149,61, + 170,153,76,61,130,63,79,61,179,143,221,189,22,50,134,187,114,36,85,189,243,196,5,61, + 191,129,200,187,42,177,171,60,163,222,9,187,59,206,193,61,236,64,164,189,111,179,214,189, + 77,201,177,60,87,207,10,62,63,186,227,188,49,22,201,61,101,31,15,61,241,146,141,61, + 73,202,152,61,101,92,133,189,39,203,241,189,18,80,0,62,157,10,78,61,180,139,232,188, + 65,133,100,61,192,96,194,189,252,47,73,61,107,214,117,61,237,36,44,60,17,146,30,60, + 195,180,75,189,24,77,181,189,95,62,207,188,231,34,236,60,72,251,92,189,195,35,214,60, + 88,87,108,61,149,151,166,189,109,79,124,61,168,122,4,187,219,143,135,61,174,156,174,189, + 192,141,132,188,90,191,179,189,83,50,90,189,208,189,125,189,118,212,58,61,60,125,168,189, + 89,57,207,61,50,197,49,61,120,91,4,62,55,106,120,189,160,151,59,190,136,175,158,61, + 179,114,79,61,124,203,177,188,128,75,234,189,105,24,149,61,10,176,137,61,195,23,180,189, + 152,136,212,189,212,38,235,188,66,151,98,189,9,37,226,189,199,113,46,189,212,165,158,189, + 215,130,98,61,52,72,21,189,73,183,181,189,166,113,150,61,115,98,140,188,155,89,182,60, + 106,215,38,61,134,97,172,61,179,44,126,61,217,122,53,188,128,157,159,188,26,238,210,189, + 8,222,18,62,247,108,92,61,136,187,184,188,109,161,202,189,160,252,92,189,46,132,149,189, + 248,1,116,189,227,207,193,188,229,153,36,190,191,89,200,61,89,249,206,61,180,5,59,189, + 220,145,113,57,51,196,131,189,212,132,147,61,96,181,240,60,11,97,0,62,167,59,110,60, + 152,242,213,188,132,162,154,61,170,113,199,60,243,54,79,61,214,170,133,188,56,91,204,188, + 65,179,210,61,110,162,48,62,50,130,159,189,110,81,3,62,231,58,185,61,243,140,68,189, + 175,30,17,61,90,125,205,58,219,20,168,189,96,138,12,189,31,230,75,61,107,230,97,60, + 60,133,186,189,73,149,141,61,217,124,2,190,243,70,2,62,165,130,204,188,198,163,42,189, + 131,50,126,189,158,121,189,189,73,153,122,61,125,68,113,61,232,16,180,61,121,126,33,189, + 98,44,184,61,185,174,133,60,231,163,20,188,71,69,171,189,193,74,88,189,113,39,64,61, + 250,150,218,61,78,173,163,189,122,63,18,188,238,177,254,188,96,170,45,189,60,11,227,61, + 190,112,156,61,182,193,102,61,83,44,132,189,107,14,203,60,132,15,131,61,48,74,35,188, + 224,132,82,61,230,81,142,60,226,26,222,188,22,222,205,61,176,242,191,189,3,160,169,188, + 222,96,243,60,243,31,220,59,42,235,128,189,121,0,177,188,74,195,225,60,13,75,160,60, + 234,216,7,190,194,26,178,189,214,57,7,189,133,43,23,189,237,9,63,62,226,160,218,189, + 17,34,50,61,227,247,22,62,185,243,84,189,52,140,72,190,230,57,119,60,149,102,254,188, + 42,216,162,61,171,6,211,189,155,15,59,189,98,180,77,61,170,173,252,61,218,61,136,189, + 41,203,173,189,35,143,209,61,126,195,154,189,230,29,255,61,138,252,37,189,24,167,5,61, + 14,161,145,189,91,88,233,189,226,125,129,189,149,24,190,189,0,56,100,60,233,10,23,62, + 28,105,191,61,70,252,214,188,35,11,0,62,229,156,44,188,59,20,232,189,68,60,226,189, + 73,146,156,189,216,226,140,61,44,14,77,61,37,224,144,60,167,170,88,61,172,148,70,188, + 217,175,188,61,103,196,118,60,36,231,26,61,112,181,95,61,22,6,208,61,85,107,234,189, + 156,168,195,61,126,156,203,60,117,4,108,60,181,32,25,61,131,196,58,62,147,125,139,60, + 208,22,225,189,185,238,169,61,152,159,47,190,98,195,166,189,155,58,150,189,9,10,250,59, + 193,36,56,189,162,204,71,62,63,215,156,61,26,9,54,61,64,222,7,189,54,126,121,189, + 222,132,99,189,156,195,17,61,155,161,2,62,91,196,163,187,200,6,216,60,201,35,33,190, + 122,179,159,60,71,25,251,60,68,37,87,60,140,4,26,189,184,172,4,62,237,11,29,187, + 254,240,50,62,216,110,76,188,5,120,222,189,102,108,99,61,164,216,47,62,16,233,23,190, + 194,142,237,189,130,248,53,190,71,47,229,189,235,64,145,61,231,176,156,189,8,18,71,190, + 3,246,193,61,199,211,60,61,89,40,173,61,255,13,38,62,102,218,249,60,155,56,105,61, + 230,134,107,61,79,210,119,189,11,124,88,61,79,138,38,61,144,144,194,189,207,167,134,189, + 181,236,131,189,145,104,246,189,3,85,208,187,19,28,140,188,182,74,195,61,79,161,144,189, + 137,253,210,61,130,109,126,60,49,205,209,61,1,20,129,60,194,104,186,61,70,27,189,189, + 77,109,139,188,119,226,117,59,203,163,52,189,211,50,235,60,111,124,176,60,96,210,207,189, + 163,137,163,60,231,26,174,61,2,246,201,61,74,174,29,189,85,203,198,188,247,36,178,189, + 181,59,29,61,89,161,23,190,196,24,168,189,203,68,145,61,139,186,134,189,199,82,74,188, + 184,26,22,188,213,79,138,188,219,182,186,189,73,143,144,188,242,219,85,189,222,47,193,188, + 243,238,0,61,245,58,23,188,164,225,89,188,72,195,38,188,23,212,57,188,187,98,156,61, + 34,153,33,60,133,255,197,61,29,159,31,61,238,97,16,189,89,212,13,61,243,158,132,189, + 157,155,229,60,149,134,102,189,164,62,229,60,237,234,162,189,22,0,194,188,139,181,141,59, + 239,94,172,61,30,0,33,59,120,172,133,189,222,88,200,188,87,214,6,61,26,238,157,187, + 176,190,177,61,108,151,33,189,116,163,161,61,209,6,22,62,132,193,237,189,97,141,177,189, + 116,15,205,61,157,110,1,61,9,245,57,189,242,106,118,188,219,17,83,188,29,215,168,61, + 136,140,144,189,111,21,148,189,171,25,235,189,234,115,80,190,197,21,151,61,104,21,102,189, + 173,65,40,61,190,13,150,60,89,255,18,189,177,96,171,61,169,95,4,188,44,178,207,58, + 43,49,40,61,240,43,156,189,147,139,19,61,26,105,182,59,77,147,76,61,197,224,146,189, + 76,76,6,190,220,39,36,62,202,6,84,61,100,5,10,61,70,190,87,61,237,90,78,60, + 77,87,141,189,249,246,0,59,236,92,52,189,247,245,153,189,143,74,246,189,39,209,130,189, + 144,217,216,189,23,20,221,58,60,151,205,61,148,176,167,189,31,152,5,188,200,135,141,189, + 254,237,202,187,5,233,161,189,54,222,205,189,17,231,152,189,158,148,52,60,76,43,175,61, + 128,10,166,189,180,243,166,57,148,113,221,189,189,36,185,60,201,124,128,61,70,141,225,188, + 18,96,77,61,176,127,99,188,39,196,245,188,237,127,243,61,123,13,185,188,144,215,225,189, + 183,111,150,189,12,58,135,189,91,235,145,188,81,31,196,61,207,75,46,61,238,131,43,61, + 74,16,69,61,121,58,231,61,243,191,164,61,123,212,212,186,7,53,22,61,185,36,72,188, + 208,249,196,189,83,126,228,186,14,41,199,188,47,91,50,189,254,82,143,60,102,101,101,189, + 105,145,47,61,90,38,155,188,200,42,112,61,31,20,13,62,56,155,193,189,181,41,108,61, + 102,230,30,189,92,137,146,189,58,238,142,61,14,189,203,189,64,10,2,60,57,49,165,189, + 137,155,22,189,26,152,205,61,87,38,14,189,175,2,64,188,251,52,177,61,194,173,132,61, + 211,182,189,188,171,192,119,189,183,180,126,189,233,118,240,60,19,63,27,189,88,32,1,190, + 46,88,149,61,107,135,194,60,167,198,188,61,63,42,181,61,131,134,196,61,3,181,166,188, + 27,50,248,60,232,18,2,189,93,183,16,190,95,69,54,61,158,27,0,189,69,237,95,61, + 188,37,21,61,219,76,208,61,227,12,85,189,113,133,241,61,89,136,165,61,11,127,170,185, + 158,48,7,62,248,97,16,189,213,58,195,60,99,61,45,190,160,219,38,61,154,94,155,61, + 136,189,135,189,97,83,211,61,232,242,212,60,26,253,108,189,205,57,25,190,113,113,186,189, + 243,116,155,189,251,118,6,61,168,59,227,61,42,154,117,189,108,179,163,189,98,5,149,189, + 124,75,253,61,126,221,10,188,110,112,187,61,221,92,8,190,141,101,212,188,198,33,26,60, + 102,66,97,189,160,161,152,189,121,171,30,189,137,167,95,59,158,67,128,189,151,42,221,61, + 179,17,79,189,72,35,176,61,127,170,57,60,12,243,198,61,52,188,10,62,149,95,150,61, + 168,13,142,188,95,171,17,62,46,254,149,61,62,236,27,61,22,215,135,189,238,32,253,188, + 49,89,145,61,49,143,183,188,104,49,29,189,191,160,20,190,235,101,214,61,92,93,2,61, + 127,231,183,60,28,194,12,189,91,77,1,190,140,206,219,188,216,128,195,189,193,78,231,61, + 238,40,0,61,35,198,232,61,96,224,37,190,195,130,126,60,224,228,209,61,110,190,162,189, + 65,170,5,190,103,60,174,60,56,249,82,59,44,137,169,189,204,249,65,187,72,211,26,61, + 89,212,226,187,98,236,99,61,245,59,24,190,108,84,60,61,5,60,195,61,248,43,7,190, + 163,150,33,188,47,20,198,61,208,204,145,60,253,77,6,61,79,3,127,189,151,94,57,59, + 243,35,143,61,181,226,143,60,75,184,222,189,67,179,88,189,11,193,196,60,235,175,162,188, + 238,99,225,189,12,203,138,61,167,200,13,188,40,125,235,59,206,146,145,189,36,5,54,60, + 21,241,178,60,163,236,83,61,141,46,51,189,243,4,73,61,255,110,45,188,102,208,223,60, + 232,150,115,60,139,119,164,60,35,255,21,62,174,27,10,190,104,209,82,189,186,247,89,61, + 32,234,120,60,1,96,159,59,163,225,198,60,4,28,99,189,21,126,14,190,199,29,185,189, + 219,103,3,190,132,25,125,189,32,159,186,189,66,94,137,61,229,8,222,61,158,250,39,61, + 121,222,130,189,156,240,131,61,20,71,33,61,71,110,246,188,165,81,163,60,90,186,14,189, + 29,176,13,189,45,30,9,61,30,170,4,190,30,47,80,61,191,53,6,189,137,82,159,60, + 154,248,133,189,225,27,167,59,188,77,150,189,48,115,44,62,238,64,117,61,40,199,74,60, + 186,107,198,61,238,2,6,189,200,58,193,188,185,19,24,62,121,229,36,189,186,199,188,59, + 174,251,248,186,16,56,196,60,188,132,83,189,139,254,153,61,95,154,59,60,253,178,24,61, + 86,70,125,189,102,147,233,189,208,39,171,189,184,131,37,190,150,62,251,60,131,33,46,188, + 48,57,35,190,239,231,67,62,202,185,140,189,135,138,106,61,154,48,21,189,125,43,36,62, + 46,25,129,190,151,183,201,188,148,112,24,61,126,244,53,189,169,10,204,188,122,64,144,189, + 223,121,213,189,249,55,157,61,234,41,100,61,227,202,82,189,54,97,40,62,139,72,160,189, + 87,225,174,189,30,206,8,61,219,238,250,189,184,237,158,61,137,152,223,188,55,126,152,59, + 225,3,131,60,121,39,138,60,238,139,106,62,228,192,48,62,125,179,155,189,93,188,60,189, + 109,240,252,189,96,239,84,187,16,116,218,189,137,166,136,61,136,112,203,187,131,7,162,189, + 94,26,158,61,244,35,87,189,11,187,29,59,247,131,36,189,92,12,181,189,0,12,114,61, + 93,105,116,61,177,80,38,189,119,190,107,189,46,60,236,189,184,171,2,61,58,78,59,189, + 208,89,149,61,4,8,230,188,57,49,119,188,176,231,91,61,45,64,96,189,221,124,2,190, + 181,47,102,189,99,95,155,61,80,171,155,61,164,143,224,188,205,34,157,61,89,71,153,189, + 80,36,203,189,205,243,184,61,55,201,204,189,99,213,0,190,232,237,248,189,151,120,236,59, + 63,185,23,189,149,134,86,61,111,21,150,189,120,24,176,189,138,103,112,189,47,140,204,61, + 31,213,106,61,237,227,46,189,40,12,182,189,40,148,136,59,14,47,17,61,206,187,214,189, + 88,194,86,188,46,92,100,61,19,86,212,61,65,250,24,189,33,125,155,189,245,119,97,61, + 29,125,156,61,182,9,55,189,100,82,68,61,162,104,136,189,140,38,36,59,96,248,250,60, + 93,120,71,189,52,63,134,189,7,186,222,59,165,214,128,61,36,254,137,61,199,158,253,189, + 130,63,2,190,77,250,38,62,26,170,92,61,102,10,170,185,230,252,145,189,154,162,225,187, + 139,175,11,190,251,125,129,61,166,28,118,189,225,55,3,61,218,10,90,61,200,48,116,61, + 86,143,81,61,100,199,82,61,196,137,213,60,64,187,163,188,150,243,31,189,69,208,164,61, + 169,47,202,60,219,57,187,61,159,34,197,189,19,137,140,61,159,144,135,189,33,57,18,190, + 75,19,96,188,92,130,45,188,102,254,223,61,43,173,10,62,74,29,0,62,38,230,165,60, + 178,233,0,190,51,77,142,189,10,132,244,189,236,59,133,60,24,55,113,61,173,125,60,61, + 92,29,234,61,138,87,122,189,212,208,154,189,254,205,180,188,85,157,151,61,129,36,30,189, + 223,24,242,61,72,66,246,189,197,194,106,61,216,0,47,61,224,2,241,61,172,168,149,189, + 196,117,157,188,21,40,42,188,69,78,12,188,63,156,109,188,185,149,25,190,158,21,221,188, + 143,174,147,61,39,99,186,61,150,4,207,188,178,248,5,61,79,94,210,61,204,20,60,189, + 53,97,135,189,239,114,17,190,33,10,19,189,73,9,61,61,81,241,71,189,110,160,195,60, + 3,72,205,189,187,59,158,61,163,249,213,187,192,69,165,61,209,26,4,188,191,64,143,188, + 156,38,95,189,85,231,47,189,41,251,111,60,204,102,140,189,236,191,116,57,8,129,18,62, + 37,2,104,60,150,73,158,58,158,183,133,189,193,182,143,188,45,68,61,59,202,140,78,60, + 102,244,236,61,161,219,51,62,20,225,166,188,162,60,4,189,213,171,147,60,45,63,164,61, + 140,90,233,187,90,165,255,59,51,159,118,189,68,94,139,189,237,19,128,61,65,243,169,61, + 200,27,149,61,57,14,237,59,128,210,217,189,159,154,2,62,137,151,150,61,64,79,40,59, + 48,58,26,61,122,202,208,59,195,3,134,60,50,134,197,61,59,69,185,61,212,194,128,189, + 134,182,240,61,225,164,158,60,64,173,207,188,126,110,254,187,201,183,149,189,13,89,253,60, + 15,61,31,61,174,236,99,60,176,53,178,61,238,43,116,61,249,245,100,60,177,159,253,189, + 79,94,53,61,170,107,26,61,147,189,145,189,60,25,63,61,188,184,163,61,74,159,42,189, + 190,252,1,189,162,216,138,189,85,24,137,187,204,21,150,187,191,241,61,188,34,90,80,188, + 242,62,144,61,72,230,222,189,70,172,123,189,19,141,87,61,205,89,190,61,13,32,216,60, + 40,213,20,61,3,66,7,189,14,242,125,59,187,221,61,189,88,134,151,189,138,166,155,189, + 153,89,210,61,190,137,20,190,20,114,130,189,250,224,240,60,71,18,14,62,16,197,18,61, + 174,62,46,189,129,161,191,189,48,36,143,61,196,19,174,60,20,144,191,188,13,230,123,60, + 108,168,132,188,251,183,129,189,172,216,247,188,26,231,55,189,233,229,208,61,135,48,27,61, + 170,218,15,61,2,25,135,187,103,138,170,60,109,242,177,61,180,94,151,61,40,60,3,190, + 110,237,199,61,255,65,205,189,38,47,152,61,250,182,245,189,111,235,182,189,143,103,189,189, + 73,141,88,61,101,117,163,189,44,113,10,61,193,236,78,61,19,116,221,188,82,155,248,60, + 83,200,219,188,218,9,3,190,180,119,0,61,6,57,220,61,237,119,17,190,78,3,213,61, + 178,174,246,187,108,219,17,189,19,71,78,61,12,96,228,61,92,138,48,189,105,239,206,60, + 130,52,161,188,135,128,130,189,2,87,1,62,97,114,184,189,57,227,100,61,112,103,151,61, + 248,118,214,60,150,237,147,189,105,60,206,189,118,96,252,61,208,81,149,189,251,223,146,61, + 15,91,159,61,138,200,174,189,41,182,12,62,10,116,235,60,108,92,247,188,188,101,68,61, + 64,81,186,61,47,125,140,61,158,87,97,189,250,48,221,188,193,38,59,61,136,225,11,62, + 34,57,19,190,231,136,114,189,8,95,123,60,124,249,193,189,143,74,92,189,198,202,113,61, + 124,79,55,188,9,222,9,62,185,133,189,189,15,54,142,189,144,38,188,61,169,197,193,59, + 147,237,189,60,166,133,127,189,209,216,179,61,120,171,215,61,12,123,106,186,128,8,18,61, + 144,23,37,189,65,219,15,61,33,231,158,189,87,78,5,61,186,199,169,188,184,194,159,188, + 95,150,66,61,130,182,247,189,88,38,214,61,225,255,55,61,209,177,247,61,250,3,188,189, + 147,157,213,61,103,71,229,61,0,195,65,61,69,104,32,187,180,46,41,61,63,31,223,189, + 85,200,254,61,172,132,216,61,179,129,12,189,40,16,206,61,174,112,142,61,197,114,57,61, + 48,232,135,61,202,10,141,188,117,155,239,60,39,52,13,189,250,59,121,189,130,218,16,60, + 117,27,56,189,122,25,229,189,190,72,141,189,90,20,128,189,230,22,114,61,234,175,57,62, + 80,103,226,60,245,109,221,188,132,138,27,190,89,27,157,188,123,72,231,187,53,169,69,189, + 2,227,139,188,140,61,249,61,132,254,21,61,223,205,73,61,45,34,183,189,93,137,232,189, + 42,87,151,61,247,7,29,61,127,102,240,60,32,217,67,189,8,167,131,189,199,227,183,189, + 65,80,254,60,7,74,138,189,215,202,108,61,246,3,178,60,179,107,3,189,196,247,132,59, + 93,40,119,61,23,103,200,61,60,218,136,61,107,16,108,189,252,196,195,188,151,126,144,188, + 46,251,135,188,210,156,118,189,152,24,212,189,159,143,11,62,206,201,181,61,3,30,128,189, + 21,210,187,61,216,172,146,189,199,195,36,61,93,13,157,60,78,174,97,61,212,42,128,60, + 30,88,244,60,66,210,186,60,47,213,221,188,131,177,19,190,41,40,81,188,36,246,168,61, + 204,146,21,189,185,237,162,61,190,118,115,61,117,96,1,62,218,53,154,189,171,188,91,61, + 206,130,34,189,42,9,18,190,169,239,230,189,40,164,148,61,175,77,34,189,144,124,225,60, + 0,175,147,189,78,29,38,61,60,140,137,189,162,12,44,61,240,98,6,190,221,42,168,189, + 156,113,206,187,136,241,254,187,143,46,209,61,210,155,125,61,102,2,59,189,218,131,177,57, + 120,89,241,187,126,215,246,186,182,158,138,188,174,254,39,61,184,74,197,61,182,131,87,61, + 205,177,149,189,112,32,53,60,171,245,49,188,230,210,111,189,21,137,229,61,112,26,232,189, + 81,202,33,188,248,243,36,62,94,100,74,60,121,189,85,189,87,72,206,61,90,232,212,61, + 219,31,42,61,102,227,52,61,11,52,129,61,139,15,224,189,137,101,137,61,106,178,34,61, + 1,81,174,61,190,242,53,59,39,3,130,189,201,148,144,60,229,163,102,189,61,201,140,61, + 201,43,173,61,196,53,171,61,124,144,133,189,254,134,188,61,23,204,186,189,18,185,253,187, + 157,8,117,61,172,84,169,189,124,201,141,189,1,253,72,59,75,138,182,189,30,147,157,61, + 245,142,240,58,198,188,56,190,191,58,19,62,164,63,24,190,122,227,169,61,161,64,16,188, + 59,137,223,61,184,79,182,59,161,166,22,61,206,116,162,61,82,79,203,189,26,35,9,187, + 45,225,123,189,187,203,150,60,238,31,52,189,43,149,0,62,224,71,15,61,69,216,140,189, + 102,162,86,188,29,104,53,189,215,182,138,60,61,43,49,189,132,2,177,61,16,221,246,60, + 27,78,253,189,88,101,136,61,116,121,205,189,174,79,26,190,143,202,245,187,66,183,160,58, + 253,214,127,189,103,218,3,61,165,58,16,62,80,26,18,189,13,182,20,188,218,153,151,61, + 40,32,164,189,64,40,124,60,168,245,143,189,124,117,82,187,130,73,131,187,52,177,178,61, + 179,97,39,189,107,164,44,62,66,185,194,60,182,238,43,189,253,30,222,59,107,207,112,61, + 189,82,34,189,225,197,183,188,176,14,17,62,232,114,56,189,158,158,34,62,206,79,239,61, + 207,120,141,61,86,244,236,61,209,151,136,189,190,128,123,61,123,86,134,61,42,150,42,60, + 211,203,2,62,233,116,50,61,74,33,150,61,134,251,139,189,137,176,118,60,95,69,87,61, + 129,122,243,189,225,80,115,186,139,117,155,189,125,188,41,188,110,206,0,62,172,238,200,59, + 241,244,0,189,124,83,63,189,192,219,241,61,38,193,0,190,172,45,167,61,158,190,162,60, + 158,160,66,61,206,129,30,188,134,171,123,189,17,215,169,189,107,196,181,189,229,232,203,188, + 161,38,87,189,245,129,197,61,129,92,218,60,56,30,44,189,53,253,7,190,152,99,61,61, + 204,149,166,61,63,127,202,61,79,241,1,62,178,166,221,61,87,221,243,60,114,149,181,61, + 195,241,195,61,36,133,218,189,49,56,215,61,52,178,172,189,213,248,143,61,136,45,81,189, + 140,144,140,61,32,215,137,189,142,233,195,188,136,219,138,189,180,123,245,60,16,82,75,61, + 232,33,128,189,195,218,176,189,238,54,114,188,67,24,109,187,254,203,0,190,61,251,176,188, + 111,39,13,62,189,196,135,59,16,176,20,60,158,220,234,189,236,199,160,61,225,84,232,61, + 248,43,14,190,69,224,177,188,69,167,132,189,190,150,244,189,238,59,43,188,185,53,125,60, + 40,103,66,187,88,165,220,61,75,28,197,61,4,160,54,61,83,23,36,61,123,10,253,61, + 233,10,176,60,119,0,239,189,130,244,49,61,215,132,253,60,184,126,6,61,99,218,148,61, + 20,94,63,190,201,132,124,61,93,22,141,61,44,100,84,189,217,139,65,61,234,87,89,189, + 135,118,201,188,248,195,228,189,170,168,37,60,113,32,101,61,85,154,39,61,116,125,24,189, + 3,177,113,61,43,26,195,59,178,158,152,61,160,19,76,189,19,52,214,60,192,191,169,61, + 39,112,128,61,122,47,192,60,55,110,154,189,73,86,64,61,222,228,149,61,39,255,156,189, + 1,66,96,61,224,216,12,62,224,161,58,190,120,71,142,61,1,253,213,61,44,108,51,188, + 192,175,54,61,197,40,38,190,181,29,208,61,86,64,146,189,122,28,175,189,244,108,45,61, + 89,135,231,60,174,137,67,189,111,136,197,189,1,24,238,189,122,65,194,189,1,189,164,61, + 72,232,2,189,29,70,50,61,133,203,16,61,62,106,204,61,195,118,94,189,106,186,176,189, + 68,118,95,187,227,11,248,60,131,254,238,61,199,4,174,188,65,202,144,60,101,51,140,188, + 9,243,86,61,123,28,21,187,168,204,30,189,1,60,149,61,239,178,53,188,15,91,225,60, + 9,112,152,188,149,124,55,189,61,217,178,60,54,84,180,61,16,166,224,61,217,202,24,188, + 208,185,48,56,26,171,198,189,120,120,212,189,253,28,188,61,12,122,212,60,16,21,14,60, + 187,46,160,61,242,234,170,189,185,247,61,62,169,0,24,60,67,179,188,189,89,241,105,61, + 53,54,106,188,9,61,199,61,36,42,199,189,49,218,115,189,121,214,71,61,19,211,240,189, + 156,250,130,188,2,99,140,61,217,167,176,188,191,120,76,189,92,180,138,189,137,132,114,61, + 105,73,25,189,0,71,54,188,209,80,207,188,46,50,104,61,17,122,160,189,45,84,76,188, + 12,151,234,189,10,115,0,189,63,202,159,189,154,35,175,61,120,25,23,61,205,145,126,61, + 161,247,44,60,227,143,130,61,72,4,142,189,46,218,68,188,107,48,160,61,196,70,164,189, + 217,250,228,189,122,154,226,60,238,9,87,189,74,172,224,61,153,227,136,189,136,174,138,189, + 10,193,236,189,251,83,119,61,243,24,165,189,30,182,156,189,173,155,136,61,71,33,140,189, + 18,200,63,59,60,178,2,189,199,139,172,61,110,143,58,189,78,147,166,189,106,65,5,62, + 99,214,237,60,26,88,141,188,76,206,18,61,254,197,141,187,133,113,231,60,116,51,84,190, + 52,5,247,60,182,121,32,190,84,5,248,188,192,184,194,61,140,18,126,189,89,118,123,187, + 22,18,240,189,204,109,163,189,120,215,111,189,253,199,138,61,94,157,118,189,218,232,165,189, + 250,142,58,189,208,144,83,61,191,133,217,189,140,119,27,189,85,3,7,189,93,202,202,61, + 149,189,241,188,46,1,103,59,90,71,138,188,51,162,8,189,237,183,152,188,196,210,174,189, + 97,208,133,189,3,16,129,189,5,211,191,61,112,14,43,61,22,208,117,189,205,126,229,59, + 243,239,93,61,2,154,204,189,128,209,61,61,187,26,6,190,236,212,5,190,115,115,81,189, + 160,152,46,190,135,203,165,188,233,2,19,190,218,36,194,187,194,4,180,61,163,10,162,61, + 73,199,203,61,204,157,28,189,135,110,88,189,224,83,211,60,238,248,138,188,227,48,183,61, + 197,59,241,187,101,60,245,60,213,23,166,61,249,84,135,189,42,253,175,61,236,241,153,189, + 167,28,143,61,32,60,54,62,179,163,120,189,221,25,227,189,211,243,93,188,21,130,0,62, + 124,245,53,61,244,238,44,61,21,229,192,189,199,11,143,61,83,161,197,189,64,55,156,189, + 244,69,162,189,206,232,203,60,228,198,226,61,132,126,217,60,172,128,153,187,240,109,109,189, + 43,162,176,188,243,239,24,61,183,130,169,189,54,84,246,189,60,200,135,61,33,106,173,61, + 219,61,172,61,13,180,190,189,235,94,88,189,217,175,147,60,81,110,99,189,27,169,60,61, + 189,196,60,189,185,129,218,59,50,205,229,61,128,160,181,189,32,6,182,188,255,151,128,61, + 180,199,233,60,77,60,99,189,180,225,145,189,149,13,4,190,157,228,42,61,130,126,113,60, + 112,65,236,61,118,134,82,189,51,154,113,61,255,93,72,189,158,87,181,189,182,148,237,188, + 87,97,196,59,4,169,239,188,96,63,72,189,175,157,195,189,60,59,136,189,109,219,68,61, + 138,230,174,189,40,79,55,61,123,171,163,189,77,125,71,60,75,206,140,188,102,87,28,189, + 100,163,8,189,121,210,245,189,83,81,25,62,155,88,233,189,35,169,167,61,120,245,88,189, + 204,46,188,59,51,130,102,187,125,65,53,61,131,98,75,60,40,2,237,60,13,20,200,188, + 35,65,168,61,197,2,73,189,90,94,244,60,70,233,80,189,6,74,163,189,130,178,181,61, + 58,42,50,188,152,100,233,60,76,48,4,189,90,151,234,187,182,115,216,188,134,117,1,62, + 246,214,236,188,134,75,46,61,252,233,168,189,100,146,0,190,83,92,238,189,14,158,68,60, + 112,248,232,61,62,41,45,188,70,177,142,189,130,127,144,61,159,247,163,189,245,151,160,189, + 100,157,174,189,74,246,87,189,218,177,74,186,131,109,37,59,55,203,167,61,249,100,226,61, + 100,22,134,56,44,203,94,61,250,113,26,189,69,198,155,59,23,1,27,189,169,154,16,189, + 131,240,222,189,66,202,133,61,76,220,223,59,94,122,220,189,188,13,133,189,21,167,198,189, + 161,125,78,60,187,217,210,188,147,168,148,189,1,50,107,189,33,142,33,61,255,195,102,189, + 28,254,157,189,223,40,3,62,130,92,144,189,250,141,214,189,17,125,80,189,43,219,248,60, + 55,156,170,61,151,51,201,59,189,100,19,189,126,227,199,61,12,29,74,59,148,211,82,189, + 142,18,135,189,47,48,48,60,95,126,91,189,27,113,30,189,219,223,117,189,6,97,220,189, + 202,74,2,189,88,36,157,187,198,29,117,61,110,179,71,188,73,211,118,60,97,58,169,187, + 100,6,78,189,159,2,84,61,128,85,13,61,147,158,48,187,22,186,149,61,178,164,46,61, + 171,193,48,59,169,60,177,61,177,90,161,187,111,92,160,189,155,205,237,187,87,0,191,187, + 9,160,51,61,43,95,98,61,3,181,145,58,206,239,116,189,41,114,220,189,218,25,182,189, + 231,41,53,189,107,68,4,61,138,58,182,187,207,84,120,59,243,208,174,189,94,93,166,189, + 196,125,188,60,36,20,231,61,246,203,214,61,139,173,205,189,217,179,159,61,109,53,25,189, + 1,68,236,189,207,186,198,61,95,161,44,189,142,250,195,189,205,192,225,189,30,147,177,189, + 247,243,163,61,156,119,3,188,238,205,40,62,55,142,79,61,249,3,239,187,141,182,94,61, + 206,223,107,61,113,43,219,189,70,80,203,188,10,93,51,189,104,153,92,61,52,5,230,189, + 15,214,158,61,216,5,229,61,53,156,142,61,245,110,7,60,251,7,35,189,130,246,147,189, + 84,146,190,61,163,120,160,189,224,184,213,60,219,79,36,62,79,217,119,188,31,173,128,61, + 30,185,222,60,86,147,163,61,70,2,37,61,168,92,213,61,230,186,138,61,121,112,232,61, + 68,123,184,189,154,99,250,189,194,165,188,189,231,222,179,60,220,103,136,186,81,205,197,59, + 253,15,29,190,73,49,25,189,126,202,216,59,60,39,103,61,138,81,180,188,67,65,29,61, + 147,23,149,60,191,11,186,189,151,155,237,61,2,141,106,189,32,171,140,189,95,153,207,60, + 52,107,231,60,75,233,174,188,162,165,55,189,51,195,85,61,175,32,237,189,168,172,37,190, + 91,163,154,189,16,211,59,189,186,129,144,187,101,46,107,188,128,187,69,189,90,93,206,60, + 250,204,93,189,192,130,156,189,139,121,126,187,111,209,215,187,187,103,221,61,130,218,2,60, + 121,34,60,189,128,183,180,189,17,144,201,60,125,6,187,189,1,96,17,187,98,35,152,61, + 255,229,80,61,95,109,163,187,235,117,63,61,172,171,208,189,15,51,107,189,71,34,139,59, + 171,229,166,189,214,122,61,189,36,61,70,61,119,57,199,61,134,80,149,187,229,5,88,189, + 203,142,243,189,195,206,211,188,224,113,35,62,226,206,206,189,14,90,127,189,103,224,66,189, + 44,94,163,60,210,15,32,188,26,93,153,189,230,127,66,61,0,138,95,189,159,99,25,189, + 183,181,78,61,93,148,195,189,84,151,55,61,253,43,230,61,7,180,108,189,156,187,142,61, + 0,254,3,60,41,57,157,61,4,223,41,61,110,24,229,60,68,0,6,61,68,30,2,189, + 87,125,172,187,36,74,43,60,39,167,120,61,189,92,103,61,157,50,163,61,244,117,166,189, + 86,27,197,58,41,126,123,61,0,76,216,188,30,118,145,59,220,27,163,61,80,243,253,187, + 186,253,14,189,140,40,67,189,148,153,125,189,5,69,5,62,237,156,144,61,202,234,193,61, + 216,111,215,189,1,204,52,190,225,50,211,188,219,144,83,60,39,126,154,60,248,244,169,61, + 197,146,141,189,39,216,31,62,172,64,211,60,74,65,36,62,174,20,186,188,58,153,15,62, + 185,166,104,60,64,206,24,61,3,90,6,61,192,147,49,61,166,210,23,188,137,204,163,189, + 221,249,128,60,255,19,229,61,112,177,176,189,223,214,84,61,184,167,154,188,178,102,253,186, + 39,102,188,61,228,157,74,189,31,77,241,187,114,210,162,61,139,128,100,189,231,171,44,62, + 90,206,236,189,240,156,112,189,217,87,30,189,41,65,179,61,139,129,63,189,0,231,74,189, + 84,71,39,189,41,185,0,61,189,161,79,189,107,181,127,189,35,59,43,60,217,68,36,61, + 11,119,144,189,186,102,200,61,130,164,144,61,115,66,81,189,169,7,97,188,34,41,138,189, + 127,179,183,61,19,174,161,189,127,96,68,188,223,176,115,61,249,230,40,189,50,175,207,61, + 119,170,78,59,148,140,229,189,19,217,111,62,98,9,10,188,83,237,211,189,85,226,109,61, + 224,119,6,60,80,54,4,62,233,198,176,61,216,11,181,189,82,17,250,60,193,126,198,189, + 39,249,227,61,176,99,27,61,114,229,130,189,12,162,114,189,51,25,241,61,214,158,124,187, + 253,51,251,187,211,199,172,60,239,61,193,61,71,125,207,189,98,20,90,188,99,166,184,188, + 75,71,141,189,70,181,4,61,132,95,9,62,95,104,92,189,123,137,138,61,127,83,82,61, + 47,140,138,60,169,24,80,189,89,70,164,189,58,71,102,60,149,81,66,187,113,103,152,189, + 5,41,159,189,41,173,232,61,86,93,188,188,138,197,13,190,101,134,244,188,39,156,175,61, + 255,92,46,188,57,182,241,61,143,170,33,62,248,132,154,189,114,212,61,59,68,234,228,60, + 146,154,131,188,247,80,153,188,170,164,10,61,85,148,80,61,232,253,136,61,173,202,201,188, + 174,103,48,188,178,74,58,61,25,11,189,188,154,142,197,61,74,242,58,189,49,71,39,59, + 76,116,24,189,56,155,66,61,105,1,161,187,135,95,86,61,3,236,133,61,223,63,188,61, + 174,58,90,60,57,156,234,61,71,190,52,189,151,107,229,61,188,247,114,61,87,147,8,190, + 70,79,232,61,252,181,222,61,219,110,143,189,4,156,199,186,210,96,56,61,155,45,182,187, + 87,227,35,62,123,203,81,60,100,125,22,61,67,83,152,188,31,93,17,62,177,105,51,61, + 152,238,123,60,133,100,166,61,231,88,101,190,127,37,254,187,42,229,217,61,227,109,44,61, + 66,88,194,60,213,80,106,61,180,60,125,61,35,34,137,61,0,147,115,189,119,239,215,189, + 93,189,81,189,203,223,91,189,126,35,42,189,87,210,240,189,23,196,15,60,199,176,213,189, + 232,232,142,60,107,255,159,189,106,20,63,61,235,40,59,62,35,179,109,189,5,44,240,60, + 223,114,213,61,32,54,250,61,141,28,1,190,157,31,62,62,231,28,24,61,188,174,17,190, + 132,173,93,61,121,93,0,190,159,99,35,187,27,253,182,189,10,11,171,189,87,165,141,61, + 13,30,159,189,65,109,25,188,178,219,25,190,206,43,110,189,178,41,169,59,77,215,176,189, + 81,255,20,189,190,148,139,188,148,55,63,189,11,52,177,61,223,47,236,60,140,33,167,60, + 239,173,39,61,239,242,140,61,62,249,203,188,126,177,52,61,67,21,84,189,166,63,172,189, + 24,22,160,61,82,4,195,189,124,240,39,189,118,183,114,60,96,72,28,61,48,101,19,189, + 72,225,234,189,88,173,33,61,161,168,201,186,153,44,210,189,92,147,0,190,200,75,89,189, + 75,194,14,189,117,245,16,190,193,2,194,189,21,202,141,189,251,100,250,189,170,173,138,188, + 113,254,149,60,14,122,154,188,153,48,190,189,195,65,194,61,117,9,128,186,55,190,162,187, + 67,143,67,189,155,45,93,188,151,85,121,189,8,51,55,188,139,34,125,61,155,238,49,189, + 53,183,211,61,170,106,7,61,214,59,111,61,200,156,178,189,166,25,146,189,227,208,136,61, + 74,9,65,61,137,132,136,189,54,168,154,187,219,50,65,189,165,156,143,188,48,69,209,61, + 27,214,118,61,124,172,152,61,19,140,140,189,175,238,13,187,244,155,21,189,3,94,212,189, + 63,119,49,189,34,186,225,61,125,174,253,187,205,117,158,61,159,210,2,189,220,240,138,189, + 39,164,176,61,14,188,213,61,118,221,22,61,8,1,30,59,225,160,60,189,111,89,169,61, + 236,164,9,190,52,48,91,189,224,198,184,59,60,112,101,61,74,208,151,61,88,234,45,189, + 48,46,75,188,230,16,167,189,226,25,126,189,106,17,233,60,67,211,118,59,96,27,231,61, + 111,207,92,189,60,248,148,189,192,211,182,60,86,91,126,188,211,41,181,61,37,143,74,189, + 243,140,155,188,156,182,16,62,186,59,95,61,36,217,70,61,214,128,101,186,92,83,215,188, + 174,239,16,61,144,0,44,188,79,95,58,188,180,222,80,61,213,135,203,189,63,88,17,61, + 36,131,144,61,79,218,154,189,150,247,133,61,59,210,75,60,173,116,212,61,103,218,157,188, + 90,48,225,61,161,95,205,189,81,120,116,189,130,83,98,61,181,246,192,189,245,242,207,186, + 160,226,137,189,221,89,98,61,202,167,4,61,237,139,56,62,117,181,47,189,224,107,14,189, + 136,208,204,61,191,248,228,61,190,32,106,188,188,124,19,188,36,185,124,189,249,231,68,61, + 192,130,124,61,171,4,196,187,239,32,14,190,230,4,138,61,160,158,131,189,17,5,121,189, + 68,139,32,189,11,78,235,189,129,25,27,60,0,47,231,189,89,138,70,61,159,75,13,62, + 126,133,72,189,35,246,71,189,160,211,106,189,190,244,241,61,220,125,89,189,209,234,157,189, + 253,222,17,189,104,61,130,61,31,108,183,189,184,215,186,61,68,78,185,189,198,42,220,189, + 49,175,169,189,129,5,11,190,59,102,158,188,52,29,213,189,10,84,152,61,46,145,145,189, + 4,181,199,61,165,172,129,61,137,130,140,188,148,75,32,60,28,255,220,59,170,186,96,61, + 170,153,69,61,3,123,206,189,200,208,94,62,34,192,232,59,173,17,190,189,160,232,20,61, + 191,99,142,58,138,100,209,61,84,212,117,188,31,59,251,189,141,75,165,61,193,101,172,61, + 40,219,100,61,140,143,222,60,208,16,74,61,3,29,47,190,243,88,44,60,36,36,189,187, + 219,159,127,187,34,88,246,187,125,107,94,61,51,130,231,188,254,54,38,60,113,145,176,60, + 255,138,218,189,15,122,209,60,73,30,151,61,188,33,165,61,221,196,203,60,194,59,100,61, + 212,42,168,187,85,245,103,61,127,0,14,189,5,205,151,61,40,54,236,61,58,140,188,61, + 44,106,55,189,82,31,99,61,88,218,20,190,104,222,67,61,150,241,2,190,48,115,97,189, + 228,135,222,189,195,46,161,188,30,79,214,188,34,5,141,60,211,88,46,61,238,233,130,189, + 204,98,104,58,238,48,254,188,96,212,45,61,228,219,145,189,129,113,32,190,130,31,180,61, + 255,114,146,61,40,48,25,60,201,115,164,60,202,95,3,61,27,112,13,190,113,165,208,59, + 176,219,150,188,95,70,186,60,79,128,144,189,5,33,244,61,249,102,175,61,221,63,119,61, + 72,251,176,60,58,23,218,189,206,62,226,61,75,53,9,62,139,170,112,189,227,143,43,189, + 102,161,152,189,223,162,78,189,245,246,123,61,17,48,81,189,140,223,57,61,211,196,222,189, + 188,9,92,188,2,125,24,190,211,46,241,187,22,246,91,188,225,224,190,188,249,76,135,189, + 125,55,40,61,111,228,18,61,99,124,32,189,201,0,56,189,140,156,6,190,97,156,161,189, + 236,69,242,189,137,113,152,189,244,70,132,189,111,106,217,188,116,14,64,61,74,190,117,189, + 138,76,112,189,182,207,222,188,184,144,57,189,210,107,165,189,207,45,65,61,184,1,20,189, + 55,102,213,189,184,216,167,60,75,100,199,189,43,230,197,186,128,162,26,189,138,254,17,190, + 18,1,239,61,172,231,110,189,133,136,167,61,226,126,3,62,253,106,150,61,246,109,190,60, + 98,67,232,188,215,125,46,189,56,148,81,61,20,55,144,188,156,173,5,189,60,6,136,189, + 215,8,21,189,9,143,134,189,206,206,226,189,133,179,15,62,54,193,35,188,83,34,172,189, + 206,132,131,189,248,173,13,190,30,238,148,189,132,125,208,61,221,86,5,190,114,91,9,61, + 123,146,147,189,220,157,51,61,231,23,30,62,169,214,211,189,54,176,216,61,125,6,249,61, + 151,179,85,189,101,201,112,189,145,39,217,61,21,164,147,60,190,88,19,61,210,179,139,61, + 89,84,158,61,110,46,117,189,229,94,172,61,191,103,110,60,4,120,115,189,142,247,179,188, + 62,58,77,189,75,142,204,61,88,83,81,61,158,35,38,61,34,232,157,61,25,54,145,189, + 188,175,181,188,159,29,232,189,80,76,209,188,165,137,52,61,79,52,141,61,140,206,160,189, + 167,110,155,188,143,88,193,60,237,76,218,189,72,63,227,188,72,39,187,189,75,176,246,61, + 145,102,158,61,160,141,60,61,23,31,147,61,1,108,204,61,122,59,52,60,186,230,100,60, + 155,87,15,187,35,109,93,189,104,33,6,62,67,26,243,59,153,250,130,61,55,97,32,188, + 13,21,159,61,206,87,207,189,14,64,194,187,248,175,149,188,201,203,66,188,204,81,196,187, + 177,128,159,60,212,215,154,61,189,141,22,188,98,110,176,61,232,64,5,61,102,161,0,189, + 9,22,175,188,63,34,178,189,196,238,125,61,45,235,3,60,134,12,81,61,33,241,137,60, + 252,49,73,189,128,33,92,60,27,159,133,61,170,17,140,189,187,45,69,60,76,92,133,187, + 51,11,61,189,166,124,192,61,2,102,25,189,99,228,68,190,121,225,79,186,163,123,152,189, + 80,22,192,61,126,239,27,62,114,105,140,61,33,202,209,61,63,90,10,61,247,250,38,61, + 235,132,201,189,38,60,140,189,239,168,16,189,46,31,161,59,121,197,83,61,224,152,212,188, + 125,31,0,190,2,244,49,62,187,38,154,61,94,222,174,189,174,140,74,62,70,135,108,189, + 1,86,68,189,249,250,6,62,36,134,78,190,65,101,69,189,178,234,246,189,154,9,47,190, + 165,226,18,190,17,87,119,189,143,216,161,61,20,240,80,61,33,26,183,61,242,246,109,189, + 149,149,16,61,222,40,125,61,62,58,151,61,142,181,89,60,58,218,173,186,81,238,90,189, + 100,230,127,189,62,147,105,189,180,221,209,59,113,74,237,60,14,14,157,61,107,97,185,61, + 207,246,77,61,76,175,20,62,12,47,41,61,23,182,18,61,230,183,160,60,42,171,150,189, + 213,211,136,61,168,147,41,60,159,187,171,59,115,146,20,62,121,239,129,189,219,113,185,189, + 95,134,36,60,48,169,44,189,67,123,179,60,54,129,142,189,254,209,101,62,233,96,172,189, + 97,255,162,61,44,109,100,189,188,2,62,189,240,213,201,189,253,10,166,61,72,231,172,60, + 43,148,140,189,167,107,232,61,117,224,73,190,165,220,5,62,228,153,107,61,17,242,69,62, + 99,238,201,188,144,202,59,62,95,81,79,189,78,53,190,189,49,19,228,189,97,232,184,189, + 61,227,202,61,157,160,138,189,80,7,52,190,248,41,98,189,55,237,90,60,115,65,215,188, + 198,18,254,189,225,211,118,61,120,212,171,189,236,163,169,61,165,208,194,59,227,6,21,190, + 122,71,77,62,12,25,82,189,179,206,27,60,18,248,156,62,157,30,167,61,117,200,40,189, + 141,162,173,188,235,18,62,190,65,106,5,190,164,20,16,189,94,212,86,61,247,205,6,61, + 27,179,120,60,79,192,205,61,179,211,250,188,149,125,187,61,134,197,175,188,26,31,217,189, + 27,149,23,62,53,36,27,190,180,99,78,62,219,115,153,189,122,33,91,61,25,82,34,60, + 57,137,140,61,1,189,155,189,178,228,199,56,15,179,21,60,211,226,105,61,112,236,197,189, + 68,65,6,61,42,179,117,61,122,6,179,61,112,146,44,189,72,111,59,189,56,182,165,189, + 76,42,37,186,194,97,201,61,76,185,35,59,249,167,7,189,230,164,175,61,224,171,87,189, + 46,178,11,62,240,202,95,189,131,207,136,188,194,210,132,189,191,139,220,61,168,125,130,189, + 140,55,14,60,242,204,93,61,165,7,147,189,38,154,253,60,248,134,5,62,253,131,139,189, + 61,54,159,61,128,133,119,61,246,54,134,60,158,111,144,61,51,41,220,61,147,96,224,60, + 112,95,142,189,8,193,224,61,198,26,32,189,212,214,253,60,140,219,159,189,85,85,136,189, + 55,50,18,62,244,51,17,61,20,80,187,61,4,198,182,61,189,61,80,189,226,106,12,189, + 146,173,43,62,190,78,234,60,23,232,16,189,216,51,53,189,150,4,23,62,97,30,56,188, + 55,121,25,188,145,49,197,189,151,22,192,61,5,84,82,189,9,10,14,60,48,76,188,60, + 185,131,245,61,117,175,65,61,215,112,15,62,104,18,153,61,44,31,51,61,202,60,235,188, + 248,69,174,189,120,8,52,189,110,65,94,188,245,218,188,61,78,16,182,186,76,138,75,60, + 116,72,233,60,252,111,212,186,17,95,189,60,55,39,82,61,16,155,140,187,16,121,83,61, + 95,159,78,189,212,29,166,189,181,79,224,61,26,175,193,189,51,137,173,189,27,56,185,189, + 131,128,2,61,46,110,96,189,205,108,135,189,98,19,168,188,37,98,203,189,154,4,176,188, + 174,96,0,61,182,217,121,61,248,248,6,61,120,178,247,60,182,253,19,190,173,223,187,189, + 139,74,217,189,195,227,204,189,88,78,153,61,196,5,204,189,73,114,17,62,185,10,14,188, + 131,60,175,187,200,207,254,189,175,60,45,190,220,152,2,62,6,44,252,189,150,204,114,190, + 115,15,78,190,101,115,61,190,245,186,7,190,87,119,66,60,95,66,15,190,212,203,72,190, + 10,193,48,190,49,159,86,190,22,114,191,189,81,169,113,190,138,49,17,190,252,141,137,190, + 121,151,2,190,188,214,137,190,226,150,83,190,135,97,240,189,255,191,42,190,61,146,102,190, + 239,151,130,189,32,130,122,190,184,204,62,190,167,228,183,189,171,26,52,190,45,63,155,189, + 211,107,52,190,233,248,104,190,222,242,147,189,30,52,151,190,48,164,29,189,67,53,127,189, + 178,23,148,190,128,4,68,189,254,165,209,189,207,140,63,190,68,46,39,189,185,115,131,189, + 218,49,105,189,63,97,63,189,250,186,51,190,102,200,93,190,155,209,161,189,232,208,185,189, + 15,229,212,189,6,204,81,189,147,19,183,188,182,60,111,61,71,115,146,190,185,60,51,190, + 207,75,63,190,205,54,191,60,173,39,179,61,202,201,20,190,219,90,72,62,90,109,179,189, + 161,194,90,190,31,64,26,190,60,152,137,190,107,192,138,61,177,80,43,62,179,250,81,190, + 170,53,21,188,21,240,29,190,65,217,7,61,58,190,70,61,196,85,18,190,13,170,2,189, + 19,0,6,190,0,74,156,189,84,130,168,61,255,202,217,189,83,224,123,190,189,198,66,190, + 49,3,154,189,163,45,251,189,122,138,227,61,113,119,91,190,147,179,137,188,245,225,45,190, + 181,23,162,61,72,155,139,189,229,86,15,61,73,69,71,189,186,240,208,61,86,76,161,61, + 245,124,6,61,131,148,134,60,97,74,175,61,182,52,175,189,39,161,153,187,158,246,132,61, + 77,111,13,60,202,205,204,185,179,96,147,189,120,188,34,61,240,190,196,61,112,197,187,189, + 76,62,237,61,51,8,129,61,211,16,223,61,164,85,122,61,21,210,40,61,82,141,129,188, + 217,43,150,189,39,149,97,60,162,18,84,61,207,203,109,61,215,17,222,60,200,116,8,189, + 193,63,142,189,203,207,78,189,34,239,182,187,127,41,33,188,38,107,138,189,229,210,3,62, + 159,134,174,189,85,109,244,61,172,151,250,188,194,241,119,189,139,232,207,188,195,194,59,189, + 16,27,216,60,108,11,198,61,227,210,252,189,36,103,227,60,143,135,190,189,250,99,180,189, + 246,37,239,61,142,211,57,61,63,56,235,60,169,179,146,188,218,137,201,189,167,227,56,61, + 50,86,246,60,249,173,137,188,38,148,134,189,219,66,161,188,135,3,237,188,59,227,222,187, + 121,223,12,62,91,132,137,188,159,217,111,189,73,200,235,61,144,162,80,61,144,200,156,189, + 82,23,200,61,60,139,18,61,189,105,148,61,159,80,0,62,45,182,167,61,145,102,19,61, + 178,229,184,188,255,165,182,189,195,50,176,60,128,196,181,189,244,108,147,60,233,240,187,61, + 82,94,65,188,246,69,117,60,249,120,154,189,105,210,190,189,102,195,143,189,157,199,27,189, + 60,181,213,61,217,170,201,61,126,40,60,61,46,65,252,61,19,233,247,189,175,40,152,189, + 167,61,94,61,79,215,176,58,245,166,141,189,79,152,145,189,4,77,140,188,231,11,22,189, + 36,5,11,190,90,44,6,61,119,69,144,189,1,18,72,60,190,231,69,189,24,212,45,188, + 10,201,167,61,115,232,176,61,206,255,46,62,253,26,19,189,61,122,215,61,144,2,161,189, + 114,119,216,61,20,254,120,61,49,128,74,59,38,247,245,189,210,154,255,188,96,67,11,189, + 183,6,133,61,83,250,151,189,212,174,28,61,53,129,149,61,25,187,150,61,238,8,207,61, + 11,123,136,61,134,123,120,189,83,137,234,188,89,142,151,61,248,159,113,188,210,243,42,61, + 164,140,221,188,26,224,215,61,37,62,228,189,103,240,57,61,239,85,230,60,205,10,167,60, + 171,101,76,61,229,41,91,60,250,112,38,188,152,242,145,189,143,81,28,189,107,39,6,190, + 199,59,184,61,57,205,189,61,136,29,146,61,172,36,37,62,212,115,35,59,55,120,77,61, + 178,197,125,60,121,206,165,61,229,163,186,188,235,92,212,60,225,158,39,61,238,82,0,189, + 150,15,225,60,85,133,199,60,68,118,101,61,73,248,235,188,16,169,218,61,255,89,184,189, + 91,205,254,60,83,178,146,61,19,211,241,60,209,172,158,61,245,183,126,189,222,104,252,188, + 158,58,156,61,73,165,250,61,24,17,11,62,224,189,222,189,196,88,121,61,4,58,34,60, + 188,108,41,189,53,179,28,188,75,85,178,61,214,133,24,189,173,229,214,61,142,244,221,188, + 64,237,214,61,105,212,205,61,197,50,186,61,135,202,182,189,150,10,231,61,166,33,223,61, + 46,214,153,60,91,158,91,61,81,75,70,60,166,169,38,189,12,239,25,189,233,52,81,61, + 158,224,121,61,29,194,136,189,115,92,28,189,181,13,183,188,197,33,26,61,138,140,23,62, + 112,77,67,189,30,6,158,61,169,77,29,62,54,6,145,61,76,161,156,189,132,90,209,189, + 50,246,114,190,186,106,249,189,72,178,20,62,247,123,128,190,14,77,95,60,201,120,152,189, + 216,222,104,189,162,84,100,190,249,174,114,189,136,92,139,60,108,154,124,190,83,4,132,189, + 112,104,157,189,190,225,30,190,127,5,19,190,14,125,143,189,166,146,18,190,242,116,125,190, + 86,130,122,190,181,131,8,190,226,84,230,189,191,212,244,189,152,20,59,190,109,43,38,190, + 98,243,191,189,81,207,147,190,117,226,58,190,127,75,181,189,15,13,94,190,222,1,132,190, + 175,72,117,190,68,9,121,190,156,159,20,190,118,72,36,190,4,53,254,189,81,76,29,190, + 91,147,16,190,91,11,95,190,83,38,162,189,238,224,220,189,232,163,184,189,142,166,42,189, + 142,25,21,190,167,204,39,190,98,181,116,189,116,50,29,190,243,27,114,61,90,191,87,186, + 4,18,18,189,198,123,19,61,128,27,88,190,25,170,64,190,159,224,85,189,96,229,238,189, + 192,182,35,190,179,35,36,190,35,200,30,61,86,149,12,190,4,178,157,190,91,173,46,189, + 184,114,108,190,198,76,54,61,209,35,24,61,57,48,20,188,248,36,235,61,161,82,169,189, + 85,230,201,189,127,45,59,190,231,47,29,190,91,132,84,61,131,146,242,61,192,66,98,190, + 0,1,34,60,216,176,81,190,118,150,234,61,63,90,147,61,183,117,4,190,91,14,0,61, + 249,176,217,189,52,236,22,189,104,64,115,60,17,152,61,190,227,221,71,190,156,23,69,190, + 75,212,88,190,219,98,105,190,238,185,138,61,248,175,159,190,195,191,73,190,207,73,24,190, + 150,0,200,61,31,192,14,190,45,153,207,60,100,250,240,189,67,27,11,189,162,135,89,189, + 217,72,255,61,182,244,145,188,224,42,174,60,42,146,200,57,229,5,98,60,11,57,138,189, + 47,105,137,61,114,200,18,62,8,42,134,60,48,175,10,189,203,124,253,188,79,11,137,61, + 244,25,2,60,223,155,248,188,190,239,25,62,19,166,207,189,86,120,119,61,128,187,192,188, + 219,166,208,189,165,164,114,188,112,126,171,189,52,225,123,189,143,216,82,61,247,38,161,60, + 111,217,3,190,163,104,129,60,73,79,139,189,33,185,4,61,63,237,49,61,67,238,220,61, + 125,36,33,188,229,247,175,61,72,219,29,56,9,120,98,187,59,46,5,62,228,88,227,189, + 88,214,128,61,0,99,181,61,152,103,173,189,243,137,80,61,2,121,212,189,211,249,248,188, + 246,3,103,189,170,53,160,60,39,79,40,187,14,109,242,60,175,253,227,61,62,36,211,61, + 50,12,69,61,150,4,222,189,105,117,160,189,255,90,60,189,113,226,112,61,240,232,164,189, + 12,223,183,59,255,71,196,61,38,228,16,59,106,136,47,188,248,101,26,189,146,115,86,188, + 132,126,204,61,22,94,66,189,9,110,103,60,93,169,228,188,224,190,168,189,127,189,148,187, + 1,48,5,62,240,128,54,188,31,168,216,187,253,147,181,60,165,5,105,189,108,202,209,61, + 247,42,2,190,60,123,21,189,187,48,208,60,231,32,84,60,145,226,3,60,5,217,120,189, + 4,178,140,61,102,94,27,189,163,117,155,61,125,5,211,186,212,69,33,61,114,187,97,189, + 148,96,218,189,125,79,166,188,44,133,131,61,229,241,60,61,13,105,202,60,36,71,192,188, + 147,246,179,59,33,83,146,57,211,159,160,188,211,76,67,190,133,239,21,61,4,127,22,189, + 27,238,217,61,123,33,19,61,187,209,2,190,166,82,10,187,151,254,162,189,74,235,78,190, + 30,203,132,61,1,58,115,60,82,151,208,60,224,24,214,186,173,48,201,61,184,106,181,60, + 241,211,247,188,110,73,99,189,4,137,181,60,42,100,128,60,41,215,22,190,33,161,181,188, + 249,230,133,189,148,100,73,189,239,21,133,59,94,246,114,187,194,18,133,189,11,142,10,61, + 247,137,234,61,182,207,3,61,236,171,140,189,107,215,53,61,200,88,198,61,15,40,1,61, + 92,84,31,60,184,30,147,188,66,144,31,61,68,115,34,61,191,165,225,61,12,126,0,61, + 114,73,180,59,141,77,51,62,126,49,186,61,125,110,108,189,64,185,134,61,243,251,80,188, + 159,15,17,62,63,231,186,189,123,220,242,189,154,223,31,189,158,6,151,60,203,101,137,188, + 30,63,253,189,101,149,17,62,131,80,231,189,187,231,196,61,95,144,117,188,211,111,2,61, + 13,153,37,190,228,165,18,62,237,77,195,61,216,141,157,189,83,181,223,189,27,208,37,190, + 86,50,39,189,39,45,192,188,103,148,215,189,232,180,255,188,48,30,213,61,67,95,222,189, + 115,185,204,189,99,115,135,189,235,13,57,189,52,138,64,62,140,16,197,61,117,213,140,189, + 129,231,42,62,215,27,200,61,85,43,239,188,62,191,162,61,229,245,81,189,228,0,26,190, + 55,241,6,188,200,243,128,189,49,234,46,190,151,136,2,190,158,190,168,61,34,160,135,189, + 109,149,153,61,0,62,44,61,146,205,202,188,42,181,221,61,202,43,8,62,166,135,177,189, + 235,71,214,61,83,147,23,190,70,35,75,62,24,141,89,190,150,125,204,61,125,55,104,61, + 102,155,196,188,91,233,222,61,39,95,46,190,77,100,32,60,116,168,114,187,177,162,102,189, + 168,131,185,189,62,3,162,61,59,12,3,61,162,162,12,61,129,83,69,188,221,209,208,189, + 178,70,249,189,222,105,84,189,27,138,18,61,39,10,218,189,55,204,169,189,30,154,214,188, + 96,59,228,60,88,132,7,190,191,201,216,188,40,176,132,189,102,233,231,60,205,24,33,62, + 91,96,151,61,182,157,202,61,231,145,243,188,143,13,196,61,174,119,220,60,231,249,136,61, + 209,21,40,61,22,8,219,188,249,192,211,61,231,39,251,61,212,3,9,61,72,143,119,189, + 58,83,135,189,134,162,9,62,250,93,196,60,54,248,209,187,243,104,39,62,16,187,183,60, + 254,169,247,61,39,75,243,188,216,232,68,190,104,213,36,188,93,72,26,58,253,70,20,190, + 79,97,48,190,92,37,163,61,77,123,42,190,239,178,56,60,146,119,49,188,112,135,221,58, + 210,130,35,190,64,203,48,62,132,9,139,61,101,216,63,189,108,218,17,190,149,162,5,190, + 62,9,234,189,105,1,139,188,132,154,166,189,211,16,88,189,114,201,214,61,74,48,29,189, + 145,35,35,190,105,233,123,189,123,73,153,188,132,89,146,61,216,222,145,61,92,79,7,189, + 247,103,37,62,0,101,10,62,51,99,16,62,157,70,176,61,1,247,162,61,33,62,8,190, + 107,172,188,189,192,236,59,190,252,60,60,189,86,36,72,189,217,192,247,188,83,140,211,188, + 127,124,109,189,17,17,78,189,247,134,192,189,0,218,16,62,202,163,4,61,104,167,195,188, + 60,114,208,61,219,99,204,189,119,161,116,62,187,216,60,190,153,6,108,61,147,247,239,59, + 188,183,98,61,194,192,2,62,19,255,2,190,205,171,40,190,49,62,235,188,229,246,8,190, + 143,16,240,188,38,118,130,61,56,151,36,62,110,25,139,189,96,78,6,189,130,110,226,58, + 83,77,80,61,20,215,163,188,135,218,159,188,97,5,152,59,210,29,178,189,135,43,59,190, + 239,206,36,190,246,47,242,59,255,14,77,189,87,24,163,189,146,227,170,59,144,16,209,61, + 236,87,252,61,155,158,219,61,241,245,111,61,71,56,193,61,244,145,167,61,137,132,182,187, + 151,232,212,189,96,229,180,187,158,122,207,61,170,47,191,61,178,242,235,61,69,228,11,190, + 151,167,45,61,116,58,19,61,64,92,197,61,163,93,14,187,129,135,84,61,31,99,97,189, + 36,172,140,60,114,234,12,61,23,193,62,190,73,146,7,189,97,173,230,60,201,39,64,189, + 69,246,72,190,80,51,70,62,36,132,54,190,56,222,58,61,236,201,142,189,232,28,253,61, + 108,202,198,189,130,16,11,60,78,118,23,62,39,71,150,61,80,58,13,190,221,71,60,189, + 81,97,81,189,69,155,85,61,11,209,83,190,250,6,20,190,188,36,224,61,180,43,109,59, + 202,53,181,188,76,84,66,61,114,16,162,187,219,122,147,61,18,56,185,61,104,255,63,190, + 12,173,60,61,124,93,100,61,185,216,151,189,39,86,139,62,107,78,32,61,84,165,179,189, + 71,139,7,190,67,66,195,189,140,157,12,190,130,167,176,189,193,195,142,188,132,167,107,189, + 81,67,153,61,87,2,68,189,138,132,6,189,84,73,158,61,40,202,188,188,227,40,217,189, + 24,4,26,62,215,152,72,190,35,202,121,62,44,148,216,189,29,19,56,61,187,22,51,60, + 82,193,248,61,58,82,84,62,130,22,56,190,130,151,13,190,32,211,70,60,177,21,32,190, + 19,46,3,190,84,72,227,60,6,240,197,61,44,230,148,60,93,184,164,61,201,205,143,189, + 164,182,109,189,102,150,74,189,27,201,165,61,179,231,235,188,230,14,156,189,231,25,36,189, + 211,245,166,189,78,189,219,60,4,96,154,189,48,3,24,190,119,165,178,188,197,250,201,61, + 224,42,211,61,22,156,113,60,20,34,0,61,101,94,124,187,104,182,5,62,214,86,175,188, + 2,136,201,189,189,90,9,189,110,50,111,59,107,211,42,62,156,182,60,189,213,212,15,190, + 185,251,108,189,135,211,42,62,67,225,191,61,6,172,131,189,52,16,175,61,194,220,36,190, + 23,118,17,62,127,125,184,188,253,211,77,188,0,74,175,189,101,67,221,61,48,25,252,189, + 3,123,3,190,247,66,100,62,234,67,131,189,198,40,20,62,28,153,227,188,73,33,165,61, + 23,201,21,190,114,183,67,62,26,51,246,61,80,144,240,61,13,190,35,190,142,89,245,188, + 55,232,120,189,17,118,130,189,94,129,16,190,40,165,213,189,53,209,13,62,151,237,155,188, + 236,36,115,60,93,186,99,60,145,132,3,190,89,206,70,62,67,39,15,62,139,142,179,189, + 156,194,7,61,21,158,57,62,1,180,60,189,7,196,103,62,63,25,144,61,191,148,44,189, + 235,71,54,189,214,47,217,189,42,230,59,190,20,246,242,189,101,157,49,61,214,216,198,189, + 18,153,250,59,92,23,11,61,91,73,19,190,224,29,157,61,24,31,112,188,66,77,12,59, + 85,28,242,61,76,71,206,189,197,145,40,62,32,68,22,190,137,159,168,61,81,114,180,61, + 240,101,139,189,129,124,65,61,195,130,31,190,140,191,10,190,187,86,72,189,67,245,239,189, + 30,214,51,188,6,41,4,188,89,239,97,61,135,49,90,61,229,18,105,61,229,64,244,189, + 144,62,84,61,88,180,19,190,229,117,167,189,56,34,230,188,29,254,27,189,238,253,35,189, + 146,34,173,189,9,242,133,189,169,212,179,60,130,33,244,188,126,151,229,60,245,16,49,62, + 3,172,206,61,221,181,222,61,174,225,135,60,90,240,39,61,163,241,9,62,50,71,205,189, + 135,56,54,61,46,92,186,61,235,238,31,189,168,255,12,62,28,26,159,60,233,106,158,189, + 144,119,152,189,201,86,249,61,66,83,62,60,229,60,33,61,247,29,31,62,206,173,208,189, + 172,211,153,61,64,47,253,188,35,195,41,190,124,218,248,188,33,36,185,60,229,241,175,189, + 145,26,80,189,113,232,119,62,152,173,105,190,147,165,187,61,57,84,79,188,244,70,13,62, + 165,48,85,189,42,226,53,62,28,113,0,62,180,146,182,61,200,125,5,190,155,236,7,190, + 3,177,218,189,94,2,190,189,19,115,104,190,76,73,13,61,131,166,92,189,46,134,183,188, + 108,166,59,190,131,187,189,61,144,171,66,189,146,45,195,61,131,60,218,60,30,160,195,189, + 40,203,62,62,75,113,184,61,39,109,29,60,37,25,92,62,230,78,202,61,182,225,2,190, + 125,137,22,188,115,245,178,189,40,140,224,189,207,163,40,188,129,10,228,61,74,240,191,189, + 109,17,165,188,4,215,204,189,175,201,46,190,59,244,25,62,100,124,205,61,109,55,28,190, + 164,255,46,62,239,190,207,189,125,196,214,61,75,205,110,189,4,191,44,62,149,25,142,61, + 54,120,246,60,70,228,8,62,91,255,40,190,109,108,27,190,191,50,9,190,231,61,203,188, + 161,124,32,190,66,61,238,61,158,119,88,62,164,253,143,61,174,62,19,189,191,171,166,189, + 226,5,106,61,15,23,68,190,222,45,246,188,115,166,3,190,228,52,123,189,179,18,165,189, + 20,95,168,189,121,255,232,187,202,65,84,188,17,216,54,190,29,140,110,60,134,43,103,62, + 43,153,12,62,108,40,248,188,174,162,6,61,220,196,159,60,63,166,177,61,236,202,237,189, + 161,17,50,189,139,91,55,61,82,191,247,60,54,60,54,60,203,73,204,61,27,137,29,190, + 16,212,139,60,138,92,39,61,56,13,173,60,138,205,148,60,13,190,246,61,224,57,28,190, + 135,97,69,62,145,207,101,61,172,247,63,189,220,192,74,188,154,99,28,61,128,182,181,189, + 217,87,0,190,49,99,108,62,58,93,244,189,245,7,45,189,44,177,8,189,227,175,77,62, + 92,149,35,188,1,182,14,62,238,119,68,61,45,58,44,188,153,135,54,190,112,184,5,190, + 129,35,200,188,146,244,132,189,69,1,127,189,251,164,15,188,222,244,176,61,4,234,58,190, + 113,213,130,189,220,145,18,61,108,179,11,189,133,101,62,62,176,164,3,61,54,40,50,190, + 76,204,156,61,21,166,212,58,204,28,197,61,25,81,51,62,158,197,211,61,70,115,138,189, + 44,232,52,189,138,157,195,189,94,189,35,190,116,183,50,189,147,128,148,61,158,87,51,189, + 167,70,205,61,121,133,148,188,120,7,143,189,209,171,165,61,86,58,241,61,158,212,44,190, + 126,188,181,60,232,170,175,189,145,13,59,62,15,163,96,188,62,92,16,62,90,114,32,62, + 119,13,43,61,138,47,107,61,95,250,228,189,180,56,226,189,205,101,255,188,233,212,67,189, + 123,16,141,189,157,142,150,61,7,224,36,62,132,27,58,188,46,48,103,61,83,172,186,189, + 169,117,136,61,167,78,14,190,179,98,100,59,183,97,70,190,179,214,106,60,213,219,65,190, + 166,87,61,190,72,17,199,59,170,232,76,60,207,15,181,189,63,60,4,190,114,198,206,61, + 7,105,7,62,115,112,164,61,10,189,238,61,154,192,44,62,247,252,20,62,64,65,187,189, + 158,190,236,189,52,237,251,58,91,54,196,60,110,27,246,61,200,199,30,62,80,84,26,190, + 16,13,87,61,44,127,107,61,142,254,218,61,187,153,139,60,104,182,192,61,173,13,60,190, + 196,114,214,61,218,30,216,189,175,167,97,59,189,49,53,189,70,99,5,62,94,94,203,189, + 185,165,205,187,167,4,26,62,186,5,1,190,182,210,38,61,148,25,162,60,92,219,78,62, + 156,18,54,60,41,119,211,60,8,140,66,189,181,17,21,60,69,66,180,189,40,146,79,190, + 137,83,105,188,226,124,105,61,59,167,3,190,253,32,188,59,1,184,233,61,100,233,58,190, + 215,168,60,61,181,163,238,189,116,61,23,190,77,4,18,62,170,254,43,189,152,166,56,190, + 241,160,50,62,80,126,156,61,205,120,108,61,83,179,136,62,90,175,200,188,122,25,193,189, + 179,36,51,189,208,3,2,190,48,218,83,189,44,219,157,60,121,240,26,62,177,32,199,189, + 178,26,97,61,215,189,18,190,111,150,214,189,42,120,110,61,59,103,165,61,48,229,45,190, + 100,93,5,62,121,27,6,190,91,70,30,62,170,23,79,187,246,86,203,61,125,100,193,61, + 79,109,9,62,163,159,95,61,154,87,149,188,114,67,40,190,126,19,11,60,35,181,243,189, + 151,244,231,189,133,69,0,62,232,159,133,61,26,69,190,188,33,109,101,61,59,101,128,189, + 253,148,149,61,254,65,53,190,28,6,198,189,182,197,10,190,49,230,121,189,149,43,158,189, + 184,95,139,189,141,240,151,189,116,63,151,61,74,248,48,190,13,219,19,190,1,132,99,62, + 237,24,96,189,92,252,61,61,14,52,207,61,179,31,25,62,232,94,109,62,202,89,0,61, + 121,87,106,189,109,50,29,62,96,59,84,59,253,53,249,61,5,7,106,60,185,205,114,190, + 187,52,49,189,37,171,103,60,97,238,90,61,236,245,195,61,195,174,10,188,151,129,17,190, + 181,78,139,61,204,112,100,61,119,94,132,60,67,155,201,189,143,149,92,61,221,110,1,190, + 52,179,253,189,95,106,187,61,203,223,25,190,62,12,209,61,67,81,170,60,235,121,0,62, + 60,145,24,190,63,252,116,59,81,210,13,62,147,188,177,61,18,55,145,189,89,212,68,190, + 51,29,62,60,168,122,255,187,255,253,241,189,99,219,240,188,44,189,103,61,63,183,29,189, + 83,65,171,189,60,242,17,190,186,53,43,189,114,45,208,61,197,90,139,189,3,15,94,60, + 25,203,63,62,127,89,52,62,49,146,7,62,118,76,70,62,208,124,53,60,118,53,83,189, + 192,149,146,60,120,101,228,189,166,130,96,189,141,10,225,189,195,134,25,60,45,144,20,190, + 68,245,24,61,214,185,203,189,71,192,43,190,90,123,201,61,109,6,21,189,121,9,74,190, + 206,180,3,60,163,232,172,189,105,131,7,62,158,212,215,189,150,199,233,61,36,188,11,62, + 157,169,144,188,183,28,50,62,46,99,231,188,5,197,91,190,147,117,232,189,90,71,96,188, + 196,33,255,60,25,103,255,61,55,52,201,61,191,139,248,60,194,238,102,61,140,40,203,189, + 240,101,241,60,212,69,59,189,38,37,6,61,24,117,58,190,229,215,45,189,168,16,7,190, + 181,113,182,189,54,54,146,189,243,61,39,189,168,7,232,60,37,79,125,189,108,40,95,62, + 209,147,222,61,214,185,40,61,85,108,164,59,68,4,7,62,205,55,114,62,254,72,185,61, + 96,9,5,190,190,75,30,62,99,220,14,189,168,79,193,61,56,113,209,61,54,252,86,190, + 140,64,206,61,76,222,9,62,70,107,151,61,10,127,175,189,126,132,47,62,189,68,70,190, + 39,253,61,61,28,150,19,189,39,187,32,61,40,169,221,189,39,122,176,60,104,243,209,189, + 207,107,143,189,246,163,42,62,144,113,132,190,18,198,133,61,192,32,55,189,218,200,76,62, + 209,7,11,190,182,43,4,61,64,120,156,60,210,152,153,61,120,37,34,59,201,77,131,189, + 224,164,91,189,196,0,14,189,203,222,88,190,72,40,186,61,35,40,170,59,99,189,8,190, + 2,68,242,60,12,212,32,190,105,251,230,60,21,189,163,61,185,60,188,188,194,103,174,188, + 82,229,144,61,75,157,136,61,139,193,155,59,66,224,41,62,6,57,189,60,89,72,11,190, + 86,248,201,189,232,119,185,189,192,102,150,189,186,25,158,187,120,4,224,61,115,80,82,189, + 233,157,170,61,150,139,8,190,202,120,216,189,227,54,130,61,242,6,155,187,14,70,210,189, + 188,90,171,60,122,34,7,60,223,206,251,188,22,67,16,190,239,142,151,61,8,4,12,187, + 18,144,164,188,65,190,62,62,97,160,209,189,117,52,205,189,228,200,141,189,60,100,132,60, + 210,245,151,189,24,43,8,62,133,37,52,62,104,151,83,190,156,79,41,62,179,192,3,190, + 231,231,202,188,75,253,26,189,32,119,247,189,193,67,194,189,107,103,132,189,2,52,52,190, + 233,68,95,188,163,51,105,61,91,218,206,189,141,9,238,189,230,199,116,189,95,243,65,62, + 34,27,136,188,228,173,189,60,129,55,34,62,32,199,21,62,116,209,2,62,137,104,237,188, + 127,124,202,189,85,149,194,60,226,37,154,188,173,82,86,189,237,193,201,61,3,97,185,189, + 162,117,201,61,175,60,136,187,120,90,64,189,182,77,158,60,21,73,99,61,125,191,255,189, + 88,0,82,62,127,178,198,188,71,200,162,189,245,122,25,189,168,128,189,61,162,165,153,189, + 79,101,77,61,242,249,172,61,43,18,137,189,166,12,215,188,218,59,80,60,239,178,207,61, + 118,177,208,189,107,21,21,62,241,149,61,61,254,22,39,62,89,77,211,189,104,180,37,190, + 41,104,186,188,1,42,173,189,39,85,113,190,214,216,51,62,221,145,6,62,200,234,72,190, + 113,1,160,189,12,146,62,190,207,78,0,190,233,174,217,61,221,142,163,61,255,39,21,190, + 46,71,146,61,108,117,139,60,0,209,198,61,9,108,145,61,255,229,85,61,3,213,209,188, + 142,105,24,61,150,67,175,189,95,251,68,189,129,103,135,188,238,8,86,61,96,237,127,189, + 222,233,165,60,30,201,27,188,196,227,2,190,89,41,247,60,242,97,94,189,125,193,60,190, + 62,204,154,189,209,210,108,189,95,211,157,188,233,209,213,60,166,153,169,61,168,10,156,61, + 212,239,4,189,25,191,136,61,108,229,157,186,209,216,174,189,112,142,195,189,56,186,204,189, + 187,218,242,60,36,136,243,61,190,154,216,61,103,10,188,189,236,69,17,62,187,14,94,189, + 155,202,135,61,176,194,204,189,103,252,245,189,247,101,70,190,176,223,41,61,240,171,78,190, + 6,72,162,189,243,40,11,61,6,10,225,189,64,204,219,189,127,156,93,189,121,4,62,62, + 12,159,186,61,185,127,143,189,104,39,245,59,205,97,82,61,53,30,10,62,129,131,146,60, + 64,141,51,190,133,138,41,61,172,31,174,61,150,122,40,189,95,74,26,62,106,55,148,189, + 161,212,124,61,49,183,11,62,19,215,144,189,208,88,64,59,192,173,126,61,95,58,9,190, + 79,246,16,62,210,252,11,189,90,180,32,61,222,174,6,190,2,190,90,189,15,125,195,188, + 23,191,46,189,234,3,226,60,191,188,99,190,23,15,113,60,237,22,42,189,125,30,88,62, + 144,146,13,60,2,128,50,61,189,234,209,61,6,129,23,60,42,225,179,189,154,176,1,190, + 160,254,64,189,158,76,188,60,8,87,156,189,134,108,197,60,5,49,78,186,135,95,220,188, + 158,248,23,60,72,128,33,190,173,250,26,190,233,124,249,61,53,200,136,61,85,169,183,189, + 226,230,71,61,161,202,21,62,225,94,135,61,2,70,220,61,176,11,223,61,26,88,27,190, + 75,175,180,60,72,82,15,190,109,162,139,189,128,204,91,61,46,228,224,61,77,45,26,61, + 209,116,0,62,21,251,5,190,172,42,53,190,227,245,2,62,152,165,180,60,234,40,145,189, + 68,86,8,189,81,129,242,189,191,247,141,61,0,162,22,188,229,222,163,61,186,250,252,61, + 98,183,190,61,69,167,55,61,59,118,240,188,49,155,54,190,69,183,60,190,93,121,38,190, + 210,73,136,61,95,100,27,62,246,3,188,61,97,242,219,189,235,214,206,60,182,108,0,190, + 177,156,244,60,199,17,34,189,216,237,146,189,32,180,15,190,99,77,207,188,223,145,252,189, + 132,196,36,190,27,68,63,61,65,240,52,61,141,123,103,61,3,160,103,61,170,68,158,60, + 205,8,193,188,146,88,230,60,87,48,61,62,46,29,45,62,244,34,68,62,51,251,158,188, + 29,3,111,189,135,251,74,61,237,199,190,60,199,111,247,59,50,38,56,186,138,56,59,190, + 241,127,166,60,240,118,168,61,103,248,37,189,219,188,230,61,223,94,19,62,169,116,157,189, + 192,136,4,61,166,129,173,189,220,79,220,60,133,109,37,189,245,161,85,61,147,163,220,189, + 241,245,60,189,199,91,182,61,93,47,51,189,200,126,30,62,198,17,95,189,134,154,50,62, + 60,167,243,188,37,208,204,61,40,6,45,61,208,156,84,61,104,220,169,189,131,52,114,189, + 160,85,171,189,106,193,49,189,96,150,25,190,49,37,74,62,191,223,190,188,237,203,99,190, + 224,221,213,188,95,64,113,189,120,115,204,188,253,42,8,62,163,114,123,188,133,159,106,189, + 13,89,83,61,85,68,246,60,42,176,183,187,152,193,195,60,230,98,86,189,6,207,27,190, + 56,17,170,189,37,57,153,189,218,111,142,189,226,78,134,60,154,172,159,189,42,12,228,189, + 168,38,20,62,94,97,197,188,183,126,233,189,142,112,240,61,7,36,232,188,83,139,33,190, + 1,161,35,190,134,176,58,190,98,23,194,61,227,60,76,60,48,223,36,62,245,157,108,61, + 66,223,241,61,120,66,40,62,41,28,153,60,179,136,92,189,129,130,132,189,193,184,175,189, + 236,44,41,189,242,226,93,61,108,57,192,61,195,111,249,189,122,226,193,61,157,66,24,189, + 110,134,5,188,42,188,35,190,215,254,203,189,145,22,176,189,69,186,203,188,116,225,170,189, + 5,157,15,190,80,224,92,189,17,117,41,189,103,131,240,60,156,228,227,59,32,76,207,61, + 36,137,91,61,35,226,244,189,219,27,6,62,5,118,8,62,36,230,47,62,17,31,6,61, + 1,163,140,189,14,108,82,62,38,56,159,60,106,255,119,189,241,246,203,61,80,107,45,190, + 111,113,41,62,218,184,40,62,198,235,106,61,73,67,141,188,106,29,15,62,16,8,22,188, + 58,196,45,62,212,206,144,60,84,114,166,188,75,237,236,188,125,112,227,189,26,42,3,190, + 196,246,140,189,55,232,254,60,241,40,107,190,64,224,199,61,54,97,38,60,202,98,40,62, + 66,185,229,189,8,0,166,60,166,104,144,61,127,40,98,60,106,137,177,189,22,90,13,190, + 59,249,179,61,226,79,166,61,233,189,102,190,219,97,101,61,29,28,129,60,162,12,12,190, + 34,206,108,61,158,217,10,190,129,133,144,60,43,95,223,61,172,84,88,189,171,17,246,189, + 37,186,7,62,64,170,254,60,80,88,7,62,110,118,128,61,46,144,86,61,99,28,31,189, + 2,184,135,189,138,72,176,189,6,31,97,189,173,56,203,189,213,67,203,60,155,136,223,189, + 226,36,146,61,56,54,107,189,183,59,255,189,6,111,167,61,70,122,26,187,131,146,145,60, + 57,82,247,189,24,163,78,189,55,102,146,60,125,11,28,61,47,171,237,61,121,10,18,62, + 103,22,12,62,50,247,15,62,42,221,142,60,187,179,212,189,141,234,231,189,30,94,225,189, + 14,170,232,61,249,11,132,61,90,167,244,61,107,46,181,189,232,248,17,61,108,167,106,189, + 190,57,146,61,237,104,70,190,70,208,19,189,83,53,56,190,151,239,27,188,99,84,29,190, + 240,78,34,190,105,37,62,61,151,111,20,190,97,74,243,60,47,66,37,61,249,242,109,188, + 143,91,191,188,219,218,20,190,64,91,56,62,18,99,41,62,68,203,69,61,239,58,69,61, + 4,82,50,190,71,204,228,61,233,202,250,61,0,255,239,188,101,82,151,61,105,240,209,188, + 210,140,168,61,159,219,87,187,71,63,241,61,149,177,24,189,96,74,8,188,34,121,10,188, + 140,232,57,61,154,172,252,60,108,208,116,189,83,118,215,189,150,10,141,61,61,180,146,189, + 99,90,246,189,237,141,107,189,82,1,73,190,14,206,128,59,207,149,126,61,104,22,245,187, + 131,74,35,186,59,165,19,61,53,254,125,189,58,41,7,62,58,134,32,190,169,70,254,189, + 20,2,158,189,191,192,124,189,128,224,77,190,176,122,67,62,152,129,206,61,67,182,20,190, + 99,142,234,61,18,195,78,60,16,51,23,189,51,155,159,60,231,45,0,189,185,255,162,60, + 247,191,138,189,244,218,31,60,177,54,218,61,86,216,37,62,9,104,187,61,66,155,219,188, + 227,251,130,189,74,70,105,189,216,2,18,190,75,161,199,60,195,217,12,61,96,103,129,189, + 38,173,41,189,213,149,215,189,97,143,254,189,3,52,5,62,80,2,146,61,6,135,4,190, + 143,82,17,60,7,97,7,190,247,221,137,61,161,202,123,189,215,105,208,61,32,197,206,61, + 9,197,60,62,72,148,84,189,180,52,176,189,129,0,142,189,124,78,139,189,196,40,158,60, + 226,120,171,61,37,47,168,60,39,198,105,61,9,113,109,189,199,137,15,62,156,222,3,190, + 101,82,87,61,145,70,113,190,190,96,86,61,65,191,127,189,198,67,175,189,66,254,129,189, + 172,12,222,189,38,27,192,187,208,255,128,188,155,112,177,61,43,192,199,59,25,75,176,61, + 1,204,197,187,105,69,226,189,125,133,220,61,86,112,223,61,25,59,222,58,227,138,121,61, + 188,109,62,190,40,0,247,61,240,198,84,60,230,36,128,60,151,181,243,61,42,160,208,189, + 88,55,78,62,140,61,55,61,184,189,2,62,54,180,184,61,154,239,215,60,201,180,120,61, + 11,147,9,62,237,120,44,188,59,208,78,61,252,60,192,189,136,135,81,189,197,166,220,57, + 44,30,2,190,100,11,32,190,116,200,44,190,114,159,122,188,144,53,7,190,217,236,220,61, + 97,143,148,187,96,161,244,61,106,193,54,61,211,171,143,61,210,216,200,189,118,32,224,60, + 23,186,169,61,245,123,161,189,59,20,156,189,170,76,78,62,248,191,132,61,80,69,140,189, + 92,215,142,61,204,105,252,189,127,34,5,61,14,64,143,61,158,53,211,61,151,90,93,188, + 207,135,182,188,111,58,0,62,233,244,61,188,26,29,151,188,141,41,20,62,194,19,232,189, + 45,78,164,189,113,37,77,61,29,212,4,190,231,57,213,189,94,8,102,58,98,66,184,189, + 142,1,98,61,62,107,190,189,36,228,5,190,156,49,201,61,7,90,171,60,123,12,14,190, + 26,245,14,190,48,251,43,190,159,141,69,188,114,59,118,60,127,42,25,62,50,219,237,188, + 239,54,100,61,51,20,151,188,39,60,185,189,246,45,232,60,133,72,119,189,115,176,93,61, + 170,226,32,62,152,204,50,62,235,182,198,61,44,52,147,189,131,150,2,62,45,148,251,189, + 191,215,228,58,222,102,226,189,99,87,196,189,61,94,219,189,145,164,226,189,107,51,213,60, + 211,243,130,189,178,59,216,61,23,91,176,188,29,213,175,189,223,24,207,189,12,7,170,189, + 152,168,132,189,244,184,233,188,213,243,54,62,234,158,192,60,17,55,132,60,34,123,13,62, + 124,153,36,190,253,152,101,62,149,109,154,60,71,156,186,61,161,141,222,61,80,102,26,190, + 15,150,119,62,225,109,62,62,242,248,234,188,205,214,26,62,68,181,244,61,119,171,19,61, + 252,84,95,61,238,243,16,61,222,59,153,189,225,199,7,190,142,45,228,189,59,130,210,189, + 33,81,203,189,114,2,17,190,16,98,40,190,196,138,168,188,191,254,6,60,58,223,171,61, + 154,120,42,190,54,221,35,189,200,34,191,60,221,144,229,61,74,103,160,189,4,148,87,189, + 141,34,130,188,215,236,160,188,134,45,189,189,249,129,247,61,187,125,169,61,78,145,174,189, + 209,238,6,62,253,69,221,187,25,64,214,60,139,196,37,188,28,146,180,61,149,2,193,60, + 1,177,241,188,135,134,183,61,219,246,172,61,252,87,115,60,82,224,5,62,16,193,201,189, + 238,79,230,189,220,31,27,61,123,18,150,59,50,54,60,189,101,117,250,189,86,212,183,188, + 41,199,221,61,171,233,45,189,52,185,9,190,228,128,192,61,32,228,212,61,39,47,23,190, + 157,133,235,189,115,240,136,189,134,233,113,188,16,111,234,189,63,49,45,62,233,174,104,189, + 131,103,212,61,98,208,170,61,34,187,14,187,195,77,172,61,159,14,15,190,164,18,239,189, + 37,200,53,62,174,33,14,62,250,136,97,61,188,105,15,190,167,8,17,62,194,44,243,189, + 205,109,90,61,102,143,149,190,87,57,238,60,99,34,92,60,182,188,202,189,72,152,123,187, + 88,153,191,189,57,135,107,61,37,10,92,190,131,31,91,189,91,155,106,189,178,158,235,189, + 249,122,85,61,37,110,237,189,121,137,53,62,89,196,45,61,32,233,155,61,203,251,165,61, + 51,179,3,190,73,250,93,62,30,103,29,62,146,251,207,59,150,75,0,62,61,184,194,189, + 204,27,75,62,194,91,96,62,192,72,76,61,143,123,212,60,103,12,14,189,170,113,64,189, + 152,52,155,61,231,90,179,60,179,166,4,190,214,20,237,189,231,184,42,190,166,115,184,189, + 225,199,92,188,189,62,164,188,96,206,158,188,39,75,72,62,162,10,158,189,50,144,113,61, + 175,229,71,189,8,32,151,60,109,102,141,61,38,201,59,62,21,230,245,189,107,63,181,188, + 129,21,228,61,202,80,172,188,4,101,231,189,173,238,127,62,110,72,98,60,20,79,233,59, + 1,191,129,61,37,172,217,58,163,236,172,189,246,6,89,61,246,69,29,189,213,173,132,60, + 245,113,104,61,234,139,231,61,82,44,111,189,75,72,207,189,223,194,70,62,62,141,79,60, + 146,40,187,189,189,9,44,61,2,218,238,60,138,155,60,189,133,223,164,188,86,103,154,60, + 136,145,164,60,60,204,1,190,12,136,184,60,39,58,188,60,152,76,49,60,141,145,132,189, + 6,255,13,189,247,118,69,189,60,160,91,61,67,22,2,190,73,210,65,61,61,69,179,189, + 46,108,25,62,187,51,30,61,214,93,173,189,34,226,167,60,42,80,44,190,137,168,95,61, + 13,79,132,62,40,61,180,61,40,243,182,189,137,53,113,189,7,249,89,188,82,226,145,189, + 94,17,6,188,164,204,147,190,4,217,49,187,158,196,160,189,200,108,162,189,231,151,96,61, + 63,137,210,189,222,174,243,61,145,12,47,190,165,91,114,60,18,175,53,189,75,192,7,189, + 195,23,89,189,198,211,198,189,210,201,110,61,105,157,153,61,250,31,0,62,6,161,127,61, + 169,77,239,189,177,99,43,62,6,52,204,60,62,236,122,189,136,114,3,62,32,125,38,190, + 180,91,128,62,73,89,109,62,149,139,227,61,161,37,42,62,166,115,66,189,43,164,24,187, + 128,129,189,61,177,42,228,189,169,236,158,189,100,58,148,61,15,210,63,189,18,224,87,189, + 167,0,10,61,206,91,255,188,38,210,188,188,57,73,79,62,147,211,188,60,121,161,130,61, + 229,236,70,189,183,45,204,61,101,200,138,61,178,43,64,62,249,29,141,188,41,85,16,189, + 63,187,139,187,249,168,45,189,36,178,138,187,138,8,101,62,118,115,104,60,117,88,207,60, + 37,251,39,61,130,7,2,189,243,115,175,188,86,231,202,61,58,63,164,60,2,244,6,61, + 201,95,231,189,226,179,10,62,125,164,148,188,81,237,21,188,62,234,45,62,218,210,23,189, + 156,51,38,188,93,237,16,188,15,154,89,189,120,37,206,189,223,226,187,188,8,37,5,190, + 101,197,183,189,99,124,72,190,112,54,72,189,155,27,2,61,190,18,46,187,104,155,227,188, + 253,18,99,189,185,64,132,189,207,146,54,61,146,214,45,190,195,143,245,60,252,1,226,60, + 223,63,95,62,196,208,2,187,70,185,173,189,152,233,48,184,215,219,99,189,214,145,28,61, + 44,166,137,62,133,32,193,61,82,110,26,61,110,194,157,189,115,94,157,60,47,38,169,189, + 147,171,34,60,32,29,53,190,207,6,87,186,37,12,117,188,174,172,205,189,49,138,118,61, + 153,202,253,189,194,56,33,62,136,53,120,190,200,56,168,61,62,197,81,189,110,31,136,61, + 200,6,235,60,166,197,241,189,75,180,55,62,255,12,157,189,92,77,215,61,114,171,178,61, + 25,143,222,189,240,136,72,62,242,104,238,61,26,227,30,187,104,114,83,61,171,193,220,189, + 88,55,133,62,237,253,123,62,41,28,154,61,205,149,203,61,223,164,182,189,241,96,4,62, + 87,136,198,61,152,32,234,189,172,123,175,189,46,97,133,189,41,205,193,189,143,193,47,189, + 127,154,6,188,142,82,90,190,127,239,42,190,228,146,4,62,96,128,201,188,98,158,53,189, + 139,84,144,189,93,55,198,61,174,42,98,187,18,55,11,62,224,95,137,189,87,204,231,60, + 212,157,219,61,211,45,242,188,11,59,126,189,254,16,22,62,18,81,8,62,246,65,66,61, + 69,81,209,61,33,193,206,188,2,188,163,61,210,126,201,61,187,176,248,188,148,255,129,188, + 143,20,0,61,170,175,63,189,119,246,112,189,162,141,169,189,53,254,76,62,153,124,9,60, + 4,11,205,189,143,168,80,189,128,46,53,189,212,218,85,189,54,205,54,190,78,165,219,188, + 249,233,136,188,143,45,91,190,0,50,45,189,255,74,143,60,246,25,150,61,78,109,188,189, + 125,148,136,189,16,196,28,188,98,241,12,61,218,225,184,189,69,97,19,62,232,103,191,188, + 79,40,69,61,141,123,155,188,25,180,95,60,153,109,105,189,210,12,16,190,67,135,85,60, + 79,165,58,62,49,19,54,62,211,192,73,60,5,250,85,61,166,135,122,61,62,101,235,189, + 50,34,173,61,40,220,110,190,163,74,28,189,101,144,26,189,112,38,211,60,3,138,85,61, + 157,106,91,61,130,50,205,61,64,88,64,190,188,197,239,61,210,169,36,61,225,83,211,189, + 19,208,81,61,238,117,161,189,76,102,20,62,192,17,96,189,39,249,125,187,96,112,61,61, + 85,56,7,190,208,222,78,62,154,200,189,61,195,166,235,189,207,176,234,60,254,12,214,189, + 183,119,108,62,9,155,111,62,44,129,75,61,36,243,213,61,44,73,51,189,236,167,176,60, + 0,174,156,61,232,119,255,189,234,82,180,189,173,97,148,61,214,93,137,189,8,225,138,189, + 181,162,38,61,22,246,93,190,65,184,41,190,145,239,99,62,217,113,87,61,68,10,195,60, + 24,203,181,189,60,14,77,189,91,80,161,60,222,45,66,61,245,70,121,188,73,255,236,188, + 15,53,116,61,161,21,30,189,113,102,234,189,225,123,74,62,205,214,206,61,159,54,146,187, + 104,192,98,62,246,19,11,189,50,110,169,61,29,190,31,60,85,164,108,188,208,110,186,189, + 153,157,194,189,159,171,218,188,190,127,104,189,185,75,149,189,24,234,58,62,101,56,205,189, + 52,68,153,189,21,146,74,189,164,248,138,189,229,213,249,60,210,109,181,189,49,40,197,189, + 143,160,75,189,192,249,122,190,234,124,101,61,158,138,127,188,204,14,13,62,169,144,8,190, + 237,19,56,188,144,109,242,189,94,132,213,61,114,43,2,58,23,91,213,61,143,208,143,61, + 186,105,135,61,195,184,55,60,31,134,209,189,139,89,6,187,251,166,166,188,0,121,144,61, + 160,81,132,62,125,107,53,62,184,234,146,189,218,202,148,188,244,212,157,188,240,71,3,190, + 255,250,178,60,173,165,53,190,73,52,238,61,135,69,14,189,140,137,171,189,190,177,82,189, + 246,175,215,189,252,162,107,61,223,35,76,190,213,40,162,60,130,73,137,61,13,120,170,189, + 229,145,12,190,102,245,70,190,155,171,84,62,16,69,139,60,12,126,99,61,151,9,99,62, + 36,49,45,190,42,63,184,61,170,183,231,188,251,37,245,189,222,28,111,61,26,64,220,189, + 29,143,136,62,250,29,48,62,118,190,191,188,5,192,59,62,142,14,169,60,1,191,134,61, + 110,130,228,61,88,243,98,189,140,60,54,60,93,95,185,189,146,23,31,187,49,29,209,188, + 92,89,182,187,245,67,21,189,207,153,15,190,233,203,76,62,20,45,21,61,230,230,159,188, + 72,7,223,189,238,255,238,188,246,88,146,189,36,39,33,189,119,184,56,61,178,235,33,189, + 73,101,188,61,175,252,152,189,182,147,133,189,141,241,64,62,169,36,216,61,61,147,59,189, + 230,209,36,62,19,152,203,189,229,108,225,60,231,171,189,61,163,83,121,61,14,203,171,189, + 252,188,113,189,227,78,116,188,146,254,81,61,178,129,222,189,187,13,47,62,185,166,77,188, + 136,97,99,189,224,125,219,188,54,190,119,61,13,136,166,60,230,206,111,190,51,38,137,61, + 94,214,230,189,254,212,91,190,10,131,180,189,238,102,63,60,121,207,246,61,87,163,99,188, + 41,136,158,188,20,244,217,189,198,141,71,59,7,124,130,189,0,34,242,61,78,134,233,189, + 108,151,56,62,124,140,116,61,106,7,156,61,234,55,107,189,61,188,207,59,112,74,213,61, + 84,174,86,62,185,100,2,62,24,232,179,60,48,198,115,189,24,211,26,62,137,11,222,60, + 245,141,91,62,183,54,48,190,7,68,2,62,119,97,140,60,166,134,157,61,93,252,167,189, + 101,79,247,189,133,52,28,62,247,27,136,190,223,122,151,187,154,243,226,59,204,69,119,60, + 204,40,38,190,195,22,10,190,167,229,15,62,76,134,126,189,41,134,61,61,34,234,144,62, + 89,21,13,190,247,231,170,61,156,151,162,189,9,67,140,60,49,177,12,62,146,59,220,60, + 45,109,69,62,32,187,12,62,148,203,134,189,251,241,42,62,35,46,229,186,20,211,161,61, + 85,193,6,62,152,250,59,188,135,197,5,62,76,45,214,61,41,93,30,62,210,59,16,60, + 40,74,115,61,60,166,118,190,9,249,133,189,211,43,105,62,12,157,4,62,79,237,146,61, + 123,110,97,61,82,146,53,61,99,122,215,60,27,47,28,61,12,244,200,189,222,89,241,189, + 19,184,6,62,218,203,183,189,66,219,131,189,222,219,56,62,222,17,25,60,161,108,60,189, + 214,125,111,62,130,174,97,190,28,152,206,61,8,167,40,62,100,101,6,189,142,188,59,61, + 54,123,9,189,205,113,242,186,155,3,21,61,168,44,170,61,36,173,229,61,201,173,3,190, + 112,90,37,62,221,75,211,188,9,203,149,61,132,155,9,62,242,4,67,190,6,35,177,186, + 16,5,247,189,125,214,29,190,37,93,149,189,83,92,221,61,130,117,249,189,157,106,2,190, + 85,114,182,189,151,122,255,60,90,137,220,188,28,175,220,60,108,247,160,61,0,175,77,61, + 115,168,37,62,29,71,62,61,133,27,140,61,141,149,87,188,146,194,38,189,229,179,213,61, + 206,255,249,61,208,171,241,61,176,67,86,189,90,82,62,189,130,0,145,188,16,246,251,189, + 224,219,125,62,72,5,48,190,211,42,209,61,218,143,51,61,100,17,178,61,118,32,246,59, + 3,206,229,188,59,250,93,62,215,58,148,190,117,250,228,61,210,132,35,62,44,245,211,61, + 219,21,58,190,242,116,125,190,233,38,7,62,158,73,70,189,129,107,234,188,35,158,100,62, + 102,190,161,188,156,115,91,62,174,209,185,189,97,117,83,58,175,249,144,61,24,198,120,188, + 120,59,16,62,35,234,89,62,227,23,88,189,216,66,55,62,29,0,8,189,118,117,80,61, + 165,9,61,62,178,70,209,61,217,95,93,60,33,17,184,61,156,35,49,62,101,120,144,188, + 200,212,149,61,49,126,35,190,12,202,56,189,201,198,48,62,205,185,17,62,92,133,218,61, + 167,130,165,188,33,13,115,189,214,234,90,189,206,172,140,189,14,28,223,189,204,195,213,189, + 170,54,226,61,78,225,182,60,222,114,192,189,252,95,190,61,233,33,70,59,131,46,97,189, + 170,240,76,62,175,21,31,188,213,127,102,62,243,139,220,61,241,97,236,60,121,100,137,189, + 219,93,219,187,10,156,45,61,175,14,195,189,162,39,142,60,161,97,139,61,193,121,148,189, + 216,57,39,62,211,103,9,190,134,235,187,61,62,99,15,62,53,0,165,190,105,55,150,189, + 48,160,170,189,157,215,230,189,130,106,133,189,217,57,104,61,122,143,187,189,94,231,254,189, + 155,18,132,190,211,72,185,189,37,93,130,61,214,199,232,189,132,128,200,61,3,113,45,190, + 28,10,89,62,186,157,224,59,171,39,45,189,39,139,30,189,28,21,145,58,134,206,24,60, + 207,189,91,62,164,30,244,61,119,106,54,189,55,129,155,189,219,94,167,61,42,187,65,61, + 95,57,142,62,141,152,170,189,123,110,156,60,43,90,4,62,58,134,180,61,120,205,142,60, + 200,235,128,189,116,102,5,62,215,238,119,190,211,203,1,62,130,54,30,62,158,247,44,60, + 192,107,204,189,183,55,39,190,14,32,161,61,199,51,135,60,53,204,129,188,215,121,132,62, + 106,74,189,189,126,154,217,61,50,191,2,190,159,48,35,189,145,1,224,60,115,169,245,188, + 189,15,234,61,116,98,131,62,144,232,12,190,202,193,100,62,218,14,99,61,157,173,243,61, + 1,163,35,61,1,152,3,62,187,138,200,61,13,102,224,61,176,244,140,62,105,14,32,61, + 214,73,73,61,47,133,54,190,254,193,70,190,234,226,109,62,164,155,161,61,227,18,194,60, + 49,196,156,187,106,159,91,189,170,78,5,190,8,33,22,187,36,29,203,189,76,87,70,60, + 234,13,110,61,88,74,238,188,184,181,2,190,130,70,7,62,81,221,27,61,88,151,183,189, + 132,171,211,61,123,135,37,190,189,19,166,62,78,101,162,61,9,52,233,189,108,15,164,189, + 254,102,160,61,45,76,104,61,238,234,54,189,129,154,216,188,203,12,151,188,142,104,216,58, + 187,28,21,62,213,183,22,190,47,244,179,61,180,143,64,62,249,207,174,190,9,10,109,61, + 124,248,184,184,222,84,58,190,19,187,72,189,8,56,17,62,104,237,214,189,142,242,0,189, + 51,151,129,190,239,82,131,189,82,178,129,61,102,68,28,189,116,22,158,60,196,81,53,190, + 72,190,100,60,61,0,9,62,86,144,209,60,254,236,74,188,58,112,107,61,234,90,17,61, + 185,191,104,62,71,165,45,61,192,11,47,61,117,42,1,62,103,96,47,61,210,87,3,61, + 225,108,53,62,77,188,20,190,17,56,61,62,136,148,174,60,187,97,67,60,239,203,173,61, + 169,231,186,189,123,224,54,62,144,179,136,190,116,183,23,62,76,248,9,62,91,205,150,188, + 205,100,114,190,181,171,89,190,130,165,200,60,233,231,165,61,0,84,48,189,203,142,148,62, + 191,232,23,60,132,176,218,61,11,228,66,189,59,244,148,188,40,172,218,61,39,40,99,61, + 144,31,1,62,140,155,74,62,60,172,24,190,237,20,50,61,219,108,85,61,21,158,61,61, + 197,56,64,62,253,49,46,62,134,220,83,61,49,136,233,60,76,130,117,62,36,220,195,189, + 177,85,47,61,212,77,2,189,181,231,133,190,54,248,156,62,255,110,162,61,252,105,2,62, + 149,197,5,59,178,159,15,189,219,52,31,190,205,226,22,61,145,32,225,61,18,149,221,189, + 81,192,65,62,124,95,196,60,31,158,45,189,33,32,47,62,25,129,219,60,177,72,128,60, + 17,94,51,62,188,101,45,190,128,1,179,62,138,129,76,62,31,2,186,189,119,179,5,61, + 175,101,91,61,116,1,86,188,2,217,27,61,16,53,85,188,196,135,161,60,235,145,110,188, + 145,134,4,62,140,87,97,188,248,190,115,61,175,20,73,62,84,41,164,190,194,165,199,61, + 111,95,38,190,193,177,29,190,59,135,28,190,37,248,28,61,184,80,15,189,7,31,80,61, + 79,28,35,190,44,139,23,188,30,50,196,60,8,70,43,190,123,43,159,61,63,239,60,190, + 122,193,201,61,121,142,102,61,84,3,153,189,103,18,240,61,194,146,151,189,97,193,49,61, + 12,196,37,62,240,212,225,61,251,118,212,188,51,253,12,62,7,80,178,61,159,106,99,189, + 68,30,142,62,99,189,158,59,73,80,239,61,59,132,39,61,213,192,219,61,120,160,187,61, + 220,132,1,61,93,53,184,61,242,169,219,189,119,2,84,62,216,108,65,62,248,182,140,188, + 90,133,220,189,43,148,48,190,103,165,148,61,210,21,0,189,17,201,173,61,201,181,56,62, + 160,74,107,61,255,23,203,61,23,129,46,189,239,215,24,190,16,241,4,62,82,131,163,61, + 118,92,145,188,252,100,7,62,148,132,112,189,200,227,102,62,155,234,189,61,199,126,205,61, + 170,183,192,61,0,44,97,62,40,147,45,62,120,201,173,60,11,14,51,62,9,56,59,189, + 107,102,236,61,156,2,32,190,102,208,73,190,80,171,148,62,225,71,93,62,240,103,194,61, + 12,42,132,61,11,206,216,61,206,243,56,190,167,27,26,61,254,83,177,61,112,36,34,189, + 188,156,101,62,164,196,205,189,185,127,27,60,152,20,209,187,54,38,46,189,68,160,44,189, + 138,52,151,61,198,106,100,189,89,44,177,62,81,150,10,61,125,212,8,190,244,14,121,189, + 161,235,203,59,155,217,73,61,146,228,251,60,119,40,173,61,62,1,209,61,239,162,143,189, + 141,230,46,62,121,193,48,61,27,44,158,60,141,10,26,62,169,53,143,190,175,138,157,60, + 45,164,84,190,45,17,40,190,102,4,18,190,164,204,149,61,233,78,51,190,237,123,14,61, + 3,90,190,188,223,131,22,190,161,115,202,61,220,10,153,60,119,59,150,60,251,3,118,61, + 74,49,234,60,170,120,117,61,33,157,175,188,11,121,131,189,60,5,207,188,84,145,41,189, + 210,171,131,185,60,62,135,61,124,54,143,59,170,246,138,59,82,1,51,189,188,23,85,61, + 103,26,40,189,154,166,180,189,75,6,134,189,91,59,185,61,137,243,79,185,163,157,44,61, + 39,215,14,61,142,171,138,61,136,45,37,62,171,168,17,61,163,210,220,188, +}; +// clang-format on diff --git a/submodules/MuTap b/submodules/MuTap index 2e02473..1d258d3 160000 --- a/submodules/MuTap +++ b/submodules/MuTap @@ -1 +1 @@ -Subproject commit 2e024739bfb54aab8c23224a5b1ef28b1870c1ad +Subproject commit 1d258d3747d8e6902072d7587e8fcbd1b04f1f2d