mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-14 14:22:35 -06:00
ide: .upp file docs
git-svn-id: svn://ultimatepp.org/upp/trunk@5338 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
0b5807aaaa
commit
6bbf8bea64
2 changed files with 60 additions and 35 deletions
|
|
@ -78,7 +78,7 @@ processed by TheIDE. This can be used for example to generate
|
|||
sources on the fly or to apply some post`-processing on the final
|
||||
executables. The command and output may contain a number of variables
|
||||
enclosed in `'`$(...)`' that are replaced upon evaluation:&]
|
||||
[ {{2833:7167<448;>640;f0;g0;h3; [s5;b17;a17; [C@5 FILE]]
|
||||
[ {{2833:7167<448;>640;h3; [s5;b17;a17; [C@5 FILE]]
|
||||
:: [s5;b17;a17; current file name]
|
||||
:: [s5;b17;a17; [C@5 TITLE]]
|
||||
:: [s5;b17;a17; current file name without extension]
|
||||
|
|
@ -105,7 +105,7 @@ enclosed in `'`$(...)`' that are replaced upon evaluation:&]
|
|||
:: [s5;b17;a17; [C@5 EXETITLE]]
|
||||
:: [s5;b17;a17; executable file name without extension]}}&]
|
||||
[s5; &]
|
||||
[ {{1914:8086f0;g0;h1; [s5; Syntax:]
|
||||
[ {{1914:8086h1; [s5; Syntax:]
|
||||
:: [s5; [C@5 custom(<when>) <extension>, <command>, <output>;]]
|
||||
:: [s5; Example:]
|
||||
:: [s5; [C@5 custom `".rc`", `"rc /fo`$(OUTDIR)`\`\`$(TITLE)`_rc.obj `$(PATH)`",
|
||||
|
|
@ -118,7 +118,7 @@ AABBCCDDEEFF00112233445566778899`", `"`";]]}}&]
|
|||
is set using the [C@5 description] keyword. The description string
|
||||
can also include formatting portion, that determines the color
|
||||
and style of the package name in the package list in TheIDE.&]
|
||||
[ {{1914:8086f0;g0;h1; [s5; Syntax:]
|
||||
[ {{1914:8086h1; [s5; Syntax:]
|
||||
:: [s5; [C@5 description <description`_string>;]&]
|
||||
[s5; where&]
|
||||
[s5; [C@5 <description`_string> `= <actual`_description> `[`\377 `[B`]
|
||||
|
|
@ -135,14 +135,14 @@ types, Value, XML, C parsing etc...`\377B128,0,0`";]]}}&]
|
|||
[s5; Possibly the most important part of package is the list of files
|
||||
that belong to it. Each file in the list can have set several
|
||||
options which specify how it is handled and displayed.&]
|
||||
[ {{1914:8086f0;g0;h1; [s5; Syntax:]
|
||||
[ {{1914:8086h1; [s5; Syntax:]
|
||||
:: [s5; [C@5 file <file`_name> `[<file`_options>`]`* `[,<file`_name> `[<file`_options>`]`*
|
||||
`]`*;]&]
|
||||
[s5; where&]
|
||||
[s5; [C@5 <file`_options> `= options(<when>) <option> `| depends(<when>)
|
||||
<dependency> `| optimize`_speed `| optimize`_size `| readonly
|
||||
`| separator `| charset <charset`_name> `| tabsize <num 1`-20>
|
||||
`| font <num 0`-3> `| highlight <highlighter`_name>]]
|
||||
`| font <num 0`-3> `| highlight <highlighter`_name> ]]
|
||||
:: [s5; Example:]
|
||||
:: [s5; [C@5 file ]&]
|
||||
[s5; [C@5 -|FindInFiles.cpp optimize`_speed,]&]
|
||||
|
|
@ -150,11 +150,34 @@ options which specify how it is handled and displayed.&]
|
|||
[s5; [C@5 -|Resources readonly separator,]&]
|
||||
[s5; [C@5 -|ide.rc depends() ide.ico;]]}}&]
|
||||
[s5; &]
|
||||
[s5; File options have following meaning:&]
|
||||
[ {{2745:7255^ [s5; [C@5 options]]
|
||||
:: [s5; Additional compiler options to be used for file.]
|
||||
:: [s5; [C@5 depends]]
|
||||
:: [s5; Additional dependency on other file in package. Note that header
|
||||
file dependencies are resolved by build system.]
|
||||
:: [s5; [C@5 optimize`_speed]]
|
||||
:: [s5; In optimal build mode, this file should be optimized for speed.]
|
||||
:: [s5; [C@5 optimize`_size]]
|
||||
:: [s5; In optimal build mode, this file should be optimized for size,
|
||||
even if whole package is optimized for speed. Note that size
|
||||
optimization is default.]
|
||||
:: [s5; [C@5 readonly]]
|
||||
:: [s5; IDE setting: file should be opened in read`-only mode in editor.]
|
||||
:: [s5; [C@5 charset ]]
|
||||
:: [s5; IDE setting: Information about character encoding of file.]
|
||||
:: [s5; [C@5 tabsize ]]
|
||||
:: [s5; IDE setting: Information about tab size.]
|
||||
:: [s5; [C@5 font]]
|
||||
:: [s5; IDE setting: Information about font used.]
|
||||
:: [s5; [C@5 highlight]]
|
||||
:: [s5; IDE setting: Information about syntax highlighting overried (normal
|
||||
default depends on file extension).]}}&]
|
||||
[s3; Add/Remove flags&]
|
||||
[s5; It is possible to automatically add or remove flags, based on
|
||||
other flags. This is can be handy for example for platform dependent
|
||||
flag switching.&]
|
||||
[ {{1914:8086f0;g0;h1; [s5; Syntax:]
|
||||
[ {{1914:8086h1; [s5; Syntax:]
|
||||
:: [s5; [C@5 flags(<when>) `[!`]<flag`_name> `[`[!`]<flag`_name>`]`*;]]
|
||||
:: [s5; Example:]
|
||||
:: [s5; [C@5 flags(POSIX) `"ALSA OSS`";]]}}&]
|
||||
|
|
@ -162,7 +185,7 @@ flag switching.&]
|
|||
[s3; Additional includes&]
|
||||
[s5; If the package requires some special include paths, they can
|
||||
be added using [C@5 include] keyword.&]
|
||||
[ {{1914:8086f0;g0;h1; [s5; Syntax:]
|
||||
[ {{1914:8086h1; [s5; Syntax:]
|
||||
:: [s5; [C@5 include`[(<when>)`] <path> `[, <path>`]`*;]]
|
||||
:: [s5; Example:]
|
||||
:: [s5; [C@5 include ../lib;]&]
|
||||
|
|
@ -171,7 +194,7 @@ be added using [C@5 include] keyword.&]
|
|||
[s3; Libraries&]
|
||||
[s5; If the package requires to be linked with a shared or static
|
||||
library, those can be added using [C@5 library] keyword.&]
|
||||
[ {{1914:8086f0;g0;h1; [s5; Syntax:]
|
||||
[ {{1914:8086h1; [s5; Syntax:]
|
||||
:: [s5; [C@5 library`[(<when>)`] <lib`_name> `[, <lib`_name>`]`*;]]
|
||||
:: [s5; Example:]
|
||||
:: [s5; [C@5 library png;]&]
|
||||
|
|
@ -181,7 +204,7 @@ library, those can be added using [C@5 library] keyword.&]
|
|||
[s5; Each package can specify special options to be passed to the
|
||||
linker command. Note that since each platform can have different
|
||||
linker, you should provide link option for each supported platform.&]
|
||||
[ {{1914:8086f0;g0;h1; [s5; Syntax:]
|
||||
[ {{1914:8086h1; [s5; Syntax:]
|
||||
:: [s5; [C@5 link`[(<when>)`] <lib`_name> `[, <lib`_name>`]`*;]]
|
||||
:: [s5; Example:]
|
||||
:: [s5; [C@5 link(MSC DEBUG) /nodefaultlib:msvcrt.lib;]]}}&]
|
||||
|
|
@ -189,17 +212,18 @@ linker, you should provide link option for each supported platform.&]
|
|||
[s3; Size optimization&]
|
||||
[s5; The [C@5 optimize`_size] keyword can be used to tell compiler
|
||||
that the entire package should be optimized for smaller size
|
||||
of resulting binary. It takes no parameters.&]
|
||||
[ {{1914:8086f0;g0;h1; [s5; Syntax:]
|
||||
of resulting binary when compiled with `"Optimal`" settings.
|
||||
It takes no parameters.&]
|
||||
[ {{1914:8086h1; [s5; Syntax:]
|
||||
:: [s5; [C@5 optimize`_size;]]
|
||||
:: [s5; Example:]
|
||||
:: [s5; [C@5 optimize`_size;]]}}&]
|
||||
[s5; &]
|
||||
[s3; Speed optimization&]
|
||||
[s5; The [C@5 optimize`_speed] keyword can be used to tell compiler
|
||||
that the entire package should be optimized for faster execution.
|
||||
It takes no parameters.&]
|
||||
[ {{1914:8086f0;g0;h1; [s5; Syntax:]
|
||||
that the entire package should be optimized for faster execution
|
||||
when compiled with `"Optimal`" settings. . It takes no parameters.&]
|
||||
[ {{1914:8086h1; [s5; Syntax:]
|
||||
:: [s5; [C@5 optimize`_speed;]]
|
||||
:: [s5; Example:]
|
||||
:: [s5; [C@5 optimize`_speed;]]}}&]
|
||||
|
|
@ -208,7 +232,7 @@ It takes no parameters.&]
|
|||
[s5; Any special options necessary for the package compilation may
|
||||
be added with [C@5 options] keyword. They will be passed to the
|
||||
compiler command only when compiling given package.&]
|
||||
[ {{1914:8086f0;g0;h1; [s5; Syntax:]
|
||||
[ {{1914:8086h1; [s5; Syntax:]
|
||||
:: [s5; [C@5 options`[(<when>)`] <lib`_name> `[, <lib`_name>`]`*;]]
|
||||
:: [s5; Example:]
|
||||
:: [s5; [C@5 options(MSC) `"/D PSAPI`_VERSION`=1`";]]}}&]
|
||||
|
|
@ -218,7 +242,7 @@ compiler command only when compiling given package.&]
|
|||
droplist in TheIDE are stored using the [C@5 mainconfig] keyword.
|
||||
The name part is optional `- if the flags combination doesn`'t
|
||||
have a name it is represented as an empty string.&]
|
||||
[ {{1914:8086f0;g0;h1; [s5; Syntax:]
|
||||
[ {{1914:8086h1; [s5; Syntax:]
|
||||
:: [s5; [C@5 mainconfig <name> `= <flags> `[,<name> `= <flags>`]`*;]]
|
||||
:: [s5; Example:]
|
||||
:: [s5; [C@5 mainconfig `"`" `= `"GUI`", `"Without gtk`" `= `".NOGTK GUI`";]]}}&]
|
||||
|
|
@ -226,7 +250,7 @@ have a name it is represented as an empty string.&]
|
|||
[s3; No BLITZ&]
|
||||
[s5; The [C@5 noblitz] keyword allows to prohibit BLITZ for entire
|
||||
package. It takes no parameters.&]
|
||||
[ {{1914:8086f0;g0;h1; [s5; Syntax:]
|
||||
[ {{1914:8086h1; [s5; Syntax:]
|
||||
:: [s5; [C@5 noblitz;]]
|
||||
:: [s5; Example:]
|
||||
:: [s5; [C@5 noblitz;]]}}&]
|
||||
|
|
@ -235,7 +259,7 @@ package. It takes no parameters.&]
|
|||
[s5; The section [C@5 target] can specify the name and/or path to the
|
||||
resulting executable. The value can optionally depend on the
|
||||
flags used.&]
|
||||
[ {{1914:8086f0;g0;h1; [s5; Syntax:]
|
||||
[ {{1914:8086h1; [s5; Syntax:]
|
||||
:: [s5; [C@5 target`[(<when>)`] <package`_name> `[, <package`_name>`]`*;]]
|
||||
:: [s5; Example:]
|
||||
:: [s5; [C@5 target calc.ocx;]&]
|
||||
|
|
@ -245,9 +269,9 @@ flags used.&]
|
|||
[s5; Each package specifies a list of packages which it depends on.
|
||||
The dependency specified in [C@5 uses] section can be either conditional
|
||||
(based on flags) or unconditional.&]
|
||||
[ {{1914:8086f0;g0;h1; [s5; Syntax:]
|
||||
[ {{1914:8086h1; [s5; Syntax:]
|
||||
:: [s5; [C@5 uses`[(<when>)`] <package`_name> `[, <package`_name>`]`*;]]
|
||||
:: [s5; Example:]
|
||||
:: [s5; [C@5 uses CtrlCore;]&]
|
||||
[s5; [C@5 uses(POSIX `| LINUX `| FREEBSD) PdfDraw;]]}}&]
|
||||
[s5; ]
|
||||
[s5; ]]
|
||||
|
|
@ -1,18 +1,19 @@
|
|||
TITLE("U++ package file format")
|
||||
COMPRESSED
|
||||
120,156,181,90,11,115,219,54,18,254,43,184,36,119,141,83,89,33,248,16,73,201,205,212,15,37,231,169,235,120,252,232,117,206,231,9,41,18,150,89,83,36,143,164,236,168,175,223,126,223,2,32,69,201,74,156,250,218,102,44,203,36,118,177,216,253,246,137,94,154,236,197,11,163,103,60,55,30,249,111,120,32,174,195,121,90,95,93,166,166,231,141,18,206,77,99,20,114,119,244,222,31,253,254,251,239,125,110,27,222,136,152,113,48,227,134,109,113,147,227,153,97,155,46,119,124,195,119,60,238,25,150,107,155,142,107,56,195,34,44,195,217,213,101,232,89,163,87,167,3,80,153,61,231,185,197,45,110,240,129,105,99,149,97,25,166,205,77,135,123,158,205,93,199,179,252,193,96,24,133,69,157,228,217,213,229,132,232,108,144,89,32,51,92,111,96,115,16,217,142,105,185,142,13,98,219,134,120,22,54,118,7,174,59,172,147,58,21,87,151,9,201,13,105,247,73,74,187,55,120,14,233,76,23,148,182,105,15,108,203,51,45,238,153,230,192,183,108,223,134,216,220,28,38,181,128,
|
||||
144,19,219,28,133,248,33,50,7,251,217,142,205,45,104,196,118,29,11,203,92,252,182,13,159,155,216,212,51,28,7,251,137,143,141,154,38,80,16,41,137,104,7,216,210,116,29,162,240,108,143,91,174,103,218,230,192,132,16,134,139,131,146,4,206,48,22,85,4,90,203,228,163,253,111,157,17,7,157,219,115,159,155,134,111,152,3,215,199,126,144,21,199,181,124,159,91,30,246,179,185,99,112,107,24,229,49,142,56,49,29,195,146,155,121,176,194,0,76,165,70,156,1,135,188,166,229,97,55,151,91,22,62,29,219,115,135,149,32,59,212,121,121,117,249,234,219,151,70,223,232,155,142,179,69,228,62,200,61,203,182,44,123,224,219,220,176,176,13,120,216,164,174,129,1,75,114,199,244,134,147,176,194,158,82,157,156,32,4,133,91,158,99,97,211,1,62,96,76,156,202,130,82,76,223,246,44,203,51,134,81,26,86,149,214,12,105,229,21,29,143,243,30,231,207,93,82,168,99,153,182,79,26,177,76,104,214,28,56,62,135,106,157,129,109,152,195,82,252,119,158,148,98,38,50,232,
|
||||
54,1,38,70,141,93,52,0,33,153,194,159,217,227,38,16,232,12,6,6,105,202,1,10,76,203,129,150,13,238,217,144,8,255,96,219,90,67,112,194,7,174,130,4,183,122,220,122,238,155,182,5,73,124,219,198,217,193,128,251,156,115,195,195,63,156,12,26,145,160,224,26,77,122,123,69,110,247,184,253,220,5,118,97,35,223,166,237,125,139,52,103,66,241,230,192,112,96,1,83,145,155,164,111,243,5,52,206,77,143,126,164,206,185,211,227,112,2,136,200,29,7,231,182,160,100,211,195,217,29,104,221,146,184,230,174,55,60,22,247,213,65,88,11,141,146,87,251,47,20,188,248,160,199,7,207,13,162,119,60,31,166,227,54,233,207,178,109,223,244,45,203,49,125,199,26,24,208,99,165,188,152,136,201,143,164,15,182,76,220,30,119,225,81,56,171,227,224,244,146,12,39,119,57,137,98,122,254,128,180,160,153,4,219,105,146,145,28,192,4,88,124,205,185,75,44,60,248,136,231,13,12,203,135,26,112,122,195,1,176,225,255,30,76,12,11,155,64,61,5,128,232,54,156,138,96,
|
||||
91,59,167,220,156,80,231,88,142,71,88,5,37,132,198,246,224,227,27,198,0,79,60,15,206,51,156,134,133,6,157,105,244,76,3,200,65,160,113,224,125,216,5,144,51,124,10,26,8,1,208,58,98,142,239,40,212,5,219,153,168,106,17,195,224,142,33,143,106,242,158,201,161,47,96,206,113,60,219,30,64,82,236,234,82,12,34,179,193,83,29,215,26,158,132,240,142,95,62,252,246,247,241,241,246,197,25,187,172,204,17,99,23,193,215,193,215,76,159,129,93,39,41,62,242,114,22,214,255,184,186,172,140,17,219,77,83,86,223,8,150,100,234,49,130,22,11,39,249,188,110,104,42,150,84,172,130,231,137,24,139,88,200,40,102,40,70,247,73,125,35,137,171,112,38,88,70,31,97,37,31,52,251,133,89,204,250,243,162,96,160,17,89,5,230,125,118,126,3,134,146,94,114,173,88,154,84,53,203,175,229,51,34,15,107,54,17,105,158,77,177,95,157,63,224,23,166,85,142,15,37,118,37,234,58,201,166,154,44,44,229,19,146,243,68,83,228,229,52,204,146,159,69,169,55,14,
|
||||
203,58,137,176,119,152,204,64,148,179,56,143,230,228,169,138,219,34,171,195,143,36,11,253,37,5,39,161,250,90,87,250,215,56,140,110,176,77,36,117,133,181,237,58,136,61,77,178,74,233,37,100,183,98,113,159,151,177,20,90,100,177,126,94,137,89,18,229,169,210,132,96,165,136,242,41,9,24,183,44,53,29,201,42,134,216,147,253,242,11,130,165,49,92,253,184,54,70,111,143,167,198,232,221,49,44,237,142,36,178,25,192,25,70,145,40,234,235,52,156,86,87,36,112,231,85,116,19,150,80,207,131,199,115,24,98,182,254,148,194,123,153,168,44,118,53,28,174,110,66,167,93,39,216,184,101,146,69,233,60,126,176,54,77,38,101,88,46,30,50,134,155,222,174,47,206,33,196,12,26,10,62,84,248,252,204,219,66,192,107,54,188,206,179,234,225,78,179,16,178,229,217,117,50,93,39,201,242,73,154,212,63,175,63,174,195,114,250,80,121,243,74,128,249,111,191,209,99,75,65,4,191,118,165,17,96,83,169,20,122,232,104,220,52,72,142,194,140,65,224,40,185,94,0,42,173,
|
||||
11,208,114,133,229,164,150,107,192,159,96,90,148,249,93,18,11,69,18,166,128,117,123,112,108,50,207,36,114,66,136,189,232,179,179,57,246,81,156,136,195,68,16,154,51,236,92,85,88,44,65,24,231,240,239,82,92,39,31,37,58,239,19,184,19,214,229,89,10,105,138,34,77,176,16,187,146,142,214,124,47,93,198,5,41,166,148,28,178,134,51,114,88,114,155,112,229,236,218,237,180,252,192,52,187,15,23,236,38,191,151,252,147,76,30,65,210,101,243,217,68,148,164,133,213,29,50,161,132,153,144,179,76,230,73,90,179,123,58,15,209,168,83,146,219,3,219,217,84,196,125,229,47,72,133,246,16,153,112,0,47,129,143,220,112,216,138,76,112,38,29,124,168,192,128,191,47,81,185,116,61,134,237,208,175,224,3,197,178,55,44,184,236,201,191,229,95,193,85,240,106,116,213,82,142,63,134,179,34,21,159,97,117,252,254,221,249,119,61,246,238,226,112,212,0,196,105,1,50,6,246,98,4,46,253,148,34,65,172,170,86,132,10,245,138,226,116,27,231,84,108,76,178,149,104,168,
|
||||
173,171,96,68,38,155,87,68,39,37,105,124,189,137,38,125,246,4,205,104,38,108,71,127,209,138,121,84,13,13,93,240,236,226,252,109,176,237,5,207,54,168,96,95,134,29,70,22,69,236,171,69,241,73,63,73,178,187,252,22,231,204,241,87,154,226,156,193,179,232,1,113,240,12,176,72,64,73,104,80,20,8,187,0,59,48,5,20,69,249,172,160,16,13,159,33,156,75,197,46,147,216,52,185,3,162,218,36,69,238,37,49,70,225,8,42,237,177,68,165,132,229,10,96,58,207,68,147,42,26,183,188,11,211,185,32,180,11,89,113,220,18,163,34,175,84,253,113,171,34,254,82,102,8,5,102,85,93,17,27,8,56,35,23,3,210,197,71,17,205,107,229,113,218,184,81,216,100,27,164,230,98,174,18,112,213,211,71,158,37,211,27,74,154,136,4,165,60,48,220,45,18,210,221,39,11,218,244,240,96,172,29,81,99,102,78,239,8,96,66,25,144,182,157,138,76,160,198,38,69,207,75,144,147,154,148,147,45,232,28,88,65,161,97,129,215,80,161,58,149,222,135,80,215,44,78,
|
||||
16,134,244,9,194,9,100,84,135,110,78,71,63,250,4,51,196,1,40,160,14,101,85,177,244,254,187,176,76,36,37,121,66,154,87,170,238,8,190,10,94,188,236,247,251,91,193,87,203,92,95,138,34,13,35,2,126,129,237,5,105,95,234,169,201,154,168,229,135,46,170,230,29,148,92,163,55,40,206,71,26,245,150,66,125,211,243,40,212,190,61,60,26,183,200,110,95,69,243,178,164,250,64,130,133,224,255,96,133,36,62,63,60,255,34,106,137,55,42,175,90,40,109,230,119,178,123,254,207,71,216,21,97,125,179,153,248,116,124,180,153,190,20,41,20,116,167,104,201,162,93,134,155,121,145,86,14,14,79,31,145,37,70,195,19,161,156,91,108,102,178,145,65,227,226,143,208,158,236,238,127,183,251,110,131,110,27,250,79,27,229,253,197,249,103,119,214,72,124,68,128,195,227,253,163,139,131,13,2,52,89,155,98,137,46,116,164,98,171,205,124,198,63,142,55,91,101,233,45,159,177,41,168,55,158,165,67,252,200,57,192,97,51,196,59,44,30,65,57,88,124,2,232,155,120,108,
|
||||
192,122,55,9,252,225,108,36,99,254,203,29,138,204,111,182,216,78,203,245,77,15,25,74,5,24,250,170,172,250,5,89,74,229,144,224,89,191,140,130,103,61,124,41,35,246,250,58,71,160,81,192,217,10,254,131,127,47,94,202,35,111,5,31,202,168,159,79,126,98,120,66,118,220,82,52,143,172,166,212,167,143,220,61,196,201,251,179,195,31,217,201,233,251,243,241,254,249,22,216,44,179,132,98,123,82,230,53,140,137,58,161,92,20,53,83,187,200,109,217,238,238,222,222,254,254,193,193,120,252,246,173,97,112,244,187,22,186,65,7,109,188,235,122,158,239,107,185,54,229,220,131,101,81,175,95,116,158,116,74,47,234,227,168,168,43,10,129,76,222,237,167,42,145,234,54,37,70,194,203,167,170,61,68,174,87,181,7,165,0,121,206,110,251,176,172,65,84,157,179,220,177,170,75,162,162,164,36,219,186,198,139,84,47,74,157,29,18,77,73,75,123,42,234,199,162,22,37,202,70,161,250,76,106,164,74,149,39,235,69,218,166,227,110,100,88,47,154,84,193,154,53,89,241,9,56,
|
||||
236,30,96,167,243,7,58,16,121,156,55,173,197,129,212,82,116,173,191,113,57,11,190,97,59,97,84,207,195,52,248,208,89,64,5,104,240,31,203,117,241,123,47,184,194,231,161,252,220,57,125,211,219,121,135,159,61,42,74,175,86,224,181,199,174,102,225,173,214,142,236,212,39,121,26,119,87,28,62,88,145,212,104,28,162,21,49,151,59,176,43,85,79,213,98,42,20,18,74,42,180,217,117,9,215,49,40,133,152,142,211,116,50,13,2,164,89,30,241,190,174,22,131,103,199,208,199,54,74,101,70,211,65,180,48,117,41,194,25,234,155,227,243,163,166,72,192,246,61,250,30,149,192,0,171,23,5,213,63,63,80,193,213,99,63,126,127,212,99,251,176,113,41,81,40,234,8,165,130,212,221,30,55,189,158,209,51,54,186,195,91,42,162,244,163,147,28,117,204,4,229,13,29,96,150,19,72,102,132,189,48,163,81,72,89,119,189,35,81,218,251,244,224,2,106,73,234,190,170,100,101,56,212,32,148,20,132,246,155,240,78,141,42,42,113,135,162,43,109,250,84,93,208,53,157,33,
|
||||
245,73,240,67,236,135,246,38,166,210,151,176,30,39,21,234,158,197,211,186,29,41,206,14,125,46,219,28,253,167,150,65,182,58,170,249,121,108,149,106,138,62,137,246,85,2,194,185,254,190,12,226,121,3,245,95,129,136,130,198,36,203,119,234,1,170,192,133,124,191,214,233,175,61,162,54,18,79,128,155,88,182,177,248,222,14,141,233,143,79,244,50,244,10,105,75,146,239,160,8,101,60,216,54,13,249,248,26,184,83,207,140,96,219,146,143,110,80,104,167,178,216,222,105,191,138,82,179,122,44,223,72,205,175,120,235,246,175,111,147,44,62,204,36,14,251,81,81,172,159,177,183,182,28,45,180,28,72,209,210,101,147,149,84,185,231,57,126,176,205,17,250,215,40,78,69,83,205,183,154,105,213,178,129,59,82,97,107,135,45,70,15,146,40,223,224,57,187,113,252,250,84,204,242,59,177,50,226,56,148,88,45,148,43,201,166,34,156,35,221,161,230,164,206,109,193,194,56,166,86,162,236,80,246,24,13,231,99,234,31,114,217,187,116,199,6,203,134,133,240,191,88,233,88,232,59,
|
||||
220,160,166,92,193,26,168,212,146,156,85,168,60,162,27,132,130,39,121,8,9,208,162,48,184,252,91,112,181,54,22,120,240,236,139,134,3,138,175,204,252,148,241,119,143,206,118,217,251,179,179,141,145,9,250,77,212,72,167,201,137,173,138,87,83,156,190,108,168,84,87,214,244,161,43,213,40,165,78,177,104,20,9,19,172,78,10,154,17,93,155,165,159,160,50,205,35,184,108,212,134,68,181,67,155,203,33,138,254,250,69,74,106,36,239,247,95,167,201,100,181,118,210,239,26,21,190,134,179,188,166,99,163,76,121,173,223,109,80,229,145,156,53,38,143,42,80,141,152,168,2,107,166,100,33,171,224,99,66,66,182,170,9,196,205,224,146,84,138,206,244,147,58,109,230,155,255,143,78,53,143,85,157,226,97,103,58,213,253,251,139,180,171,121,178,34,155,126,86,181,63,21,98,186,81,149,114,28,210,68,241,199,230,154,237,176,82,231,54,165,97,61,135,212,147,125,169,239,178,153,15,244,217,113,78,201,157,82,41,180,25,9,38,36,243,198,205,219,212,25,39,215,215,66,182,159,
|
||||
138,65,143,45,242,57,204,149,207,211,184,29,150,170,9,140,42,49,100,228,144,131,251,121,65,105,29,18,52,92,159,102,28,20,234,127,174,101,178,219,151,223,159,237,179,131,241,222,197,59,128,59,203,245,64,16,140,134,179,234,46,42,235,190,244,136,7,86,57,163,220,165,19,71,216,41,237,207,155,90,124,109,128,222,94,76,116,103,65,100,14,129,62,86,207,201,74,101,3,57,243,202,106,248,71,107,96,173,227,137,232,14,160,201,65,102,52,155,195,111,41,205,53,83,23,111,132,150,73,146,1,115,125,74,14,181,172,60,179,156,201,43,77,170,229,171,167,104,127,245,64,143,234,246,193,242,7,26,148,245,196,23,170,80,222,50,252,53,58,188,14,43,168,68,247,210,242,178,236,47,209,25,157,224,143,40,77,175,127,48,192,109,142,185,26,14,118,179,135,158,159,9,26,19,82,228,161,99,174,204,176,37,19,53,221,164,137,96,27,77,101,4,110,37,161,43,156,149,54,114,209,94,90,172,198,147,86,247,205,196,81,150,60,114,152,171,94,17,34,213,184,87,139,240,84,101,
|
||||
66,164,63,53,2,52,165,49,130,0,149,7,175,15,216,201,217,238,201,97,240,225,135,241,233,217,225,251,227,224,27,190,177,84,248,158,6,168,234,38,107,94,174,131,151,10,196,213,123,37,106,231,194,187,16,58,159,44,251,146,135,60,88,92,230,197,106,175,172,174,87,213,77,240,90,183,223,185,76,91,109,246,101,7,46,219,39,26,152,23,186,164,9,182,155,129,186,190,166,202,103,20,36,212,190,185,168,178,224,171,90,197,249,80,247,240,146,190,20,5,162,10,124,137,250,160,10,173,16,19,179,162,94,232,41,194,83,236,184,148,27,133,190,178,220,55,234,14,168,82,215,63,235,15,191,200,146,29,174,52,135,33,242,224,25,154,91,53,152,249,151,30,138,77,235,219,230,93,95,222,21,49,185,100,131,133,143,115,182,119,116,120,254,239,245,160,212,92,84,46,111,154,211,52,191,175,244,125,225,77,50,129,218,36,161,202,126,43,49,232,207,12,45,90,142,71,245,178,92,183,126,194,115,121,183,186,130,91,53,100,146,116,250,230,117,165,182,168,27,112,193,199,95,83,39,160,
|
||||
7,218,181,188,83,111,82,207,114,42,169,224,40,239,103,36,159,6,139,8,14,170,119,88,222,118,16,34,41,158,63,69,21,74,212,245,58,88,253,15,36,221,216,176,250,236,139,80,165,88,211,21,88,212,207,163,143,171,245,155,122,249,242,124,124,118,190,197,210,56,216,174,69,85,247,113,252,13,202,190,160,112,217,220,177,110,170,225,154,11,197,170,115,51,221,222,201,170,1,69,82,55,109,34,107,254,79,134,101,183,222,185,145,76,180,9,229,53,121,107,85,157,52,245,237,28,92,165,109,118,94,182,205,160,180,195,22,149,222,243,172,179,226,41,70,161,205,255,18,147,16,99,182,95,151,233,62,130,226,170,65,232,149,158,242,6,191,178,163,195,227,11,249,229,237,233,120,188,119,118,176,197,78,226,235,131,50,188,239,154,231,234,127,121,15,10,165,
|
||||
120,156,181,90,11,115,219,184,17,254,43,168,147,246,226,156,172,16,124,136,148,228,203,156,31,74,170,169,207,241,248,209,222,212,85,67,138,130,100,214,20,169,146,148,29,245,30,191,189,223,2,32,69,61,28,217,157,244,110,34,75,32,118,177,216,253,118,177,187,224,173,201,94,191,54,26,198,43,99,199,127,157,83,49,14,230,113,49,184,141,77,207,235,70,156,155,70,55,224,110,247,83,187,251,251,239,191,55,185,109,120,93,98,198,193,140,27,182,197,77,142,49,195,54,93,238,180,141,182,227,113,207,176,92,219,116,92,195,233,204,130,44,152,14,110,3,207,234,190,189,108,129,202,108,56,175,44,110,113,131,183,76,27,179,12,203,48,109,110,58,220,243,108,238,58,158,213,110,181,58,97,48,43,162,52,25,220,14,137,206,6,153,5,50,195,245,90,54,7,145,237,152,150,235,216,32,182,109,136,103,97,97,183,229,186,157,34,42,98,49,184,141,72,110,72,123,66,82,218,141,214,43,72,103,186,160,180,77,187,101,91,158,105,113,207,52,91,109,203,110,219,16,155,155,157,168,
|
||||
16,16,114,104,155,221,0,255,136,204,193,122,182,99,115,11,26,177,93,199,194,52,23,127,109,163,205,77,44,234,25,142,131,245,196,151,82,77,67,40,136,148,68,180,45,44,105,186,14,81,120,182,199,45,215,51,109,179,101,66,8,195,197,70,73,2,167,51,18,121,8,90,203,228,221,147,31,157,46,7,157,219,112,95,153,70,219,48,91,110,27,235,65,86,108,215,106,183,185,229,97,61,155,59,6,183,58,97,58,194,22,135,166,99,88,114,49,15,86,104,129,169,212,136,211,226,144,215,180,60,172,230,114,203,194,167,99,123,110,39,23,100,135,34,205,6,183,111,127,124,99,52,141,166,233,56,251,68,222,6,185,103,217,150,101,183,218,54,55,44,44,3,30,54,169,171,101,192,146,220,49,189,206,48,200,177,166,84,39,39,8,65,225,150,231,88,88,180,133,15,24,19,187,178,160,20,179,109,123,150,229,25,157,48,14,242,92,107,134,180,242,150,182,199,121,131,243,87,46,41,212,177,76,187,77,26,177,76,104,214,108,57,109,14,213,58,45,219,48,59,153,248,247,60,202,196,
|
||||
84,36,208,109,4,76,116,75,187,104,0,66,50,133,63,179,193,77,32,208,105,181,12,210,148,3,20,152,150,3,45,27,220,179,33,17,254,135,109,11,13,193,33,111,185,10,18,220,106,112,235,85,219,180,45,72,210,182,109,236,29,12,120,155,115,110,120,248,31,59,131,70,36,40,184,70,147,94,94,145,219,13,110,191,114,129,93,216,168,109,211,242,109,139,52,103,66,241,102,203,112,96,1,83,145,155,164,111,243,53,52,206,77,143,254,73,157,115,167,193,225,4,16,145,59,14,246,109,65,201,166,135,189,59,208,186,37,113,205,93,175,115,46,30,243,211,160,16,26,37,111,79,94,43,120,241,86,131,183,94,25,68,239,120,109,152,142,219,164,63,203,182,219,102,219,178,28,179,237,88,45,3,122,204,149,23,19,49,249,145,244,193,138,137,219,224,46,60,10,123,117,28,236,94,146,97,231,46,39,81,76,175,221,34,45,104,38,254,65,28,37,36,7,48,1,22,223,115,238,18,11,15,62,226,121,45,195,106,67,13,216,189,225,0,216,240,127,15,38,134,133,77,160,158,2,64,
|
||||
120,31,76,132,127,160,157,83,46,78,168,115,44,199,35,172,130,18,66,99,121,240,105,27,70,11,35,158,7,231,233,76,130,153,6,157,105,52,76,3,200,65,160,113,224,125,88,5,144,51,218,20,52,16,2,160,117,196,156,182,163,80,231,31,36,34,47,196,8,6,119,12,185,85,147,55,76,14,125,1,115,142,227,217,118,11,146,98,85,151,98,16,153,13,158,234,184,86,231,34,128,119,252,242,249,183,63,246,206,15,110,174,216,109,110,118,25,187,241,191,247,191,103,122,15,108,28,197,248,72,179,105,80,252,105,112,155,27,93,118,20,199,172,184,19,44,74,212,48,130,22,11,134,233,188,40,105,114,22,229,44,135,231,137,17,38,177,128,81,204,80,140,30,163,226,78,18,231,193,84,176,132,62,130,92,14,148,235,5,201,136,53,231,179,25,3,141,72,114,48,111,178,235,59,48,148,244,146,107,206,226,40,47,88,58,150,99,68,30,20,108,40,226,52,153,96,189,34,221,224,23,196,121,138,15,37,118,46,138,34,74,38,154,44,200,228,8,201,121,161,41,210,108,18,36,209,
|
||||
127,68,166,23,14,178,34,10,177,118,16,77,65,148,178,81,26,206,201,83,21,183,69,82,4,95,72,22,250,37,5,39,161,154,90,87,250,79,47,8,239,176,76,40,117,133,185,213,60,136,61,137,146,92,233,37,96,247,98,241,152,102,35,41,180,72,70,122,60,23,211,40,76,99,165,9,193,50,17,166,19,18,112,84,177,212,116,36,171,232,96,77,246,203,47,8,150,70,103,245,99,108,116,63,156,79,140,238,199,115,88,218,237,74,100,51,128,51,8,67,49,43,198,113,48,201,7,36,112,237,81,120,23,100,80,207,198,240,28,134,152,174,143,82,120,207,34,117,138,13,58,157,213,69,104,183,235,4,91,151,140,146,48,158,143,54,230,198,209,48,11,178,197,38,99,184,233,253,250,228,20,66,76,161,33,255,115,142,207,175,60,157,9,120,205,150,199,105,146,111,174,52,13,32,91,154,140,163,201,58,73,146,14,227,168,248,207,250,112,17,100,147,77,229,205,115,1,230,191,253,70,195,150,130,8,254,28,73,35,192,166,82,41,52,232,104,220,148,72,14,131,132,65,224,48,26,
|
||||
47,0,149,202,5,104,186,194,114,84,200,57,224,79,48,157,101,233,67,52,18,138,36,136,1,235,106,227,88,100,158,72,228,4,16,123,209,100,87,115,172,163,56,17,135,161,32,52,39,88,57,207,49,89,130,112,148,194,191,51,49,142,190,72,116,62,70,112,39,204,75,147,24,210,204,102,113,132,137,88,149,116,180,230,123,241,50,46,72,49,165,228,144,53,152,146,195,146,219,4,43,123,215,110,167,229,7,166,217,99,176,96,119,233,163,228,31,37,114,11,146,46,153,79,135,34,35,45,172,174,144,8,37,204,144,156,101,56,143,226,130,61,210,126,136,70,237,146,220,30,216,78,38,98,212,84,254,130,163,208,238,224,36,108,193,75,224,35,119,28,182,34,19,92,73,7,239,40,48,224,247,45,50,151,186,199,176,67,250,227,127,166,88,246,158,249,183,13,249,91,254,242,7,254,219,238,160,162,236,125,9,166,179,88,124,133,213,249,167,143,215,127,105,176,143,55,253,110,9,16,167,2,72,15,216,27,33,112,233,81,138,4,35,149,181,34,84,168,71,20,167,171,56,167,98,99,
|
||||
148,172,68,67,109,93,5,35,50,217,60,39,58,41,73,233,235,101,52,105,178,255,65,51,154,9,59,212,95,180,98,118,170,161,164,243,247,110,174,63,248,7,158,191,183,69,5,39,50,236,48,178,40,98,95,33,102,79,250,73,148,60,164,247,216,103,138,95,113,140,125,250,123,225,6,177,191,7,88,68,160,36,52,40,10,132,93,128,29,152,2,138,194,116,58,163,16,13,159,33,156,75,197,46,15,177,73,244,0,68,85,135,20,185,151,196,24,133,35,168,180,193,34,117,36,44,103,0,211,105,34,202,163,162,116,203,135,32,158,11,66,187,144,25,199,61,49,154,165,185,202,63,238,85,196,95,202,12,161,192,44,47,114,98,3,1,167,228,98,64,186,248,34,194,121,161,60,78,27,55,12,202,211,6,71,243,108,174,14,224,188,161,183,60,141,38,119,116,104,34,18,100,114,195,112,183,80,72,119,31,46,104,209,254,105,79,59,162,198,204,156,158,17,192,132,50,32,45,59,17,137,64,142,77,138,158,103,32,39,53,41,39,91,208,62,48,131,66,195,2,143,161,66,181,43,189,
|
||||
14,161,174,156,28,33,12,233,29,4,67,200,168,54,93,238,142,254,233,29,76,17,7,160,128,34,144,89,197,210,251,31,130,44,146,148,228,9,113,154,171,188,195,255,206,127,253,166,217,108,238,251,223,45,207,250,76,204,226,32,36,224,207,176,188,32,237,75,61,149,167,38,114,249,142,139,172,249,16,41,87,247,61,146,243,238,157,165,240,94,86,59,10,175,31,250,103,189,10,211,213,163,112,158,101,148,25,72,152,16,240,55,102,72,226,235,254,245,179,168,37,210,40,177,170,64,180,157,223,197,209,245,159,119,176,155,5,197,221,118,226,203,222,217,118,250,76,196,80,205,131,162,37,91,214,25,110,231,69,90,57,237,95,238,144,101,132,82,39,68,34,183,216,206,100,43,131,210,185,119,208,94,28,157,252,229,232,227,22,221,150,244,79,27,229,211,205,245,87,87,214,24,220,33,64,255,252,228,236,230,116,139,0,229,121,77,81,68,167,56,82,177,249,118,62,189,159,123,219,173,178,244,147,175,216,20,212,91,247,82,35,222,177,15,112,216,14,241,26,139,29,40,7,139,39,128,
|
||||
190,141,199,22,172,215,195,127,253,28,218,113,2,201,56,255,230,144,162,241,251,125,118,88,241,123,223,192,169,164,130,10,125,85,246,124,198,201,164,206,13,127,175,153,133,254,94,3,95,178,144,189,27,167,8,46,10,50,251,254,63,240,255,235,55,114,179,251,254,231,44,108,166,195,127,49,140,144,5,247,21,205,142,217,116,220,233,205,214,55,113,241,233,170,255,51,187,184,252,116,221,59,185,222,7,155,229,201,160,216,94,100,105,1,51,34,55,200,22,179,130,169,85,228,178,236,232,232,248,248,228,228,244,180,215,251,240,193,48,56,106,92,11,21,160,131,210,221,117,61,175,221,214,114,109,59,103,79,151,137,188,126,80,27,169,165,91,84,187,81,34,55,155,9,156,222,245,26,42,23,177,46,77,70,56,228,210,137,42,9,113,190,171,124,131,194,190,220,103,189,100,88,230,29,42,183,89,174,152,23,25,81,209,65,36,75,185,210,127,84,253,73,213,28,14,151,140,166,54,84,164,31,137,66,100,72,21,133,170,45,169,120,202,212,217,88,44,226,234,8,174,199,132,245,68,73,
|
||||
37,169,73,121,18,190,8,129,117,209,15,107,63,80,111,200,141,188,175,108,13,140,102,162,110,247,173,211,153,255,3,59,12,194,98,30,196,254,231,218,4,74,55,253,127,88,174,139,191,199,254,0,159,125,249,121,120,249,190,113,248,17,255,142,41,5,29,172,0,235,152,13,166,193,189,214,139,172,203,135,105,60,170,207,232,111,204,136,10,148,9,225,138,152,203,21,216,64,101,79,133,152,8,133,129,140,210,106,54,206,224,52,6,29,27,166,227,148,117,75,105,123,105,144,29,126,87,215,162,191,119,14,125,28,32,49,102,212,11,68,193,82,100,34,152,34,155,57,191,62,43,83,2,44,223,160,239,97,6,235,179,98,49,163,108,231,175,148,94,53,216,207,63,157,53,216,9,172,155,73,252,137,34,68,98,32,117,119,204,77,175,97,52,140,173,142,240,129,82,38,61,116,145,34,107,25,34,153,161,13,76,83,130,199,148,80,23,36,212,248,200,138,186,95,68,74,123,79,183,41,160,150,168,104,170,188,85,134,64,13,63,73,65,56,191,11,30,84,99,34,23,15,72,177,226,178,
|
||||
42,213,233,91,89,7,82,85,4,15,196,122,40,102,70,148,232,18,202,71,81,142,44,103,177,89,219,124,29,183,82,144,67,250,92,150,51,250,167,94,93,150,52,170,200,217,53,75,21,63,79,226,124,149,128,16,174,191,47,3,119,90,130,252,87,96,97,70,237,144,229,51,53,128,108,111,33,159,175,85,244,107,67,84,46,98,4,136,25,201,114,21,223,171,230,48,253,120,162,102,161,71,56,164,36,249,33,146,77,198,253,3,211,144,195,99,32,78,141,25,254,129,37,135,238,144,80,199,50,169,62,172,190,138,172,100,181,235,144,145,170,95,113,212,131,95,63,68,201,168,159,72,8,54,195,217,108,125,147,141,181,233,168,149,101,231,137,166,46,171,169,40,79,61,207,105,251,7,28,241,126,141,226,82,148,105,123,165,154,74,47,91,184,227,252,171,12,177,207,104,32,10,211,117,167,113,148,211,84,112,149,56,30,167,113,156,62,146,227,77,69,144,224,111,153,109,187,182,211,113,17,31,254,89,83,197,106,251,5,163,71,163,81,164,122,21,101,73,150,85,236,85,145,95,149,38,
|
||||
82,1,235,97,68,74,188,149,221,18,69,84,139,164,178,14,42,189,81,187,114,147,157,167,20,77,200,119,239,160,165,114,70,69,26,137,92,23,22,121,26,63,168,242,73,215,107,11,84,108,211,53,113,214,123,79,213,211,126,162,158,65,44,69,62,69,160,163,227,172,106,125,34,59,194,240,80,212,219,56,216,179,228,243,244,42,212,255,250,6,139,224,91,3,229,18,10,92,212,181,143,119,105,44,234,193,110,155,68,53,197,73,23,210,115,84,85,10,26,221,188,88,147,188,68,98,77,230,211,94,217,179,237,108,10,137,2,84,22,123,68,231,31,72,12,211,158,104,72,192,206,105,182,198,191,244,140,39,248,247,55,122,218,68,128,179,23,118,175,186,44,58,162,175,113,46,67,197,179,57,131,64,106,102,141,15,197,150,103,243,144,129,136,224,191,198,164,10,65,207,230,164,27,217,21,161,220,40,142,158,140,186,68,111,18,154,29,87,13,39,237,84,228,53,210,34,85,142,189,223,92,54,54,225,104,239,46,197,52,125,16,43,61,205,190,60,174,102,234,52,149,93,132,96,142,92,
|
||||
23,178,80,171,102,193,130,209,136,122,7,89,141,178,193,232,54,110,84,115,210,90,159,112,217,161,160,35,112,177,210,162,160,239,56,9,11,218,108,229,178,133,36,103,57,10,142,240,14,219,124,225,33,73,75,87,7,145,127,251,7,127,176,214,1,220,24,123,86,31,80,241,149,9,63,37,250,71,103,87,71,236,211,213,213,214,180,164,22,194,116,42,92,41,119,53,179,213,247,138,185,106,192,148,45,167,149,242,147,188,95,44,74,21,66,249,171,77,193,178,27,95,37,231,47,82,150,166,246,111,75,133,33,63,61,164,101,101,167,84,127,125,150,122,74,153,155,205,119,113,52,92,45,150,244,179,82,121,239,16,105,222,209,134,81,151,188,211,207,182,40,241,76,94,40,68,59,85,167,142,24,42,185,202,86,120,128,8,20,208,229,22,197,186,130,128,91,222,78,144,50,211,92,60,169,205,242,18,227,127,211,166,166,94,213,38,6,107,205,231,250,239,103,233,85,243,100,179,100,242,85,165,254,107,38,38,91,149,40,187,157,229,121,188,235,218,162,186,139,88,57,190,245,53,131,190,
|
||||
184,147,154,206,202,246,223,234,49,146,132,136,53,146,121,233,212,85,174,60,138,198,99,33,123,76,138,65,131,45,210,121,121,84,148,119,33,170,193,170,106,10,25,39,228,189,220,124,70,121,60,36,40,185,190,212,44,168,198,191,173,77,146,251,55,63,93,157,176,211,222,241,205,71,0,58,73,117,224,5,163,206,52,127,8,179,162,41,189,96,195,30,87,235,39,109,237,182,96,91,102,80,221,56,214,155,188,100,8,17,215,178,45,169,125,217,204,78,10,248,68,101,218,39,179,133,41,53,221,51,125,238,143,153,186,81,39,156,12,163,132,208,38,59,229,154,189,118,42,127,239,147,202,76,252,189,234,138,182,73,135,69,33,139,209,36,101,242,157,6,42,236,243,151,217,103,117,203,59,181,191,49,125,67,199,178,196,120,166,146,101,146,247,255,209,242,56,200,101,90,34,155,105,132,232,103,107,245,155,235,149,118,249,18,197,234,249,27,247,59,107,233,189,126,122,148,108,70,142,68,208,45,2,97,137,84,177,114,197,37,153,168,212,134,46,12,170,56,44,21,178,82,98,172,116,156,
|
||||
22,213,157,230,106,60,170,236,83,94,72,200,36,179,166,107,194,181,186,13,42,107,134,23,171,17,194,124,211,8,82,214,210,8,34,148,76,188,59,101,23,87,71,23,125,255,243,95,123,151,87,253,79,231,254,15,124,107,98,241,19,221,172,168,43,238,121,182,14,109,74,155,87,47,156,169,238,9,30,2,104,123,184,108,97,108,242,96,163,44,157,173,54,212,212,123,23,234,21,145,181,150,96,237,150,125,181,35,40,219,116,178,211,162,43,14,153,0,249,7,229,77,155,190,191,78,167,20,100,212,186,169,200,19,255,187,66,157,16,129,110,244,73,250,76,204,16,149,224,105,212,50,65,5,135,114,97,58,43,22,186,213,248,50,11,46,37,102,135,218,102,63,168,107,225,92,221,8,175,15,62,203,134,53,174,212,166,37,114,127,239,227,77,95,245,109,255,166,187,229,147,226,190,124,214,148,215,199,76,78,217,98,219,243,148,29,159,245,175,255,190,30,172,202,119,23,150,47,159,80,177,158,235,87,8,238,162,33,20,38,9,213,137,185,18,155,190,77,32,209,18,236,212,200,114,222,
|
||||
250,222,174,229,139,22,43,88,85,221,103,93,153,201,215,48,86,50,145,162,4,20,60,250,29,85,9,250,142,171,144,47,216,148,199,213,242,162,66,65,80,94,214,74,62,37,254,16,10,84,93,177,188,250,36,20,202,146,236,69,74,80,66,174,103,202,234,61,178,122,36,88,29,123,22,146,20,107,186,9,15,155,105,248,101,53,207,83,15,223,92,247,174,174,247,89,140,26,186,16,121,209,196,198,183,168,249,134,194,98,249,170,197,182,92,175,124,175,32,175,189,160,82,189,154,161,58,151,81,189,122,44,91,253,85,27,102,249,98,66,164,141,39,223,150,169,236,169,15,80,125,73,15,247,168,10,161,55,85,137,40,45,176,79,201,249,60,169,205,120,153,57,104,217,255,139,49,136,49,59,41,178,248,4,193,111,213,20,244,72,95,249,248,191,178,179,254,249,141,252,242,225,178,215,59,190,58,221,103,23,163,241,105,22,60,214,13,51,24,252,23,17,87,116,22,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue