mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-21 06:45:39 -06:00
.roadmap
git-svn-id: svn://ultimatepp.org/upp/trunk@8183 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
d13c3531e9
commit
b044c664d7
2 changed files with 172 additions and 50 deletions
|
|
@ -23,6 +23,121 @@ topic "Changelog";
|
|||
[b50;2 $$21,21#03324558446220344731010354752573:Par]
|
||||
[{_}%EN-US
|
||||
[s0; [*R6 Roadmap]&]
|
||||
[s0;*_3 &]
|
||||
[s0; [*_3 Release candidate]&]
|
||||
[s0;3 &]
|
||||
[s0; [*_4 8182][*3 (Feb 2015)]&]
|
||||
[s0;4 &]
|
||||
[s0; [* Core]&]
|
||||
[s0;* &]
|
||||
[s0;i150;O0; U`+`+ abandoned `"default pick`" semantics for containers.
|
||||
The transfer semantics now has to be specified explicitly, either
|
||||
as `'[* pick]`' or `'[* clone]`' (this is enforced in C`+`+11 mode,
|
||||
in legacy mode old behaviour is maintained and pick/clone are
|
||||
optional).&]
|
||||
[s0;i150;O0; New containers, based on fast`-insertion arrays: [* InVector,
|
||||
InArray, SortedIndex, SortedVectorMap, SortedArrayMap]. SortedIndex,
|
||||
SortedVectorMap and SortedArrayMap provide binary searches, while
|
||||
maintaining random access to the array, with performance comparable
|
||||
to binary tree based containers (e.g. std`::map).&]
|
||||
[s0;i150;O0; New [* Core/POP3] package `- support for retrieving emails
|
||||
form POP3 servers.&]
|
||||
[s0;i150;O0; Initial round of C`+`+11 support (lambda callbacks,
|
||||
minor fixes)&]
|
||||
[s0;i150;O0; A set of small utility functions [* findarg], [* decode],
|
||||
[* min]/[* max] now supporting more arguments. [* SplitTo ]and [* Merge]
|
||||
for splitting/merging strings.&]
|
||||
[s0;i150;O0; [* InFilterStream], [* OutFilterStream] classes that can
|
||||
provide some sort of processing (e.g. compression) to regular
|
||||
streams.&]
|
||||
[s0;i150;O0; New Date related functions [* EasterDay], [* GetMonths],
|
||||
[* GetWeek], [* GetWeekDate].&]
|
||||
[s0;i150;O0; MIME / fileextension mapping functions [* FileExtToMIME
|
||||
]and [* MIMEToFileExt].&]
|
||||
[s0;i150;O0; Some ARMv7 related optimization (unaligned access, byte
|
||||
swaps).&]
|
||||
[s0;i150;O0; [* SpinLock] class.&]
|
||||
[s0;i150;O0; Stream optimization methods [* GetPtr], [* PutPtr], [* GetSzPtr]
|
||||
provide safe access to Stream internal buffer.&]
|
||||
[s0;i150;O0; String/WString`::[* Find](const String`&) significantly
|
||||
speed optimized.&]
|
||||
[s0;i150;O0; [* Value] invalid casts now throwing exception [* ValueTypeError]
|
||||
instead of panic.&]
|
||||
[s0;i150;O0; [* WebSocket] class.&]
|
||||
[s0;i150;O0; `[[* Stable]`][* SortBy]`[[* Keys]`|[* Values]`] functions for
|
||||
sorting VectorMap, ArrayMap.&]
|
||||
[s0;i150;O0; [* plugin]/[* lz4 ]`- adapted fast compression library&]
|
||||
[s0;i150;O0; [* plugin]/[* lzma ]`- adapted high ratio compression library&]
|
||||
[s0; &]
|
||||
[s0; [* GUI programming `& graphics]&]
|
||||
[s0;* &]
|
||||
[s0;i150;O0; [* Gtk ]backend (U`+`+ now using Gtk for host platform
|
||||
interface)&]
|
||||
[s0;i150;O0; [* EditDateDlg], [* EditNumber ]simple function for entering
|
||||
single value (equivalent to EditText)&]
|
||||
[s0;i150;O0; ArrayCtrl new methods to add/retrieve ValueMaps and
|
||||
ValueArrays, new [* CreateCtrl]<T> method.&]
|
||||
[s0;i150;O0; LineEdit heavily optimized to be able to work with huge
|
||||
files (>100MB).&]
|
||||
[s0;i150;O0; LineEdit now able to work with [* rectangular selections.]&]
|
||||
[s0;i150;O0; [* DDARasterizer] and [* SDraw] are new tools providing
|
||||
Draw with minimal host platform support (only two operations,
|
||||
paint Image and paint colored rectangle, are required).&]
|
||||
[s0;i150;O0; Image rescaling now supports varios filters, like bicubic
|
||||
or lanczos.&]
|
||||
[s0;i150;O0; AttrText is now rich comparable Value: it is now possible
|
||||
to sort ArrayCtrl by AttrText filled columns.&]
|
||||
[s0;i150;O0; [* GLDraw] `- Draw implemented using OpenGL (ES).&]
|
||||
[s0;i150;O0; [* SVG parser] (to Painter interface).&]
|
||||
[s0;i150;O0; [* plugin]/[* ppm ]`- trivial image format support.&]
|
||||
[s0;i150;O0; [* RichText]/RichEdit [* header]/[* footer ]support, QTF now
|
||||
using BASE64 for binary data (instead of 7`-bit raw encoding).&]
|
||||
[s0;i150;O0; [* Turtle] is another web framework of U`+`+ `- this one
|
||||
allows to convert existing GUI applications into Web application:
|
||||
simple javascript terminal connects to server where GUI application
|
||||
runs.&]
|
||||
[s0; &]
|
||||
[s0; [* Sql]&]
|
||||
[s0; &]
|
||||
[s0;i150;O0; New variants of Insert/Select/Update commands (now roughly
|
||||
supporting all important combinations of SQL standard).&]
|
||||
[s0;i150;O0; [* SqlSetFrom ]functions creates a SqlSet from any container.&]
|
||||
[s0;i150;O0; S`_ structures refactored, now provide an improved interface
|
||||
with better introspection.&]
|
||||
[s0;i150;O0; Sql console redesigned.&]
|
||||
[s0;i150;O0; &]
|
||||
[s0; &]
|
||||
[s0; [* TheIDE]&]
|
||||
[s0;* &]
|
||||
[s0;i150;O0; Win64 PDB (Visual C`+`+ compiled code) debugger.&]
|
||||
[s0;i150;O0; Find GUI refactored, added support for incremental finds,
|
||||
added regexp support.&]
|
||||
[s0;i150;O0; Block replace now has grep`-like feature to remove matching/non`-matchin
|
||||
g lines (instead of replacing matches)&]
|
||||
[s0;i150;O0; Case insensitive replace now has `"mimic case`" option
|
||||
(mimics the case of first and next characters, so replacing `"vector`"
|
||||
`-> `"array`", when match is `"Vector`", result is `"Array`").&]
|
||||
[s0;i150;O0; Compilation errors now parsed and displayed nicely.&]
|
||||
[s0;i150;O0; Assist`+`+ context goto (Alt`+J) now supports local
|
||||
variables (goes to declaration).&]
|
||||
[s0;i150;O0; Layout/Icon designers now have find Search filter.&]
|
||||
[s0;i150;O0; Ide now displays long numbers with thousands separators.&]
|
||||
[s0;i150;O0; Syntax highlighting refactored, added highlighting of
|
||||
HTML, XML, .log files, .xsd files, .diff files.&]
|
||||
[s0;i150;O0; Directory comparison tool.&]
|
||||
[s0;i150;O0; Simple Json/XML viewers.&]
|
||||
[s0;i150;O0; Comment/Uncomment block.&]
|
||||
[s0;i150;O0; Selected identifier is now highlighted in all the text.&]
|
||||
[s0;i150;O0; Current line is highlighted with faint lines.&]
|
||||
[s0;i150;O0; Precompiled headers support for release mode (BLITZ
|
||||
still far better for debug builds).&]
|
||||
[s0;i150;O0; Insert file path (plain or as CString) function.&]
|
||||
[s0;i150;O0; Layout code generator now can place double`-quotes around
|
||||
elements, generate handlers for buttons.&]
|
||||
[s0;i150;O0; Layout designer now can sort widgets based on their
|
||||
graphical position.&]
|
||||
[s0;i150;O0; Code navigator is completely redesigned.&]
|
||||
[s0; &]
|
||||
[s0;4 &]
|
||||
[s0; [*_3 Current release]&]
|
||||
[s0;3 &]
|
||||
|
|
|
|||
|
|
@ -1,53 +1,60 @@
|
|||
TITLE("Changelog")
|
||||
COMPRESSED
|
||||
120,156,173,125,11,119,219,70,150,230,95,193,218,233,142,228,166,36,62,37,138,158,237,51,50,37,219,74,36,75,17,37,199,115,60,158,16,36,138,36,34,16,64,0,80,18,179,103,231,183,239,119,239,173,42,60,229,216,61,187,179,29,83,36,80,85,168,186,143,239,62,241,185,235,252,240,67,187,213,126,217,254,139,255,55,58,85,11,119,19,100,95,62,7,221,225,240,181,223,233,116,219,175,221,206,209,235,171,227,215,255,253,223,255,189,223,233,183,135,175,105,176,14,6,235,180,251,189,78,183,131,239,218,253,238,81,103,112,220,62,30,12,59,195,118,239,168,223,29,28,181,7,163,216,77,220,245,151,207,238,176,247,250,213,205,33,238,234,182,6,47,123,157,94,167,221,57,236,246,113,85,187,215,238,246,59,221,65,103,56,236,119,142,6,195,222,241,225,225,104,238,198,153,31,133,95,62,207,232,190,62,110,235,225,182,246,209,240,176,223,193,77,253,65,183,119,52,232,227,230,126,31,203,235,97,226,163,195,163,163,81,230,103,129,250,242,217,167,117,99,181,99,90,101,191,117,
|
||||
248,18,171,235,30,225,206,126,183,127,216,239,13,187,189,206,176,219,61,60,238,245,143,251,88,118,167,59,242,51,133,69,206,250,221,215,46,254,71,183,13,48,95,127,208,239,244,176,35,253,163,65,15,151,29,225,223,126,251,184,211,197,164,195,246,96,128,249,212,147,217,166,25,54,136,54,137,238,61,196,148,221,163,1,221,49,236,15,59,189,163,97,183,223,61,236,98,17,237,35,60,40,173,96,48,242,84,58,199,189,189,110,231,117,134,101,189,30,255,251,224,117,7,55,31,181,142,94,118,219,199,237,238,225,209,49,38,197,130,241,204,189,227,227,78,111,136,73,251,157,65,187,211,27,205,35,15,207,57,235,14,218,61,158,113,136,163,56,196,200,188,45,131,195,14,22,221,237,13,49,229,81,167,215,195,127,7,253,225,209,40,85,116,24,89,148,124,249,252,234,223,119,218,251,237,253,238,96,176,75,183,31,227,246,97,175,223,235,245,15,143,251,157,118,15,211,96,140,62,237,217,97,27,199,217,25,116,135,163,153,155,98,206,12,95,29,201,206,118,136,154,176,247,189,225,160,
|
||||
135,169,15,241,31,156,43,30,176,135,253,233,30,247,135,189,222,176,61,154,7,110,154,234,77,162,13,122,69,15,217,233,180,58,157,151,71,180,183,131,94,183,127,76,155,211,235,98,147,187,135,131,227,14,118,121,112,216,111,119,71,137,250,99,227,39,106,173,66,108,179,15,242,120,109,142,72,211,34,22,35,164,216,109,117,186,32,198,193,225,97,155,246,107,0,130,232,246,6,216,240,118,103,216,199,138,240,127,56,230,76,83,227,44,127,134,94,171,211,123,121,220,237,247,176,146,227,126,31,59,128,1,58,199,157,78,167,61,196,255,225,201,176,47,76,31,29,77,88,122,122,185,189,223,234,244,95,30,129,140,113,82,199,125,154,254,184,71,251,215,197,246,119,15,219,3,156,67,87,110,239,210,174,119,127,192,190,119,186,67,250,31,239,124,103,208,234,128,31,176,196,206,96,128,231,238,97,171,187,67,60,251,0,123,223,99,18,239,28,13,71,31,212,99,122,234,102,74,19,204,171,241,15,66,105,157,195,86,231,240,101,155,238,31,12,143,113,128,157,62,237,95,175,223,63,238,
|
||||
30,247,122,131,238,241,160,119,216,198,62,166,194,208,116,51,177,20,179,163,29,228,168,213,57,2,115,225,89,7,3,60,61,223,134,39,63,234,208,82,186,195,227,67,218,5,61,200,116,47,240,67,90,7,40,227,181,16,195,171,241,63,58,157,35,26,104,8,166,25,14,15,219,189,99,108,6,246,160,61,0,165,67,32,12,113,208,56,231,46,216,128,36,194,252,222,93,170,233,158,230,86,94,2,81,224,160,55,24,18,221,226,78,44,29,139,192,56,199,237,246,33,190,25,14,193,77,163,165,27,151,8,176,219,110,117,219,160,34,200,159,1,152,18,115,129,252,218,199,36,75,32,25,112,2,16,69,199,3,161,192,233,94,168,210,76,121,56,252,65,155,31,187,219,105,117,59,216,59,208,223,96,48,236,247,15,177,94,204,125,68,162,137,142,16,12,60,56,234,141,174,93,240,203,255,249,237,255,254,237,236,195,222,221,196,249,156,182,95,59,159,73,148,221,68,174,183,198,138,254,254,133,190,235,59,242,47,126,251,173,231,140,55,73,2,162,117,18,21,40,98,27,249,141,126,201,
|
||||
175,234,59,224,202,1,168,162,231,56,59,87,243,204,193,81,119,119,235,151,222,174,148,179,136,230,155,212,137,22,78,182,242,83,51,170,243,232,166,78,170,146,7,149,56,113,18,45,65,218,107,63,92,238,243,29,107,215,15,157,80,61,58,11,229,102,155,68,57,184,111,250,226,243,43,103,114,191,13,220,228,254,203,244,69,203,193,48,161,227,134,158,179,166,15,159,255,107,149,101,241,116,52,61,152,30,60,62,62,78,247,113,220,254,26,84,23,199,211,253,40,89,78,15,210,100,238,69,243,233,15,122,140,233,15,183,27,136,19,223,13,166,63,168,112,186,183,73,167,251,171,108,29,252,151,115,55,253,199,244,31,14,73,12,207,121,84,51,199,83,15,42,136,98,98,100,103,129,117,170,199,8,75,216,215,79,104,247,196,25,71,137,217,44,253,173,15,129,247,250,10,127,78,178,4,15,231,240,97,58,43,60,249,76,169,208,89,108,146,108,133,231,143,160,47,214,254,159,152,110,17,37,142,191,198,126,60,224,143,177,155,57,177,74,240,221,218,13,231,106,191,50,230,185,167,199,
|
||||
163,157,76,160,246,230,120,28,220,150,69,24,61,203,48,110,186,137,227,40,201,156,53,237,69,182,74,148,235,225,247,226,110,87,151,121,123,114,123,62,158,254,118,50,153,156,221,220,58,126,152,37,145,183,153,235,133,205,163,117,236,7,76,251,107,229,204,87,106,126,159,86,71,184,29,95,31,156,95,243,177,188,191,189,189,174,174,141,190,199,168,10,11,0,57,211,199,136,183,173,69,171,122,240,61,218,36,58,247,219,121,60,137,230,247,42,107,57,231,241,137,231,37,231,225,34,106,57,239,113,196,239,233,41,18,153,1,127,222,64,202,130,55,100,43,48,228,142,90,44,212,60,243,113,100,91,39,154,165,81,160,50,26,245,87,28,164,102,222,221,234,162,63,186,193,70,53,45,213,30,76,203,9,163,71,103,147,210,72,233,218,13,2,231,129,239,209,23,184,164,239,157,76,205,87,161,143,229,52,143,191,140,50,231,211,58,192,112,206,206,60,10,65,248,41,223,21,29,44,146,104,237,124,186,188,216,229,73,127,74,163,240,185,139,126,154,92,125,216,53,231,90,157,134,100,44,
|
||||
175,147,8,44,2,229,144,186,36,90,62,152,238,77,247,170,87,159,61,249,25,241,21,221,64,154,10,15,68,4,14,54,29,59,138,126,91,108,194,57,61,87,139,40,50,96,61,134,109,145,61,80,79,115,21,203,67,39,184,31,167,56,125,5,178,185,190,158,254,118,121,114,254,129,159,99,204,108,180,72,124,21,122,193,182,70,40,76,142,118,185,39,25,175,231,153,39,219,247,67,223,97,245,167,64,215,178,230,57,152,126,38,39,16,133,56,145,173,163,66,32,47,136,121,55,95,231,249,135,243,233,111,211,87,206,74,5,216,143,26,181,78,136,59,220,96,9,49,144,173,214,21,10,104,57,196,231,169,227,206,162,77,230,116,218,127,115,22,46,132,112,82,29,228,226,234,221,251,179,79,252,200,167,119,151,215,244,57,136,150,75,154,126,237,206,147,40,213,180,173,185,200,252,38,34,33,5,15,96,117,79,160,233,57,196,85,64,151,172,107,51,64,88,191,197,241,19,101,188,5,7,242,92,19,90,228,109,100,191,251,93,147,77,52,251,29,244,239,16,185,28,224,92,22,248,45,
|
||||
173,200,170,92,100,77,254,8,158,145,88,211,31,175,22,211,31,33,91,179,85,132,173,216,164,34,89,254,216,184,129,191,216,58,147,95,46,32,15,130,205,26,114,26,167,146,182,236,73,18,251,186,1,246,41,116,137,11,241,125,38,236,33,39,98,232,114,167,198,133,19,72,148,181,43,11,198,174,176,216,227,27,53,145,186,243,185,74,83,127,70,207,31,199,129,63,151,95,115,193,225,242,230,17,5,123,110,230,146,252,118,82,25,147,5,89,26,43,166,231,234,188,63,69,126,120,163,22,250,81,233,246,9,84,20,182,80,31,27,40,0,138,130,214,50,119,126,199,181,206,35,100,182,146,143,96,81,207,55,139,76,183,33,196,121,198,130,124,182,205,85,133,86,37,184,232,91,150,131,35,25,103,73,32,207,108,36,184,94,1,70,89,3,60,127,247,128,19,218,56,92,110,206,8,204,23,61,94,133,103,73,18,37,154,131,90,244,88,208,167,44,58,29,146,112,116,196,138,174,72,161,184,137,203,49,144,220,97,185,191,97,170,17,253,167,184,246,20,74,60,155,175,232,128,88,14,
|
||||
94,186,49,237,49,13,184,35,36,241,150,126,135,64,133,46,38,1,148,56,239,84,118,19,61,210,133,238,130,244,24,95,80,163,151,75,8,252,243,16,16,34,179,207,53,125,1,188,13,221,57,125,161,159,138,72,86,190,162,9,137,172,232,122,58,31,5,90,81,250,111,44,162,229,124,136,238,82,117,155,184,97,234,242,54,154,17,88,101,165,154,122,111,78,223,92,58,180,209,254,2,212,64,59,68,135,238,62,57,59,24,41,35,129,182,84,161,74,240,219,221,135,243,171,15,206,201,197,5,36,164,63,191,223,149,237,141,35,161,224,218,198,41,162,36,55,97,198,186,1,226,96,35,22,248,72,206,141,84,102,104,4,200,244,71,146,156,211,189,40,12,182,224,80,125,77,77,182,157,150,199,72,121,181,44,56,104,134,130,4,5,67,66,165,139,56,198,137,168,197,134,165,80,5,53,104,168,86,224,188,180,118,34,99,22,8,41,207,2,6,4,163,178,108,120,70,92,255,177,137,232,36,118,72,96,16,85,215,5,130,166,38,18,127,183,60,28,47,95,190,144,185,180,96,183,186,
|
||||
138,167,225,39,121,92,65,243,203,42,82,141,51,88,31,125,84,36,221,65,91,181,13,131,153,66,131,167,211,209,200,42,207,255,18,226,197,16,116,252,1,83,17,139,86,236,7,203,8,90,81,162,128,81,241,216,208,95,160,65,67,228,207,202,220,27,127,190,186,133,237,221,226,79,103,144,31,95,42,43,1,106,119,129,144,226,149,147,108,2,60,157,217,191,149,11,58,246,162,140,182,13,7,228,185,233,138,78,38,219,226,25,235,104,20,66,228,194,159,61,35,222,105,218,183,190,10,114,13,252,43,232,243,154,20,28,180,9,49,93,182,2,252,212,167,102,164,255,124,229,134,75,80,12,93,70,232,211,143,103,145,155,224,39,60,78,141,165,176,31,213,45,38,69,5,225,74,58,239,87,63,236,117,141,104,215,192,74,76,124,229,104,98,196,132,129,251,231,22,70,27,206,219,241,231,13,68,14,42,136,146,235,40,222,196,26,143,22,22,69,71,195,76,71,88,38,218,132,30,8,83,86,10,99,80,173,103,1,35,114,26,128,248,13,8,131,9,104,39,240,239,149,243,178,211,117,
|
||||
221,94,143,118,185,211,237,57,131,129,115,184,219,114,92,207,75,197,136,145,219,176,192,24,64,129,110,166,237,160,239,88,159,11,109,228,242,177,112,42,208,39,198,72,170,30,9,232,175,5,41,152,102,224,13,107,3,188,59,125,67,244,198,252,95,227,143,204,77,50,60,57,193,113,16,232,42,218,4,36,216,64,170,203,144,228,19,164,105,97,168,218,214,189,108,57,63,185,15,238,100,158,248,177,16,242,60,77,141,60,91,249,203,85,128,255,101,13,86,194,185,167,44,73,62,248,224,154,253,152,4,232,254,239,49,253,119,233,47,120,176,253,217,58,214,202,156,254,132,13,21,58,202,35,140,71,248,25,4,70,119,149,224,73,137,19,83,162,117,250,149,212,220,163,31,122,152,208,83,172,158,220,162,120,198,97,144,12,32,161,197,135,77,83,48,49,241,99,165,116,130,100,195,101,10,24,22,180,5,29,177,135,197,3,165,8,69,231,211,240,221,203,136,238,197,247,46,96,11,153,102,122,102,124,131,123,107,244,172,213,79,129,230,82,160,231,148,145,93,203,17,252,158,9,205,145,
|
||||
0,210,191,88,105,213,248,224,32,38,50,140,244,214,121,176,79,163,101,65,155,45,132,59,245,198,206,231,81,226,233,37,99,189,190,209,14,142,81,14,192,94,27,51,141,177,242,203,214,254,117,162,30,252,104,99,13,243,244,75,149,104,97,236,247,59,199,61,109,236,119,251,80,149,15,100,239,119,118,43,164,12,253,123,3,203,125,22,61,66,1,179,53,4,150,88,110,113,110,243,104,19,211,130,197,180,126,119,119,46,66,116,21,193,114,163,115,97,212,235,156,91,131,196,232,73,122,46,109,126,51,176,196,157,122,42,107,147,8,53,60,66,83,17,76,103,9,37,140,13,89,36,211,9,141,97,113,111,9,145,205,54,48,16,19,44,80,91,131,36,220,82,71,175,155,230,179,35,235,153,120,181,196,237,137,255,128,211,112,110,222,189,57,17,112,39,67,57,59,52,185,115,175,182,185,220,89,99,67,73,20,198,155,204,170,73,179,73,116,200,48,165,215,116,29,185,163,156,77,230,7,126,182,197,2,55,235,123,44,12,20,74,115,130,14,84,76,106,63,132,170,144,39,49,75,158,
|
||||
109,252,0,70,240,200,193,13,149,209,79,97,54,211,243,155,75,201,166,113,61,208,143,208,59,123,86,210,104,147,204,177,183,137,50,64,228,85,193,183,67,30,152,243,211,179,170,82,154,104,40,74,91,113,119,251,118,56,221,123,115,117,73,54,87,228,53,200,136,11,119,75,199,161,201,52,17,129,81,149,45,100,99,157,224,160,211,140,159,142,46,185,15,9,166,225,240,18,210,174,188,61,160,5,13,177,97,19,52,216,188,37,164,47,19,238,236,227,207,221,175,204,187,223,60,47,169,184,111,158,218,136,65,82,158,107,168,15,178,222,174,216,248,34,4,61,206,109,224,131,49,0,215,51,150,45,115,188,1,47,152,94,61,241,38,123,209,124,147,19,55,190,39,207,20,201,178,216,91,60,179,213,48,84,32,247,53,90,96,48,252,35,196,205,102,158,65,12,24,89,73,6,11,86,205,24,149,240,77,245,137,214,68,49,59,251,254,58,216,45,143,71,162,30,124,65,75,219,17,5,191,171,17,150,17,148,116,19,63,178,27,164,246,49,248,75,210,146,207,73,250,91,54,165,52,211,
|
||||
23,142,132,136,236,165,31,206,131,141,87,247,123,241,252,172,249,243,173,43,25,28,191,220,190,213,218,184,110,73,207,113,74,216,217,13,169,21,195,35,44,255,201,205,157,22,44,137,171,88,137,16,134,12,78,24,52,110,193,155,116,213,126,69,234,129,101,0,180,18,160,247,170,60,36,215,86,101,5,119,150,228,86,6,44,178,99,13,39,77,242,110,28,145,244,121,114,178,109,92,123,240,49,112,33,30,221,90,217,119,161,207,199,121,150,206,221,88,21,116,4,176,142,74,32,250,113,26,211,23,211,255,220,96,221,74,174,161,235,193,30,46,195,148,92,251,55,123,196,78,146,196,221,202,108,88,174,108,59,24,54,38,161,196,71,125,35,150,149,24,206,181,189,182,214,158,25,97,162,178,29,72,201,150,248,206,118,245,125,205,206,178,154,27,235,243,244,139,67,119,239,106,199,92,241,107,146,148,79,102,60,230,98,57,50,160,31,113,26,144,42,206,92,70,105,118,85,52,76,225,49,149,200,252,218,83,120,209,134,206,69,188,17,140,44,118,222,242,231,22,206,138,245,251,174,93,
|
||||
172,177,214,137,143,221,212,199,244,137,130,118,131,168,53,222,157,24,248,34,99,101,5,246,108,129,51,161,175,18,128,154,186,87,137,72,199,14,76,110,63,103,167,128,214,68,206,64,17,139,132,216,37,231,24,99,104,134,113,64,0,76,10,207,200,28,237,140,54,131,195,218,30,99,21,99,64,228,108,103,87,112,191,79,110,47,81,191,98,221,88,185,24,110,214,51,114,89,47,242,165,167,228,170,244,212,116,143,159,46,221,37,218,210,115,48,234,3,32,52,106,130,6,134,242,152,238,13,43,106,75,91,43,34,52,241,153,31,127,135,212,96,32,172,181,91,121,8,62,53,186,50,119,33,166,98,85,129,204,198,6,144,145,126,249,37,19,64,122,146,142,211,135,231,136,181,108,15,89,73,18,248,107,159,53,39,65,184,175,97,98,54,30,85,38,178,120,250,219,244,115,32,82,153,12,96,144,168,129,159,185,192,210,50,152,108,122,66,66,251,184,158,173,239,162,157,85,144,11,50,92,21,74,156,38,238,227,193,181,183,224,127,111,148,200,103,182,28,125,146,115,184,3,0,164,186,
|
||||
115,77,55,145,111,90,235,48,136,96,127,238,92,159,190,61,56,121,142,128,78,178,44,161,189,182,91,255,38,10,188,131,243,12,55,207,15,238,72,248,144,246,60,32,26,184,87,180,11,207,108,58,109,26,78,71,175,129,100,126,74,224,11,182,139,34,171,154,190,101,151,225,130,174,170,60,250,21,107,29,77,28,122,195,210,154,166,96,167,71,150,16,11,2,137,182,28,142,21,96,251,215,110,114,159,59,148,29,102,82,168,51,18,155,22,53,104,222,245,132,93,65,233,27,98,96,235,132,174,62,76,28,108,0,60,167,255,57,249,3,96,78,245,216,103,20,227,44,60,57,210,222,254,209,254,176,249,158,131,12,28,82,185,220,56,254,59,251,253,222,51,119,193,220,42,19,235,217,167,243,75,104,105,210,104,17,121,221,53,122,192,114,93,114,136,54,237,190,30,10,86,206,156,44,21,163,16,237,144,128,86,32,6,177,213,233,10,54,43,51,10,208,133,126,76,158,118,227,33,3,189,64,232,46,125,208,128,216,159,150,69,94,218,9,41,92,3,206,164,40,67,105,221,215,119,183,
|
||||
101,93,80,13,53,246,186,157,142,182,62,58,135,206,91,152,115,37,235,227,27,176,235,228,172,75,182,217,149,197,65,140,131,161,21,22,62,168,34,55,14,105,93,26,118,216,155,140,51,110,231,230,210,121,121,92,83,149,97,17,193,1,186,27,171,207,58,1,232,56,79,38,227,243,243,186,3,211,207,49,136,172,101,147,200,150,146,21,75,236,176,34,84,42,48,110,67,65,169,69,224,46,217,236,83,12,232,103,91,115,127,141,28,111,12,245,254,178,241,231,247,183,238,44,21,58,198,167,55,110,210,2,117,71,201,210,13,217,89,125,22,62,248,9,152,130,78,70,12,206,26,199,7,1,161,64,227,237,198,33,207,160,100,238,69,224,215,244,75,193,82,24,95,92,189,209,129,2,198,28,4,204,5,85,237,188,236,244,119,255,71,80,202,57,241,136,91,214,126,202,170,239,29,78,176,63,29,141,206,158,212,124,147,213,208,211,173,88,160,116,194,151,64,45,172,222,200,85,17,4,86,247,59,107,253,67,237,241,121,34,29,188,43,128,6,139,33,114,127,95,229,158,83,119,123,181,
|
||||
248,15,69,59,14,113,120,27,221,250,107,37,34,120,228,220,144,246,86,157,97,251,153,216,152,184,193,124,239,57,49,44,56,228,60,204,222,144,1,228,242,124,211,31,113,45,204,91,131,249,247,245,58,236,181,239,213,211,93,92,116,153,54,168,148,198,39,97,227,224,42,78,97,180,103,105,28,213,143,253,230,100,114,123,118,51,253,109,120,114,113,253,254,68,204,134,40,76,125,8,85,69,106,53,4,64,72,20,123,149,33,227,201,243,187,240,159,200,57,155,166,27,197,110,179,104,173,10,94,161,170,178,187,118,201,13,94,181,89,244,183,60,157,216,203,41,65,123,122,140,202,253,90,214,45,253,197,232,43,4,123,49,190,109,128,38,13,212,119,70,144,70,221,192,212,176,206,58,242,39,233,161,98,22,163,32,151,22,68,77,130,121,139,94,241,185,2,209,205,162,196,107,80,35,64,99,87,177,11,61,117,3,233,209,162,63,63,70,190,119,195,208,75,239,104,86,37,151,40,254,85,220,84,111,55,65,0,132,200,185,5,28,217,81,214,119,102,92,174,141,176,171,217,77,59,42,
|
||||
109,204,173,74,128,16,192,249,19,149,60,248,64,213,228,246,34,137,145,2,7,146,81,193,195,215,196,163,113,249,146,39,183,28,83,215,102,23,158,200,33,7,111,3,168,58,177,113,183,0,119,138,5,195,241,47,90,143,113,163,59,49,144,102,141,55,46,220,153,10,222,68,79,206,131,159,110,56,220,96,213,205,169,159,210,41,120,236,28,195,249,200,165,196,66,4,101,8,9,121,250,10,63,188,175,201,54,144,46,231,86,144,69,44,240,135,194,101,225,22,251,236,101,171,218,19,88,148,202,194,87,1,59,51,51,73,132,47,223,10,80,14,71,10,31,137,50,200,165,27,57,148,6,215,166,81,151,42,171,6,112,77,224,160,145,81,39,28,169,184,0,2,107,57,226,203,175,89,208,134,96,241,15,155,71,64,88,41,100,148,68,233,24,135,197,138,125,180,158,207,50,194,5,156,168,81,170,204,198,76,107,68,240,252,79,5,241,158,81,16,77,176,65,117,225,239,18,223,163,103,111,28,106,28,96,13,99,70,114,222,142,184,219,11,226,61,137,30,167,191,49,207,96,173,98,137,
|
||||
129,166,197,4,109,151,103,1,4,171,76,80,180,23,119,240,243,185,183,171,117,253,67,116,15,226,253,112,246,241,236,134,12,73,200,144,217,102,169,163,117,58,192,205,238,9,29,67,168,140,123,5,104,25,168,17,193,204,219,233,111,183,231,151,103,147,219,147,203,107,43,6,118,96,77,133,148,67,16,40,10,239,237,150,215,249,171,170,114,222,100,157,197,128,5,96,189,155,66,30,130,108,68,90,96,70,107,123,21,44,43,10,134,81,106,76,106,110,128,189,230,199,196,162,7,41,185,17,19,19,169,175,5,37,222,184,127,186,110,162,53,238,75,243,195,37,81,181,129,23,122,72,14,134,106,234,193,83,3,11,98,13,45,231,84,65,26,38,219,152,255,24,95,42,254,247,58,137,50,150,97,183,16,72,45,98,59,24,51,243,21,253,244,78,133,208,135,167,23,68,10,184,48,10,182,159,46,47,240,33,136,50,72,163,22,253,43,63,77,182,169,100,254,92,130,27,93,253,207,53,140,33,26,229,173,113,163,247,239,90,70,186,211,14,185,27,207,199,45,19,58,47,253,207,217,147,
|
||||
75,126,149,22,139,20,72,200,136,168,187,197,108,248,150,188,7,250,51,150,28,67,32,68,203,235,40,53,107,131,112,49,31,227,187,120,220,114,72,22,235,213,81,228,13,183,50,4,144,175,140,251,181,101,129,22,30,129,16,73,97,63,238,98,192,113,149,255,244,110,227,183,156,171,5,160,181,50,18,143,226,241,197,13,51,51,141,183,241,74,239,173,7,76,248,81,172,132,22,185,130,254,104,145,112,114,211,213,228,163,36,71,169,32,254,232,171,71,203,254,253,18,166,238,30,29,91,76,61,116,116,6,95,251,59,48,245,7,98,159,140,101,166,120,91,74,4,42,10,41,197,33,255,236,28,237,119,254,71,56,79,156,132,198,44,35,188,157,3,118,70,117,93,194,221,252,169,223,224,235,80,238,90,39,202,145,108,231,104,179,118,20,93,43,117,47,214,203,38,187,206,146,114,152,221,68,170,75,57,94,53,33,8,19,83,34,202,226,98,96,84,104,141,125,201,73,3,199,49,68,89,144,21,74,238,120,49,86,73,116,138,179,133,32,40,36,160,93,86,110,128,146,231,133,163,59,
|
||||
43,69,137,73,216,134,112,174,116,172,199,160,86,155,211,240,140,155,135,214,245,171,254,108,60,135,218,56,40,91,93,95,65,128,57,116,170,249,186,22,252,232,190,36,167,224,2,60,237,13,167,73,137,135,80,62,178,144,98,207,37,37,4,81,28,71,101,167,215,231,18,207,151,143,198,69,224,208,31,197,236,31,108,150,23,24,189,196,129,198,76,71,24,201,0,166,253,36,24,89,123,122,235,163,48,209,149,60,247,146,22,240,129,198,15,206,195,123,147,246,67,3,90,136,80,200,188,99,239,12,51,248,183,193,66,235,209,118,121,158,243,148,1,42,39,131,53,109,118,51,0,187,166,20,77,101,150,139,29,159,5,148,13,233,9,162,35,111,1,235,45,207,241,54,124,174,116,100,102,124,231,220,19,116,33,155,29,209,105,67,97,62,227,109,37,39,128,217,33,107,197,74,254,211,169,113,123,239,87,35,213,132,45,8,126,104,42,133,34,98,167,235,100,229,47,178,233,63,46,41,246,245,235,74,1,244,121,145,34,123,33,241,255,36,255,107,64,65,89,72,94,193,66,181,175,27,
|
||||
0,160,193,120,36,199,44,247,82,162,2,207,65,102,28,112,88,16,204,160,164,190,13,104,188,215,251,73,99,188,225,124,5,193,27,55,148,95,70,140,82,249,126,28,5,118,6,80,246,152,242,112,131,211,141,228,192,40,241,53,178,220,39,45,130,139,73,59,112,110,138,56,50,163,120,43,121,42,31,56,15,198,50,184,144,61,83,85,42,24,159,63,242,15,218,202,180,66,132,179,141,220,64,11,160,202,99,214,145,14,103,123,5,214,92,160,20,105,143,226,201,158,255,224,123,228,193,90,232,108,43,158,176,150,147,215,144,148,64,67,22,114,173,108,86,156,201,116,34,111,68,160,180,227,2,72,114,77,124,38,66,201,76,0,171,52,100,79,81,16,192,50,229,132,168,218,76,231,233,4,155,148,115,14,101,155,61,197,148,154,234,50,117,82,252,29,176,12,20,193,128,12,150,142,147,186,11,229,236,240,199,233,255,158,254,111,249,114,75,94,92,208,99,178,169,103,20,9,92,27,90,41,240,102,19,220,107,119,65,65,70,131,148,175,198,231,67,200,97,146,230,51,159,76,202,4,
|
||||
166,37,139,56,19,185,85,124,155,9,61,83,246,218,86,194,174,198,167,8,158,75,95,211,233,41,143,92,123,118,71,14,240,135,199,186,203,75,92,242,181,178,117,18,81,114,85,168,50,73,57,229,33,131,136,81,47,208,11,54,172,154,78,4,42,185,137,231,149,199,147,47,199,164,79,140,224,128,36,121,18,187,139,63,1,95,172,42,222,216,98,88,90,203,121,216,77,221,211,74,4,217,83,85,209,85,5,142,230,123,1,243,6,56,214,37,27,129,32,96,199,104,145,61,146,166,83,130,28,57,94,177,77,243,240,90,30,9,209,152,71,84,185,249,75,254,189,109,72,202,40,128,209,145,115,226,76,95,177,83,89,77,95,57,39,103,19,141,7,36,129,210,94,135,67,57,85,250,115,117,184,55,28,228,151,251,70,78,233,254,200,40,255,127,155,109,51,245,79,71,242,1,90,228,250,91,56,75,24,44,13,34,77,208,49,45,44,214,66,126,230,210,252,66,52,7,78,26,144,195,68,40,128,109,43,82,68,224,45,152,202,218,236,73,89,105,84,217,39,71,139,35,130,215,204,153,
|
||||
162,242,56,28,38,63,114,98,44,167,183,36,51,63,99,207,185,53,18,106,208,38,7,144,0,179,216,231,26,160,180,134,66,118,18,84,77,209,9,45,93,91,10,236,91,171,200,45,177,28,154,110,98,167,80,5,145,8,168,254,198,171,175,253,39,129,29,149,235,5,118,123,206,133,138,179,40,4,223,217,232,65,201,223,126,56,168,24,72,2,228,171,190,91,63,20,51,44,92,106,185,221,176,18,114,246,125,245,198,242,229,16,119,24,136,147,84,190,253,38,75,211,205,190,128,247,39,221,60,221,168,124,231,197,217,105,131,134,36,49,128,95,56,98,10,173,76,46,230,241,42,161,160,144,27,150,239,47,152,95,141,115,219,105,91,228,154,37,102,141,227,86,238,44,243,162,185,221,55,15,172,179,172,146,136,152,126,141,67,67,99,158,120,46,113,107,126,73,110,64,240,194,159,89,212,207,97,52,43,95,95,53,188,106,210,39,241,129,77,230,197,112,167,198,137,229,113,238,116,189,209,155,40,186,127,134,242,232,145,27,109,177,254,225,145,177,197,218,206,79,155,176,100,139,125,147,
|
||||
37,70,242,158,210,30,76,214,198,190,83,187,185,108,112,125,197,222,154,126,254,117,250,69,91,12,6,116,217,236,236,5,16,14,49,139,34,196,243,60,166,253,107,100,76,222,55,108,171,134,223,116,207,116,52,194,193,158,61,64,92,156,179,75,140,18,251,40,99,18,248,121,177,45,98,24,138,11,83,104,57,211,182,149,53,218,36,235,10,176,71,92,89,156,20,84,43,127,104,198,220,114,72,90,7,177,210,211,186,28,196,95,55,47,222,27,171,4,27,162,115,230,217,157,73,121,27,180,2,227,246,164,113,158,203,192,180,190,196,98,10,46,127,137,189,245,211,85,101,217,58,100,91,25,228,93,84,54,188,177,10,138,82,210,184,176,86,157,186,221,93,210,217,249,90,132,219,70,198,21,119,125,199,8,148,96,29,213,223,173,33,48,169,88,78,219,147,150,137,103,60,209,182,156,103,152,251,126,115,9,97,6,102,100,247,241,157,78,160,181,34,130,71,5,123,212,179,32,152,153,11,3,156,240,102,127,50,242,41,117,118,62,94,72,174,21,165,121,206,40,203,31,171,172,23,11,
|
||||
144,142,50,99,148,246,11,170,194,25,76,247,220,100,201,25,87,57,220,167,172,134,88,176,83,12,192,106,84,68,221,195,13,83,114,196,255,149,164,67,141,124,90,156,83,160,29,3,41,187,159,234,21,47,188,125,102,89,48,9,38,84,205,6,114,119,131,79,198,74,120,139,5,146,218,253,100,151,11,138,73,212,2,208,161,230,110,214,138,114,4,208,178,20,133,212,18,16,33,53,107,166,154,18,104,206,111,244,102,20,52,208,129,124,86,9,113,11,30,143,67,53,139,40,78,138,134,27,144,249,146,195,134,53,235,219,104,165,81,163,34,106,246,72,245,14,141,71,170,239,92,2,121,127,151,16,188,54,142,74,14,45,71,137,14,143,218,220,45,128,161,40,5,46,18,64,180,46,134,94,237,53,45,93,175,64,118,87,66,62,37,74,223,44,95,75,117,184,148,135,87,250,50,221,204,172,159,116,225,39,41,249,100,216,69,67,201,20,223,33,135,171,113,41,118,39,157,83,114,147,217,198,83,149,65,180,177,47,82,62,54,90,0,230,234,89,4,5,46,95,93,75,29,233,142,84,
|
||||
85,78,255,238,80,181,108,75,194,73,172,218,128,147,129,88,55,241,238,235,70,97,89,91,154,48,163,13,111,176,232,98,51,190,198,193,100,255,94,96,35,70,236,124,125,15,121,62,121,54,224,68,27,198,42,2,87,174,112,101,149,62,109,150,14,153,217,87,33,12,39,86,28,255,24,19,181,215,153,129,174,31,65,63,158,69,11,242,89,52,120,23,172,27,195,250,126,188,36,138,99,174,29,92,155,220,192,170,17,163,75,180,184,56,165,144,36,167,125,19,186,126,130,194,209,206,142,201,162,210,105,219,32,180,40,241,168,252,151,61,90,92,91,226,85,162,2,84,246,82,181,91,141,47,178,80,203,197,165,89,236,28,163,113,163,77,166,211,171,36,172,1,129,28,4,52,121,147,123,128,7,32,158,38,82,181,101,94,14,23,103,211,250,40,54,187,129,20,10,36,36,195,69,95,187,142,169,112,130,198,131,93,81,69,63,113,156,38,243,81,193,150,60,191,157,238,157,223,22,131,65,141,76,223,237,117,13,244,57,2,215,39,48,82,190,139,239,39,121,146,144,97,71,91,95,109,
|
||||
212,84,139,19,124,216,60,79,34,78,156,43,179,107,213,19,33,142,14,206,18,53,170,153,244,186,167,22,206,254,254,190,51,190,56,153,76,62,156,92,158,193,118,205,146,90,101,107,147,234,39,81,68,82,23,75,184,38,207,171,54,241,201,153,128,163,52,2,200,175,65,149,175,251,201,171,100,34,172,206,235,181,19,203,209,26,39,106,117,173,218,217,84,98,0,210,20,156,126,39,153,152,244,228,162,159,77,120,180,168,62,229,26,236,87,205,69,85,156,163,144,184,106,0,37,251,222,173,211,87,196,146,101,35,192,64,252,158,80,225,247,51,126,75,147,11,203,197,2,198,35,69,34,183,232,58,150,202,221,185,110,103,32,209,188,102,44,88,221,73,216,124,44,214,204,130,8,236,30,64,25,31,72,188,241,192,146,136,56,244,196,203,85,242,208,131,230,31,84,145,103,56,73,181,33,142,75,254,205,234,244,37,191,167,141,50,79,95,76,96,137,133,247,87,140,68,254,84,158,100,129,166,182,218,177,89,173,182,143,218,165,228,169,100,67,54,239,119,49,217,29,109,117,238,32,163,
|
||||
131,103,248,47,73,192,18,75,224,126,14,165,202,163,132,171,95,85,53,102,106,218,75,232,28,39,78,180,215,114,171,144,161,111,85,168,90,100,128,153,85,159,195,247,49,198,164,28,153,234,117,157,253,32,188,55,197,2,160,182,201,118,13,5,113,127,13,59,181,80,247,78,207,72,220,12,195,228,60,213,151,232,51,223,37,120,144,178,195,210,110,11,133,34,48,193,117,148,250,79,176,35,192,90,97,189,65,130,78,26,230,90,125,67,93,183,9,166,164,47,116,10,247,78,166,191,72,217,133,64,228,68,215,239,182,36,11,55,141,41,15,139,75,200,189,194,112,118,148,101,16,205,220,192,204,212,232,187,123,134,236,39,236,124,210,249,10,148,120,208,178,107,252,105,179,142,109,136,161,9,167,240,93,229,32,75,217,83,63,54,158,250,231,107,17,139,55,158,133,146,102,81,114,239,63,203,160,31,162,19,78,138,211,91,88,126,90,78,183,170,91,163,58,231,65,138,93,117,150,193,50,216,198,43,208,132,223,25,134,146,153,180,203,148,109,83,53,26,121,172,115,60,48,90,172,123,
|
||||
228,252,228,134,127,197,98,182,10,176,158,147,97,116,183,201,84,20,122,21,127,96,129,140,153,55,92,118,138,203,21,147,211,159,107,59,75,46,59,109,208,210,70,85,139,11,243,156,143,185,27,187,51,138,2,53,228,121,188,161,98,35,155,42,82,82,21,180,243,68,229,122,215,185,184,78,200,223,20,147,233,242,78,18,94,203,249,116,47,149,148,72,18,89,116,159,74,10,85,11,30,204,14,215,248,195,19,69,125,71,248,41,83,238,106,176,112,164,133,15,173,118,230,75,70,10,80,10,167,202,244,219,127,219,253,75,135,199,171,191,160,253,183,226,98,13,36,154,187,99,180,56,83,244,174,86,91,236,158,103,199,130,62,9,115,62,53,242,36,224,62,151,3,252,212,233,84,118,45,210,121,180,108,10,85,207,44,207,230,106,186,23,58,232,36,0,133,86,31,87,167,193,85,31,74,48,108,66,213,31,236,173,40,247,186,176,132,64,4,165,123,198,96,226,80,95,93,157,131,37,107,117,185,99,93,89,145,164,133,116,40,38,12,206,164,225,90,60,19,96,228,106,130,52,10,112,
|
||||
9,91,212,169,90,67,83,248,115,221,102,160,153,181,134,221,190,97,173,14,121,233,21,215,31,116,219,237,227,111,86,95,100,119,164,138,74,101,37,96,57,143,150,148,248,154,230,156,227,28,237,183,255,127,64,47,3,65,185,82,184,200,174,159,46,47,166,123,55,215,227,188,173,80,170,211,232,234,153,107,225,114,131,49,200,29,147,67,217,57,215,5,101,138,89,195,100,6,85,86,44,158,157,234,202,222,69,209,50,144,198,6,1,5,249,70,140,206,181,51,227,171,30,27,142,8,153,32,16,231,192,123,54,253,55,247,220,112,205,156,41,153,20,224,104,138,56,176,127,95,115,232,124,109,124,93,196,96,221,60,53,54,177,14,43,43,56,77,57,84,57,91,182,66,77,71,29,83,199,218,107,83,29,235,191,64,77,251,181,178,70,247,193,84,9,164,186,169,139,78,2,23,224,207,181,87,196,7,255,236,64,59,20,203,102,104,163,72,187,57,121,14,228,46,117,192,242,37,169,1,18,155,171,68,200,134,196,67,226,31,238,110,34,5,52,166,152,152,170,13,18,55,224,236,234,241,
|
||||
79,63,219,204,27,26,251,114,50,54,93,155,190,3,64,61,3,137,19,197,57,78,218,60,58,77,162,184,144,165,130,233,189,84,96,174,238,176,17,82,169,89,205,47,36,174,95,197,142,228,106,222,65,42,233,48,186,6,100,107,50,232,77,62,112,177,29,213,78,170,20,187,48,70,7,212,237,171,208,236,139,122,125,81,171,175,233,15,250,57,166,63,104,81,126,135,233,76,171,47,238,244,85,45,140,145,206,82,130,99,116,198,122,169,243,2,69,206,34,202,94,126,30,53,113,159,26,202,149,39,83,154,221,228,94,169,22,195,230,3,62,196,248,255,255,171,98,249,27,135,68,117,235,137,81,214,27,32,149,53,113,151,109,112,85,207,210,220,234,58,181,150,222,91,210,145,186,13,161,212,21,105,72,72,181,141,18,247,104,204,244,148,126,25,82,169,104,126,111,44,223,228,212,89,14,246,234,134,21,178,99,84,93,99,235,102,18,106,153,65,1,72,202,218,123,14,214,23,226,195,82,141,14,57,23,39,84,234,175,36,247,237,210,13,33,38,18,13,48,25,174,4,74,178,13,240,
|
||||
131,137,188,75,211,12,105,136,145,203,206,53,142,213,137,55,179,192,159,87,237,47,174,49,106,220,110,109,217,141,87,17,84,199,117,194,218,181,165,255,52,173,85,98,249,90,78,188,64,174,230,251,55,103,111,175,110,206,116,37,19,217,56,92,153,71,254,8,147,193,74,91,17,175,182,41,151,107,217,156,241,60,188,60,95,145,211,210,12,88,5,241,13,122,232,92,3,18,113,237,69,229,94,73,116,58,156,86,64,37,79,96,95,40,68,215,185,4,170,195,196,148,43,45,45,106,92,200,209,123,110,96,96,172,87,172,114,235,60,2,55,8,32,227,43,140,248,137,228,60,197,205,32,5,103,146,233,46,233,226,89,53,109,202,36,230,84,23,126,73,44,172,139,174,227,77,156,230,172,164,184,253,20,87,120,224,222,83,161,36,174,42,38,204,195,179,207,185,65,70,246,77,250,176,88,113,45,105,75,197,64,163,115,151,176,231,247,238,244,154,57,7,248,122,186,39,38,87,202,66,56,139,230,148,221,195,238,207,70,13,115,56,56,54,120,229,144,242,42,163,175,40,152,102,9,92,
|
||||
80,150,38,136,198,13,43,125,250,207,85,143,107,4,238,178,57,153,134,77,191,114,202,14,69,145,108,208,142,25,81,7,244,60,37,53,141,73,211,173,218,100,100,163,243,210,135,5,124,233,86,189,170,210,173,207,232,136,162,57,219,42,221,110,193,160,97,22,29,232,155,238,253,147,182,17,180,206,246,45,225,126,124,56,224,150,130,58,217,157,12,105,74,132,223,223,175,73,135,40,205,150,137,154,252,114,65,73,14,217,185,214,53,231,165,170,77,141,103,117,235,31,126,118,240,207,154,164,227,61,232,120,250,163,239,77,127,172,62,149,121,158,75,21,110,222,184,9,91,160,36,37,39,155,25,125,213,226,47,198,20,66,208,223,228,113,162,186,135,181,165,147,151,216,65,76,206,3,94,231,135,232,103,181,221,97,67,23,6,69,180,198,41,152,112,129,78,52,7,221,149,162,153,180,92,17,162,0,176,126,56,79,138,109,41,158,129,41,53,34,146,220,1,92,32,185,72,165,164,12,154,81,218,99,121,206,38,12,21,89,120,180,79,133,74,124,91,159,70,237,117,116,63,29,219,225,
|
||||
231,64,238,46,52,239,161,14,56,220,5,96,243,4,110,166,177,10,5,110,89,33,17,228,218,196,78,140,197,197,39,200,245,110,144,88,210,237,135,235,179,30,92,159,29,217,207,112,91,219,68,206,219,71,223,199,109,181,4,26,27,91,45,243,132,22,56,191,226,28,216,162,219,177,18,136,115,119,61,206,231,147,50,22,238,27,179,117,164,33,130,190,108,183,105,204,90,1,237,244,71,24,118,108,172,77,127,116,118,98,113,17,179,59,83,143,107,117,38,84,30,87,35,87,193,139,165,96,2,102,132,213,52,55,85,46,251,85,225,146,135,200,247,104,13,238,124,37,142,215,60,44,148,234,174,155,147,171,241,207,103,183,78,218,146,32,18,231,159,18,58,173,18,215,132,121,241,156,99,244,217,86,187,69,117,83,174,157,217,54,118,165,186,4,228,247,225,246,252,246,63,108,73,133,144,80,20,54,61,134,216,153,55,106,233,83,172,115,194,254,139,247,81,6,238,1,238,227,191,166,123,120,56,69,149,104,220,17,160,145,50,6,71,86,14,247,96,54,199,217,87,161,254,55,72,226,
|
||||
166,232,241,154,206,155,196,44,53,208,25,78,247,102,144,186,166,34,163,42,24,222,169,104,93,12,131,83,171,135,141,224,66,74,105,192,175,42,3,191,88,19,125,228,116,79,5,177,61,57,43,202,108,132,196,153,155,154,219,29,150,181,79,239,241,253,21,213,196,84,247,209,244,78,131,20,106,21,114,66,79,82,110,164,214,226,166,135,166,144,84,126,175,82,138,245,77,115,244,105,109,186,26,154,212,138,28,110,113,78,25,55,179,225,26,245,6,182,106,21,10,157,71,133,20,30,70,177,215,133,130,227,154,75,134,82,131,92,64,22,166,251,53,75,178,60,83,232,85,245,196,59,54,139,230,24,54,255,114,147,102,141,199,125,233,254,78,88,5,170,106,5,205,100,76,77,238,57,73,25,153,186,216,214,97,35,140,242,48,8,128,8,24,246,141,69,96,225,39,149,220,4,228,23,243,240,156,121,46,109,33,219,106,71,237,47,247,237,207,118,50,193,72,79,153,96,237,188,234,81,154,180,212,161,91,203,182,56,250,212,233,236,218,177,165,174,101,244,13,237,143,109,116,2,150,145,
|
||||
140,79,71,99,122,30,63,111,75,53,223,199,183,125,169,216,47,162,106,138,10,102,244,189,140,6,174,167,172,95,73,10,179,85,113,164,3,169,95,241,163,41,109,2,245,92,82,66,35,0,129,6,22,85,250,87,217,100,163,163,21,22,236,153,178,14,33,102,202,153,215,128,149,178,154,168,171,147,73,143,76,165,134,242,95,220,222,124,238,239,218,221,252,182,210,230,86,66,238,111,160,27,238,23,100,235,95,223,21,220,144,186,143,242,115,158,117,128,144,15,16,21,172,115,52,16,51,166,173,142,158,25,37,246,140,20,104,25,91,201,126,35,173,46,110,169,183,2,44,160,153,152,242,255,226,142,53,141,249,93,123,215,52,64,243,46,22,37,185,64,98,73,84,193,14,81,157,68,242,160,190,142,175,106,177,143,98,182,179,4,131,72,156,155,38,2,177,155,173,140,36,144,84,5,105,13,246,200,245,17,38,127,116,17,81,29,45,168,178,89,176,245,58,253,60,70,254,211,6,54,210,191,132,112,202,121,121,101,68,34,162,54,37,159,5,86,15,17,115,64,234,201,255,243,96,50,
|
||||
62,191,180,141,72,228,144,57,44,82,213,110,230,4,74,131,15,100,240,95,110,223,154,45,39,145,55,221,227,44,185,132,82,249,77,183,98,118,91,84,21,102,169,134,163,60,164,140,38,1,166,7,42,223,48,197,25,244,103,211,13,231,229,160,135,142,38,164,165,166,46,223,119,242,231,210,15,43,207,48,42,180,85,19,142,212,84,81,21,77,69,252,96,173,222,244,129,157,188,48,10,192,160,108,145,87,119,184,210,177,44,15,9,80,23,218,66,247,179,154,18,13,20,183,127,224,80,57,185,125,211,204,90,17,133,28,210,112,186,39,82,55,246,51,14,138,133,146,11,64,6,56,41,37,29,174,149,30,53,182,234,106,127,127,183,17,125,117,7,134,100,219,189,58,201,22,9,252,47,136,246,163,6,87,37,179,197,151,198,46,137,146,94,223,105,182,89,44,28,170,235,213,105,78,210,37,137,129,207,27,159,253,98,42,116,117,27,39,231,250,29,238,53,160,241,91,15,251,125,129,76,72,93,112,31,11,110,115,153,254,17,104,205,93,219,248,98,35,71,91,55,103,154,156,106,213,
|
||||
99,116,125,77,127,5,133,60,21,211,6,114,250,227,9,87,208,232,160,153,237,80,51,219,74,164,204,182,28,33,180,68,190,194,188,19,152,0,150,88,99,137,98,250,154,172,45,247,208,205,162,192,107,62,211,246,32,175,24,149,4,189,127,233,72,63,72,35,199,98,131,97,142,77,81,44,146,138,67,8,124,61,115,58,206,51,67,86,122,224,141,74,237,159,217,165,166,119,208,128,168,52,22,71,125,141,13,100,223,168,27,139,110,74,251,232,75,3,96,58,116,108,80,203,54,181,99,244,198,237,8,108,243,103,51,255,110,117,220,171,80,201,192,212,46,150,174,225,6,90,116,111,232,62,248,75,178,155,155,164,245,244,31,227,192,231,240,0,129,146,237,26,71,227,252,190,89,199,236,55,33,247,65,161,113,109,213,85,242,188,125,77,164,66,121,140,205,202,166,211,61,212,167,60,120,254,144,255,182,215,128,229,240,101,245,25,164,143,21,177,171,98,31,145,206,141,51,94,234,57,189,195,131,107,163,44,47,123,209,188,118,42,86,118,23,146,201,26,47,20,173,144,80,238,154,121,
|
||||
67,133,180,51,208,249,73,220,194,27,106,71,191,240,65,96,165,4,254,141,185,89,115,11,152,148,218,49,251,110,233,79,98,165,127,187,253,103,41,250,193,26,237,182,122,243,58,249,61,155,254,152,138,115,147,114,32,197,61,174,146,165,178,47,191,48,233,145,181,56,48,151,157,140,232,95,234,244,43,101,229,156,75,172,51,222,36,175,67,55,194,210,72,162,22,38,59,213,118,71,225,197,22,213,211,202,63,201,169,150,57,173,225,84,243,214,4,88,190,167,62,24,10,110,25,221,170,41,117,71,72,248,151,93,221,185,36,166,208,130,201,198,242,173,38,94,112,234,71,141,24,255,182,199,228,216,62,62,204,221,169,39,224,218,160,66,145,149,213,255,21,77,226,11,19,43,103,161,238,232,250,194,22,165,87,125,124,119,64,141,172,96,3,170,112,153,173,166,47,176,217,186,76,45,225,22,10,213,114,30,140,86,232,106,85,175,119,42,92,247,211,245,59,93,13,109,144,55,55,249,57,251,116,254,22,28,185,89,207,66,215,15,234,183,93,157,190,25,179,178,179,121,70,181,75,46,
|
||||
125,122,203,4,22,202,215,77,164,81,123,158,150,100,162,252,245,251,74,242,151,125,185,18,127,133,206,181,237,214,47,220,63,183,186,52,66,151,179,215,198,225,166,154,215,58,63,132,47,170,93,146,59,19,164,109,206,251,219,203,139,146,35,5,159,161,168,180,218,78,55,51,251,209,244,144,171,13,201,172,64,105,237,244,210,143,250,179,81,236,45,132,212,205,30,133,173,37,164,114,131,187,162,181,165,151,58,217,127,141,110,116,230,88,236,205,116,110,131,205,183,40,65,77,92,169,229,172,68,11,77,129,40,23,220,66,236,179,87,126,102,129,90,245,222,188,64,74,52,178,6,28,105,254,186,144,226,2,154,199,120,116,69,103,9,225,174,217,243,69,94,12,78,231,229,4,79,115,69,158,236,6,73,177,156,254,157,195,186,100,119,203,239,13,188,163,49,131,238,12,159,103,218,135,181,178,181,226,229,133,87,0,112,233,135,238,37,2,90,33,133,41,160,227,192,231,14,130,12,61,159,27,73,163,169,141,105,50,232,145,143,24,0,92,113,198,161,238,172,80,187,121,242,241,131,161,
|
||||
182,22,255,177,2,81,16,100,199,198,210,128,181,27,200,248,161,205,227,163,163,43,90,98,3,153,175,184,154,178,118,87,142,208,155,143,133,128,207,74,1,222,164,54,233,133,179,81,30,148,44,101,172,61,238,148,217,250,252,8,21,216,48,115,159,185,246,218,52,47,198,200,178,178,66,117,50,165,201,86,36,67,245,126,74,213,32,136,179,140,136,32,118,78,2,60,217,79,34,203,45,6,9,42,189,135,117,124,64,154,19,80,82,131,252,174,11,81,117,73,123,109,223,110,161,26,230,186,85,183,56,220,94,87,58,32,211,164,15,190,180,4,231,172,9,178,70,136,137,118,201,20,49,140,230,134,230,101,51,210,210,136,237,177,58,13,159,204,102,20,101,150,11,71,14,251,231,88,127,79,95,248,16,249,92,240,195,221,23,68,127,77,63,239,83,7,79,110,106,204,197,79,220,224,213,95,236,236,58,175,107,99,115,136,64,76,165,145,179,32,75,208,213,239,141,200,26,170,11,233,6,246,132,99,90,169,136,162,230,218,38,238,46,47,25,209,158,4,106,106,109,225,39,254,155,197,
|
||||
177,35,5,27,117,86,161,104,177,45,84,223,177,59,161,219,170,213,174,63,211,203,189,141,184,51,220,193,5,76,190,228,224,28,184,114,12,209,122,48,121,116,227,49,181,199,106,50,10,160,139,135,251,166,108,167,59,132,169,23,48,100,28,126,183,119,66,103,37,109,165,34,75,92,51,7,166,113,73,185,219,123,195,157,100,198,23,95,150,230,236,172,35,74,118,220,117,40,114,1,211,150,142,98,165,168,239,47,76,218,185,192,149,231,96,102,197,48,105,118,78,143,163,95,201,55,201,215,114,221,87,16,65,116,18,135,5,202,164,194,55,105,67,202,83,226,6,167,5,129,219,60,67,30,237,124,230,2,40,164,195,126,222,107,74,94,203,99,85,67,213,243,149,55,130,108,90,85,49,249,69,183,54,227,230,206,59,121,163,200,93,138,169,214,188,18,54,247,55,127,71,145,14,242,104,160,90,183,9,214,176,73,176,57,23,81,116,63,253,251,130,28,97,37,235,158,133,187,243,238,246,103,233,175,8,193,229,126,159,177,158,203,147,178,20,209,46,12,169,144,41,191,132,142,13,98,
|
||||
105,149,87,219,152,32,150,255,252,229,61,53,214,56,178,172,209,233,228,224,245,232,251,227,79,215,222,194,244,84,23,241,164,123,202,96,1,23,126,184,121,178,130,179,10,213,5,113,74,83,216,74,124,163,148,82,216,152,169,63,125,97,15,139,160,48,44,16,238,70,100,74,100,185,23,135,206,118,154,69,208,138,250,141,95,96,132,123,206,83,227,35,40,229,159,240,251,208,82,251,202,135,212,57,249,112,10,147,0,202,120,205,227,167,242,246,66,163,80,188,131,77,67,237,45,247,172,145,247,20,233,140,129,145,245,21,146,27,80,122,173,9,77,210,75,217,40,55,30,246,96,67,177,59,189,170,10,219,154,152,87,36,153,140,62,215,251,125,147,22,94,19,37,229,90,210,242,67,20,27,248,28,108,191,9,0,167,232,157,80,19,176,70,82,143,182,234,83,117,214,166,61,36,4,172,212,24,198,53,32,239,188,133,136,122,51,57,117,76,178,144,152,151,75,158,131,166,179,91,90,185,239,236,9,114,207,103,42,15,32,51,40,126,123,61,182,82,129,243,124,109,226,220,51,235,179,
|
||||
225,22,115,215,201,205,165,52,13,33,85,128,209,198,215,119,53,198,55,97,57,206,245,45,241,25,199,182,244,203,53,171,183,113,87,185,117,45,80,196,247,204,76,213,234,247,177,59,87,155,145,222,181,48,100,167,80,204,20,175,92,198,133,161,10,108,21,19,1,134,84,94,223,195,251,226,184,92,115,235,179,141,192,169,7,187,181,37,156,250,4,193,103,220,243,229,57,54,45,29,161,205,92,168,202,255,217,38,204,54,206,190,151,191,145,210,190,124,165,209,241,118,152,251,221,172,75,230,176,246,238,149,191,22,34,159,96,115,9,184,36,119,0,192,179,236,252,142,212,20,183,184,103,189,226,183,26,129,187,118,235,195,127,245,16,166,47,222,111,189,196,149,87,147,200,75,76,88,53,78,247,40,80,197,223,214,117,129,121,1,106,193,181,253,124,207,144,111,60,3,174,31,209,57,176,186,150,66,138,121,41,179,157,223,36,197,254,64,41,48,96,203,101,208,254,91,105,166,87,189,202,246,119,115,124,83,168,159,202,207,224,219,143,224,131,52,95,139,242,94,219,245,234,193,39,131,
|
||||
64,204,91,217,164,176,147,98,46,86,222,215,147,121,191,30,164,122,222,48,233,218,41,137,49,115,11,164,48,105,169,107,107,211,0,211,23,31,253,132,219,163,235,180,73,122,253,15,88,172,249,218,219,247,231,147,55,39,227,159,203,87,21,8,233,157,110,141,207,150,206,254,190,190,140,68,77,245,85,39,166,186,214,52,211,55,106,65,242,192,67,31,112,182,234,137,225,42,58,72,214,40,230,151,187,208,171,2,197,180,185,218,205,125,189,251,171,131,253,121,28,55,198,83,160,20,181,226,52,173,41,124,126,157,144,140,210,226,194,48,155,191,153,95,145,154,204,87,105,126,29,70,213,189,6,184,8,2,127,73,241,204,42,114,211,193,185,130,187,68,151,120,89,87,2,13,126,125,250,166,226,22,168,57,131,13,146,75,172,31,154,188,2,211,23,20,71,99,19,68,59,128,202,47,159,12,162,165,188,78,64,183,9,75,233,22,122,107,18,221,98,108,122,219,25,188,129,226,73,214,76,247,0,157,216,96,47,189,51,215,96,9,126,35,198,11,147,105,98,122,208,42,146,36,7,181,
|
||||
31,240,161,248,189,27,208,246,211,27,175,72,153,3,108,248,228,11,208,73,200,121,170,126,249,45,203,60,250,46,251,239,171,39,76,75,214,78,80,109,68,201,123,195,249,226,150,54,200,228,29,83,148,90,175,19,114,96,80,210,235,152,76,86,187,145,159,213,183,102,219,78,246,221,114,253,193,160,65,152,8,128,250,107,179,233,83,193,153,70,153,1,245,68,0,22,26,7,39,151,167,176,23,252,180,156,45,89,213,18,128,170,186,49,183,136,98,106,238,161,35,191,210,151,76,94,168,194,149,203,186,185,244,90,178,179,185,27,75,108,223,247,96,107,22,4,94,232,172,206,134,245,223,83,164,140,2,34,182,245,6,245,94,200,20,151,70,224,35,229,213,113,206,154,71,198,180,212,171,201,149,160,5,200,29,243,30,88,154,172,142,240,40,109,217,246,48,163,85,136,53,60,221,19,46,149,212,36,204,1,248,182,50,157,183,52,116,149,30,67,223,12,124,190,79,40,115,193,25,89,84,218,77,103,24,178,250,4,98,187,107,219,197,244,117,19,255,40,215,127,232,122,161,186,152,210,
|
||||
233,98,81,34,172,77,97,198,42,89,136,60,149,4,61,13,56,115,185,0,76,79,184,60,118,67,101,122,143,83,169,87,42,93,86,84,114,160,7,61,48,82,231,96,110,167,52,178,84,98,147,13,102,227,100,114,62,185,165,93,182,46,212,227,110,174,37,172,41,46,66,146,229,57,104,44,216,166,230,101,192,246,237,52,82,79,166,11,79,33,104,41,166,96,114,20,90,114,167,94,111,49,206,201,175,182,40,116,104,213,138,171,229,60,148,53,89,139,243,196,18,46,47,87,217,220,166,36,151,151,75,68,236,138,139,173,242,70,42,108,75,202,239,145,73,37,133,173,208,1,210,205,4,203,144,120,226,215,220,102,219,88,154,37,78,247,254,73,65,94,122,153,223,190,124,144,11,196,31,53,33,219,161,121,25,226,20,84,37,85,67,83,217,31,242,92,40,91,101,163,243,119,243,0,163,20,50,137,251,137,82,21,221,60,205,188,56,25,53,183,44,196,31,65,4,216,204,196,190,177,217,28,144,41,57,209,34,161,120,21,133,77,41,243,72,206,174,240,203,174,188,246,207,134,54,109,
|
||||
153,212,78,161,61,34,135,83,169,156,6,122,86,217,46,174,34,99,118,155,22,252,46,42,141,90,90,48,25,104,84,45,146,61,82,222,87,126,145,110,76,148,95,201,142,69,19,195,42,102,158,125,29,165,86,121,159,229,203,1,96,170,14,203,250,177,126,170,201,233,133,109,75,199,239,114,50,60,23,82,177,14,126,213,157,172,205,147,210,191,116,143,105,108,97,59,35,27,132,248,229,203,255,3,80,53,172,237,
|
||||
120,156,173,125,9,95,219,88,150,239,87,209,75,170,59,56,109,192,43,24,103,166,127,3,134,36,84,65,112,97,146,212,188,12,93,150,173,107,91,133,44,169,36,25,112,205,123,253,217,223,255,156,115,175,118,167,146,158,215,75,176,101,221,253,236,219,253,210,177,126,248,161,213,108,189,108,253,201,127,134,231,106,97,111,188,228,254,139,215,25,12,222,184,237,118,167,245,198,110,31,191,185,57,121,243,207,127,254,243,160,221,107,13,222,80,103,109,116,214,110,245,186,237,78,27,207,90,189,206,113,187,127,210,58,233,15,218,131,86,247,184,215,233,31,183,250,195,208,142,236,245,253,23,123,208,125,243,250,246,8,173,58,205,254,203,110,187,219,110,181,143,58,61,188,213,234,182,58,189,118,167,223,30,12,122,237,227,254,160,123,114,116,52,156,219,97,226,6,254,253,151,25,181,235,161,89,23,205,90,199,131,163,94,27,141,122,253,78,247,184,223,67,227,94,15,211,235,98,224,227,163,227,227,97,226,38,158,186,255,226,210,188,49,219,17,205,178,215,60,122,137,217,117,142,209,178,
|
||||
215,233,29,245,186,131,78,183,61,232,116,142,78,186,189,147,30,166,221,238,12,221,68,97,146,179,94,231,141,141,255,83,179,62,198,235,245,123,237,46,118,164,119,220,239,226,181,99,252,237,181,78,218,29,12,58,104,245,251,24,79,61,155,109,154,97,131,104,147,168,237,17,134,236,28,247,169,197,160,55,104,119,143,7,157,94,231,168,131,73,180,142,177,80,154,65,127,232,168,120,142,182,221,78,251,77,130,105,189,25,253,71,255,77,27,141,143,155,199,47,59,173,147,86,231,232,248,4,131,98,194,88,115,247,228,164,221,29,96,208,94,187,223,106,119,135,243,192,193,58,103,157,126,171,203,35,14,112,20,71,232,153,183,165,127,212,198,164,59,221,1,134,60,110,119,187,248,183,223,27,28,15,99,69,135,145,4,209,253,151,215,255,177,215,58,104,29,116,250,253,6,53,63,65,243,65,183,215,237,246,142,78,122,237,86,23,195,160,143,30,237,217,81,11,199,217,238,119,6,195,153,29,99,204,4,143,142,101,103,219,4,77,216,251,238,160,223,197,208,71,248,7,231,138,5,118,
|
||||
177,63,157,147,222,160,219,29,180,134,115,207,142,99,189,73,180,65,175,105,145,237,118,179,221,126,121,76,123,219,239,118,122,39,180,57,221,14,54,185,115,212,63,105,99,151,251,71,189,86,103,24,169,223,55,110,164,214,202,199,54,187,0,143,55,230,136,52,44,98,50,2,138,157,102,187,3,96,236,31,29,181,104,191,250,0,136,78,183,143,13,111,181,7,61,204,8,255,197,49,39,26,26,103,217,26,186,205,118,247,229,73,167,215,197,76,78,122,61,236,0,58,104,159,180,219,237,214,0,255,197,202,176,47,12,31,109,13,88,122,120,105,222,107,182,123,47,143,1,198,56,169,147,30,13,127,210,165,253,235,96,251,59,71,173,62,206,161,35,205,59,180,235,157,31,176,239,237,206,128,254,207,59,223,238,55,219,192,7,76,177,221,239,99,221,93,108,117,103,128,181,247,177,247,93,6,241,246,241,96,248,65,61,197,231,118,162,52,192,188,30,253,32,144,214,62,106,182,143,94,182,168,125,127,112,130,3,108,247,104,255,186,189,222,73,231,164,219,237,119,78,250,221,163,22,246,
|
||||
49,22,132,166,198,132,82,140,142,105,39,199,205,246,49,144,11,107,237,247,177,122,110,134,149,31,183,105,42,157,193,201,17,237,130,238,100,186,239,185,62,205,3,144,241,70,128,225,245,232,111,237,246,49,117,52,0,210,12,6,71,173,238,9,54,3,123,208,234,3,210,65,16,6,56,104,156,115,7,104,64,20,97,254,96,47,213,116,95,99,43,79,129,32,176,223,237,15,8,110,209,18,83,199,36,208,207,73,171,117,132,39,131,1,176,105,184,180,195,2,0,118,90,205,78,11,80,4,250,211,7,82,98,44,128,95,235,132,104,9,40,3,78,0,164,232,164,47,16,56,221,247,85,156,40,7,135,223,111,241,178,59,237,102,167,141,189,3,252,245,251,131,94,239,8,243,197,216,199,68,154,232,8,129,192,253,227,238,112,108,3,95,254,251,215,255,251,151,139,15,251,31,39,214,151,184,245,198,250,66,164,236,54,176,157,53,102,244,215,123,122,246,250,215,174,37,159,240,43,62,223,42,79,1,97,172,185,237,59,174,67,71,39,191,230,223,234,89,192,45,130,139,174,101,237,189,
|
||||
85,51,11,135,221,111,232,23,123,217,139,214,40,136,76,251,215,250,177,11,66,240,230,6,63,127,156,254,109,250,55,203,158,97,156,192,87,142,53,125,225,8,253,182,66,119,254,48,125,97,197,106,109,251,137,59,143,173,69,16,89,243,192,79,108,156,96,20,31,88,119,43,101,37,145,237,199,11,21,229,94,243,131,39,107,101,199,86,18,88,51,101,197,161,154,187,11,23,61,171,231,208,115,231,56,180,109,211,82,110,178,66,35,188,53,125,133,9,210,80,247,211,87,22,6,224,239,115,15,115,161,7,123,201,202,141,45,252,79,249,24,125,142,94,92,223,26,209,148,219,109,107,13,42,214,164,7,158,90,218,243,45,127,183,2,207,193,176,43,251,209,13,54,17,181,92,99,186,60,101,199,194,26,121,168,67,238,223,178,35,188,206,140,194,246,26,7,165,125,1,202,228,22,219,180,136,124,57,86,224,91,11,59,6,20,187,126,172,34,106,138,94,34,123,27,15,105,159,47,253,79,106,14,2,217,196,167,83,122,220,180,38,65,4,168,185,244,29,245,108,190,200,59,215,118,104,
|
||||
30,240,171,248,126,127,240,213,215,121,250,197,22,86,24,5,143,46,86,61,115,125,59,218,226,16,236,104,190,82,152,238,211,202,245,84,186,118,215,95,90,17,157,240,218,178,231,115,21,243,225,224,4,100,242,120,27,199,97,133,42,194,30,227,20,231,0,187,96,77,180,110,134,62,232,24,165,247,36,82,74,239,67,182,51,214,158,58,88,30,88,113,226,76,135,67,192,115,237,70,106,24,60,28,223,140,187,247,150,198,96,107,186,111,197,155,48,196,138,24,180,34,149,68,174,122,164,185,2,150,92,143,1,110,109,81,27,44,44,122,36,152,43,245,125,233,187,137,107,123,86,20,108,176,55,193,34,5,13,211,239,158,103,175,103,142,13,52,242,188,25,134,197,206,172,93,31,131,45,220,103,21,55,74,221,157,98,156,132,186,137,215,120,223,218,36,174,231,38,91,107,177,241,231,116,212,49,173,99,225,250,142,29,45,239,155,244,197,81,204,73,249,51,250,189,63,164,191,246,243,61,227,128,158,3,173,103,141,197,99,175,151,27,98,69,192,28,188,54,1,50,36,119,129,117,79,
|
||||
167,138,239,215,42,90,170,123,222,136,152,126,162,118,135,107,60,164,246,49,118,198,95,86,150,207,32,247,214,245,18,21,77,112,56,96,77,60,147,155,77,82,120,104,49,5,83,56,244,149,157,16,69,73,193,38,14,214,244,79,196,139,198,67,2,13,26,79,206,148,128,32,162,39,129,223,32,48,136,212,114,227,217,17,205,6,221,86,102,67,7,77,76,6,239,121,248,227,20,247,237,2,104,163,162,115,123,43,115,124,167,146,107,192,208,42,78,191,126,86,234,161,240,133,25,86,121,144,235,203,235,11,235,16,167,224,41,8,79,202,167,201,97,203,195,144,166,93,24,16,91,160,46,158,177,197,220,36,221,102,124,185,11,244,111,149,222,39,180,31,167,183,215,143,199,233,34,136,64,172,221,63,108,198,245,189,13,72,133,187,100,90,194,120,4,186,176,197,138,227,39,59,140,43,144,207,167,236,250,87,1,136,155,156,65,101,60,222,201,226,24,107,149,172,2,39,214,27,49,78,34,217,148,241,38,251,140,231,147,63,232,91,118,144,246,66,229,80,91,247,11,228,87,17,102,108,
|
||||
205,54,11,208,232,154,209,9,200,62,203,95,160,47,239,154,239,220,239,1,189,227,68,255,62,253,107,195,138,177,102,16,113,128,14,168,55,145,244,108,99,148,83,179,236,79,182,183,1,48,187,254,35,182,11,212,2,103,47,124,33,89,69,193,19,99,248,243,92,49,233,77,95,191,219,134,234,34,138,32,94,162,29,96,197,102,132,14,109,223,157,215,140,240,89,205,38,216,87,149,236,216,217,233,23,218,253,132,40,216,253,244,158,62,3,202,207,182,247,252,252,39,181,141,239,167,255,199,140,140,207,247,57,216,97,20,212,136,155,163,213,134,230,214,76,38,244,54,75,141,253,222,31,61,235,30,132,205,118,160,130,16,14,96,233,121,68,178,60,119,22,129,152,254,73,39,107,187,208,203,202,93,174,64,192,49,191,221,125,229,248,253,187,143,151,4,25,75,8,171,107,90,197,244,175,22,62,135,43,112,231,93,98,0,181,74,30,172,123,34,146,10,168,178,39,114,1,157,217,134,73,2,253,74,59,179,10,176,160,16,184,193,196,153,33,108,97,207,85,153,148,18,198,59,110,66,
|
||||
56,124,238,105,106,73,15,62,108,214,51,48,254,251,216,93,135,96,46,102,215,185,107,69,157,49,185,195,63,248,241,145,14,7,180,8,66,60,62,226,87,2,109,234,228,14,168,95,161,221,116,60,163,36,242,44,31,116,200,32,17,26,216,142,115,168,89,139,146,243,198,33,198,204,76,249,27,55,4,34,251,154,79,1,115,18,69,29,221,255,219,221,223,117,71,229,51,191,2,235,163,137,88,43,5,65,3,40,145,34,131,150,122,12,231,124,10,162,7,225,174,171,13,56,30,145,45,112,204,191,67,193,186,62,171,208,139,180,87,218,245,106,15,152,92,4,112,180,125,77,133,33,33,10,196,30,220,87,55,255,252,252,244,150,41,46,38,5,140,210,212,111,114,30,217,79,247,44,248,208,114,147,32,0,151,21,26,66,251,78,191,202,88,0,27,23,60,176,116,218,41,87,13,124,172,57,121,10,176,110,197,96,233,99,3,67,18,54,172,203,53,177,118,150,180,248,251,60,240,192,252,28,51,117,15,18,27,13,175,85,51,167,178,9,210,30,16,14,150,77,115,202,113,210,24,16,
|
||||
17,185,65,76,219,152,176,80,230,185,15,36,251,204,55,248,63,9,143,30,132,151,63,130,10,49,56,77,146,136,96,134,196,65,234,47,114,231,171,188,136,195,112,48,180,220,244,133,48,0,130,233,3,96,246,152,65,215,108,155,117,135,121,120,44,12,121,155,181,95,199,157,223,93,201,134,3,149,121,111,25,232,73,6,64,43,65,171,155,80,249,239,174,172,189,139,73,45,251,248,244,14,219,24,197,116,132,123,152,203,216,102,132,203,161,221,215,169,81,24,174,153,142,0,250,31,73,78,114,121,115,89,202,75,204,174,214,244,112,139,253,161,5,222,31,210,39,6,73,60,5,172,59,152,8,245,187,8,130,132,177,88,186,104,90,63,223,189,205,209,138,179,211,201,197,81,143,113,90,139,142,208,96,108,107,47,71,215,143,167,251,51,116,75,155,162,124,8,81,104,86,183,150,187,77,68,74,30,157,139,237,7,172,51,60,65,209,89,128,178,41,198,12,116,37,148,138,86,73,186,2,11,246,158,23,60,49,242,131,145,65,110,76,192,110,220,152,9,58,145,70,72,11,80,68,4,
|
||||
108,105,43,3,226,38,249,167,67,75,147,167,223,236,71,59,158,71,110,8,210,163,34,32,5,246,16,93,250,128,101,238,94,196,82,8,219,10,32,93,234,218,138,54,41,76,228,104,243,228,119,239,190,240,176,32,63,17,128,131,201,198,180,174,75,86,49,14,39,140,231,135,31,67,210,2,9,106,33,161,131,178,237,49,32,7,155,229,138,56,114,38,106,146,224,138,201,227,155,205,216,183,166,19,144,165,162,207,201,207,87,16,223,108,18,97,171,168,39,179,155,168,228,109,4,69,225,62,227,136,115,166,137,56,2,253,59,246,159,52,9,127,155,233,1,21,217,98,250,43,201,137,155,121,178,1,46,3,159,1,173,9,17,130,166,32,152,150,91,32,139,98,178,248,194,154,157,6,106,33,65,51,149,104,80,143,2,82,34,105,42,149,81,126,231,243,136,3,143,72,134,163,98,150,205,202,111,85,206,0,138,235,229,249,197,46,86,248,217,245,1,188,227,243,51,107,239,147,27,111,112,228,172,85,48,193,112,5,223,29,213,128,236,63,219,44,151,213,149,147,4,197,176,144,95,51,
|
||||
152,16,26,230,181,29,215,159,139,101,10,253,147,78,17,155,151,32,101,67,83,222,133,157,103,30,164,30,188,3,154,140,141,50,170,246,18,15,200,178,2,106,184,192,81,97,203,69,94,95,99,99,33,29,39,243,21,9,122,126,224,79,247,205,55,139,236,48,113,1,39,165,87,214,87,232,165,170,126,52,34,139,4,105,190,16,187,19,247,81,85,230,49,125,177,6,27,156,147,192,167,166,47,180,114,109,237,241,195,152,21,78,250,133,198,90,184,17,56,11,177,9,159,40,233,124,5,82,60,23,162,30,7,185,153,76,95,60,178,8,134,222,166,251,127,199,87,214,88,167,47,72,195,85,190,76,148,168,195,244,197,39,253,94,211,18,75,147,60,61,149,215,43,176,62,226,195,20,68,85,36,117,106,194,79,196,86,12,5,142,11,61,204,222,226,27,36,80,229,109,43,76,5,44,34,78,52,100,248,100,202,181,150,1,118,125,239,212,195,211,31,27,69,206,133,99,195,65,51,122,207,88,6,88,6,138,73,8,84,72,207,22,30,90,21,8,236,109,176,73,14,47,209,191,165,129,
|
||||
59,50,246,149,71,197,96,99,77,88,229,215,44,177,194,76,29,57,27,189,22,154,6,177,84,150,193,98,65,51,136,55,155,152,41,74,106,223,173,170,41,91,128,233,51,75,161,208,126,86,76,103,170,208,93,248,25,71,252,254,238,250,170,105,253,66,255,28,120,193,82,132,31,124,126,142,157,244,179,227,46,22,242,165,60,230,185,27,241,129,110,53,163,118,99,108,2,9,44,149,201,9,169,254,17,191,31,98,48,235,209,85,79,53,166,2,28,56,97,219,225,71,127,46,159,172,25,161,82,165,55,166,182,68,141,28,188,67,134,171,200,8,5,233,250,196,10,69,132,150,32,154,78,190,50,216,38,138,104,8,194,49,106,158,111,202,187,190,96,217,136,81,176,220,118,140,117,27,74,35,44,55,46,153,73,196,50,200,214,174,189,179,171,203,187,255,13,74,11,73,4,157,70,134,106,210,139,76,160,160,250,185,158,83,213,77,133,185,240,214,3,232,49,163,61,0,8,86,21,176,81,110,36,170,95,35,149,207,235,33,147,41,161,181,84,190,98,184,225,93,98,243,2,19,5,39,
|
||||
216,0,212,167,251,191,111,2,102,30,98,164,81,34,0,225,240,117,59,5,96,246,29,143,150,201,2,195,38,73,130,170,48,165,7,52,88,144,14,197,210,217,147,235,44,21,144,44,181,209,225,92,220,200,232,60,192,59,200,115,110,221,50,70,52,127,31,34,252,146,231,143,147,162,173,247,84,2,124,175,50,20,171,98,89,253,181,155,30,181,62,150,90,51,109,191,55,232,107,51,237,205,60,33,51,109,167,81,126,145,140,169,139,96,190,97,54,205,146,140,57,232,39,59,54,130,70,78,169,19,243,43,25,248,88,148,55,100,159,137,30,49,242,135,45,200,202,195,61,209,67,116,227,51,73,91,211,135,47,255,88,37,73,56,29,78,15,167,135,79,79,79,211,3,208,74,200,133,137,10,195,233,65,16,45,167,135,113,52,119,130,249,244,7,221,199,244,135,187,13,118,7,242,227,244,7,5,14,178,137,167,7,171,100,237,253,67,75,94,178,235,36,150,57,80,177,188,32,100,236,74,69,180,251,170,12,148,179,71,151,153,175,0,158,232,244,204,82,102,10,100,126,1,49,144,100,
|
||||
191,76,205,98,22,106,36,135,17,164,217,156,245,178,74,5,117,127,180,147,25,221,18,85,141,209,197,224,215,154,246,34,89,69,132,118,78,97,183,203,211,188,59,189,187,28,77,127,61,157,76,46,110,239,68,72,113,54,115,61,49,141,191,228,162,88,131,229,173,212,252,161,2,208,119,163,241,225,229,152,143,229,253,221,221,184,60,55,122,78,2,209,50,178,133,222,96,178,180,109,205,156,186,70,231,126,55,15,197,14,210,180,46,195,83,199,137,46,253,69,208,180,222,227,136,223,51,241,144,17,240,245,22,26,151,34,99,4,27,3,161,225,171,197,130,164,170,71,130,245,96,70,50,20,83,110,146,133,181,133,182,66,53,88,81,170,155,106,122,48,205,156,26,32,86,84,209,226,11,38,174,68,205,87,190,139,233,212,247,15,54,106,253,178,246,208,157,181,39,2,60,91,59,146,224,144,229,78,16,249,6,15,74,36,127,215,75,63,78,110,62,52,118,9,81,108,165,52,50,139,168,176,144,28,0,203,135,211,253,233,126,249,237,139,231,76,49,204,217,34,200,218,76,122,69,146,
|
||||
18,201,102,141,126,151,217,185,0,33,164,113,91,211,215,0,155,241,120,250,235,245,233,229,7,94,135,136,151,139,200,85,160,131,21,57,227,142,193,49,157,238,105,194,243,217,177,178,3,232,237,22,123,41,85,98,100,5,34,147,179,204,211,129,211,134,198,101,135,144,145,236,108,158,151,31,46,167,191,78,73,201,243,194,26,238,73,214,51,112,188,37,200,64,178,90,151,32,160,201,70,10,80,248,25,145,232,118,235,47,108,245,170,74,35,87,55,239,222,95,252,194,75,62,255,120,61,166,207,144,11,150,34,112,206,33,229,27,181,64,176,200,252,38,36,129,52,53,204,238,25,48,61,103,211,4,97,123,101,132,192,118,72,121,33,200,32,27,175,184,76,104,146,119,65,250,236,55,13,54,193,236,55,192,63,235,50,135,56,151,188,20,82,85,25,118,171,109,211,87,55,139,233,43,109,40,106,98,59,133,178,252,14,197,193,93,108,89,227,18,3,1,24,205,154,132,30,115,146,132,190,182,199,22,90,22,166,161,223,10,122,200,137,24,184,220,171,96,225,4,20,101,109,107,99,146,
|
||||
235,139,58,79,13,53,144,138,29,152,237,23,121,125,52,35,28,182,120,86,0,193,164,151,19,253,182,98,233,243,171,218,214,143,129,235,223,170,133,94,42,171,147,44,45,153,99,3,4,128,81,208,92,230,214,111,120,87,235,197,252,17,40,234,184,102,146,49,228,201,21,168,13,17,242,217,54,167,205,167,12,252,91,166,131,35,33,139,76,156,23,180,205,12,208,11,203,71,223,219,225,68,91,86,205,25,221,145,189,250,198,103,187,180,198,32,173,121,216,76,58,89,10,164,35,214,58,4,219,183,169,35,105,145,98,127,205,80,67,214,94,11,74,194,66,105,221,204,152,41,89,43,195,27,123,2,18,111,233,119,99,35,32,81,237,157,74,110,131,39,246,13,46,136,143,241,11,21,120,185,6,193,215,242,94,166,168,137,114,152,41,105,153,190,24,145,237,68,252,155,116,62,106,65,206,43,237,239,244,151,77,235,67,240,49,86,119,228,247,181,197,118,171,123,96,150,21,107,232,189,61,63,187,54,190,223,185,152,29,68,137,72,21,78,22,255,240,219,199,15,151,55,31,172,211,171,
|
||||
43,178,82,205,31,26,178,189,198,2,87,149,207,9,146,200,164,132,62,111,45,227,171,142,245,185,17,203,244,13,1,153,190,34,202,57,221,39,107,37,48,84,191,83,213,52,138,125,196,60,91,38,28,52,66,142,130,2,33,193,210,133,28,227,68,212,98,195,84,168,36,53,104,81,45,111,100,170,209,62,217,98,200,163,176,143,66,104,195,14,114,205,2,52,134,100,195,54,217,30,118,65,19,145,191,59,238,142,167,47,15,100,44,77,216,51,131,59,13,195,43,121,90,145,245,36,17,181,84,228,12,230,71,169,235,163,214,209,135,206,227,233,112,152,50,207,127,8,240,162,11,109,188,39,176,101,78,44,118,106,158,81,164,32,163,146,205,45,33,37,195,0,249,78,154,107,204,144,77,203,152,33,203,134,238,49,56,29,75,249,86,180,241,114,90,1,171,199,78,144,176,3,15,154,144,29,175,232,100,146,45,214,88,149,70,65,68,174,220,217,14,242,78,195,190,117,149,151,113,224,207,128,207,49,49,56,113,178,102,94,85,156,154,161,254,115,232,52,75,210,172,40,102,4,34,151,
|
||||
27,206,2,59,114,88,89,172,160,20,246,163,106,68,242,20,136,43,241,188,207,174,223,237,24,210,174,5,43,209,212,149,165,129,17,3,122,246,31,219,233,190,135,243,182,220,121,13,144,143,200,12,63,14,194,77,168,229,209,220,164,232,104,24,233,72,150,33,37,141,44,125,60,211,72,197,106,61,99,59,60,219,241,9,223,92,95,232,248,30,155,155,94,182,59,182,221,237,210,46,183,59,93,171,223,183,142,26,108,16,136,69,137,145,102,152,96,72,234,212,130,195,48,248,25,243,243,212,135,81,213,17,192,79,118,25,232,0,127,77,80,193,152,124,145,169,14,240,238,252,140,224,141,241,191,234,232,180,163,4,43,39,113,28,0,186,10,54,28,36,82,114,107,154,174,42,91,247,178,105,253,104,63,218,19,49,4,211,110,205,227,216,208,179,188,213,99,151,249,133,128,131,204,18,214,65,72,4,244,224,183,144,254,93,186,11,238,236,96,182,14,53,51,167,175,208,161,124,75,145,205,157,229,103,0,24,181,170,55,146,16,38,198,98,10,2,202,225,80,158,92,223,33,123,143,98,
|
||||
246,100,231,201,51,153,33,64,3,136,104,241,97,211,16,12,76,188,172,152,78,144,116,184,68,173,201,223,131,201,76,247,49,121,72,41,2,209,217,48,220,122,25,80,91,114,175,25,179,188,140,76,113,37,208,50,118,152,27,114,48,23,67,122,150,176,134,102,106,165,103,152,35,2,164,127,201,156,178,117,11,103,243,23,128,72,182,206,129,126,26,44,115,220,76,44,98,102,99,231,243,32,114,244,148,197,58,32,220,193,50,204,1,178,215,198,12,211,171,213,244,199,145,162,160,162,84,49,143,239,203,64,11,85,191,215,62,233,106,85,191,211,3,171,124,36,109,191,221,40,129,50,248,239,45,52,247,89,240,4,6,204,218,16,80,98,185,229,120,146,77,72,19,22,213,154,204,200,76,68,11,126,184,3,235,178,214,83,165,213,111,22,44,209,82,15,149,234,36,2,13,100,126,98,211,13,81,40,65,108,208,34,25,78,96,12,147,123,75,18,153,4,13,96,130,38,94,103,67,49,36,122,222,52,94,218,179,30,137,103,75,216,174,189,77,183,239,206,78,69,184,147,174,172,61,182,
|
||||
125,61,168,109,70,119,214,216,80,34,133,225,38,73,217,164,217,36,9,193,98,127,135,88,210,76,64,206,244,197,102,253,192,22,97,30,19,112,160,66,98,251,62,88,133,172,196,76,153,173,95,42,26,90,104,80,234,253,28,106,51,173,223,188,74,58,141,237,4,236,111,199,226,216,178,18,7,155,104,174,56,240,73,183,126,221,221,229,71,200,168,77,206,88,247,241,238,237,96,186,127,118,115,157,122,185,118,24,182,52,152,70,66,48,202,180,133,116,172,156,189,153,94,121,240,73,76,195,225,145,153,84,182,199,88,185,88,39,168,209,121,11,146,190,118,69,31,224,107,227,43,227,30,212,143,203,174,181,111,29,218,144,65,98,158,198,177,124,195,202,23,73,208,163,76,7,62,28,65,224,218,161,217,50,198,27,225,5,195,171,103,222,100,39,152,111,50,224,198,115,178,76,17,45,11,157,197,183,216,16,89,24,126,37,158,42,10,64,212,180,210,47,153,54,107,157,212,123,7,238,218,107,84,109,146,226,126,99,73,23,84,173,161,37,44,67,40,169,17,47,217,246,226,116,25,252,
|
||||
144,184,228,46,74,127,199,170,148,70,250,220,145,16,144,189,116,253,185,183,113,170,118,47,30,159,57,127,182,117,5,133,131,220,182,194,141,171,154,52,217,77,177,179,27,98,43,6,71,152,254,83,52,114,156,211,36,200,133,45,191,56,198,102,15,220,164,183,14,74,84,15,40,115,37,33,43,101,122,72,166,173,210,12,178,0,148,149,17,22,197,21,144,48,189,27,177,161,246,217,74,182,97,101,225,163,49,251,204,83,45,251,163,239,242,113,94,196,115,59,84,57,30,1,89,71,69,236,15,197,58,166,255,181,193,188,149,188,67,239,3,61,108,22,83,50,238,95,111,17,99,39,147,140,134,233,202,182,3,97,67,34,74,124,212,183,218,19,39,81,41,181,125,144,18,103,122,152,168,100,15,84,178,41,182,179,198,142,32,20,217,146,138,25,235,203,244,222,162,214,13,109,152,203,63,38,74,249,220,200,71,199,200,145,65,250,209,193,99,198,161,235,100,179,42,70,202,164,6,252,242,116,196,220,175,131,11,88,178,216,123,203,159,155,56,43,230,239,141,116,178,70,91,39,60,182,
|
||||
99,151,141,237,218,105,160,173,59,97,64,14,18,230,23,211,87,77,96,102,234,33,172,74,182,81,182,11,100,246,179,246,114,210,154,208,25,48,98,161,16,13,246,240,177,13,132,196,56,242,107,19,40,236,160,57,218,24,109,58,135,182,61,194,44,70,16,145,147,189,134,200,253,20,152,160,217,175,104,55,41,93,20,47,27,105,240,153,115,147,76,149,142,154,238,243,234,226,6,193,150,30,131,165,62,8,132,134,77,80,199,96,30,211,253,65,137,109,105,109,69,136,38,62,243,242,247,136,13,234,104,176,175,4,70,25,19,98,44,90,21,192,108,100,4,50,226,47,63,39,34,144,158,198,163,248,113,23,176,22,245,161,204,191,233,174,93,230,156,36,194,125,77,38,102,229,81,37,66,139,167,191,78,191,120,66,149,73,1,6,136,26,241,51,35,88,198,77,228,136,36,116,128,247,89,251,206,235,89,57,186,32,221,149,69,9,138,190,57,28,59,11,254,123,171,132,62,103,254,33,180,128,0,82,222,185,186,70,100,155,214,60,140,34,74,230,214,248,252,237,225,233,46,0,74,35,
|
||||
133,204,214,159,5,158,115,120,153,160,241,252,240,35,17,31,226,158,135,4,3,15,138,118,97,199,166,211,166,225,116,244,28,56,64,145,132,47,137,171,143,148,137,253,0,172,225,173,210,210,111,152,235,104,224,208,27,22,87,56,5,27,61,146,136,80,16,146,104,211,98,95,1,182,127,109,71,15,153,65,89,60,123,96,103,236,149,52,82,131,198,93,237,218,4,164,83,204,68,102,132,46,47,70,226,147,166,255,53,249,29,194,156,234,178,205,40,196,89,56,114,164,221,131,227,131,65,125,155,195,4,24,82,122,221,24,254,219,7,189,238,142,86,80,183,138,192,122,241,203,229,181,142,133,10,200,234,158,164,145,183,54,25,68,235,118,95,119,5,45,103,78,154,138,97,136,105,151,16,173,0,12,162,171,211,27,172,86,38,228,160,243,221,112,163,3,13,8,185,0,47,32,186,75,151,226,62,88,255,76,81,228,101,58,32,185,107,128,153,228,101,40,204,123,252,241,174,200,11,138,110,198,110,167,221,214,186,71,251,200,210,9,33,153,238,241,13,146,235,228,162,67,154,217,77,42,
|
||||
5,177,20,12,158,176,112,1,19,153,106,72,179,210,66,71,218,200,152,226,246,110,175,173,151,39,21,70,233,231,229,55,8,238,70,231,75,77,0,116,152,167,147,209,229,101,213,124,233,102,18,136,204,101,19,233,200,13,16,35,66,134,21,201,164,105,184,17,40,133,103,47,89,233,83,44,206,207,182,166,125,5,24,111,13,236,254,188,113,231,15,119,246,76,135,69,224,211,153,29,81,44,73,16,45,109,159,77,213,23,254,163,27,1,37,232,92,68,221,172,224,59,5,158,101,182,110,138,188,6,139,121,16,114,95,225,46,57,61,97,116,117,115,102,226,8,105,223,73,44,23,153,106,239,101,187,215,248,31,9,82,214,41,135,103,172,93,137,237,127,135,19,236,77,135,195,139,103,53,223,36,21,217,233,78,244,79,58,225,107,200,44,204,220,200,80,225,121,41,231,183,214,250,135,202,242,121,32,237,186,203,137,12,169,4,81,19,62,45,109,206,237,237,205,226,63,21,237,56,136,225,93,112,231,174,149,16,224,161,117,75,188,91,181,7,173,29,158,49,49,130,185,206,46,34,44,
|
||||
82,200,165,159,156,145,250,35,177,42,211,87,120,23,202,173,145,248,15,244,60,210,119,223,171,231,143,97,222,96,90,195,80,106,87,194,170,193,77,24,67,101,79,226,48,168,30,251,237,233,228,238,226,118,250,235,224,244,106,252,254,84,148,134,192,143,93,144,84,138,53,162,24,173,48,82,108,83,6,133,39,187,47,231,170,128,238,197,27,197,70,51,74,82,200,108,66,101,86,167,99,68,43,150,82,137,28,229,104,32,214,150,41,84,146,151,81,106,175,41,221,210,93,12,191,2,176,87,163,187,26,193,164,6,250,46,72,160,81,183,80,52,82,83,29,89,147,116,87,33,19,81,128,75,19,164,134,114,93,242,54,241,185,2,208,205,130,200,169,97,34,144,197,110,66,27,92,234,22,212,163,73,95,63,5,174,115,203,130,151,222,209,164,12,46,65,248,89,140,84,111,55,158,7,249,144,35,11,216,175,163,82,203,153,49,184,214,10,93,245,70,218,97,97,99,238,76,156,232,68,69,143,46,100,106,50,122,17,197,136,33,5,146,74,193,221,87,200,163,49,248,146,29,183,232,81,
|
||||
215,74,23,197,128,145,121,183,70,164,58,77,189,110,30,5,114,177,254,194,222,47,154,143,49,162,91,33,228,204,10,110,92,217,51,229,157,5,207,214,35,71,58,102,161,164,177,117,238,198,116,10,14,155,198,112,62,242,42,161,16,71,28,6,68,3,229,13,215,175,134,81,113,10,19,224,141,244,225,52,96,141,34,70,159,92,39,89,85,86,144,202,168,76,124,21,36,103,70,38,241,239,21,130,235,37,30,158,32,131,12,186,129,69,185,202,45,19,1,84,2,73,227,54,168,69,212,9,251,41,40,230,190,105,189,173,143,158,51,0,171,51,163,56,51,140,195,237,216,54,201,153,90,138,45,180,142,203,52,194,134,48,81,13,62,151,208,79,66,90,67,130,231,127,40,144,119,78,157,20,201,160,60,241,119,145,235,208,218,107,187,26,121,152,195,136,229,56,103,175,97,162,239,76,223,81,240,52,253,149,113,134,146,217,196,189,224,107,5,180,85,28,5,2,88,105,128,188,182,184,135,159,47,157,134,230,245,143,193,3,128,247,195,197,167,139,91,82,35,37,184,76,251,234,180,123,
|
||||
155,141,19,218,131,80,234,247,6,130,165,167,134,36,100,222,77,127,189,187,188,190,152,220,157,94,143,179,132,2,232,82,62,69,16,120,138,156,123,141,226,60,63,171,50,230,77,214,73,8,177,0,168,119,251,213,32,219,84,243,202,233,85,190,137,170,203,2,110,231,110,72,40,122,24,147,17,49,50,126,250,138,75,226,204,254,195,182,35,205,113,95,154,31,174,9,170,141,120,161,187,100,87,168,134,30,172,26,146,32,230,208,180,206,21,168,97,180,13,249,203,232,90,241,223,113,20,36,76,195,238,64,144,154,132,118,33,71,223,70,68,213,124,240,195,243,43,2,5,188,24,120,91,142,166,28,123,65,2,106,212,164,191,242,211,100,27,75,220,207,53,176,209,214,127,198,20,189,138,94,222,26,35,122,239,99,211,80,119,142,15,223,56,110,64,89,166,56,47,253,231,226,217,38,171,74,147,73,10,40,100,64,208,221,100,52,164,176,102,243,25,83,14,65,16,130,229,56,136,205,220,64,92,204,199,240,99,56,106,90,68,139,245,236,200,239,134,166,44,2,200,35,99,124,109,166,
|
||||
130,22,150,64,18,73,110,63,36,226,61,251,233,221,198,109,90,55,11,8,214,202,80,60,242,198,231,55,204,140,52,218,134,43,189,183,14,100,194,79,162,35,52,201,16,244,123,147,136,147,29,175,38,159,36,52,74,121,225,39,14,25,45,25,255,69,166,238,28,159,164,50,245,192,210,209,123,173,239,144,169,63,16,250,36,76,51,197,214,82,0,80,97,72,49,14,249,39,235,248,160,253,63,146,243,196,68,104,148,50,206,239,73,5,118,150,234,58,36,119,243,167,94,141,165,131,18,6,37,76,142,104,123,62,137,106,172,212,131,232,46,156,131,88,116,178,27,63,117,33,194,171,38,81,87,251,147,197,192,192,82,97,170,234,235,244,212,102,62,3,0,219,37,170,42,145,78,49,181,144,8,10,10,152,78,43,83,63,201,238,194,190,157,21,133,164,47,176,13,148,195,172,83,156,181,212,154,70,52,236,48,242,208,188,116,38,100,106,55,212,202,65,81,231,250,138,4,152,137,78,21,75,215,130,151,238,74,104,10,94,192,106,37,63,75,236,131,242,145,137,20,219,45,31,37,65,
|
||||
11,98,205,249,248,82,188,249,242,209,24,8,44,250,146,143,253,225,32,90,195,151,216,205,152,104,255,34,169,191,180,159,36,70,86,86,159,90,40,140,111,37,139,188,164,9,124,160,254,189,75,255,193,4,253,80,135,169,136,144,139,187,99,219,12,35,248,183,137,133,169,61,219,230,113,46,99,22,80,57,20,172,110,179,235,5,176,49,5,104,42,51,93,236,56,135,116,115,110,170,88,211,132,111,57,150,179,137,210,252,54,221,191,117,233,136,116,33,155,29,208,105,83,246,119,189,173,149,76,0,229,116,112,29,253,148,6,170,31,148,253,212,133,124,190,136,92,178,146,156,187,114,23,201,244,111,215,228,249,250,188,82,16,250,28,202,5,88,5,145,251,71,192,249,32,49,83,94,157,55,88,126,92,35,0,26,25,143,232,88,138,189,20,166,192,99,144,26,151,38,192,127,155,160,241,94,239,39,245,113,198,209,10,34,111,220,82,116,25,33,74,233,249,40,240,242,41,246,35,138,194,245,206,55,18,1,163,196,210,200,116,159,184,8,94,38,238,192,145,41,98,198,12,194,173,68,
|
||||
169,124,224,40,152,20,193,5,236,37,71,87,100,124,254,200,63,104,45,51,37,34,28,107,100,123,154,0,149,150,89,149,116,56,214,203,75,213,5,10,144,118,200,155,236,184,143,174,67,246,171,133,142,181,226,1,43,17,121,117,185,91,232,50,23,105,149,198,196,153,56,39,178,70,120,58,91,146,36,201,53,225,153,16,37,51,0,180,82,159,237,68,158,7,205,148,195,161,42,35,93,198,19,108,82,134,57,20,107,246,28,82,96,170,205,208,73,222,119,170,254,32,105,49,62,52,29,73,14,223,227,143,211,127,159,254,187,60,220,146,13,23,240,24,109,170,241,68,34,174,13,82,42,112,182,241,30,180,185,32,71,163,1,202,55,163,203,129,212,144,160,68,63,135,92,227,161,98,18,103,252,182,138,155,25,199,51,197,174,109,197,233,106,44,138,192,185,248,141,164,148,147,97,47,221,145,67,124,113,152,119,57,145,77,150,86,214,78,2,10,173,242,85,34,1,167,220,37,167,180,112,110,1,54,172,28,76,4,40,185,13,231,165,229,201,195,17,241,19,67,56,64,73,158,69,239,
|
||||
226,79,144,47,86,37,91,108,222,41,173,233,60,244,166,206,121,201,127,236,148,179,5,42,130,163,121,46,194,188,17,28,171,148,141,132,32,200,142,193,34,121,34,78,167,68,114,100,111,197,54,206,156,107,153,31,68,203,60,194,202,205,55,249,123,87,19,146,145,19,70,135,214,169,53,125,45,57,143,211,215,214,233,197,68,203,3,18,62,153,190,135,67,57,87,250,115,185,187,51,118,241,75,187,161,85,104,31,24,230,255,111,84,44,225,239,186,26,65,147,76,127,11,107,41,5,1,42,171,97,233,152,38,22,106,34,63,179,105,124,1,154,67,43,246,200,96,34,16,192,186,21,49,34,224,22,84,101,173,246,196,204,52,202,232,147,73,139,67,18,175,25,51,133,229,177,51,76,126,148,116,85,10,110,137,102,110,194,118,243,84,73,168,136,54,153,0,9,97,22,251,92,17,40,83,69,33,57,245,202,170,40,23,156,208,154,2,219,214,74,116,75,52,135,186,70,108,20,42,73,36,34,84,127,227,219,99,247,89,196,142,210,251,34,118,59,214,149,10,147,192,7,222,165,190,131,
|
||||
130,181,253,168,95,82,144,68,144,47,219,110,185,216,138,118,58,48,126,213,204,132,140,125,95,109,88,124,29,228,14,29,113,136,202,183,55,74,97,186,222,22,240,254,180,147,5,27,21,91,94,93,156,215,112,72,34,3,248,133,253,165,224,202,100,98,30,173,34,114,9,217,126,177,125,78,253,170,29,59,29,182,73,166,89,66,214,48,108,102,198,50,39,152,167,251,230,0,117,150,101,16,17,213,175,182,107,112,204,83,174,32,17,101,175,100,10,4,79,124,199,164,126,242,131,89,241,253,178,226,85,161,62,145,11,217,100,158,119,118,106,57,177,216,207,71,157,109,116,22,4,15,59,32,143,150,92,171,139,245,142,142,141,46,214,178,126,220,248,5,93,236,155,52,49,162,247,20,244,96,98,54,14,172,74,227,162,194,245,21,125,107,250,229,243,244,94,107,12,70,232,74,99,179,23,144,112,8,89,20,167,3,239,148,105,255,92,50,38,235,27,182,85,139,223,212,102,58,28,226,96,47,30,65,46,46,217,36,70,97,125,38,95,113,155,151,97,200,43,76,142,229,68,235,86,169,
|
||||
210,38,49,87,16,123,196,148,197,33,65,149,228,135,122,153,91,231,161,11,15,98,166,167,121,57,128,191,170,94,188,55,90,9,54,68,71,204,179,57,147,162,54,104,6,198,236,73,253,236,138,191,76,109,137,249,0,92,126,136,189,117,227,85,105,218,218,97,91,234,228,93,80,84,188,169,116,3,37,62,82,250,69,108,160,224,245,46,158,157,205,69,176,109,104,76,113,227,143,44,129,146,88,71,217,119,107,16,76,74,149,211,250,100,138,196,51,30,104,91,140,50,204,108,191,25,133,48,29,179,100,247,233,157,14,159,205,50,241,57,49,57,168,20,196,209,200,156,235,224,148,55,251,23,67,159,98,107,239,211,149,68,90,81,144,231,140,98,252,235,74,46,48,143,50,125,20,246,139,234,216,244,167,251,166,136,85,38,238,83,76,67,184,77,107,171,25,22,81,181,112,67,149,28,242,191,18,114,168,37,159,38,71,20,104,195,64,204,230,167,106,190,11,111,159,153,22,84,130,9,229,178,249,84,250,235,23,163,37,188,197,4,137,237,254,146,78,87,81,174,236,2,162,67,197,220,
|
||||
172,25,229,16,66,203,82,24,82,83,151,194,226,140,53,147,75,9,105,206,173,181,102,228,56,208,161,124,86,17,97,11,150,199,174,154,69,16,70,121,197,141,107,70,209,174,85,180,111,195,149,134,181,140,168,222,34,213,61,50,22,169,158,117,13,201,251,187,136,224,216,24,42,217,177,28,68,218,61,234,100,217,214,94,16,67,46,18,129,104,157,119,189,166,239,52,117,182,2,233,93,17,217,148,40,120,179,248,46,21,75,164,40,188,194,195,120,51,75,237,164,146,255,239,114,170,174,69,161,20,223,65,135,203,126,41,54,39,113,205,60,179,141,231,42,1,105,99,91,164,124,172,213,0,204,219,179,0,12,92,30,141,37,139,116,79,114,42,167,127,181,40,87,182,41,238,36,102,109,144,147,33,177,110,194,198,155,90,98,89,153,154,32,99,234,222,96,210,197,106,124,5,131,73,255,189,194,70,12,217,248,250,30,244,124,178,211,225,68,27,198,44,2,111,174,240,102,25,62,211,24,29,82,179,111,168,88,15,51,142,191,141,8,218,171,200,64,239,15,193,31,47,130,5,217,44,
|
||||
106,172,11,169,25,35,181,253,56,81,32,69,215,36,22,146,93,145,85,29,91,176,2,31,114,33,114,218,54,161,179,39,200,29,109,237,153,24,42,29,180,77,41,240,145,67,201,191,108,209,226,204,18,167,228,21,160,164,151,178,222,106,108,145,185,76,46,78,204,210,25,230,164,38,38,58,184,74,220,26,32,200,158,71,131,215,153,7,184,3,194,105,2,213,52,201,203,226,212,108,154,31,249,102,55,160,66,158,184,100,56,229,171,145,47,94,6,189,162,44,253,132,97,28,205,135,57,93,242,242,110,186,127,121,151,119,6,213,34,125,167,107,10,125,182,143,129,245,84,242,225,187,240,126,146,133,8,25,116,76,179,171,13,155,106,90,166,234,6,190,115,216,92,17,93,203,150,8,49,116,112,140,104,90,243,19,124,221,81,11,235,224,224,192,26,93,157,78,38,31,78,175,47,168,176,87,84,201,107,173,99,253,68,138,136,234,98,10,99,178,188,106,21,159,140,9,84,2,67,19,32,183,34,170,124,221,78,94,6,19,65,117,158,111,58,176,28,173,49,162,150,231,170,141,77,5,
|
||||
4,32,78,193,193,119,18,135,73,43,23,254,108,220,163,121,246,41,239,96,191,42,38,170,252,24,185,176,85,35,80,178,237,61,53,250,10,89,74,209,136,234,3,42,21,81,218,247,14,187,165,137,132,205,213,220,145,58,44,121,211,177,228,237,206,117,33,3,241,230,213,203,130,229,157,132,206,199,100,205,76,136,132,221,67,48,227,67,241,55,30,166,32,34,6,61,177,114,21,44,244,128,249,71,149,199,25,14,81,173,241,227,146,125,179,60,124,193,238,153,122,153,167,47,38,208,196,252,135,27,150,68,254,80,142,196,128,198,105,174,99,61,91,109,29,183,10,193,83,209,134,116,222,239,66,178,143,113,190,54,23,31,60,139,255,18,2,44,190,4,174,230,80,200,59,138,56,247,85,149,125,166,166,176,132,142,113,50,165,68,106,42,145,48,11,85,139,4,98,102,217,230,240,125,136,49,41,122,166,186,29,235,192,243,31,76,170,0,85,157,220,174,193,32,30,198,84,48,36,203,122,167,53,18,54,67,49,185,140,245,43,250,204,27,92,228,149,13,150,233,182,216,82,232,99,28,
|
||||
196,238,51,244,8,160,150,95,45,143,160,67,134,207,165,62,136,64,215,93,132,33,233,129,169,43,148,232,7,49,155,16,8,156,232,253,70,83,98,112,227,144,226,176,56,129,220,201,117,151,246,178,244,130,25,21,119,210,129,104,117,182,187,29,96,63,97,227,147,142,87,160,192,131,102,58,199,31,55,235,48,117,49,212,201,41,220,170,232,100,41,90,234,71,198,82,191,59,19,49,223,240,194,151,48,139,130,121,127,39,130,126,8,78,57,40,78,111,97,113,181,28,110,85,213,70,117,204,131,164,186,234,40,131,165,183,13,87,84,61,170,61,240,37,50,169,193,144,93,46,10,90,196,177,246,73,223,112,177,206,177,245,163,237,255,25,138,165,57,128,213,152,12,195,187,77,164,162,192,171,216,3,115,96,204,184,97,179,81,92,222,152,156,255,84,217,89,50,217,105,133,150,54,170,156,90,152,197,124,204,237,208,158,145,23,168,38,206,227,140,82,141,210,80,145,2,171,160,157,39,40,215,187,206,169,117,2,254,38,149,76,39,119,18,241,90,206,167,251,177,174,236,8,146,69,237,
|
||||
84,148,203,89,112,160,118,216,198,30,30,41,170,58,194,171,140,185,166,193,66,87,191,162,217,114,237,61,151,80,87,66,101,122,173,191,52,254,212,224,241,250,79,96,255,173,152,88,61,241,230,238,25,46,206,16,221,208,108,139,205,243,108,88,208,39,97,206,167,2,158,36,184,207,229,0,127,105,183,75,187,22,232,40,90,86,133,202,103,150,69,115,213,181,5,15,58,245,0,161,229,229,234,48,184,242,162,202,69,39,139,149,46,82,64,224,250,68,82,49,6,3,251,250,237,242,24,76,89,203,211,29,101,5,179,179,112,40,6,12,169,35,71,163,26,7,35,231,18,196,129,135,87,88,163,54,165,213,117,145,129,122,212,26,116,122,6,181,218,100,165,87,156,125,208,105,181,78,190,153,125,145,222,17,43,74,148,21,135,229,60,88,82,224,107,156,97,142,117,124,208,250,255,33,122,25,17,148,243,132,243,232,250,203,245,213,116,255,118,60,202,138,10,197,58,140,174,26,185,230,47,55,232,131,204,49,153,40,91,40,223,100,34,131,74,51,22,203,78,121,102,239,130,96,233,73,
|
||||
89,3,143,156,124,67,169,199,40,198,140,175,90,108,216,35,100,156,64,28,1,239,164,225,191,153,229,38,9,244,228,216,122,194,130,163,73,225,192,254,125,205,160,243,181,254,117,10,67,106,230,169,160,73,106,176,74,9,167,73,134,42,70,203,150,160,233,184,109,178,88,187,45,202,98,253,23,160,233,160,146,212,104,63,154,28,1,93,207,220,4,129,139,224,207,153,87,132,7,127,111,131,59,228,147,102,104,163,136,187,89,89,12,100,131,234,95,185,18,212,0,138,205,57,34,164,67,98,145,248,195,181,77,36,125,198,164,18,83,174,65,100,123,28,93,61,250,241,167,52,242,134,250,190,158,140,76,205,166,239,16,160,118,136,196,145,226,24,39,173,30,157,71,65,152,139,82,193,240,78,44,98,174,174,175,225,83,162,89,197,46,36,166,95,41,70,95,45,67,207,225,48,58,3,100,107,34,232,77,60,112,190,24,213,94,172,20,155,48,134,135,84,235,43,87,234,139,42,125,81,161,175,233,15,122,29,211,31,52,41,255,136,225,76,161,47,174,243,85,78,139,145,186,82,34,199,
|
||||
232,136,245,66,221,5,155,203,244,37,110,184,91,106,226,42,53,82,164,53,18,51,185,83,200,196,72,227,1,31,67,252,239,127,149,52,127,99,144,40,111,61,33,202,122,3,73,133,203,237,167,229,173,170,81,154,91,157,165,214,212,123,235,114,133,82,41,72,156,175,26,75,153,141,226,247,168,141,244,148,106,25,146,167,104,126,175,77,222,228,208,89,118,246,234,114,21,178,99,148,91,147,102,205,68,81,86,167,113,167,88,159,243,15,75,46,58,232,92,24,81,162,191,146,216,183,107,219,7,153,136,180,128,201,226,138,167,36,218,0,63,24,207,187,148,204,144,114,24,25,237,92,227,88,173,112,51,243,210,130,235,233,134,115,134,81,237,118,107,205,110,180,10,192,58,198,17,115,215,166,254,106,10,171,132,242,88,78,60,7,174,230,249,217,197,219,155,219,11,157,199,196,69,248,184,222,172,211,76,35,88,105,43,194,213,54,150,98,126,38,102,60,115,47,207,87,100,180,52,29,150,133,248,26,62,116,169,5,146,102,90,62,182,80,20,216,15,56,172,128,18,158,128,190,96,136,
|
||||
182,117,13,169,14,3,83,172,180,20,168,161,194,244,15,92,190,192,104,175,152,229,214,122,130,220,32,2,25,191,97,200,143,20,37,212,102,6,73,55,147,72,119,9,23,79,202,97,83,38,48,167,60,241,107,66,97,157,114,29,110,194,56,67,37,197,197,167,56,195,3,109,207,5,146,56,167,152,107,77,114,241,85,46,143,145,124,19,63,204,231,91,75,216,82,222,209,104,125,140,216,242,251,241,124,204,152,163,232,78,20,81,185,98,38,194,73,48,167,232,30,54,127,214,114,152,163,254,137,145,87,142,40,174,50,248,10,131,169,167,192,57,102,105,156,104,124,171,144,75,255,220,116,57,71,224,99,50,39,213,176,238,87,14,217,33,47,82,234,180,99,68,212,14,61,71,73,70,99,84,215,84,171,140,172,116,94,187,208,128,175,237,178,85,85,106,245,25,30,145,87,103,155,133,230,169,48,104,144,69,59,250,168,216,45,182,17,176,206,250,45,201,253,248,112,200,5,5,77,185,75,32,46,5,194,31,28,84,168,67,16,39,203,72,77,126,190,162,32,135,228,82,243,154,203,66,
|
||||
206,166,150,103,117,225,31,185,1,38,2,119,0,117,124,0,28,79,95,185,206,244,85,121,85,102,61,215,202,223,156,217,17,107,160,68,37,39,155,25,61,106,242,131,17,185,16,244,147,204,79,84,181,176,54,117,240,18,27,136,201,120,192,243,252,16,252,164,182,123,172,232,66,161,8,214,56,5,227,46,208,129,230,128,187,130,55,147,166,43,68,20,2,108,90,87,249,235,98,74,5,136,36,118,0,47,232,235,45,242,65,25,52,162,20,199,114,172,13,85,255,38,90,128,125,202,229,225,167,249,105,84,92,71,87,211,73,235,251,28,74,235,92,233,30,170,127,195,53,0,54,207,192,102,234,43,151,224,150,228,2,65,198,198,119,98,52,46,62,65,206,119,3,197,146,90,63,156,159,245,104,187,108,200,222,129,109,45,227,57,111,29,127,31,182,85,2,104,82,223,106,17,39,52,193,249,140,115,96,141,110,47,165,64,28,187,235,112,60,159,164,177,112,213,152,173,37,229,16,244,107,141,186,62,43,233,179,211,87,80,236,88,89,163,187,161,66,49,17,179,57,83,247,155,242,76,
|
||||
176,60,206,69,174,148,176,54,16,76,130,25,201,106,26,155,74,175,125,86,120,229,49,112,29,154,131,61,95,137,225,53,115,11,197,186,230,230,228,102,244,211,197,157,69,247,192,144,19,137,227,79,73,58,45,3,215,132,113,241,146,125,244,201,86,155,69,117,73,174,189,217,54,180,37,187,4,224,247,225,238,242,238,63,211,148,10,115,203,84,221,50,68,207,188,85,75,151,124,157,19,182,95,188,15,18,96,15,228,62,254,54,221,127,162,34,235,171,32,225,122,0,181,144,209,63,78,233,112,23,106,115,152,124,85,212,255,6,74,92,231,61,94,211,121,243,229,13,155,216,26,72,233,127,147,145,81,38,12,239,84,176,206,187,193,169,208,195,70,228,66,10,105,192,175,42,1,190,164,42,250,208,234,156,139,196,246,108,173,40,178,17,20,103,110,50,110,247,152,214,62,191,199,243,27,202,137,41,239,163,169,156,6,42,212,204,197,132,158,198,92,70,173,201,37,15,77,34,169,46,126,191,195,6,61,100,239,211,218,212,52,52,161,21,153,184,197,49,101,92,202,134,51,212,107,208,
|
||||
170,153,75,115,30,230,66,120,88,138,29,231,210,141,43,38,25,10,13,178,33,178,48,220,203,5,87,89,164,208,235,242,137,183,211,40,154,19,232,252,203,77,156,212,30,247,181,253,27,201,42,96,85,43,112,166,244,6,25,114,29,80,68,166,78,182,181,88,9,163,56,12,18,64,68,24,118,141,70,144,138,159,148,114,227,145,93,204,193,58,179,88,218,92,180,149,92,57,101,126,78,7,19,25,137,174,238,32,89,59,203,122,148,18,45,85,209,173,153,22,56,250,165,221,110,164,125,75,94,203,240,27,138,31,167,222,9,104,70,210,63,29,141,169,120,188,91,151,170,111,199,205,238,75,250,139,176,154,60,131,25,126,47,162,1,235,41,234,87,130,194,10,183,196,80,181,226,39,147,218,68,183,108,81,64,35,4,2,45,88,148,225,95,37,147,141,246,86,20,46,64,202,114,238,40,102,94,11,172,20,213,68,53,157,76,120,100,44,57,148,255,226,246,102,99,127,215,238,102,205,10,155,91,114,185,159,129,55,60,44,72,215,31,127,204,153,33,117,21,229,93,150,117,8,33,31,
|
||||
64,42,152,231,104,65,44,173,105,158,187,177,98,94,9,127,203,149,42,20,93,41,125,34,133,46,238,168,178,2,52,160,153,168,242,255,226,142,213,245,249,93,123,87,215,65,253,46,230,41,185,136,196,18,168,130,29,162,60,137,232,81,125,93,190,170,248,62,242,209,206,217,197,100,166,136,0,149,160,55,148,64,66,21,164,48,216,19,231,71,152,248,209,69,64,121,180,128,202,122,194,214,109,247,50,31,249,143,27,232,72,255,146,132,83,140,203,43,74,36,66,106,99,178,89,96,246,32,49,135,124,145,196,31,135,147,209,229,117,90,134,68,14,153,221,34,101,238,102,78,160,208,121,95,58,255,249,238,173,217,114,34,121,211,125,142,146,227,203,138,76,173,98,54,91,148,25,102,33,135,163,216,165,244,38,14,166,71,74,223,48,201,25,244,181,174,193,101,209,233,161,189,9,113,161,164,203,247,157,252,165,84,195,202,34,140,114,69,213,4,35,53,84,148,73,83,94,126,72,181,222,248,145,141,188,80,10,128,160,172,145,151,119,184,84,175,44,115,9,80,13,218,92,237,179,10,
|
||||
19,245,20,151,127,96,87,57,153,125,227,36,213,34,114,49,164,254,116,95,168,110,232,38,236,20,243,37,22,128,20,112,98,74,218,93,43,21,106,210,172,171,131,131,70,173,244,213,233,27,144,109,117,171,32,155,7,240,63,1,218,79,90,184,42,168,45,174,148,117,49,87,25,198,201,102,177,176,40,175,87,135,57,73,141,36,22,124,206,228,158,38,229,219,186,136,147,53,126,135,182,70,104,252,214,195,126,95,186,3,132,235,88,112,145,203,248,119,79,115,238,202,198,231,203,56,166,121,115,166,196,169,102,61,134,215,87,248,151,151,139,83,49,69,32,167,175,78,57,131,70,59,205,210,250,52,179,173,120,202,210,146,35,36,45,145,173,48,171,3,38,2,75,168,101,137,124,248,90,156,191,73,133,163,198,60,167,254,76,91,253,44,99,84,2,244,254,165,35,253,32,101,28,243,229,133,217,55,69,190,72,74,14,33,225,107,199,233,88,59,186,44,85,192,27,22,138,63,179,73,77,239,160,17,162,226,80,12,245,21,52,144,125,163,106,44,186,36,237,147,43,229,127,233,208,61,
|
||||
186,83,214,148,180,99,233,77,46,43,49,134,50,51,126,163,220,239,141,175,164,99,115,247,6,151,207,42,94,210,81,67,173,167,127,27,121,46,187,7,72,40,217,174,113,52,214,111,155,117,200,118,19,50,31,228,202,214,150,77,37,187,245,107,2,21,138,99,172,103,54,237,206,145,62,229,254,238,67,254,203,126,141,44,135,135,229,53,72,21,43,66,87,197,54,34,29,27,103,172,212,115,186,193,131,115,163,82,92,118,130,121,229,84,82,218,157,11,38,171,125,81,184,66,68,177,107,230,126,10,41,103,160,227,147,184,128,55,216,142,190,238,65,196,74,113,252,27,117,179,98,22,48,33,181,114,127,34,125,37,84,162,43,20,243,222,15,230,104,119,229,198,235,232,183,100,250,42,22,227,38,197,64,138,121,156,110,196,77,175,190,48,225,145,21,63,48,167,157,12,233,47,213,249,149,180,114,142,37,54,23,162,113,92,135,46,131,165,37,137,138,155,236,92,235,29,185,107,45,202,167,149,125,146,83,45,98,90,205,169,102,165,9,248,158,153,15,6,130,155,134,183,106,72,221,19,
|
||||
16,254,185,161,43,151,132,228,90,48,209,88,110,202,137,23,28,250,81,1,198,191,236,51,56,182,78,142,50,115,234,41,176,214,43,65,100,105,246,127,6,147,120,96,124,229,76,212,45,157,95,216,164,240,170,79,239,14,169,140,21,221,3,236,47,147,21,93,18,110,210,212,34,46,161,80,78,231,65,111,185,154,86,213,124,167,220,123,63,142,223,233,108,104,35,121,115,145,159,139,95,46,223,2,35,55,235,153,79,87,67,87,154,221,156,159,141,152,217,165,113,70,149,87,174,93,186,99,2,19,229,247,38,82,166,61,11,75,50,94,254,106,187,2,253,101,91,174,248,95,63,233,235,35,9,218,174,236,63,182,230,138,62,73,103,175,244,195,37,53,199,58,62,132,95,170,188,146,25,19,164,108,14,93,161,85,48,164,224,51,24,149,102,219,241,102,150,126,52,21,228,42,93,50,42,80,88,59,93,249,81,93,27,249,222,124,80,221,228,73,208,90,92,42,183,124,87,120,10,47,85,176,255,26,220,232,200,177,208,153,165,119,228,13,107,68,77,188,169,233,172,120,11,77,130,40,
|
||||
39,220,130,236,167,119,165,213,183,205,18,164,132,35,107,129,35,206,46,11,201,79,160,190,143,39,185,230,78,95,72,186,102,203,23,89,49,56,156,151,3,60,205,27,89,176,27,40,197,114,250,87,118,235,146,222,45,191,215,224,142,150,25,116,93,248,44,210,222,175,164,173,229,95,207,93,0,96,46,78,101,51,113,44,23,81,177,208,113,232,114,253,64,22,61,119,245,164,165,169,141,41,49,232,144,141,24,2,184,226,136,67,93,89,161,210,120,242,233,131,129,182,38,127,89,1,40,72,100,15,228,146,182,74,131,17,95,205,166,89,4,189,209,212,183,181,233,71,156,77,89,105,149,73,232,245,199,66,130,207,74,209,189,145,105,208,11,71,163,60,42,153,202,72,91,220,41,178,117,119,15,37,177,97,102,239,120,119,108,74,23,163,103,153,89,46,59,153,194,100,75,148,161,220,126,148,94,254,103,149,111,255,75,101,16,175,84,121,88,251,7,164,56,1,5,53,232,235,212,36,17,85,167,180,87,246,237,14,172,97,174,11,117,139,193,237,77,169,254,49,13,250,232,74,65,112,
|
||||
142,154,32,109,132,144,168,65,170,136,65,52,219,55,87,205,72,73,35,214,199,170,48,124,58,155,145,151,89,94,28,90,108,159,99,254,61,125,225,130,228,115,194,15,87,95,16,254,53,253,114,64,245,59,185,164,49,39,63,113,121,87,119,177,215,176,222,84,250,102,23,129,168,74,67,107,65,154,160,173,111,141,72,106,178,11,169,1,91,194,49,172,100,68,81,105,109,227,119,151,43,70,180,37,129,74,90,167,226,39,254,77,194,208,146,132,141,42,170,68,114,63,177,36,170,239,165,59,161,203,170,85,222,191,208,211,189,11,184,50,220,225,21,84,190,232,240,18,114,229,8,164,245,112,242,100,135,124,65,102,157,82,0,94,60,56,48,105,59,157,1,84,61,143,69,198,193,119,91,39,116,84,210,86,50,178,138,87,184,151,106,189,215,180,228,139,196,115,87,165,89,123,235,128,130,29,27,116,65,229,3,84,91,58,138,149,162,170,191,30,93,89,201,226,202,46,49,179,164,152,212,27,167,71,193,103,178,77,242,187,156,247,229,5,32,157,132,97,158,50,161,240,117,220,144,226,
|
||||
148,184,188,105,142,224,214,143,144,121,59,119,188,32,23,186,166,181,166,228,82,158,148,53,148,45,95,89,33,200,186,89,229,131,95,116,105,51,46,237,188,151,21,138,108,144,79,181,98,149,72,99,127,179,27,138,180,147,71,11,170,85,157,96,13,157,4,155,115,21,4,15,211,191,46,200,16,86,208,238,153,184,91,239,238,126,146,250,138,32,92,246,247,41,235,25,61,41,82,17,109,194,144,12,153,226,21,116,172,16,75,169,188,202,198,120,161,252,243,167,109,42,168,113,156,162,70,187,157,9,175,199,223,239,127,26,59,11,83,81,93,200,147,174,41,131,9,92,185,254,230,57,37,156,101,81,93,36,78,41,9,91,242,111,20,66,10,107,35,245,167,47,210,195,34,81,24,26,8,87,35,50,41,178,92,139,67,71,59,205,2,112,69,125,223,23,16,33,119,127,117,33,254,132,111,67,139,211,11,31,98,235,244,195,57,84,2,48,227,53,247,31,235,107,230,205,5,149,135,155,154,220,91,174,89,35,183,20,233,136,129,97,106,43,36,51,160,212,90,19,152,164,43,217,40,54,
|
||||
30,250,96,77,178,59,93,84,133,109,141,204,5,73,38,162,207,118,126,219,196,185,75,162,36,93,75,74,126,8,99,3,158,3,237,249,190,122,186,17,106,2,212,136,170,222,86,125,170,214,218,148,135,4,129,149,28,195,176,34,200,91,111,65,162,206,38,231,150,9,22,18,245,114,201,99,208,112,233,150,150,218,93,60,131,238,185,250,198,229,49,251,111,199,163,148,42,112,156,111,26,56,183,99,126,169,187,197,180,58,189,189,150,162,33,196,10,208,219,104,252,177,130,248,198,45,199,177,190,5,60,99,223,150,190,90,179,220,140,171,202,173,43,142,34,110,51,51,89,171,223,135,238,156,109,150,191,74,216,218,203,37,51,133,43,155,229,66,95,121,105,22,19,9,12,177,92,222,195,251,98,217,156,115,235,178,142,192,161,7,141,202,20,206,93,18,193,103,92,243,101,23,154,22,142,48,141,92,40,211,255,217,198,79,54,214,129,147,221,71,153,94,189,82,107,120,59,202,236,110,169,73,230,168,114,243,202,159,19,17,186,68,88,132,75,50,7,64,120,150,157,223,147,156,226,38,
|
||||
87,172,87,124,167,17,176,171,81,237,254,171,135,48,125,241,126,235,68,182,92,76,34,87,152,48,107,156,238,147,163,138,159,86,121,129,185,254,52,103,218,222,93,51,228,27,207,128,243,71,116,12,172,206,165,144,100,94,138,108,231,123,164,216,30,40,9,6,172,185,244,91,127,41,140,244,186,91,218,254,78,38,223,228,242,167,178,51,248,246,35,248,32,197,215,130,172,210,118,53,123,240,217,72,32,230,78,54,73,236,36,159,75,74,239,171,193,188,95,119,82,237,86,76,58,233,144,132,152,153,6,146,27,180,80,181,181,174,131,233,139,79,110,196,197,209,117,216,36,93,254,3,20,171,127,247,238,253,229,228,236,116,244,83,241,173,28,32,189,51,247,39,147,166,115,112,160,95,35,82,83,190,232,196,100,215,166,55,46,107,182,32,113,224,190,11,113,182,108,137,225,44,58,80,214,32,228,171,93,232,162,64,81,109,110,26,153,173,247,96,117,120,48,15,195,90,127,10,152,162,102,156,185,171,180,211,94,154,156,24,150,198,111,102,111,196,38,242,85,138,95,251,65,121,175,33,
|
||||
92,120,158,187,36,127,102,89,114,211,206,185,156,185,68,167,120,101,215,174,163,243,241,249,89,201,44,80,49,6,27,73,46,202,221,1,77,134,47,242,163,177,10,162,13,64,197,171,39,189,96,41,151,9,232,50,97,49,53,161,59,147,168,137,209,233,211,202,224,53,16,79,180,102,186,15,209,137,21,246,194,141,185,70,150,224,251,48,94,152,72,19,83,131,86,17,37,57,172,252,128,15,249,231,182,71,219,79,247,93,17,51,135,176,225,146,45,64,7,33,103,161,250,197,59,150,185,247,6,219,239,203,39,76,83,214,70,80,173,68,77,247,217,71,71,47,55,181,66,38,55,76,81,104,189,14,200,129,66,73,151,49,153,168,118,67,63,127,45,221,152,157,86,178,239,20,243,15,250,53,196,68,4,168,63,87,155,126,201,25,211,40,50,160,26,8,192,68,227,240,244,250,28,250,130,27,23,163,37,203,92,2,162,170,46,204,45,164,152,138,123,104,207,175,212,37,147,235,84,56,115,89,23,151,94,75,116,54,87,99,9,211,219,30,210,156,5,17,47,116,84,103,205,252,31,200,
|
||||
83,70,14,145,180,244,6,213,94,72,20,167,70,224,35,197,213,113,204,154,67,202,180,228,171,201,155,128,5,208,29,115,11,44,13,86,149,240,40,108,57,173,97,70,179,16,109,120,186,47,88,42,161,73,24,3,226,219,202,84,222,210,162,171,212,24,250,102,193,231,251,136,50,39,156,145,70,165,205,116,6,33,203,43,16,221,93,235,46,166,174,155,216,71,57,255,67,231,11,85,201,148,14,23,11,34,65,109,114,51,150,193,66,232,169,4,232,105,129,51,163,11,144,233,73,46,15,109,95,153,218,227,148,234,21,75,149,21,21,29,234,78,15,13,213,57,156,167,67,26,90,42,190,201,26,181,113,50,185,156,220,209,46,167,38,212,147,78,198,37,82,85,92,136,36,211,115,192,152,183,141,205,85,192,233,221,52,146,79,166,19,79,65,104,201,167,96,98,20,154,210,82,207,55,239,231,228,139,45,114,21,90,53,227,106,90,143,69,78,214,228,56,177,136,211,203,85,50,79,67,146,139,211,37,32,182,197,196,86,186,143,10,219,18,243,45,50,177,132,176,229,42,64,218,137,200,
|
||||
50,68,158,248,146,219,100,27,74,177,196,233,254,223,201,201,75,87,249,29,200,7,121,65,236,81,19,210,29,234,167,33,70,65,85,96,53,52,84,250,67,22,11,149,102,217,232,248,221,204,193,40,137,76,98,126,162,80,69,59,11,51,207,15,70,197,45,115,254,71,0,1,54,51,74,239,107,54,7,100,82,78,52,73,200,191,69,110,83,138,60,146,179,203,253,210,144,75,255,82,215,102,154,38,181,151,43,143,200,238,84,74,167,1,159,85,105,21,87,161,49,141,186,9,191,11,10,189,22,38,76,10,26,101,139,36,79,20,247,149,189,164,11,19,101,111,178,97,209,248,176,242,145,103,95,151,82,203,184,207,244,229,16,98,170,118,203,186,161,94,213,228,252,42,45,75,199,55,57,25,156,243,41,89,7,191,234,74,214,102,165,244,151,218,152,194,22,105,101,100,35,33,222,223,255,63,66,48,13,64,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue