Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/premake-4.x-stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstarkos <none@none>2008-12-27 16:33:10 +0300
committerstarkos <none@none>2008-12-27 16:33:10 +0300
commita883e7f51e42116daa46d88189714590276e2d1f (patch)
treec5ad2fcc218ed664301d54c0a4ae9edd8f25d78f
parent6a2f41b5fcd004c1c2bb8090b6080fb33d3d5d76 (diff)
Some tweaks to allow location to be nil (handy when working with a location option)
-rw-r--r--premake4.lua93
-rw-r--r--src/base/api.lua10
-rw-r--r--src/base/configs.lua3
-rw-r--r--src/host/bytecode.c8
4 files changed, 62 insertions, 52 deletions
diff --git a/premake4.lua b/premake4.lua
index b4da202..058077e 100644
--- a/premake4.lua
+++ b/premake4.lua
@@ -9,56 +9,63 @@ if (_ACTION == "vs2002" or _ACTION == "vs2003") then
end
-solution "Premake4"
- configurations { "Release", "Debug" }
-
-
-project "Premake4"
- targetname "premake4"
- language "C"
- kind "ConsoleApp"
- flags { "No64BitChecks", "ExtraWarnings", "FatalWarnings" }
- includedirs { "src/host/lua-5.1.2/src" }
-
- files
- {
- "src/**.h", "src/**.c", "src/**.lua", "src/**.tmpl",
- "tests/**.lua"
- }
-
- excludes
- {
- "src/premake.lua",
- "src/host/lua-5.1.2/src/lua.c",
- "src/host/lua-5.1.2/src/luac.c",
- "src/host/lua-5.1.2/src/print.c",
- "src/host/lua-5.1.2/**.lua",
- "src/host/lua-5.1.2/etc/*.c"
- }
-
- configuration "Debug"
- targetdir "bin/debug"
- defines "_DEBUG"
- flags { "Symbols" }
-
- configuration "Release"
- targetdir "bin/release"
- defines "NDEBUG"
- flags { "OptimizeSize", "NoFramePointer" }
+--
+-- Define the project files.
+--
- configuration "vs*"
- defines { "_CRT_SECURE_NO_WARNINGS" }
+ solution "Premake4"
+ configurations { "Release", "Debug" }
+
+ project "Premake4"
+ targetname "premake4"
+ language "C"
+ kind "ConsoleApp"
+ flags { "No64BitChecks", "ExtraWarnings", "FatalWarnings" }
+ includedirs { "src/host/lua-5.1.2/src" }
+
+ files
+ {
+ "src/**.h", "src/**.c", "src/**.lua", "src/**.tmpl",
+ "tests/**.lua"
+ }
+
+ excludes
+ {
+ "src/premake.lua",
+ "src/host/lua-5.1.2/src/lua.c",
+ "src/host/lua-5.1.2/src/luac.c",
+ "src/host/lua-5.1.2/src/print.c",
+ "src/host/lua-5.1.2/**.lua",
+ "src/host/lua-5.1.2/etc/*.c"
+ }
+
+ configuration "Debug"
+ targetdir "bin/debug"
+ defines "_DEBUG"
+ flags { "Symbols" }
+
+ configuration "Release"
+ targetdir "bin/release"
+ defines "NDEBUG"
+ flags { "OptimizeSize" }
+
+ configuration "vs*"
+ defines { "_CRT_SECURE_NO_WARNINGS" }
--
--- A more thorough cleanup
+-- Define a "to" option to control where the files get generated. It is easiest,
+-- when I develop, to put the project files in the root project directory. But
+-- when deploying I want one directory per supported tool.
--
-
- function onclean()
- os.rmdir("bin")
- end
+
+ newoption {
+ trigger = "to",
+ value = "path",
+ description = "Set the output location for the generated files"
+ }
diff --git a/src/base/api.lua b/src/base/api.lua
index 4733e94..28bd60e 100644
--- a/src/base/api.lua
+++ b/src/base/api.lua
@@ -186,19 +186,19 @@
scope = "config",
},
- prebuildcommands =
+ postbuildcommands =
{
kind = "list",
scope = "config",
},
- prelinkcommands =
+ prebuildcommands =
{
kind = "list",
scope = "config",
},
- postbuildcommands =
+ prelinkcommands =
{
kind = "list",
scope = "config",
@@ -452,7 +452,8 @@
if (kind == "string") then
return premake.setstring(scope, name, value, allowed)
elseif (kind == "path") then
- return premake.setstring(scope, name, path.getabsolute(value))
+ if value then value = path.getabsolute(value) end
+ return premake.setstring(scope, name, value)
elseif (kind == "list") then
return premake.setarray(scope, name, value, allowed)
elseif (kind == "dirlist") then
@@ -553,7 +554,6 @@
prj.basedir = os.getcwd()
prj.location = prj.basedir
prj.uuid = os.uuid()
- prj.filter = { }
prj.blocks = { }
end
end
diff --git a/src/base/configs.lua b/src/base/configs.lua
index 26c0aa7..25ec9b5 100644
--- a/src/base/configs.lua
+++ b/src/base/configs.lua
@@ -179,6 +179,9 @@
cfg.name = cfgname
cfg.project = prj
+ -- set the project location, if not already set
+ cfg.location = cfg.location or cfg.basedir
+
-- remove excluded files from the file list
local files = { }
for _, fname in ipairs(cfg.files) do
diff --git a/src/host/bytecode.c b/src/host/bytecode.c
index d5b2b14..1a057a7 100644
--- a/src/host/bytecode.c
+++ b/src/host/bytecode.c
@@ -9,8 +9,8 @@ const char* builtin_bytecode[] = {
"\033\114\165\141\121\000\001\004\004\004\010\000\026\000\000\000\100\163\162\143\057\142\141\163\145\057\147\154\157\142\141\154\163\056\154\165\141\000\000\000\000\000\000\000\000\000\000\000\002\004\041\000\000\000\012\000\000\000\007\000\000\000\012\000\000\000\007\100\000\000\012\000\000\000\007\200\000\000\005\200\000\000\112\000\000\000\011\100\200\201\005\200\000\000\112\000\000\000\011\100\000\202\005\100\001\000\144\000\000\000\000\000\000\000\107\100\001\000\144\100\000\000\107\200\001\000\144\200\000\000\107\300\001\000\105\000\002\000\106\100\302\000\205\000\002\000\344\300\000\000\000\000\200\000\211\300\200\204\244\000\001\000\207\200\002\000\205\300\002\000\344\100\001\000\000\000\000\001\307\300\002\000\036\000\200\000\014\000\000\000\004\013\000\000\000\137\123\117\114\125\124\111\117\116\123\000\004\013\000\000\000\137\124\105\115\120\114\101\124\105\123\000\004\010\000\000\000\160\162\145\155\141\153\145\000\004\010\000\000\000\141\143\164\151\157\156\163\000\004\010\000\000\000\157\160\164\151\157\156\163\000\004\007\000\000\000\144\157\146\151\154\145\000\004\004\000\000\000\151\151\146\000\004\010\000\000\000\151\156\143\154\165\144\145\000\004\003\000\000\000\151\157\000\004\005\000\000\000\157\160\145\156\000\004\007\000\000\000\160\162\151\156\164\146\000\004\005\000\000\000\164\171\160\145\000\006\000\000\000\000\000\000\000\045\000\000\000\077\000\000\000\001\001\000\017\065\000\000\000\105\000\000\000\106\100\300\000\134\200\200\000\205\000\000\000\206\200\100\001\300\000\000\000\234\200\000\001\232\100\000\000\026\300\003\200\205\000\000\000\206\300\100\001\300\000\000\000\005\001\001\000\006\101\101\002\105\001\000\000\106\201\301\002\201\301\001\000\134\001\000\001\234\200\000\000\232\000\000\000\026\300\000\200\300\000\000\001\001\001\002\000\100\001\000\000\025\100\201\001\205\100\002\000\206\200\102\001\300\000\000\000\234\200\000\001\000\000\000\001\205\100\002\000\206\300\102\001\300\000\000\000\234\200\000\001\305\000\000\000\306\000\303\001\000\001\000\001\334\100\000\001\304\000\000\000\000\001\000\000\334\300\001\001\105\002\000\000\106\002\303\004\200\002\200\000\134\102\000\001\100\002\200\001\200\002\000\002\300\002\200\002\000\003\000\003\100\003\200\003\200\003\000\004\136\002\200\003\036\000\200\000\015\000\000\000\004\003\000\000\000\157\163\000\004\007\000\000\000\147\145\164\143\167\144\000\004\007\000\000\000\151\163\146\151\154\145\000\004\013\000\000\000\160\141\164\150\163\145\141\162\143\150\000\004\011\000\000\000\137\117\120\124\111\117\116\123\000\004\010\000\000\000\163\143\162\151\160\164\163\000\004\007\000\000\000\147\145\164\145\156\166\000\004\015\000\000\000\120\122\105\115\101\113\105\137\120\101\124\110\000\004\002\000\000\000\057\000\004\005\000\000\000\160\141\164\150\000\004\014\000\000\000\147\145\164\141\142\163\157\154\165\164\145\000\004\015\000\000\000\147\145\164\144\151\162\145\143\164\157\162\171\000\004\006\000\000\000\143\150\144\151\162\000\000\000\000\000\065\000\000\000\047\000\000\000\047\000\000\000\047\000\000\000\052\000\000\000\052\000\000\000\052\000\000\000\052\000\000\000\052\000\000\000\052\000\000\000\053\000\000\000\053\000\000\000\053\000\000\000\053\000\000\000\053\000\000\000\053\000\000\000\053\000\000\000\053\000\000\000\053\000\000\000\053\000\000\000\054\000\000\000\054\000\000\000\055\000\000\000\055\000\000\000\055\000\000\000\055\000\000\000\063\000\000\000\063\000\000\000\063\000\000\000\063\000\000\000\063\000\000\000\066\000\000\000\066\000\000\000\066\000\000\000\066\000\000\000\067\000\000\000\067\000\000\000\067\000\000\000\067\000\000\000\072\000\000\000\072\000\000\000\072\000\000\000\075\000\000\000\075\000\000\000\075\000\000\000\075\000\000\000\076\000\000\000\076\000\000\000\076\000\000\000\076\000\000\000\076\000\000\000\076\000\000\000\076\000\000\000\077\000\000\000\012\000\000\000\006\000\000\000\146\156\141\155\145\000\000\000\000\000\064\000\000\000\007\000\000\000\157\154\144\143\167\144\000\003\000\000\000\064\000\000\000\005\000\000\000\160\141\164\150\000\023\000\000\000\031\000\000\000\007\000\000\000\156\145\167\143\167\144\000\042\000\000\000\064\000\000\000\002\000\000\000\141\000\051\000\000\000\064\000\000\000\002\000\000\000\142\000\051\000\000\000\064\000\000\000\002\000\000\000\143\000\051\000\000\000\064\000\000\000\002\000\000\000\144\000\051\000\000\000\064\000\000\000\002\000\000\000\145\000\051\000\000\000\064\000\000\000\002\000\000\000\146\000\051\000\000\000\064\000\000\000\001\000\000\000\017\000\000\000\142\165\151\154\164\151\156\137\144\157\146\151\154\145\000\000\000\000\000\107\000\000\000\115\000\000\000\000\003\000\003\006\000\000\000\032\000\000\000\026\100\000\200\136\000\000\001\026\000\000\200\236\000\000\001\036\000\200\000\000\000\000\000\000\000\000\000\006\000\000\000\110\000\000\000\110\000\000\000\111\000\000\000\111\000\000\000\113\000\000\000\115\000\000\000\003\000\000\000\005\000\000\000\145\170\160\162\000\000\000\000\000\005\000\000\000\010\000\000\000\164\162\165\145\166\141\154\000\000\000\000\000\005\000\000\000\011\000\000\000\146\141\154\163\145\166\141\154\000\000\000\000\000\005\000\000\000\000\000\000\000\000\000\000\000\125\000\000\000\127\000\000\000\000\001\000\004\007\000\000\000\105\000\000\000\200\000\000\000\301\100\000\000\225\300\000\001\135\000\000\001\136\000\000\000\036\000\200\000\002\000\000\000\004\007\000\000\000\144\157\146\151\154\145\000\004\016\000\000\000\057\160\162\145\155\141\153\145\064\056\154\165\141\000\000\000\000\000\007\000\000\000\126\000\000\000\126\000\000\000\126\000\000\000\126\000\000\000\126\000\000\000\126\000\000\000\127\000\000\000\001\000\000\000\006\000\000\000\146\156\141\155\145\000\000\000\000\000\006\000\000\000\000\000\000\000\000\000\000\000\141\000\000\000\154\000\000\000\001\002\000\006\036\000\000\000\132\000\000\000\026\100\005\200\213\000\300\000\001\101\000\000\234\200\200\001\232\000\000\000\026\000\004\200\205\200\000\000\206\300\100\001\300\000\000\000\234\200\000\001\305\200\001\000\306\300\301\001\000\001\000\001\334\300\000\001\007\101\001\000\307\000\001\000\305\000\001\000\332\100\000\000\026\300\000\200\305\000\002\000\005\101\001\000\101\101\002\000\334\100\200\001\204\000\000\000\300\000\000\000\000\001\200\000\235\000\200\001\236\000\000\000\036\000\200\000\012\000\000\000\004\005\000\000\000\146\151\156\144\000\004\002\000\000\000\167\000\004\005\000\000\000\160\141\164\150\000\004\015\000\000\000\147\145\164\144\151\162\145\143\164\157\162\171\000\004\003\000\000\000\157\153\000\004\004\000\000\000\145\162\162\000\004\003\000\000\000\157\163\000\004\006\000\000\000\155\153\144\151\162\000\004\006\000\000\000\145\162\162\157\162\000\003\000\000\000\000\000\000\000\000\000\000\000\000\036\000\000\000\142\000\000\000\142\000\000\000\143\000\000\000\143\000\000\000\143\000\000\000\143\000\000\000\143\000\000\000\144\000\000\000\144\000\000\000\144\000\000\000\144\000\000\000\145\000\000\000\145\000\000\000\145\000\000\000\145\000\000\000\145\000\000\000\145\000\000\000\146\000\000\000\146\000\000\000\146\000\000\000\147\000\000\000\147\000\000\000\147\000\000\000\147\000\000\000\153\000\000\000\153\000\000\000\153\000\000\000\153\000\000\000\153\000\000\000\154\000\000\000\003\000\000\000\006\000\000\000\146\156\141\155\145\000\000\000\000\000\035\000\000\000\005\000\000\000\155\157\144\145\000\000\000\000\000\035\000\000\000\004\000\000\000\144\151\162\000\013\000\000\000\030\000\000\000\001\000\000\000\015\000\000\000\142\165\151\154\164\151\156\137\157\160\145\156\000\000\000\000\000\164\000\000\000\166\000\000\000\000\001\007\007\012\000\000\000\205\000\000\000\305\100\000\000\306\200\300\001\000\001\000\000\105\301\000\000\200\001\200\000\134\001\000\001\334\000\000\000\234\100\000\000\036\000\200\000\004\000\000\000\004\006\000\000\000\160\162\151\156\164\000\004\007\000\000\000\163\164\162\151\156\147\000\004\007\000\000\000\146\157\162\155\141\164\000\004\007\000\000\000\165\156\160\141\143\153\000\000\000\000\000\012\000\000\000\165\000\000\000\165\000\000\000\165\000\000\000\165\000\000\000\165\000\000\000\165\000\000\000\165\000\000\000\165\000\000\000\165\000\000\000\166\000\000\000\002\000\000\000\004\000\000\000\155\163\147\000\000\000\000\000\011\000\000\000\004\000\000\000\141\162\147\000\000\000\000\000\011\000\000\000\000\000\000\000\000\000\000\000\200\000\000\000\210\000\000\000\001\001\000\004\017\000\000\000\105\000\000\000\200\000\000\000\134\200\000\001\132\000\000\000\026\000\001\200\206\100\300\000\232\000\000\000\026\100\000\200\206\100\300\000\236\000\000\001\204\000\000\000\300\000\000\000\235\000\000\001\236\000\000\000\036\000\200\000\002\000\000\000\004\015\000\000\000\147\145\164\155\145\164\141\164\141\142\154\145\000\004\007\000\000\000\137\137\164\171\160\145\000\000\000\000\000\017\000\000\000\201\000\000\000\201\000\000\000\201\000\000\000\202\000\000\000\202\000\000\000\203\000\000\000\203\000\000\000\203\000\000\000\204\000\000\000\204\000\000\000\207\000\000\000\207\000\000\000\207\000\000\000\207\000\000\000\210\000\000\000\002\000\000\000\002\000\000\000\164\000\000\000\000\000\016\000\000\000\003\000\000\000\155\164\000\003\000\000\000\016\000\000\000\001\000\000\000\015\000\000\000\142\165\151\154\164\151\156\137\164\171\160\145\000\041\000\000\000\012\000\000\000\012\000\000\000\017\000\000\000\017\000\000\000\024\000\000\000\024\000\000\000\031\000\000\000\031\000\000\000\031\000\000\000\032\000\000\000\032\000\000\000\032\000\000\000\044\000\000\000\077\000\000\000\077\000\000\000\045\000\000\000\115\000\000\000\107\000\000\000\127\000\000\000\125\000\000\000\140\000\000\000\140\000\000\000\141\000\000\000\154\000\000\000\154\000\000\000\141\000\000\000\166\000\000\000\164\000\000\000\177\000\000\000\210\000\000\000\210\000\000\000\200\000\000\000\210\000\000\000\003\000\000\000\017\000\000\000\142\165\151\154\164\151\156\137\144\157\146\151\154\145\000\015\000\000\000\040\000\000\000\015\000\000\000\142\165\151\154\164\151\156\137\157\160\145\156\000\026\000\000\000\040\000\000\000\015\000\000\000\142\165\151\154\164\151\156\137\164\171\160\145\000\035\000\000\000\040\000\000\000\000\000\000\000",
"\033\114\165\141\121\000\001\004\004\004\010\000\027\000\000\000\100\163\162\143\057\142\141\163\145\057\164\145\155\160\154\141\164\145\056\154\165\141\000\000\000\000\000\000\000\000\000\000\000\002\003\017\000\000\000\044\000\000\000\105\000\000\000\244\100\000\000\000\000\000\000\111\200\200\200\105\000\000\000\244\200\000\000\111\200\000\201\105\000\000\000\244\300\000\000\111\200\200\201\105\000\000\000\244\000\001\000\111\200\000\202\036\000\200\000\005\000\000\000\004\010\000\000\000\160\162\145\155\141\153\145\000\004\017\000\000\000\145\156\143\157\144\145\164\145\155\160\154\141\164\145\000\004\023\000\000\000\154\157\141\144\164\145\155\160\154\141\164\145\163\164\162\151\156\147\000\004\016\000\000\000\147\145\164\157\165\164\160\165\164\156\141\155\145\000\004\021\000\000\000\154\157\141\144\164\145\155\160\154\141\164\145\146\151\154\145\000\005\000\000\000\000\000\000\000\017\000\000\000\033\000\000\000\000\001\000\012\032\000\000\000\101\000\000\000\213\100\100\000\001\201\000\000\234\000\201\001\026\000\003\200\213\301\300\002\234\201\000\001\030\200\001\202\026\100\001\200\200\001\200\000\301\101\001\000\000\002\200\002\101\202\001\000\125\100\002\003\026\200\000\200\200\001\200\000\301\301\001\000\125\300\001\003\241\100\000\000\026\000\374\177\213\000\302\000\001\101\002\000\101\201\002\000\235\000\000\002\236\000\000\000\036\000\200\000\013\000\000\000\004\001\000\000\000\000\004\007\000\000\000\147\155\141\164\143\150\000\004\006\000\000\000\133\136\012\135\052\000\004\004\000\000\000\154\145\156\000\003\000\000\000\000\000\000\000\000\004\014\000\000\000\151\157\056\167\162\151\164\145\133\075\133\000\004\004\000\000\000\135\075\135\000\004\017\000\000\000\151\157\056\167\162\151\164\145\050\145\157\154\051\012\000\004\004\000\000\000\163\165\142\000\003\000\000\000\000\000\000\360\077\003\000\000\000\000\000\000\056\300\000\000\000\000\032\000\000\000\020\000\000\000\022\000\000\000\022\000\000\000\022\000\000\000\022\000\000\000\023\000\000\000\023\000\000\000\023\000\000\000\023\000\000\000\024\000\000\000\024\000\000\000\024\000\000\000\024\000\000\000\024\000\000\000\024\000\000\000\026\000\000\000\026\000\000\000\026\000\000\000\022\000\000\000\027\000\000\000\032\000\000\000\032\000\000\000\032\000\000\000\032\000\000\000\032\000\000\000\033\000\000\000\006\000\000\000\004\000\000\000\163\164\162\000\000\000\000\000\031\000\000\000\005\000\000\000\143\157\144\145\000\001\000\000\000\031\000\000\000\020\000\000\000\050\146\157\162\040\147\145\156\145\162\141\164\157\162\051\000\004\000\000\000\024\000\000\000\014\000\000\000\050\146\157\162\040\163\164\141\164\145\051\000\004\000\000\000\024\000\000\000\016\000\000\000\050\146\157\162\040\143\157\156\164\162\157\154\051\000\004\000\000\000\024\000\000\000\005\000\000\000\154\151\156\145\000\005\000\000\000\022\000\000\000\000\000\000\000\000\000\000\000\043\000\000\000\134\000\000\000\001\001\000\012\165\000\000\000\101\100\000\000\107\000\000\000\113\200\100\000\301\300\000\000\001\001\001\000\134\200\000\002\000\000\200\000\113\300\101\000\301\000\002\000\134\300\200\001\207\200\001\000\107\100\001\000\105\100\001\000\132\100\000\000\026\000\000\200\026\300\026\200\113\100\102\000\301\200\002\000\005\101\001\000\015\201\102\002\134\200\000\002\213\100\102\000\005\201\001\000\014\201\102\002\234\200\200\001\303\000\200\001\013\101\102\000\205\101\001\000\214\301\102\003\305\101\001\000\314\301\302\003\034\201\000\002\127\000\103\002\026\000\000\200\002\101\000\000\002\001\200\000\032\001\000\000\026\300\001\200\113\101\102\000\305\101\001\000\314\101\303\003\005\202\001\000\015\302\102\004\134\201\000\002\300\000\200\002\026\200\001\200\113\101\102\000\305\101\001\000\314\301\302\003\005\202\001\000\015\302\102\004\134\201\000\002\300\000\200\002\032\101\000\000\026\000\007\200\113\201\303\000\301\001\001\000\002\002\200\000\134\201\000\002\107\201\001\000\105\201\001\000\132\001\000\000\026\100\001\200\113\101\302\000\301\201\002\000\005\202\001\000\134\201\000\002\100\000\200\002\026\000\000\200\103\000\200\000\113\301\101\001\301\001\001\000\001\202\002\000\102\002\200\000\134\201\200\002\107\101\001\000\105\101\001\000\132\001\000\000\026\000\001\200\113\101\102\001\305\101\001\000\314\201\302\003\134\201\200\001\200\000\200\002\132\000\000\000\026\100\001\200\105\001\000\000\204\001\000\000\300\001\200\000\234\201\000\001\125\201\201\002\107\001\000\000\032\001\000\000\026\200\001\200\105\001\000\000\201\301\003\000\300\001\200\001\001\002\004\000\125\001\202\002\107\001\000\000\026\000\001\200\105\001\000\000\200\001\200\001\301\001\001\000\125\301\201\002\107\001\000\000\000\000\000\001\026\200\346\177\105\000\000\000\204\000\000\000\300\000\000\000\234\200\000\001\125\200\200\000\107\000\000\000\105\000\000\000\136\000\000\001\036\000\200\000\021\000\000\000\004\005\000\000\000\143\157\144\145\000\004\001\000\000\000\000\004\005\000\000\000\147\163\165\142\000\004\003\000\000\000\015\012\000\004\002\000\000\000\012\000\004\006\000\000\000\163\164\141\162\164\000\004\007\000\000\000\146\151\156\151\163\150\000\004\005\000\000\000\146\151\156\144\000\004\011\000\000\000\074\045\045\056\055\045\045\076\000\004\004\000\000\000\163\165\142\000\003\000\000\000\000\000\000\360\077\003\000\000\000\000\000\000\000\100\004\002\000\000\000\075\000\003\000\000\000\000\000\000\010\100\004\011\000\000\000\146\151\156\144\154\141\163\164\000\004\012\000\000\000\151\157\056\167\162\151\164\145\050\000\004\002\000\000\000\051\000\000\000\000\000\165\000\000\000\044\000\000\000\044\000\000\000\047\000\000\000\047\000\000\000\047\000\000\000\047\000\000\000\047\000\000\000\053\000\000\000\053\000\000\000\053\000\000\000\053\000\000\000\053\000\000\000\054\000\000\000\054\000\000\000\054\000\000\000\054\000\000\000\056\000\000\000\056\000\000\000\056\000\000\000\056\000\000\000\056\000\000\000\057\000\000\000\057\000\000\000\057\000\000\000\057\000\000\000\062\000\000\000\063\000\000\000\063\000\000\000\063\000\000\000\063\000\000\000\063\000\000\000\063\000\000\000\063\000\000\000\063\000\000\000\063\000\000\000\063\000\000\000\064\000\000\000\064\000\000\000\065\000\000\000\065\000\000\000\065\000\000\000\065\000\000\000\065\000\000\000\065\000\000\000\065\000\000\000\065\000\000\000\067\000\000\000\067\000\000\000\067\000\000\000\067\000\000\000\067\000\000\000\067\000\000\000\067\000\000\000\073\000\000\000\073\000\000\000\074\000\000\000\074\000\000\000\074\000\000\000\074\000\000\000\074\000\000\000\075\000\000\000\075\000\000\000\075\000\000\000\076\000\000\000\076\000\000\000\076\000\000\000\076\000\000\000\076\000\000\000\076\000\000\000\100\000\000\000\103\000\000\000\103\000\000\000\103\000\000\000\103\000\000\000\103\000\000\000\103\000\000\000\104\000\000\000\104\000\000\000\104\000\000\000\105\000\000\000\105\000\000\000\105\000\000\000\105\000\000\000\105\000\000\000\112\000\000\000\112\000\000\000\113\000\000\000\113\000\000\000\113\000\000\000\113\000\000\000\113\000\000\000\113\000\000\000\117\000\000\000\117\000\000\000\120\000\000\000\120\000\000\000\120\000\000\000\120\000\000\000\120\000\000\000\120\000\000\000\120\000\000\000\122\000\000\000\122\000\000\000\122\000\000\000\122\000\000\000\122\000\000\000\126\000\000\000\126\000\000\000\132\000\000\000\132\000\000\000\132\000\000\000\132\000\000\000\132\000\000\000\132\000\000\000\133\000\000\000\133\000\000\000\134\000\000\000\005\000\000\000\005\000\000\000\164\155\160\154\000\000\000\000\000\164\000\000\000\007\000\000\000\142\145\146\157\162\145\000\025\000\000\000\153\000\000\000\006\000\000\000\141\146\164\145\162\000\031\000\000\000\153\000\000\000\006\000\000\000\142\154\157\143\153\000\032\000\000\000\153\000\000\000\007\000\000\000\151\163\145\170\160\162\000\044\000\000\000\153\000\000\000\001\000\000\000\010\000\000\000\154\151\164\145\162\141\154\000\000\000\000\000\144\000\000\000\153\000\000\000\000\002\000\010\025\000\000\000\205\000\000\000\206\100\100\001\300\000\200\000\234\200\000\001\305\200\000\000\001\301\000\000\100\001\000\001\201\001\001\000\025\201\001\002\100\001\000\000\334\300\200\001\332\100\000\000\026\300\000\200\105\101\001\000\200\001\000\002\301\201\001\000\134\101\200\001\100\001\200\001\135\001\200\000\136\001\000\000\036\000\200\000\007\000\000\000\004\010\000\000\000\160\162\145\155\141\153\145\000\004\017\000\000\000\145\156\143\157\144\145\164\145\155\160\154\141\164\145\000\004\013\000\000\000\154\157\141\144\163\164\162\151\156\147\000\004\041\000\000\000\162\145\164\165\162\156\040\146\165\156\143\164\151\157\156\040\050\164\150\151\163\051\040\145\157\154\075\047\134\156\047\073\000\004\005\000\000\000\040\145\156\144\000\004\006\000\000\000\145\162\162\157\162\000\003\000\000\000\000\000\000\000\000\000\000\000\000\025\000\000\000\145\000\000\000\145\000\000\000\145\000\000\000\145\000\000\000\146\000\000\000\146\000\000\000\146\000\000\000\146\000\000\000\146\000\000\000\146\000\000\000\146\000\000\000\147\000\000\000\147\000\000\000\150\000\000\000\150\000\000\000\150\000\000\000\150\000\000\000\152\000\000\000\152\000\000\000\152\000\000\000\153\000\000\000\005\000\000\000\005\000\000\000\156\141\155\145\000\000\000\000\000\024\000\000\000\004\000\000\000\163\164\162\000\000\000\000\000\024\000\000\000\005\000\000\000\143\157\144\145\000\004\000\000\000\024\000\000\000\003\000\000\000\146\156\000\013\000\000\000\024\000\000\000\004\000\000\000\155\163\147\000\013\000\000\000\024\000\000\000\000\000\000\000\000\000\000\000\165\000\000\000\175\000\000\000\000\002\000\006\024\000\000\000\305\000\000\000\000\001\200\000\334\200\000\001\027\100\300\001\026\000\001\200\300\000\200\000\000\001\000\000\334\200\000\001\200\000\200\001\026\200\000\200\306\200\100\000\000\001\200\000\225\000\201\001\305\300\000\000\306\000\301\001\006\101\101\000\100\001\000\001\335\000\200\001\336\000\000\000\036\000\200\000\006\000\000\000\004\005\000\000\000\164\171\160\145\000\004\011\000\000\000\146\165\156\143\164\151\157\156\000\004\005\000\000\000\156\141\155\145\000\004\005\000\000\000\160\141\164\150\000\004\005\000\000\000\152\157\151\156\000\004\011\000\000\000\154\157\143\141\164\151\157\156\000\000\000\000\000\024\000\000\000\167\000\000\000\167\000\000\000\167\000\000\000\167\000\000\000\167\000\000\000\170\000\000\000\170\000\000\000\170\000\000\000\170\000\000\000\170\000\000\000\172\000\000\000\172\000\000\000\172\000\000\000\174\000\000\000\174\000\000\000\174\000\000\000\174\000\000\000\174\000\000\000\174\000\000\000\175\000\000\000\003\000\000\000\005\000\000\000\164\150\151\163\000\000\000\000\000\023\000\000\000\011\000\000\000\156\141\155\145\163\160\145\143\000\000\000\000\000\023\000\000\000\006\000\000\000\146\156\141\155\145\000\000\000\000\000\023\000\000\000\000\000\000\000\000\000\000\000\205\000\000\000\212\000\000\000\000\001\000\006\024\000\000\000\105\000\000\000\106\100\300\000\200\000\000\000\301\200\000\000\134\200\200\001\213\300\300\000\001\001\001\000\234\200\200\001\313\100\301\000\334\100\000\001\305\200\001\000\306\300\301\001\005\001\002\000\006\101\102\002\100\001\000\000\034\201\000\001\100\001\000\001\335\000\200\001\336\000\000\000\036\000\200\000\012\000\000\000\004\003\000\000\000\151\157\000\004\005\000\000\000\157\160\145\156\000\004\003\000\000\000\162\142\000\004\005\000\000\000\162\145\141\144\000\004\003\000\000\000\052\141\000\004\006\000\000\000\143\154\157\163\145\000\004\010\000\000\000\160\162\145\155\141\153\145\000\004\023\000\000\000\154\157\141\144\164\145\155\160\154\141\164\145\163\164\162\151\156\147\000\004\005\000\000\000\160\141\164\150\000\004\010\000\000\000\147\145\164\156\141\155\145\000\000\000\000\000\024\000\000\000\206\000\000\000\206\000\000\000\206\000\000\000\206\000\000\000\206\000\000\000\207\000\000\000\207\000\000\000\207\000\000\000\210\000\000\000\210\000\000\000\211\000\000\000\211\000\000\000\211\000\000\000\211\000\000\000\211\000\000\000\211\000\000\000\211\000\000\000\211\000\000\000\211\000\000\000\212\000\000\000\003\000\000\000\006\000\000\000\146\156\141\155\145\000\000\000\000\000\023\000\000\000\002\000\000\000\146\000\005\000\000\000\023\000\000\000\005\000\000\000\164\155\160\154\000\010\000\000\000\023\000\000\000\000\000\000\000\017\000\000\000\033\000\000\000\043\000\000\000\134\000\000\000\134\000\000\000\043\000\000\000\144\000\000\000\153\000\000\000\144\000\000\000\165\000\000\000\175\000\000\000\165\000\000\000\205\000\000\000\212\000\000\000\205\000\000\000\212\000\000\000\001\000\000\000\010\000\000\000\154\151\164\145\162\141\154\000\001\000\000\000\016\000\000\000\000\000\000\000",
"\033\114\165\141\121\000\001\004\004\004\010\000\026\000\000\000\100\163\162\143\057\142\141\163\145\057\160\162\157\152\145\143\164\056\154\165\141\000\000\000\000\000\000\000\000\000\000\000\002\003\045\000\000\000\005\000\000\000\144\000\000\000\011\100\200\200\005\000\000\000\144\100\000\000\011\100\000\201\005\000\000\000\144\200\000\000\011\100\200\201\005\000\000\000\144\300\000\000\011\100\000\202\005\000\000\000\144\000\001\000\011\100\200\202\005\000\000\000\144\100\001\000\011\100\000\203\005\000\000\000\144\200\001\000\011\100\200\203\005\000\000\000\144\300\001\000\011\100\000\204\005\000\000\000\144\000\002\000\011\100\200\204\005\000\000\000\144\100\002\000\011\100\000\205\044\200\002\000\000\000\000\000\105\000\000\000\244\300\002\000\000\000\000\000\111\200\200\205\036\000\200\000\014\000\000\000\004\010\000\000\000\160\162\145\155\141\153\145\000\004\013\000\000\000\145\141\143\150\143\157\156\146\151\147\000\004\011\000\000\000\145\141\143\150\146\151\154\145\000\004\014\000\000\000\145\141\143\150\160\162\157\152\145\143\164\000\004\004\000\000\000\145\163\143\000\004\014\000\000\000\146\151\156\144\160\162\157\152\145\143\164\000\004\011\000\000\000\146\151\156\144\146\151\154\145\000\004\012\000\000\000\147\145\164\143\157\156\146\151\147\000\004\020\000\000\000\147\145\164\144\145\160\145\156\144\145\156\143\151\145\163\000\004\011\000\000\000\147\145\164\154\151\156\153\163\000\004\012\000\000\000\147\145\164\164\141\162\147\145\164\000\004\014\000\000\000\167\141\154\153\163\157\165\162\143\145\163\000\014\000\000\000\000\000\000\000\020\000\000\000\033\000\000\000\000\001\000\004\015\000\000\000\106\000\100\000\132\000\000\000\026\000\000\200\006\000\100\000\101\100\000\000\206\200\100\000\206\300\100\001\344\000\000\000\000\000\200\000\000\000\000\001\000\000\000\000\336\000\000\001\036\000\200\000\004\000\000\000\004\010\000\000\000\160\162\157\152\145\143\164\000\003\000\000\000\000\000\000\000\000\004\011\000\000\000\163\157\154\165\164\151\157\156\000\004\017\000\000\000\143\157\156\146\151\147\165\162\141\164\151\157\156\163\000\001\000\000\000\000\000\000\000\025\000\000\000\032\000\000\000\003\000\000\003\020\000\000\000\004\000\000\000\014\000\100\000\010\000\000\000\004\000\000\000\104\000\200\000\124\000\200\000\031\100\000\000\026\200\001\200\004\000\000\001\006\100\100\000\104\000\200\000\204\000\000\000\106\200\200\000\006\100\000\000\036\000\000\001\036\000\200\000\002\000\000\000\003\000\000\000\000\000\000\360\077\004\012\000\000\000\137\137\143\157\156\146\151\147\163\000\000\000\000\000\020\000\000\000\026\000\000\000\026\000\000\000\026\000\000\000\027\000\000\000\027\000\000\000\027\000\000\000\027\000\000\000\027\000\000\000\030\000\000\000\030\000\000\000\030\000\000\000\030\000\000\000\030\000\000\000\030\000\000\000\030\000\000\000\032\000\000\000\000\000\000\000\003\000\000\000\002\000\000\000\151\000\002\000\000\000\164\000\004\000\000\000\160\162\152\000\015\000\000\000\022\000\000\000\022\000\000\000\022\000\000\000\022\000\000\000\023\000\000\000\024\000\000\000\024\000\000\000\032\000\000\000\032\000\000\000\032\000\000\000\032\000\000\000\032\000\000\000\033\000\000\000\003\000\000\000\004\000\000\000\160\162\152\000\000\000\000\000\014\000\000\000\002\000\000\000\151\000\005\000\000\000\014\000\000\000\002\000\000\000\164\000\007\000\000\000\014\000\000\000\000\000\000\000\000\000\000\000\043\000\000\000\056\000\000\000\000\001\000\004\020\000\000\000\106\000\100\000\132\100\000\000\026\000\001\200\105\100\000\000\106\200\300\000\200\000\000\000\134\200\000\001\000\000\200\000\101\300\000\000\206\000\101\000\344\000\000\000\000\000\200\000\000\000\000\001\000\000\000\000\336\000\000\001\036\000\200\000\005\000\000\000\004\010\000\000\000\160\162\157\152\145\143\164\000\004\010\000\000\000\160\162\145\155\141\153\145\000\004\012\000\000\000\147\145\164\143\157\156\146\151\147\000\003\000\000\000\000\000\000\000\000\004\006\000\000\000\146\151\154\145\163\000\001\000\000\000\000\000\000\000\050\000\000\000\055\000\000\000\003\000\000\003\020\000\000\000\004\000\000\000\014\000\100\000\010\000\000\000\004\000\000\000\104\000\200\000\124\000\200\000\031\100\000\000\026\200\001\200\004\000\000\001\006\100\100\000\104\000\200\000\204\000\000\000\106\200\200\000\006\100\000\000\036\000\000\001\036\000\200\000\002\000\000\000\003\000\000\000\000\000\000\360\077\004\016\000\000\000\137\137\146\151\154\145\143\157\156\146\151\147\163\000\000\000\000\000\020\000\000\000\051\000\000\000\051\000\000\000\051\000\000\000\052\000\000\000\052\000\000\000\052\000\000\000\052\000\000\000\052\000\000\000\053\000\000\000\053\000\000\000\053\000\000\000\053\000\000\000\053\000\000\000\053\000\000\000\053\000\000\000\055\000\000\000\000\000\000\000\003\000\000\000\002\000\000\000\151\000\002\000\000\000\164\000\004\000\000\000\160\162\152\000\020\000\000\000\045\000\000\000\045\000\000\000\045\000\000\000\045\000\000\000\045\000\000\000\045\000\000\000\045\000\000\000\045\000\000\000\046\000\000\000\047\000\000\000\055\000\000\000\055\000\000\000\055\000\000\000\055\000\000\000\055\000\000\000\056\000\000\000\003\000\000\000\004\000\000\000\160\162\152\000\000\000\000\000\017\000\000\000\002\000\000\000\151\000\011\000\000\000\017\000\000\000\002\000\000\000\164\000\012\000\000\000\017\000\000\000\000\000\000\000\000\000\000\000\070\000\000\000\104\000\000\000\000\001\000\003\006\000\000\000\101\000\000\000\244\000\000\000\000\000\200\000\000\000\000\000\236\000\000\001\036\000\200\000\001\000\000\000\003\000\000\000\000\000\000\000\000\001\000\000\000\000\000\000\000\072\000\000\000\103\000\000\000\002\000\000\003\027\000\000\000\004\000\000\000\014\000\100\000\010\000\000\000\004\000\000\000\104\000\200\000\106\100\300\000\124\000\200\000\031\100\000\000\026\000\003\200\004\000\200\000\006\100\100\000\104\000\000\000\006\100\000\000\105\200\000\000\106\300\300\000\200\000\000\000\134\200\000\001\206\000\101\000\111\200\000\202\206\100\101\000\111\200\200\202\136\000\000\001\036\000\200\000\006\000\000\000\003\000\000\000\000\000\000\360\077\004\011\000\000\000\160\162\157\152\145\143\164\163\000\004\010\000\000\000\160\162\145\155\141\153\145\000\004\012\000\000\000\147\145\164\143\157\156\146\151\147\000\004\005\000\000\000\156\141\155\145\000\004\007\000\000\000\142\154\157\143\153\163\000\000\000\000\000\027\000\000\000\073\000\000\000\073\000\000\000\073\000\000\000\074\000\000\000\074\000\000\000\074\000\000\000\074\000\000\000\074\000\000\000\074\000\000\000\075\000\000\000\075\000\000\000\075\000\000\000\075\000\000\000\076\000\000\000\076\000\000\000\076\000\000\000\076\000\000\000\077\000\000\000\077\000\000\000\100\000\000\000\100\000\000\000\101\000\000\000\103\000\000\000\002\000\000\000\004\000\000\000\160\162\152\000\015\000\000\000\026\000\000\000\004\000\000\000\143\146\147\000\021\000\000\000\026\000\000\000\002\000\000\000\002\000\000\000\151\000\004\000\000\000\163\154\156\000\006\000\000\000\071\000\000\000\103\000\000\000\103\000\000\000\103\000\000\000\103\000\000\000\104\000\000\000\002\000\000\000\004\000\000\000\163\154\156\000\000\000\000\000\005\000\000\000\002\000\000\000\151\000\001\000\000\000\005\000\000\000\000\000\000\000\000\000\000\000\114\000\000\000\135\000\000\000\000\001\000\013\073\000\000\000\105\000\000\000\200\000\000\000\134\200\000\001\027\100\300\000\026\000\004\200\112\000\000\000\205\200\000\000\300\000\000\000\234\000\001\001\026\300\001\200\305\101\000\000\306\301\300\003\000\002\200\000\105\002\001\000\106\102\301\004\200\002\000\003\134\002\000\001\334\101\000\000\241\200\000\000\026\100\375\177\136\000\000\001\026\300\010\200\113\200\101\000\301\300\001\000\001\001\002\000\134\200\000\002\000\000\200\000\113\200\101\000\301\100\002\000\001\201\002\000\134\200\000\002\000\000\200\000\113\200\101\000\301\300\002\000\001\001\003\000\134\200\000\002\000\000\200\000\113\200\101\000\301\100\003\000\001\201\003\000\134\200\000\002\000\000\200\000\113\200\101\000\301\300\003\000\001\001\004\000\134\200\000\002\000\000\200\000\113\200\101\000\301\100\004\000\001\201\004\000\134\200\000\002\000\000\200\000\113\200\101\000\301\300\004\000\001\001\005\000\134\200\000\002\000\000\200\000\036\000\000\001\036\000\200\000\025\000\000\000\004\005\000\000\000\164\171\160\145\000\004\006\000\000\000\164\141\142\154\145\000\004\007\000\000\000\151\160\141\151\162\163\000\004\007\000\000\000\151\156\163\145\162\164\000\004\010\000\000\000\160\162\145\155\141\153\145\000\004\004\000\000\000\145\163\143\000\004\005\000\000\000\147\163\165\142\000\004\002\000\000\000\046\000\004\006\000\000\000\046\141\155\160\073\000\004\002\000\000\000\042\000\004\007\000\000\000\046\161\165\157\164\073\000\004\002\000\000\000\047\000\004\007\000\000\000\046\141\160\157\163\073\000\004\002\000\000\000\074\000\004\005\000\000\000\046\154\164\073\000\004\002\000\000\000\076\000\004\005\000\000\000\046\147\164\073\000\004\002\000\000\000\015\000\004\007\000\000\000\046\043\170\060\104\073\000\004\002\000\000\000\012\000\004\007\000\000\000\046\043\170\060\101\073\000\000\000\000\000\073\000\000\000\115\000\000\000\115\000\000\000\115\000\000\000\115\000\000\000\115\000\000\000\116\000\000\000\117\000\000\000\117\000\000\000\117\000\000\000\117\000\000\000\120\000\000\000\120\000\000\000\120\000\000\000\120\000\000\000\120\000\000\000\120\000\000\000\120\000\000\000\120\000\000\000\117\000\000\000\120\000\000\000\122\000\000\000\122\000\000\000\124\000\000\000\124\000\000\000\124\000\000\000\124\000\000\000\124\000\000\000\125\000\000\000\125\000\000\000\125\000\000\000\125\000\000\000\125\000\000\000\126\000\000\000\126\000\000\000\126\000\000\000\126\000\000\000\126\000\000\000\127\000\000\000\127\000\000\000\127\000\000\000\127\000\000\000\127\000\000\000\130\000\000\000\130\000\000\000\130\000\000\000\130\000\000\000\130\000\000\000\131\000\000\000\131\000\000\000\131\000\000\000\131\000\000\000\131\000\000\000\132\000\000\000\132\000\000\000\132\000\000\000\132\000\000\000\132\000\000\000\133\000\000\000\135\000\000\000\007\000\000\000\006\000\000\000\166\141\154\165\145\000\000\000\000\000\072\000\000\000\007\000\000\000\162\145\163\165\154\164\000\006\000\000\000\025\000\000\000\020\000\000\000\050\146\157\162\040\147\145\156\145\162\141\164\157\162\051\000\011\000\000\000\024\000\000\000\014\000\000\000\050\146\157\162\040\163\164\141\164\145\051\000\011\000\000\000\024\000\000\000\016\000\000\000\050\146\157\162\040\143\157\156\164\162\157\154\051\000\011\000\000\000\024\000\000\000\002\000\000\000\137\000\012\000\000\000\022\000\000\000\002\000\000\000\166\000\012\000\000\000\022\000\000\000\000\000\000\000\000\000\000\000\145\000\000\000\156\000\000\000\000\001\000\015\026\000\000\000\113\000\100\000\134\200\000\001\000\000\200\000\105\100\000\000\205\200\000\000\134\000\001\001\026\300\002\200\205\101\000\000\306\301\300\002\234\001\001\001\026\100\001\200\306\002\101\005\313\002\300\005\334\202\000\001\027\000\200\005\026\000\000\200\236\002\000\001\241\201\000\000\026\300\375\177\141\200\000\000\026\100\374\177\036\000\200\000\005\000\000\000\004\006\000\000\000\154\157\167\145\162\000\004\007\000\000\000\151\160\141\151\162\163\000\004\013\000\000\000\137\123\117\114\125\124\111\117\116\123\000\004\011\000\000\000\160\162\157\152\145\143\164\163\000\004\005\000\000\000\156\141\155\145\000\000\000\000\000\026\000\000\000\146\000\000\000\146\000\000\000\146\000\000\000\147\000\000\000\147\000\000\000\147\000\000\000\147\000\000\000\150\000\000\000\150\000\000\000\150\000\000\000\150\000\000\000\151\000\000\000\151\000\000\000\151\000\000\000\151\000\000\000\151\000\000\000\152\000\000\000\150\000\000\000\153\000\000\000\147\000\000\000\154\000\000\000\156\000\000\000\013\000\000\000\005\000\000\000\156\141\155\145\000\000\000\000\000\025\000\000\000\020\000\000\000\050\146\157\162\040\147\145\156\145\162\141\164\157\162\051\000\006\000\000\000\025\000\000\000\014\000\000\000\050\146\157\162\040\163\164\141\164\145\051\000\006\000\000\000\025\000\000\000\016\000\000\000\050\146\157\162\040\143\157\156\164\162\157\154\051\000\006\000\000\000\025\000\000\000\002\000\000\000\137\000\007\000\000\000\023\000\000\000\004\000\000\000\163\154\156\000\007\000\000\000\023\000\000\000\020\000\000\000\050\146\157\162\040\147\145\156\145\162\141\164\157\162\051\000\012\000\000\000\023\000\000\000\014\000\000\000\050\146\157\162\040\163\164\141\164\145\051\000\012\000\000\000\023\000\000\000\016\000\000\000\050\146\157\162\040\143\157\156\164\162\157\154\051\000\012\000\000\000\023\000\000\000\002\000\000\000\137\000\013\000\000\000\021\000\000\000\004\000\000\000\160\162\152\000\013\000\000\000\021\000\000\000\000\000\000\000\000\000\000\000\167\000\000\000\173\000\000\000\000\002\000\012\015\000\000\000\205\000\000\000\306\100\100\000\234\000\001\001\026\100\001\200\313\201\100\003\100\002\200\000\334\201\200\001\332\001\000\000\026\000\000\200\236\001\000\001\241\200\000\000\026\300\375\177\036\000\200\000\003\000\000\000\004\007\000\000\000\151\160\141\151\162\163\000\004\006\000\000\000\146\151\154\145\163\000\004\011\000\000\000\145\156\144\163\167\151\164\150\000\000\000\000\000\015\000\000\000\170\000\000\000\170\000\000\000\170\000\000\000\170\000\000\000\171\000\000\000\171\000\000\000\171\000\000\000\171\000\000\000\171\000\000\000\171\000\000\000\170\000\000\000\171\000\000\000\173\000\000\000\007\000\000\000\004\000\000\000\160\162\152\000\000\000\000\000\014\000\000\000\012\000\000\000\145\170\164\145\156\163\151\157\156\000\000\000\000\000\014\000\000\000\020\000\000\000\050\146\157\162\040\147\145\156\145\162\141\164\157\162\051\000\003\000\000\000\014\000\000\000\014\000\000\000\050\146\157\162\040\163\164\141\164\145\051\000\003\000\000\000\014\000\000\000\016\000\000\000\050\146\157\162\040\143\157\156\164\162\157\154\051\000\003\000\000\000\014\000\000\000\002\000\000\000\137\000\004\000\000\000\012\000\000\000\006\000\000\000\146\156\141\155\145\000\004\000\000\000\012\000\000\000\000\000\000\000\000\000\000\000\204\000\000\000\210\000\000\000\000\002\000\004\013\000\000\000\206\000\100\000\232\000\000\000\026\000\000\200\006\000\100\000\206\100\100\000\333\100\200\000\026\000\000\200\301\200\000\000\206\300\000\001\236\000\000\001\036\000\200\000\003\000\000\000\004\010\000\000\000\160\162\157\152\145\143\164\000\004\012\000\000\000\137\137\143\157\156\146\151\147\163\000\004\001\000\000\000\000\000\000\000\000\013\000\000\000\206\000\000\000\206\000\000\000\206\000\000\000\206\000\000\000\207\000\000\000\207\000\000\000\207\000\000\000\207\000\000\000\207\000\000\000\207\000\000\000\210\000\000\000\002\000\000\000\004\000\000\000\160\162\152\000\000\000\000\000\012\000\000\000\010\000\000\000\143\146\147\156\141\155\145\000\000\000\000\000\012\000\000\000\000\000\000\000\000\000\000\000\222\000\000\000\233\000\000\000\000\001\000\013\024\000\000\000\112\000\000\000\205\000\000\000\306\100\100\000\234\000\001\001\026\200\002\200\305\201\000\000\306\301\300\003\000\002\000\003\334\201\000\001\332\001\000\000\026\000\001\200\005\002\001\000\006\102\101\004\100\002\200\000\200\002\200\003\034\102\200\001\241\200\000\000\026\200\374\177\136\000\000\001\036\000\200\000\006\000\000\000\004\007\000\000\000\151\160\141\151\162\163\000\004\006\000\000\000\154\151\156\153\163\000\004\010\000\000\000\160\162\145\155\141\153\145\000\004\014\000\000\000\146\151\156\144\160\162\157\152\145\143\164\000\004\006\000\000\000\164\141\142\154\145\000\004\007\000\000\000\151\156\163\145\162\164\000\000\000\000\000\024\000\000\000\223\000\000\000\224\000\000\000\224\000\000\000\224\000\000\000\224\000\000\000\225\000\000\000\225\000\000\000\225\000\000\000\225\000\000\000\226\000\000\000\226\000\000\000\227\000\000\000\227\000\000\000\227\000\000\000\227\000\000\000\227\000\000\000\224\000\000\000\230\000\000\000\232\000\000\000\233\000\000\000\010\000\000\000\004\000\000\000\143\146\147\000\000\000\000\000\023\000\000\000\010\000\000\000\162\145\163\165\154\164\163\000\001\000\000\000\023\000\000\000\020\000\000\000\050\146\157\162\040\147\145\156\145\162\141\164\157\162\051\000\004\000\000\000\022\000\000\000\014\000\000\000\050\146\157\162\040\163\164\141\164\145\051\000\004\000\000\000\022\000\000\000\016\000\000\000\050\146\157\162\040\143\157\156\164\162\157\154\051\000\004\000\000\000\022\000\000\000\002\000\000\000\137\000\005\000\000\000\020\000\000\000\005\000\000\000\154\151\156\153\000\005\000\000\000\020\000\000\000\004\000\000\000\160\162\152\000\011\000\000\000\020\000\000\000\000\000\000\000\000\000\000\000\256\000\000\000\361\000\000\000\000\003\000\022\232\000\000\000\305\000\000\000\027\100\100\001\026\100\000\200\127\200\300\000\026\000\000\200\002\101\000\000\002\001\200\000\106\301\100\000\212\001\000\000\334\200\000\002\005\001\000\000\106\001\101\000\206\101\101\000\206\001\101\003\127\200\201\002\026\000\000\200\102\101\000\000\102\001\200\000\201\201\001\000\306\001\101\000\034\201\000\002\144\001\000\000\205\301\001\000\306\001\102\000\234\001\001\001\026\300\036\200\303\002\200\005\005\103\002\000\006\203\102\006\100\003\000\005\034\203\000\001\032\003\000\000\026\100\013\200\127\300\302\000\026\300\012\200\105\103\002\000\106\003\303\006\200\003\000\006\300\003\000\002\134\203\200\001\127\100\303\000\026\100\001\200\200\003\200\002\300\003\000\000\000\004\200\006\234\203\200\001\232\003\000\000\026\000\022\200\027\100\100\001\026\000\002\200\205\203\003\000\206\303\103\007\306\003\304\006\306\103\300\007\006\104\304\006\106\104\104\000\234\203\000\002\300\002\000\007\026\100\017\200\027\200\104\001\026\200\000\200\206\003\304\006\306\202\104\007\026\000\016\200\027\300\104\001\026\000\002\200\205\203\003\000\206\303\103\007\306\003\304\006\306\303\304\007\006\104\304\006\106\104\104\000\234\203\000\002\300\002\000\007\026\100\013\200\027\000\105\001\026\300\012\200\300\002\200\006\026\100\012\200\032\103\000\000\026\300\011\200\127\300\302\000\026\100\000\200\027\200\300\000\026\300\010\200\027\100\100\001\026\300\001\200\105\203\003\000\106\103\305\006\200\003\000\005\134\203\000\001\127\200\305\006\026\300\006\200\300\002\200\006\026\100\006\200\027\300\104\001\026\200\005\200\300\002\000\005\105\103\002\000\106\303\305\006\205\003\006\000\106\203\203\006\106\103\306\006\027\200\306\006\026\300\003\200\100\003\200\005\205\003\000\000\306\303\106\000\127\000\307\007\026\300\000\200\306\303\106\000\127\100\307\007\026\000\000\200\302\103\000\000\302\003\200\000\001\204\007\000\101\304\007\000\234\203\000\002\325\202\203\006\026\000\000\200\300\002\000\005\332\002\000\000\026\200\006\200\105\103\002\000\106\303\305\006\205\003\006\000\106\203\203\006\106\103\306\006\027\200\306\006\026\300\001\200\127\000\105\001\026\100\001\200\105\203\003\000\106\003\310\006\200\003\200\005\301\103\010\000\134\203\200\001\300\002\200\006\105\203\010\000\106\303\310\006\200\003\200\001\300\003\200\005\134\203\200\001\132\103\000\000\026\000\001\200\105\203\010\000\106\003\311\006\200\003\200\001\300\003\200\005\134\103\200\001\241\201\000\000\026\100\340\177\336\000\000\001\036\000\200\000\045\000\000\000\004\004\000\000\000\151\151\146\000\004\012\000\000\000\144\151\162\145\143\164\157\162\171\000\004\004\000\000\000\141\154\154\000\004\010\000\000\000\154\151\142\144\151\162\163\000\004\005\000\000\000\156\141\155\145\000\004\010\000\000\000\160\162\157\152\145\143\164\000\004\001\000\000\000\000\004\007\000\000\000\151\160\141\151\162\163\000\004\006\000\000\000\154\151\156\153\163\000\004\010\000\000\000\160\162\145\155\141\153\145\000\004\014\000\000\000\146\151\156\144\160\162\157\152\145\143\164\000\004\007\000\000\000\163\171\163\164\145\155\000\004\012\000\000\000\147\145\164\143\157\156\146\151\147\000\004\015\000\000\000\144\145\160\145\156\144\145\156\143\151\145\163\000\004\005\000\000\000\160\141\164\150\000\004\007\000\000\000\162\145\142\141\163\145\000\004\013\000\000\000\154\151\156\153\164\141\162\147\145\164\000\004\011\000\000\000\154\157\143\141\164\151\157\156\000\004\011\000\000\000\142\141\163\145\156\141\155\145\000\004\011\000\000\000\146\165\154\154\160\141\164\150\000\004\007\000\000\000\157\142\152\145\143\164\000\004\015\000\000\000\147\145\164\144\151\162\145\143\164\157\162\171\000\004\002\000\000\000\056\000\004\010\000\000\000\141\143\164\151\157\156\163\000\004\010\000\000\000\137\101\103\124\111\117\116\000\004\014\000\000\000\164\141\162\147\145\164\163\164\171\154\145\000\004\010\000\000\000\167\151\156\144\157\167\163\000\004\011\000\000\000\154\141\156\147\165\141\147\145\000\004\002\000\000\000\103\000\004\004\000\000\000\103\053\053\000\004\005\000\000\000\056\154\151\142\000\004\005\000\000\000\056\144\154\154\000\004\012\000\000\000\164\162\141\156\163\154\141\164\145\000\004\002\000\000\000\134\000\004\006\000\000\000\164\141\142\154\145\000\004\011\000\000\000\143\157\156\164\141\151\156\163\000\004\007\000\000\000\151\156\163\145\162\164\000\001\000\000\000\000\000\000\000\265\000\000\000\276\000\000\000\000\002\000\003\044\000\000\000\206\000\300\000\127\100\100\001\026\000\001\200\206\000\300\000\127\200\100\001\026\100\000\200\202\000\000\000\236\000\000\001\206\300\100\000\127\000\101\001\026\200\000\200\206\300\100\000\027\100\101\001\026\200\002\200\206\300\300\000\127\000\101\001\026\000\001\200\206\300\300\000\127\100\101\001\026\100\000\200\202\000\000\000\236\000\000\001\202\000\200\000\236\000\000\001\026\100\002\200\206\300\100\000\027\200\101\001\026\200\001\200\206\300\300\000\127\200\101\001\026\100\000\200\202\000\000\000\236\000\000\001\202\000\200\000\236\000\000\001\036\000\200\000\007\000\000\000\004\005\000\000\000\153\151\156\144\000\004\012\000\000\000\123\150\141\162\145\144\114\151\142\000\004\012\000\000\000\123\164\141\164\151\143\114\151\142\000\004\011\000\000\000\154\141\156\147\165\141\147\145\000\004\002\000\000\000\103\000\004\004\000\000\000\103\053\053\000\004\003\000\000\000\103\043\000\000\000\000\000\044\000\000\000\266\000\000\000\266\000\000\000\266\000\000\000\266\000\000\000\266\000\000\000\266\000\000\000\266\000\000\000\266\000\000\000\267\000\000\000\267\000\000\000\267\000\000\000\267\000\000\000\267\000\000\000\267\000\000\000\270\000\000\000\270\000\000\000\270\000\000\000\270\000\000\000\270\000\000\000\270\000\000\000\270\000\000\000\270\000\000\000\271\000\000\000\271\000\000\000\271\000\000\000\272\000\000\000\272\000\000\000\272\000\000\000\273\000\000\000\273\000\000\000\273\000\000\000\273\000\000\000\273\000\000\000\274\000\000\000\274\000\000\000\276\000\000\000\002\000\000\000\007\000\000\000\163\157\165\162\143\145\000\000\000\000\000\043\000\000\000\007\000\000\000\164\141\162\147\145\164\000\000\000\000\000\043\000\000\000\000\000\000\000\232\000\000\000\260\000\000\000\260\000\000\000\260\000\000\000\260\000\000\000\260\000\000\000\260\000\000\000\260\000\000\000\260\000\000\000\260\000\000\000\260\000\000\000\263\000\000\000\263\000\000\000\263\000\000\000\263\000\000\000\263\000\000\000\263\000\000\000\263\000\000\000\263\000\000\000\263\000\000\000\263\000\000\000\263\000\000\000\276\000\000\000\300\000\000\000\300\000\000\000\300\000\000\000\300\000\000\000\301\000\000\000\304\000\000\000\304\000\000\000\304\000\000\000\304\000\000\000\305\000\000\000\305\000\000\000\305\000\000\000\305\000\000\000\307\000\000\000\307\000\000\000\307\000\000\000\307\000\000\000\307\000\000\000\310\000\000\000\310\000\000\000\310\000\000\000\310\000\000\000\310\000\000\000\310\000\000\000\310\000\000\000\310\000\000\000\311\000\000\000\311\000\000\000\312\000\000\000\312\000\000\000\312\000\000\000\312\000\000\000\312\000\000\000\312\000\000\000\312\000\000\000\312\000\000\000\312\000\000\000\313\000\000\000\313\000\000\000\314\000\000\000\314\000\000\000\314\000\000\000\315\000\000\000\315\000\000\000\316\000\000\000\316\000\000\000\316\000\000\000\316\000\000\000\316\000\000\000\316\000\000\000\316\000\000\000\316\000\000\000\316\000\000\000\317\000\000\000\317\000\000\000\320\000\000\000\322\000\000\000\324\000\000\000\324\000\000\000\324\000\000\000\324\000\000\000\324\000\000\000\324\000\000\000\326\000\000\000\326\000\000\000\327\000\000\000\327\000\000\000\327\000\000\000\327\000\000\000\330\000\000\000\330\000\000\000\331\000\000\000\332\000\000\000\333\000\000\000\333\000\000\000\334\000\000\000\335\000\000\000\335\000\000\000\335\000\000\000\335\000\000\000\335\000\000\000\335\000\000\000\335\000\000\000\336\000\000\000\336\000\000\000\336\000\000\000\336\000\000\000\336\000\000\000\336\000\000\000\336\000\000\000\336\000\000\000\336\000\000\000\336\000\000\000\336\000\000\000\336\000\000\000\336\000\000\000\336\000\000\000\337\000\000\000\341\000\000\000\346\000\000\000\346\000\000\000\347\000\000\000\347\000\000\000\347\000\000\000\347\000\000\000\347\000\000\000\347\000\000\000\347\000\000\000\347\000\000\000\347\000\000\000\350\000\000\000\350\000\000\000\350\000\000\000\350\000\000\000\350\000\000\000\350\000\000\000\352\000\000\000\352\000\000\000\352\000\000\000\352\000\000\000\352\000\000\000\352\000\000\000\352\000\000\000\353\000\000\000\353\000\000\000\353\000\000\000\353\000\000\000\353\000\000\000\300\000\000\000\355\000\000\000\360\000\000\000\361\000\000\000\017\000\000\000\004\000\000\000\143\146\147\000\000\000\000\000\231\000\000\000\005\000\000\000\153\151\156\144\000\000\000\000\000\231\000\000\000\005\000\000\000\160\141\162\164\000\000\000\000\000\231\000\000\000\007\000\000\000\162\145\163\165\154\164\000\012\000\000\000\231\000\000\000\010\000\000\000\143\146\147\156\141\155\145\000\025\000\000\000\231\000\000\000\010\000\000\000\143\141\156\154\151\156\153\000\026\000\000\000\231\000\000\000\020\000\000\000\050\146\157\162\040\147\145\156\145\162\141\164\157\162\051\000\031\000\000\000\230\000\000\000\014\000\000\000\050\146\157\162\040\163\164\141\164\145\051\000\031\000\000\000\230\000\000\000\016\000\000\000\050\146\157\162\040\143\157\156\164\162\157\154\051\000\031\000\000\000\230\000\000\000\002\000\000\000\137\000\032\000\000\000\226\000\000\000\005\000\000\000\154\151\156\153\000\032\000\000\000\226\000\000\000\005\000\000\000\151\164\145\155\000\033\000\000\000\226\000\000\000\004\000\000\000\160\162\152\000\037\000\000\000\226\000\000\000\007\000\000\000\160\162\152\143\146\147\000\050\000\000\000\116\000\000\000\004\000\000\000\144\151\162\000\133\000\000\000\136\000\000\000\000\000\000\000\000\000\000\000\373\000\000\000\064\001\000\000\000\004\000\016\223\000\000\000\332\100\000\000\026\000\001\200\005\001\000\000\006\101\100\002\006\201\100\002\034\201\200\000\300\000\000\002\027\300\300\001\026\000\000\200\301\000\001\000\006\101\101\000\106\201\101\000\127\300\301\002\026\200\000\200\106\201\101\000\027\000\302\002\026\000\004\200\127\100\102\001\026\100\000\200\027\100\302\001\026\000\001\200\027\200\102\002\026\200\000\200\027\300\302\000\026\000\000\200\001\001\003\000\027\000\101\001\026\100\002\200\027\100\302\001\026\300\001\200\127\000\103\002\026\100\001\200\201\100\002\000\026\300\000\200\106\201\101\000\027\100\303\002\026\000\000\200\201\100\002\000\105\201\003\000\127\300\303\000\026\000\000\200\202\101\000\000\202\001\200\000\301\001\004\000\001\102\004\000\134\201\000\002\200\001\200\002\301\201\004\000\225\301\001\003\206\201\001\000\232\101\000\000\026\000\001\200\206\301\104\000\232\101\000\000\026\100\000\200\206\001\105\000\206\201\104\003\300\001\200\002\001\102\005\000\325\001\202\003\306\301\001\000\332\101\000\000\026\300\001\200\306\201\105\000\332\101\000\000\026\000\001\200\305\301\005\000\306\001\306\003\006\102\106\000\106\202\106\000\334\201\200\001\001\302\006\000\101\302\006\000\027\100\102\001\026\100\003\200\127\000\107\002\026\100\000\200\027\100\107\002\026\100\000\200\101\202\007\000\026\300\007\200\027\200\102\002\026\100\000\200\101\302\007\000\026\300\006\200\027\000\103\002\026\100\006\200\101\002\010\000\026\300\005\200\027\000\101\001\026\100\005\200\027\100\107\002\026\200\002\200\027\100\310\001\026\000\002\200\205\302\005\000\206\202\110\005\300\002\200\003\000\003\000\003\101\303\010\000\025\103\003\006\234\202\200\001\300\001\000\005\026\000\002\200\027\200\102\002\026\200\000\200\001\002\011\000\101\102\011\000\026\300\000\200\027\000\103\002\026\100\000\200\001\002\011\000\101\202\011\000\200\002\200\002\301\302\011\000\225\302\002\005\206\202\002\000\033\102\000\005\026\200\000\200\206\002\112\000\033\102\000\005\026\300\377\177\200\002\200\002\301\102\012\000\225\302\002\005\206\202\002\000\133\102\000\005\026\200\000\200\206\202\112\000\133\102\000\005\026\300\377\177\212\002\000\000\211\202\201\225\300\002\000\004\000\003\000\003\100\003\200\004\325\102\203\005\211\302\002\211\211\302\001\226\305\302\005\000\306\202\310\005\006\003\113\005\106\203\104\005\334\202\200\001\211\302\202\226\236\002\000\001\036\000\200\000\056\000\000\000\004\003\000\000\000\137\107\000\004\003\000\000\000\157\163\000\004\004\000\000\000\147\145\164\000\004\004\000\000\000\142\163\144\000\004\006\000\000\000\154\151\156\165\170\000\004\005\000\000\000\153\151\156\144\000\004\011\000\000\000\154\141\156\147\165\141\147\145\000\004\002\000\000\000\103\000\004\004\000\000\000\103\053\053\000\004\010\000\000\000\167\151\156\144\157\167\163\000\004\012\000\000\000\123\150\141\162\145\144\114\151\142\000\004\005\000\000\000\154\151\156\153\000\004\012\000\000\000\123\164\141\164\151\143\114\151\142\000\004\003\000\000\000\103\043\000\004\004\000\000\000\151\151\146\000\004\006\000\000\000\142\165\151\154\144\000\004\007\000\000\000\164\141\162\147\145\164\000\004\007\000\000\000\151\155\160\154\151\142\000\004\005\000\000\000\156\141\155\145\000\004\013\000\000\000\164\141\162\147\145\164\156\141\155\145\000\004\010\000\000\000\160\162\157\152\145\143\164\000\004\004\000\000\000\144\151\162\000\004\012\000\000\000\164\141\162\147\145\164\144\151\162\000\004\005\000\000\000\160\141\164\150\000\004\014\000\000\000\147\145\164\162\145\154\141\164\151\166\145\000\004\011\000\000\000\154\157\143\141\164\151\157\156\000\004\010\000\000\000\142\141\163\145\144\151\162\000\004\001\000\000\000\000\004\013\000\000\000\103\157\156\163\157\154\145\101\160\160\000\004\014\000\000\000\127\151\156\144\157\167\145\144\101\160\160\000\004\005\000\000\000\056\145\170\145\000\004\005\000\000\000\056\144\154\154\000\004\005\000\000\000\056\154\151\142\000\004\007\000\000\000\155\141\143\157\163\170\000\004\005\000\000\000\152\157\151\156\000\004\024\000\000\000\056\141\160\160\057\103\157\156\164\145\156\164\163\057\115\141\143\117\123\000\004\004\000\000\000\154\151\142\000\004\004\000\000\000\056\163\157\000\004\003\000\000\000\056\141\000\004\007\000\000\000\160\162\145\146\151\170\000\004\015\000\000\000\164\141\162\147\145\164\160\162\145\146\151\170\000\004\012\000\000\000\145\170\164\145\156\163\151\157\156\000\004\020\000\000\000\164\141\162\147\145\164\145\170\164\145\156\163\151\157\156\000\004\011\000\000\000\142\141\163\145\156\141\155\145\000\004\012\000\000\000\144\151\162\145\143\164\157\162\171\000\004\011\000\000\000\146\165\154\154\160\141\164\150\000\000\000\000\000\223\000\000\000\375\000\000\000\375\000\000\000\375\000\000\000\375\000\000\000\375\000\000\000\375\000\000\000\375\000\000\000\376\000\000\000\376\000\000\000\376\000\000\000\000\001\000\000\001\001\000\000\001\001\000\000\001\001\000\000\001\001\000\000\001\001\000\000\001\001\000\000\003\001\000\000\003\001\000\000\003\001\000\000\003\001\000\000\003\001\000\000\003\001\000\000\003\001\000\000\003\001\000\000\004\001\000\000\010\001\000\000\010\001\000\000\010\001\000\000\010\001\000\000\010\001\000\000\010\001\000\000\011\001\000\000\012\001\000\000\013\001\000\000\013\001\000\000\013\001\000\000\015\001\000\000\021\001\000\000\021\001\000\000\021\001\000\000\021\001\000\000\021\001\000\000\021\001\000\000\021\001\000\000\021\001\000\000\022\001\000\000\022\001\000\000\022\001\000\000\022\001\000\000\022\001\000\000\022\001\000\000\022\001\000\000\022\001\000\000\022\001\000\000\022\001\000\000\022\001\000\000\023\001\000\000\023\001\000\000\023\001\000\000\023\001\000\000\023\001\000\000\023\001\000\000\023\001\000\000\023\001\000\000\023\001\000\000\023\001\000\000\023\001\000\000\023\001\000\000\023\001\000\000\023\001\000\000\024\001\000\000\025\001\000\000\027\001\000\000\027\001\000\000\030\001\000\000\030\001\000\000\030\001\000\000\030\001\000\000\031\001\000\000\031\001\000\000\032\001\000\000\032\001\000\000\033\001\000\000\033\001\000\000\034\001\000\000\034\001\000\000\035\001\000\000\036\001\000\000\037\001\000\000\037\001\000\000\040\001\000\000\040\001\000\000\040\001\000\000\040\001\000\000\041\001\000\000\041\001\000\000\041\001\000\000\041\001\000\000\041\001\000\000\041\001\000\000\041\001\000\000\041\001\000\000\041\001\000\000\042\001\000\000\042\001\000\000\043\001\000\000\044\001\000\000\044\001\000\000\045\001\000\000\045\001\000\000\046\001\000\000\047\001\000\000\053\001\000\000\053\001\000\000\053\001\000\000\053\001\000\000\053\001\000\000\053\001\000\000\053\001\000\000\053\001\000\000\053\001\000\000\054\001\000\000\054\001\000\000\054\001\000\000\054\001\000\000\054\001\000\000\054\001\000\000\054\001\000\000\054\001\000\000\054\001\000\000\056\001\000\000\057\001\000\000\060\001\000\000\060\001\000\000\060\001\000\000\060\001\000\000\060\001\000\000\061\001\000\000\062\001\000\000\062\001\000\000\062\001\000\000\062\001\000\000\062\001\000\000\062\001\000\000\063\001\000\000\064\001\000\000\013\000\000\000\004\000\000\000\143\146\147\000\000\000\000\000\222\000\000\000\012\000\000\000\144\151\162\145\143\164\151\157\156\000\000\000\000\000\222\000\000\000\006\000\000\000\163\164\171\154\145\000\000\000\000\000\222\000\000\000\003\000\000\000\157\163\000\000\000\000\000\222\000\000\000\005\000\000\000\153\151\156\144\000\013\000\000\000\222\000\000\000\006\000\000\000\146\151\145\154\144\000\056\000\000\000\222\000\000\000\005\000\000\000\156\141\155\145\000\071\000\000\000\222\000\000\000\004\000\000\000\144\151\162\000\107\000\000\000\222\000\000\000\007\000\000\000\160\162\145\146\151\170\000\110\000\000\000\222\000\000\000\007\000\000\000\163\165\146\146\151\170\000\111\000\000\000\222\000\000\000\007\000\000\000\162\145\163\165\154\164\000\204\000\000\000\222\000\000\000\000\000\000\000\000\000\000\000\072\001\000\000\137\001\000\000\001\006\000\027\126\000\000\000\213\001\300\001\234\201\000\001\305\101\000\000\013\202\300\001\201\302\000\000\034\202\200\001\113\002\301\001\301\102\001\000\001\203\001\000\134\202\000\002\200\002\200\001\334\201\000\002\031\000\201\203\026\100\001\200\000\002\000\001\100\002\000\000\200\002\200\003\301\002\002\000\000\003\000\002\034\102\200\002\005\102\002\000\100\002\200\000\034\002\001\001\026\200\006\200\113\203\102\006\300\003\200\001\134\203\200\001\132\003\000\000\026\100\005\200\113\303\102\006\301\003\003\000\014\104\101\003\134\303\000\002\232\003\000\000\026\300\003\200\313\003\101\006\101\104\001\000\200\004\000\007\334\203\000\002\006\304\203\002\032\104\000\000\026\000\002\200\111\101\303\007\004\004\000\000\100\004\000\000\200\004\200\000\300\004\000\001\000\005\200\007\114\105\101\002\200\005\200\002\034\104\200\003\041\202\000\000\026\200\370\177\005\102\002\000\100\002\200\000\034\002\001\001\026\100\004\200\113\203\102\006\300\003\200\001\134\203\200\001\132\003\000\000\026\000\003\200\113\303\102\006\301\303\000\000\014\104\101\003\102\004\200\000\134\203\200\002\132\103\000\000\026\100\001\200\100\003\000\001\200\003\000\000\300\003\000\006\001\204\003\000\114\104\101\002\134\103\200\002\041\202\000\000\026\300\372\177\031\000\201\203\026\100\001\200\000\002\000\001\100\002\000\000\200\002\200\003\301\302\003\000\000\003\000\002\034\102\200\002\036\000\200\000\020\000\000\000\004\004\000\000\000\154\145\156\000\004\004\000\000\000\151\151\146\000\004\011\000\000\000\145\156\144\163\167\151\164\150\000\004\002\000\000\000\057\000\004\004\000\000\000\163\165\142\000\003\000\000\000\000\000\000\360\077\003\000\000\000\000\000\000\000\300\003\000\000\000\000\000\000\000\000\004\013\000\000\000\107\162\157\165\160\123\164\141\162\164\000\004\007\000\000\000\151\160\141\151\162\163\000\004\013\000\000\000\163\164\141\162\164\163\167\151\164\150\000\004\005\000\000\000\146\151\156\144\000\004\006\000\000\000\133\136\056\135\057\000\001\001\004\012\000\000\000\107\162\157\165\160\111\164\145\155\000\004\011\000\000\000\107\162\157\165\160\105\156\144\000\000\000\000\000\126\000\000\000\073\001\000\000\073\001\000\000\074\001\000\000\074\001\000\000\074\001\000\000\074\001\000\000\074\001\000\000\074\001\000\000\074\001\000\000\074\001\000\000\074\001\000\000\074\001\000\000\077\001\000\000\077\001\000\000\100\001\000\000\100\001\000\000\100\001\000\000\100\001\000\000\100\001\000\000\100\001\000\000\104\001\000\000\104\001\000\000\104\001\000\000\104\001\000\000\105\001\000\000\105\001\000\000\105\001\000\000\105\001\000\000\105\001\000\000\110\001\000\000\110\001\000\000\110\001\000\000\110\001\000\000\111\001\000\000\111\001\000\000\112\001\000\000\112\001\000\000\112\001\000\000\112\001\000\000\113\001\000\000\113\001\000\000\113\001\000\000\114\001\000\000\115\001\000\000\115\001\000\000\115\001\000\000\115\001\000\000\115\001\000\000\115\001\000\000\115\001\000\000\115\001\000\000\104\001\000\000\121\001\000\000\125\001\000\000\125\001\000\000\125\001\000\000\125\001\000\000\126\001\000\000\126\001\000\000\126\001\000\000\126\001\000\000\126\001\000\000\126\001\000\000\126\001\000\000\126\001\000\000\126\001\000\000\126\001\000\000\126\001\000\000\126\001\000\000\127\001\000\000\127\001\000\000\127\001\000\000\127\001\000\000\127\001\000\000\127\001\000\000\125\001\000\000\130\001\000\000\134\001\000\000\134\001\000\000\135\001\000\000\135\001\000\000\135\001\000\000\135\001\000\000\135\001\000\000\135\001\000\000\137\001\000\000\025\000\000\000\004\000\000\000\160\162\152\000\000\000\000\000\125\000\000\000\006\000\000\000\146\151\154\145\163\000\000\000\000\000\125\000\000\000\003\000\000\000\146\156\000\000\000\000\000\125\000\000\000\006\000\000\000\147\162\157\165\160\000\000\000\000\000\125\000\000\000\012\000\000\000\156\145\163\164\154\145\166\145\154\000\000\000\000\000\125\000\000\000\011\000\000\000\146\151\156\151\163\150\145\144\000\000\000\000\000\125\000\000\000\011\000\000\000\147\162\157\165\160\154\145\156\000\002\000\000\000\125\000\000\000\006\000\000\000\147\156\141\155\145\000\014\000\000\000\125\000\000\000\020\000\000\000\050\146\157\162\040\147\145\156\145\162\141\164\157\162\051\000\027\000\000\000\065\000\000\000\014\000\000\000\050\146\157\162\040\163\164\141\164\145\051\000\027\000\000\000\065\000\000\000\016\000\000\000\050\146\157\162\040\143\157\156\164\162\157\154\051\000\027\000\000\000\065\000\000\000\002\000\000\000\137\000\030\000\000\000\063\000\000\000\006\000\000\000\146\156\141\155\145\000\030\000\000\000\063\000\000\000\002\000\000\000\137\000\041\000\000\000\063\000\000\000\006\000\000\000\163\160\154\151\164\000\041\000\000\000\063\000\000\000\011\000\000\000\163\165\142\147\162\157\165\160\000\047\000\000\000\063\000\000\000\020\000\000\000\050\146\157\162\040\147\145\156\145\162\141\164\157\162\051\000\070\000\000\000\115\000\000\000\014\000\000\000\050\146\157\162\040\163\164\141\164\145\051\000\070\000\000\000\115\000\000\000\016\000\000\000\050\146\157\162\040\143\157\156\164\162\157\154\051\000\070\000\000\000\115\000\000\000\002\000\000\000\137\000\071\000\000\000\113\000\000\000\006\000\000\000\146\156\141\155\145\000\071\000\000\000\113\000\000\000\001\000\000\000\014\000\000\000\167\141\154\153\163\157\165\162\143\145\163\000\000\000\000\000\142\001\000\000\144\001\000\000\001\003\000\012\011\000\000\000\304\000\000\000\000\001\000\000\100\001\200\000\200\001\000\001\301\001\000\000\001\102\000\000\112\002\000\000\334\100\200\003\036\000\200\000\002\000\000\000\004\001\000\000\000\000\003\000\000\000\000\000\000\360\277\000\000\000\000\011\000\000\000\143\001\000\000\143\001\000\000\143\001\000\000\143\001\000\000\143\001\000\000\143\001\000\000\143\001\000\000\143\001\000\000\144\001\000\000\003\000\000\000\004\000\000\000\160\162\152\000\000\000\000\000\010\000\000\000\006\000\000\000\146\151\154\145\163\000\000\000\000\000\010\000\000\000\003\000\000\000\146\156\000\000\000\000\000\010\000\000\000\001\000\000\000\014\000\000\000\167\141\154\153\163\157\165\162\143\145\163\000\045\000\000\000\020\000\000\000\033\000\000\000\020\000\000\000\043\000\000\000\056\000\000\000\043\000\000\000\070\000\000\000\104\000\000\000\070\000\000\000\114\000\000\000\135\000\000\000\114\000\000\000\145\000\000\000\156\000\000\000\145\000\000\000\167\000\000\000\173\000\000\000\167\000\000\000\204\000\000\000\210\000\000\000\204\000\000\000\222\000\000\000\233\000\000\000\222\000\000\000\256\000\000\000\361\000\000\000\256\000\000\000\373\000\000\000\064\001\000\000\373\000\000\000\137\001\000\000\137\001\000\000\142\001\000\000\144\001\000\000\144\001\000\000\142\001\000\000\144\001\000\000\001\000\000\000\014\000\000\000\167\141\154\153\163\157\165\162\143\145\163\000\040\000\000\000\044\000\000\000\000\000\000\000",
- "\033\114\165\141\121\000\001\004\004\004\010\000\026\000\000\000\100\163\162\143\057\142\141\163\145\057\143\157\156\146\151\147\163\056\154\165\141\000\000\000\000\000\000\000\000\000\000\000\002\010\041\000\000\000\012\300\000\000\011\100\100\200\011\100\100\201\011\100\300\201\112\200\000\000\111\100\100\202\111\100\300\202\205\200\001\000\344\000\000\000\211\300\200\203\205\200\001\000\344\100\000\000\211\300\000\204\205\200\001\000\344\200\000\000\211\300\200\204\205\200\001\000\344\300\000\000\211\300\000\205\244\000\001\000\000\000\000\000\344\100\001\000\000\000\000\001\044\201\001\000\000\000\200\001\000\000\200\000\144\301\001\000\205\201\001\000\344\001\002\000\000\000\000\002\000\000\200\002\211\301\201\205\036\000\200\000\014\000\000\000\004\007\000\000\000\142\154\157\143\153\163\000\001\001\004\011\000\000\000\153\145\171\167\157\162\144\163\000\004\011\000\000\000\160\162\157\152\145\143\164\163\000\004\010\000\000\000\142\141\163\145\144\151\162\000\004\011\000\000\000\154\157\143\141\164\151\157\156\000\004\010\000\000\000\160\162\145\155\141\153\145\000\004\017\000\000\000\147\145\164\141\143\164\151\166\145\164\145\162\155\163\000\004\016\000\000\000\145\163\143\141\160\145\153\145\171\167\157\162\144\000\004\017\000\000\000\151\163\153\145\171\167\157\162\144\155\141\164\143\150\000\004\020\000\000\000\151\163\153\145\171\167\157\162\144\163\155\141\164\143\150\000\004\015\000\000\000\142\165\151\154\144\143\157\156\146\151\147\163\000\011\000\000\000\000\000\000\000\041\000\000\000\056\000\000\000\000\000\000\012\037\000\000\000\012\000\200\000\105\000\000\000\113\100\300\000\134\200\000\001\205\200\000\000\206\300\100\001\234\000\200\000\042\100\000\000\105\000\001\000\205\100\001\000\134\000\001\001\026\200\003\200\127\200\301\002\026\200\001\200\205\301\001\000\206\001\102\003\300\001\000\000\013\102\300\002\034\002\000\001\234\101\000\000\026\100\001\200\205\301\001\000\206\001\102\003\300\001\000\000\013\102\100\002\034\002\000\001\234\101\000\000\141\200\000\000\026\200\373\177\036\000\000\001\036\000\200\000\011\000\000\000\004\010\000\000\000\137\101\103\124\111\117\116\000\004\006\000\000\000\154\157\167\145\162\000\004\003\000\000\000\157\163\000\004\004\000\000\000\147\145\164\000\004\006\000\000\000\160\141\151\162\163\000\004\011\000\000\000\137\117\120\124\111\117\116\123\000\004\001\000\000\000\000\004\006\000\000\000\164\141\142\154\145\000\004\007\000\000\000\151\156\163\145\162\164\000\000\000\000\000\037\000\000\000\042\000\000\000\042\000\000\000\042\000\000\000\042\000\000\000\042\000\000\000\042\000\000\000\042\000\000\000\042\000\000\000\045\000\000\000\045\000\000\000\045\000\000\000\045\000\000\000\046\000\000\000\046\000\000\000\047\000\000\000\047\000\000\000\047\000\000\000\047\000\000\000\047\000\000\000\047\000\000\000\047\000\000\000\051\000\000\000\051\000\000\000\051\000\000\000\051\000\000\000\051\000\000\000\051\000\000\000\045\000\000\000\052\000\000\000\055\000\000\000\056\000\000\000\006\000\000\000\006\000\000\000\164\145\162\155\163\000\010\000\000\000\036\000\000\000\020\000\000\000\050\146\157\162\040\147\145\156\145\162\141\164\157\162\051\000\013\000\000\000\035\000\000\000\014\000\000\000\050\146\157\162\040\163\164\141\164\145\051\000\013\000\000\000\035\000\000\000\016\000\000\000\050\146\157\162\040\143\157\156\164\162\157\154\051\000\013\000\000\000\035\000\000\000\004\000\000\000\153\145\171\000\014\000\000\000\033\000\000\000\006\000\000\000\166\141\154\165\145\000\014\000\000\000\033\000\000\000\000\000\000\000\000\000\000\000\067\000\000\000\077\000\000\000\000\001\000\006\033\000\000\000\113\000\100\000\301\100\000\000\001\201\000\000\134\200\000\002\000\000\200\000\113\300\100\000\301\000\001\000\003\001\000\002\102\001\200\000\134\200\200\002\132\000\000\000\026\100\001\200\113\000\100\000\301\100\001\000\001\201\001\000\134\200\000\002\000\000\200\000\026\000\001\200\113\000\100\000\301\300\001\000\001\001\002\000\134\200\000\002\000\000\200\000\113\100\102\000\135\000\000\001\136\000\000\000\036\000\200\000\012\000\000\000\004\005\000\000\000\147\163\165\142\000\004\023\000\000\000\050\133\045\056\045\055\045\136\045\044\045\050\045\051\045\045\135\051\000\004\005\000\000\000\045\045\045\061\000\004\005\000\000\000\146\151\156\144\000\004\003\000\000\000\052\052\000\004\005\000\000\000\045\052\045\052\000\004\003\000\000\000\056\052\000\004\003\000\000\000\045\052\000\004\006\000\000\000\133\136\057\135\052\000\004\006\000\000\000\154\157\167\145\162\000\000\000\000\000\033\000\000\000\070\000\000\000\070\000\000\000\070\000\000\000\070\000\000\000\070\000\000\000\071\000\000\000\071\000\000\000\071\000\000\000\071\000\000\000\071\000\000\000\071\000\000\000\071\000\000\000\072\000\000\000\072\000\000\000\072\000\000\000\072\000\000\000\072\000\000\000\072\000\000\000\074\000\000\000\074\000\000\000\074\000\000\000\074\000\000\000\074\000\000\000\076\000\000\000\076\000\000\000\076\000\000\000\077\000\000\000\001\000\000\000\010\000\000\000\153\145\171\167\157\162\144\000\000\000\000\000\032\000\000\000\000\000\000\000\000\000\000\000\107\000\000\000\125\000\000\000\000\002\000\020\047\000\000\000\213\000\100\000\001\101\000\000\234\200\200\001\232\000\000\000\026\000\002\200\205\200\000\000\206\300\100\001\313\000\101\000\101\101\001\000\334\200\200\001\000\001\200\000\234\200\200\001\223\000\000\001\236\000\000\001\205\200\001\000\313\300\101\000\101\001\002\000\334\000\200\001\234\000\001\000\026\300\003\200\301\101\002\000\000\002\000\003\101\202\002\000\325\101\202\003\005\302\002\000\100\002\200\000\034\002\001\001\026\100\001\200\113\003\103\006\300\003\200\003\134\203\200\001\132\003\000\000\026\000\000\200\336\002\000\001\041\202\000\000\026\300\375\177\241\200\000\000\026\100\373\177\036\000\200\000\015\000\000\000\004\013\000\000\000\163\164\141\162\164\163\167\151\164\150\000\004\005\000\000\000\156\157\164\040\000\004\010\000\000\000\160\162\145\155\141\153\145\000\004\017\000\000\000\151\163\153\145\171\167\157\162\144\155\141\164\143\150\000\004\004\000\000\000\163\165\142\000\003\000\000\000\000\000\000\024\100\004\007\000\000\000\151\160\141\151\162\163\000\004\010\000\000\000\145\170\160\154\157\144\145\000\004\005\000\000\000\040\157\162\040\000\004\002\000\000\000\136\000\004\002\000\000\000\044\000\004\006\000\000\000\160\141\151\162\163\000\004\006\000\000\000\155\141\164\143\150\000\000\000\000\000\047\000\000\000\111\000\000\000\111\000\000\000\111\000\000\000\111\000\000\000\111\000\000\000\112\000\000\000\112\000\000\000\112\000\000\000\112\000\000\000\112\000\000\000\112\000\000\000\112\000\000\000\112\000\000\000\112\000\000\000\115\000\000\000\115\000\000\000\115\000\000\000\115\000\000\000\115\000\000\000\115\000\000\000\116\000\000\000\116\000\000\000\116\000\000\000\116\000\000\000\117\000\000\000\117\000\000\000\117\000\000\000\117\000\000\000\120\000\000\000\120\000\000\000\120\000\000\000\120\000\000\000\120\000\000\000\121\000\000\000\117\000\000\000\122\000\000\000\115\000\000\000\123\000\000\000\125\000\000\000\015\000\000\000\010\000\000\000\153\145\171\167\157\162\144\000\000\000\000\000\046\000\000\000\006\000\000\000\164\145\162\155\163\000\000\000\000\000\046\000\000\000\020\000\000\000\050\146\157\162\040\147\145\156\145\162\141\164\157\162\051\000\023\000\000\000\046\000\000\000\014\000\000\000\050\146\157\162\040\163\164\141\164\145\051\000\023\000\000\000\046\000\000\000\016\000\000\000\050\146\157\162\040\143\157\156\164\162\157\154\051\000\023\000\000\000\046\000\000\000\002\000\000\000\137\000\024\000\000\000\044\000\000\000\005\000\000\000\167\157\162\144\000\024\000\000\000\044\000\000\000\010\000\000\000\160\141\164\164\145\162\156\000\030\000\000\000\044\000\000\000\020\000\000\000\050\146\157\162\040\147\145\156\145\162\141\164\157\162\051\000\033\000\000\000\044\000\000\000\014\000\000\000\050\146\157\162\040\163\164\141\164\145\051\000\033\000\000\000\044\000\000\000\016\000\000\000\050\146\157\162\040\143\157\156\164\162\157\154\051\000\033\000\000\000\044\000\000\000\010\000\000\000\164\145\162\155\153\145\171\000\034\000\000\000\042\000\000\000\005\000\000\000\164\145\162\155\000\034\000\000\000\042\000\000\000\000\000\000\000\000\000\000\000\135\000\000\000\156\000\000\000\000\002\000\013\036\000\000\000\202\000\000\000\305\000\000\000\000\001\000\000\334\000\001\001\026\300\002\200\005\102\000\000\006\202\100\004\100\002\200\003\200\002\200\000\034\202\200\001\032\102\000\000\026\100\000\200\102\002\000\000\136\002\000\001\027\300\100\004\026\000\000\200\202\000\200\000\341\200\000\000\026\100\374\177\306\300\300\000\332\000\000\000\026\000\001\200\232\100\000\000\026\200\000\200\302\000\000\000\336\000\000\001\026\100\000\200\302\000\200\000\336\000\000\001\036\000\200\000\004\000\000\000\004\007\000\000\000\151\160\141\151\162\163\000\004\010\000\000\000\160\162\145\155\141\153\145\000\004\017\000\000\000\151\163\153\145\171\167\157\162\144\155\141\164\143\150\000\004\011\000\000\000\162\145\161\165\151\162\145\144\000\000\000\000\000\036\000\000\000\136\000\000\000\137\000\000\000\137\000\000\000\137\000\000\000\137\000\000\000\140\000\000\000\140\000\000\000\140\000\000\000\140\000\000\000\140\000\000\000\141\000\000\000\141\000\000\000\142\000\000\000\142\000\000\000\144\000\000\000\144\000\000\000\145\000\000\000\137\000\000\000\146\000\000\000\151\000\000\000\151\000\000\000\151\000\000\000\151\000\000\000\151\000\000\000\152\000\000\000\152\000\000\000\152\000\000\000\154\000\000\000\154\000\000\000\156\000\000\000\011\000\000\000\011\000\000\000\153\145\171\167\157\162\144\163\000\000\000\000\000\035\000\000\000\006\000\000\000\164\145\162\155\163\000\000\000\000\000\035\000\000\000\014\000\000\000\150\141\163\162\145\161\165\151\162\145\144\000\001\000\000\000\035\000\000\000\020\000\000\000\050\146\157\162\040\147\145\156\145\162\141\164\157\162\051\000\004\000\000\000\023\000\000\000\014\000\000\000\050\146\157\162\040\163\164\141\164\145\051\000\004\000\000\000\023\000\000\000\016\000\000\000\050\146\157\162\040\143\157\156\164\162\157\154\051\000\004\000\000\000\023\000\000\000\002\000\000\000\137\000\005\000\000\000\021\000\000\000\010\000\000\000\153\145\171\167\157\162\144\000\005\000\000\000\021\000\000\000\010\000\000\000\155\141\164\143\150\145\144\000\012\000\000\000\021\000\000\000\000\000\000\000\000\000\000\000\167\000\000\000\202\000\000\000\001\002\000\012\035\000\000\000\205\000\000\000\300\000\200\000\234\000\001\001\026\100\005\200\304\001\000\000\306\101\201\003\332\101\000\000\026\100\004\200\305\101\000\000\000\002\000\003\334\201\000\001\027\200\300\003\026\300\002\200\306\101\001\000\332\101\000\000\026\100\000\200\312\001\000\000\011\300\201\002\305\201\000\000\306\301\300\003\006\102\001\000\100\002\000\003\334\201\200\001\011\300\201\002\026\000\000\200\011\200\201\002\241\200\000\000\026\300\371\177\036\000\200\000\004\000\000\000\004\006\000\000\000\160\141\151\162\163\000\004\005\000\000\000\164\171\160\145\000\004\006\000\000\000\164\141\142\154\145\000\004\005\000\000\000\152\157\151\156\000\000\000\000\000\035\000\000\000\170\000\000\000\170\000\000\000\170\000\000\000\170\000\000\000\171\000\000\000\171\000\000\000\171\000\000\000\171\000\000\000\172\000\000\000\172\000\000\000\172\000\000\000\172\000\000\000\172\000\000\000\173\000\000\000\173\000\000\000\173\000\000\000\173\000\000\000\173\000\000\000\174\000\000\000\174\000\000\000\174\000\000\000\174\000\000\000\174\000\000\000\174\000\000\000\174\000\000\000\176\000\000\000\170\000\000\000\200\000\000\000\202\000\000\000\007\000\000\000\004\000\000\000\143\146\147\000\000\000\000\000\034\000\000\000\005\000\000\000\164\150\151\163\000\000\000\000\000\034\000\000\000\020\000\000\000\050\146\157\162\040\147\145\156\145\162\141\164\157\162\051\000\003\000\000\000\034\000\000\000\014\000\000\000\050\146\157\162\040\163\164\141\164\145\051\000\003\000\000\000\034\000\000\000\016\000\000\000\050\146\157\162\040\143\157\156\164\162\157\154\051\000\003\000\000\000\034\000\000\000\006\000\000\000\146\151\145\154\144\000\004\000\000\000\032\000\000\000\006\000\000\000\166\141\154\165\145\000\004\000\000\000\032\000\000\000\001\000\000\000\007\000\000\000\156\157\143\157\160\171\000\000\000\000\000\213\000\000\000\243\000\000\000\001\002\000\013\056\000\000\000\212\000\000\000\304\000\000\000\000\001\000\001\106\001\100\000\334\100\200\001\305\100\000\000\006\001\100\000\006\201\100\002\334\000\001\001\026\200\002\200\005\302\000\000\006\002\101\004\106\102\301\003\200\002\200\000\034\202\200\001\032\002\000\000\026\300\000\200\004\002\000\000\100\002\000\001\200\002\200\003\034\102\200\001\341\200\000\000\026\200\374\177\304\000\000\000\000\001\000\001\100\001\000\000\334\100\200\001\305\100\000\000\006\201\100\000\334\000\001\001\026\200\002\200\005\302\000\000\006\002\101\004\106\102\301\003\200\002\200\000\034\202\200\001\032\002\000\000\026\300\000\200\004\002\000\000\100\002\000\001\200\002\200\003\034\102\200\001\341\200\000\000\026\200\374\177\236\000\000\001\036\000\200\000\006\000\000\000\004\011\000\000\000\163\157\154\165\164\151\157\156\000\004\007\000\000\000\151\160\141\151\162\163\000\004\007\000\000\000\142\154\157\143\153\163\000\004\010\000\000\000\160\162\145\155\141\153\145\000\004\020\000\000\000\151\163\153\145\171\167\157\162\144\163\155\141\164\143\150\000\004\011\000\000\000\153\145\171\167\157\162\144\163\000\000\000\000\000\056\000\000\000\222\000\000\000\224\000\000\000\224\000\000\000\224\000\000\000\224\000\000\000\225\000\000\000\225\000\000\000\225\000\000\000\225\000\000\000\225\000\000\000\226\000\000\000\226\000\000\000\226\000\000\000\226\000\000\000\226\000\000\000\226\000\000\000\226\000\000\000\227\000\000\000\227\000\000\000\227\000\000\000\227\000\000\000\225\000\000\000\230\000\000\000\233\000\000\000\233\000\000\000\233\000\000\000\233\000\000\000\234\000\000\000\234\000\000\000\234\000\000\000\234\000\000\000\235\000\000\000\235\000\000\000\235\000\000\000\235\000\000\000\235\000\000\000\235\000\000\000\235\000\000\000\236\000\000\000\236\000\000\000\236\000\000\000\236\000\000\000\234\000\000\000\237\000\000\000\242\000\000\000\243\000\000\000\015\000\000\000\004\000\000\000\160\162\152\000\000\000\000\000\055\000\000\000\006\000\000\000\164\145\162\155\163\000\000\000\000\000\055\000\000\000\004\000\000\000\143\146\147\000\001\000\000\000\055\000\000\000\020\000\000\000\050\146\157\162\040\147\145\156\145\162\141\164\157\162\051\000\011\000\000\000\027\000\000\000\014\000\000\000\050\146\157\162\040\163\164\141\164\145\051\000\011\000\000\000\027\000\000\000\016\000\000\000\050\146\157\162\040\143\157\156\164\162\157\154\051\000\011\000\000\000\027\000\000\000\002\000\000\000\137\000\012\000\000\000\025\000\000\000\004\000\000\000\142\154\153\000\012\000\000\000\025\000\000\000\020\000\000\000\050\146\157\162\040\147\145\156\145\162\141\164\157\162\051\000\036\000\000\000\054\000\000\000\014\000\000\000\050\146\157\162\040\163\164\141\164\145\051\000\036\000\000\000\054\000\000\000\016\000\000\000\050\146\157\162\040\143\157\156\164\162\157\154\051\000\036\000\000\000\054\000\000\000\002\000\000\000\137\000\037\000\000\000\052\000\000\000\004\000\000\000\142\154\153\000\037\000\000\000\052\000\000\000\001\000\000\000\013\000\000\000\143\157\160\171\146\151\145\154\144\163\000\000\000\000\000\254\000\000\000\343\000\000\000\002\002\000\023\200\000\000\000\205\000\000\000\206\100\100\001\234\200\200\000\333\100\200\000\026\000\000\200\301\300\000\000\313\000\301\001\334\200\000\001\211\300\000\201\304\000\000\000\000\001\000\000\100\001\000\001\334\200\200\001\311\100\200\202\311\000\000\203\012\001\000\000\105\301\001\000\206\001\302\001\134\001\001\001\026\000\005\200\202\002\000\000\305\302\001\000\006\103\302\001\334\002\001\001\026\200\001\200\127\300\203\004\026\000\000\200\202\102\000\000\202\002\200\000\232\002\000\000\026\000\000\200\026\100\000\200\341\202\000\000\026\200\375\177\232\102\000\000\026\000\001\200\305\202\002\000\306\302\302\005\000\003\000\002\100\003\200\004\334\102\200\001\141\201\000\000\026\000\372\177\311\000\001\204\105\001\003\000\205\001\000\000\206\101\103\003\134\001\001\001\026\300\014\200\206\202\303\004\127\300\103\005\026\100\001\200\206\202\303\004\127\000\104\005\026\200\000\200\206\202\303\004\027\100\104\005\026\300\007\200\204\002\200\000\206\002\002\005\232\102\000\000\026\300\006\200\205\202\004\000\306\002\202\001\234\202\000\001\027\200\102\005\026\100\003\200\205\302\001\000\306\002\202\001\234\002\001\001\026\200\001\200\306\003\202\001\005\304\003\000\006\304\104\010\106\004\105\000\200\004\000\007\034\204\200\001\311\003\204\006\241\202\000\000\026\200\375\177\026\000\002\200\206\002\202\001\232\002\000\000\026\100\001\200\205\302\003\000\206\302\104\005\306\002\105\000\006\003\202\001\234\202\200\001\311\200\002\004\206\102\305\004\232\002\000\000\026\300\001\200\206\002\202\001\305\302\001\000\000\003\000\005\334\002\001\001\026\000\000\200\211\202\305\007\341\202\000\000\026\000\377\177\141\201\000\000\026\100\362\177\112\001\000\000\311\100\201\213\105\301\001\000\206\001\302\001\134\001\001\001\026\200\003\200\213\002\301\004\234\202\000\001\211\200\002\214\204\002\000\000\300\002\000\000\000\003\000\001\234\202\200\001\211\102\202\202\306\302\305\001\311\202\202\004\305\202\002\000\306\302\302\005\006\303\305\001\100\003\000\005\334\102\200\001\141\201\000\000\026\200\373\177\336\000\000\001\036\000\200\000\031\000\000\000\004\010\000\000\000\160\162\145\155\141\153\145\000\004\017\000\000\000\147\145\164\141\143\164\151\166\145\164\145\162\155\163\000\004\007\000\000\000\143\157\156\146\151\147\000\004\001\000\000\000\000\004\006\000\000\000\154\157\167\145\162\000\004\005\000\000\000\156\141\155\145\000\004\010\000\000\000\160\162\157\152\145\143\164\000\004\007\000\000\000\151\160\141\151\162\163\000\004\006\000\000\000\146\151\154\145\163\000\004\011\000\000\000\145\170\143\154\165\144\145\163\000\004\006\000\000\000\164\141\142\154\145\000\004\007\000\000\000\151\156\163\145\162\164\000\004\006\000\000\000\160\141\151\162\163\000\004\007\000\000\000\146\151\145\154\144\163\000\004\005\000\000\000\153\151\156\144\000\004\005\000\000\000\160\141\164\150\000\004\010\000\000\000\144\151\162\154\151\163\164\000\004\011\000\000\000\146\151\154\145\154\151\163\164\000\004\005\000\000\000\164\171\160\145\000\004\014\000\000\000\147\145\164\162\145\154\141\164\151\166\145\000\004\011\000\000\000\154\157\143\141\164\151\157\156\000\004\010\000\000\000\151\163\146\154\141\147\163\000\001\001\004\016\000\000\000\137\137\146\151\154\145\143\157\156\146\151\147\163\000\004\011\000\000\000\162\145\161\165\151\162\145\144\000\000\000\000\000\200\000\000\000\257\000\000\000\257\000\000\000\257\000\000\000\260\000\000\000\260\000\000\000\260\000\000\000\260\000\000\000\260\000\000\000\260\000\000\000\262\000\000\000\262\000\000\000\262\000\000\000\262\000\000\000\263\000\000\000\264\000\000\000\267\000\000\000\270\000\000\000\270\000\000\000\270\000\000\000\270\000\000\000\271\000\000\000\272\000\000\000\272\000\000\000\272\000\000\000\272\000\000\000\273\000\000\000\273\000\000\000\273\000\000\000\273\000\000\000\274\000\000\000\274\000\000\000\274\000\000\000\272\000\000\000\274\000\000\000\277\000\000\000\277\000\000\000\300\000\000\000\300\000\000\000\300\000\000\000\300\000\000\000\300\000\000\000\270\000\000\000\301\000\000\000\303\000\000\000\306\000\000\000\306\000\000\000\306\000\000\000\306\000\000\000\306\000\000\000\310\000\000\000\310\000\000\000\310\000\000\000\310\000\000\000\310\000\000\000\310\000\000\000\310\000\000\000\310\000\000\000\310\000\000\000\310\000\000\000\310\000\000\000\310\000\000\000\310\000\000\000\311\000\000\000\311\000\000\000\311\000\000\000\311\000\000\000\311\000\000\000\312\000\000\000\312\000\000\000\312\000\000\000\312\000\000\000\312\000\000\000\312\000\000\000\312\000\000\000\312\000\000\000\312\000\000\000\312\000\000\000\312\000\000\000\312\000\000\000\312\000\000\000\312\000\000\000\314\000\000\000\314\000\000\000\314\000\000\000\314\000\000\000\314\000\000\000\314\000\000\000\314\000\000\000\314\000\000\000\314\000\000\000\321\000\000\000\321\000\000\000\321\000\000\000\322\000\000\000\323\000\000\000\323\000\000\000\323\000\000\000\323\000\000\000\323\000\000\000\323\000\000\000\323\000\000\000\306\000\000\000\324\000\000\000\330\000\000\000\330\000\000\000\331\000\000\000\331\000\000\000\331\000\000\000\331\000\000\000\332\000\000\000\332\000\000\000\332\000\000\000\333\000\000\000\333\000\000\000\333\000\000\000\333\000\000\000\334\000\000\000\336\000\000\000\336\000\000\000\337\000\000\000\337\000\000\000\337\000\000\000\337\000\000\000\337\000\000\000\331\000\000\000\337\000\000\000\342\000\000\000\343\000\000\000\046\000\000\000\004\000\000\000\160\162\152\000\000\000\000\000\177\000\000\000\010\000\000\000\143\146\147\156\141\155\145\000\000\000\000\000\177\000\000\000\006\000\000\000\164\145\162\155\163\000\003\000\000\000\177\000\000\000\004\000\000\000\143\146\147\000\015\000\000\000\177\000\000\000\006\000\000\000\146\151\154\145\163\000\020\000\000\000\177\000\000\000\020\000\000\000\050\146\157\162\040\147\145\156\145\162\141\164\157\162\051\000\023\000\000\000\053\000\000\000\014\000\000\000\050\146\157\162\040\163\164\141\164\145\051\000\023\000\000\000\053\000\000\000\016\000\000\000\050\146\157\162\040\143\157\156\164\162\157\154\051\000\023\000\000\000\053\000\000\000\002\000\000\000\137\000\024\000\000\000\051\000\000\000\006\000\000\000\146\156\141\155\145\000\024\000\000\000\051\000\000\000\011\000\000\000\145\170\143\154\165\144\145\144\000\025\000\000\000\051\000\000\000\020\000\000\000\050\146\157\162\040\147\145\156\145\162\141\164\157\162\051\000\030\000\000\000\042\000\000\000\014\000\000\000\050\146\157\162\040\163\164\141\164\145\051\000\030\000\000\000\042\000\000\000\016\000\000\000\050\146\157\162\040\143\157\156\164\162\157\154\051\000\030\000\000\000\042\000\000\000\002\000\000\000\137\000\031\000\000\000\040\000\000\000\010\000\000\000\145\170\143\154\165\144\145\000\031\000\000\000\040\000\000\000\020\000\000\000\050\146\157\162\040\147\145\156\145\162\141\164\157\162\051\000\060\000\000\000\147\000\000\000\014\000\000\000\050\146\157\162\040\163\164\141\164\145\051\000\060\000\000\000\147\000\000\000\016\000\000\000\050\146\157\162\040\143\157\156\164\162\157\154\051\000\060\000\000\000\147\000\000\000\005\000\000\000\156\141\155\145\000\061\000\000\000\145\000\000\000\006\000\000\000\146\151\145\154\144\000\061\000\000\000\145\000\000\000\020\000\000\000\050\146\157\162\040\147\145\156\145\162\141\164\157\162\051\000\106\000\000\000\120\000\000\000\014\000\000\000\050\146\157\162\040\163\164\141\164\145\051\000\106\000\000\000\120\000\000\000\016\000\000\000\050\146\157\162\040\143\157\156\164\162\157\154\051\000\106\000\000\000\120\000\000\000\002\000\000\000\151\000\107\000\000\000\116\000\000\000\002\000\000\000\160\000\107\000\000\000\116\000\000\000\007\000\000\000\166\141\154\165\145\163\000\136\000\000\000\145\000\000\000\020\000\000\000\050\146\157\162\040\147\145\156\145\162\141\164\157\162\051\000\141\000\000\000\145\000\000\000\014\000\000\000\050\146\157\162\040\163\164\141\164\145\051\000\141\000\000\000\145\000\000\000\016\000\000\000\050\146\157\162\040\143\157\156\164\162\157\154\051\000\141\000\000\000\145\000\000\000\002\000\000\000\137\000\142\000\000\000\143\000\000\000\005\000\000\000\146\154\141\147\000\142\000\000\000\143\000\000\000\020\000\000\000\050\146\157\162\040\147\145\156\145\162\141\164\157\162\051\000\154\000\000\000\176\000\000\000\014\000\000\000\050\146\157\162\040\163\164\141\164\145\051\000\154\000\000\000\176\000\000\000\016\000\000\000\050\146\157\162\040\143\157\156\164\162\157\154\051\000\154\000\000\000\176\000\000\000\002\000\000\000\137\000\155\000\000\000\174\000\000\000\006\000\000\000\146\156\141\155\145\000\155\000\000\000\174\000\000\000\005\000\000\000\146\143\146\147\000\164\000\000\000\174\000\000\000\002\000\000\000\014\000\000\000\142\165\151\154\144\143\157\156\146\151\147\000\010\000\000\000\156\157\146\151\170\165\160\000\000\000\000\000\354\000\000\000\047\001\000\000\000\001\000\012\161\000\000\000\106\000\100\000\127\100\300\000\026\200\000\200\106\000\100\000\027\200\300\000\026\100\002\200\105\300\000\000\106\000\301\000\132\000\000\000\026\100\004\200\105\200\001\000\205\300\000\000\206\000\101\001\106\200\200\000\011\100\200\202\026\300\002\200\106\000\100\000\027\300\301\000\026\000\002\200\105\300\000\000\106\000\302\000\132\000\000\000\026\000\001\200\105\200\001\000\205\300\000\000\206\000\102\001\106\200\200\000\011\100\200\202\105\200\001\000\106\100\302\000\205\200\002\000\106\200\200\000\206\300\302\000\232\100\000\000\026\000\000\200\201\000\003\000\306\100\101\000\332\000\000\000\026\300\000\200\306\100\101\000\306\300\302\001\233\100\200\001\026\300\377\177\305\200\001\000\306\200\303\001\000\001\000\000\101\301\003\000\200\001\000\001\334\200\000\002\011\300\200\206\305\200\001\000\306\200\303\001\000\001\000\000\101\101\004\000\200\001\000\001\334\200\000\002\011\300\000\210\344\000\000\000\044\101\000\000\000\000\200\001\105\301\004\000\106\001\305\002\206\101\105\000\300\001\000\002\000\002\000\000\334\001\000\001\134\201\000\000\011\100\001\211\106\201\305\000\132\101\000\000\026\000\000\200\100\001\000\001\027\300\305\002\026\100\011\200\206\101\103\000\305\301\004\000\306\101\306\003\006\102\103\000\006\002\106\004\101\202\006\000\334\201\200\001\211\301\001\214\206\101\103\000\305\301\004\000\306\101\306\003\006\102\103\000\006\302\106\004\101\202\006\000\334\201\200\001\211\301\201\215\206\001\104\000\305\301\004\000\306\101\306\003\006\002\104\000\006\002\106\004\101\202\006\000\334\201\200\001\211\301\001\214\206\001\104\000\305\301\004\000\306\101\306\003\006\002\104\000\006\302\106\004\101\202\006\000\334\201\200\001\211\301\201\215\205\301\004\000\206\101\106\003\306\201\104\000\001\202\006\000\234\201\200\001\011\200\001\211\036\000\200\000\034\000\000\000\004\011\000\000\000\154\141\156\147\165\141\147\145\000\004\002\000\000\000\103\000\004\004\000\000\000\103\053\053\000\004\011\000\000\000\137\117\120\124\111\117\116\123\000\004\003\000\000\000\143\143\000\004\005\000\000\000\164\157\157\154\000\004\010\000\000\000\160\162\145\155\141\153\145\000\004\003\000\000\000\103\043\000\004\007\000\000\000\144\157\164\156\145\164\000\004\010\000\000\000\141\143\164\151\157\156\163\000\004\010\000\000\000\137\101\103\124\111\117\116\000\004\014\000\000\000\164\141\162\147\145\164\163\164\171\154\145\000\004\006\000\000\000\154\151\156\165\170\000\004\014\000\000\000\142\165\151\154\144\164\141\162\147\145\164\000\004\012\000\000\000\147\145\164\164\141\162\147\145\164\000\004\006\000\000\000\142\165\151\154\144\000\004\013\000\000\000\154\151\156\153\164\141\162\147\145\164\000\004\005\000\000\000\154\151\156\153\000\004\013\000\000\000\157\142\152\145\143\164\163\144\151\162\000\004\005\000\000\000\160\141\164\150\000\004\014\000\000\000\147\145\164\162\145\154\141\164\151\166\145\000\004\011\000\000\000\154\157\143\141\164\151\157\156\000\004\012\000\000\000\160\141\164\150\163\164\171\154\145\000\004\010\000\000\000\167\151\156\144\157\167\163\000\004\012\000\000\000\144\151\162\145\143\164\157\162\171\000\004\012\000\000\000\164\162\141\156\163\154\141\164\145\000\004\002\000\000\000\134\000\004\011\000\000\000\146\165\154\154\160\141\164\150\000\002\000\000\000\000\000\000\000\001\001\000\000\003\001\000\000\000\001\000\004\016\000\000\000\105\000\000\000\106\100\300\000\206\200\100\000\306\300\100\000\332\100\000\000\026\000\001\200\306\000\101\000\306\300\300\001\332\100\000\000\026\000\000\200\301\100\001\000\135\000\200\001\136\000\000\000\036\000\200\000\006\000\000\000\004\005\000\000\000\160\141\164\150\000\004\005\000\000\000\152\157\151\156\000\004\011\000\000\000\154\157\143\141\164\151\157\156\000\004\007\000\000\000\157\142\152\144\151\162\000\004\010\000\000\000\160\162\157\152\145\143\164\000\004\004\000\000\000\157\142\152\000\000\000\000\000\016\000\000\000\002\001\000\000\002\001\000\000\002\001\000\000\002\001\000\000\002\001\000\000\002\001\000\000\002\001\000\000\002\001\000\000\002\001\000\000\002\001\000\000\002\001\000\000\002\001\000\000\002\001\000\000\003\001\000\000\001\000\000\000\004\000\000\000\143\146\147\000\000\000\000\000\015\000\000\000\000\000\000\000\000\000\000\000\005\001\000\000\032\001\000\000\001\001\000\027\070\000\000\000\104\000\000\000\200\000\000\000\134\200\000\001\205\000\000\000\206\100\100\001\300\000\200\000\006\201\100\000\234\200\200\001\302\000\000\000\005\301\000\000\105\001\001\000\034\001\001\001\026\100\010\200\105\302\000\000\206\102\101\004\134\002\001\001\026\300\006\200\205\203\001\000\306\303\301\006\234\003\001\001\026\100\005\200\127\000\000\011\026\300\004\200\304\004\000\000\000\005\000\011\334\204\000\001\027\300\204\000\026\200\003\200\302\000\200\000\005\005\000\000\006\105\100\012\100\005\200\011\206\205\100\011\034\205\200\001\027\000\005\001\026\200\001\200\005\005\000\000\006\105\100\012\100\005\000\001\206\005\102\000\206\205\100\013\035\005\200\001\036\005\000\000\241\203\000\000\026\300\371\177\141\202\000\000\026\100\370\177\041\201\000\000\026\300\366\177\005\101\002\000\100\001\200\001\200\001\000\001\300\001\200\000\035\001\000\002\036\001\000\000\036\000\200\000\012\000\000\000\004\005\000\000\000\160\141\164\150\000\004\005\000\000\000\152\157\151\156\000\004\005\000\000\000\156\141\155\145\000\004\007\000\000\000\151\160\141\151\162\163\000\004\013\000\000\000\137\123\117\114\125\124\111\117\116\123\000\004\011\000\000\000\160\162\157\152\145\143\164\163\000\004\006\000\000\000\160\141\151\162\163\000\004\012\000\000\000\137\137\143\157\156\146\151\147\163\000\004\010\000\000\000\160\162\157\152\145\143\164\000\004\004\000\000\000\151\151\146\000\000\000\000\000\070\000\000\000\006\001\000\000\006\001\000\000\006\001\000\000\007\001\000\000\007\001\000\000\007\001\000\000\007\001\000\000\007\001\000\000\010\001\000\000\011\001\000\000\011\001\000\000\011\001\000\000\011\001\000\000\012\001\000\000\012\001\000\000\012\001\000\000\012\001\000\000\013\001\000\000\013\001\000\000\013\001\000\000\013\001\000\000\014\001\000\000\014\001\000\000\015\001\000\000\015\001\000\000\015\001\000\000\016\001\000\000\016\001\000\000\017\001\000\000\020\001\000\000\020\001\000\000\020\001\000\000\020\001\000\000\020\001\000\000\020\001\000\000\020\001\000\000\021\001\000\000\021\001\000\000\021\001\000\000\021\001\000\000\021\001\000\000\021\001\000\000\021\001\000\000\013\001\000\000\024\001\000\000\012\001\000\000\025\001\000\000\011\001\000\000\026\001\000\000\031\001\000\000\031\001\000\000\031\001\000\000\031\001\000\000\031\001\000\000\031\001\000\000\032\001\000\000\024\000\000\000\004\000\000\000\143\146\147\000\000\000\000\000\067\000\000\000\011\000\000\000\164\150\151\163\142\141\163\145\000\003\000\000\000\067\000\000\000\012\000\000\000\164\150\151\163\154\157\143\141\154\000\010\000\000\000\067\000\000\000\016\000\000\000\151\163\142\141\163\145\155\141\164\143\150\145\144\000\011\000\000\000\067\000\000\000\020\000\000\000\050\146\157\162\040\147\145\156\145\162\141\164\157\162\051\000\014\000\000\000\061\000\000\000\014\000\000\000\050\146\157\162\040\163\164\141\164\145\051\000\014\000\000\000\061\000\000\000\016\000\000\000\050\146\157\162\040\143\157\156\164\162\157\154\051\000\014\000\000\000\061\000\000\000\002\000\000\000\137\000\015\000\000\000\057\000\000\000\004\000\000\000\163\154\156\000\015\000\000\000\057\000\000\000\020\000\000\000\050\146\157\162\040\147\145\156\145\162\141\164\157\162\051\000\020\000\000\000\057\000\000\000\014\000\000\000\050\146\157\162\040\163\164\141\164\145\051\000\020\000\000\000\057\000\000\000\016\000\000\000\050\146\157\162\040\143\157\156\164\162\157\154\051\000\020\000\000\000\057\000\000\000\002\000\000\000\137\000\021\000\000\000\055\000\000\000\004\000\000\000\160\162\152\000\021\000\000\000\055\000\000\000\020\000\000\000\050\146\157\162\040\147\145\156\145\162\141\164\157\162\051\000\024\000\000\000\055\000\000\000\014\000\000\000\050\146\157\162\040\163\164\141\164\145\051\000\024\000\000\000\055\000\000\000\016\000\000\000\050\146\157\162\040\143\157\156\164\162\157\154\051\000\024\000\000\000\055\000\000\000\002\000\000\000\137\000\025\000\000\000\053\000\000\000\010\000\000\000\164\150\141\164\143\146\147\000\025\000\000\000\053\000\000\000\011\000\000\000\164\150\141\164\142\141\163\145\000\032\000\000\000\053\000\000\000\001\000\000\000\013\000\000\000\147\145\164\142\141\163\145\144\151\162\000\161\000\000\000\357\000\000\000\357\000\000\000\357\000\000\000\357\000\000\000\357\000\000\000\357\000\000\000\360\000\000\000\360\000\000\000\360\000\000\000\360\000\000\000\360\000\000\000\360\000\000\000\360\000\000\000\360\000\000\000\360\000\000\000\360\000\000\000\361\000\000\000\361\000\000\000\361\000\000\000\362\000\000\000\362\000\000\000\362\000\000\000\362\000\000\000\362\000\000\000\362\000\000\000\362\000\000\000\362\000\000\000\362\000\000\000\366\000\000\000\366\000\000\000\366\000\000\000\366\000\000\000\367\000\000\000\367\000\000\000\367\000\000\000\367\000\000\000\370\000\000\000\370\000\000\000\370\000\000\000\371\000\000\000\371\000\000\000\371\000\000\000\371\000\000\000\375\000\000\000\375\000\000\000\375\000\000\000\375\000\000\000\375\000\000\000\375\000\000\000\375\000\000\000\376\000\000\000\376\000\000\000\376\000\000\000\376\000\000\000\376\000\000\000\376\000\000\000\376\000\000\000\003\001\000\000\032\001\000\000\032\001\000\000\034\001\000\000\034\001\000\000\034\001\000\000\034\001\000\000\034\001\000\000\034\001\000\000\034\001\000\000\034\001\000\000\037\001\000\000\037\001\000\000\037\001\000\000\037\001\000\000\040\001\000\000\040\001\000\000\041\001\000\000\041\001\000\000\041\001\000\000\041\001\000\000\041\001\000\000\041\001\000\000\041\001\000\000\041\001\000\000\042\001\000\000\042\001\000\000\042\001\000\000\042\001\000\000\042\001\000\000\042\001\000\000\042\001\000\000\042\001\000\000\043\001\000\000\043\001\000\000\043\001\000\000\043\001\000\000\043\001\000\000\043\001\000\000\043\001\000\000\043\001\000\000\044\001\000\000\044\001\000\000\044\001\000\000\044\001\000\000\044\001\000\000\044\001\000\000\044\001\000\000\044\001\000\000\045\001\000\000\045\001\000\000\045\001\000\000\045\001\000\000\045\001\000\000\045\001\000\000\047\001\000\000\006\000\000\000\004\000\000\000\143\146\147\000\000\000\000\000\160\000\000\000\007\000\000\000\141\143\164\151\157\156\000\040\000\000\000\160\000\000\000\014\000\000\000\164\141\162\147\145\164\163\164\171\154\145\000\044\000\000\000\160\000\000\000\013\000\000\000\147\145\164\142\141\163\145\144\151\162\000\072\000\000\000\160\000\000\000\015\000\000\000\147\145\164\165\156\151\161\165\145\144\151\162\000\074\000\000\000\160\000\000\000\012\000\000\000\160\141\164\150\163\164\171\154\145\000\110\000\000\000\160\000\000\000\000\000\000\000\000\000\000\000\062\001\000\000\106\001\000\000\002\000\000\023\065\000\000\000\005\000\000\000\105\100\000\000\034\000\001\001\026\000\006\200\105\001\000\000\206\201\100\002\134\001\001\001\026\200\004\200\212\002\000\000\111\202\202\201\206\302\300\004\304\002\000\000\000\003\200\004\334\202\000\001\211\302\002\202\205\002\000\000\306\102\101\002\234\002\001\001\026\100\001\200\306\303\300\004\004\004\000\000\100\004\200\004\200\004\000\007\034\204\200\001\311\003\004\007\241\202\000\000\026\300\375\177\141\201\000\000\026\200\372\177\041\200\000\000\026\000\371\177\005\000\000\000\105\100\000\000\034\000\001\001\026\200\003\200\105\001\000\000\206\201\100\002\134\001\001\001\026\000\002\200\205\202\001\000\306\302\300\004\234\002\001\001\026\200\000\200\304\003\200\000\000\004\000\007\334\103\000\001\241\202\000\000\026\200\376\177\141\201\000\000\026\000\375\177\041\200\000\000\026\200\373\177\036\000\200\000\007\000\000\000\004\007\000\000\000\151\160\141\151\162\163\000\004\013\000\000\000\137\123\117\114\125\124\111\117\116\123\000\004\011\000\000\000\160\162\157\152\145\143\164\163\000\004\012\000\000\000\137\137\143\157\156\146\151\147\163\000\004\001\000\000\000\000\004\017\000\000\000\143\157\156\146\151\147\165\162\141\164\151\157\156\163\000\004\006\000\000\000\160\141\151\162\163\000\000\000\000\000\065\000\000\000\064\001\000\000\064\001\000\000\064\001\000\000\064\001\000\000\065\001\000\000\065\001\000\000\065\001\000\000\065\001\000\000\066\001\000\000\066\001\000\000\067\001\000\000\067\001\000\000\067\001\000\000\067\001\000\000\067\001\000\000\070\001\000\000\070\001\000\000\070\001\000\000\070\001\000\000\071\001\000\000\071\001\000\000\071\001\000\000\071\001\000\000\071\001\000\000\071\001\000\000\070\001\000\000\071\001\000\000\065\001\000\000\072\001\000\000\064\001\000\000\073\001\000\000\077\001\000\000\077\001\000\000\077\001\000\000\077\001\000\000\100\001\000\000\100\001\000\000\100\001\000\000\100\001\000\000\101\001\000\000\101\001\000\000\101\001\000\000\101\001\000\000\102\001\000\000\102\001\000\000\102\001\000\000\101\001\000\000\102\001\000\000\100\001\000\000\103\001\000\000\077\001\000\000\104\001\000\000\106\001\000\000\036\000\000\000\020\000\000\000\050\146\157\162\040\147\145\156\145\162\141\164\157\162\051\000\003\000\000\000\037\000\000\000\014\000\000\000\050\146\157\162\040\163\164\141\164\145\051\000\003\000\000\000\037\000\000\000\016\000\000\000\050\146\157\162\040\143\157\156\164\162\157\154\051\000\003\000\000\000\037\000\000\000\002\000\000\000\137\000\004\000\000\000\035\000\000\000\004\000\000\000\163\154\156\000\004\000\000\000\035\000\000\000\020\000\000\000\050\146\157\162\040\147\145\156\145\162\141\164\157\162\051\000\007\000\000\000\035\000\000\000\014\000\000\000\050\146\157\162\040\163\164\141\164\145\051\000\007\000\000\000\035\000\000\000\016\000\000\000\050\146\157\162\040\143\157\156\164\162\157\154\051\000\007\000\000\000\035\000\000\000\002\000\000\000\137\000\010\000\000\000\033\000\000\000\004\000\000\000\160\162\152\000\010\000\000\000\033\000\000\000\020\000\000\000\050\146\157\162\040\147\145\156\145\162\141\164\157\162\051\000\022\000\000\000\033\000\000\000\014\000\000\000\050\146\157\162\040\163\164\141\164\145\051\000\022\000\000\000\033\000\000\000\016\000\000\000\050\146\157\162\040\143\157\156\164\162\157\154\051\000\022\000\000\000\033\000\000\000\002\000\000\000\137\000\023\000\000\000\031\000\000\000\005\000\000\000\156\141\155\145\000\023\000\000\000\031\000\000\000\020\000\000\000\050\146\157\162\040\147\145\156\145\162\141\164\157\162\051\000\042\000\000\000\064\000\000\000\014\000\000\000\050\146\157\162\040\163\164\141\164\145\051\000\042\000\000\000\064\000\000\000\016\000\000\000\050\146\157\162\040\143\157\156\164\162\157\154\051\000\042\000\000\000\064\000\000\000\002\000\000\000\137\000\043\000\000\000\062\000\000\000\004\000\000\000\163\154\156\000\043\000\000\000\062\000\000\000\020\000\000\000\050\146\157\162\040\147\145\156\145\162\141\164\157\162\051\000\046\000\000\000\062\000\000\000\014\000\000\000\050\146\157\162\040\163\164\141\164\145\051\000\046\000\000\000\062\000\000\000\016\000\000\000\050\146\157\162\040\143\157\156\164\162\157\154\051\000\046\000\000\000\062\000\000\000\002\000\000\000\137\000\047\000\000\000\060\000\000\000\004\000\000\000\160\162\152\000\047\000\000\000\060\000\000\000\020\000\000\000\050\146\157\162\040\147\145\156\145\162\141\164\157\162\051\000\052\000\000\000\060\000\000\000\014\000\000\000\050\146\157\162\040\163\164\141\164\145\051\000\052\000\000\000\060\000\000\000\016\000\000\000\050\146\157\162\040\143\157\156\164\162\157\154\051\000\052\000\000\000\060\000\000\000\002\000\000\000\137\000\053\000\000\000\056\000\000\000\004\000\000\000\143\146\147\000\053\000\000\000\056\000\000\000\002\000\000\000\023\000\000\000\142\165\151\154\144\160\162\157\152\145\143\164\143\157\156\146\151\147\000\015\000\000\000\142\165\151\154\144\164\141\162\147\145\164\163\000\041\000\000\000\015\000\000\000\017\000\000\000\020\000\000\000\021\000\000\000\025\000\000\000\027\000\000\000\030\000\000\000\041\000\000\000\056\000\000\000\041\000\000\000\067\000\000\000\077\000\000\000\067\000\000\000\107\000\000\000\125\000\000\000\107\000\000\000\135\000\000\000\156\000\000\000\135\000\000\000\202\000\000\000\202\000\000\000\243\000\000\000\243\000\000\000\343\000\000\000\343\000\000\000\343\000\000\000\047\001\000\000\062\001\000\000\106\001\000\000\106\001\000\000\106\001\000\000\062\001\000\000\106\001\000\000\006\000\000\000\007\000\000\000\156\157\143\157\160\171\000\004\000\000\000\040\000\000\000\010\000\000\000\156\157\146\151\170\165\160\000\007\000\000\000\040\000\000\000\013\000\000\000\143\157\160\171\146\151\145\154\144\163\000\025\000\000\000\040\000\000\000\014\000\000\000\142\165\151\154\144\143\157\156\146\151\147\000\027\000\000\000\040\000\000\000\023\000\000\000\142\165\151\154\144\160\162\157\152\145\143\164\143\157\156\146\151\147\000\032\000\000\000\040\000\000\000\015\000\000\000\142\165\151\154\144\164\141\162\147\145\164\163\000\033\000\000\000\040\000\000\000\000\000\000\000",
- "\033\114\165\141\121\000\001\004\004\004\010\000\022\000\000\000\100\163\162\143\057\142\141\163\145\057\141\160\151\056\154\165\141\000\000\000\000\000\000\000\000\000\000\000\002\032\341\000\000\000\005\000\000\000\112\100\006\000\212\200\000\000\211\000\301\201\211\200\301\202\111\200\000\201\212\300\000\000\211\000\302\201\211\100\302\202\312\000\000\002\001\301\002\000\101\001\003\000\201\101\003\000\301\201\003\000\342\100\000\002\211\300\000\205\111\200\200\203\212\200\000\000\211\000\304\201\211\100\302\202\111\200\200\207\212\200\000\000\211\000\304\201\211\200\304\202\111\200\200\210\212\200\000\000\211\000\304\201\211\100\302\202\111\200\200\211\212\200\000\000\211\100\305\201\211\100\302\202\111\200\000\212\212\200\000\000\211\100\305\201\211\100\302\202\111\200\000\213\212\000\001\000\211\000\304\201\211\100\302\202\211\100\106\214\312\000\200\011\001\201\006\000\101\301\006\000\201\001\007\000\301\101\007\000\001\202\007\000\101\302\007\000\201\002\010\000\301\102\010\000\001\203\010\000\101\303\010\000\201\003\011\000\301\103\011\000\001\204\011\000\101\304\011\000\201\004\012\000\301\104\012\000\001\205\012\000\101\305\012\000\201\005\013\000\301\105\013\000\001\206\013\000\101\306\013\000\342\100\000\013\211\300\000\205\111\200\200\213\212\200\000\000\211\000\301\201\211\100\302\202\111\200\000\230\212\200\000\000\211\000\302\201\211\100\302\202\111\200\200\230\212\200\000\000\211\000\302\201\211\100\302\202\111\200\000\231\212\200\000\000\211\000\302\201\211\100\302\202\111\200\200\231\212\200\000\000\211\100\315\201\211\100\302\202\111\200\000\232\212\300\000\000\211\000\302\201\211\100\302\202\312\000\000\002\001\201\015\000\101\301\015\000\201\001\016\000\301\101\016\000\342\100\000\002\211\300\000\205\111\200\200\201\212\300\000\000\211\000\302\201\211\200\301\202\312\000\200\001\001\301\016\000\101\001\017\000\201\101\017\000\342\100\200\001\211\300\000\205\111\200\000\235\212\200\000\000\211\100\315\201\211\100\302\202\111\200\000\237\212\200\000\000\211\000\304\201\211\100\302\202\111\200\200\237\212\200\000\000\211\000\304\201\211\100\302\202\111\200\000\240\212\200\000\000\211\000\301\201\211\200\301\202\111\200\200\240\212\200\000\000\211\000\301\201\211\100\302\202\111\200\000\241\212\200\000\000\211\000\301\201\211\100\302\202\111\200\200\241\212\200\000\000\211\000\301\201\211\100\302\202\111\200\000\242\212\200\000\000\211\000\304\201\211\100\302\202\111\200\200\242\212\200\000\000\211\000\304\201\211\100\302\202\111\200\000\243\212\200\000\000\211\000\304\201\211\100\302\202\111\200\200\243\212\200\000\000\211\000\304\201\211\100\302\202\111\200\000\244\212\200\000\000\211\100\315\201\211\100\302\202\111\200\200\244\212\200\000\000\211\000\304\201\211\100\302\202\111\200\000\245\212\200\000\000\211\000\301\201\211\100\302\202\111\200\200\245\212\200\000\000\211\000\302\201\211\100\302\202\111\200\000\246\212\200\000\000\211\000\302\201\211\100\302\202\111\200\200\246\212\200\000\000\211\000\302\201\211\100\302\202\111\200\000\247\212\300\000\000\211\000\302\201\211\200\301\202\344\000\000\000\211\300\000\205\111\200\200\247\011\100\200\200\044\100\000\000\105\000\000\000\244\200\000\000\111\200\000\250\105\000\000\000\244\300\000\000\000\000\000\000\111\200\200\250\144\000\001\000\205\000\000\000\344\100\001\000\000\000\200\000\211\300\000\251\205\000\000\000\344\200\001\000\000\000\200\000\211\300\200\251\205\000\000\000\344\300\001\000\000\000\000\000\211\300\000\252\244\000\002\000\305\100\025\000\005\001\000\000\006\101\100\002\334\000\001\001\026\100\001\200\005\202\025\000\144\102\002\000\000\000\000\001\000\000\000\003\011\102\002\003\243\001\000\000\341\200\000\000\026\300\375\177\344\200\002\000\307\300\025\000\344\300\002\000\307\000\026\000\344\000\003\000\307\200\004\000\036\000\200\000\131\000\000\000\004\010\000\000\000\160\162\145\155\141\153\145\000\004\007\000\000\000\146\151\145\154\144\163\000\004\010\000\000\000\142\141\163\145\144\151\162\000\004\005\000\000\000\153\151\156\144\000\004\005\000\000\000\160\141\164\150\000\004\006\000\000\000\163\143\157\160\145\000\004\012\000\000\000\143\157\156\164\141\151\156\145\162\000\004\014\000\000\000\142\165\151\154\144\141\143\164\151\157\156\000\004\007\000\000\000\163\164\162\151\156\147\000\004\007\000\000\000\143\157\156\146\151\147\000\004\010\000\000\000\141\154\154\157\167\145\144\000\004\010\000\000\000\103\157\155\160\151\154\145\000\004\005\000\000\000\103\157\160\171\000\004\006\000\000\000\105\155\142\145\144\000\004\005\000\000\000\116\157\156\145\000\004\015\000\000\000\142\165\151\154\144\157\160\164\151\157\156\163\000\004\005\000\000\000\154\151\163\164\000\004\017\000\000\000\143\157\156\146\151\147\165\162\141\164\151\157\156\163\000\004\011\000\000\000\163\157\154\165\164\151\157\156\000\004\010\000\000\000\144\145\146\151\156\145\163\000\004\011\000\000\000\145\170\143\154\165\144\145\163\000\004\011\000\000\000\146\151\154\145\154\151\163\164\000\004\006\000\000\000\146\151\154\145\163\000\004\006\000\000\000\146\154\141\147\163\000\004\010\000\000\000\151\163\146\154\141\147\163\000\001\001\004\016\000\000\000\105\170\164\162\141\127\141\162\156\151\156\147\163\000\004\016\000\000\000\106\141\164\141\154\127\141\162\156\151\156\147\163\000\004\010\000\000\000\115\141\156\141\147\145\144\000\004\014\000\000\000\116\141\164\151\166\145\127\103\150\141\162\000\004\016\000\000\000\116\157\066\064\102\151\164\103\150\145\143\153\163\000\004\022\000\000\000\116\157\105\144\151\164\101\156\144\103\157\156\164\151\156\165\145\000\004\015\000\000\000\116\157\105\170\143\145\160\164\151\157\156\163\000\004\017\000\000\000\116\157\106\162\141\155\145\120\157\151\156\164\145\162\000\004\014\000\000\000\116\157\111\155\160\157\162\164\114\151\142\000\004\013\000\000\000\116\157\115\141\156\151\146\145\163\164\000\004\016\000\000\000\116\157\116\141\164\151\166\145\127\103\150\141\162\000\004\006\000\000\000\116\157\120\103\110\000\004\007\000\000\000\116\157\122\124\124\111\000\004\011\000\000\000\117\160\164\151\155\151\172\145\000\004\015\000\000\000\117\160\164\151\155\151\172\145\123\151\172\145\000\004\016\000\000\000\117\160\164\151\155\151\172\145\123\160\145\145\144\000\004\004\000\000\000\123\105\110\000\004\016\000\000\000\123\164\141\164\151\143\122\165\156\164\151\155\145\000\004\010\000\000\000\123\171\155\142\157\154\163\000\004\010\000\000\000\125\156\151\143\157\144\145\000\004\007\000\000\000\125\156\163\141\146\145\000\004\010\000\000\000\127\151\156\115\141\151\156\000\004\012\000\000\000\151\155\160\154\151\142\144\151\162\000\004\020\000\000\000\151\155\160\154\151\142\145\170\164\145\156\163\151\157\156\000\004\013\000\000\000\151\155\160\154\151\142\156\141\155\145\000\004\015\000\000\000\151\155\160\154\151\142\160\162\145\146\151\170\000\004\014\000\000\000\151\156\143\154\165\144\145\144\151\162\163\000\004\010\000\000\000\144\151\162\154\151\163\164\000\004\013\000\000\000\103\157\156\163\157\154\145\101\160\160\000\004\014\000\000\000\127\151\156\144\157\167\145\144\101\160\160\000\004\012\000\000\000\123\164\141\164\151\143\114\151\142\000\004\012\000\000\000\123\150\141\162\145\144\114\151\142\000\004\011\000\000\000\154\141\156\147\165\141\147\145\000\004\002\000\000\000\103\000\004\004\000\000\000\103\053\053\000\004\003\000\000\000\103\043\000\004\010\000\000\000\154\151\142\144\151\162\163\000\004\014\000\000\000\154\151\156\153\157\160\164\151\157\156\163\000\004\006\000\000\000\154\151\156\153\163\000\004\011\000\000\000\154\157\143\141\164\151\157\156\000\004\007\000\000\000\157\142\152\144\151\162\000\004\012\000\000\000\160\143\150\150\145\141\144\145\162\000\004\012\000\000\000\160\143\150\163\157\165\162\143\145\000\004\021\000\000\000\160\162\145\142\165\151\154\144\143\157\155\155\141\156\144\163\000\004\020\000\000\000\160\162\145\154\151\156\153\143\157\155\155\141\156\144\163\000\004\022\000\000\000\160\157\163\164\142\165\151\154\144\143\157\155\155\141\156\144\163\000\004\013\000\000\000\162\145\163\144\145\146\151\156\145\163\000\004\017\000\000\000\162\145\163\151\156\143\154\165\144\145\144\151\162\163\000\004\013\000\000\000\162\145\163\157\160\164\151\157\156\163\000\004\012\000\000\000\164\141\162\147\145\164\144\151\162\000\004\020\000\000\000\164\141\162\147\145\164\145\170\164\145\156\163\151\157\156\000\004\013\000\000\000\164\141\162\147\145\164\156\141\155\145\000\004\015\000\000\000\164\141\162\147\145\164\160\162\145\146\151\170\000\004\005\000\000\000\165\165\151\144\000\004\012\000\000\000\147\145\164\157\142\152\145\143\164\000\004\011\000\000\000\163\145\164\141\162\162\141\171\000\004\014\000\000\000\163\145\164\144\151\162\141\162\162\141\171\000\004\015\000\000\000\163\145\164\146\151\154\145\141\162\162\141\171\000\004\012\000\000\000\163\145\164\163\164\162\151\156\147\000\004\006\000\000\000\160\141\151\162\163\000\004\003\000\000\000\137\107\000\004\016\000\000\000\143\157\156\146\151\147\165\162\141\164\151\157\156\000\004\010\000\000\000\160\162\157\152\145\143\164\000\015\000\000\000\000\000\000\000\375\000\000\000\014\001\000\000\000\001\000\012\071\000\000\000\102\000\200\000\224\000\000\000\127\000\100\001\026\000\000\200\102\000\000\000\201\100\000\000\301\000\000\000\001\101\000\000\240\100\002\200\213\201\100\000\000\002\200\002\100\002\200\002\234\201\000\002\313\301\100\003\101\002\001\000\334\201\200\001\332\101\000\000\026\000\000\200\102\000\000\000\237\000\375\177\213\200\100\000\001\101\001\000\101\101\001\000\234\200\000\002\127\200\101\001\026\000\000\200\102\000\000\000\213\200\100\000\001\301\001\000\101\301\001\000\234\200\000\002\127\200\101\001\026\000\000\200\102\000\000\000\213\200\100\000\001\001\002\000\101\001\002\000\234\200\000\002\127\200\101\001\026\000\000\200\102\000\000\000\213\200\100\000\001\101\002\000\101\101\002\000\234\200\000\002\127\200\101\001\026\000\000\200\102\000\000\000\132\100\000\000\026\200\000\200\203\000\000\001\301\200\002\000\236\000\200\001\213\300\102\000\235\000\000\001\236\000\000\000\036\000\200\000\014\000\000\000\003\000\000\000\000\000\000\102\100\003\000\000\000\000\000\000\360\077\004\004\000\000\000\163\165\142\000\004\005\000\000\000\146\151\156\144\000\004\032\000\000\000\133\101\102\103\104\105\106\141\142\143\144\145\146\060\061\062\063\064\065\066\067\070\071\055\135\000\003\000\000\000\000\000\000\042\100\004\002\000\000\000\055\000\003\000\000\000\000\000\000\054\100\003\000\000\000\000\000\000\063\100\003\000\000\000\000\000\000\070\100\004\015\000\000\000\151\156\166\141\154\151\144\040\125\125\111\104\000\004\006\000\000\000\165\160\160\145\162\000\000\000\000\000\071\000\000\000\376\000\000\000\377\000\000\000\377\000\000\000\377\000\000\000\377\000\000\000\000\001\000\000\000\001\000\000\000\001\000\000\000\001\000\000\001\001\000\000\001\001\000\000\001\001\000\000\001\001\000\000\002\001\000\000\002\001\000\000\002\001\000\000\002\001\000\000\002\001\000\000\002\001\000\000\000\001\000\000\004\001\000\000\004\001\000\000\004\001\000\000\004\001\000\000\004\001\000\000\004\001\000\000\004\001\000\000\005\001\000\000\005\001\000\000\005\001\000\000\005\001\000\000\005\001\000\000\005\001\000\000\005\001\000\000\006\001\000\000\006\001\000\000\006\001\000\000\006\001\000\000\006\001\000\000\006\001\000\000\006\001\000\000\007\001\000\000\007\001\000\000\007\001\000\000\007\001\000\000\007\001\000\000\007\001\000\000\007\001\000\000\010\001\000\000\010\001\000\000\011\001\000\000\011\001\000\000\011\001\000\000\013\001\000\000\013\001\000\000\013\001\000\000\014\001\000\000\007\000\000\000\006\000\000\000\166\141\154\165\145\000\000\000\000\000\070\000\000\000\003\000\000\000\157\153\000\001\000\000\000\070\000\000\000\014\000\000\000\050\146\157\162\040\151\156\144\145\170\051\000\010\000\000\000\024\000\000\000\014\000\000\000\050\146\157\162\040\154\151\155\151\164\051\000\010\000\000\000\024\000\000\000\013\000\000\000\050\146\157\162\040\163\164\145\160\051\000\010\000\000\000\024\000\000\000\002\000\000\000\151\000\011\000\000\000\023\000\000\000\003\000\000\000\143\150\000\015\000\000\000\023\000\000\000\000\000\000\000\000\000\000\000\036\001\000\000\055\001\000\000\000\002\000\012\042\000\000\000\132\000\000\000\026\100\007\200\205\000\000\000\300\000\200\000\234\200\000\001\027\100\100\001\026\000\001\200\200\000\200\000\300\000\000\000\235\000\000\001\236\000\000\000\026\000\005\200\205\200\000\000\300\000\200\000\234\000\001\001\026\200\001\200\313\301\100\000\334\201\000\001\013\302\100\003\034\202\000\001\027\000\202\003\026\000\000\200\236\001\000\001\241\200\000\000\026\200\375\177\203\000\000\001\301\000\001\000\000\001\000\000\101\101\001\000\325\100\201\001\236\000\200\001\026\000\000\200\036\000\000\001\036\000\200\000\006\000\000\000\004\005\000\000\000\164\171\160\145\000\004\011\000\000\000\146\165\156\143\164\151\157\156\000\004\007\000\000\000\151\160\141\151\162\163\000\004\006\000\000\000\154\157\167\145\162\000\004\020\000\000\000\151\156\166\141\154\151\144\040\166\141\154\165\145\040\047\000\004\002\000\000\000\047\000\000\000\000\000\042\000\000\000\037\001\000\000\037\001\000\000\040\001\000\000\040\001\000\000\040\001\000\000\040\001\000\000\040\001\000\000\041\001\000\000\041\001\000\000\041\001\000\000\041\001\000\000\041\001\000\000\043\001\000\000\043\001\000\000\043\001\000\000\043\001\000\000\044\001\000\000\044\001\000\000\044\001\000\000\044\001\000\000\044\001\000\000\044\001\000\000\045\001\000\000\043\001\000\000\046\001\000\000\050\001\000\000\050\001\000\000\050\001\000\000\050\001\000\000\050\001\000\000\050\001\000\000\051\001\000\000\053\001\000\000\055\001\000\000\007\000\000\000\006\000\000\000\166\141\154\165\145\000\000\000\000\000\041\000\000\000\010\000\000\000\141\154\154\157\167\145\144\000\000\000\000\000\041\000\000\000\020\000\000\000\050\146\157\162\040\147\145\156\145\162\141\164\157\162\051\000\017\000\000\000\031\000\000\000\014\000\000\000\050\146\157\162\040\163\164\141\164\145\051\000\017\000\000\000\031\000\000\000\016\000\000\000\050\146\157\162\040\143\157\156\164\162\157\154\051\000\017\000\000\000\031\000\000\000\002\000\000\000\137\000\020\000\000\000\027\000\000\000\002\000\000\000\166\000\020\000\000\000\027\000\000\000\000\000\000\000\000\000\000\000\070\001\000\000\121\001\000\000\000\001\000\005\041\000\000\000\127\000\100\000\026\100\000\200\027\100\100\000\026\200\000\200\205\200\000\000\106\300\100\001\026\100\000\200\205\200\000\000\106\000\101\001\027\100\100\000\026\100\001\200\205\100\001\000\300\000\200\000\234\200\000\001\127\100\100\001\026\000\000\200\103\000\200\000\203\000\000\001\132\100\000\000\026\000\002\200\027\000\100\000\026\100\000\200\201\200\001\000\026\000\001\200\027\100\100\000\026\100\000\200\201\300\001\000\026\000\000\200\201\000\002\000\300\000\200\000\000\001\000\001\336\000\200\001\036\000\200\000\011\000\000\000\004\012\000\000\000\143\157\156\164\141\151\156\145\162\000\004\011\000\000\000\163\157\154\165\164\151\157\156\000\004\010\000\000\000\160\162\145\155\141\153\145\000\004\021\000\000\000\103\165\162\162\145\156\164\103\157\156\164\141\151\156\145\162\000\004\025\000\000\000\103\165\162\162\145\156\164\103\157\156\146\151\147\165\162\141\164\151\157\156\000\004\005\000\000\000\164\171\160\145\000\004\036\000\000\000\156\157\040\141\143\164\151\166\145\040\163\157\154\165\164\151\157\156\040\157\162\040\160\162\157\152\145\143\164\000\004\023\000\000\000\156\157\040\141\143\164\151\166\145\040\163\157\154\165\164\151\157\156\000\004\056\000\000\000\156\157\040\141\143\164\151\166\145\040\163\157\154\165\164\151\157\156\054\040\160\162\157\152\145\143\164\054\040\157\162\040\143\157\156\146\151\147\165\162\141\164\151\157\156\000\000\000\000\000\041\000\000\000\073\001\000\000\073\001\000\000\073\001\000\000\073\001\000\000\074\001\000\000\074\001\000\000\074\001\000\000\076\001\000\000\076\001\000\000\101\001\000\000\101\001\000\000\101\001\000\000\101\001\000\000\101\001\000\000\101\001\000\000\101\001\000\000\102\001\000\000\105\001\000\000\106\001\000\000\106\001\000\000\107\001\000\000\107\001\000\000\110\001\000\000\110\001\000\000\111\001\000\000\111\001\000\000\112\001\000\000\112\001\000\000\114\001\000\000\120\001\000\000\120\001\000\000\120\001\000\000\121\001\000\000\003\000\000\000\002\000\000\000\164\000\000\000\000\000\040\000\000\000\012\000\000\000\143\157\156\164\141\151\156\145\162\000\000\000\000\000\040\000\000\000\004\000\000\000\155\163\147\000\022\000\000\000\040\000\000\000\000\000\000\000\000\000\000\000\132\001\000\000\167\001\000\000\001\004\000\012\037\000\000\000\005\001\000\000\006\101\100\002\100\001\000\000\034\301\000\001\032\101\000\000\026\300\000\200\205\201\000\000\300\001\200\002\001\302\000\000\234\101\200\001\206\101\000\002\232\101\000\000\026\100\000\200\212\001\000\000\011\201\201\000\244\001\000\000\000\000\000\003\000\000\200\002\004\000\000\000\000\000\200\001\000\000\000\002\000\000\200\000\232\000\000\000\026\300\000\200\300\001\000\003\000\002\000\001\101\002\001\000\334\101\200\001\306\101\000\002\336\001\000\001\036\000\200\000\005\000\000\000\004\010\000\000\000\160\162\145\155\141\153\145\000\004\012\000\000\000\147\145\164\157\142\152\145\143\164\000\004\006\000\000\000\145\162\162\157\162\000\003\000\000\000\000\000\000\010\100\003\000\000\000\000\000\000\024\100\001\000\000\000\000\000\000\000\144\001\000\000\160\001\000\000\006\002\000\012\044\000\000\000\205\000\000\000\300\000\000\000\234\200\000\001\027\100\100\001\026\200\002\200\205\200\000\000\300\000\000\000\234\000\001\001\026\300\000\200\304\001\000\000\000\002\000\003\114\302\300\000\334\101\200\001\241\200\000\000\026\100\376\177\026\200\004\200\204\000\000\001\300\000\000\000\004\001\200\001\234\300\200\001\310\000\200\000\000\000\000\001\032\100\000\000\026\300\000\200\205\000\001\000\304\000\200\000\000\001\200\000\234\100\200\001\205\100\000\000\206\100\101\001\304\000\000\002\004\001\200\002\306\000\201\001\000\001\000\000\234\100\200\001\036\000\200\000\006\000\000\000\004\005\000\000\000\164\171\160\145\000\004\006\000\000\000\164\141\142\154\145\000\004\007\000\000\000\151\160\141\151\162\163\000\003\000\000\000\000\000\000\360\077\004\006\000\000\000\145\162\162\157\162\000\004\007\000\000\000\151\156\163\145\162\164\000\000\000\000\000\044\000\000\000\145\001\000\000\145\001\000\000\145\001\000\000\145\001\000\000\145\001\000\000\146\001\000\000\146\001\000\000\146\001\000\000\146\001\000\000\147\001\000\000\147\001\000\000\147\001\000\000\147\001\000\000\146\001\000\000\147\001\000\000\150\001\000\000\152\001\000\000\152\001\000\000\152\001\000\000\152\001\000\000\152\001\000\000\152\001\000\000\153\001\000\000\153\001\000\000\154\001\000\000\154\001\000\000\154\001\000\000\154\001\000\000\156\001\000\000\156\001\000\000\156\001\000\000\156\001\000\000\156\001\000\000\156\001\000\000\156\001\000\000\160\001\000\000\007\000\000\000\006\000\000\000\166\141\154\165\145\000\000\000\000\000\043\000\000\000\006\000\000\000\144\145\160\164\150\000\000\000\000\000\043\000\000\000\020\000\000\000\050\146\157\162\040\147\145\156\145\162\141\164\157\162\051\000\010\000\000\000\017\000\000\000\014\000\000\000\050\146\157\162\040\163\164\141\164\145\051\000\010\000\000\000\017\000\000\000\016\000\000\000\050\146\157\162\040\143\157\156\164\162\157\154\051\000\010\000\000\000\017\000\000\000\002\000\000\000\137\000\011\000\000\000\015\000\000\000\002\000\000\000\166\000\011\000\000\000\015\000\000\000\006\000\000\000\011\000\000\000\144\157\151\156\163\145\162\164\000\004\000\000\000\145\162\162\000\013\000\000\000\143\150\145\143\153\166\141\154\165\145\000\010\000\000\000\141\154\154\157\167\145\144\000\012\000\000\000\143\157\156\164\141\151\156\145\162\000\012\000\000\000\146\151\145\154\144\156\141\155\145\000\037\000\000\000\133\001\000\000\133\001\000\000\133\001\000\000\133\001\000\000\134\001\000\000\134\001\000\000\135\001\000\000\135\001\000\000\135\001\000\000\135\001\000\000\140\001\000\000\140\001\000\000\140\001\000\000\141\001\000\000\141\001\000\000\160\001\000\000\160\001\000\000\160\001\000\000\160\001\000\000\160\001\000\000\160\001\000\000\160\001\000\000\162\001\000\000\162\001\000\000\163\001\000\000\163\001\000\000\163\001\000\000\163\001\000\000\166\001\000\000\166\001\000\000\167\001\000\000\007\000\000\000\006\000\000\000\143\164\171\160\145\000\000\000\000\000\036\000\000\000\012\000\000\000\146\151\145\154\144\156\141\155\145\000\000\000\000\000\036\000\000\000\006\000\000\000\166\141\154\165\145\000\000\000\000\000\036\000\000\000\010\000\000\000\141\154\154\157\167\145\144\000\000\000\000\000\036\000\000\000\012\000\000\000\143\157\156\164\141\151\156\145\162\000\004\000\000\000\036\000\000\000\004\000\000\000\145\162\162\000\004\000\000\000\036\000\000\000\011\000\000\000\144\157\151\156\163\145\162\164\000\026\000\000\000\036\000\000\000\001\000\000\000\013\000\000\000\143\150\145\143\153\166\141\154\165\145\000\000\000\000\000\201\001\000\000\224\001\000\000\000\004\000\011\020\000\000\000\012\001\000\000\144\001\000\000\000\000\200\001\000\000\000\002\107\001\000\000\105\001\000\000\200\001\000\001\134\101\000\001\105\101\000\000\106\201\300\002\200\001\000\000\300\001\200\000\000\002\000\002\135\001\000\002\136\001\000\000\036\000\200\000\003\000\000\000\004\015\000\000\000\155\141\153\145\141\142\163\157\154\165\164\145\000\004\010\000\000\000\160\162\145\155\141\153\145\000\004\011\000\000\000\163\145\164\141\162\162\141\171\000\001\000\000\000\000\000\000\000\204\001\000\000\220\001\000\000\002\001\000\010\043\000\000\000\105\000\000\000\200\000\000\000\134\200\000\001\027\100\300\000\026\100\002\200\105\200\000\000\200\000\000\000\134\000\001\001\026\200\000\200\205\301\000\000\300\001\200\002\234\101\000\001\141\200\000\000\026\200\376\177\026\200\004\200\113\000\101\000\301\100\001\000\134\200\200\001\132\000\000\000\026\100\001\200\105\300\000\000\204\000\000\000\300\000\000\000\234\000\000\001\134\100\000\000\026\300\001\200\105\100\000\000\106\200\301\000\204\000\200\000\305\300\001\000\306\000\302\001\000\001\000\000\334\000\000\001\134\100\000\000\036\000\200\000\011\000\000\000\004\005\000\000\000\164\171\160\145\000\004\006\000\000\000\164\141\142\154\145\000\004\007\000\000\000\151\160\141\151\162\163\000\004\015\000\000\000\155\141\153\145\141\142\163\157\154\165\164\145\000\004\005\000\000\000\146\151\156\144\000\004\002\000\000\000\052\000\004\007\000\000\000\151\156\163\145\162\164\000\004\005\000\000\000\160\141\164\150\000\004\014\000\000\000\147\145\164\141\142\163\157\154\165\164\145\000\000\000\000\000\043\000\000\000\205\001\000\000\205\001\000\000\205\001\000\000\205\001\000\000\205\001\000\000\206\001\000\000\206\001\000\000\206\001\000\000\206\001\000\000\207\001\000\000\207\001\000\000\207\001\000\000\206\001\000\000\207\001\000\000\210\001\000\000\212\001\000\000\212\001\000\000\212\001\000\000\212\001\000\000\212\001\000\000\213\001\000\000\213\001\000\000\213\001\000\000\213\001\000\000\213\001\000\000\213\001\000\000\215\001\000\000\215\001\000\000\215\001\000\000\215\001\000\000\215\001\000\000\215\001\000\000\215\001\000\000\215\001\000\000\220\001\000\000\006\000\000\000\006\000\000\000\166\141\154\165\145\000\000\000\000\000\042\000\000\000\020\000\000\000\050\146\157\162\040\147\145\156\145\162\141\164\157\162\051\000\010\000\000\000\016\000\000\000\014\000\000\000\050\146\157\162\040\163\164\141\164\145\051\000\010\000\000\000\016\000\000\000\016\000\000\000\050\146\157\162\040\143\157\156\164\162\157\154\051\000\010\000\000\000\016\000\000\000\002\000\000\000\137\000\011\000\000\000\014\000\000\000\005\000\000\000\151\164\145\155\000\011\000\000\000\014\000\000\000\002\000\000\000\012\000\000\000\155\141\164\143\150\146\165\156\143\000\007\000\000\000\162\145\163\165\154\164\000\020\000\000\000\202\001\000\000\220\001\000\000\220\001\000\000\220\001\000\000\204\001\000\000\222\001\000\000\222\001\000\000\222\001\000\000\223\001\000\000\223\001\000\000\223\001\000\000\223\001\000\000\223\001\000\000\223\001\000\000\223\001\000\000\224\001\000\000\005\000\000\000\006\000\000\000\143\164\171\160\145\000\000\000\000\000\017\000\000\000\012\000\000\000\146\151\145\154\144\156\141\155\145\000\000\000\000\000\017\000\000\000\006\000\000\000\166\141\154\165\145\000\000\000\000\000\017\000\000\000\012\000\000\000\155\141\164\143\150\146\165\156\143\000\000\000\000\000\017\000\000\000\007\000\000\000\162\145\163\165\154\164\000\001\000\000\000\017\000\000\000\000\000\000\000\000\000\000\000\226\001\000\000\230\001\000\000\001\003\000\010\011\000\000\000\304\000\000\000\000\001\000\000\100\001\200\000\200\001\000\001\305\001\000\000\306\101\300\003\335\000\200\002\336\000\000\000\036\000\200\000\002\000\000\000\004\003\000\000\000\157\163\000\004\012\000\000\000\155\141\164\143\150\144\151\162\163\000\000\000\000\000\011\000\000\000\227\001\000\000\227\001\000\000\227\001\000\000\227\001\000\000\227\001\000\000\227\001\000\000\227\001\000\000\227\001\000\000\230\001\000\000\003\000\000\000\006\000\000\000\143\164\171\160\145\000\000\000\000\000\010\000\000\000\012\000\000\000\146\151\145\154\144\156\141\155\145\000\000\000\000\000\010\000\000\000\006\000\000\000\166\141\154\165\145\000\000\000\000\000\010\000\000\000\001\000\000\000\017\000\000\000\144\157\155\141\164\143\150\145\144\141\162\162\141\171\000\000\000\000\000\232\001\000\000\234\001\000\000\001\003\000\010\011\000\000\000\304\000\000\000\000\001\000\000\100\001\200\000\200\001\000\001\305\001\000\000\306\101\300\003\335\000\200\002\336\000\000\000\036\000\200\000\002\000\000\000\004\003\000\000\000\157\163\000\004\013\000\000\000\155\141\164\143\150\146\151\154\145\163\000\000\000\000\000\011\000\000\000\233\001\000\000\233\001\000\000\233\001\000\000\233\001\000\000\233\001\000\000\233\001\000\000\233\001\000\000\233\001\000\000\234\001\000\000\003\000\000\000\006\000\000\000\143\164\171\160\145\000\000\000\000\000\010\000\000\000\012\000\000\000\146\151\145\154\144\156\141\155\145\000\000\000\000\000\010\000\000\000\006\000\000\000\166\141\154\165\145\000\000\000\000\000\010\000\000\000\001\000\000\000\017\000\000\000\144\157\155\141\164\143\150\145\144\141\162\162\141\171\000\000\000\000\000\245\001\000\000\267\001\000\000\001\004\000\011\034\000\000\000\005\001\000\000\006\101\100\002\100\001\000\000\034\301\000\001\032\101\000\000\026\300\000\200\205\201\000\000\300\001\200\002\001\302\000\000\234\101\200\001\232\000\000\000\026\000\003\200\204\001\000\000\300\001\000\001\000\002\200\001\234\301\200\001\100\001\200\003\200\000\000\003\232\100\000\000\026\300\000\200\205\201\000\000\300\001\200\002\001\302\000\000\234\101\200\001\011\201\200\000\206\101\000\002\236\001\000\001\036\000\200\000\004\000\000\000\004\010\000\000\000\160\162\145\155\141\153\145\000\004\012\000\000\000\147\145\164\157\142\152\145\143\164\000\004\006\000\000\000\145\162\162\157\162\000\003\000\000\000\000\000\000\020\100\000\000\000\000\034\000\000\000\247\001\000\000\247\001\000\000\247\001\000\000\247\001\000\000\250\001\000\000\250\001\000\000\251\001\000\000\251\001\000\000\251\001\000\000\251\001\000\000\255\001\000\000\255\001\000\000\256\001\000\000\256\001\000\000\256\001\000\000\256\001\000\000\256\001\000\000\256\001\000\000\257\001\000\000\257\001\000\000\260\001\000\000\260\001\000\000\260\001\000\000\260\001\000\000\263\001\000\000\266\001\000\000\266\001\000\000\267\001\000\000\006\000\000\000\006\000\000\000\143\164\171\160\145\000\000\000\000\000\033\000\000\000\012\000\000\000\146\151\145\154\144\156\141\155\145\000\000\000\000\000\033\000\000\000\006\000\000\000\166\141\154\165\145\000\000\000\000\000\033\000\000\000\010\000\000\000\141\154\154\157\167\145\144\000\000\000\000\000\033\000\000\000\012\000\000\000\143\157\156\164\141\151\156\145\162\000\004\000\000\000\033\000\000\000\004\000\000\000\145\162\162\000\004\000\000\000\033\000\000\000\001\000\000\000\013\000\000\000\143\150\145\143\153\166\141\154\165\145\000\000\000\000\000\277\001\000\000\317\001\000\000\000\002\000\012\103\000\000\000\205\000\000\000\206\100\100\001\206\000\000\001\206\200\100\001\305\000\000\000\306\100\300\001\306\000\200\001\306\300\300\001\005\001\000\000\006\101\100\002\006\001\000\002\006\001\101\002\027\100\101\001\026\000\002\200\105\001\000\000\106\201\301\002\200\001\200\001\300\001\000\000\000\002\200\000\100\002\000\002\135\001\200\002\136\001\000\000\026\200\012\200\027\300\101\001\026\200\002\200\105\001\000\000\106\201\301\002\200\001\200\001\300\001\000\000\005\302\001\000\006\002\102\004\100\002\200\000\034\002\000\001\135\001\000\000\136\001\000\000\026\100\007\200\027\100\102\001\026\000\002\200\105\001\000\000\106\201\302\002\200\001\200\001\300\001\000\000\000\002\200\000\100\002\000\002\135\001\200\002\136\001\000\000\026\200\004\200\027\300\102\001\026\300\001\200\105\001\000\000\106\001\303\002\200\001\200\001\300\001\000\000\000\002\200\000\135\001\000\002\136\001\000\000\026\000\002\200\027\100\103\001\026\200\001\200\105\001\000\000\106\201\303\002\200\001\200\001\300\001\000\000\000\002\200\000\135\001\000\002\136\001\000\000\036\000\200\000\017\000\000\000\004\010\000\000\000\160\162\145\155\141\153\145\000\004\007\000\000\000\146\151\145\154\144\163\000\004\005\000\000\000\153\151\156\144\000\004\006\000\000\000\163\143\157\160\145\000\004\010\000\000\000\141\154\154\157\167\145\144\000\004\007\000\000\000\163\164\162\151\156\147\000\004\012\000\000\000\163\145\164\163\164\162\151\156\147\000\004\005\000\000\000\160\141\164\150\000\004\014\000\000\000\147\145\164\141\142\163\157\154\165\164\145\000\004\005\000\000\000\154\151\163\164\000\004\011\000\000\000\163\145\164\141\162\162\141\171\000\004\010\000\000\000\144\151\162\154\151\163\164\000\004\014\000\000\000\163\145\164\144\151\162\141\162\162\141\171\000\004\011\000\000\000\146\151\154\145\154\151\163\164\000\004\015\000\000\000\163\145\164\146\151\154\145\141\162\162\141\171\000\000\000\000\000\103\000\000\000\300\001\000\000\300\001\000\000\300\001\000\000\300\001\000\000\301\001\000\000\301\001\000\000\301\001\000\000\301\001\000\000\302\001\000\000\302\001\000\000\302\001\000\000\302\001\000\000\304\001\000\000\304\001\000\000\305\001\000\000\305\001\000\000\305\001\000\000\305\001\000\000\305\001\000\000\305\001\000\000\305\001\000\000\305\001\000\000\305\001\000\000\306\001\000\000\306\001\000\000\307\001\000\000\307\001\000\000\307\001\000\000\307\001\000\000\307\001\000\000\307\001\000\000\307\001\000\000\307\001\000\000\307\001\000\000\307\001\000\000\307\001\000\000\310\001\000\000\310\001\000\000\311\001\000\000\311\001\000\000\311\001\000\000\311\001\000\000\311\001\000\000\311\001\000\000\311\001\000\000\311\001\000\000\311\001\000\000\312\001\000\000\312\001\000\000\313\001\000\000\313\001\000\000\313\001\000\000\313\001\000\000\313\001\000\000\313\001\000\000\313\001\000\000\313\001\000\000\314\001\000\000\314\001\000\000\315\001\000\000\315\001\000\000\315\001\000\000\315\001\000\000\315\001\000\000\315\001\000\000\315\001\000\000\317\001\000\000\005\000\000\000\005\000\000\000\156\141\155\145\000\000\000\000\000\102\000\000\000\006\000\000\000\166\141\154\165\145\000\000\000\000\000\102\000\000\000\005\000\000\000\153\151\156\144\000\004\000\000\000\102\000\000\000\006\000\000\000\163\143\157\160\145\000\010\000\000\000\102\000\000\000\010\000\000\000\141\154\154\157\167\145\144\000\014\000\000\000\102\000\000\000\000\000\000\000\000\000\000\000\330\001\000\000\332\001\000\000\002\001\000\004\006\000\000\000\104\000\000\000\204\000\200\000\300\000\000\000\135\000\200\001\136\000\000\000\036\000\200\000\000\000\000\000\000\000\000\000\006\000\000\000\331\001\000\000\331\001\000\000\331\001\000\000\331\001\000\000\331\001\000\000\332\001\000\000\001\000\000\000\006\000\000\000\166\141\154\165\145\000\000\000\000\000\005\000\000\000\002\000\000\000\011\000\000\000\141\143\143\145\163\163\157\162\000\005\000\000\000\156\141\155\145\000\000\000\000\000\343\001\000\000\010\002\000\000\000\001\000\016\143\000\000\000\105\000\000\000\106\100\300\000\201\200\000\000\134\300\000\001\132\100\000\000\026\300\000\200\305\300\000\000\000\001\000\001\101\001\001\000\334\100\200\001\312\000\000\000\005\101\001\000\006\201\101\002\106\301\301\000\200\001\200\001\034\101\200\001\005\001\000\000\011\301\000\204\012\001\000\000\311\000\201\204\005\201\002\000\105\101\001\000\106\301\302\002\212\001\000\000\300\001\000\000\134\001\200\001\034\001\001\000\026\300\001\200\105\102\001\000\106\202\301\004\206\102\302\001\305\002\000\000\306\002\303\005\000\003\000\004\334\002\000\001\134\102\000\000\041\201\000\000\026\100\375\177\006\101\103\000\032\001\000\000\026\000\012\200\005\201\002\000\105\101\001\000\106\301\302\002\212\001\000\000\306\101\103\000\134\001\200\001\034\001\001\000\026\200\007\200\113\202\103\004\301\302\003\000\001\003\004\000\134\202\000\002\000\002\200\004\113\102\104\004\301\202\004\000\003\003\000\006\102\003\200\000\134\202\200\002\132\002\000\000\026\100\001\200\113\202\103\004\301\302\004\000\001\003\005\000\134\202\000\002\000\002\200\004\026\000\001\200\113\202\103\004\301\102\005\000\001\203\005\000\134\202\000\002\000\002\200\004\105\102\001\000\106\202\301\004\206\102\302\001\301\302\005\000\000\003\000\004\101\003\006\000\325\102\203\005\134\102\200\001\041\201\000\000\026\200\367\177\005\101\006\000\105\001\000\000\106\201\306\002\034\001\001\001\026\300\001\200\106\302\106\004\127\000\307\004\026\000\001\200\106\302\106\004\127\100\307\004\026\100\000\200\112\002\000\000\311\100\202\003\041\201\000\000\026\100\375\177\336\000\000\001\036\000\200\000\036\000\000\000\004\010\000\000\000\160\162\145\155\141\153\145\000\004\012\000\000\000\147\145\164\157\142\152\145\143\164\000\004\012\000\000\000\143\157\156\164\141\151\156\145\162\000\004\006\000\000\000\145\162\162\157\162\000\003\000\000\000\000\000\000\000\100\004\006\000\000\000\164\141\142\154\145\000\004\007\000\000\000\151\156\163\145\162\164\000\004\007\000\000\000\142\154\157\143\153\163\000\004\025\000\000\000\103\165\162\162\145\156\164\103\157\156\146\151\147\165\162\141\164\151\157\156\000\004\011\000\000\000\153\145\171\167\157\162\144\163\000\004\007\000\000\000\151\160\141\151\162\163\000\004\005\000\000\000\152\157\151\156\000\004\016\000\000\000\145\163\143\141\160\145\153\145\171\167\157\162\144\000\004\006\000\000\000\146\151\154\145\163\000\004\005\000\000\000\147\163\165\142\000\004\003\000\000\000\045\056\000\004\004\000\000\000\045\045\056\000\004\005\000\000\000\146\151\156\144\000\004\003\000\000\000\052\052\000\004\005\000\000\000\045\052\045\052\000\004\003\000\000\000\056\052\000\004\003\000\000\000\045\052\000\004\006\000\000\000\133\136\057\135\052\000\004\002\000\000\000\136\000\004\002\000\000\000\044\000\004\006\000\000\000\160\141\151\162\163\000\004\007\000\000\000\146\151\145\154\144\163\000\004\005\000\000\000\153\151\156\144\000\004\007\000\000\000\163\164\162\151\156\147\000\004\005\000\000\000\160\141\164\150\000\000\000\000\000\143\000\000\000\344\001\000\000\344\001\000\000\344\001\000\000\344\001\000\000\345\001\000\000\345\001\000\000\346\001\000\000\346\001\000\000\346\001\000\000\346\001\000\000\351\001\000\000\352\001\000\000\352\001\000\000\352\001\000\000\352\001\000\000\352\001\000\000\353\001\000\000\353\001\000\000\356\001\000\000\356\001\000\000\357\001\000\000\357\001\000\000\357\001\000\000\357\001\000\000\357\001\000\000\357\001\000\000\357\001\000\000\357\001\000\000\360\001\000\000\360\001\000\000\360\001\000\000\360\001\000\000\360\001\000\000\360\001\000\000\360\001\000\000\360\001\000\000\357\001\000\000\360\001\000\000\364\001\000\000\364\001\000\000\364\001\000\000\365\001\000\000\365\001\000\000\365\001\000\000\365\001\000\000\365\001\000\000\365\001\000\000\365\001\000\000\365\001\000\000\366\001\000\000\366\001\000\000\366\001\000\000\366\001\000\000\366\001\000\000\367\001\000\000\367\001\000\000\367\001\000\000\367\001\000\000\367\001\000\000\367\001\000\000\367\001\000\000\370\001\000\000\370\001\000\000\370\001\000\000\370\001\000\000\370\001\000\000\370\001\000\000\372\001\000\000\372\001\000\000\372\001\000\000\372\001\000\000\372\001\000\000\374\001\000\000\374\001\000\000\374\001\000\000\374\001\000\000\374\001\000\000\374\001\000\000\374\001\000\000\374\001\000\000\365\001\000\000\374\001\000\000\001\002\000\000\001\002\000\000\001\002\000\000\001\002\000\000\001\002\000\000\002\002\000\000\002\002\000\000\002\002\000\000\002\002\000\000\002\002\000\000\002\002\000\000\003\002\000\000\003\002\000\000\001\002\000\000\004\002\000\000\007\002\000\000\010\002\000\000\023\000\000\000\011\000\000\000\153\145\171\167\157\162\144\163\000\000\000\000\000\142\000\000\000\012\000\000\000\143\157\156\164\141\151\156\145\162\000\004\000\000\000\142\000\000\000\004\000\000\000\145\162\162\000\004\000\000\000\142\000\000\000\004\000\000\000\143\146\147\000\013\000\000\000\142\000\000\000\020\000\000\000\050\146\157\162\040\147\145\156\145\162\141\164\157\162\051\000\033\000\000\000\046\000\000\000\014\000\000\000\050\146\157\162\040\163\164\141\164\145\051\000\033\000\000\000\046\000\000\000\016\000\000\000\050\146\157\162\040\143\157\156\164\162\157\154\051\000\033\000\000\000\046\000\000\000\002\000\000\000\137\000\034\000\000\000\044\000\000\000\005\000\000\000\167\157\162\144\000\034\000\000\000\044\000\000\000\020\000\000\000\050\146\157\162\040\147\145\156\145\162\141\164\157\162\051\000\060\000\000\000\122\000\000\000\014\000\000\000\050\146\157\162\040\163\164\141\164\145\051\000\060\000\000\000\122\000\000\000\016\000\000\000\050\146\157\162\040\143\157\156\164\162\157\154\051\000\060\000\000\000\122\000\000\000\002\000\000\000\137\000\061\000\000\000\120\000\000\000\010\000\000\000\160\141\164\164\145\162\156\000\061\000\000\000\120\000\000\000\020\000\000\000\050\146\157\162\040\147\145\156\145\162\141\164\157\162\051\000\126\000\000\000\141\000\000\000\014\000\000\000\050\146\157\162\040\163\164\141\164\145\051\000\126\000\000\000\141\000\000\000\016\000\000\000\050\146\157\162\040\143\157\156\164\162\157\154\051\000\126\000\000\000\141\000\000\000\005\000\000\000\156\141\155\145\000\127\000\000\000\137\000\000\000\006\000\000\000\146\151\145\154\144\000\127\000\000\000\137\000\000\000\000\000\000\000\000\000\000\000\013\002\000\000\070\002\000\000\000\001\000\006\117\000\000\000\032\000\000\000\026\000\017\200\103\000\200\000\205\000\000\000\305\100\000\000\306\200\300\001\234\200\000\001\027\300\100\001\026\300\000\200\205\100\000\000\206\200\100\001\106\000\101\001\026\100\000\200\205\100\000\000\106\200\100\001\205\000\000\000\300\000\200\000\234\200\000\001\127\000\101\001\026\300\000\200\205\100\001\000\301\200\001\000\001\301\001\000\234\100\200\001\205\100\000\000\306\000\302\000\306\000\200\001\211\300\000\201\205\100\000\000\206\200\100\001\232\100\000\000\026\200\007\200\212\000\000\000\305\100\000\000\311\200\000\201\305\100\002\000\306\200\302\001\006\001\302\000\100\001\000\001\334\100\200\001\306\000\302\000\311\200\000\000\305\300\002\000\000\001\000\001\112\101\000\000\111\301\100\206\334\100\200\001\211\100\000\202\211\000\200\206\305\300\003\000\306\000\304\001\334\200\200\000\211\300\000\207\306\200\103\001\211\300\200\210\305\300\003\000\306\200\304\001\334\200\200\000\211\300\000\211\312\000\000\000\211\300\200\211\312\000\000\000\211\300\000\212\105\000\000\000\205\100\000\000\206\200\100\001\134\200\000\001\027\300\300\000\026\200\001\200\105\100\005\000\212\000\000\000\134\100\000\001\105\100\000\000\106\200\300\000\136\000\000\001\026\100\000\200\103\000\200\000\136\000\000\001\036\000\200\000\026\000\000\000\004\005\000\000\000\164\171\160\145\000\004\010\000\000\000\160\162\145\155\141\153\145\000\004\021\000\000\000\103\165\162\162\145\156\164\103\157\156\164\141\151\156\145\162\000\004\010\000\000\000\160\162\157\152\145\143\164\000\004\011\000\000\000\163\157\154\165\164\151\157\156\000\004\006\000\000\000\145\162\162\157\162\000\004\023\000\000\000\156\157\040\141\143\164\151\166\145\040\163\157\154\165\164\151\157\156\000\003\000\000\000\000\000\000\000\100\004\011\000\000\000\160\162\157\152\145\143\164\163\000\004\006\000\000\000\164\141\142\154\145\000\004\007\000\000\000\151\156\163\145\162\164\000\004\015\000\000\000\163\145\164\155\145\164\141\164\141\142\154\145\000\004\007\000\000\000\137\137\164\171\160\145\000\004\005\000\000\000\156\141\155\145\000\004\010\000\000\000\142\141\163\145\144\151\162\000\004\003\000\000\000\157\163\000\004\007\000\000\000\147\145\164\143\167\144\000\004\011\000\000\000\154\157\143\141\164\151\157\156\000\004\005\000\000\000\165\165\151\144\000\004\007\000\000\000\146\151\154\164\145\162\000\004\007\000\000\000\142\154\157\143\153\163\000\004\016\000\000\000\143\157\156\146\151\147\165\162\141\164\151\157\156\000\000\000\000\000\117\000\000\000\014\002\000\000\014\002\000\000\016\002\000\000\017\002\000\000\017\002\000\000\017\002\000\000\017\002\000\000\017\002\000\000\017\002\000\000\020\002\000\000\020\002\000\000\020\002\000\000\020\002\000\000\022\002\000\000\022\002\000\000\024\002\000\000\024\002\000\000\024\002\000\000\024\002\000\000\024\002\000\000\025\002\000\000\025\002\000\000\025\002\000\000\025\002\000\000\031\002\000\000\031\002\000\000\031\002\000\000\031\002\000\000\032\002\000\000\032\002\000\000\032\002\000\000\032\002\000\000\033\002\000\000\034\002\000\000\034\002\000\000\037\002\000\000\037\002\000\000\037\002\000\000\037\002\000\000\037\002\000\000\040\002\000\000\040\002\000\000\043\002\000\000\043\002\000\000\043\002\000\000\044\002\000\000\043\002\000\000\047\002\000\000\050\002\000\000\051\002\000\000\051\002\000\000\051\002\000\000\051\002\000\000\052\002\000\000\052\002\000\000\053\002\000\000\053\002\000\000\053\002\000\000\053\002\000\000\054\002\000\000\054\002\000\000\055\002\000\000\055\002\000\000\061\002\000\000\061\002\000\000\061\002\000\000\061\002\000\000\061\002\000\000\061\002\000\000\063\002\000\000\063\002\000\000\063\002\000\000\064\002\000\000\064\002\000\000\064\002\000\000\064\002\000\000\066\002\000\000\066\002\000\000\070\002\000\000\003\000\000\000\005\000\000\000\156\141\155\145\000\000\000\000\000\116\000\000\000\004\000\000\000\163\154\156\000\003\000\000\000\077\000\000\000\004\000\000\000\160\162\152\000\041\000\000\000\077\000\000\000\000\000\000\000\000\000\000\000\073\002\000\000\136\002\000\000\000\001\000\005\072\000\000\000\032\000\000\000\026\100\010\200\105\000\000\000\205\200\000\000\206\000\000\001\111\200\200\200\105\000\000\000\106\100\300\000\132\100\000\000\026\100\006\200\112\000\000\000\205\000\000\000\211\100\200\200\205\300\000\000\206\000\101\001\305\200\000\000\000\001\200\000\234\100\200\001\205\200\000\000\211\100\000\000\205\100\001\000\300\000\200\000\012\101\000\000\011\301\101\203\234\100\200\001\111\000\000\204\205\200\002\000\206\300\102\001\234\200\200\000\111\200\200\204\212\000\000\000\111\200\000\206\212\000\000\000\111\200\200\206\212\000\000\000\111\200\000\207\105\300\003\000\205\000\000\000\206\100\100\001\134\200\000\001\027\000\304\000\026\000\001\200\105\000\000\000\205\000\000\000\206\100\100\001\206\300\101\001\111\200\200\200\105\000\000\000\106\100\300\000\132\000\000\000\026\200\000\200\105\100\004\000\212\000\000\000\134\100\000\001\105\000\000\000\106\100\300\000\136\000\000\001\036\000\200\000\022\000\000\000\004\010\000\000\000\160\162\145\155\141\153\145\000\004\021\000\000\000\103\165\162\162\145\156\164\103\157\156\164\141\151\156\145\162\000\004\013\000\000\000\137\123\117\114\125\124\111\117\116\123\000\004\006\000\000\000\164\141\142\154\145\000\004\007\000\000\000\151\156\163\145\162\164\000\004\015\000\000\000\163\145\164\155\145\164\141\164\141\142\154\145\000\004\007\000\000\000\137\137\164\171\160\145\000\004\011\000\000\000\163\157\154\165\164\151\157\156\000\004\005\000\000\000\156\141\155\145\000\004\011\000\000\000\154\157\143\141\164\151\157\156\000\004\003\000\000\000\157\163\000\004\007\000\000\000\147\145\164\143\167\144\000\004\011\000\000\000\160\162\157\152\145\143\164\163\000\004\007\000\000\000\142\154\157\143\153\163\000\004\017\000\000\000\143\157\156\146\151\147\165\162\141\164\151\157\156\163\000\004\005\000\000\000\164\171\160\145\000\004\010\000\000\000\160\162\157\152\145\143\164\000\004\016\000\000\000\143\157\156\146\151\147\165\162\141\164\151\157\156\000\000\000\000\000\072\000\000\000\074\002\000\000\074\002\000\000\075\002\000\000\075\002\000\000\075\002\000\000\075\002\000\000\076\002\000\000\076\002\000\000\076\002\000\000\076\002\000\000\077\002\000\000\100\002\000\000\100\002\000\000\103\002\000\000\103\002\000\000\103\002\000\000\103\002\000\000\103\002\000\000\104\002\000\000\104\002\000\000\107\002\000\000\107\002\000\000\107\002\000\000\110\002\000\000\107\002\000\000\113\002\000\000\114\002\000\000\114\002\000\000\114\002\000\000\114\002\000\000\115\002\000\000\115\002\000\000\116\002\000\000\116\002\000\000\117\002\000\000\117\002\000\000\124\002\000\000\124\002\000\000\124\002\000\000\124\002\000\000\124\002\000\000\124\002\000\000\125\002\000\000\125\002\000\000\125\002\000\000\125\002\000\000\125\002\000\000\130\002\000\000\130\002\000\000\130\002\000\000\130\002\000\000\132\002\000\000\132\002\000\000\132\002\000\000\135\002\000\000\135\002\000\000\135\002\000\000\136\002\000\000\002\000\000\000\005\000\000\000\156\141\155\145\000\000\000\000\000\071\000\000\000\004\000\000\000\163\154\156\000\013\000\000\000\044\000\000\000\000\000\000\000\341\000\000\000\015\000\000\000\015\000\000\000\017\000\000\000\021\000\000\000\022\000\000\000\023\000\000\000\025\000\000\000\027\000\000\000\030\000\000\000\031\000\000\000\032\000\000\000\033\000\000\000\034\000\000\000\036\000\000\000\036\000\000\000\036\000\000\000\037\000\000\000\041\000\000\000\043\000\000\000\044\000\000\000\045\000\000\000\047\000\000\000\051\000\000\000\052\000\000\000\053\000\000\000\055\000\000\000\057\000\000\000\060\000\000\000\061\000\000\000\063\000\000\000\065\000\000\000\066\000\000\000\067\000\000\000\071\000\000\000\073\000\000\000\074\000\000\000\075\000\000\000\077\000\000\000\101\000\000\000\102\000\000\000\103\000\000\000\104\000\000\000\105\000\000\000\106\000\000\000\107\000\000\000\110\000\000\000\111\000\000\000\112\000\000\000\113\000\000\000\114\000\000\000\115\000\000\000\116\000\000\000\117\000\000\000\120\000\000\000\121\000\000\000\122\000\000\000\123\000\000\000\124\000\000\000\125\000\000\000\126\000\000\000\127\000\000\000\130\000\000\000\131\000\000\000\133\000\000\000\133\000\000\000\133\000\000\000\134\000\000\000\136\000\000\000\140\000\000\000\141\000\000\000\142\000\000\000\144\000\000\000\146\000\000\000\147\000\000\000\150\000\000\000\152\000\000\000\154\000\000\000\155\000\000\000\156\000\000\000\160\000\000\000\162\000\000\000\163\000\000\000\164\000\000\000\166\000\000\000\170\000\000\000\171\000\000\000\172\000\000\000\174\000\000\000\176\000\000\000\177\000\000\000\200\000\000\000\201\000\000\000\202\000\000\000\203\000\000\000\205\000\000\000\205\000\000\000\205\000\000\000\206\000\000\000\210\000\000\000\212\000\000\000\213\000\000\000\214\000\000\000\215\000\000\000\216\000\000\000\220\000\000\000\220\000\000\000\220\000\000\000\221\000\000\000\223\000\000\000\225\000\000\000\226\000\000\000\227\000\000\000\231\000\000\000\233\000\000\000\234\000\000\000\235\000\000\000\237\000\000\000\241\000\000\000\242\000\000\000\243\000\000\000\245\000\000\000\247\000\000\000\250\000\000\000\251\000\000\000\253\000\000\000\255\000\000\000\256\000\000\000\257\000\000\000\261\000\000\000\263\000\000\000\264\000\000\000\265\000\000\000\267\000\000\000\271\000\000\000\272\000\000\000\273\000\000\000\275\000\000\000\277\000\000\000\300\000\000\000\301\000\000\000\303\000\000\000\305\000\000\000\306\000\000\000\307\000\000\000\311\000\000\000\313\000\000\000\314\000\000\000\315\000\000\000\317\000\000\000\321\000\000\000\322\000\000\000\323\000\000\000\325\000\000\000\327\000\000\000\330\000\000\000\331\000\000\000\333\000\000\000\335\000\000\000\336\000\000\000\337\000\000\000\341\000\000\000\343\000\000\000\344\000\000\000\345\000\000\000\347\000\000\000\351\000\000\000\352\000\000\000\353\000\000\000\355\000\000\000\357\000\000\000\360\000\000\000\361\000\000\000\363\000\000\000\365\000\000\000\366\000\000\000\367\000\000\000\371\000\000\000\373\000\000\000\374\000\000\000\014\001\000\000\014\001\000\000\015\001\000\000\016\001\000\000\055\001\000\000\070\001\000\000\121\001\000\000\070\001\000\000\132\001\000\000\167\001\000\000\167\001\000\000\132\001\000\000\224\001\000\000\226\001\000\000\230\001\000\000\230\001\000\000\226\001\000\000\232\001\000\000\234\001\000\000\234\001\000\000\232\001\000\000\245\001\000\000\267\001\000\000\267\001\000\000\245\001\000\000\317\001\000\000\327\001\000\000\327\001\000\000\327\001\000\000\327\001\000\000\327\001\000\000\330\001\000\000\332\001\000\000\332\001\000\000\332\001\000\000\332\001\000\000\332\001\000\000\327\001\000\000\332\001\000\000\010\002\000\000\343\001\000\000\070\002\000\000\013\002\000\000\136\002\000\000\073\002\000\000\136\002\000\000\010\000\000\000\013\000\000\000\143\150\145\143\153\166\141\154\165\145\000\270\000\000\000\340\000\000\000\017\000\000\000\144\157\155\141\164\143\150\145\144\141\162\162\141\171\000\300\000\000\000\340\000\000\000\011\000\000\000\141\143\143\145\163\163\157\162\000\315\000\000\000\340\000\000\000\020\000\000\000\050\146\157\162\040\147\145\156\145\162\141\164\157\162\051\000\321\000\000\000\332\000\000\000\014\000\000\000\050\146\157\162\040\163\164\141\164\145\051\000\321\000\000\000\332\000\000\000\016\000\000\000\050\146\157\162\040\143\157\156\164\162\157\154\051\000\321\000\000\000\332\000\000\000\005\000\000\000\156\141\155\145\000\322\000\000\000\327\000\000\000\002\000\000\000\137\000\322\000\000\000\327\000\000\000\000\000\000\000",
+ "\033\114\165\141\121\000\001\004\004\004\010\000\026\000\000\000\100\163\162\143\057\142\141\163\145\057\143\157\156\146\151\147\163\056\154\165\141\000\000\000\000\000\000\000\000\000\000\000\002\010\041\000\000\000\012\300\000\000\011\100\100\200\011\100\100\201\011\100\300\201\112\200\000\000\111\100\100\202\111\100\300\202\205\200\001\000\344\000\000\000\211\300\200\203\205\200\001\000\344\100\000\000\211\300\000\204\205\200\001\000\344\200\000\000\211\300\200\204\205\200\001\000\344\300\000\000\211\300\000\205\244\000\001\000\000\000\000\000\344\100\001\000\000\000\000\001\044\201\001\000\000\000\200\001\000\000\200\000\144\301\001\000\205\201\001\000\344\001\002\000\000\000\000\002\000\000\200\002\211\301\201\205\036\000\200\000\014\000\000\000\004\007\000\000\000\142\154\157\143\153\163\000\001\001\004\011\000\000\000\153\145\171\167\157\162\144\163\000\004\011\000\000\000\160\162\157\152\145\143\164\163\000\004\010\000\000\000\142\141\163\145\144\151\162\000\004\011\000\000\000\154\157\143\141\164\151\157\156\000\004\010\000\000\000\160\162\145\155\141\153\145\000\004\017\000\000\000\147\145\164\141\143\164\151\166\145\164\145\162\155\163\000\004\016\000\000\000\145\163\143\141\160\145\153\145\171\167\157\162\144\000\004\017\000\000\000\151\163\153\145\171\167\157\162\144\155\141\164\143\150\000\004\020\000\000\000\151\163\153\145\171\167\157\162\144\163\155\141\164\143\150\000\004\015\000\000\000\142\165\151\154\144\143\157\156\146\151\147\163\000\011\000\000\000\000\000\000\000\041\000\000\000\056\000\000\000\000\000\000\012\037\000\000\000\012\000\200\000\105\000\000\000\113\100\300\000\134\200\000\001\205\200\000\000\206\300\100\001\234\000\200\000\042\100\000\000\105\000\001\000\205\100\001\000\134\000\001\001\026\200\003\200\127\200\301\002\026\200\001\200\205\301\001\000\206\001\102\003\300\001\000\000\013\102\300\002\034\002\000\001\234\101\000\000\026\100\001\200\205\301\001\000\206\001\102\003\300\001\000\000\013\102\100\002\034\002\000\001\234\101\000\000\141\200\000\000\026\200\373\177\036\000\000\001\036\000\200\000\011\000\000\000\004\010\000\000\000\137\101\103\124\111\117\116\000\004\006\000\000\000\154\157\167\145\162\000\004\003\000\000\000\157\163\000\004\004\000\000\000\147\145\164\000\004\006\000\000\000\160\141\151\162\163\000\004\011\000\000\000\137\117\120\124\111\117\116\123\000\004\001\000\000\000\000\004\006\000\000\000\164\141\142\154\145\000\004\007\000\000\000\151\156\163\145\162\164\000\000\000\000\000\037\000\000\000\042\000\000\000\042\000\000\000\042\000\000\000\042\000\000\000\042\000\000\000\042\000\000\000\042\000\000\000\042\000\000\000\045\000\000\000\045\000\000\000\045\000\000\000\045\000\000\000\046\000\000\000\046\000\000\000\047\000\000\000\047\000\000\000\047\000\000\000\047\000\000\000\047\000\000\000\047\000\000\000\047\000\000\000\051\000\000\000\051\000\000\000\051\000\000\000\051\000\000\000\051\000\000\000\051\000\000\000\045\000\000\000\052\000\000\000\055\000\000\000\056\000\000\000\006\000\000\000\006\000\000\000\164\145\162\155\163\000\010\000\000\000\036\000\000\000\020\000\000\000\050\146\157\162\040\147\145\156\145\162\141\164\157\162\051\000\013\000\000\000\035\000\000\000\014\000\000\000\050\146\157\162\040\163\164\141\164\145\051\000\013\000\000\000\035\000\000\000\016\000\000\000\050\146\157\162\040\143\157\156\164\162\157\154\051\000\013\000\000\000\035\000\000\000\004\000\000\000\153\145\171\000\014\000\000\000\033\000\000\000\006\000\000\000\166\141\154\165\145\000\014\000\000\000\033\000\000\000\000\000\000\000\000\000\000\000\067\000\000\000\077\000\000\000\000\001\000\006\033\000\000\000\113\000\100\000\301\100\000\000\001\201\000\000\134\200\000\002\000\000\200\000\113\300\100\000\301\000\001\000\003\001\000\002\102\001\200\000\134\200\200\002\132\000\000\000\026\100\001\200\113\000\100\000\301\100\001\000\001\201\001\000\134\200\000\002\000\000\200\000\026\000\001\200\113\000\100\000\301\300\001\000\001\001\002\000\134\200\000\002\000\000\200\000\113\100\102\000\135\000\000\001\136\000\000\000\036\000\200\000\012\000\000\000\004\005\000\000\000\147\163\165\142\000\004\023\000\000\000\050\133\045\056\045\055\045\136\045\044\045\050\045\051\045\045\135\051\000\004\005\000\000\000\045\045\045\061\000\004\005\000\000\000\146\151\156\144\000\004\003\000\000\000\052\052\000\004\005\000\000\000\045\052\045\052\000\004\003\000\000\000\056\052\000\004\003\000\000\000\045\052\000\004\006\000\000\000\133\136\057\135\052\000\004\006\000\000\000\154\157\167\145\162\000\000\000\000\000\033\000\000\000\070\000\000\000\070\000\000\000\070\000\000\000\070\000\000\000\070\000\000\000\071\000\000\000\071\000\000\000\071\000\000\000\071\000\000\000\071\000\000\000\071\000\000\000\071\000\000\000\072\000\000\000\072\000\000\000\072\000\000\000\072\000\000\000\072\000\000\000\072\000\000\000\074\000\000\000\074\000\000\000\074\000\000\000\074\000\000\000\074\000\000\000\076\000\000\000\076\000\000\000\076\000\000\000\077\000\000\000\001\000\000\000\010\000\000\000\153\145\171\167\157\162\144\000\000\000\000\000\032\000\000\000\000\000\000\000\000\000\000\000\107\000\000\000\125\000\000\000\000\002\000\020\047\000\000\000\213\000\100\000\001\101\000\000\234\200\200\001\232\000\000\000\026\000\002\200\205\200\000\000\206\300\100\001\313\000\101\000\101\101\001\000\334\200\200\001\000\001\200\000\234\200\200\001\223\000\000\001\236\000\000\001\205\200\001\000\313\300\101\000\101\001\002\000\334\000\200\001\234\000\001\000\026\300\003\200\301\101\002\000\000\002\000\003\101\202\002\000\325\101\202\003\005\302\002\000\100\002\200\000\034\002\001\001\026\100\001\200\113\003\103\006\300\003\200\003\134\203\200\001\132\003\000\000\026\000\000\200\336\002\000\001\041\202\000\000\026\300\375\177\241\200\000\000\026\100\373\177\036\000\200\000\015\000\000\000\004\013\000\000\000\163\164\141\162\164\163\167\151\164\150\000\004\005\000\000\000\156\157\164\040\000\004\010\000\000\000\160\162\145\155\141\153\145\000\004\017\000\000\000\151\163\153\145\171\167\157\162\144\155\141\164\143\150\000\004\004\000\000\000\163\165\142\000\003\000\000\000\000\000\000\024\100\004\007\000\000\000\151\160\141\151\162\163\000\004\010\000\000\000\145\170\160\154\157\144\145\000\004\005\000\000\000\040\157\162\040\000\004\002\000\000\000\136\000\004\002\000\000\000\044\000\004\006\000\000\000\160\141\151\162\163\000\004\006\000\000\000\155\141\164\143\150\000\000\000\000\000\047\000\000\000\111\000\000\000\111\000\000\000\111\000\000\000\111\000\000\000\111\000\000\000\112\000\000\000\112\000\000\000\112\000\000\000\112\000\000\000\112\000\000\000\112\000\000\000\112\000\000\000\112\000\000\000\112\000\000\000\115\000\000\000\115\000\000\000\115\000\000\000\115\000\000\000\115\000\000\000\115\000\000\000\116\000\000\000\116\000\000\000\116\000\000\000\116\000\000\000\117\000\000\000\117\000\000\000\117\000\000\000\117\000\000\000\120\000\000\000\120\000\000\000\120\000\000\000\120\000\000\000\120\000\000\000\121\000\000\000\117\000\000\000\122\000\000\000\115\000\000\000\123\000\000\000\125\000\000\000\015\000\000\000\010\000\000\000\153\145\171\167\157\162\144\000\000\000\000\000\046\000\000\000\006\000\000\000\164\145\162\155\163\000\000\000\000\000\046\000\000\000\020\000\000\000\050\146\157\162\040\147\145\156\145\162\141\164\157\162\051\000\023\000\000\000\046\000\000\000\014\000\000\000\050\146\157\162\040\163\164\141\164\145\051\000\023\000\000\000\046\000\000\000\016\000\000\000\050\146\157\162\040\143\157\156\164\162\157\154\051\000\023\000\000\000\046\000\000\000\002\000\000\000\137\000\024\000\000\000\044\000\000\000\005\000\000\000\167\157\162\144\000\024\000\000\000\044\000\000\000\010\000\000\000\160\141\164\164\145\162\156\000\030\000\000\000\044\000\000\000\020\000\000\000\050\146\157\162\040\147\145\156\145\162\141\164\157\162\051\000\033\000\000\000\044\000\000\000\014\000\000\000\050\146\157\162\040\163\164\141\164\145\051\000\033\000\000\000\044\000\000\000\016\000\000\000\050\146\157\162\040\143\157\156\164\162\157\154\051\000\033\000\000\000\044\000\000\000\010\000\000\000\164\145\162\155\153\145\171\000\034\000\000\000\042\000\000\000\005\000\000\000\164\145\162\155\000\034\000\000\000\042\000\000\000\000\000\000\000\000\000\000\000\135\000\000\000\156\000\000\000\000\002\000\013\036\000\000\000\202\000\000\000\305\000\000\000\000\001\000\000\334\000\001\001\026\300\002\200\005\102\000\000\006\202\100\004\100\002\200\003\200\002\200\000\034\202\200\001\032\102\000\000\026\100\000\200\102\002\000\000\136\002\000\001\027\300\100\004\026\000\000\200\202\000\200\000\341\200\000\000\026\100\374\177\306\300\300\000\332\000\000\000\026\000\001\200\232\100\000\000\026\200\000\200\302\000\000\000\336\000\000\001\026\100\000\200\302\000\200\000\336\000\000\001\036\000\200\000\004\000\000\000\004\007\000\000\000\151\160\141\151\162\163\000\004\010\000\000\000\160\162\145\155\141\153\145\000\004\017\000\000\000\151\163\153\145\171\167\157\162\144\155\141\164\143\150\000\004\011\000\000\000\162\145\161\165\151\162\145\144\000\000\000\000\000\036\000\000\000\136\000\000\000\137\000\000\000\137\000\000\000\137\000\000\000\137\000\000\000\140\000\000\000\140\000\000\000\140\000\000\000\140\000\000\000\140\000\000\000\141\000\000\000\141\000\000\000\142\000\000\000\142\000\000\000\144\000\000\000\144\000\000\000\145\000\000\000\137\000\000\000\146\000\000\000\151\000\000\000\151\000\000\000\151\000\000\000\151\000\000\000\151\000\000\000\152\000\000\000\152\000\000\000\152\000\000\000\154\000\000\000\154\000\000\000\156\000\000\000\011\000\000\000\011\000\000\000\153\145\171\167\157\162\144\163\000\000\000\000\000\035\000\000\000\006\000\000\000\164\145\162\155\163\000\000\000\000\000\035\000\000\000\014\000\000\000\150\141\163\162\145\161\165\151\162\145\144\000\001\000\000\000\035\000\000\000\020\000\000\000\050\146\157\162\040\147\145\156\145\162\141\164\157\162\051\000\004\000\000\000\023\000\000\000\014\000\000\000\050\146\157\162\040\163\164\141\164\145\051\000\004\000\000\000\023\000\000\000\016\000\000\000\050\146\157\162\040\143\157\156\164\162\157\154\051\000\004\000\000\000\023\000\000\000\002\000\000\000\137\000\005\000\000\000\021\000\000\000\010\000\000\000\153\145\171\167\157\162\144\000\005\000\000\000\021\000\000\000\010\000\000\000\155\141\164\143\150\145\144\000\012\000\000\000\021\000\000\000\000\000\000\000\000\000\000\000\167\000\000\000\202\000\000\000\001\002\000\012\035\000\000\000\205\000\000\000\300\000\200\000\234\000\001\001\026\100\005\200\304\001\000\000\306\101\201\003\332\101\000\000\026\100\004\200\305\101\000\000\000\002\000\003\334\201\000\001\027\200\300\003\026\300\002\200\306\101\001\000\332\101\000\000\026\100\000\200\312\001\000\000\011\300\201\002\305\201\000\000\306\301\300\003\006\102\001\000\100\002\000\003\334\201\200\001\011\300\201\002\026\000\000\200\011\200\201\002\241\200\000\000\026\300\371\177\036\000\200\000\004\000\000\000\004\006\000\000\000\160\141\151\162\163\000\004\005\000\000\000\164\171\160\145\000\004\006\000\000\000\164\141\142\154\145\000\004\005\000\000\000\152\157\151\156\000\000\000\000\000\035\000\000\000\170\000\000\000\170\000\000\000\170\000\000\000\170\000\000\000\171\000\000\000\171\000\000\000\171\000\000\000\171\000\000\000\172\000\000\000\172\000\000\000\172\000\000\000\172\000\000\000\172\000\000\000\173\000\000\000\173\000\000\000\173\000\000\000\173\000\000\000\173\000\000\000\174\000\000\000\174\000\000\000\174\000\000\000\174\000\000\000\174\000\000\000\174\000\000\000\174\000\000\000\176\000\000\000\170\000\000\000\200\000\000\000\202\000\000\000\007\000\000\000\004\000\000\000\143\146\147\000\000\000\000\000\034\000\000\000\005\000\000\000\164\150\151\163\000\000\000\000\000\034\000\000\000\020\000\000\000\050\146\157\162\040\147\145\156\145\162\141\164\157\162\051\000\003\000\000\000\034\000\000\000\014\000\000\000\050\146\157\162\040\163\164\141\164\145\051\000\003\000\000\000\034\000\000\000\016\000\000\000\050\146\157\162\040\143\157\156\164\162\157\154\051\000\003\000\000\000\034\000\000\000\006\000\000\000\146\151\145\154\144\000\004\000\000\000\032\000\000\000\006\000\000\000\166\141\154\165\145\000\004\000\000\000\032\000\000\000\001\000\000\000\007\000\000\000\156\157\143\157\160\171\000\000\000\000\000\213\000\000\000\243\000\000\000\001\002\000\013\056\000\000\000\212\000\000\000\304\000\000\000\000\001\000\001\106\001\100\000\334\100\200\001\305\100\000\000\006\001\100\000\006\201\100\002\334\000\001\001\026\200\002\200\005\302\000\000\006\002\101\004\106\102\301\003\200\002\200\000\034\202\200\001\032\002\000\000\026\300\000\200\004\002\000\000\100\002\000\001\200\002\200\003\034\102\200\001\341\200\000\000\026\200\374\177\304\000\000\000\000\001\000\001\100\001\000\000\334\100\200\001\305\100\000\000\006\201\100\000\334\000\001\001\026\200\002\200\005\302\000\000\006\002\101\004\106\102\301\003\200\002\200\000\034\202\200\001\032\002\000\000\026\300\000\200\004\002\000\000\100\002\000\001\200\002\200\003\034\102\200\001\341\200\000\000\026\200\374\177\236\000\000\001\036\000\200\000\006\000\000\000\004\011\000\000\000\163\157\154\165\164\151\157\156\000\004\007\000\000\000\151\160\141\151\162\163\000\004\007\000\000\000\142\154\157\143\153\163\000\004\010\000\000\000\160\162\145\155\141\153\145\000\004\020\000\000\000\151\163\153\145\171\167\157\162\144\163\155\141\164\143\150\000\004\011\000\000\000\153\145\171\167\157\162\144\163\000\000\000\000\000\056\000\000\000\222\000\000\000\224\000\000\000\224\000\000\000\224\000\000\000\224\000\000\000\225\000\000\000\225\000\000\000\225\000\000\000\225\000\000\000\225\000\000\000\226\000\000\000\226\000\000\000\226\000\000\000\226\000\000\000\226\000\000\000\226\000\000\000\226\000\000\000\227\000\000\000\227\000\000\000\227\000\000\000\227\000\000\000\225\000\000\000\230\000\000\000\233\000\000\000\233\000\000\000\233\000\000\000\233\000\000\000\234\000\000\000\234\000\000\000\234\000\000\000\234\000\000\000\235\000\000\000\235\000\000\000\235\000\000\000\235\000\000\000\235\000\000\000\235\000\000\000\235\000\000\000\236\000\000\000\236\000\000\000\236\000\000\000\236\000\000\000\234\000\000\000\237\000\000\000\242\000\000\000\243\000\000\000\015\000\000\000\004\000\000\000\160\162\152\000\000\000\000\000\055\000\000\000\006\000\000\000\164\145\162\155\163\000\000\000\000\000\055\000\000\000\004\000\000\000\143\146\147\000\001\000\000\000\055\000\000\000\020\000\000\000\050\146\157\162\040\147\145\156\145\162\141\164\157\162\051\000\011\000\000\000\027\000\000\000\014\000\000\000\050\146\157\162\040\163\164\141\164\145\051\000\011\000\000\000\027\000\000\000\016\000\000\000\050\146\157\162\040\143\157\156\164\162\157\154\051\000\011\000\000\000\027\000\000\000\002\000\000\000\137\000\012\000\000\000\025\000\000\000\004\000\000\000\142\154\153\000\012\000\000\000\025\000\000\000\020\000\000\000\050\146\157\162\040\147\145\156\145\162\141\164\157\162\051\000\036\000\000\000\054\000\000\000\014\000\000\000\050\146\157\162\040\163\164\141\164\145\051\000\036\000\000\000\054\000\000\000\016\000\000\000\050\146\157\162\040\143\157\156\164\162\157\154\051\000\036\000\000\000\054\000\000\000\002\000\000\000\137\000\037\000\000\000\052\000\000\000\004\000\000\000\142\154\153\000\037\000\000\000\052\000\000\000\001\000\000\000\013\000\000\000\143\157\160\171\146\151\145\154\144\163\000\000\000\000\000\254\000\000\000\346\000\000\000\002\002\000\023\205\000\000\000\205\000\000\000\206\100\100\001\234\200\200\000\333\100\200\000\026\000\000\200\301\300\000\000\313\000\301\001\334\200\000\001\211\300\000\201\304\000\000\000\000\001\000\000\100\001\000\001\334\200\200\001\311\100\200\202\311\000\000\203\006\301\301\001\032\101\000\000\026\000\000\200\006\001\302\001\311\000\201\203\012\001\000\000\105\101\002\000\206\201\302\001\134\001\001\001\026\000\005\200\202\002\000\000\305\102\002\000\006\303\302\001\334\002\001\001\026\200\001\200\127\300\203\004\026\000\000\200\202\102\000\000\202\002\200\000\232\002\000\000\026\000\000\200\026\100\000\200\341\202\000\000\026\200\375\177\232\102\000\000\026\000\001\200\305\002\003\000\306\102\303\005\000\003\000\002\100\003\200\004\334\102\200\001\141\201\000\000\026\000\372\177\311\000\001\205\105\201\003\000\205\001\000\000\206\301\103\003\134\001\001\001\026\300\014\200\206\002\304\004\127\100\104\005\026\100\001\200\206\002\304\004\127\200\104\005\026\200\000\200\206\002\304\004\027\300\104\005\026\300\007\200\204\002\200\000\206\002\002\005\232\102\000\000\026\300\006\200\205\002\005\000\306\002\202\001\234\202\000\001\027\000\103\005\026\100\003\200\205\102\002\000\306\002\202\001\234\002\001\001\026\200\001\200\306\003\202\001\005\104\004\000\006\104\105\010\106\304\101\000\200\004\000\007\034\204\200\001\311\003\204\006\241\202\000\000\026\200\375\177\026\000\002\200\206\002\202\001\232\002\000\000\026\100\001\200\205\102\004\000\206\102\105\005\306\302\101\000\006\003\202\001\234\202\200\001\311\200\002\004\206\202\305\004\232\002\000\000\026\300\001\200\206\002\202\001\305\102\002\000\000\003\000\005\334\002\001\001\026\000\000\200\211\302\305\007\341\202\000\000\026\000\377\177\141\201\000\000\026\100\362\177\112\001\000\000\311\100\001\214\105\101\002\000\206\201\302\001\134\001\001\001\026\200\003\200\213\002\301\004\234\202\000\001\211\200\202\214\204\002\000\000\300\002\000\000\000\003\000\001\234\202\200\001\211\102\202\202\306\002\306\001\311\202\202\004\305\002\003\000\306\102\303\005\006\003\306\001\100\003\000\005\334\102\200\001\141\201\000\000\026\200\373\177\336\000\000\001\036\000\200\000\032\000\000\000\004\010\000\000\000\160\162\145\155\141\153\145\000\004\017\000\000\000\147\145\164\141\143\164\151\166\145\164\145\162\155\163\000\004\007\000\000\000\143\157\156\146\151\147\000\004\001\000\000\000\000\004\006\000\000\000\154\157\167\145\162\000\004\005\000\000\000\156\141\155\145\000\004\010\000\000\000\160\162\157\152\145\143\164\000\004\011\000\000\000\154\157\143\141\164\151\157\156\000\004\010\000\000\000\142\141\163\145\144\151\162\000\004\007\000\000\000\151\160\141\151\162\163\000\004\006\000\000\000\146\151\154\145\163\000\004\011\000\000\000\145\170\143\154\165\144\145\163\000\004\006\000\000\000\164\141\142\154\145\000\004\007\000\000\000\151\156\163\145\162\164\000\004\006\000\000\000\160\141\151\162\163\000\004\007\000\000\000\146\151\145\154\144\163\000\004\005\000\000\000\153\151\156\144\000\004\005\000\000\000\160\141\164\150\000\004\010\000\000\000\144\151\162\154\151\163\164\000\004\011\000\000\000\146\151\154\145\154\151\163\164\000\004\005\000\000\000\164\171\160\145\000\004\014\000\000\000\147\145\164\162\145\154\141\164\151\166\145\000\004\010\000\000\000\151\163\146\154\141\147\163\000\001\001\004\016\000\000\000\137\137\146\151\154\145\143\157\156\146\151\147\163\000\004\011\000\000\000\162\145\161\165\151\162\145\144\000\000\000\000\000\205\000\000\000\257\000\000\000\257\000\000\000\257\000\000\000\260\000\000\000\260\000\000\000\260\000\000\000\260\000\000\000\260\000\000\000\260\000\000\000\262\000\000\000\262\000\000\000\262\000\000\000\262\000\000\000\263\000\000\000\264\000\000\000\267\000\000\000\267\000\000\000\267\000\000\000\267\000\000\000\267\000\000\000\272\000\000\000\273\000\000\000\273\000\000\000\273\000\000\000\273\000\000\000\274\000\000\000\275\000\000\000\275\000\000\000\275\000\000\000\275\000\000\000\276\000\000\000\276\000\000\000\276\000\000\000\276\000\000\000\277\000\000\000\277\000\000\000\277\000\000\000\275\000\000\000\277\000\000\000\302\000\000\000\302\000\000\000\303\000\000\000\303\000\000\000\303\000\000\000\303\000\000\000\303\000\000\000\273\000\000\000\304\000\000\000\306\000\000\000\311\000\000\000\311\000\000\000\311\000\000\000\311\000\000\000\311\000\000\000\313\000\000\000\313\000\000\000\313\000\000\000\313\000\000\000\313\000\000\000\313\000\000\000\313\000\000\000\313\000\000\000\313\000\000\000\313\000\000\000\313\000\000\000\313\000\000\000\313\000\000\000\314\000\000\000\314\000\000\000\314\000\000\000\314\000\000\000\314\000\000\000\315\000\000\000\315\000\000\000\315\000\000\000\315\000\000\000\315\000\000\000\315\000\000\000\315\000\000\000\315\000\000\000\315\000\000\000\315\000\000\000\315\000\000\000\315\000\000\000\315\000\000\000\315\000\000\000\317\000\000\000\317\000\000\000\317\000\000\000\317\000\000\000\317\000\000\000\317\000\000\000\317\000\000\000\317\000\000\000\317\000\000\000\324\000\000\000\324\000\000\000\324\000\000\000\325\000\000\000\326\000\000\000\326\000\000\000\326\000\000\000\326\000\000\000\326\000\000\000\326\000\000\000\326\000\000\000\311\000\000\000\327\000\000\000\333\000\000\000\333\000\000\000\334\000\000\000\334\000\000\000\334\000\000\000\334\000\000\000\335\000\000\000\335\000\000\000\335\000\000\000\336\000\000\000\336\000\000\000\336\000\000\000\336\000\000\000\337\000\000\000\341\000\000\000\341\000\000\000\342\000\000\000\342\000\000\000\342\000\000\000\342\000\000\000\342\000\000\000\334\000\000\000\342\000\000\000\345\000\000\000\346\000\000\000\046\000\000\000\004\000\000\000\160\162\152\000\000\000\000\000\204\000\000\000\010\000\000\000\143\146\147\156\141\155\145\000\000\000\000\000\204\000\000\000\006\000\000\000\164\145\162\155\163\000\003\000\000\000\204\000\000\000\004\000\000\000\143\146\147\000\015\000\000\000\204\000\000\000\006\000\000\000\146\151\154\145\163\000\025\000\000\000\204\000\000\000\020\000\000\000\050\146\157\162\040\147\145\156\145\162\141\164\157\162\051\000\030\000\000\000\060\000\000\000\014\000\000\000\050\146\157\162\040\163\164\141\164\145\051\000\030\000\000\000\060\000\000\000\016\000\000\000\050\146\157\162\040\143\157\156\164\162\157\154\051\000\030\000\000\000\060\000\000\000\002\000\000\000\137\000\031\000\000\000\056\000\000\000\006\000\000\000\146\156\141\155\145\000\031\000\000\000\056\000\000\000\011\000\000\000\145\170\143\154\165\144\145\144\000\032\000\000\000\056\000\000\000\020\000\000\000\050\146\157\162\040\147\145\156\145\162\141\164\157\162\051\000\035\000\000\000\047\000\000\000\014\000\000\000\050\146\157\162\040\163\164\141\164\145\051\000\035\000\000\000\047\000\000\000\016\000\000\000\050\146\157\162\040\143\157\156\164\162\157\154\051\000\035\000\000\000\047\000\000\000\002\000\000\000\137\000\036\000\000\000\045\000\000\000\010\000\000\000\145\170\143\154\165\144\145\000\036\000\000\000\045\000\000\000\020\000\000\000\050\146\157\162\040\147\145\156\145\162\141\164\157\162\051\000\065\000\000\000\154\000\000\000\014\000\000\000\050\146\157\162\040\163\164\141\164\145\051\000\065\000\000\000\154\000\000\000\016\000\000\000\050\146\157\162\040\143\157\156\164\162\157\154\051\000\065\000\000\000\154\000\000\000\005\000\000\000\156\141\155\145\000\066\000\000\000\152\000\000\000\006\000\000\000\146\151\145\154\144\000\066\000\000\000\152\000\000\000\020\000\000\000\050\146\157\162\040\147\145\156\145\162\141\164\157\162\051\000\113\000\000\000\125\000\000\000\014\000\000\000\050\146\157\162\040\163\164\141\164\145\051\000\113\000\000\000\125\000\000\000\016\000\000\000\050\146\157\162\040\143\157\156\164\162\157\154\051\000\113\000\000\000\125\000\000\000\002\000\000\000\151\000\114\000\000\000\123\000\000\000\002\000\000\000\160\000\114\000\000\000\123\000\000\000\007\000\000\000\166\141\154\165\145\163\000\143\000\000\000\152\000\000\000\020\000\000\000\050\146\157\162\040\147\145\156\145\162\141\164\157\162\051\000\146\000\000\000\152\000\000\000\014\000\000\000\050\146\157\162\040\163\164\141\164\145\051\000\146\000\000\000\152\000\000\000\016\000\000\000\050\146\157\162\040\143\157\156\164\162\157\154\051\000\146\000\000\000\152\000\000\000\002\000\000\000\137\000\147\000\000\000\150\000\000\000\005\000\000\000\146\154\141\147\000\147\000\000\000\150\000\000\000\020\000\000\000\050\146\157\162\040\147\145\156\145\162\141\164\157\162\051\000\161\000\000\000\203\000\000\000\014\000\000\000\050\146\157\162\040\163\164\141\164\145\051\000\161\000\000\000\203\000\000\000\016\000\000\000\050\146\157\162\040\143\157\156\164\162\157\154\051\000\161\000\000\000\203\000\000\000\002\000\000\000\137\000\162\000\000\000\201\000\000\000\006\000\000\000\146\156\141\155\145\000\162\000\000\000\201\000\000\000\005\000\000\000\146\143\146\147\000\171\000\000\000\201\000\000\000\002\000\000\000\014\000\000\000\142\165\151\154\144\143\157\156\146\151\147\000\010\000\000\000\156\157\146\151\170\165\160\000\000\000\000\000\357\000\000\000\052\001\000\000\000\001\000\012\161\000\000\000\106\000\100\000\127\100\300\000\026\200\000\200\106\000\100\000\027\200\300\000\026\100\002\200\105\300\000\000\106\000\301\000\132\000\000\000\026\100\004\200\105\200\001\000\205\300\000\000\206\000\101\001\106\200\200\000\011\100\200\202\026\300\002\200\106\000\100\000\027\300\301\000\026\000\002\200\105\300\000\000\106\000\302\000\132\000\000\000\026\000\001\200\105\200\001\000\205\300\000\000\206\000\102\001\106\200\200\000\011\100\200\202\105\200\001\000\106\100\302\000\205\200\002\000\106\200\200\000\206\300\302\000\232\100\000\000\026\000\000\200\201\000\003\000\306\100\101\000\332\000\000\000\026\300\000\200\306\100\101\000\306\300\302\001\233\100\200\001\026\300\377\177\305\200\001\000\306\200\303\001\000\001\000\000\101\301\003\000\200\001\000\001\334\200\000\002\011\300\200\206\305\200\001\000\306\200\303\001\000\001\000\000\101\101\004\000\200\001\000\001\334\200\000\002\011\300\000\210\344\000\000\000\044\101\000\000\000\000\200\001\105\301\004\000\106\001\305\002\206\101\105\000\300\001\000\002\000\002\000\000\334\001\000\001\134\201\000\000\011\100\001\211\106\201\305\000\132\101\000\000\026\000\000\200\100\001\000\001\027\300\305\002\026\100\011\200\206\101\103\000\305\301\004\000\306\101\306\003\006\102\103\000\006\002\106\004\101\202\006\000\334\201\200\001\211\301\001\214\206\101\103\000\305\301\004\000\306\101\306\003\006\102\103\000\006\302\106\004\101\202\006\000\334\201\200\001\211\301\201\215\206\001\104\000\305\301\004\000\306\101\306\003\006\002\104\000\006\002\106\004\101\202\006\000\334\201\200\001\211\301\001\214\206\001\104\000\305\301\004\000\306\101\306\003\006\002\104\000\006\302\106\004\101\202\006\000\334\201\200\001\211\301\201\215\205\301\004\000\206\101\106\003\306\201\104\000\001\202\006\000\234\201\200\001\011\200\001\211\036\000\200\000\034\000\000\000\004\011\000\000\000\154\141\156\147\165\141\147\145\000\004\002\000\000\000\103\000\004\004\000\000\000\103\053\053\000\004\011\000\000\000\137\117\120\124\111\117\116\123\000\004\003\000\000\000\143\143\000\004\005\000\000\000\164\157\157\154\000\004\010\000\000\000\160\162\145\155\141\153\145\000\004\003\000\000\000\103\043\000\004\007\000\000\000\144\157\164\156\145\164\000\004\010\000\000\000\141\143\164\151\157\156\163\000\004\010\000\000\000\137\101\103\124\111\117\116\000\004\014\000\000\000\164\141\162\147\145\164\163\164\171\154\145\000\004\006\000\000\000\154\151\156\165\170\000\004\014\000\000\000\142\165\151\154\144\164\141\162\147\145\164\000\004\012\000\000\000\147\145\164\164\141\162\147\145\164\000\004\006\000\000\000\142\165\151\154\144\000\004\013\000\000\000\154\151\156\153\164\141\162\147\145\164\000\004\005\000\000\000\154\151\156\153\000\004\013\000\000\000\157\142\152\145\143\164\163\144\151\162\000\004\005\000\000\000\160\141\164\150\000\004\014\000\000\000\147\145\164\162\145\154\141\164\151\166\145\000\004\011\000\000\000\154\157\143\141\164\151\157\156\000\004\012\000\000\000\160\141\164\150\163\164\171\154\145\000\004\010\000\000\000\167\151\156\144\157\167\163\000\004\012\000\000\000\144\151\162\145\143\164\157\162\171\000\004\012\000\000\000\164\162\141\156\163\154\141\164\145\000\004\002\000\000\000\134\000\004\011\000\000\000\146\165\154\154\160\141\164\150\000\002\000\000\000\000\000\000\000\004\001\000\000\006\001\000\000\000\001\000\004\016\000\000\000\105\000\000\000\106\100\300\000\206\200\100\000\306\300\100\000\332\100\000\000\026\000\001\200\306\000\101\000\306\300\300\001\332\100\000\000\026\000\000\200\301\100\001\000\135\000\200\001\136\000\000\000\036\000\200\000\006\000\000\000\004\005\000\000\000\160\141\164\150\000\004\005\000\000\000\152\157\151\156\000\004\011\000\000\000\154\157\143\141\164\151\157\156\000\004\007\000\000\000\157\142\152\144\151\162\000\004\010\000\000\000\160\162\157\152\145\143\164\000\004\004\000\000\000\157\142\152\000\000\000\000\000\016\000\000\000\005\001\000\000\005\001\000\000\005\001\000\000\005\001\000\000\005\001\000\000\005\001\000\000\005\001\000\000\005\001\000\000\005\001\000\000\005\001\000\000\005\001\000\000\005\001\000\000\005\001\000\000\006\001\000\000\001\000\000\000\004\000\000\000\143\146\147\000\000\000\000\000\015\000\000\000\000\000\000\000\000\000\000\000\010\001\000\000\035\001\000\000\001\001\000\027\070\000\000\000\104\000\000\000\200\000\000\000\134\200\000\001\205\000\000\000\206\100\100\001\300\000\200\000\006\201\100\000\234\200\200\001\302\000\000\000\005\301\000\000\105\001\001\000\034\001\001\001\026\100\010\200\105\302\000\000\206\102\101\004\134\002\001\001\026\300\006\200\205\203\001\000\306\303\301\006\234\003\001\001\026\100\005\200\127\000\000\011\026\300\004\200\304\004\000\000\000\005\000\011\334\204\000\001\027\300\204\000\026\200\003\200\302\000\200\000\005\005\000\000\006\105\100\012\100\005\200\011\206\205\100\011\034\205\200\001\027\000\005\001\026\200\001\200\005\005\000\000\006\105\100\012\100\005\000\001\206\005\102\000\206\205\100\013\035\005\200\001\036\005\000\000\241\203\000\000\026\300\371\177\141\202\000\000\026\100\370\177\041\201\000\000\026\300\366\177\005\101\002\000\100\001\200\001\200\001\000\001\300\001\200\000\035\001\000\002\036\001\000\000\036\000\200\000\012\000\000\000\004\005\000\000\000\160\141\164\150\000\004\005\000\000\000\152\157\151\156\000\004\005\000\000\000\156\141\155\145\000\004\007\000\000\000\151\160\141\151\162\163\000\004\013\000\000\000\137\123\117\114\125\124\111\117\116\123\000\004\011\000\000\000\160\162\157\152\145\143\164\163\000\004\006\000\000\000\160\141\151\162\163\000\004\012\000\000\000\137\137\143\157\156\146\151\147\163\000\004\010\000\000\000\160\162\157\152\145\143\164\000\004\004\000\000\000\151\151\146\000\000\000\000\000\070\000\000\000\011\001\000\000\011\001\000\000\011\001\000\000\012\001\000\000\012\001\000\000\012\001\000\000\012\001\000\000\012\001\000\000\013\001\000\000\014\001\000\000\014\001\000\000\014\001\000\000\014\001\000\000\015\001\000\000\015\001\000\000\015\001\000\000\015\001\000\000\016\001\000\000\016\001\000\000\016\001\000\000\016\001\000\000\017\001\000\000\017\001\000\000\020\001\000\000\020\001\000\000\020\001\000\000\021\001\000\000\021\001\000\000\022\001\000\000\023\001\000\000\023\001\000\000\023\001\000\000\023\001\000\000\023\001\000\000\023\001\000\000\023\001\000\000\024\001\000\000\024\001\000\000\024\001\000\000\024\001\000\000\024\001\000\000\024\001\000\000\024\001\000\000\016\001\000\000\027\001\000\000\015\001\000\000\030\001\000\000\014\001\000\000\031\001\000\000\034\001\000\000\034\001\000\000\034\001\000\000\034\001\000\000\034\001\000\000\034\001\000\000\035\001\000\000\024\000\000\000\004\000\000\000\143\146\147\000\000\000\000\000\067\000\000\000\011\000\000\000\164\150\151\163\142\141\163\145\000\003\000\000\000\067\000\000\000\012\000\000\000\164\150\151\163\154\157\143\141\154\000\010\000\000\000\067\000\000\000\016\000\000\000\151\163\142\141\163\145\155\141\164\143\150\145\144\000\011\000\000\000\067\000\000\000\020\000\000\000\050\146\157\162\040\147\145\156\145\162\141\164\157\162\051\000\014\000\000\000\061\000\000\000\014\000\000\000\050\146\157\162\040\163\164\141\164\145\051\000\014\000\000\000\061\000\000\000\016\000\000\000\050\146\157\162\040\143\157\156\164\162\157\154\051\000\014\000\000\000\061\000\000\000\002\000\000\000\137\000\015\000\000\000\057\000\000\000\004\000\000\000\163\154\156\000\015\000\000\000\057\000\000\000\020\000\000\000\050\146\157\162\040\147\145\156\145\162\141\164\157\162\051\000\020\000\000\000\057\000\000\000\014\000\000\000\050\146\157\162\040\163\164\141\164\145\051\000\020\000\000\000\057\000\000\000\016\000\000\000\050\146\157\162\040\143\157\156\164\162\157\154\051\000\020\000\000\000\057\000\000\000\002\000\000\000\137\000\021\000\000\000\055\000\000\000\004\000\000\000\160\162\152\000\021\000\000\000\055\000\000\000\020\000\000\000\050\146\157\162\040\147\145\156\145\162\141\164\157\162\051\000\024\000\000\000\055\000\000\000\014\000\000\000\050\146\157\162\040\163\164\141\164\145\051\000\024\000\000\000\055\000\000\000\016\000\000\000\050\146\157\162\040\143\157\156\164\162\157\154\051\000\024\000\000\000\055\000\000\000\002\000\000\000\137\000\025\000\000\000\053\000\000\000\010\000\000\000\164\150\141\164\143\146\147\000\025\000\000\000\053\000\000\000\011\000\000\000\164\150\141\164\142\141\163\145\000\032\000\000\000\053\000\000\000\001\000\000\000\013\000\000\000\147\145\164\142\141\163\145\144\151\162\000\161\000\000\000\362\000\000\000\362\000\000\000\362\000\000\000\362\000\000\000\362\000\000\000\362\000\000\000\363\000\000\000\363\000\000\000\363\000\000\000\363\000\000\000\363\000\000\000\363\000\000\000\363\000\000\000\363\000\000\000\363\000\000\000\363\000\000\000\364\000\000\000\364\000\000\000\364\000\000\000\365\000\000\000\365\000\000\000\365\000\000\000\365\000\000\000\365\000\000\000\365\000\000\000\365\000\000\000\365\000\000\000\365\000\000\000\371\000\000\000\371\000\000\000\371\000\000\000\371\000\000\000\372\000\000\000\372\000\000\000\372\000\000\000\372\000\000\000\373\000\000\000\373\000\000\000\373\000\000\000\374\000\000\000\374\000\000\000\374\000\000\000\374\000\000\000\000\001\000\000\000\001\000\000\000\001\000\000\000\001\000\000\000\001\000\000\000\001\000\000\000\001\000\000\001\001\000\000\001\001\000\000\001\001\000\000\001\001\000\000\001\001\000\000\001\001\000\000\001\001\000\000\006\001\000\000\035\001\000\000\035\001\000\000\037\001\000\000\037\001\000\000\037\001\000\000\037\001\000\000\037\001\000\000\037\001\000\000\037\001\000\000\037\001\000\000\042\001\000\000\042\001\000\000\042\001\000\000\042\001\000\000\043\001\000\000\043\001\000\000\044\001\000\000\044\001\000\000\044\001\000\000\044\001\000\000\044\001\000\000\044\001\000\000\044\001\000\000\044\001\000\000\045\001\000\000\045\001\000\000\045\001\000\000\045\001\000\000\045\001\000\000\045\001\000\000\045\001\000\000\045\001\000\000\046\001\000\000\046\001\000\000\046\001\000\000\046\001\000\000\046\001\000\000\046\001\000\000\046\001\000\000\046\001\000\000\047\001\000\000\047\001\000\000\047\001\000\000\047\001\000\000\047\001\000\000\047\001\000\000\047\001\000\000\047\001\000\000\050\001\000\000\050\001\000\000\050\001\000\000\050\001\000\000\050\001\000\000\050\001\000\000\052\001\000\000\006\000\000\000\004\000\000\000\143\146\147\000\000\000\000\000\160\000\000\000\007\000\000\000\141\143\164\151\157\156\000\040\000\000\000\160\000\000\000\014\000\000\000\164\141\162\147\145\164\163\164\171\154\145\000\044\000\000\000\160\000\000\000\013\000\000\000\147\145\164\142\141\163\145\144\151\162\000\072\000\000\000\160\000\000\000\015\000\000\000\147\145\164\165\156\151\161\165\145\144\151\162\000\074\000\000\000\160\000\000\000\012\000\000\000\160\141\164\150\163\164\171\154\145\000\110\000\000\000\160\000\000\000\000\000\000\000\000\000\000\000\065\001\000\000\111\001\000\000\002\000\000\023\065\000\000\000\005\000\000\000\105\100\000\000\034\000\001\001\026\000\006\200\105\001\000\000\206\201\100\002\134\001\001\001\026\200\004\200\212\002\000\000\111\202\202\201\206\302\300\004\304\002\000\000\000\003\200\004\334\202\000\001\211\302\002\202\205\002\000\000\306\102\101\002\234\002\001\001\026\100\001\200\306\303\300\004\004\004\000\000\100\004\200\004\200\004\000\007\034\204\200\001\311\003\004\007\241\202\000\000\026\300\375\177\141\201\000\000\026\200\372\177\041\200\000\000\026\000\371\177\005\000\000\000\105\100\000\000\034\000\001\001\026\200\003\200\105\001\000\000\206\201\100\002\134\001\001\001\026\000\002\200\205\202\001\000\306\302\300\004\234\002\001\001\026\200\000\200\304\003\200\000\000\004\000\007\334\103\000\001\241\202\000\000\026\200\376\177\141\201\000\000\026\000\375\177\041\200\000\000\026\200\373\177\036\000\200\000\007\000\000\000\004\007\000\000\000\151\160\141\151\162\163\000\004\013\000\000\000\137\123\117\114\125\124\111\117\116\123\000\004\011\000\000\000\160\162\157\152\145\143\164\163\000\004\012\000\000\000\137\137\143\157\156\146\151\147\163\000\004\001\000\000\000\000\004\017\000\000\000\143\157\156\146\151\147\165\162\141\164\151\157\156\163\000\004\006\000\000\000\160\141\151\162\163\000\000\000\000\000\065\000\000\000\067\001\000\000\067\001\000\000\067\001\000\000\067\001\000\000\070\001\000\000\070\001\000\000\070\001\000\000\070\001\000\000\071\001\000\000\071\001\000\000\072\001\000\000\072\001\000\000\072\001\000\000\072\001\000\000\072\001\000\000\073\001\000\000\073\001\000\000\073\001\000\000\073\001\000\000\074\001\000\000\074\001\000\000\074\001\000\000\074\001\000\000\074\001\000\000\074\001\000\000\073\001\000\000\074\001\000\000\070\001\000\000\075\001\000\000\067\001\000\000\076\001\000\000\102\001\000\000\102\001\000\000\102\001\000\000\102\001\000\000\103\001\000\000\103\001\000\000\103\001\000\000\103\001\000\000\104\001\000\000\104\001\000\000\104\001\000\000\104\001\000\000\105\001\000\000\105\001\000\000\105\001\000\000\104\001\000\000\105\001\000\000\103\001\000\000\106\001\000\000\102\001\000\000\107\001\000\000\111\001\000\000\036\000\000\000\020\000\000\000\050\146\157\162\040\147\145\156\145\162\141\164\157\162\051\000\003\000\000\000\037\000\000\000\014\000\000\000\050\146\157\162\040\163\164\141\164\145\051\000\003\000\000\000\037\000\000\000\016\000\000\000\050\146\157\162\040\143\157\156\164\162\157\154\051\000\003\000\000\000\037\000\000\000\002\000\000\000\137\000\004\000\000\000\035\000\000\000\004\000\000\000\163\154\156\000\004\000\000\000\035\000\000\000\020\000\000\000\050\146\157\162\040\147\145\156\145\162\141\164\157\162\051\000\007\000\000\000\035\000\000\000\014\000\000\000\050\146\157\162\040\163\164\141\164\145\051\000\007\000\000\000\035\000\000\000\016\000\000\000\050\146\157\162\040\143\157\156\164\162\157\154\051\000\007\000\000\000\035\000\000\000\002\000\000\000\137\000\010\000\000\000\033\000\000\000\004\000\000\000\160\162\152\000\010\000\000\000\033\000\000\000\020\000\000\000\050\146\157\162\040\147\145\156\145\162\141\164\157\162\051\000\022\000\000\000\033\000\000\000\014\000\000\000\050\146\157\162\040\163\164\141\164\145\051\000\022\000\000\000\033\000\000\000\016\000\000\000\050\146\157\162\040\143\157\156\164\162\157\154\051\000\022\000\000\000\033\000\000\000\002\000\000\000\137\000\023\000\000\000\031\000\000\000\005\000\000\000\156\141\155\145\000\023\000\000\000\031\000\000\000\020\000\000\000\050\146\157\162\040\147\145\156\145\162\141\164\157\162\051\000\042\000\000\000\064\000\000\000\014\000\000\000\050\146\157\162\040\163\164\141\164\145\051\000\042\000\000\000\064\000\000\000\016\000\000\000\050\146\157\162\040\143\157\156\164\162\157\154\051\000\042\000\000\000\064\000\000\000\002\000\000\000\137\000\043\000\000\000\062\000\000\000\004\000\000\000\163\154\156\000\043\000\000\000\062\000\000\000\020\000\000\000\050\146\157\162\040\147\145\156\145\162\141\164\157\162\051\000\046\000\000\000\062\000\000\000\014\000\000\000\050\146\157\162\040\163\164\141\164\145\051\000\046\000\000\000\062\000\000\000\016\000\000\000\050\146\157\162\040\143\157\156\164\162\157\154\051\000\046\000\000\000\062\000\000\000\002\000\000\000\137\000\047\000\000\000\060\000\000\000\004\000\000\000\160\162\152\000\047\000\000\000\060\000\000\000\020\000\000\000\050\146\157\162\040\147\145\156\145\162\141\164\157\162\051\000\052\000\000\000\060\000\000\000\014\000\000\000\050\146\157\162\040\163\164\141\164\145\051\000\052\000\000\000\060\000\000\000\016\000\000\000\050\146\157\162\040\143\157\156\164\162\157\154\051\000\052\000\000\000\060\000\000\000\002\000\000\000\137\000\053\000\000\000\056\000\000\000\004\000\000\000\143\146\147\000\053\000\000\000\056\000\000\000\002\000\000\000\023\000\000\000\142\165\151\154\144\160\162\157\152\145\143\164\143\157\156\146\151\147\000\015\000\000\000\142\165\151\154\144\164\141\162\147\145\164\163\000\041\000\000\000\015\000\000\000\017\000\000\000\020\000\000\000\021\000\000\000\025\000\000\000\027\000\000\000\030\000\000\000\041\000\000\000\056\000\000\000\041\000\000\000\067\000\000\000\077\000\000\000\067\000\000\000\107\000\000\000\125\000\000\000\107\000\000\000\135\000\000\000\156\000\000\000\135\000\000\000\202\000\000\000\202\000\000\000\243\000\000\000\243\000\000\000\346\000\000\000\346\000\000\000\346\000\000\000\052\001\000\000\065\001\000\000\111\001\000\000\111\001\000\000\111\001\000\000\065\001\000\000\111\001\000\000\006\000\000\000\007\000\000\000\156\157\143\157\160\171\000\004\000\000\000\040\000\000\000\010\000\000\000\156\157\146\151\170\165\160\000\007\000\000\000\040\000\000\000\013\000\000\000\143\157\160\171\146\151\145\154\144\163\000\025\000\000\000\040\000\000\000\014\000\000\000\142\165\151\154\144\143\157\156\146\151\147\000\027\000\000\000\040\000\000\000\023\000\000\000\142\165\151\154\144\160\162\157\152\145\143\164\143\157\156\146\151\147\000\032\000\000\000\040\000\000\000\015\000\000\000\142\165\151\154\144\164\141\162\147\145\164\163\000\033\000\000\000\040\000\000\000\000\000\000\000",
+ "\033\114\165\141\121\000\001\004\004\004\010\000\022\000\000\000\100\163\162\143\057\142\141\163\145\057\141\160\151\056\154\165\141\000\000\000\000\000\000\000\000\000\000\000\002\032\341\000\000\000\005\000\000\000\112\100\006\000\212\200\000\000\211\000\301\201\211\200\301\202\111\200\000\201\212\300\000\000\211\000\302\201\211\100\302\202\312\000\000\002\001\301\002\000\101\001\003\000\201\101\003\000\301\201\003\000\342\100\000\002\211\300\000\205\111\200\200\203\212\200\000\000\211\000\304\201\211\100\302\202\111\200\200\207\212\200\000\000\211\000\304\201\211\200\304\202\111\200\200\210\212\200\000\000\211\000\304\201\211\100\302\202\111\200\200\211\212\200\000\000\211\100\305\201\211\100\302\202\111\200\000\212\212\200\000\000\211\100\305\201\211\100\302\202\111\200\000\213\212\000\001\000\211\000\304\201\211\100\302\202\211\100\106\214\312\000\200\011\001\201\006\000\101\301\006\000\201\001\007\000\301\101\007\000\001\202\007\000\101\302\007\000\201\002\010\000\301\102\010\000\001\203\010\000\101\303\010\000\201\003\011\000\301\103\011\000\001\204\011\000\101\304\011\000\201\004\012\000\301\104\012\000\001\205\012\000\101\305\012\000\201\005\013\000\301\105\013\000\001\206\013\000\101\306\013\000\342\100\000\013\211\300\000\205\111\200\200\213\212\200\000\000\211\000\301\201\211\100\302\202\111\200\000\230\212\200\000\000\211\000\302\201\211\100\302\202\111\200\200\230\212\200\000\000\211\000\302\201\211\100\302\202\111\200\000\231\212\200\000\000\211\000\302\201\211\100\302\202\111\200\200\231\212\200\000\000\211\100\315\201\211\100\302\202\111\200\000\232\212\300\000\000\211\000\302\201\211\100\302\202\312\000\000\002\001\201\015\000\101\301\015\000\201\001\016\000\301\101\016\000\342\100\000\002\211\300\000\205\111\200\200\201\212\300\000\000\211\000\302\201\211\200\301\202\312\000\200\001\001\301\016\000\101\001\017\000\201\101\017\000\342\100\200\001\211\300\000\205\111\200\000\235\212\200\000\000\211\100\315\201\211\100\302\202\111\200\000\237\212\200\000\000\211\000\304\201\211\100\302\202\111\200\200\237\212\200\000\000\211\000\304\201\211\100\302\202\111\200\000\240\212\200\000\000\211\000\301\201\211\200\301\202\111\200\200\240\212\200\000\000\211\000\301\201\211\100\302\202\111\200\000\241\212\200\000\000\211\000\301\201\211\100\302\202\111\200\200\241\212\200\000\000\211\000\301\201\211\100\302\202\111\200\000\242\212\200\000\000\211\000\304\201\211\100\302\202\111\200\200\242\212\200\000\000\211\000\304\201\211\100\302\202\111\200\000\243\212\200\000\000\211\000\304\201\211\100\302\202\111\200\200\243\212\200\000\000\211\000\304\201\211\100\302\202\111\200\000\244\212\200\000\000\211\100\315\201\211\100\302\202\111\200\200\244\212\200\000\000\211\000\304\201\211\100\302\202\111\200\000\245\212\200\000\000\211\000\301\201\211\100\302\202\111\200\200\245\212\200\000\000\211\000\302\201\211\100\302\202\111\200\000\246\212\200\000\000\211\000\302\201\211\100\302\202\111\200\200\246\212\200\000\000\211\000\302\201\211\100\302\202\111\200\000\247\212\300\000\000\211\000\302\201\211\200\301\202\344\000\000\000\211\300\000\205\111\200\200\247\011\100\200\200\044\100\000\000\105\000\000\000\244\200\000\000\111\200\000\250\105\000\000\000\244\300\000\000\000\000\000\000\111\200\200\250\144\000\001\000\205\000\000\000\344\100\001\000\000\000\200\000\211\300\000\251\205\000\000\000\344\200\001\000\000\000\200\000\211\300\200\251\205\000\000\000\344\300\001\000\000\000\000\000\211\300\000\252\244\000\002\000\305\100\025\000\005\001\000\000\006\101\100\002\334\000\001\001\026\100\001\200\005\202\025\000\144\102\002\000\000\000\000\001\000\000\000\003\011\102\002\003\243\001\000\000\341\200\000\000\026\300\375\177\344\200\002\000\307\300\025\000\344\300\002\000\307\000\026\000\344\000\003\000\307\200\004\000\036\000\200\000\131\000\000\000\004\010\000\000\000\160\162\145\155\141\153\145\000\004\007\000\000\000\146\151\145\154\144\163\000\004\010\000\000\000\142\141\163\145\144\151\162\000\004\005\000\000\000\153\151\156\144\000\004\005\000\000\000\160\141\164\150\000\004\006\000\000\000\163\143\157\160\145\000\004\012\000\000\000\143\157\156\164\141\151\156\145\162\000\004\014\000\000\000\142\165\151\154\144\141\143\164\151\157\156\000\004\007\000\000\000\163\164\162\151\156\147\000\004\007\000\000\000\143\157\156\146\151\147\000\004\010\000\000\000\141\154\154\157\167\145\144\000\004\010\000\000\000\103\157\155\160\151\154\145\000\004\005\000\000\000\103\157\160\171\000\004\006\000\000\000\105\155\142\145\144\000\004\005\000\000\000\116\157\156\145\000\004\015\000\000\000\142\165\151\154\144\157\160\164\151\157\156\163\000\004\005\000\000\000\154\151\163\164\000\004\017\000\000\000\143\157\156\146\151\147\165\162\141\164\151\157\156\163\000\004\011\000\000\000\163\157\154\165\164\151\157\156\000\004\010\000\000\000\144\145\146\151\156\145\163\000\004\011\000\000\000\145\170\143\154\165\144\145\163\000\004\011\000\000\000\146\151\154\145\154\151\163\164\000\004\006\000\000\000\146\151\154\145\163\000\004\006\000\000\000\146\154\141\147\163\000\004\010\000\000\000\151\163\146\154\141\147\163\000\001\001\004\016\000\000\000\105\170\164\162\141\127\141\162\156\151\156\147\163\000\004\016\000\000\000\106\141\164\141\154\127\141\162\156\151\156\147\163\000\004\010\000\000\000\115\141\156\141\147\145\144\000\004\014\000\000\000\116\141\164\151\166\145\127\103\150\141\162\000\004\016\000\000\000\116\157\066\064\102\151\164\103\150\145\143\153\163\000\004\022\000\000\000\116\157\105\144\151\164\101\156\144\103\157\156\164\151\156\165\145\000\004\015\000\000\000\116\157\105\170\143\145\160\164\151\157\156\163\000\004\017\000\000\000\116\157\106\162\141\155\145\120\157\151\156\164\145\162\000\004\014\000\000\000\116\157\111\155\160\157\162\164\114\151\142\000\004\013\000\000\000\116\157\115\141\156\151\146\145\163\164\000\004\016\000\000\000\116\157\116\141\164\151\166\145\127\103\150\141\162\000\004\006\000\000\000\116\157\120\103\110\000\004\007\000\000\000\116\157\122\124\124\111\000\004\011\000\000\000\117\160\164\151\155\151\172\145\000\004\015\000\000\000\117\160\164\151\155\151\172\145\123\151\172\145\000\004\016\000\000\000\117\160\164\151\155\151\172\145\123\160\145\145\144\000\004\004\000\000\000\123\105\110\000\004\016\000\000\000\123\164\141\164\151\143\122\165\156\164\151\155\145\000\004\010\000\000\000\123\171\155\142\157\154\163\000\004\010\000\000\000\125\156\151\143\157\144\145\000\004\007\000\000\000\125\156\163\141\146\145\000\004\010\000\000\000\127\151\156\115\141\151\156\000\004\012\000\000\000\151\155\160\154\151\142\144\151\162\000\004\020\000\000\000\151\155\160\154\151\142\145\170\164\145\156\163\151\157\156\000\004\013\000\000\000\151\155\160\154\151\142\156\141\155\145\000\004\015\000\000\000\151\155\160\154\151\142\160\162\145\146\151\170\000\004\014\000\000\000\151\156\143\154\165\144\145\144\151\162\163\000\004\010\000\000\000\144\151\162\154\151\163\164\000\004\013\000\000\000\103\157\156\163\157\154\145\101\160\160\000\004\014\000\000\000\127\151\156\144\157\167\145\144\101\160\160\000\004\012\000\000\000\123\164\141\164\151\143\114\151\142\000\004\012\000\000\000\123\150\141\162\145\144\114\151\142\000\004\011\000\000\000\154\141\156\147\165\141\147\145\000\004\002\000\000\000\103\000\004\004\000\000\000\103\053\053\000\004\003\000\000\000\103\043\000\004\010\000\000\000\154\151\142\144\151\162\163\000\004\014\000\000\000\154\151\156\153\157\160\164\151\157\156\163\000\004\006\000\000\000\154\151\156\153\163\000\004\011\000\000\000\154\157\143\141\164\151\157\156\000\004\007\000\000\000\157\142\152\144\151\162\000\004\012\000\000\000\160\143\150\150\145\141\144\145\162\000\004\012\000\000\000\160\143\150\163\157\165\162\143\145\000\004\022\000\000\000\160\157\163\164\142\165\151\154\144\143\157\155\155\141\156\144\163\000\004\021\000\000\000\160\162\145\142\165\151\154\144\143\157\155\155\141\156\144\163\000\004\020\000\000\000\160\162\145\154\151\156\153\143\157\155\155\141\156\144\163\000\004\013\000\000\000\162\145\163\144\145\146\151\156\145\163\000\004\017\000\000\000\162\145\163\151\156\143\154\165\144\145\144\151\162\163\000\004\013\000\000\000\162\145\163\157\160\164\151\157\156\163\000\004\012\000\000\000\164\141\162\147\145\164\144\151\162\000\004\020\000\000\000\164\141\162\147\145\164\145\170\164\145\156\163\151\157\156\000\004\013\000\000\000\164\141\162\147\145\164\156\141\155\145\000\004\015\000\000\000\164\141\162\147\145\164\160\162\145\146\151\170\000\004\005\000\000\000\165\165\151\144\000\004\012\000\000\000\147\145\164\157\142\152\145\143\164\000\004\011\000\000\000\163\145\164\141\162\162\141\171\000\004\014\000\000\000\163\145\164\144\151\162\141\162\162\141\171\000\004\015\000\000\000\163\145\164\146\151\154\145\141\162\162\141\171\000\004\012\000\000\000\163\145\164\163\164\162\151\156\147\000\004\006\000\000\000\160\141\151\162\163\000\004\003\000\000\000\137\107\000\004\016\000\000\000\143\157\156\146\151\147\165\162\141\164\151\157\156\000\004\010\000\000\000\160\162\157\152\145\143\164\000\015\000\000\000\000\000\000\000\375\000\000\000\014\001\000\000\000\001\000\012\071\000\000\000\102\000\200\000\224\000\000\000\127\000\100\001\026\000\000\200\102\000\000\000\201\100\000\000\301\000\000\000\001\101\000\000\240\100\002\200\213\201\100\000\000\002\200\002\100\002\200\002\234\201\000\002\313\301\100\003\101\002\001\000\334\201\200\001\332\101\000\000\026\000\000\200\102\000\000\000\237\000\375\177\213\200\100\000\001\101\001\000\101\101\001\000\234\200\000\002\127\200\101\001\026\000\000\200\102\000\000\000\213\200\100\000\001\301\001\000\101\301\001\000\234\200\000\002\127\200\101\001\026\000\000\200\102\000\000\000\213\200\100\000\001\001\002\000\101\001\002\000\234\200\000\002\127\200\101\001\026\000\000\200\102\000\000\000\213\200\100\000\001\101\002\000\101\101\002\000\234\200\000\002\127\200\101\001\026\000\000\200\102\000\000\000\132\100\000\000\026\200\000\200\203\000\000\001\301\200\002\000\236\000\200\001\213\300\102\000\235\000\000\001\236\000\000\000\036\000\200\000\014\000\000\000\003\000\000\000\000\000\000\102\100\003\000\000\000\000\000\000\360\077\004\004\000\000\000\163\165\142\000\004\005\000\000\000\146\151\156\144\000\004\032\000\000\000\133\101\102\103\104\105\106\141\142\143\144\145\146\060\061\062\063\064\065\066\067\070\071\055\135\000\003\000\000\000\000\000\000\042\100\004\002\000\000\000\055\000\003\000\000\000\000\000\000\054\100\003\000\000\000\000\000\000\063\100\003\000\000\000\000\000\000\070\100\004\015\000\000\000\151\156\166\141\154\151\144\040\125\125\111\104\000\004\006\000\000\000\165\160\160\145\162\000\000\000\000\000\071\000\000\000\376\000\000\000\377\000\000\000\377\000\000\000\377\000\000\000\377\000\000\000\000\001\000\000\000\001\000\000\000\001\000\000\000\001\000\000\001\001\000\000\001\001\000\000\001\001\000\000\001\001\000\000\002\001\000\000\002\001\000\000\002\001\000\000\002\001\000\000\002\001\000\000\002\001\000\000\000\001\000\000\004\001\000\000\004\001\000\000\004\001\000\000\004\001\000\000\004\001\000\000\004\001\000\000\004\001\000\000\005\001\000\000\005\001\000\000\005\001\000\000\005\001\000\000\005\001\000\000\005\001\000\000\005\001\000\000\006\001\000\000\006\001\000\000\006\001\000\000\006\001\000\000\006\001\000\000\006\001\000\000\006\001\000\000\007\001\000\000\007\001\000\000\007\001\000\000\007\001\000\000\007\001\000\000\007\001\000\000\007\001\000\000\010\001\000\000\010\001\000\000\011\001\000\000\011\001\000\000\011\001\000\000\013\001\000\000\013\001\000\000\013\001\000\000\014\001\000\000\007\000\000\000\006\000\000\000\166\141\154\165\145\000\000\000\000\000\070\000\000\000\003\000\000\000\157\153\000\001\000\000\000\070\000\000\000\014\000\000\000\050\146\157\162\040\151\156\144\145\170\051\000\010\000\000\000\024\000\000\000\014\000\000\000\050\146\157\162\040\154\151\155\151\164\051\000\010\000\000\000\024\000\000\000\013\000\000\000\050\146\157\162\040\163\164\145\160\051\000\010\000\000\000\024\000\000\000\002\000\000\000\151\000\011\000\000\000\023\000\000\000\003\000\000\000\143\150\000\015\000\000\000\023\000\000\000\000\000\000\000\000\000\000\000\036\001\000\000\055\001\000\000\000\002\000\012\042\000\000\000\132\000\000\000\026\100\007\200\205\000\000\000\300\000\200\000\234\200\000\001\027\100\100\001\026\000\001\200\200\000\200\000\300\000\000\000\235\000\000\001\236\000\000\000\026\000\005\200\205\200\000\000\300\000\200\000\234\000\001\001\026\200\001\200\313\301\100\000\334\201\000\001\013\302\100\003\034\202\000\001\027\000\202\003\026\000\000\200\236\001\000\001\241\200\000\000\026\200\375\177\203\000\000\001\301\000\001\000\000\001\000\000\101\101\001\000\325\100\201\001\236\000\200\001\026\000\000\200\036\000\000\001\036\000\200\000\006\000\000\000\004\005\000\000\000\164\171\160\145\000\004\011\000\000\000\146\165\156\143\164\151\157\156\000\004\007\000\000\000\151\160\141\151\162\163\000\004\006\000\000\000\154\157\167\145\162\000\004\020\000\000\000\151\156\166\141\154\151\144\040\166\141\154\165\145\040\047\000\004\002\000\000\000\047\000\000\000\000\000\042\000\000\000\037\001\000\000\037\001\000\000\040\001\000\000\040\001\000\000\040\001\000\000\040\001\000\000\040\001\000\000\041\001\000\000\041\001\000\000\041\001\000\000\041\001\000\000\041\001\000\000\043\001\000\000\043\001\000\000\043\001\000\000\043\001\000\000\044\001\000\000\044\001\000\000\044\001\000\000\044\001\000\000\044\001\000\000\044\001\000\000\045\001\000\000\043\001\000\000\046\001\000\000\050\001\000\000\050\001\000\000\050\001\000\000\050\001\000\000\050\001\000\000\050\001\000\000\051\001\000\000\053\001\000\000\055\001\000\000\007\000\000\000\006\000\000\000\166\141\154\165\145\000\000\000\000\000\041\000\000\000\010\000\000\000\141\154\154\157\167\145\144\000\000\000\000\000\041\000\000\000\020\000\000\000\050\146\157\162\040\147\145\156\145\162\141\164\157\162\051\000\017\000\000\000\031\000\000\000\014\000\000\000\050\146\157\162\040\163\164\141\164\145\051\000\017\000\000\000\031\000\000\000\016\000\000\000\050\146\157\162\040\143\157\156\164\162\157\154\051\000\017\000\000\000\031\000\000\000\002\000\000\000\137\000\020\000\000\000\027\000\000\000\002\000\000\000\166\000\020\000\000\000\027\000\000\000\000\000\000\000\000\000\000\000\070\001\000\000\121\001\000\000\000\001\000\005\041\000\000\000\127\000\100\000\026\100\000\200\027\100\100\000\026\200\000\200\205\200\000\000\106\300\100\001\026\100\000\200\205\200\000\000\106\000\101\001\027\100\100\000\026\100\001\200\205\100\001\000\300\000\200\000\234\200\000\001\127\100\100\001\026\000\000\200\103\000\200\000\203\000\000\001\132\100\000\000\026\000\002\200\027\000\100\000\026\100\000\200\201\200\001\000\026\000\001\200\027\100\100\000\026\100\000\200\201\300\001\000\026\000\000\200\201\000\002\000\300\000\200\000\000\001\000\001\336\000\200\001\036\000\200\000\011\000\000\000\004\012\000\000\000\143\157\156\164\141\151\156\145\162\000\004\011\000\000\000\163\157\154\165\164\151\157\156\000\004\010\000\000\000\160\162\145\155\141\153\145\000\004\021\000\000\000\103\165\162\162\145\156\164\103\157\156\164\141\151\156\145\162\000\004\025\000\000\000\103\165\162\162\145\156\164\103\157\156\146\151\147\165\162\141\164\151\157\156\000\004\005\000\000\000\164\171\160\145\000\004\036\000\000\000\156\157\040\141\143\164\151\166\145\040\163\157\154\165\164\151\157\156\040\157\162\040\160\162\157\152\145\143\164\000\004\023\000\000\000\156\157\040\141\143\164\151\166\145\040\163\157\154\165\164\151\157\156\000\004\056\000\000\000\156\157\040\141\143\164\151\166\145\040\163\157\154\165\164\151\157\156\054\040\160\162\157\152\145\143\164\054\040\157\162\040\143\157\156\146\151\147\165\162\141\164\151\157\156\000\000\000\000\000\041\000\000\000\073\001\000\000\073\001\000\000\073\001\000\000\073\001\000\000\074\001\000\000\074\001\000\000\074\001\000\000\076\001\000\000\076\001\000\000\101\001\000\000\101\001\000\000\101\001\000\000\101\001\000\000\101\001\000\000\101\001\000\000\101\001\000\000\102\001\000\000\105\001\000\000\106\001\000\000\106\001\000\000\107\001\000\000\107\001\000\000\110\001\000\000\110\001\000\000\111\001\000\000\111\001\000\000\112\001\000\000\112\001\000\000\114\001\000\000\120\001\000\000\120\001\000\000\120\001\000\000\121\001\000\000\003\000\000\000\002\000\000\000\164\000\000\000\000\000\040\000\000\000\012\000\000\000\143\157\156\164\141\151\156\145\162\000\000\000\000\000\040\000\000\000\004\000\000\000\155\163\147\000\022\000\000\000\040\000\000\000\000\000\000\000\000\000\000\000\132\001\000\000\167\001\000\000\001\004\000\012\037\000\000\000\005\001\000\000\006\101\100\002\100\001\000\000\034\301\000\001\032\101\000\000\026\300\000\200\205\201\000\000\300\001\200\002\001\302\000\000\234\101\200\001\206\101\000\002\232\101\000\000\026\100\000\200\212\001\000\000\011\201\201\000\244\001\000\000\000\000\000\003\000\000\200\002\004\000\000\000\000\000\200\001\000\000\000\002\000\000\200\000\232\000\000\000\026\300\000\200\300\001\000\003\000\002\000\001\101\002\001\000\334\101\200\001\306\101\000\002\336\001\000\001\036\000\200\000\005\000\000\000\004\010\000\000\000\160\162\145\155\141\153\145\000\004\012\000\000\000\147\145\164\157\142\152\145\143\164\000\004\006\000\000\000\145\162\162\157\162\000\003\000\000\000\000\000\000\010\100\003\000\000\000\000\000\000\024\100\001\000\000\000\000\000\000\000\144\001\000\000\160\001\000\000\006\002\000\012\044\000\000\000\205\000\000\000\300\000\000\000\234\200\000\001\027\100\100\001\026\200\002\200\205\200\000\000\300\000\000\000\234\000\001\001\026\300\000\200\304\001\000\000\000\002\000\003\114\302\300\000\334\101\200\001\241\200\000\000\026\100\376\177\026\200\004\200\204\000\000\001\300\000\000\000\004\001\200\001\234\300\200\001\310\000\200\000\000\000\000\001\032\100\000\000\026\300\000\200\205\000\001\000\304\000\200\000\000\001\200\000\234\100\200\001\205\100\000\000\206\100\101\001\304\000\000\002\004\001\200\002\306\000\201\001\000\001\000\000\234\100\200\001\036\000\200\000\006\000\000\000\004\005\000\000\000\164\171\160\145\000\004\006\000\000\000\164\141\142\154\145\000\004\007\000\000\000\151\160\141\151\162\163\000\003\000\000\000\000\000\000\360\077\004\006\000\000\000\145\162\162\157\162\000\004\007\000\000\000\151\156\163\145\162\164\000\000\000\000\000\044\000\000\000\145\001\000\000\145\001\000\000\145\001\000\000\145\001\000\000\145\001\000\000\146\001\000\000\146\001\000\000\146\001\000\000\146\001\000\000\147\001\000\000\147\001\000\000\147\001\000\000\147\001\000\000\146\001\000\000\147\001\000\000\150\001\000\000\152\001\000\000\152\001\000\000\152\001\000\000\152\001\000\000\152\001\000\000\152\001\000\000\153\001\000\000\153\001\000\000\154\001\000\000\154\001\000\000\154\001\000\000\154\001\000\000\156\001\000\000\156\001\000\000\156\001\000\000\156\001\000\000\156\001\000\000\156\001\000\000\156\001\000\000\160\001\000\000\007\000\000\000\006\000\000\000\166\141\154\165\145\000\000\000\000\000\043\000\000\000\006\000\000\000\144\145\160\164\150\000\000\000\000\000\043\000\000\000\020\000\000\000\050\146\157\162\040\147\145\156\145\162\141\164\157\162\051\000\010\000\000\000\017\000\000\000\014\000\000\000\050\146\157\162\040\163\164\141\164\145\051\000\010\000\000\000\017\000\000\000\016\000\000\000\050\146\157\162\040\143\157\156\164\162\157\154\051\000\010\000\000\000\017\000\000\000\002\000\000\000\137\000\011\000\000\000\015\000\000\000\002\000\000\000\166\000\011\000\000\000\015\000\000\000\006\000\000\000\011\000\000\000\144\157\151\156\163\145\162\164\000\004\000\000\000\145\162\162\000\013\000\000\000\143\150\145\143\153\166\141\154\165\145\000\010\000\000\000\141\154\154\157\167\145\144\000\012\000\000\000\143\157\156\164\141\151\156\145\162\000\012\000\000\000\146\151\145\154\144\156\141\155\145\000\037\000\000\000\133\001\000\000\133\001\000\000\133\001\000\000\133\001\000\000\134\001\000\000\134\001\000\000\135\001\000\000\135\001\000\000\135\001\000\000\135\001\000\000\140\001\000\000\140\001\000\000\140\001\000\000\141\001\000\000\141\001\000\000\160\001\000\000\160\001\000\000\160\001\000\000\160\001\000\000\160\001\000\000\160\001\000\000\160\001\000\000\162\001\000\000\162\001\000\000\163\001\000\000\163\001\000\000\163\001\000\000\163\001\000\000\166\001\000\000\166\001\000\000\167\001\000\000\007\000\000\000\006\000\000\000\143\164\171\160\145\000\000\000\000\000\036\000\000\000\012\000\000\000\146\151\145\154\144\156\141\155\145\000\000\000\000\000\036\000\000\000\006\000\000\000\166\141\154\165\145\000\000\000\000\000\036\000\000\000\010\000\000\000\141\154\154\157\167\145\144\000\000\000\000\000\036\000\000\000\012\000\000\000\143\157\156\164\141\151\156\145\162\000\004\000\000\000\036\000\000\000\004\000\000\000\145\162\162\000\004\000\000\000\036\000\000\000\011\000\000\000\144\157\151\156\163\145\162\164\000\026\000\000\000\036\000\000\000\001\000\000\000\013\000\000\000\143\150\145\143\153\166\141\154\165\145\000\000\000\000\000\201\001\000\000\224\001\000\000\000\004\000\011\020\000\000\000\012\001\000\000\144\001\000\000\000\000\200\001\000\000\000\002\107\001\000\000\105\001\000\000\200\001\000\001\134\101\000\001\105\101\000\000\106\201\300\002\200\001\000\000\300\001\200\000\000\002\000\002\135\001\000\002\136\001\000\000\036\000\200\000\003\000\000\000\004\015\000\000\000\155\141\153\145\141\142\163\157\154\165\164\145\000\004\010\000\000\000\160\162\145\155\141\153\145\000\004\011\000\000\000\163\145\164\141\162\162\141\171\000\001\000\000\000\000\000\000\000\204\001\000\000\220\001\000\000\002\001\000\010\043\000\000\000\105\000\000\000\200\000\000\000\134\200\000\001\027\100\300\000\026\100\002\200\105\200\000\000\200\000\000\000\134\000\001\001\026\200\000\200\205\301\000\000\300\001\200\002\234\101\000\001\141\200\000\000\026\200\376\177\026\200\004\200\113\000\101\000\301\100\001\000\134\200\200\001\132\000\000\000\026\100\001\200\105\300\000\000\204\000\000\000\300\000\000\000\234\000\000\001\134\100\000\000\026\300\001\200\105\100\000\000\106\200\301\000\204\000\200\000\305\300\001\000\306\000\302\001\000\001\000\000\334\000\000\001\134\100\000\000\036\000\200\000\011\000\000\000\004\005\000\000\000\164\171\160\145\000\004\006\000\000\000\164\141\142\154\145\000\004\007\000\000\000\151\160\141\151\162\163\000\004\015\000\000\000\155\141\153\145\141\142\163\157\154\165\164\145\000\004\005\000\000\000\146\151\156\144\000\004\002\000\000\000\052\000\004\007\000\000\000\151\156\163\145\162\164\000\004\005\000\000\000\160\141\164\150\000\004\014\000\000\000\147\145\164\141\142\163\157\154\165\164\145\000\000\000\000\000\043\000\000\000\205\001\000\000\205\001\000\000\205\001\000\000\205\001\000\000\205\001\000\000\206\001\000\000\206\001\000\000\206\001\000\000\206\001\000\000\207\001\000\000\207\001\000\000\207\001\000\000\206\001\000\000\207\001\000\000\210\001\000\000\212\001\000\000\212\001\000\000\212\001\000\000\212\001\000\000\212\001\000\000\213\001\000\000\213\001\000\000\213\001\000\000\213\001\000\000\213\001\000\000\213\001\000\000\215\001\000\000\215\001\000\000\215\001\000\000\215\001\000\000\215\001\000\000\215\001\000\000\215\001\000\000\215\001\000\000\220\001\000\000\006\000\000\000\006\000\000\000\166\141\154\165\145\000\000\000\000\000\042\000\000\000\020\000\000\000\050\146\157\162\040\147\145\156\145\162\141\164\157\162\051\000\010\000\000\000\016\000\000\000\014\000\000\000\050\146\157\162\040\163\164\141\164\145\051\000\010\000\000\000\016\000\000\000\016\000\000\000\050\146\157\162\040\143\157\156\164\162\157\154\051\000\010\000\000\000\016\000\000\000\002\000\000\000\137\000\011\000\000\000\014\000\000\000\005\000\000\000\151\164\145\155\000\011\000\000\000\014\000\000\000\002\000\000\000\012\000\000\000\155\141\164\143\150\146\165\156\143\000\007\000\000\000\162\145\163\165\154\164\000\020\000\000\000\202\001\000\000\220\001\000\000\220\001\000\000\220\001\000\000\204\001\000\000\222\001\000\000\222\001\000\000\222\001\000\000\223\001\000\000\223\001\000\000\223\001\000\000\223\001\000\000\223\001\000\000\223\001\000\000\223\001\000\000\224\001\000\000\005\000\000\000\006\000\000\000\143\164\171\160\145\000\000\000\000\000\017\000\000\000\012\000\000\000\146\151\145\154\144\156\141\155\145\000\000\000\000\000\017\000\000\000\006\000\000\000\166\141\154\165\145\000\000\000\000\000\017\000\000\000\012\000\000\000\155\141\164\143\150\146\165\156\143\000\000\000\000\000\017\000\000\000\007\000\000\000\162\145\163\165\154\164\000\001\000\000\000\017\000\000\000\000\000\000\000\000\000\000\000\226\001\000\000\230\001\000\000\001\003\000\010\011\000\000\000\304\000\000\000\000\001\000\000\100\001\200\000\200\001\000\001\305\001\000\000\306\101\300\003\335\000\200\002\336\000\000\000\036\000\200\000\002\000\000\000\004\003\000\000\000\157\163\000\004\012\000\000\000\155\141\164\143\150\144\151\162\163\000\000\000\000\000\011\000\000\000\227\001\000\000\227\001\000\000\227\001\000\000\227\001\000\000\227\001\000\000\227\001\000\000\227\001\000\000\227\001\000\000\230\001\000\000\003\000\000\000\006\000\000\000\143\164\171\160\145\000\000\000\000\000\010\000\000\000\012\000\000\000\146\151\145\154\144\156\141\155\145\000\000\000\000\000\010\000\000\000\006\000\000\000\166\141\154\165\145\000\000\000\000\000\010\000\000\000\001\000\000\000\017\000\000\000\144\157\155\141\164\143\150\145\144\141\162\162\141\171\000\000\000\000\000\232\001\000\000\234\001\000\000\001\003\000\010\011\000\000\000\304\000\000\000\000\001\000\000\100\001\200\000\200\001\000\001\305\001\000\000\306\101\300\003\335\000\200\002\336\000\000\000\036\000\200\000\002\000\000\000\004\003\000\000\000\157\163\000\004\013\000\000\000\155\141\164\143\150\146\151\154\145\163\000\000\000\000\000\011\000\000\000\233\001\000\000\233\001\000\000\233\001\000\000\233\001\000\000\233\001\000\000\233\001\000\000\233\001\000\000\233\001\000\000\234\001\000\000\003\000\000\000\006\000\000\000\143\164\171\160\145\000\000\000\000\000\010\000\000\000\012\000\000\000\146\151\145\154\144\156\141\155\145\000\000\000\000\000\010\000\000\000\006\000\000\000\166\141\154\165\145\000\000\000\000\000\010\000\000\000\001\000\000\000\017\000\000\000\144\157\155\141\164\143\150\145\144\141\162\162\141\171\000\000\000\000\000\245\001\000\000\267\001\000\000\001\004\000\011\034\000\000\000\005\001\000\000\006\101\100\002\100\001\000\000\034\301\000\001\032\101\000\000\026\300\000\200\205\201\000\000\300\001\200\002\001\302\000\000\234\101\200\001\232\000\000\000\026\000\003\200\204\001\000\000\300\001\000\001\000\002\200\001\234\301\200\001\100\001\200\003\200\000\000\003\232\100\000\000\026\300\000\200\205\201\000\000\300\001\200\002\001\302\000\000\234\101\200\001\011\201\200\000\206\101\000\002\236\001\000\001\036\000\200\000\004\000\000\000\004\010\000\000\000\160\162\145\155\141\153\145\000\004\012\000\000\000\147\145\164\157\142\152\145\143\164\000\004\006\000\000\000\145\162\162\157\162\000\003\000\000\000\000\000\000\020\100\000\000\000\000\034\000\000\000\247\001\000\000\247\001\000\000\247\001\000\000\247\001\000\000\250\001\000\000\250\001\000\000\251\001\000\000\251\001\000\000\251\001\000\000\251\001\000\000\255\001\000\000\255\001\000\000\256\001\000\000\256\001\000\000\256\001\000\000\256\001\000\000\256\001\000\000\256\001\000\000\257\001\000\000\257\001\000\000\260\001\000\000\260\001\000\000\260\001\000\000\260\001\000\000\263\001\000\000\266\001\000\000\266\001\000\000\267\001\000\000\006\000\000\000\006\000\000\000\143\164\171\160\145\000\000\000\000\000\033\000\000\000\012\000\000\000\146\151\145\154\144\156\141\155\145\000\000\000\000\000\033\000\000\000\006\000\000\000\166\141\154\165\145\000\000\000\000\000\033\000\000\000\010\000\000\000\141\154\154\157\167\145\144\000\000\000\000\000\033\000\000\000\012\000\000\000\143\157\156\164\141\151\156\145\162\000\004\000\000\000\033\000\000\000\004\000\000\000\145\162\162\000\004\000\000\000\033\000\000\000\001\000\000\000\013\000\000\000\143\150\145\143\153\166\141\154\165\145\000\000\000\000\000\277\001\000\000\320\001\000\000\000\002\000\012\107\000\000\000\205\000\000\000\206\100\100\001\206\000\000\001\206\200\100\001\305\000\000\000\306\100\300\001\306\000\200\001\306\300\300\001\005\001\000\000\006\101\100\002\006\001\000\002\006\001\101\002\027\100\101\001\026\000\002\200\105\001\000\000\106\201\301\002\200\001\200\001\300\001\000\000\000\002\200\000\100\002\000\002\135\001\200\002\136\001\000\000\026\200\013\200\027\300\101\001\026\200\003\200\132\000\000\000\026\000\001\200\105\301\001\000\106\001\302\002\200\001\200\000\134\201\000\001\100\000\200\002\105\001\000\000\106\201\301\002\200\001\200\001\300\001\000\000\000\002\200\000\135\001\000\002\136\001\000\000\026\100\007\200\027\100\102\001\026\000\002\200\105\001\000\000\106\201\302\002\200\001\200\001\300\001\000\000\000\002\200\000\100\002\000\002\135\001\200\002\136\001\000\000\026\200\004\200\027\300\102\001\026\300\001\200\105\001\000\000\106\001\303\002\200\001\200\001\300\001\000\000\000\002\200\000\135\001\000\002\136\001\000\000\026\000\002\200\027\100\103\001\026\200\001\200\105\001\000\000\106\201\303\002\200\001\200\001\300\001\000\000\000\002\200\000\135\001\000\002\136\001\000\000\036\000\200\000\017\000\000\000\004\010\000\000\000\160\162\145\155\141\153\145\000\004\007\000\000\000\146\151\145\154\144\163\000\004\005\000\000\000\153\151\156\144\000\004\006\000\000\000\163\143\157\160\145\000\004\010\000\000\000\141\154\154\157\167\145\144\000\004\007\000\000\000\163\164\162\151\156\147\000\004\012\000\000\000\163\145\164\163\164\162\151\156\147\000\004\005\000\000\000\160\141\164\150\000\004\014\000\000\000\147\145\164\141\142\163\157\154\165\164\145\000\004\005\000\000\000\154\151\163\164\000\004\011\000\000\000\163\145\164\141\162\162\141\171\000\004\010\000\000\000\144\151\162\154\151\163\164\000\004\014\000\000\000\163\145\164\144\151\162\141\162\162\141\171\000\004\011\000\000\000\146\151\154\145\154\151\163\164\000\004\015\000\000\000\163\145\164\146\151\154\145\141\162\162\141\171\000\000\000\000\000\107\000\000\000\300\001\000\000\300\001\000\000\300\001\000\000\300\001\000\000\301\001\000\000\301\001\000\000\301\001\000\000\301\001\000\000\302\001\000\000\302\001\000\000\302\001\000\000\302\001\000\000\304\001\000\000\304\001\000\000\305\001\000\000\305\001\000\000\305\001\000\000\305\001\000\000\305\001\000\000\305\001\000\000\305\001\000\000\305\001\000\000\305\001\000\000\306\001\000\000\306\001\000\000\307\001\000\000\307\001\000\000\307\001\000\000\307\001\000\000\307\001\000\000\307\001\000\000\307\001\000\000\310\001\000\000\310\001\000\000\310\001\000\000\310\001\000\000\310\001\000\000\310\001\000\000\310\001\000\000\310\001\000\000\311\001\000\000\311\001\000\000\312\001\000\000\312\001\000\000\312\001\000\000\312\001\000\000\312\001\000\000\312\001\000\000\312\001\000\000\312\001\000\000\312\001\000\000\313\001\000\000\313\001\000\000\314\001\000\000\314\001\000\000\314\001\000\000\314\001\000\000\314\001\000\000\314\001\000\000\314\001\000\000\314\001\000\000\315\001\000\000\315\001\000\000\316\001\000\000\316\001\000\000\316\001\000\000\316\001\000\000\316\001\000\000\316\001\000\000\316\001\000\000\320\001\000\000\005\000\000\000\005\000\000\000\156\141\155\145\000\000\000\000\000\106\000\000\000\006\000\000\000\166\141\154\165\145\000\000\000\000\000\106\000\000\000\005\000\000\000\153\151\156\144\000\004\000\000\000\106\000\000\000\006\000\000\000\163\143\157\160\145\000\010\000\000\000\106\000\000\000\010\000\000\000\141\154\154\157\167\145\144\000\014\000\000\000\106\000\000\000\000\000\000\000\000\000\000\000\331\001\000\000\333\001\000\000\002\001\000\004\006\000\000\000\104\000\000\000\204\000\200\000\300\000\000\000\135\000\200\001\136\000\000\000\036\000\200\000\000\000\000\000\000\000\000\000\006\000\000\000\332\001\000\000\332\001\000\000\332\001\000\000\332\001\000\000\332\001\000\000\333\001\000\000\001\000\000\000\006\000\000\000\166\141\154\165\145\000\000\000\000\000\005\000\000\000\002\000\000\000\011\000\000\000\141\143\143\145\163\163\157\162\000\005\000\000\000\156\141\155\145\000\000\000\000\000\344\001\000\000\011\002\000\000\000\001\000\016\143\000\000\000\105\000\000\000\106\100\300\000\201\200\000\000\134\300\000\001\132\100\000\000\026\300\000\200\305\300\000\000\000\001\000\001\101\001\001\000\334\100\200\001\312\000\000\000\005\101\001\000\006\201\101\002\106\301\301\000\200\001\200\001\034\101\200\001\005\001\000\000\011\301\000\204\012\001\000\000\311\000\201\204\005\201\002\000\105\101\001\000\106\301\302\002\212\001\000\000\300\001\000\000\134\001\200\001\034\001\001\000\026\300\001\200\105\102\001\000\106\202\301\004\206\102\302\001\305\002\000\000\306\002\303\005\000\003\000\004\334\002\000\001\134\102\000\000\041\201\000\000\026\100\375\177\006\101\103\000\032\001\000\000\026\000\012\200\005\201\002\000\105\101\001\000\106\301\302\002\212\001\000\000\306\101\103\000\134\001\200\001\034\001\001\000\026\200\007\200\113\202\103\004\301\302\003\000\001\003\004\000\134\202\000\002\000\002\200\004\113\102\104\004\301\202\004\000\003\003\000\006\102\003\200\000\134\202\200\002\132\002\000\000\026\100\001\200\113\202\103\004\301\302\004\000\001\003\005\000\134\202\000\002\000\002\200\004\026\000\001\200\113\202\103\004\301\102\005\000\001\203\005\000\134\202\000\002\000\002\200\004\105\102\001\000\106\202\301\004\206\102\302\001\301\302\005\000\000\003\000\004\101\003\006\000\325\102\203\005\134\102\200\001\041\201\000\000\026\200\367\177\005\101\006\000\105\001\000\000\106\201\306\002\034\001\001\001\026\300\001\200\106\302\106\004\127\000\307\004\026\000\001\200\106\302\106\004\127\100\307\004\026\100\000\200\112\002\000\000\311\100\202\003\041\201\000\000\026\100\375\177\336\000\000\001\036\000\200\000\036\000\000\000\004\010\000\000\000\160\162\145\155\141\153\145\000\004\012\000\000\000\147\145\164\157\142\152\145\143\164\000\004\012\000\000\000\143\157\156\164\141\151\156\145\162\000\004\006\000\000\000\145\162\162\157\162\000\003\000\000\000\000\000\000\000\100\004\006\000\000\000\164\141\142\154\145\000\004\007\000\000\000\151\156\163\145\162\164\000\004\007\000\000\000\142\154\157\143\153\163\000\004\025\000\000\000\103\165\162\162\145\156\164\103\157\156\146\151\147\165\162\141\164\151\157\156\000\004\011\000\000\000\153\145\171\167\157\162\144\163\000\004\007\000\000\000\151\160\141\151\162\163\000\004\005\000\000\000\152\157\151\156\000\004\016\000\000\000\145\163\143\141\160\145\153\145\171\167\157\162\144\000\004\006\000\000\000\146\151\154\145\163\000\004\005\000\000\000\147\163\165\142\000\004\003\000\000\000\045\056\000\004\004\000\000\000\045\045\056\000\004\005\000\000\000\146\151\156\144\000\004\003\000\000\000\052\052\000\004\005\000\000\000\045\052\045\052\000\004\003\000\000\000\056\052\000\004\003\000\000\000\045\052\000\004\006\000\000\000\133\136\057\135\052\000\004\002\000\000\000\136\000\004\002\000\000\000\044\000\004\006\000\000\000\160\141\151\162\163\000\004\007\000\000\000\146\151\145\154\144\163\000\004\005\000\000\000\153\151\156\144\000\004\007\000\000\000\163\164\162\151\156\147\000\004\005\000\000\000\160\141\164\150\000\000\000\000\000\143\000\000\000\345\001\000\000\345\001\000\000\345\001\000\000\345\001\000\000\346\001\000\000\346\001\000\000\347\001\000\000\347\001\000\000\347\001\000\000\347\001\000\000\352\001\000\000\353\001\000\000\353\001\000\000\353\001\000\000\353\001\000\000\353\001\000\000\354\001\000\000\354\001\000\000\357\001\000\000\357\001\000\000\360\001\000\000\360\001\000\000\360\001\000\000\360\001\000\000\360\001\000\000\360\001\000\000\360\001\000\000\360\001\000\000\361\001\000\000\361\001\000\000\361\001\000\000\361\001\000\000\361\001\000\000\361\001\000\000\361\001\000\000\361\001\000\000\360\001\000\000\361\001\000\000\365\001\000\000\365\001\000\000\365\001\000\000\366\001\000\000\366\001\000\000\366\001\000\000\366\001\000\000\366\001\000\000\366\001\000\000\366\001\000\000\366\001\000\000\367\001\000\000\367\001\000\000\367\001\000\000\367\001\000\000\367\001\000\000\370\001\000\000\370\001\000\000\370\001\000\000\370\001\000\000\370\001\000\000\370\001\000\000\370\001\000\000\371\001\000\000\371\001\000\000\371\001\000\000\371\001\000\000\371\001\000\000\371\001\000\000\373\001\000\000\373\001\000\000\373\001\000\000\373\001\000\000\373\001\000\000\375\001\000\000\375\001\000\000\375\001\000\000\375\001\000\000\375\001\000\000\375\001\000\000\375\001\000\000\375\001\000\000\366\001\000\000\375\001\000\000\002\002\000\000\002\002\000\000\002\002\000\000\002\002\000\000\002\002\000\000\003\002\000\000\003\002\000\000\003\002\000\000\003\002\000\000\003\002\000\000\003\002\000\000\004\002\000\000\004\002\000\000\002\002\000\000\005\002\000\000\010\002\000\000\011\002\000\000\023\000\000\000\011\000\000\000\153\145\171\167\157\162\144\163\000\000\000\000\000\142\000\000\000\012\000\000\000\143\157\156\164\141\151\156\145\162\000\004\000\000\000\142\000\000\000\004\000\000\000\145\162\162\000\004\000\000\000\142\000\000\000\004\000\000\000\143\146\147\000\013\000\000\000\142\000\000\000\020\000\000\000\050\146\157\162\040\147\145\156\145\162\141\164\157\162\051\000\033\000\000\000\046\000\000\000\014\000\000\000\050\146\157\162\040\163\164\141\164\145\051\000\033\000\000\000\046\000\000\000\016\000\000\000\050\146\157\162\040\143\157\156\164\162\157\154\051\000\033\000\000\000\046\000\000\000\002\000\000\000\137\000\034\000\000\000\044\000\000\000\005\000\000\000\167\157\162\144\000\034\000\000\000\044\000\000\000\020\000\000\000\050\146\157\162\040\147\145\156\145\162\141\164\157\162\051\000\060\000\000\000\122\000\000\000\014\000\000\000\050\146\157\162\040\163\164\141\164\145\051\000\060\000\000\000\122\000\000\000\016\000\000\000\050\146\157\162\040\143\157\156\164\162\157\154\051\000\060\000\000\000\122\000\000\000\002\000\000\000\137\000\061\000\000\000\120\000\000\000\010\000\000\000\160\141\164\164\145\162\156\000\061\000\000\000\120\000\000\000\020\000\000\000\050\146\157\162\040\147\145\156\145\162\141\164\157\162\051\000\126\000\000\000\141\000\000\000\014\000\000\000\050\146\157\162\040\163\164\141\164\145\051\000\126\000\000\000\141\000\000\000\016\000\000\000\050\146\157\162\040\143\157\156\164\162\157\154\051\000\126\000\000\000\141\000\000\000\005\000\000\000\156\141\155\145\000\127\000\000\000\137\000\000\000\006\000\000\000\146\151\145\154\144\000\127\000\000\000\137\000\000\000\000\000\000\000\000\000\000\000\014\002\000\000\070\002\000\000\000\001\000\006\115\000\000\000\032\000\000\000\026\200\016\200\103\000\200\000\205\000\000\000\305\100\000\000\306\200\300\001\234\200\000\001\027\300\100\001\026\300\000\200\205\100\000\000\206\200\100\001\106\000\101\001\026\100\000\200\205\100\000\000\106\200\100\001\205\000\000\000\300\000\200\000\234\200\000\001\127\000\101\001\026\300\000\200\205\100\001\000\301\200\001\000\001\301\001\000\234\100\200\001\205\100\000\000\306\000\302\000\306\000\200\001\211\300\000\201\205\100\000\000\206\200\100\001\232\100\000\000\026\000\007\200\212\000\000\000\305\100\000\000\311\200\000\201\305\100\002\000\306\200\302\001\006\001\302\000\100\001\000\001\334\100\200\001\306\000\302\000\311\200\000\000\305\300\002\000\000\001\000\001\112\101\000\000\111\301\100\206\334\100\200\001\211\100\000\202\211\000\200\206\305\300\003\000\306\000\304\001\334\200\200\000\211\300\000\207\306\200\103\001\211\300\200\210\305\300\003\000\306\200\304\001\334\200\200\000\211\300\000\211\312\000\000\000\211\300\200\211\105\000\000\000\205\100\000\000\206\200\100\001\134\200\000\001\027\300\300\000\026\200\001\200\105\000\005\000\212\000\000\000\134\100\000\001\105\100\000\000\106\200\300\000\136\000\000\001\026\100\000\200\103\000\200\000\136\000\000\001\036\000\200\000\025\000\000\000\004\005\000\000\000\164\171\160\145\000\004\010\000\000\000\160\162\145\155\141\153\145\000\004\021\000\000\000\103\165\162\162\145\156\164\103\157\156\164\141\151\156\145\162\000\004\010\000\000\000\160\162\157\152\145\143\164\000\004\011\000\000\000\163\157\154\165\164\151\157\156\000\004\006\000\000\000\145\162\162\157\162\000\004\023\000\000\000\156\157\040\141\143\164\151\166\145\040\163\157\154\165\164\151\157\156\000\003\000\000\000\000\000\000\000\100\004\011\000\000\000\160\162\157\152\145\143\164\163\000\004\006\000\000\000\164\141\142\154\145\000\004\007\000\000\000\151\156\163\145\162\164\000\004\015\000\000\000\163\145\164\155\145\164\141\164\141\142\154\145\000\004\007\000\000\000\137\137\164\171\160\145\000\004\005\000\000\000\156\141\155\145\000\004\010\000\000\000\142\141\163\145\144\151\162\000\004\003\000\000\000\157\163\000\004\007\000\000\000\147\145\164\143\167\144\000\004\011\000\000\000\154\157\143\141\164\151\157\156\000\004\005\000\000\000\165\165\151\144\000\004\007\000\000\000\142\154\157\143\153\163\000\004\016\000\000\000\143\157\156\146\151\147\165\162\141\164\151\157\156\000\000\000\000\000\115\000\000\000\015\002\000\000\015\002\000\000\017\002\000\000\020\002\000\000\020\002\000\000\020\002\000\000\020\002\000\000\020\002\000\000\020\002\000\000\021\002\000\000\021\002\000\000\021\002\000\000\021\002\000\000\023\002\000\000\023\002\000\000\025\002\000\000\025\002\000\000\025\002\000\000\025\002\000\000\025\002\000\000\026\002\000\000\026\002\000\000\026\002\000\000\026\002\000\000\032\002\000\000\032\002\000\000\032\002\000\000\032\002\000\000\033\002\000\000\033\002\000\000\033\002\000\000\033\002\000\000\034\002\000\000\035\002\000\000\035\002\000\000\040\002\000\000\040\002\000\000\040\002\000\000\040\002\000\000\040\002\000\000\041\002\000\000\041\002\000\000\044\002\000\000\044\002\000\000\044\002\000\000\045\002\000\000\044\002\000\000\050\002\000\000\051\002\000\000\052\002\000\000\052\002\000\000\052\002\000\000\052\002\000\000\053\002\000\000\053\002\000\000\054\002\000\000\054\002\000\000\054\002\000\000\054\002\000\000\055\002\000\000\055\002\000\000\061\002\000\000\061\002\000\000\061\002\000\000\061\002\000\000\061\002\000\000\061\002\000\000\063\002\000\000\063\002\000\000\063\002\000\000\064\002\000\000\064\002\000\000\064\002\000\000\064\002\000\000\066\002\000\000\066\002\000\000\070\002\000\000\003\000\000\000\005\000\000\000\156\141\155\145\000\000\000\000\000\114\000\000\000\004\000\000\000\163\154\156\000\003\000\000\000\075\000\000\000\004\000\000\000\160\162\152\000\041\000\000\000\075\000\000\000\000\000\000\000\000\000\000\000\073\002\000\000\136\002\000\000\000\001\000\005\072\000\000\000\032\000\000\000\026\100\010\200\105\000\000\000\205\200\000\000\206\000\000\001\111\200\200\200\105\000\000\000\106\100\300\000\132\100\000\000\026\100\006\200\112\000\000\000\205\000\000\000\211\100\200\200\205\300\000\000\206\000\101\001\305\200\000\000\000\001\200\000\234\100\200\001\205\200\000\000\211\100\000\000\205\100\001\000\300\000\200\000\012\101\000\000\011\301\101\203\234\100\200\001\111\000\000\204\205\200\002\000\206\300\102\001\234\200\200\000\111\200\200\204\212\000\000\000\111\200\000\206\212\000\000\000\111\200\200\206\212\000\000\000\111\200\000\207\105\300\003\000\205\000\000\000\206\100\100\001\134\200\000\001\027\000\304\000\026\000\001\200\105\000\000\000\205\000\000\000\206\100\100\001\206\300\101\001\111\200\200\200\105\000\000\000\106\100\300\000\132\000\000\000\026\200\000\200\105\100\004\000\212\000\000\000\134\100\000\001\105\000\000\000\106\100\300\000\136\000\000\001\036\000\200\000\022\000\000\000\004\010\000\000\000\160\162\145\155\141\153\145\000\004\021\000\000\000\103\165\162\162\145\156\164\103\157\156\164\141\151\156\145\162\000\004\013\000\000\000\137\123\117\114\125\124\111\117\116\123\000\004\006\000\000\000\164\141\142\154\145\000\004\007\000\000\000\151\156\163\145\162\164\000\004\015\000\000\000\163\145\164\155\145\164\141\164\141\142\154\145\000\004\007\000\000\000\137\137\164\171\160\145\000\004\011\000\000\000\163\157\154\165\164\151\157\156\000\004\005\000\000\000\156\141\155\145\000\004\011\000\000\000\154\157\143\141\164\151\157\156\000\004\003\000\000\000\157\163\000\004\007\000\000\000\147\145\164\143\167\144\000\004\011\000\000\000\160\162\157\152\145\143\164\163\000\004\007\000\000\000\142\154\157\143\153\163\000\004\017\000\000\000\143\157\156\146\151\147\165\162\141\164\151\157\156\163\000\004\005\000\000\000\164\171\160\145\000\004\010\000\000\000\160\162\157\152\145\143\164\000\004\016\000\000\000\143\157\156\146\151\147\165\162\141\164\151\157\156\000\000\000\000\000\072\000\000\000\074\002\000\000\074\002\000\000\075\002\000\000\075\002\000\000\075\002\000\000\075\002\000\000\076\002\000\000\076\002\000\000\076\002\000\000\076\002\000\000\077\002\000\000\100\002\000\000\100\002\000\000\103\002\000\000\103\002\000\000\103\002\000\000\103\002\000\000\103\002\000\000\104\002\000\000\104\002\000\000\107\002\000\000\107\002\000\000\107\002\000\000\110\002\000\000\107\002\000\000\113\002\000\000\114\002\000\000\114\002\000\000\114\002\000\000\114\002\000\000\115\002\000\000\115\002\000\000\116\002\000\000\116\002\000\000\117\002\000\000\117\002\000\000\124\002\000\000\124\002\000\000\124\002\000\000\124\002\000\000\124\002\000\000\124\002\000\000\125\002\000\000\125\002\000\000\125\002\000\000\125\002\000\000\125\002\000\000\130\002\000\000\130\002\000\000\130\002\000\000\130\002\000\000\132\002\000\000\132\002\000\000\132\002\000\000\135\002\000\000\135\002\000\000\135\002\000\000\136\002\000\000\002\000\000\000\005\000\000\000\156\141\155\145\000\000\000\000\000\071\000\000\000\004\000\000\000\163\154\156\000\013\000\000\000\044\000\000\000\000\000\000\000\341\000\000\000\015\000\000\000\015\000\000\000\017\000\000\000\021\000\000\000\022\000\000\000\023\000\000\000\025\000\000\000\027\000\000\000\030\000\000\000\031\000\000\000\032\000\000\000\033\000\000\000\034\000\000\000\036\000\000\000\036\000\000\000\036\000\000\000\037\000\000\000\041\000\000\000\043\000\000\000\044\000\000\000\045\000\000\000\047\000\000\000\051\000\000\000\052\000\000\000\053\000\000\000\055\000\000\000\057\000\000\000\060\000\000\000\061\000\000\000\063\000\000\000\065\000\000\000\066\000\000\000\067\000\000\000\071\000\000\000\073\000\000\000\074\000\000\000\075\000\000\000\077\000\000\000\101\000\000\000\102\000\000\000\103\000\000\000\104\000\000\000\105\000\000\000\106\000\000\000\107\000\000\000\110\000\000\000\111\000\000\000\112\000\000\000\113\000\000\000\114\000\000\000\115\000\000\000\116\000\000\000\117\000\000\000\120\000\000\000\121\000\000\000\122\000\000\000\123\000\000\000\124\000\000\000\125\000\000\000\126\000\000\000\127\000\000\000\130\000\000\000\131\000\000\000\133\000\000\000\133\000\000\000\133\000\000\000\134\000\000\000\136\000\000\000\140\000\000\000\141\000\000\000\142\000\000\000\144\000\000\000\146\000\000\000\147\000\000\000\150\000\000\000\152\000\000\000\154\000\000\000\155\000\000\000\156\000\000\000\160\000\000\000\162\000\000\000\163\000\000\000\164\000\000\000\166\000\000\000\170\000\000\000\171\000\000\000\172\000\000\000\174\000\000\000\176\000\000\000\177\000\000\000\200\000\000\000\201\000\000\000\202\000\000\000\203\000\000\000\205\000\000\000\205\000\000\000\205\000\000\000\206\000\000\000\210\000\000\000\212\000\000\000\213\000\000\000\214\000\000\000\215\000\000\000\216\000\000\000\220\000\000\000\220\000\000\000\220\000\000\000\221\000\000\000\223\000\000\000\225\000\000\000\226\000\000\000\227\000\000\000\231\000\000\000\233\000\000\000\234\000\000\000\235\000\000\000\237\000\000\000\241\000\000\000\242\000\000\000\243\000\000\000\245\000\000\000\247\000\000\000\250\000\000\000\251\000\000\000\253\000\000\000\255\000\000\000\256\000\000\000\257\000\000\000\261\000\000\000\263\000\000\000\264\000\000\000\265\000\000\000\267\000\000\000\271\000\000\000\272\000\000\000\273\000\000\000\275\000\000\000\277\000\000\000\300\000\000\000\301\000\000\000\303\000\000\000\305\000\000\000\306\000\000\000\307\000\000\000\311\000\000\000\313\000\000\000\314\000\000\000\315\000\000\000\317\000\000\000\321\000\000\000\322\000\000\000\323\000\000\000\325\000\000\000\327\000\000\000\330\000\000\000\331\000\000\000\333\000\000\000\335\000\000\000\336\000\000\000\337\000\000\000\341\000\000\000\343\000\000\000\344\000\000\000\345\000\000\000\347\000\000\000\351\000\000\000\352\000\000\000\353\000\000\000\355\000\000\000\357\000\000\000\360\000\000\000\361\000\000\000\363\000\000\000\365\000\000\000\366\000\000\000\367\000\000\000\371\000\000\000\373\000\000\000\374\000\000\000\014\001\000\000\014\001\000\000\015\001\000\000\016\001\000\000\055\001\000\000\070\001\000\000\121\001\000\000\070\001\000\000\132\001\000\000\167\001\000\000\167\001\000\000\132\001\000\000\224\001\000\000\226\001\000\000\230\001\000\000\230\001\000\000\226\001\000\000\232\001\000\000\234\001\000\000\234\001\000\000\232\001\000\000\245\001\000\000\267\001\000\000\267\001\000\000\245\001\000\000\320\001\000\000\330\001\000\000\330\001\000\000\330\001\000\000\330\001\000\000\330\001\000\000\331\001\000\000\333\001\000\000\333\001\000\000\333\001\000\000\333\001\000\000\333\001\000\000\330\001\000\000\333\001\000\000\011\002\000\000\344\001\000\000\070\002\000\000\014\002\000\000\136\002\000\000\073\002\000\000\136\002\000\000\010\000\000\000\013\000\000\000\143\150\145\143\153\166\141\154\165\145\000\270\000\000\000\340\000\000\000\017\000\000\000\144\157\155\141\164\143\150\145\144\141\162\162\141\171\000\300\000\000\000\340\000\000\000\011\000\000\000\141\143\143\145\163\163\157\162\000\315\000\000\000\340\000\000\000\020\000\000\000\050\146\157\162\040\147\145\156\145\162\141\164\157\162\051\000\321\000\000\000\332\000\000\000\014\000\000\000\050\146\157\162\040\163\164\141\164\145\051\000\321\000\000\000\332\000\000\000\016\000\000\000\050\146\157\162\040\143\157\156\164\162\157\154\051\000\321\000\000\000\332\000\000\000\005\000\000\000\156\141\155\145\000\322\000\000\000\327\000\000\000\002\000\000\000\137\000\322\000\000\000\327\000\000\000\000\000\000\000",
"\033\114\165\141\121\000\001\004\004\004\010\000\026\000\000\000\100\163\162\143\057\142\141\163\145\057\143\155\144\154\151\156\145\056\154\165\141\000\000\000\000\000\000\000\000\000\000\000\002\013\144\000\000\000\012\000\000\001\101\000\000\000\201\100\000\000\042\100\000\001\112\000\000\001\201\000\000\000\301\100\000\000\142\100\000\001\244\000\000\000\000\000\000\000\207\200\000\000\244\100\000\000\000\000\200\000\207\300\000\000\205\300\000\000\312\000\001\000\311\000\301\200\311\200\301\202\311\300\101\200\012\001\000\001\112\001\000\001\201\101\002\000\301\201\002\000\142\101\000\001\212\001\000\001\301\301\002\000\001\002\003\000\242\101\000\001\042\101\000\001\311\000\001\204\234\100\000\001\205\300\000\000\312\000\001\000\311\100\303\200\311\100\301\202\311\200\103\200\012\001\200\001\112\001\000\001\201\301\003\000\301\001\004\000\142\101\000\001\212\001\000\001\301\101\004\000\001\202\004\000\242\101\000\001\312\001\000\001\001\302\004\000\101\002\005\000\342\101\000\001\042\101\200\001\311\000\001\204\234\100\000\001\205\300\000\000\312\300\000\000\311\100\305\200\311\200\305\202\311\300\105\200\234\100\000\001\205\300\000\000\312\200\000\000\311\000\306\200\311\100\106\200\234\100\000\001\205\300\000\000\312\000\001\000\311\200\306\200\311\100\301\202\311\300\106\200\012\001\000\002\112\001\000\001\201\001\007\000\301\101\007\000\142\101\000\001\212\001\000\001\301\201\007\000\001\302\007\000\242\101\000\001\312\001\000\001\001\002\010\000\101\102\010\000\342\101\000\001\012\002\000\001\101\202\010\000\201\302\010\000\042\102\000\001\042\101\000\002\311\000\001\204\234\100\000\001\205\300\000\000\312\300\000\000\311\000\311\200\311\100\311\202\311\200\111\200\234\100\000\001\205\300\000\000\312\200\000\000\311\300\311\200\311\000\112\200\234\100\000\001\036\000\200\000\051\000\000\000\004\014\000\000\000\144\145\163\143\162\151\160\164\151\157\156\000\004\010\000\000\000\164\162\151\147\147\145\162\000\004\012\000\000\000\156\145\167\141\143\164\151\157\156\000\004\012\000\000\000\156\145\167\157\160\164\151\157\156\000\004\003\000\000\000\143\143\000\004\006\000\000\000\166\141\154\165\145\000\004\011\000\000\000\143\157\155\160\151\154\145\162\000\004\034\000\000\000\103\150\157\157\163\145\040\141\040\103\057\103\053\053\040\143\157\155\160\151\154\145\162\040\163\145\164\000\004\010\000\000\000\141\154\154\157\167\145\144\000\004\004\000\000\000\147\143\143\000\004\033\000\000\000\107\116\125\040\107\103\103\040\143\157\155\160\151\154\145\162\040\050\147\143\143\057\147\053\053\051\000\004\003\000\000\000\157\167\000\004\024\000\000\000\117\160\145\156\127\141\164\143\157\155\040\143\157\155\160\151\154\145\162\000\004\007\000\000\000\144\157\164\156\145\164\000\004\033\000\000\000\103\150\157\157\163\145\040\141\040\056\116\105\124\040\143\157\155\160\151\154\145\162\040\163\145\164\000\004\003\000\000\000\155\163\000\004\025\000\000\000\115\151\143\162\157\163\157\146\164\040\056\116\105\124\040\050\143\163\143\051\000\004\005\000\000\000\155\157\156\157\000\004\022\000\000\000\116\157\166\145\154\154\040\115\157\156\157\040\050\155\143\163\051\000\004\005\000\000\000\160\156\145\164\000\004\024\000\000\000\120\157\162\164\141\142\154\145\056\116\105\124\040\050\143\163\143\143\051\000\004\005\000\000\000\146\151\154\145\000\004\011\000\000\000\146\151\154\145\156\141\155\145\000\004\052\000\000\000\120\162\157\143\145\163\163\040\164\150\145\040\163\160\145\143\151\146\151\145\144\040\120\162\145\155\141\153\145\040\163\143\162\151\160\164\040\146\151\154\145\000\004\005\000\000\000\150\145\154\160\000\004\031\000\000\000\104\151\163\160\154\141\171\040\164\150\151\163\040\151\156\146\157\162\155\141\164\151\157\156\000\004\003\000\000\000\157\163\000\004\060\000\000\000\107\145\156\145\162\141\164\145\040\146\151\154\145\163\040\146\157\162\040\141\040\144\151\146\146\145\162\145\156\164\040\157\160\145\162\141\164\151\156\147\040\163\171\163\164\145\155\000\004\004\000\000\000\142\163\144\000\004\034\000\000\000\117\160\145\156\102\123\104\054\040\116\145\164\102\123\104\054\040\157\162\040\106\162\145\145\102\123\104\000\004\006\000\000\000\154\151\156\165\170\000\004\006\000\000\000\114\151\156\165\170\000\004\007\000\000\000\155\141\143\157\163\170\000\004\017\000\000\000\101\160\160\154\145\040\115\141\143\040\117\123\040\130\000\004\010\000\000\000\167\151\156\144\157\167\163\000\004\022\000\000\000\115\151\143\162\157\163\157\146\164\040\127\151\156\144\157\167\163\000\004\010\000\000\000\163\143\162\151\160\164\163\000\004\005\000\000\000\160\141\164\150\000\004\060\000\000\000\123\145\141\162\143\150\040\146\157\162\040\141\144\144\151\164\151\157\156\141\154\040\163\143\162\151\160\164\163\040\157\156\040\164\150\145\040\147\151\166\145\156\040\160\141\164\150\000\004\010\000\000\000\166\145\162\163\151\157\156\000\004\034\000\000\000\104\151\163\160\154\141\171\040\166\145\162\163\151\157\156\040\151\156\146\157\162\155\141\164\151\157\156\000\002\000\000\000\000\000\000\000\031\000\000\000\050\000\000\000\001\001\000\010\027\000\000\000\205\000\000\000\304\000\000\000\234\000\001\001\026\300\000\200\306\201\001\000\332\101\000\000\026\000\000\200\100\000\000\003\241\200\000\000\026\100\376\177\132\000\000\000\026\100\001\200\205\100\000\000\301\200\000\000\000\001\200\000\325\000\201\001\001\301\000\000\234\100\200\001\205\000\001\000\206\100\101\001\306\200\101\000\211\000\200\001\036\000\200\000\007\000\000\000\004\007\000\000\000\151\160\141\151\162\163\000\004\006\000\000\000\145\162\162\157\162\000\004\020\000\000\000\141\143\164\151\157\156\040\156\145\145\144\163\040\141\040\000\003\000\000\000\000\000\000\000\100\004\010\000\000\000\160\162\145\155\141\153\145\000\004\010\000\000\000\141\143\164\151\157\156\163\000\004\010\000\000\000\164\162\151\147\147\145\162\000\000\000\000\000\027\000\000\000\034\000\000\000\034\000\000\000\034\000\000\000\034\000\000\000\035\000\000\000\035\000\000\000\035\000\000\000\036\000\000\000\034\000\000\000\037\000\000\000\042\000\000\000\042\000\000\000\043\000\000\000\043\000\000\000\043\000\000\000\043\000\000\000\043\000\000\000\043\000\000\000\047\000\000\000\047\000\000\000\047\000\000\000\047\000\000\000\050\000\000\000\007\000\000\000\002\000\000\000\141\000\000\000\000\000\026\000\000\000\010\000\000\000\155\151\163\163\151\156\147\000\000\000\000\000\026\000\000\000\020\000\000\000\050\146\157\162\040\147\145\156\145\162\141\164\157\162\051\000\003\000\000\000\012\000\000\000\014\000\000\000\050\146\157\162\040\163\164\141\164\145\051\000\003\000\000\000\012\000\000\000\016\000\000\000\050\146\157\162\040\143\157\156\164\162\157\154\051\000\003\000\000\000\012\000\000\000\002\000\000\000\137\000\004\000\000\000\010\000\000\000\006\000\000\000\146\151\145\154\144\000\004\000\000\000\010\000\000\000\001\000\000\000\025\000\000\000\162\145\161\165\151\162\145\144\141\143\164\151\157\156\146\151\145\154\144\163\000\000\000\000\000\060\000\000\000\077\000\000\000\001\001\000\010\027\000\000\000\205\000\000\000\304\000\000\000\234\000\001\001\026\300\000\200\306\201\001\000\332\101\000\000\026\000\000\200\100\000\000\003\241\200\000\000\026\100\376\177\132\000\000\000\026\100\001\200\205\100\000\000\301\200\000\000\000\001\200\000\325\000\201\001\001\301\000\000\234\100\200\001\205\000\001\000\206\100\101\001\306\200\101\000\211\000\200\001\036\000\200\000\007\000\000\000\004\007\000\000\000\151\160\141\151\162\163\000\004\006\000\000\000\145\162\162\157\162\000\004\020\000\000\000\141\143\164\151\157\156\040\156\145\145\144\163\040\141\040\000\003\000\000\000\000\000\000\000\100\004\010\000\000\000\160\162\145\155\141\153\145\000\004\010\000\000\000\157\160\164\151\157\156\163\000\004\010\000\000\000\164\162\151\147\147\145\162\000\000\000\000\000\027\000\000\000\063\000\000\000\063\000\000\000\063\000\000\000\063\000\000\000\064\000\000\000\064\000\000\000\064\000\000\000\065\000\000\000\063\000\000\000\066\000\000\000\071\000\000\000\071\000\000\000\072\000\000\000\072\000\000\000\072\000\000\000\072\000\000\000\072\000\000\000\072\000\000\000\076\000\000\000\076\000\000\000\076\000\000\000\076\000\000\000\077\000\000\000\007\000\000\000\004\000\000\000\157\160\164\000\000\000\000\000\026\000\000\000\010\000\000\000\155\151\163\163\151\156\147\000\000\000\000\000\026\000\000\000\020\000\000\000\050\146\157\162\040\147\145\156\145\162\141\164\157\162\051\000\003\000\000\000\012\000\000\000\014\000\000\000\050\146\157\162\040\163\164\141\164\145\051\000\003\000\000\000\012\000\000\000\016\000\000\000\050\146\157\162\040\143\157\156\164\162\157\154\051\000\003\000\000\000\012\000\000\000\002\000\000\000\137\000\004\000\000\000\010\000\000\000\006\000\000\000\146\151\145\154\144\000\004\000\000\000\010\000\000\000\001\000\000\000\025\000\000\000\162\145\161\165\151\162\145\144\157\160\164\151\157\156\146\151\145\154\144\163\000\144\000\000\000\010\000\000\000\012\000\000\000\014\000\000\000\014\000\000\000\016\000\000\000\020\000\000\000\022\000\000\000\022\000\000\000\050\000\000\000\050\000\000\000\031\000\000\000\077\000\000\000\077\000\000\000\060\000\000\000\107\000\000\000\107\000\000\000\111\000\000\000\112\000\000\000\113\000\000\000\114\000\000\000\114\000\000\000\115\000\000\000\115\000\000\000\115\000\000\000\115\000\000\000\116\000\000\000\116\000\000\000\116\000\000\000\117\000\000\000\117\000\000\000\110\000\000\000\122\000\000\000\122\000\000\000\124\000\000\000\125\000\000\000\126\000\000\000\127\000\000\000\127\000\000\000\130\000\000\000\130\000\000\000\130\000\000\000\130\000\000\000\131\000\000\000\131\000\000\000\131\000\000\000\131\000\000\000\132\000\000\000\132\000\000\000\132\000\000\000\133\000\000\000\133\000\000\000\123\000\000\000\136\000\000\000\136\000\000\000\140\000\000\000\141\000\000\000\142\000\000\000\137\000\000\000\145\000\000\000\145\000\000\000\147\000\000\000\150\000\000\000\146\000\000\000\153\000\000\000\153\000\000\000\155\000\000\000\156\000\000\000\157\000\000\000\160\000\000\000\160\000\000\000\161\000\000\000\161\000\000\000\161\000\000\000\161\000\000\000\162\000\000\000\162\000\000\000\162\000\000\000\162\000\000\000\163\000\000\000\163\000\000\000\163\000\000\000\163\000\000\000\164\000\000\000\164\000\000\000\164\000\000\000\165\000\000\000\165\000\000\000\154\000\000\000\170\000\000\000\170\000\000\000\172\000\000\000\173\000\000\000\174\000\000\000\171\000\000\000\177\000\000\000\177\000\000\000\201\000\000\000\202\000\000\000\200\000\000\000\203\000\000\000\002\000\000\000\025\000\000\000\162\145\161\165\151\162\145\144\141\143\164\151\157\156\146\151\145\154\144\163\000\004\000\000\000\143\000\000\000\025\000\000\000\162\145\161\165\151\162\145\144\157\160\164\151\157\156\146\151\145\154\144\163\000\010\000\000\000\143\000\000\000\000\000\000\000",
"\033\114\165\141\121\000\001\004\004\004\010\000\023\000\000\000\100\163\162\143\057\164\157\157\154\163\057\143\163\143\056\154\165\141\000\000\000\000\000\000\000\000\000\000\000\002\003\034\000\000\000\005\000\000\000\112\000\000\000\011\100\200\200\012\200\001\000\011\300\100\201\011\100\101\202\011\100\101\203\011\100\301\203\011\100\102\204\011\300\102\205\105\000\000\000\106\100\300\000\244\000\000\000\111\200\000\206\105\000\000\000\106\100\300\000\244\100\000\000\111\200\200\206\105\000\000\000\106\100\300\000\244\200\000\000\000\000\000\000\111\200\000\207\105\000\000\000\106\100\300\000\244\300\000\000\111\200\200\207\036\000\200\000\020\000\000\000\004\010\000\000\000\160\162\145\155\141\153\145\000\004\004\000\000\000\143\163\143\000\004\015\000\000\000\106\141\164\141\154\127\141\162\156\151\156\147\000\004\015\000\000\000\057\167\141\162\156\141\163\145\162\162\157\162\000\004\011\000\000\000\117\160\164\151\155\151\172\145\000\004\012\000\000\000\057\157\160\164\151\155\151\172\145\000\004\015\000\000\000\117\160\164\151\155\151\172\145\123\151\172\145\000\004\016\000\000\000\117\160\164\151\155\151\172\145\123\160\145\145\144\000\004\010\000\000\000\123\171\155\142\157\154\163\000\004\007\000\000\000\057\144\145\142\165\147\000\004\007\000\000\000\125\156\163\141\146\145\000\004\010\000\000\000\057\165\156\163\141\146\145\000\004\017\000\000\000\147\145\164\142\165\151\154\144\141\143\164\151\157\156\000\004\017\000\000\000\147\145\164\143\157\155\160\151\154\145\162\166\141\162\000\004\011\000\000\000\147\145\164\146\154\141\147\163\000\004\010\000\000\000\147\145\164\153\151\156\144\000\004\000\000\000\000\000\000\000\036\000\000\000\051\000\000\000\000\001\000\003\043\000\000\000\105\000\000\000\106\100\300\000\206\200\100\000\134\200\000\001\113\300\300\000\134\200\000\001\206\000\101\000\127\100\101\001\026\100\000\200\027\200\301\000\026\200\000\200\201\100\001\000\236\000\000\001\026\300\004\200\206\000\101\000\127\300\101\001\026\100\000\200\027\000\302\000\026\200\000\200\201\100\002\000\236\000\000\001\026\300\002\200\206\000\101\000\127\200\102\001\026\300\000\200\127\300\302\000\026\100\000\200\027\000\303\000\026\200\000\200\201\100\003\000\236\000\000\001\026\100\000\200\201\200\003\000\236\000\000\001\036\000\200\000\017\000\000\000\004\005\000\000\000\160\141\164\150\000\004\015\000\000\000\147\145\164\145\170\164\145\156\163\151\157\156\000\004\005\000\000\000\156\141\155\145\000\004\006\000\000\000\154\157\167\145\162\000\004\014\000\000\000\142\165\151\154\144\141\143\164\151\157\156\000\004\010\000\000\000\103\157\155\160\151\154\145\000\004\004\000\000\000\056\143\163\000\004\006\000\000\000\105\155\142\145\144\000\004\006\000\000\000\056\162\145\163\170\000\004\021\000\000\000\105\155\142\145\144\144\145\144\122\145\163\157\165\162\143\145\000\004\005\000\000\000\103\157\160\171\000\004\006\000\000\000\056\141\163\141\170\000\004\006\000\000\000\056\141\163\160\170\000\004\010\000\000\000\103\157\156\164\145\156\164\000\004\005\000\000\000\116\157\156\145\000\000\000\000\000\043\000\000\000\037\000\000\000\037\000\000\000\037\000\000\000\037\000\000\000\037\000\000\000\037\000\000\000\040\000\000\000\040\000\000\000\040\000\000\000\040\000\000\000\040\000\000\000\041\000\000\000\041\000\000\000\041\000\000\000\042\000\000\000\042\000\000\000\042\000\000\000\042\000\000\000\042\000\000\000\043\000\000\000\043\000\000\000\043\000\000\000\044\000\000\000\044\000\000\000\044\000\000\000\044\000\000\000\044\000\000\000\044\000\000\000\044\000\000\000\045\000\000\000\045\000\000\000\045\000\000\000\047\000\000\000\047\000\000\000\051\000\000\000\002\000\000\000\005\000\000\000\146\143\146\147\000\000\000\000\000\042\000\000\000\004\000\000\000\145\170\164\000\006\000\000\000\042\000\000\000\000\000\000\000\000\000\000\000\061\000\000\000\071\000\000\000\000\001\000\002\021\000\000\000\105\000\000\000\106\100\300\000\027\200\300\000\026\200\000\200\101\300\000\000\136\000\000\001\026\000\002\200\105\000\000\000\106\100\300\000\027\000\301\000\026\200\000\200\101\100\001\000\136\000\000\001\026\100\000\200\101\200\001\000\136\000\000\001\036\000\200\000\007\000\000\000\004\011\000\000\000\137\117\120\124\111\117\116\123\000\004\007\000\000\000\144\157\164\156\145\164\000\004\003\000\000\000\155\163\000\004\004\000\000\000\143\163\143\000\004\005\000\000\000\155\157\156\157\000\004\005\000\000\000\147\155\143\163\000\004\005\000\000\000\143\163\143\143\000\000\000\000\000\021\000\000\000\062\000\000\000\062\000\000\000\062\000\000\000\062\000\000\000\063\000\000\000\063\000\000\000\063\000\000\000\064\000\000\000\064\000\000\000\064\000\000\000\064\000\000\000\065\000\000\000\065\000\000\000\065\000\000\000\067\000\000\000\067\000\000\000\071\000\000\000\001\000\000\000\004\000\000\000\143\146\147\000\000\000\000\000\020\000\000\000\000\000\000\000\000\000\000\000\101\000\000\000\104\000\000\000\001\001\000\004\007\000\000\000\105\000\000\000\106\100\300\000\206\200\100\000\304\000\000\000\134\200\200\001\136\000\000\001\036\000\200\000\003\000\000\000\004\006\000\000\000\164\141\142\154\145\000\004\012\000\000\000\164\162\141\156\163\154\141\164\145\000\004\006\000\000\000\146\154\141\147\163\000\000\000\000\000\007\000\000\000\102\000\000\000\102\000\000\000\102\000\000\000\102\000\000\000\102\000\000\000\103\000\000\000\104\000\000\000\002\000\000\000\004\000\000\000\143\146\147\000\000\000\000\000\006\000\000\000\007\000\000\000\162\145\163\165\154\164\000\005\000\000\000\006\000\000\000\001\000\000\000\006\000\000\000\146\154\141\147\163\000\000\000\000\000\114\000\000\000\124\000\000\000\000\001\000\002\022\000\000\000\106\000\100\000\027\100\300\000\026\200\000\200\101\200\000\000\136\000\000\001\026\200\002\200\106\000\100\000\027\300\300\000\026\200\000\200\101\000\001\000\136\000\000\001\026\000\001\200\106\000\100\000\027\100\301\000\026\100\000\200\101\200\001\000\136\000\000\001\036\000\200\000\007\000\000\000\004\005\000\000\000\153\151\156\144\000\004\013\000\000\000\103\157\156\163\157\154\145\101\160\160\000\004\004\000\000\000\105\170\145\000\004\014\000\000\000\127\151\156\144\157\167\145\144\101\160\160\000\004\007\000\000\000\127\151\156\105\170\145\000\004\012\000\000\000\123\150\141\162\145\144\114\151\142\000\004\010\000\000\000\114\151\142\162\141\162\171\000\000\000\000\000\022\000\000\000\115\000\000\000\115\000\000\000\115\000\000\000\116\000\000\000\116\000\000\000\116\000\000\000\117\000\000\000\117\000\000\000\117\000\000\000\120\000\000\000\120\000\000\000\120\000\000\000\121\000\000\000\121\000\000\000\121\000\000\000\122\000\000\000\122\000\000\000\124\000\000\000\001\000\000\000\004\000\000\000\143\146\147\000\000\000\000\000\021\000\000\000\000\000\000\000\034\000\000\000\010\000\000\000\010\000\000\000\010\000\000\000\017\000\000\000\021\000\000\000\022\000\000\000\023\000\000\000\024\000\000\000\025\000\000\000\026\000\000\000\036\000\000\000\036\000\000\000\051\000\000\000\036\000\000\000\061\000\000\000\061\000\000\000\071\000\000\000\061\000\000\000\101\000\000\000\101\000\000\000\104\000\000\000\104\000\000\000\101\000\000\000\114\000\000\000\114\000\000\000\124\000\000\000\114\000\000\000\124\000\000\000\001\000\000\000\006\000\000\000\146\154\141\147\163\000\012\000\000\000\033\000\000\000\000\000\000\000",
"\033\114\165\141\121\000\001\004\004\004\010\000\023\000\000\000\100\163\162\143\057\164\157\157\154\163\057\147\143\143\056\154\165\141\000\000\000\000\000\000\000\000\000\000\000\002\004\057\000\000\000\005\000\000\000\112\000\000\000\011\100\200\200\005\000\000\000\011\300\100\201\012\300\001\000\011\100\101\202\011\300\101\203\011\100\102\204\011\300\102\205\011\100\103\206\011\300\103\207\011\100\104\210\112\200\000\000\111\300\104\211\111\100\105\212\205\000\000\000\206\100\100\001\344\000\000\000\211\300\000\213\205\000\000\000\206\100\100\001\344\100\000\000\000\000\000\000\211\300\200\213\205\000\000\000\206\100\100\001\344\200\000\000\000\000\200\000\211\300\000\214\205\000\000\000\206\100\100\001\344\300\000\000\211\300\200\214\205\000\000\000\206\100\100\001\344\000\001\000\211\300\000\215\205\000\000\000\206\100\100\001\344\100\001\000\211\300\200\215\205\000\000\000\206\100\100\001\344\200\001\000\211\300\000\216\036\000\200\000\035\000\000\000\004\010\000\000\000\160\162\145\155\141\153\145\000\004\004\000\000\000\147\143\143\000\004\014\000\000\000\164\141\162\147\145\164\163\164\171\154\145\000\004\006\000\000\000\154\151\156\165\170\000\004\016\000\000\000\105\170\164\162\141\127\141\162\156\151\156\147\163\000\004\006\000\000\000\055\127\141\154\154\000\004\015\000\000\000\106\141\164\141\154\127\141\162\156\151\156\147\000\004\010\000\000\000\055\127\145\162\162\157\162\000\004\017\000\000\000\116\157\106\162\141\155\145\120\157\151\156\164\145\162\000\004\025\000\000\000\055\146\157\155\151\164\055\146\162\141\155\145\055\160\157\151\156\164\145\162\000\004\011\000\000\000\117\160\164\151\155\151\172\145\000\004\004\000\000\000\055\117\062\000\004\015\000\000\000\117\160\164\151\155\151\172\145\123\151\172\145\000\004\004\000\000\000\055\117\163\000\004\016\000\000\000\117\160\164\151\155\151\172\145\123\160\145\145\144\000\004\004\000\000\000\055\117\063\000\004\010\000\000\000\123\171\155\142\157\154\163\000\004\003\000\000\000\055\147\000\004\015\000\000\000\116\157\105\170\143\145\160\164\151\157\156\163\000\004\020\000\000\000\055\055\156\157\055\145\170\143\145\160\164\151\157\156\163\000\004\007\000\000\000\116\157\122\124\124\111\000\004\012\000\000\000\055\055\156\157\055\162\164\164\151\000\004\014\000\000\000\147\145\164\143\160\160\146\154\141\147\163\000\004\012\000\000\000\147\145\164\143\146\154\141\147\163\000\004\014\000\000\000\147\145\164\143\170\170\146\154\141\147\163\000\004\013\000\000\000\147\145\164\154\144\146\154\141\147\163\000\004\015\000\000\000\147\145\164\154\151\156\153\146\154\141\147\163\000\004\013\000\000\000\147\145\164\144\145\146\151\156\145\163\000\004\017\000\000\000\147\145\164\151\156\143\154\165\144\145\144\151\162\163\000\007\000\000\000\000\000\000\000\050\000\000\000\054\000\000\000\000\001\000\002\003\000\000\000\101\000\000\000\136\000\000\001\036\000\200\000\001\000\000\000\004\041\000\000\000\044\050\151\146\040\044\050\167\157\162\144\040\062\054\040\044\050\101\122\103\110\051\051\054\040\054\040\055\115\115\104\051\000\000\000\000\000\003\000\000\000\053\000\000\000\053\000\000\000\054\000\000\000\001\000\000\000\004\000\000\000\143\146\147\000\000\000\000\000\002\000\000\000\000\000\000\000\000\000\000\000\056\000\000\000\064\000\000\000\001\001\000\005\025\000\000\000\105\000\000\000\106\100\300\000\206\200\100\000\304\000\000\000\134\200\200\001\206\300\100\000\027\000\101\001\026\200\002\200\205\100\001\000\206\200\101\001\301\300\001\000\234\200\000\001\232\100\000\000\026\000\001\200\205\000\000\000\206\000\102\001\300\000\200\000\001\101\002\000\234\100\200\001\136\000\000\001\036\000\200\000\012\000\000\000\004\006\000\000\000\164\141\142\154\145\000\004\012\000\000\000\164\162\141\156\163\154\141\164\145\000\004\006\000\000\000\146\154\141\147\163\000\004\005\000\000\000\153\151\156\144\000\004\012\000\000\000\123\150\141\162\145\144\114\151\142\000\004\003\000\000\000\157\163\000\004\003\000\000\000\151\163\000\004\010\000\000\000\167\151\156\144\157\167\163\000\004\007\000\000\000\151\156\163\145\162\164\000\004\006\000\000\000\055\146\120\111\103\000\000\000\000\000\025\000\000\000\057\000\000\000\057\000\000\000\057\000\000\000\057\000\000\000\057\000\000\000\060\000\000\000\060\000\000\000\060\000\000\000\060\000\000\000\060\000\000\000\060\000\000\000\060\000\000\000\060\000\000\000\060\000\000\000\061\000\000\000\061\000\000\000\061\000\000\000\061\000\000\000\061\000\000\000\063\000\000\000\064\000\000\000\002\000\000\000\004\000\000\000\143\146\147\000\000\000\000\000\024\000\000\000\007\000\000\000\162\145\163\165\154\164\000\005\000\000\000\024\000\000\000\001\000\000\000\007\000\000\000\143\146\154\141\147\163\000\000\000\000\000\066\000\000\000\071\000\000\000\001\001\000\004\007\000\000\000\105\000\000\000\106\100\300\000\206\200\100\000\304\000\000\000\134\200\200\001\136\000\000\001\036\000\200\000\003\000\000\000\004\006\000\000\000\164\141\142\154\145\000\004\012\000\000\000\164\162\141\156\163\154\141\164\145\000\004\006\000\000\000\146\154\141\147\163\000\000\000\000\000\007\000\000\000\067\000\000\000\067\000\000\000\067\000\000\000\067\000\000\000\067\000\000\000\070\000\000\000\071\000\000\000\002\000\000\000\004\000\000\000\143\146\147\000\000\000\000\000\006\000\000\000\007\000\000\000\162\145\163\165\154\164\000\005\000\000\000\006\000\000\000\001\000\000\000\011\000\000\000\143\170\170\146\154\141\147\163\000\000\000\000\000\101\000\000\000\137\000\000\000\000\001\000\011\126\000\000\000\112\000\000\000\206\000\100\000\027\100\100\001\026\000\013\200\205\200\000\000\206\300\100\001\301\000\001\000\234\200\000\001\232\000\000\000\026\100\002\200\205\100\001\000\206\200\101\001\300\000\200\000\012\001\000\001\101\301\001\000\201\001\002\000\042\101\000\001\234\200\200\001\100\000\000\001\026\000\001\200\205\100\001\000\206\100\102\001\300\000\200\000\001\201\002\000\234\100\200\001\205\200\000\000\206\300\100\001\301\300\002\000\234\200\000\001\232\000\000\000\026\100\004\200\206\000\103\000\206\100\103\001\232\100\000\000\026\100\003\200\205\100\001\000\206\100\102\001\300\000\200\000\001\201\003\000\105\301\003\000\106\001\304\002\200\001\000\000\301\101\004\000\001\202\004\000\134\201\000\002\106\301\304\002\201\001\005\000\025\201\001\002\234\100\200\001\205\200\000\000\206\300\100\001\301\300\002\000\234\200\000\001\232\000\000\000\026\300\001\200\206\000\100\000\027\100\105\001\026\000\001\200\205\100\001\000\206\100\102\001\300\000\200\000\001\201\005\000\234\100\200\001\206\000\103\000\206\300\105\001\232\100\000\000\026\000\004\200\205\200\000\000\206\300\100\001\301\000\001\000\234\200\000\001\232\000\000\000\026\100\001\200\205\100\001\000\206\100\102\001\300\000\200\000\001\001\006\000\234\100\200\001\026\000\001\200\205\100\001\000\206\100\102\001\300\000\200\000\001\101\006\000\234\100\200\001\136\000\000\001\036\000\200\000\032\000\000\000\004\005\000\000\000\153\151\156\144\000\004\012\000\000\000\123\150\141\162\145\144\114\151\142\000\004\003\000\000\000\157\163\000\004\003\000\000\000\151\163\000\004\007\000\000\000\155\141\143\157\163\170\000\004\006\000\000\000\164\141\142\154\145\000\004\005\000\000\000\152\157\151\156\000\004\014\000\000\000\055\144\171\156\141\155\151\143\154\151\142\000\004\020\000\000\000\055\146\154\141\164\137\156\141\155\145\163\160\141\143\145\000\004\007\000\000\000\151\156\163\145\162\164\000\004\010\000\000\000\055\163\150\141\162\145\144\000\004\010\000\000\000\167\151\156\144\157\167\163\000\004\006\000\000\000\146\154\141\147\163\000\004\014\000\000\000\116\157\111\155\160\157\162\164\114\151\142\000\004\023\000\000\000\055\127\154\054\055\055\157\165\164\055\151\155\160\154\151\142\075\042\000\004\010\000\000\000\160\162\145\155\141\153\145\000\004\012\000\000\000\147\145\164\164\141\162\147\145\164\000\004\005\000\000\000\154\151\156\153\000\004\006\000\000\000\154\151\156\165\170\000\004\011\000\000\000\146\165\154\154\160\141\164\150\000\004\002\000\000\000\042\000\004\014\000\000\000\127\151\156\144\157\167\145\144\101\160\160\000\004\012\000\000\000\055\155\167\151\156\144\157\167\163\000\004\010\000\000\000\123\171\155\142\157\154\163\000\004\007\000\000\000\055\127\154\054\055\170\000\004\003\000\000\000\055\163\000\000\000\000\000\126\000\000\000\102\000\000\000\104\000\000\000\104\000\000\000\104\000\000\000\105\000\000\000\105\000\000\000\105\000\000\000\105\000\000\000\105\000\000\000\105\000\000\000\106\000\000\000\106\000\000\000\106\000\000\000\106\000\000\000\106\000\000\000\106\000\000\000\106\000\000\000\106\000\000\000\106\000\000\000\106\000\000\000\110\000\000\000\110\000\000\000\110\000\000\000\110\000\000\000\110\000\000\000\114\000\000\000\114\000\000\000\114\000\000\000\114\000\000\000\114\000\000\000\114\000\000\000\114\000\000\000\114\000\000\000\114\000\000\000\114\000\000\000\115\000\000\000\115\000\000\000\115\000\000\000\115\000\000\000\115\000\000\000\115\000\000\000\115\000\000\000\115\000\000\000\115\000\000\000\115\000\000\000\115\000\000\000\115\000\000\000\115\000\000\000\115\000\000\000\121\000\000\000\121\000\000\000\121\000\000\000\121\000\000\000\121\000\000\000\121\000\000\000\121\000\000\000\121\000\000\000\121\000\000\000\122\000\000\000\122\000\000\000\122\000\000\000\122\000\000\000\122\000\000\000\126\000\000\000\126\000\000\000\126\000\000\000\126\000\000\000\127\000\000\000\127\000\000\000\127\000\000\000\127\000\000\000\127\000\000\000\127\000\000\000\130\000\000\000\130\000\000\000\130\000\000\000\130\000\000\000\130\000\000\000\130\000\000\000\132\000\000\000\132\000\000\000\132\000\000\000\132\000\000\000\132\000\000\000\136\000\000\000\137\000\000\000\002\000\000\000\004\000\000\000\143\146\147\000\000\000\000\000\125\000\000\000\007\000\000\000\162\145\163\165\154\164\000\001\000\000\000\125\000\000\000\000\000\000\000\000\000\000\000\147\000\000\000\160\000\000\000\000\001\000\014\055\000\000\000\112\000\000\000\205\000\000\000\305\100\000\000\306\200\300\001\000\001\000\000\101\301\000\000\201\001\001\000\334\000\000\002\234\000\001\000\026\100\002\200\305\101\001\000\306\201\301\003\000\002\200\000\101\302\001\000\205\002\002\000\206\102\102\005\300\002\000\003\234\202\000\001\125\202\202\004\334\101\200\001\241\200\000\000\026\300\374\177\205\000\000\000\305\100\000\000\306\200\300\001\000\001\000\000\101\301\000\000\201\201\002\000\334\000\000\002\234\000\001\000\026\100\002\200\305\101\001\000\306\201\301\003\000\002\200\000\101\302\002\000\205\002\002\000\206\102\102\005\300\002\000\003\234\202\000\001\125\202\202\004\334\101\200\001\241\200\000\000\026\300\374\177\136\000\000\001\036\000\200\000\014\000\000\000\004\007\000\000\000\151\160\141\151\162\163\000\004\010\000\000\000\160\162\145\155\141\153\145\000\004\011\000\000\000\147\145\164\154\151\156\153\163\000\004\004\000\000\000\141\154\154\000\004\012\000\000\000\144\151\162\145\143\164\157\162\171\000\004\006\000\000\000\164\141\142\154\145\000\004\007\000\000\000\151\156\163\145\162\164\000\004\003\000\000\000\055\114\000\004\006\000\000\000\137\115\101\113\105\000\004\004\000\000\000\145\163\143\000\004\011\000\000\000\142\141\163\145\156\141\155\145\000\004\003\000\000\000\055\154\000\000\000\000\000\055\000\000\000\150\000\000\000\151\000\000\000\151\000\000\000\151\000\000\000\151\000\000\000\151\000\000\000\151\000\000\000\151\000\000\000\151\000\000\000\151\000\000\000\152\000\000\000\152\000\000\000\152\000\000\000\152\000\000\000\152\000\000\000\152\000\000\000\152\000\000\000\152\000\000\000\152\000\000\000\152\000\000\000\151\000\000\000\152\000\000\000\154\000\000\000\154\000\000\000\154\000\000\000\154\000\000\000\154\000\000\000\154\000\000\000\154\000\000\000\154\000\000\000\154\000\000\000\155\000\000\000\155\000\000\000\155\000\000\000\155\000\000\000\155\000\000\000\155\000\000\000\155\000\000\000\155\000\000\000\155\000\000\000\155\000\000\000\154\000\000\000\155\000\000\000\157\000\000\000\160\000\000\000\014\000\000\000\004\000\000\000\143\146\147\000\000\000\000\000\054\000\000\000\007\000\000\000\162\145\163\165\154\164\000\001\000\000\000\054\000\000\000\020\000\000\000\050\146\157\162\040\147\145\156\145\162\141\164\157\162\051\000\011\000\000\000\026\000\000\000\014\000\000\000\050\146\157\162\040\163\164\141\164\145\051\000\011\000\000\000\026\000\000\000\016\000\000\000\050\146\157\162\040\143\157\156\164\162\157\154\051\000\011\000\000\000\026\000\000\000\002\000\000\000\137\000\012\000\000\000\024\000\000\000\006\000\000\000\166\141\154\165\145\000\012\000\000\000\024\000\000\000\020\000\000\000\050\146\157\162\040\147\145\156\145\162\141\164\157\162\051\000\036\000\000\000\053\000\000\000\014\000\000\000\050\146\157\162\040\163\164\141\164\145\051\000\036\000\000\000\053\000\000\000\016\000\000\000\050\146\157\162\040\143\157\156\164\162\157\154\051\000\036\000\000\000\053\000\000\000\002\000\000\000\137\000\037\000\000\000\051\000\000\000\006\000\000\000\166\141\154\165\145\000\037\000\000\000\051\000\000\000\000\000\000\000\000\000\000\000\170\000\000\000\176\000\000\000\000\001\000\013\020\000\000\000\112\000\000\000\205\000\000\000\300\000\000\000\234\000\001\001\026\200\001\200\305\101\000\000\306\201\300\003\000\002\200\000\101\302\000\000\200\002\000\003\125\202\202\004\334\101\200\001\241\200\000\000\026\200\375\177\136\000\000\001\036\000\200\000\004\000\000\000\004\007\000\000\000\151\160\141\151\162\163\000\004\006\000\000\000\164\141\142\154\145\000\004\007\000\000\000\151\156\163\145\162\164\000\004\003\000\000\000\055\104\000\000\000\000\000\020\000\000\000\171\000\000\000\172\000\000\000\172\000\000\000\172\000\000\000\172\000\000\000\173\000\000\000\173\000\000\000\173\000\000\000\173\000\000\000\173\000\000\000\173\000\000\000\173\000\000\000\172\000\000\000\173\000\000\000\175\000\000\000\176\000\000\000\007\000\000\000\010\000\000\000\144\145\146\151\156\145\163\000\000\000\000\000\017\000\000\000\007\000\000\000\162\145\163\165\154\164\000\001\000\000\000\017\000\000\000\020\000\000\000\050\146\157\162\040\147\145\156\145\162\141\164\157\162\051\000\004\000\000\000\016\000\000\000\014\000\000\000\050\146\157\162\040\163\164\141\164\145\051\000\004\000\000\000\016\000\000\000\016\000\000\000\050\146\157\162\040\143\157\156\164\162\157\154\051\000\004\000\000\000\016\000\000\000\002\000\000\000\137\000\005\000\000\000\014\000\000\000\004\000\000\000\144\145\146\000\005\000\000\000\014\000\000\000\000\000\000\000\000\000\000\000\206\000\000\000\214\000\000\000\000\001\000\014\021\000\000\000\112\000\000\000\205\000\000\000\300\000\000\000\234\000\001\001\026\300\001\200\305\101\000\000\306\201\300\003\000\002\200\000\101\302\000\000\200\002\000\003\301\002\001\000\125\302\202\004\334\101\200\001\241\200\000\000\026\100\375\177\136\000\000\001\036\000\200\000\005\000\000\000\004\007\000\000\000\151\160\141\151\162\163\000\004\006\000\000\000\164\141\142\154\145\000\004\007\000\000\000\151\156\163\145\162\164\000\004\005\000\000\000\055\111\040\042\000\004\002\000\000\000\042\000\000\000\000\000\021\000\000\000\207\000\000\000\210\000\000\000\210\000\000\000\210\000\000\000\210\000\000\000\211\000\000\000\211\000\000\000\211\000\000\000\211\000\000\000\211\000\000\000\211\000\000\000\211\000\000\000\211\000\000\000\210\000\000\000\211\000\000\000\213\000\000\000\214\000\000\000\007\000\000\000\014\000\000\000\151\156\143\154\165\144\145\144\151\162\163\000\000\000\000\000\020\000\000\000\007\000\000\000\162\145\163\165\154\164\000\001\000\000\000\020\000\000\000\020\000\000\000\050\146\157\162\040\147\145\156\145\162\141\164\157\162\051\000\004\000\000\000\017\000\000\000\014\000\000\000\050\146\157\162\040\163\164\141\164\145\051\000\004\000\000\000\017\000\000\000\016\000\000\000\050\146\157\162\040\143\157\156\164\162\157\154\051\000\004\000\000\000\017\000\000\000\002\000\000\000\137\000\005\000\000\000\015\000\000\000\004\000\000\000\144\151\162\000\005\000\000\000\015\000\000\000\000\000\000\000\057\000\000\000\010\000\000\000\010\000\000\000\010\000\000\000\011\000\000\000\011\000\000\000\020\000\000\000\022\000\000\000\023\000\000\000\024\000\000\000\025\000\000\000\026\000\000\000\027\000\000\000\030\000\000\000\033\000\000\000\035\000\000\000\036\000\000\000\050\000\000\000\050\000\000\000\054\000\000\000\050\000\000\000\056\000\000\000\056\000\000\000\064\000\000\000\064\000\000\000\056\000\000\000\066\000\000\000\066\000\000\000\071\000\000\000\071\000\000\000\066\000\000\000\101\000\000\000\101\000\000\000\137\000\000\000\101\000\000\000\147\000\000\000\147\000\000\000\160\000\000\000\147\000\000\000\170\000\000\000\170\000\000\000\176\000\000\000\170\000\000\000\206\000\000\000\206\000\000\000\214\000\000\000\206\000\000\000\214\000\000\000\002\000\000\000\007\000\000\000\143\146\154\141\147\163\000\015\000\000\000\056\000\000\000\011\000\000\000\143\170\170\146\154\141\147\163\000\020\000\000\000\056\000\000\000\000\000\000\000",
@@ -48,8 +48,8 @@ int builtin_sizes[] = {
2543,
3149,
10283,
- 10290,
- 12460,
+ 10343,
+ 12464,
2697,
1829,
4223,